[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#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpusateri%2Frupdateproxy" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pusateri/rupdateproxy on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-2/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 206d42aa015a673a808d6bebdc0b9fa8460155fc0252684f281ba33f208be90b
[INFO] running `"docker" "start" "-a" "206d42aa015a673a808d6bebdc0b9fa8460155fc0252684f281ba33f208be90b"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling syn v0.15.39
[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 treebitmap v0.4.0
[INFO] [stderr]     Checking timer_heap v0.3.0
[INFO] [stderr]     Checking socket2 v0.3.9
[INFO] [stderr]     Checking daemonize v0.4.1
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]    Compiling rupdateproxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.21
[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] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "206d42aa015a673a808d6bebdc0b9fa8460155fc0252684f281ba33f208be90b"`
[INFO] running `"docker" "rm" "-f" "206d42aa015a673a808d6bebdc0b9fa8460155fc0252684f281ba33f208be90b"`
[INFO] [stdout] 206d42aa015a673a808d6bebdc0b9fa8460155fc0252684f281ba33f208be90b
