[INFO] crate lib_blaster 0.3.1 is already in cache [INFO] checking lib_blaster-0.3.1 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] extracting crate lib_blaster 0.3.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate lib_blaster 0.3.1 on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate lib_blaster 0.3.1 [INFO] finished tweaking crates.io crate lib_blaster 0.3.1 [INFO] tweaked toml for crates.io crate lib_blaster 0.3.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 543cfbe526877456b2f2e950eacbe1a08d48299853288f74c870b0f6aac7c8c8 [INFO] running `"docker" "start" "-a" "543cfbe526877456b2f2e950eacbe1a08d48299853288f74c870b0f6aac7c8c8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Checking pnet_base v0.26.0 [INFO] [stderr] Checking pnet_base v0.21.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking memchr v2.3.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Checking pnet_macros_support v0.21.0 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking crossbeam-queue v0.2.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking pnet_sys v0.21.0 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking tinytemplate v1.1.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.26.0 [INFO] [stderr] Compiling pnet_packet v0.21.0 [INFO] [stderr] error[E0599]: no method named `to_primitive_values` found for struct `pnet_base::MacAddr` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/pnet_packet-d898928ceadf73e9/out/ethernet.rs:442:24 [INFO] [stderr] | [INFO] [stderr] 442 | let vals = val.to_primitive_values(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ method not found in `pnet_base::MacAddr` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_primitive_values` found for struct `pnet_base::MacAddr` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/pnet_packet-d898928ceadf73e9/out/ethernet.rs:499:24 [INFO] [stderr] | [INFO] [stderr] 499 | let vals = val.to_primitive_values(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ method not found in `pnet_base::MacAddr` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_primitive_values` found for struct `pnet_base::MacAddr` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/pnet_packet-d898928ceadf73e9/out/arp.rs:776:24 [INFO] [stderr] | [INFO] [stderr] 776 | let vals = val.to_primitive_values(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ method not found in `pnet_base::MacAddr` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_primitive_values` found for struct `pnet_base::MacAddr` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/pnet_packet-d898928ceadf73e9/out/arp.rs:874:24 [INFO] [stderr] | [INFO] [stderr] 874 | let vals = val.to_primitive_values(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ method not found in `pnet_base::MacAddr` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `pnet_packet`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "543cfbe526877456b2f2e950eacbe1a08d48299853288f74c870b0f6aac7c8c8"` [INFO] running `"docker" "rm" "-f" "543cfbe526877456b2f2e950eacbe1a08d48299853288f74c870b0f6aac7c8c8"` [INFO] [stdout] 543cfbe526877456b2f2e950eacbe1a08d48299853288f74c870b0f6aac7c8c8