[INFO] fetching crate tracing-human-layer 0.2.1...
[INFO] testing tracing-human-layer-0.2.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate tracing-human-layer 0.2.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate tracing-human-layer 0.2.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tracing-human-layer 0.2.1
[INFO] tweaked toml for crates.io crate tracing-human-layer 0.2.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tracing-human-layer 0.2.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tracing-human-layer 0.2.1 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c5b38238ef74a9cc54c4797f0d9e53828a8c3c2981ce1c86abe6256c17e48035
[INFO] running `Command { std: "docker" "start" "-a" "c5b38238ef74a9cc54c4797f0d9e53828a8c3c2981ce1c86abe6256c17e48035", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5b38238ef74a9cc54c4797f0d9e53828a8c3c2981ce1c86abe6256c17e48035", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5b38238ef74a9cc54c4797f0d9e53828a8c3c2981ce1c86abe6256c17e48035", kill_on_drop: false }`
[INFO] [stdout] c5b38238ef74a9cc54c4797f0d9e53828a8c3c2981ce1c86abe6256c17e48035
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88cacc6f6e6ddb3f2dd5bf634a7af2ec063a4d1f9d0a001612c213050ebea8a7
[INFO] running `Command { std: "docker" "start" "-a" "88cacc6f6e6ddb3f2dd5bf634a7af2ec063a4d1f9d0a001612c213050ebea8a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-human-layer v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.18s
[INFO] running `Command { std: "docker" "inspect" "88cacc6f6e6ddb3f2dd5bf634a7af2ec063a4d1f9d0a001612c213050ebea8a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88cacc6f6e6ddb3f2dd5bf634a7af2ec063a4d1f9d0a001612c213050ebea8a7", kill_on_drop: false }`
[INFO] [stdout] 88cacc6f6e6ddb3f2dd5bf634a7af2ec063a4d1f9d0a001612c213050ebea8a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9ee9a730e60ce6bc6de9a94dfdf28d3911948338b659fec245d0a94c0905d150
[INFO] running `Command { std: "docker" "start" "-a" "9ee9a730e60ce6bc6de9a94dfdf28d3911948338b659fec245d0a94c0905d150", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dissimilar v1.0.10
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling expect-test v1.5.1
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-human-layer v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stdout] error[E0432]: unresolved import `test_harness`
[INFO] [stdout]  --> tests/wrap.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use test_harness::Example;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_harness`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_harness`, use `cargo add test_harness` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_harness`
[INFO] [stdout]  --> tests/output_stream.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use test_harness::Example;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_harness`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_harness`, use `cargo add test_harness` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_harness`
[INFO] [stdout]  --> tests/basic.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use test_harness::Example;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_harness`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_harness`, use `cargo add test_harness` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracing-human-layer` (test "output_stream") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracing-human-layer` (test "basic") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_harness`
[INFO] [stdout]  --> tests/color.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use test_harness::Example;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_harness`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_harness`, use `cargo add test_harness` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracing-human-layer` (test "wrap") due to 1 previous error
[INFO] [stderr] error: could not compile `tracing-human-layer` (test "color") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9ee9a730e60ce6bc6de9a94dfdf28d3911948338b659fec245d0a94c0905d150", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ee9a730e60ce6bc6de9a94dfdf28d3911948338b659fec245d0a94c0905d150", kill_on_drop: false }`
[INFO] [stdout] 9ee9a730e60ce6bc6de9a94dfdf28d3911948338b659fec245d0a94c0905d150
