[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 try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpusateri%2Frupdateproxy" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pusateri/rupdateproxy on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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-1/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] 52cb4f01608aac0608f832340d4ca74fa32f3eec8ba74a92f44901f8e959cef1 [INFO] running `"docker" "start" "-a" "52cb4f01608aac0608f832340d4ca74fa32f3eec8ba74a92f44901f8e959cef1"` [INFO] [stderr] Compiling libc v0.2.58 [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] Compiling rupdateproxy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking socket2 v0.3.9 [INFO] [stderr] Checking hostname v0.1.5 [INFO] [stderr] Checking daemonize v0.4.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [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" "52cb4f01608aac0608f832340d4ca74fa32f3eec8ba74a92f44901f8e959cef1"` [INFO] running `"docker" "rm" "-f" "52cb4f01608aac0608f832340d4ca74fa32f3eec8ba74a92f44901f8e959cef1"` [INFO] [stdout] 52cb4f01608aac0608f832340d4ca74fa32f3eec8ba74a92f44901f8e959cef1