[INFO] crate netlink-proto 0.2.1 is already in cache
[INFO] checking netlink-proto-0.2.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate netlink-proto 0.2.1 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate netlink-proto 0.2.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate netlink-proto 0.2.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate netlink-proto 0.2.1
[INFO] tweaked toml for crates.io crate netlink-proto 0.2.1 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate netlink-proto 0.2.1 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] af15ae3ebc38902b27be7d1e083a376cca88363894b697265aed628cdde0d130
[INFO] running `"docker" "start" "-a" "af15ae3ebc38902b27be7d1e083a376cca88363894b697265aed628cdde0d130"`
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]     Checking backtrace v0.3.44
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling tokio-macros v0.2.4
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling paste-impl v0.1.6
[INFO] [stderr]     Checking tokio v0.2.11
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]     Checking paste v0.1.6
[INFO] [stderr]     Checking netlink-packet-utils v0.1.0
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking netlink-packet-core v0.1.0
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking netlink-sys v0.2.0
[INFO] [stderr]     Checking netlink-proto v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:59:57
[INFO] [stderr]    |
[INFO] [stderr] 59 |             SocketIo(ref e) => write!(f, "{}: {}", self.description(), e),
[INFO] [stderr]    |                                                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:60:54
[INFO] [stderr]    |
[INFO] [stderr] 60 |             ConnectionClosed => write!(f, "{}", self.description()),
[INFO] [stderr]    |                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:61:69
[INFO] [stderr]    |
[INFO] [stderr] 61 |             NetlinkError(ref message) => write!(f, "{}: {:?}", self.description(), message),
[INFO] [stderr]    |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:59:57
[INFO] [stderr]    |
[INFO] [stderr] 59 |             SocketIo(ref e) => write!(f, "{}: {}", self.description(), e),
[INFO] [stderr]    |                                                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:60:54
[INFO] [stderr]    |
[INFO] [stderr] 60 |             ConnectionClosed => write!(f, "{}", self.description()),
[INFO] [stderr]    |                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:61:69
[INFO] [stderr]    |
[INFO] [stderr] 61 |             NetlinkError(ref message) => write!(f, "{}: {:?}", self.description(), message),
[INFO] [stderr]    |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `netlink_packet_route`
[INFO] [stderr]  --> examples/dump_links.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use netlink_packet_route::{
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `netlink_packet_route`
[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-proto`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "af15ae3ebc38902b27be7d1e083a376cca88363894b697265aed628cdde0d130"`
[INFO] running `"docker" "rm" "-f" "af15ae3ebc38902b27be7d1e083a376cca88363894b697265aed628cdde0d130"`
[INFO] [stdout] af15ae3ebc38902b27be7d1e083a376cca88363894b697265aed628cdde0d130
