[INFO] cloning repository https://github.com/nikomatsakis/squared
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nikomatsakis/squared" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikomatsakis%2Fsquared", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikomatsakis%2Fsquared'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3984f06007c95cd0fe0fcc250d08ef3b3cd17e7e
[INFO] testing nikomatsakis/squared against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikomatsakis%2Fsquared" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nikomatsakis/squared
[INFO] finished tweaking git repo https://github.com/nikomatsakis/squared
[INFO] tweaked toml for git repo https://github.com/nikomatsakis/squared written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nikomatsakis/squared on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nikomatsakis/squared already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4684c9501e5f784f6b1ff69a6141590cad2c528b08bfd8e72845060bd785b3d4
[INFO] running `Command { std: "docker" "start" "-a" "4684c9501e5f784f6b1ff69a6141590cad2c528b08bfd8e72845060bd785b3d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4684c9501e5f784f6b1ff69a6141590cad2c528b08bfd8e72845060bd785b3d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4684c9501e5f784f6b1ff69a6141590cad2c528b08bfd8e72845060bd785b3d4", kill_on_drop: false }`
[INFO] [stdout] 4684c9501e5f784f6b1ff69a6141590cad2c528b08bfd8e72845060bd785b3d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbdfaa297a4a71d50a31df9dbcecb0ccaf847e698ba35042577043790f83113f
[INFO] running `Command { std: "docker" "start" "-a" "dbdfaa297a4a71d50a31df9dbcecb0ccaf847e698ba35042577043790f83113f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling gluegun v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
[INFO] running `Command { std: "docker" "inspect" "dbdfaa297a4a71d50a31df9dbcecb0ccaf847e698ba35042577043790f83113f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbdfaa297a4a71d50a31df9dbcecb0ccaf847e698ba35042577043790f83113f", kill_on_drop: false }`
[INFO] [stdout] dbdfaa297a4a71d50a31df9dbcecb0ccaf847e698ba35042577043790f83113f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34be3b3026f760041c545658301678b2983b7f707dcd7292b04c527178da36cf
[INFO] running `Command { std: "docker" "start" "-a" "34be3b3026f760041c545658301678b2983b7f707dcd7292b04c527178da36cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling temp-dir v0.1.14
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling cp_r v0.5.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling which v7.0.2
[INFO] [stderr]    Compiling accessors-rs v0.1.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling gluegun v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling clap v4.5.27
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling serde_with v3.12.0
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling cargo_metadata v0.19.1
[INFO] [stderr]    Compiling gluegun-idl v0.1.0 (/opt/rustwide/workdir/crates/gluegun-idl)
[INFO] [stderr]    Compiling clap-cargo v0.15.2
[INFO] [stderr]    Compiling gluegun-core v0.1.0 (/opt/rustwide/workdir/crates/gluegun-core)
[INFO] [stderr]    Compiling cargo-gluegun v0.1.0 (/opt/rustwide/workdir/crates/cargo-gluegun)
[INFO] [stderr]    Compiling gluegun-test-harness v0.1.0 (/opt/rustwide/workdir/crates/gluegun-test-harness)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.53s
[INFO] running `Command { std: "docker" "inspect" "34be3b3026f760041c545658301678b2983b7f707dcd7292b04c527178da36cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34be3b3026f760041c545658301678b2983b7f707dcd7292b04c527178da36cf", kill_on_drop: false }`
[INFO] [stdout] 34be3b3026f760041c545658301678b2983b7f707dcd7292b04c527178da36cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cf8829015603c1d706c62304a2a43f3aaa493e90d0dafec528520faee9727c8f
[INFO] running `Command { std: "docker" "start" "-a" "cf8829015603c1d706c62304a2a43f3aaa493e90d0dafec528520faee9727c8f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gluegun-e1aa7479efd16efd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/idl_tests.rs (/opt/rustwide/target/debug/deps/idl_tests-9bfb4e81861dddcf)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test idl_tests ... ok
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling progress_bar v1.0.6
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling accessors-rs v0.1.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling clap v4.5.27
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling serde_with v3.12.0
[INFO] [stderr]    Compiling gluegun-idl v0.1.0 (/opt/rustwide/workdir/crates/gluegun-idl)
[INFO] [stderr]    Compiling gluegun-core v0.1.0 (/opt/rustwide/workdir/crates/gluegun-core)
[INFO] [stderr]    Compiling gluegun-java v0.1.0 (/opt/rustwide/workdir/crates/gluegun-java)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.76s
[INFO] [stderr]      Running `/opt/rustwide/target/debug/gluegun-java gg-java`
[INFO] [stderr] cargo_command: "cargo" "new" "--lib" "/tmp/t18-0/hello_world-java" "--name" "hello_world-java"
[INFO] [stderr]     Creating library `hello_world-java` package
[INFO] [stderr]       Adding `hello_world-java` as member of workspace at `/tmp/t18-0`
[INFO] [stderr] note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[INFO] [stderr] adding Dependency { crate_name: "hello_world", kind: None, path: Some("/tmp/t18-0"), version: None, features: [], no_default_features: false, optional: false }
[INFO] [stderr]       Adding hello_world (local) to dependencies
[INFO] [stderr] adding Dependency { crate_name: "duchess", kind: None, path: None, version: Some("0.3"), features: [], no_default_features: false, optional: false }
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] warning: spurious network error (3 tries remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)
[INFO] [stderr] warning: spurious network error (2 tries remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)
[INFO] [stderr] warning: spurious network error (1 try remaining): [6] Could not resolve hostname (Could not resolve host: index.crates.io)
[INFO] [stderr] error: download of config.json failed
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to download from `https://index.crates.io/config.json`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   [6] Could not resolve hostname (Could not resolve host: index.crates.io)
[INFO] [stderr] Error: generating output crate `hello_world-java` at `/tmp/t18-0/hello_world-java`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]     0: generating crate at path /tmp/t18-0/hello_world-java
[INFO] [stderr]     1: cargo command `"cargo" "add" "-p" "hello_world-java" "duchess@0.3"` failed with exit status `exit status: 101`
[INFO] [stderr] 
[INFO] [stderr] Stack backtrace:
[INFO] [stderr]    0: anyhow::error::<impl anyhow::Error>::msg
[INFO] [stderr]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.95/src/backtrace.rs:27:14
[INFO] [stderr]    1: gluegun_core::codegen::library_crate::Dependency::execute_cargo_add
[INFO] [stderr]              at /opt/rustwide/workdir/crates/gluegun-core/src/codegen/library_crate.rs:396:13
[INFO] [stderr]    2: gluegun_core::codegen::library_crate::LibraryCrate::execute
[INFO] [stderr]              at /opt/rustwide/workdir/crates/gluegun-core/src/codegen/library_crate.rs:120:24
[INFO] [stderr]    3: gluegun_core::codegen::library_crate::LibraryCrate::generate
[INFO] [stderr]              at /opt/rustwide/workdir/crates/gluegun-core/src/codegen/library_crate.rs:95:14
[INFO] [stderr]    4: gluegun_core::cli::run
[INFO] [stderr]              at /opt/rustwide/workdir/crates/gluegun-core/src/cli.rs:74:15
[INFO] [stderr]    5: gluegun_java::main
[INFO] [stderr]              at /opt/rustwide/workdir/crates/gluegun-java/src/main.rs:13:5
[INFO] [stderr]    6: core::ops::function::FnOnce::call_once
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stderr]    7: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]    8: std::rt::lang_start::{{closure}}
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:206:18
[INFO] [stderr]    9: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stderr]   10: std::panicking::catch_unwind::do_call
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]   11: std::panicking::catch_unwind
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]   12: std::panic::catch_unwind
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]   13: std::rt::lang_start_internal::{{closure}}
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stderr]   14: std::panicking::catch_unwind::do_call
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]   15: std::panicking::catch_unwind
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]   16: std::panic::catch_unwind
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]   17: std::rt::lang_start_internal
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stderr]   18: std::rt::lang_start
[INFO] [stderr]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:205:5
[INFO] [stderr]   19: main
[INFO] [stderr]   20: <unknown>
[INFO] [stderr]   21: __libc_start_main
[INFO] [stderr]   22: _start
[INFO] [stdout] test hello_world ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- hello_world stdout ----
[INFO] [stdout] # executing test /opt/rustwide/workdir/demos/hello_world in /tmp/t18-0
[INFO] [stdout] ## execute action CargoGluegun { options: ["--package", "hello_world", "java", "py"] }
[INFO] [stdout] cd "/tmp/t18-0" && "cargo" "run" "--manifest-path" "/opt/rustwide/workdir/Cargo.toml" "-p" "gluegun-java" "--" "gg-java"
[INFO] [stdout] output data successful
[INFO] [stdout] Error: executing action: CargoGluegun { options: ["--package", "hello_world", "java", "py"] }
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     gluegun-java failed with code exit status: 1
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::error::<impl anyhow::Error>::msg
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.95/src/backtrace.rs:27:14
[INFO] [stdout]    1: anyhow::__private::format_err
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.95/src/lib.rs:694:13
[INFO] [stdout]    2: cargo_gluegun::Builder::apply_plugin
[INFO] [stdout]              at ./crates/cargo-gluegun/src/lib.rs:139:13
[INFO] [stdout]    3: cargo_gluegun::Builder::execute
[INFO] [stdout]              at ./crates/cargo-gluegun/src/lib.rs:80:22
[INFO] [stdout]    4: gluegun_test_harness::test_definition::TestExecutor::execute_action
[INFO] [stdout]              at ./crates/gluegun-test-harness/src/test_definition.rs:204:14
[INFO] [stdout]    5: gluegun_test_harness::test_definition::TestExecutor::execute
[INFO] [stdout]              at ./crates/gluegun-test-harness/src/test_definition.rs:167:18
[INFO] [stdout]    6: gluegun_test_harness::test_definition::Test::execute
[INFO] [stdout]              at ./crates/gluegun-test-harness/src/test_definition.rs:104:34
[INFO] [stdout]    7: idl_tests::hello_world
[INFO] [stdout]              at ./tests/idl_tests.rs:23:6
[INFO] [stdout]    8: idl_tests::hello_world::{{closure}}
[INFO] [stdout]              at ./tests/idl_tests.rs:19:21
[INFO] [stdout]    9: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   10: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   11: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   12: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   13: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   14: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   15: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   16: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   17: test::run_test_in_process
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   18: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   19: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   20: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   21: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   22: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   23: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   24: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   25: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   26: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   27: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   29: std::sys::thread::unix::Thread::new::thread_start
[INFO] [stdout]              at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   30: <unknown>
[INFO] [stdout]   31: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     hello_world
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 35.70s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test idl_tests`
[INFO] running `Command { std: "docker" "inspect" "cf8829015603c1d706c62304a2a43f3aaa493e90d0dafec528520faee9727c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf8829015603c1d706c62304a2a43f3aaa493e90d0dafec528520faee9727c8f", kill_on_drop: false }`
[INFO] [stdout] cf8829015603c1d706c62304a2a43f3aaa493e90d0dafec528520faee9727c8f
