[INFO] crate netlink-sys 0.2.0 is already in cache [INFO] testing netlink-sys-0.2.0 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate netlink-sys 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate netlink-sys 0.2.0 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate netlink-sys 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate netlink-sys 0.2.0 [INFO] tweaked toml for crates.io crate netlink-sys 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate netlink-sys 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 373772ba2b5f104c7ae9977608c6a3a0e0fe0443bc589876647f9f98cc34d78e [INFO] running `"docker" "start" "-a" "373772ba2b5f104c7ae9977608c6a3a0e0fe0443bc589876647f9f98cc34d78e"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling netlink-sys v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.52s [INFO] running `"docker" "inspect" "373772ba2b5f104c7ae9977608c6a3a0e0fe0443bc589876647f9f98cc34d78e"` [INFO] running `"docker" "rm" "-f" "373772ba2b5f104c7ae9977608c6a3a0e0fe0443bc589876647f9f98cc34d78e"` [INFO] [stdout] 373772ba2b5f104c7ae9977608c6a3a0e0fe0443bc589876647f9f98cc34d78e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3787bc209d0b52bafd7fc6010ddbd6584acabc9ecc2ef4fad26d638996d86ed0 [INFO] running `"docker" "start" "-a" "3787bc209d0b52bafd7fc6010ddbd6584acabc9ecc2ef4fad26d638996d86ed0"` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling bytes v0.5.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.1.1 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling tokio-macros v0.2.1 [INFO] [stderr] Compiling tokio v0.2.6 [INFO] [stderr] Compiling netlink-sys v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `netlink_packet_audit` [INFO] [stderr] --> examples/audit_events.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use netlink_packet_audit::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `netlink_packet_audit` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `netlink-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3787bc209d0b52bafd7fc6010ddbd6584acabc9ecc2ef4fad26d638996d86ed0"` [INFO] running `"docker" "rm" "-f" "3787bc209d0b52bafd7fc6010ddbd6584acabc9ecc2ef4fad26d638996d86ed0"` [INFO] [stdout] 3787bc209d0b52bafd7fc6010ddbd6584acabc9ecc2ef4fad26d638996d86ed0