[INFO] crate netlink-proto 0.2.1 is already in cache [INFO] checking netlink-proto-0.2.1 against try#8a5e87609850cdd8679aada01eb0f3062f254ca8 for pr-71140 [INFO] extracting crate netlink-proto 0.2.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate netlink-proto 0.2.1 on toolchain 8a5e87609850cdd8679aada01eb0f3062f254ca8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "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-4/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" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+8a5e87609850cdd8679aada01eb0f3062f254ca8" "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] 6ffb2581ac8874947424f3d27c8b99d16d4ab04c654c902a05afaac39714cac0 [INFO] running `"docker" "start" "-a" "6ffb2581ac8874947424f3d27c8b99d16d4ab04c654c902a05afaac39714cac0"` [INFO] [stderr] Checking backtrace v0.3.44 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking futures-util v0.3.4 [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 v0.2.11 [INFO] [stderr] Checking netlink-packet-core v0.1.0 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking tokio-util v0.2.0 [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: 3 warnings emitted [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] warning: 3 warnings emitted [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" "6ffb2581ac8874947424f3d27c8b99d16d4ab04c654c902a05afaac39714cac0"` [INFO] running `"docker" "rm" "-f" "6ffb2581ac8874947424f3d27c8b99d16d4ab04c654c902a05afaac39714cac0"` [INFO] [stdout] 6ffb2581ac8874947424f3d27c8b99d16d4ab04c654c902a05afaac39714cac0