[INFO] fetching crate wireparse 0.1.0... [INFO] testing wireparse-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate wireparse 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate wireparse 0.1.0 [INFO] finished tweaking crates.io crate wireparse 0.1.0 [INFO] tweaked toml for crates.io crate wireparse 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate wireparse 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate wireparse 0.1.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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded snafu v0.8.2 [INFO] [stderr] Downloaded snafu-derive v0.8.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ea84a3ac891d7e0f8618f97693d3ac956b65764760845b3e13f58abb233b172 [INFO] running `Command { std: "docker" "start" "-a" "7ea84a3ac891d7e0f8618f97693d3ac956b65764760845b3e13f58abb233b172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ea84a3ac891d7e0f8618f97693d3ac956b65764760845b3e13f58abb233b172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ea84a3ac891d7e0f8618f97693d3ac956b65764760845b3e13f58abb233b172", kill_on_drop: false }` [INFO] [stdout] 7ea84a3ac891d7e0f8618f97693d3ac956b65764760845b3e13f58abb233b172 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a9dd513dd9365b0fabb664063c4a0a17ee1ca2148090014db941f884566c42d [INFO] running `Command { std: "docker" "start" "-a" "5a9dd513dd9365b0fabb664063c4a0a17ee1ca2148090014db941f884566c42d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling snafu-derive v0.8.2 [INFO] [stderr] Compiling snafu v0.8.2 [INFO] [stderr] Compiling wireparse v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `fast-rw` [INFO] [stdout] --> src/io/checked.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(feature = "fast-rw", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc` and `default` [INFO] [stdout] = help: consider adding `fast-rw` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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 7.30s [INFO] running `Command { std: "docker" "inspect" "5a9dd513dd9365b0fabb664063c4a0a17ee1ca2148090014db941f884566c42d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a9dd513dd9365b0fabb664063c4a0a17ee1ca2148090014db941f884566c42d", kill_on_drop: false }` [INFO] [stdout] 5a9dd513dd9365b0fabb664063c4a0a17ee1ca2148090014db941f884566c42d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47479db2480b7458b00346478f9526d90bf87118a0c75e9486d609d8739c9186 [INFO] running `Command { std: "docker" "start" "-a" "47479db2480b7458b00346478f9526d90bf87118a0c75e9486d609d8739c9186", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `fast-rw` [INFO] [stdout] --> src/io/checked.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(feature = "fast-rw", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc` and `default` [INFO] [stdout] = help: consider adding `fast-rw` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wireparse v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `netpack` [INFO] [stdout] --> examples/parse_arp.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use netpack::EthernetFrame; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `netpack` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `netpack`, use `cargo add netpack` 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] [stdout] warning: unexpected `cfg` condition value: `fast-rw` [INFO] [stdout] --> src/io/checked.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(feature = "fast-rw", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc` and `default` [INFO] [stdout] = help: consider adding `fast-rw` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wireparse` (example "parse_arp") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "47479db2480b7458b00346478f9526d90bf87118a0c75e9486d609d8739c9186", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47479db2480b7458b00346478f9526d90bf87118a0c75e9486d609d8739c9186", kill_on_drop: false }` [INFO] [stdout] 47479db2480b7458b00346478f9526d90bf87118a0c75e9486d609d8739c9186