[INFO] fetching crate nblm-cli 0.2.2...
[INFO] testing nblm-cli-0.2.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate nblm-cli 0.2.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate nblm-cli 0.2.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate nblm-cli 0.2.2
[INFO] tweaked toml for crates.io crate nblm-cli 0.2.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nblm-cli 0.2.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nblm-cli 0.2.2 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7288948588b40bf9256d29d4446620d37fafbcef1b89f2950fc81f875b89be69
[INFO] running `Command { std: "docker" "start" "-a" "7288948588b40bf9256d29d4446620d37fafbcef1b89f2950fc81f875b89be69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7288948588b40bf9256d29d4446620d37fafbcef1b89f2950fc81f875b89be69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7288948588b40bf9256d29d4446620d37fafbcef1b89f2950fc81f875b89be69", kill_on_drop: false }`
[INFO] [stdout] 7288948588b40bf9256d29d4446620d37fafbcef1b89f2950fc81f875b89be69
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59e282b9ba8aaa65d794b4e9bc95da7f422ee8ef0d4d95c39cfe1d362386bdb9
[INFO] running `Command { std: "docker" "start" "-a" "59e282b9ba8aaa65d794b4e9bc95da7f422ee8ef0d4d95c39cfe1d362386bdb9", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling webbrowser v1.0.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling backon v1.6.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling oauth2 v5.0.0
[INFO] [stderr]    Compiling nblm-core v0.2.2
[INFO] [stderr]    Compiling nblm-cli v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.74s
[INFO] running `Command { std: "docker" "inspect" "59e282b9ba8aaa65d794b4e9bc95da7f422ee8ef0d4d95c39cfe1d362386bdb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59e282b9ba8aaa65d794b4e9bc95da7f422ee8ef0d4d95c39cfe1d362386bdb9", kill_on_drop: false }`
[INFO] [stdout] 59e282b9ba8aaa65d794b4e9bc95da7f422ee8ef0d4d95c39cfe1d362386bdb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6cc3fe4c65d3d9a1a43ddcf905215c5fb94df34a83c23c21a6b19daae5ba0681
[INFO] running `Command { std: "docker" "start" "-a" "6cc3fe4c65d3d9a1a43ddcf905215c5fb94df34a83c23c21a6b19daae5ba0681", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling backon v1.6.0
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert_cmd v2.1.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling oauth2 v5.0.0
[INFO] [stderr]    Compiling nblm-core v0.2.2
[INFO] [stderr]    Compiling nblm-cli v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `nblm-cli` (bin "nblm")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name nblm --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0a6e7e34e31a0b3 -C extra-filename=-f5696c8c8f3d8e1f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-a6cad01b77d60716.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-e4bd4a3e76055614.so --extern clap=/opt/rustwide/target/debug/deps/libclap-16e15d5249ae3718.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-22b52eb551a6f756.rlib --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-ec1108f343b20094.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-8fa9f8e42abe6dd6.rlib --extern nblm_core=/opt/rustwide/target/debug/deps/libnblm_core-92550db6fc0eb5de.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-826054aab5a419df.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-0022830533b4c995.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e5fdd1cb9a0172eb.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-efe01c016a5f2ac5.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-be42043524a8c9d4.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-66275e2004bafa43.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-c090b93cc1b54c4d.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-ba6bc21e65502f2a.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --extern webbrowser=/opt/rustwide/target/debug/deps/libwebbrowser-5e62cf152de9e0a3.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-58129ef964996e7d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nblm-cli` (bin "nblm" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name nblm --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6900cb6f3d4a1d8 -C extra-filename=-f9af6ffcddc15563 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-a6cad01b77d60716.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-2a8f5e8d0b308187.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-e4bd4a3e76055614.so --extern clap=/opt/rustwide/target/debug/deps/libclap-16e15d5249ae3718.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-22b52eb551a6f756.rlib --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-ec1108f343b20094.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-b8dd5a46bf6b002b.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-8fa9f8e42abe6dd6.rlib --extern nblm_core=/opt/rustwide/target/debug/deps/libnblm_core-92550db6fc0eb5de.rlib --extern predicates=/opt/rustwide/target/debug/deps/libpredicates-e80779e84849a6e0.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-826054aab5a419df.rlib --extern rstest=/opt/rustwide/target/debug/deps/librstest-e808b56a85a7cc32.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-0022830533b4c995.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e5fdd1cb9a0172eb.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-e03ff5ec872035d5.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-9843119ee78f28dc.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-efe01c016a5f2ac5.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-be42043524a8c9d4.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-66275e2004bafa43.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-c090b93cc1b54c4d.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-ba6bc21e65502f2a.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --extern webbrowser=/opt/rustwide/target/debug/deps/libwebbrowser-5e62cf152de9e0a3.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-f3c9fe86d8e2115f.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-58129ef964996e7d/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "6cc3fe4c65d3d9a1a43ddcf905215c5fb94df34a83c23c21a6b19daae5ba0681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cc3fe4c65d3d9a1a43ddcf905215c5fb94df34a83c23c21a6b19daae5ba0681", kill_on_drop: false }`
[INFO] [stdout] 6cc3fe4c65d3d9a1a43ddcf905215c5fb94df34a83c23c21a6b19daae5ba0681
