[INFO] updating cached repository https://github.com/maufl/uip [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] 92ef5f1503cf5acba81ac541b5d2d7f3cd7dc99b [INFO] testing maufl/uip against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaufl%2Fuip" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maufl/uip on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/maufl/uip already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] e42cc89f7f9ec39f0136d79d5341893d80a0c61ecc97bf9b9cec6c4a64c1bb0a [INFO] running `"docker" "start" "-a" "e42cc89f7f9ec39f0136d79d5341893d80a0c61ecc97bf9b9cec6c4a64c1bb0a"` [INFO] [stderr] Compiling rand_jitter v0.1.1 [INFO] [stderr] Compiling tokio-sync v0.1.0 [INFO] [stderr] Compiling fern v0.5.7 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling xmltree v0.7.0 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling tokio-openssl v0.3.0 [INFO] [stderr] Compiling tokio-retry v0.2.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [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 interfaces v0.0.4 [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 uip v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable 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 stable 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: 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 [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" "e42cc89f7f9ec39f0136d79d5341893d80a0c61ecc97bf9b9cec6c4a64c1bb0a"` [INFO] running `"docker" "rm" "-f" "e42cc89f7f9ec39f0136d79d5341893d80a0c61ecc97bf9b9cec6c4a64c1bb0a"` [INFO] [stdout] e42cc89f7f9ec39f0136d79d5341893d80a0c61ecc97bf9b9cec6c4a64c1bb0a