[INFO] updating cached repository https://github.com/pusateri/rupdateproxy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2c842873104ecc3e9dbfc82dec6442220a810508 [INFO] checking pusateri/rupdateproxy against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpusateri%2Frupdateproxy" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pusateri/rupdateproxy on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pusateri/rupdateproxy [INFO] finished tweaking git repo https://github.com/pusateri/rupdateproxy [INFO] tweaked toml for git repo https://github.com/pusateri/rupdateproxy written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/pusateri/rupdateproxy already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dbf74441cf8c9a191c65751e340369b5736440f16886f15fbc52f7ae77c13dc2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "dbf74441cf8c9a191c65751e340369b5736440f16886f15fbc52f7ae77c13dc2"` [INFO] [stderr] Compiling libc v0.2.58 (https://github.com/rust-lang/libc#54ea12df) [INFO] [stderr] Compiling nix v0.14.1 (https://github.com/nix-rust/nix.git#dc5f8eeb) [INFO] [stderr] Compiling git-version v0.2.1 [INFO] [stderr] Checking timer_heap v0.3.0 [INFO] [stderr] Checking treebitmap v0.4.0 [INFO] [stderr] Checking socket2 v0.3.9 [INFO] [stderr] Checking daemonize v0.4.1 [INFO] [stderr] Checking ipnetwork v0.14.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Compiling rupdateproxy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Checking interface-events v0.1.0 (https://github.com/pusateri/interface-events.git#954ec0f5) [INFO] [stderr] error[E0432]: unresolved imports `libc::RTM_VERSION`, `libc::RTM_ADD`, `libc::RTM_DELETE`, `libc::RTM_IFINFO`, `libc::RTM_NEWADDR`, `libc::RTM_DELADDR`, `libc::RTM_NEWMADDR`, `libc::RTM_DELMADDR` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/interface-events-62269f7031a538ff/954ec0f/src/lib.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | use libc::{AF_ROUTE, RTM_VERSION, RTM_ADD, RTM_DELETE, RTM_IFINFO, RTM_NEWADDR, RTM_DELADDR, RTM_NEWMADDR, RTM_DELMADDR}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^ no `RTM_DELMADDR` in the root [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | no `RTM_NEWMADDR` in the root [INFO] [stderr] | | | | | | no `RTM_DELADDR` in the root [INFO] [stderr] | | | | | no `RTM_NEWADDR` in the root [INFO] [stderr] | | | | no `RTM_IFINFO` in the root [INFO] [stderr] | | | no `RTM_DELETE` in the root [INFO] [stderr] | | no `RTM_ADD` in the root [INFO] [stderr] | no `RTM_VERSION` in the root [INFO] [stderr] | [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 8 | use libc::{AF_ROUTE, _SC_VERSION, RTM_ADD, RTM_DELETE, RTM_IFINFO, RTM_NEWADDR, RTM_DELADDR, RTM_NEWMADDR, RTM_DELMADDR}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 8 | use libc::{AF_ROUTE, RTM_VERSION, RTM_ADD, IN_DELETE, RTM_IFINFO, RTM_NEWADDR, RTM_DELADDR, RTM_NEWMADDR, RTM_DELMADDR}; [INFO] [stderr] | ^^^^^^^^^ [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 `interface-events`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "dbf74441cf8c9a191c65751e340369b5736440f16886f15fbc52f7ae77c13dc2"` [INFO] running `"docker" "rm" "-f" "dbf74441cf8c9a191c65751e340369b5736440f16886f15fbc52f7ae77c13dc2"` [INFO] [stdout] dbf74441cf8c9a191c65751e340369b5736440f16886f15fbc52f7ae77c13dc2