[INFO] cloning repository https://github.com/lathe-cli/lathe-rust-starter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lathe-cli/lathe-rust-starter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flathe-cli%2Flathe-rust-starter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flathe-cli%2Flathe-rust-starter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 240ba19daa7438e3d1048bd8ad021b64b124a2c8
[INFO] testing lathe-cli/lathe-rust-starter against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flathe-cli%2Flathe-rust-starter" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lathe-cli/lathe-rust-starter
[INFO] finished tweaking git repo https://github.com/lathe-cli/lathe-rust-starter
[INFO] tweaked toml for git repo https://github.com/lathe-cli/lathe-rust-starter written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lathe-cli/lathe-rust-starter on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lathe-cli/lathe-rust-starter 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e
[INFO] running `Command { std: "docker" "start" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling syn v3.0.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling futures-channel v0.3.33
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-util v0.3.33
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling http-body v1.1.0
[INFO] [stderr]    Compiling http-body-util v0.1.4
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling tokio v1.53.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v1.11.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling cli-first-rust-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 34.84s
[INFO] running `Command { std: "docker" "inspect" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cli-first-rust-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5.14s
[INFO] running `Command { std: "docker" "inspect" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/cli_first_rust_app-22b28ef4ff643e68)
[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] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/cli_first_rust_app-86bf62afeb0b8cbf)
[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/cli.rs (/opt/rustwide/target/release/deps/cli-4a8baa388d8470d6)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test http_boundary_rejects_unsupported_input ... ok
[INFO] [stdout] test generated_cli_surfaces_api_errors ... FAILED
[INFO] [stdout] test generated_cli_is_the_application_acceptance_surface ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- generated_cli_surfaces_api_errors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'generated_cli_surfaces_api_errors' (958) panicked at tests/cli.rs:31:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60edbc94d321 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x60edbc963c6a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x60edbc951edc - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x60edbc9285a6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x60edbc945319 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x60edbc8afdd0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x60edbc945642 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x60edbc928652 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x60edbc920f19 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x60edbc92943d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x60edbc9643cc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x60edbc9641a2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x60edbc80ed54 - cli[4c8aad8a9d935a5d]::run_cli::{closure#0}
[INFO] [stdout]   13:     0x60edbc80d020 - cli[4c8aad8a9d935a5d]::cli_failure_status::{closure#0}
[INFO] [stdout]   14:     0x60edbc80f095 - cli[4c8aad8a9d935a5d]::generated_cli_surfaces_api_errors::{closure#0}
[INFO] [stdout]   15:     0x60edbc83e52a - <tokio[3aa81625311c94e1]::runtime::park::CachedParkThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   16:     0x60edbc8435af - tokio[3aa81625311c94e1]::runtime::context::runtime::enter_runtime::<<tokio[3aa81625311c94e1]::runtime::scheduler::multi_thread::MultiThread>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x60edbc82895a - <tokio[3aa81625311c94e1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x60edbc811afe - <cli[4c8aad8a9d935a5d]::generated_cli_surfaces_api_errors::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x60edbc8a30bb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   20:     0x60edbc8b0725 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   21:     0x60edbc8a9ae4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x60edbc8b3882 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x60edbc94c849 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7d61d287507a - <unknown>
[INFO] [stdout]   25:     0x7d61d2908534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- generated_cli_is_the_application_acceptance_surface stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'generated_cli_is_the_application_acceptance_surface' (957) panicked at tests/cli.rs:31:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60edbc94d321 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x60edbc963c6a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x60edbc951edc - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x60edbc9285a6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x60edbc945319 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x60edbc8afdd0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x60edbc945642 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x60edbc928652 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x60edbc920f19 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x60edbc92943d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x60edbc9643cc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x60edbc9641a2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x60edbc80ed54 - cli[4c8aad8a9d935a5d]::run_cli::{closure#0}
[INFO] [stdout]   13:     0x60edbc80d2e1 - cli[4c8aad8a9d935a5d]::cli::{closure#0}
[INFO] [stdout]   14:     0x60edbc81003a - cli[4c8aad8a9d935a5d]::generated_cli_is_the_application_acceptance_surface::{closure#0}
[INFO] [stdout]   15:     0x60edbc83e52a - <tokio[3aa81625311c94e1]::runtime::park::CachedParkThread>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   16:     0x60edbc8435af - tokio[3aa81625311c94e1]::runtime::context::runtime::enter_runtime::<<tokio[3aa81625311c94e1]::runtime::scheduler::multi_thread::MultiThread>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x60edbc82895a - <tokio[3aa81625311c94e1]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x60edbc811dbe - <cli[4c8aad8a9d935a5d]::generated_cli_is_the_application_acceptance_surface::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x60edbc8a30bb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   20:     0x60edbc8b0725 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   21:     0x60edbc8a9ae4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x60edbc8b3882 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x60edbc94c849 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7d61d287507a - <unknown>
[INFO] [stdout]   25:     0x7d61d2908534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     generated_cli_is_the_application_acceptance_surface
[INFO] [stdout]     generated_cli_surfaces_api_errors
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test cli`
[INFO] running `Command { std: "docker" "inspect" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e", kill_on_drop: false }`
[INFO] [stdout] c518b4493d211621a6cac58f911ce2c3b23938845208549b5b77494a5907f29e
