[INFO] fetching crate utrace_core 0.1.1...
[INFO] testing utrace_core-0.1.1 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate utrace_core 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate utrace_core 0.1.1
[INFO] finished tweaking crates.io crate utrace_core 0.1.1
[INFO] tweaked toml for crates.io crate utrace_core 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate utrace_core 0.1.1 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 69 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 862c534d69b82dcc9777986fe42e046b00ba1fae80d094b86c4ab157f1ce8edc
[INFO] running `Command { std: "docker" "start" "-a" "862c534d69b82dcc9777986fe42e046b00ba1fae80d094b86c4ab157f1ce8edc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "862c534d69b82dcc9777986fe42e046b00ba1fae80d094b86c4ab157f1ce8edc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "862c534d69b82dcc9777986fe42e046b00ba1fae80d094b86c4ab157f1ce8edc", kill_on_drop: false }`
[INFO] [stdout] 862c534d69b82dcc9777986fe42e046b00ba1fae80d094b86c4ab157f1ce8edc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25bf46e6c72b9c6a43caf6006c48c5795ef75db258649e2b1c501324e4eceee8
[INFO] running `Command { std: "docker" "start" "-a" "25bf46e6c72b9c6a43caf6006c48c5795ef75db258649e2b1c501324e4eceee8", kill_on_drop: false }`
[INFO] [stderr]    Compiling utrace_core v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/encoding.rs:214:7
[INFO] [stdout]     |
[INFO] [stdout] 214 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] running `Command { std: "docker" "inspect" "25bf46e6c72b9c6a43caf6006c48c5795ef75db258649e2b1c501324e4eceee8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25bf46e6c72b9c6a43caf6006c48c5795ef75db258649e2b1c501324e4eceee8", kill_on_drop: false }`
[INFO] [stdout] 25bf46e6c72b9c6a43caf6006c48c5795ef75db258649e2b1c501324e4eceee8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a431455bd25c335e16c85aa327cdc94b9bd353b5c683c270fbc3b6717bbf9dcb
[INFO] running `Command { std: "docker" "start" "-a" "a431455bd25c335e16c85aa327cdc94b9bd353b5c683c270fbc3b6717bbf9dcb", kill_on_drop: false }`
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/encoding.rs:214:7
[INFO] [stdout]     |
[INFO] [stdout] 214 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling utrace_core v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `std` in this scope
[INFO] [stdout]   --> src/encoding.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     use std::collections::VecDeque;
[INFO] [stdout]    |         ^^^ use of unresolved module or unlinked crate `std`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `std`, use `cargo add std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `std` in this scope
[INFO] [stdout]   --> src/encoding.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     use std::iter::zip;
[INFO] [stdout]    |         ^^^ use of unresolved module or unlinked crate `std`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `std`, use `cargo add std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Vec` in this scope
[INFO] [stdout]   --> src/encoding.rs:96:30
[INFO] [stdout]    |
[INFO] [stdout] 96 |             let mut stream = Vec::new();
[INFO] [stdout]    |                              ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> src/encoding.rs:113:30
[INFO] [stdout]     |
[INFO] [stdout] 113 |             let mut stream = Vec::new();
[INFO] [stdout]     |                              ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> src/encoding.rs:120:31
[INFO] [stdout]     |
[INFO] [stdout] 120 |             let mut decoded = Vec::new();
[INFO] [stdout]     |                               ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> src/encoding.rs:188:29
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let mut serialized: Vec<u8> = Vec::new();
[INFO] [stdout]     |                             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> src/encoding.rs:188:39
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let mut serialized: Vec<u8> = Vec::new();
[INFO] [stdout]     |                                       ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> src/encoding.rs:194:31
[INFO] [stdout]     |
[INFO] [stdout] 194 |         let mut deserialized: Vec<TracePoint> = Vec::new();
[INFO] [stdout]     |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> src/encoding.rs:194:49
[INFO] [stdout]     |
[INFO] [stdout] 194 |         let mut deserialized: Vec<TracePoint> = Vec::new();
[INFO] [stdout]     |                                                 ^^^ use of undeclared type `Vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/encoding.rs:214:7
[INFO] [stdout]     |
[INFO] [stdout] 214 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Decoder` in this scope
[INFO] [stdout]   --> src/encoding.rs:99:27
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let mut dec = Decoder::new();
[INFO] [stdout]    |                           ^^^^^^^ use of undeclared type `Decoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Decoder` in this scope
[INFO] [stdout]    --> src/encoding.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |             let mut dec = Decoder::new();
[INFO] [stdout]     |                           ^^^^^^^ use of undeclared type `Decoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Decoder` in this scope
[INFO] [stdout]    --> src/encoding.rs:143:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |             let mut dec = Decoder::new();
[INFO] [stdout]     |                           ^^^^^^^ use of undeclared type `Decoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Decoder` in this scope
[INFO] [stdout]    --> src/encoding.rs:196:23
[INFO] [stdout]     |
[INFO] [stdout] 196 |         let mut dec = Decoder::new();
[INFO] [stdout]     |                       ^^^^^^^ use of undeclared type `Decoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `utrace_core` (lib test) due to 13 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "a431455bd25c335e16c85aa327cdc94b9bd353b5c683c270fbc3b6717bbf9dcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a431455bd25c335e16c85aa327cdc94b9bd353b5c683c270fbc3b6717bbf9dcb", kill_on_drop: false }`
[INFO] [stdout] a431455bd25c335e16c85aa327cdc94b9bd353b5c683c270fbc3b6717bbf9dcb
