[INFO] updating cached repository https://github.com/maufl/uip [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] 92ef5f1503cf5acba81ac541b5d2d7f3cd7dc99b [INFO] testing maufl/uip against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaufl%2Fuip" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maufl/uip on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/maufl/uip [INFO] finished tweaking git repo https://github.com/maufl/uip [INFO] tweaked toml for git repo https://github.com/maufl/uip written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/maufl/uip already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 72edb43cd537d743d8fbee0cbcd5964e7c639619679cadd773a625c074d26e67 [INFO] running `"docker" "start" "-a" "72edb43cd537d743d8fbee0cbcd5964e7c639619679cadd773a625c074d26e67"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rand_jitter v0.1.1 [INFO] [stderr] Compiling tokio-sync v0.1.0 [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling fern v0.5.7 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling signal-hook v0.1.7 [INFO] [stderr] Compiling xmltree v0.7.0 [INFO] [stderr] Compiling tokio-timer v0.2.9 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling tokio-retry v0.2.0 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling serde_derive v1.0.85 [INFO] [stderr] Compiling tokio-openssl v0.3.0 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling hyper v0.12.23 [INFO] [stderr] Compiling igd v0.7.0 (https://github.com/maufl/rust-igd?branch=update-hyper#ce4d0be6) [INFO] [stderr] Compiling interfaces v0.0.4 [INFO] [stderr] Compiling uip v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(ip)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(nll)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/unix/state.rs:61:38 [INFO] [stderr] | [INFO] [stderr] 61 | fn open_ctl_socket(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio` [INFO] [stderr] --> src/state.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tokio; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/network/state.rs:142:46 [INFO] [stderr] | [INFO] [stderr] 142 | fn observe_network_changes(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/network/transport/socket.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | deliver_frame: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Identifier, u16, u16, BytesMut) + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio::io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/network/transport/connection.rs:30:37 [INFO] [stderr] | [INFO] [stderr] 30 | let (sink, stream) = stream.framed(Codec()).split(); [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/network/transport/socket.rs:86:36 [INFO] [stderr] | [INFO] [stderr] 86 | .map_err(|err| err.description().to_string()) [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/network/discovery/error.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::io::AsyncRead` [INFO] [stderr] --> src/unix/state.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tokio::io::AsyncRead; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `uip`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "72edb43cd537d743d8fbee0cbcd5964e7c639619679cadd773a625c074d26e67"` [INFO] running `"docker" "rm" "-f" "72edb43cd537d743d8fbee0cbcd5964e7c639619679cadd773a625c074d26e67"` [INFO] [stdout] 72edb43cd537d743d8fbee0cbcd5964e7c639619679cadd773a625c074d26e67