[INFO] fetching crate wireparse 0.1.0...
[INFO] testing wireparse-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate wireparse 0.1.0 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wireparse 0.1.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.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.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded snafu-derive v0.8.2
[INFO] [stderr]   Downloaded snafu v0.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fb26dd0362054937786772bfafe425946dca63610074fbaac6f2c141ab6d4c9b
[INFO] running `Command { std: "docker" "start" "-a" "fb26dd0362054937786772bfafe425946dca63610074fbaac6f2c141ab6d4c9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb26dd0362054937786772bfafe425946dca63610074fbaac6f2c141ab6d4c9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb26dd0362054937786772bfafe425946dca63610074fbaac6f2c141ab6d4c9b", kill_on_drop: false }`
[INFO] [stdout] fb26dd0362054937786772bfafe425946dca63610074fbaac6f2c141ab6d4c9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af0aa4b5edf8da5916d6c35b4d8e732d83b344f2c800b53d5e8aa19d935929e8
[INFO] running `Command { std: "docker" "start" "-a" "af0aa4b5edf8da5916d6c35b4d8e732d83b344f2c800b53d5e8aa19d935929e8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[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.05s
[INFO] running `Command { std: "docker" "inspect" "af0aa4b5edf8da5916d6c35b4d8e732d83b344f2c800b53d5e8aa19d935929e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af0aa4b5edf8da5916d6c35b4d8e732d83b344f2c800b53d5e8aa19d935929e8", kill_on_drop: false }`
[INFO] [stdout] af0aa4b5edf8da5916d6c35b4d8e732d83b344f2c800b53d5e8aa19d935929e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 187081bda5d6bbdbbc176f7a4bc4b6db37d1c2a70b80530abdb20751a3cba02d
[INFO] running `Command { std: "docker" "start" "-a" "187081bda5d6bbdbbc176f7a4bc4b6db37d1c2a70b80530abdb20751a3cba02d", 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] [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] 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 <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" "187081bda5d6bbdbbc176f7a4bc4b6db37d1c2a70b80530abdb20751a3cba02d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "187081bda5d6bbdbbc176f7a4bc4b6db37d1c2a70b80530abdb20751a3cba02d", kill_on_drop: false }`
[INFO] [stdout] 187081bda5d6bbdbbc176f7a4bc4b6db37d1c2a70b80530abdb20751a3cba02d
