[INFO] crate burritun 0.1.1 is already in cache [INFO] checking burritun-0.1.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate burritun 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate burritun 0.1.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate burritun 0.1.1 [INFO] finished tweaking crates.io crate burritun 0.1.1 [INFO] tweaked toml for crates.io crate burritun 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 29335a9dd90bdf0b4625de457de3c834cdb7e991411c5d5f16987cbeccccd857 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "29335a9dd90bdf0b4625de457de3c834cdb7e991411c5d5f16987cbeccccd857"` [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Checking pnet_base v0.22.0 [INFO] [stderr] Checking pnet_base v0.21.0 [INFO] [stderr] Compiling pnet v0.21.0 [INFO] [stderr] Checking ipnetwork v0.12.8 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling tun-tap v0.1.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking pnet_sys v0.21.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking pktparse v0.3.0 [INFO] [stderr] Checking pnet_macros_support v0.21.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Checking pnet_datalink v0.21.0 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.22.0 [INFO] [stderr] Compiling pnet_packet v0.21.0 [INFO] [stderr] error[E0599]: no method named `to_primitive_values` found for type `pnet_base::MacAddr` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/pnet_packet-ed13829ffed197e8/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 type `pnet_base::MacAddr` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/pnet_packet-ed13829ffed197e8/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 type `pnet_base::MacAddr` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/pnet_packet-ed13829ffed197e8/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 type `pnet_base::MacAddr` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/pnet_packet-ed13829ffed197e8/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" "29335a9dd90bdf0b4625de457de3c834cdb7e991411c5d5f16987cbeccccd857"` [INFO] running `"docker" "rm" "-f" "29335a9dd90bdf0b4625de457de3c834cdb7e991411c5d5f16987cbeccccd857"` [INFO] [stdout] 29335a9dd90bdf0b4625de457de3c834cdb7e991411c5d5f16987cbeccccd857