From d2f60ab87c2f6780c668cea6a310c3d8758fadcf Mon Sep 17 00:00:00 2001 From: Pragyan Poudyal Date: Mon, 23 Feb 2026 10:25:32 +0530 Subject: [PATCH] Trace logs to see where CI hangs Signed-off-by: Pragyan Poudyal --- crates/integration-tests/src/tests/run_ephemeral.rs | 2 +- crates/kit/scripts/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/integration-tests/src/tests/run_ephemeral.rs b/crates/integration-tests/src/tests/run_ephemeral.rs index 997a37ed..4dbe2685 100644 --- a/crates/integration-tests/src/tests/run_ephemeral.rs +++ b/crates/integration-tests/src/tests/run_ephemeral.rs @@ -177,7 +177,7 @@ fn test_run_ephemeral_with_instancetype() -> Result<()> { let stdout = cmd!( sh, - "{bck} ephemeral run --rm --label {label} --itype u1.micro --execute {script} {image}" + "{bck} ephemeral run --rm --label {label} --env RUST_LOG=trace --itype u1.micro --execute {script} {image}" ) .read()?; diff --git a/crates/kit/scripts/entrypoint.sh b/crates/kit/scripts/entrypoint.sh index 06474ff2..32d5395b 100644 --- a/crates/kit/scripts/entrypoint.sh +++ b/crates/kit/scripts/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -euo pipefail +set -xeuo pipefail SELFEXE=/run/selfexe