[INFO] fetching crate packet-dissector-esp 0.3.2...
[INFO] testing packet-dissector-esp-0.3.2 against 1.95.0 for beta-1.96-2
[INFO] extracting crate packet-dissector-esp 0.3.2 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate packet-dissector-esp 0.3.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate packet-dissector-esp 0.3.2
[INFO] tweaked toml for crates.io crate packet-dissector-esp 0.3.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate packet-dissector-esp 0.3.2 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate packet-dissector-esp 0.3.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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cpubits v0.1.0
[INFO] [stderr]   Downloaded block-padding v0.4.2
[INFO] [stderr]   Downloaded cbc v0.2.0
[INFO] [stderr]   Downloaded inout v0.2.2
[INFO] [stderr]   Downloaded packet-dissector-core v0.3.2
[INFO] [stderr]   Downloaded cipher v0.5.1
[INFO] [stderr]   Downloaded aes v0.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c4bc19b76aee0620e499db3297dcd30eb776f1166f18c9ae036805748ba927d5
[INFO] running `Command { std: "docker" "start" "-a" "c4bc19b76aee0620e499db3297dcd30eb776f1166f18c9ae036805748ba927d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4bc19b76aee0620e499db3297dcd30eb776f1166f18c9ae036805748ba927d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4bc19b76aee0620e499db3297dcd30eb776f1166f18c9ae036805748ba927d5", kill_on_drop: false }`
[INFO] [stdout] c4bc19b76aee0620e499db3297dcd30eb776f1166f18c9ae036805748ba927d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d89eac074b2a19df3527bf95da4ec4fc18d2fdd77ddbac0c9e7731bd41eba610
[INFO] running `Command { std: "docker" "start" "-a" "d89eac074b2a19df3527bf95da4ec4fc18d2fdd77ddbac0c9e7731bd41eba610", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling packet-dissector-core v0.3.2
[INFO] [stderr]    Compiling packet-dissector-esp v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `spi`
[INFO] [stdout]    --> src/crypto.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 |     spi: u32,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_spi`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seq`
[INFO] [stdout]    --> src/crypto.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     seq: u32,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_seq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
[INFO] running `Command { std: "docker" "inspect" "d89eac074b2a19df3527bf95da4ec4fc18d2fdd77ddbac0c9e7731bd41eba610", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d89eac074b2a19df3527bf95da4ec4fc18d2fdd77ddbac0c9e7731bd41eba610", kill_on_drop: false }`
[INFO] [stdout] d89eac074b2a19df3527bf95da4ec4fc18d2fdd77ddbac0c9e7731bd41eba610
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19f1c89627a4d3a991ef6984558bffe8bdcd9ef5e0636165b8bf224200897227
[INFO] running `Command { std: "docker" "start" "-a" "19f1c89627a4d3a991ef6984558bffe8bdcd9ef5e0636165b8bf224200897227", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling cpubits v0.1.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hybrid-array v0.4.10
[INFO] [stderr]    Compiling block-padding v0.4.2
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling inout v0.2.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling cipher v0.5.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling cbc v0.2.0
[INFO] [stderr]    Compiling aes v0.9.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling packet-dissector-core v0.3.2
[INFO] [stderr]    Compiling packet-dissector-esp v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `spi`
[INFO] [stdout]    --> src/crypto.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 |     spi: u32,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_spi`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seq`
[INFO] [stdout]    --> src/crypto.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     seq: u32,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_seq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stdout] error[E0432]: unresolved import `packet_dissector_test_alloc`
[INFO] [stdout]  --> tests/alloc_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use packet_dissector_test_alloc::{count_allocs, setup_counting_allocator};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `packet_dissector_test_alloc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use packet_dissector_test_alloc::{count_allocs, setup_counting_allocator};
[INFO] [stdout] 6 + use packet_dissector_esp::{count_allocs, setup_counting_allocator};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `packet-dissector-esp` (test "alloc_test") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "19f1c89627a4d3a991ef6984558bffe8bdcd9ef5e0636165b8bf224200897227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19f1c89627a4d3a991ef6984558bffe8bdcd9ef5e0636165b8bf224200897227", kill_on_drop: false }`
[INFO] [stdout] 19f1c89627a4d3a991ef6984558bffe8bdcd9ef5e0636165b8bf224200897227
