[INFO] crate pcap-rs 1.0.3 is already in cache [INFO] extracting crate pcap-rs 1.0.3 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/pcap-rs/1.0.3 [INFO] extracting crate pcap-rs 1.0.3 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/pcap-rs/1.0.3 [INFO] validating manifest of pcap-rs-1.0.3 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pcap-rs-1.0.3 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pcap-rs-1.0.3 [INFO] finished frobbing pcap-rs-1.0.3 [INFO] frobbed toml for pcap-rs-1.0.3 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/pcap-rs/1.0.3/Cargo.toml [INFO] started frobbing pcap-rs-1.0.3 [INFO] finished frobbing pcap-rs-1.0.3 [INFO] frobbed toml for pcap-rs-1.0.3 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/pcap-rs/1.0.3/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking pcap-rs-1.0.3 against try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-3/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/pcap-rs/1.0.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a371f1b0d4fc7b62d991beb71cd8b999324549e266b002340216bce5d5c09b4b [INFO] running `"docker" "start" "-a" "a371f1b0d4fc7b62d991beb71cd8b999324549e266b002340216bce5d5c09b4b"` [INFO] [stderr] Checking pcap-rs v1.0.3 (/opt/crater/workdir) [INFO] [stderr] warning: attribute must be of the form `#[doc(hidden|inline|...)]` or `#[doc = "string"]` [INFO] [stderr] --> src/lib.rs:307:1 [INFO] [stderr] | [INFO] [stderr] 307 | / named_attr!( [INFO] [stderr] 308 | | /// Parses a header. [INFO] [stderr] 309 | | /// [INFO] [stderr] 310 | | /// This is always the first item of the file. This amongst other information extracts the [INFO] [stderr] ... | [INFO] [stderr] 317 | | 0x4d3cb2a1 => call!(parse_header_e, Endianness::Little, true) // reverse usec [INFO] [stderr] 318 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ill_formed_attribute_input)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57571 [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: attribute must be of the form `#[doc(hidden|inline|...)]` or `#[doc = "string"]` [INFO] [stderr] --> src/lib.rs:307:1 [INFO] [stderr] | [INFO] [stderr] 307 | / named_attr!( [INFO] [stderr] 308 | | /// Parses a header. [INFO] [stderr] 309 | | /// [INFO] [stderr] 310 | | /// This is always the first item of the file. This amongst other information extracts the [INFO] [stderr] ... | [INFO] [stderr] 317 | | 0x4d3cb2a1 => call!(parse_header_e, Endianness::Little, true) // reverse usec [INFO] [stderr] 318 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ill_formed_attribute_input)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57571 [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `"docker" "inspect" "a371f1b0d4fc7b62d991beb71cd8b999324549e266b002340216bce5d5c09b4b"` [INFO] running `"docker" "rm" "-f" "a371f1b0d4fc7b62d991beb71cd8b999324549e266b002340216bce5d5c09b4b"` [INFO] [stdout] a371f1b0d4fc7b62d991beb71cd8b999324549e266b002340216bce5d5c09b4b