[INFO] fetching crate netlink-packet-core 0.2.4... [INFO] checking netlink-packet-core-0.2.4 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate netlink-packet-core 0.2.4 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate netlink-packet-core 0.2.4 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate netlink-packet-core 0.2.4 [INFO] finished tweaking crates.io crate netlink-packet-core 0.2.4 [INFO] tweaked toml for crates.io crate netlink-packet-core 0.2.4 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate netlink-packet-core 0.2.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 488ff7db13a8cecd151f0d26f65a1906e9216713994a8331bf90bd2f20977377 [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" "488ff7db13a8cecd151f0d26f65a1906e9216713994a8331bf90bd2f20977377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "488ff7db13a8cecd151f0d26f65a1906e9216713994a8331bf90bd2f20977377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "488ff7db13a8cecd151f0d26f65a1906e9216713994a8331bf90bd2f20977377", kill_on_drop: false }` [INFO] [stdout] 488ff7db13a8cecd151f0d26f65a1906e9216713994a8331bf90bd2f20977377 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b5374f1a700cb268443a35d1826cb1937c3881de72dd38946c54417560a7b4f [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" "9b5374f1a700cb268443a35d1826cb1937c3881de72dd38946c54417560a7b4f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Checking thiserror v1.0.23 [INFO] [stderr] Checking netlink-packet-utils v0.4.0 [INFO] [stderr] Checking netlink-packet-core v0.2.4 (/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" "9b5374f1a700cb268443a35d1826cb1937c3881de72dd38946c54417560a7b4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b5374f1a700cb268443a35d1826cb1937c3881de72dd38946c54417560a7b4f", kill_on_drop: false }` [INFO] [stdout] 9b5374f1a700cb268443a35d1826cb1937c3881de72dd38946c54417560a7b4f