[INFO] fetching crate netlink-packet-core 0.2.1... [INFO] checking netlink-packet-core-0.2.1 against master#c9228570668803e3e6402770d55f23a12c9ae686 for pr-79472 [INFO] extracting crate netlink-packet-core 0.2.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate netlink-packet-core 0.2.1 on toolchain c9228570668803e3e6402770d55f23a12c9ae686 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate netlink-packet-core 0.2.1 [INFO] finished tweaking crates.io crate netlink-packet-core 0.2.1 [INFO] tweaked toml for crates.io crate netlink-packet-core 0.2.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate netlink-packet-core 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aad781b9ad41aab47ac7f6d8eed53d6240c5e4c3ed4588faf4c5ce82e2d13399 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aad781b9ad41aab47ac7f6d8eed53d6240c5e4c3ed4588faf4c5ce82e2d13399", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aad781b9ad41aab47ac7f6d8eed53d6240c5e4c3ed4588faf4c5ce82e2d13399", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aad781b9ad41aab47ac7f6d8eed53d6240c5e4c3ed4588faf4c5ce82e2d13399", kill_on_drop: false }` [INFO] [stdout] aad781b9ad41aab47ac7f6d8eed53d6240c5e4c3ed4588faf4c5ce82e2d13399 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9e54ef3358b7e3b18b2da780e34954e2a51f5244076cf23b319c5b94e808a42 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e9e54ef3358b7e3b18b2da780e34954e2a51f5244076cf23b319c5b94e808a42", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling paste v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.23 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking netlink-packet-utils v0.3.0 [INFO] [stderr] Checking netlink-packet-core v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `netlink_packet_route` [INFO] [stdout] --> examples/rtnetlink.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use netlink_packet_route::rtnl::{LinkMessage, RtnlMessage}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `netlink_packet_route` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RtnlMessage` [INFO] [stdout] --> examples/rtnetlink.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | payload: RtnlMessage::GetLink(LinkMessage::default()).into(), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `RtnlMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkMessage` [INFO] [stdout] --> examples/rtnetlink.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | payload: RtnlMessage::GetLink(LinkMessage::default()).into(), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `LinkMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RtnlMessage` in this scope [INFO] [stdout] --> examples/rtnetlink.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | NetlinkMessage::::deserialize(&buf).expect("Failed to deserialize message"); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `netlink-packet-core` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "e9e54ef3358b7e3b18b2da780e34954e2a51f5244076cf23b319c5b94e808a42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9e54ef3358b7e3b18b2da780e34954e2a51f5244076cf23b319c5b94e808a42", kill_on_drop: false }` [INFO] [stdout] e9e54ef3358b7e3b18b2da780e34954e2a51f5244076cf23b319c5b94e808a42