[INFO] fetching crate afxdp 0.4.0... [INFO] building afxdp-0.4.0 against try#3bbb5242a8064de4ca3af4036745ddf603ddaa85 for pr-101929 [INFO] extracting crate afxdp 0.4.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate afxdp 0.4.0 on toolchain 3bbb5242a8064de4ca3af4036745ddf603ddaa85 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate afxdp 0.4.0 [INFO] finished tweaking crates.io crate afxdp 0.4.0 [INFO] tweaked toml for crates.io crate afxdp 0.4.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate afxdp 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 625bb6014faf5ec0da36eb608724a96933a95cd234933d8a83e3431895775177 [INFO] running `Command { std: "docker" "start" "-a" "625bb6014faf5ec0da36eb608724a96933a95cd234933d8a83e3431895775177", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "625bb6014faf5ec0da36eb608724a96933a95cd234933d8a83e3431895775177", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "625bb6014faf5ec0da36eb608724a96933a95cd234933d8a83e3431895775177", kill_on_drop: false }` [INFO] [stdout] 625bb6014faf5ec0da36eb608724a96933a95cd234933d8a83e3431895775177 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87d5f8de724dc3bc35532fcbf609cbdc1dad8e9411bec4193433973b81510237 [INFO] running `Command { std: "docker" "start" "-a" "87d5f8de724dc3bc35532fcbf609cbdc1dad8e9411bec4193433973b81510237", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling arraydeque v0.4.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling libbpf-sys v0.3.0-1 [INFO] [stderr] Compiling errno v0.2.7 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling afxdp v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `if_name_c` is never read [INFO] [stdout] --> src/socket.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct Socket<'a, T: std::default::Default + std::marker::Copy> { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | if_name_c: CString, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `Socket` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `socket` is never read [INFO] [stdout] --> src/socket.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct SocketTx<'a, T: std::default::Default + std::marker::Copy> { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 48 | socket: Arc>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SocketTx` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `umem` is never read [INFO] [stdout] --> src/umem.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct UmemFillQueue<'a, T: std::default::Default + std::marker::Copy> { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 41 | umem: Arc>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UmemFillQueue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.60s [INFO] running `Command { std: "docker" "inspect" "87d5f8de724dc3bc35532fcbf609cbdc1dad8e9411bec4193433973b81510237", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87d5f8de724dc3bc35532fcbf609cbdc1dad8e9411bec4193433973b81510237", kill_on_drop: false }` [INFO] [stdout] 87d5f8de724dc3bc35532fcbf609cbdc1dad8e9411bec4193433973b81510237 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2dd712a3323a8b9995a6175a0bd9249ca93eeae56a35b51581a1a06f914e3086 [INFO] running `Command { std: "docker" "start" "-a" "2dd712a3323a8b9995a6175a0bd9249ca93eeae56a35b51581a1a06f914e3086", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling pnet_base v0.27.2 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling pnet_macros_support v0.27.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling pnet_sys v0.27.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling pnet v0.27.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling cli-table-derive v0.4.4 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling rtrb v0.1.2 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling core_affinity v0.5.10 [INFO] [stderr] Compiling rlimit v0.5.4 [INFO] [stdout] warning: field `if_name_c` is never read [INFO] [stdout] --> src/socket.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct Socket<'a, T: std::default::Default + std::marker::Copy> { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | if_name_c: CString, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `Socket` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `socket` is never read [INFO] [stdout] --> src/socket.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct SocketTx<'a, T: std::default::Default + std::marker::Copy> { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 48 | socket: Arc>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SocketTx` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `umem` is never read [INFO] [stdout] --> src/umem.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct UmemFillQueue<'a, T: std::default::Default + std::marker::Copy> { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 41 | umem: Arc>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UmemFillQueue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.27.2 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling ipnetwork v0.17.0 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling pnet_datalink v0.27.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling ctrlc v3.1.8 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling cli-table v0.4.5 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling pnet_packet v0.27.2 [INFO] [stderr] error: failed to run custom build command for `pnet_packet v0.27.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/pnet_packet-ee7538087af8d60e/build-script-build` (signal: 4, SIGILL: illegal instruction) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "2dd712a3323a8b9995a6175a0bd9249ca93eeae56a35b51581a1a06f914e3086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dd712a3323a8b9995a6175a0bd9249ca93eeae56a35b51581a1a06f914e3086", kill_on_drop: false }` [INFO] [stdout] 2dd712a3323a8b9995a6175a0bd9249ca93eeae56a35b51581a1a06f914e3086