[INFO] fetching crate wireparse 0.1.0...
[INFO] testing wireparse-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate wireparse 0.1.0 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wireparse 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.81
[INFO] [stderr]   Downloaded snafu-derive v0.8.2
[INFO] [stderr]   Downloaded snafu v0.8.2
[INFO] [stderr]   Downloaded syn v2.0.60
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da9fa9c68e8352be6870e757820f44106b22bfc2143dc699f213c924204a056c
[INFO] running `Command { std: "docker" "start" "-a" "da9fa9c68e8352be6870e757820f44106b22bfc2143dc699f213c924204a056c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da9fa9c68e8352be6870e757820f44106b22bfc2143dc699f213c924204a056c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da9fa9c68e8352be6870e757820f44106b22bfc2143dc699f213c924204a056c", kill_on_drop: false }`
[INFO] [stdout] da9fa9c68e8352be6870e757820f44106b22bfc2143dc699f213c924204a056c
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f08b8e6dfc34eea4f2f4403753ee032255458b40b9e6c88cc5144659add78fb8
[INFO] running `Command { std: "docker" "start" "-a" "f08b8e6dfc34eea4f2f4403753ee032255458b40b9e6c88cc5144659add78fb8", 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 8.38s
[INFO] running `Command { std: "docker" "inspect" "f08b8e6dfc34eea4f2f4403753ee032255458b40b9e6c88cc5144659add78fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f08b8e6dfc34eea4f2f4403753ee032255458b40b9e6c88cc5144659add78fb8", kill_on_drop: false }`
[INFO] [stdout] f08b8e6dfc34eea4f2f4403753ee032255458b40b9e6c88cc5144659add78fb8
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6130cb3d9e57e5950048f3a589e365bbb14e32118de2f3915c59c39f7512b4ef
[INFO] running `Command { std: "docker" "start" "-a" "6130cb3d9e57e5950048f3a589e365bbb14e32118de2f3915c59c39f7512b4ef", 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 <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 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] 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] 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] running `Command { std: "docker" "inspect" "6130cb3d9e57e5950048f3a589e365bbb14e32118de2f3915c59c39f7512b4ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6130cb3d9e57e5950048f3a589e365bbb14e32118de2f3915c59c39f7512b4ef", kill_on_drop: false }`
[INFO] [stdout] 6130cb3d9e57e5950048f3a589e365bbb14e32118de2f3915c59c39f7512b4ef
