[INFO] crate netlink-packet-core 0.1.0 is already in cache
[INFO] checking netlink-packet-core-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate netlink-packet-core 0.1.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate netlink-packet-core 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate netlink-packet-core 0.1.0
[INFO] finished tweaking crates.io crate netlink-packet-core 0.1.0
[INFO] tweaked toml for crates.io crate netlink-packet-core 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate crates.io crate netlink-packet-core 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 765a69ccfc4813bc79c43052974059cc74736414c42a89de1b0831706ec70061
[INFO] running `"docker" "start" "-a" "765a69ccfc4813bc79c43052974059cc74736414c42a89de1b0831706ec70061"`
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]    Compiling paste-impl v0.1.6
[INFO] [stderr]     Checking paste v0.1.6
[INFO] [stderr]     Checking netlink-packet-utils v0.1.0
[INFO] [stderr]     Checking netlink-packet-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `netlink_packet_route`
[INFO] [stderr]  --> examples/rtnetlink.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use netlink_packet_route::rtnl::{LinkMessage, RtnlMessage};
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `netlink_packet_route`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RtnlMessage`
[INFO] [stderr]   --> examples/rtnetlink.rs:13:18
[INFO] [stderr]    |
[INFO] [stderr] 13 |         payload: RtnlMessage::GetLink(LinkMessage::default()).into(),
[INFO] [stderr]    |                  ^^^^^^^^^^^ use of undeclared type or module `RtnlMessage`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LinkMessage`
[INFO] [stderr]   --> examples/rtnetlink.rs:13:39
[INFO] [stderr]    |
[INFO] [stderr] 13 |         payload: RtnlMessage::GetLink(LinkMessage::default()).into(),
[INFO] [stderr]    |                                       ^^^^^^^^^^^ use of undeclared type or module `LinkMessage`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RtnlMessage` in this scope
[INFO] [stderr]   --> examples/rtnetlink.rs:35:26
[INFO] [stderr]    |
[INFO] [stderr] 35 |         NetlinkMessage::<RtnlMessage>::deserialize(&buf).expect("Failed to deserialize message");
[INFO] [stderr]    |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `netlink-packet-core`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "765a69ccfc4813bc79c43052974059cc74736414c42a89de1b0831706ec70061"`
[INFO] running `"docker" "rm" "-f" "765a69ccfc4813bc79c43052974059cc74736414c42a89de1b0831706ec70061"`
[INFO] [stdout] 765a69ccfc4813bc79c43052974059cc74736414c42a89de1b0831706ec70061
