[INFO] fetching crate wireparse 0.1.0...
[INFO] testing wireparse-0.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate wireparse 0.1.0 into /workspace/builds/worker-7-tc2/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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wireparse 0.1.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 57aa7e66f3680493a17059069eceb452291bd3db87b25845ea5cc06625d74ff5
[INFO] running `Command { std: "docker" "start" "-a" "57aa7e66f3680493a17059069eceb452291bd3db87b25845ea5cc06625d74ff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "57aa7e66f3680493a17059069eceb452291bd3db87b25845ea5cc06625d74ff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57aa7e66f3680493a17059069eceb452291bd3db87b25845ea5cc06625d74ff5", kill_on_drop: false }`
[INFO] [stdout] 57aa7e66f3680493a17059069eceb452291bd3db87b25845ea5cc06625d74ff5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cdfa3a112d1e05a38160c43ab881e2438a03e33d60295e3ada7d069dcdc8a037
[INFO] running `Command { std: "docker" "start" "-a" "cdfa3a112d1e05a38160c43ab881e2438a03e33d60295e3ada7d069dcdc8a037", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling heck v0.4.1
[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 <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 7.94s
[INFO] running `Command { std: "docker" "inspect" "cdfa3a112d1e05a38160c43ab881e2438a03e33d60295e3ada7d069dcdc8a037", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdfa3a112d1e05a38160c43ab881e2438a03e33d60295e3ada7d069dcdc8a037", kill_on_drop: false }`
[INFO] [stdout] cdfa3a112d1e05a38160c43ab881e2438a03e33d60295e3ada7d069dcdc8a037
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c2d55428ca419e1055e6bb3ed43591504b70fd54e1657716df91559214b1432
[INFO] running `Command { std: "docker" "start" "-a" "6c2d55428ca419e1055e6bb3ed43591504b70fd54e1657716df91559214b1432", kill_on_drop: false }`
[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 <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[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] [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] [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 <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] running `Command { std: "docker" "inspect" "6c2d55428ca419e1055e6bb3ed43591504b70fd54e1657716df91559214b1432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c2d55428ca419e1055e6bb3ed43591504b70fd54e1657716df91559214b1432", kill_on_drop: false }`
[INFO] [stdout] 6c2d55428ca419e1055e6bb3ed43591504b70fd54e1657716df91559214b1432
