[INFO] fetching crate netprobe 0.4.0... [INFO] testing netprobe-0.4.0 against 1.86.0 for beta-1.87-1 [INFO] extracting crate netprobe 0.4.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate netprobe 0.4.0 on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate netprobe 0.4.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate netprobe 0.4.0 [INFO] tweaked toml for crates.io crate netprobe 0.4.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate netprobe 0.4.0 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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xenet-sys v0.4.0 [INFO] [stderr] Downloaded xenet-macro-helper v0.4.0 [INFO] [stderr] Downloaded xenet v0.4.0 [INFO] [stderr] Downloaded xenet-datalink v0.4.0 [INFO] [stderr] Downloaded xenet-packet v0.4.0 [INFO] [stderr] Downloaded hickory-resolver v0.24.0 [INFO] [stderr] Downloaded xenet-core v0.4.0 [INFO] [stderr] Downloaded xenet-socket v0.4.0 [INFO] [stderr] Downloaded xenet-macro v0.4.0 [INFO] [stderr] Downloaded default-net v0.21.0 [INFO] [stderr] Downloaded xenet-packet-builder v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f16a7ff39856bf3f044442f7f580e89e76dcb3971583b56d60ec9c89d8d3253c [INFO] running `Command { std: "docker" "start" "-a" "f16a7ff39856bf3f044442f7f580e89e76dcb3971583b56d60ec9c89d8d3253c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f16a7ff39856bf3f044442f7f580e89e76dcb3971583b56d60ec9c89d8d3253c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f16a7ff39856bf3f044442f7f580e89e76dcb3971583b56d60ec9c89d8d3253c", kill_on_drop: false }` [INFO] [stdout] f16a7ff39856bf3f044442f7f580e89e76dcb3971583b56d60ec9c89d8d3253c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] abfe1a4d50e0af67597035cce370678be5b63ae2fcc26da88b4ed02204ad49c6 [INFO] running `Command { std: "docker" "start" "-a" "abfe1a4d50e0af67597035cce370678be5b63ae2fcc26da88b4ed02204ad49c6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling waker-fn v1.1.1 [INFO] [stderr] Compiling parking v2.2.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling concurrent-queue v2.3.0 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling async-lock v2.8.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling default-net v0.21.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling xenet-core v0.4.0 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling xenet-macro-helper v0.4.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling xenet-sys v0.4.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tokio v1.34.0 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling xenet-datalink v0.4.0 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling enum-as-inner v0.6.0 [INFO] [stderr] Compiling xenet-macro v0.4.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling xenet-packet v0.4.0 [INFO] [stderr] Compiling hickory-proto v0.24.0 [INFO] [stderr] Compiling hickory-resolver v0.24.0 [INFO] [stderr] Compiling xenet-packet-builder v0.4.0 [INFO] [stderr] Compiling xenet-socket v0.4.0 [INFO] [stderr] Compiling xenet v0.4.0 [INFO] [stderr] Compiling netprobe v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `xenet::packet::frame` [INFO] [stdout] --> src/packet/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use xenet::packet::frame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.22s [INFO] running `Command { std: "docker" "inspect" "abfe1a4d50e0af67597035cce370678be5b63ae2fcc26da88b4ed02204ad49c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abfe1a4d50e0af67597035cce370678be5b63ae2fcc26da88b4ed02204ad49c6", kill_on_drop: false }` [INFO] [stdout] abfe1a4d50e0af67597035cce370678be5b63ae2fcc26da88b4ed02204ad49c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbf2c7bfd3c7bad829cba697c509f763556cd2485bcde320748fb22fe889712d [INFO] running `Command { std: "docker" "start" "-a" "fbf2c7bfd3c7bad829cba697c509f763556cd2485bcde320748fb22fe889712d", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `xenet::packet::frame` [INFO] [stdout] --> src/packet/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use xenet::packet::frame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling netprobe v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `xenet::packet::frame` [INFO] [stdout] --> src/packet/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use xenet::packet::frame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.53s [INFO] running `Command { std: "docker" "inspect" "fbf2c7bfd3c7bad829cba697c509f763556cd2485bcde320748fb22fe889712d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbf2c7bfd3c7bad829cba697c509f763556cd2485bcde320748fb22fe889712d", kill_on_drop: false }` [INFO] [stdout] fbf2c7bfd3c7bad829cba697c509f763556cd2485bcde320748fb22fe889712d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9b68e71b9d2a8198e48b862d7f1d86c2cc259a9a6795dba6865afcfbb48f4979 [INFO] running `Command { std: "docker" "start" "-a" "9b68e71b9d2a8198e48b862d7f1d86c2cc259a9a6795dba6865afcfbb48f4979", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `xenet::packet::frame` [INFO] [stderr] --> src/packet/mod.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use xenet::packet::frame; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `netprobe` (lib) generated 1 warning (run `cargo fix --lib -p netprobe` to apply 1 suggestion) [INFO] [stderr] warning: `netprobe` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netprobe-ace5beaaab1da335) [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] [stderr] Doc-tests netprobe [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] running `Command { std: "docker" "inspect" "9b68e71b9d2a8198e48b862d7f1d86c2cc259a9a6795dba6865afcfbb48f4979", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b68e71b9d2a8198e48b862d7f1d86c2cc259a9a6795dba6865afcfbb48f4979", kill_on_drop: false }` [INFO] [stdout] 9b68e71b9d2a8198e48b862d7f1d86c2cc259a9a6795dba6865afcfbb48f4979