[INFO] updating cached repository https://github.com/pusateri/rupdateproxy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing pusateri/rupdateproxy against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpusateri%2Frupdateproxy" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pusateri/rupdateproxy on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/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 `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] a7a7e835017150a4c36ecaf13f5e1dd28ce3893118f47ec456fd069b51748e7e [INFO] running `"docker" "start" "-a" "a7a7e835017150a4c36ecaf13f5e1dd28ce3893118f47ec456fd069b51748e7e"` [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] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling treebitmap v0.4.0 [INFO] [stderr] Compiling timer_heap v0.3.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling socket2 v0.3.9 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling ipnetwork v0.14.0 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling rupdateproxy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling interface-events v0.1.0 (https://github.com/pusateri/interface-events.git#954ec0f5) [INFO] [stderr] Compiling domain-core v0.4.1 (https://github.com/NLnetLabs/domain-core.git#ee42c631) [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] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 8 | use libc::{AF_ROUTE, RTA_SESSION, 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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/interface-events-62269f7031a538ff/954ec0f/src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(ip)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554. [INFO] [stderr] For more information about an 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" "a7a7e835017150a4c36ecaf13f5e1dd28ce3893118f47ec456fd069b51748e7e"` [INFO] running `"docker" "rm" "-f" "a7a7e835017150a4c36ecaf13f5e1dd28ce3893118f47ec456fd069b51748e7e"` [INFO] [stdout] a7a7e835017150a4c36ecaf13f5e1dd28ce3893118f47ec456fd069b51748e7e