[INFO] updating cached repository https://github.com/ytitov/cbor-action-server [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] f5fbfc166fe3c147f1ca30f3e6698c129b92d29e [INFO] testing ytitov/cbor-action-server against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fytitov%2Fcbor-action-server" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ytitov/cbor-action-server 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/ytitov/cbor-action-server [INFO] finished tweaking git repo https://github.com/ytitov/cbor-action-server [INFO] tweaked toml for git repo https://github.com/ytitov/cbor-action-server written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/ytitov/cbor-action-server 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 9a6a15171c49f8b9a41f17b3e09d39196330d3aea7f733f2cf1a4d975fb66c28 [INFO] running `"docker" "start" "-a" "9a6a15171c49f8b9a41f17b3e09d39196330d3aea7f733f2cf1a4d975fb66c28"` [INFO] [stderr] Compiling spin v0.5.1 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling tokio-io v0.2.0-alpha.4 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling tracing-core v0.1.5 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling tokio-codec v0.2.0-alpha.4 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling backtrace v0.3.34 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling tokio-sync v0.2.0-alpha.4 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tracing-attributes v0.1.2 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.4 [INFO] [stderr] Compiling tracing v0.1.8 [INFO] [stderr] Compiling tokio-executor v0.2.0-alpha.4 [INFO] [stderr] Compiling tokio-net v0.2.0-alpha.4 [INFO] [stderr] Compiling tokio-timer v0.3.0-alpha.4 [INFO] [stderr] Compiling tokio-fs v0.2.0-alpha.4 [INFO] [stderr] Compiling tokio v0.2.0-alpha.4 [INFO] [stderr] Compiling cbor-action-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `tokio::sync::mpsc::UnboundedSender` [INFO] [stderr] --> src/server/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tokio::sync::mpsc::UnboundedSender; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::Message` [INFO] [stderr] --> src/server/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::Message; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Buf` [INFO] [stderr] --> src/server/mod.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | use bytes::{BytesMut, Buf}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `socket` [INFO] [stderr] --> src/server/mod.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | socket: TcpStream, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `rx_buf` [INFO] [stderr] --> src/server/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | rx_buf: BytesMut, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.78s [INFO] running `"docker" "inspect" "9a6a15171c49f8b9a41f17b3e09d39196330d3aea7f733f2cf1a4d975fb66c28"` [INFO] running `"docker" "rm" "-f" "9a6a15171c49f8b9a41f17b3e09d39196330d3aea7f733f2cf1a4d975fb66c28"` [INFO] [stdout] 9a6a15171c49f8b9a41f17b3e09d39196330d3aea7f733f2cf1a4d975fb66c28 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 8544da5011f581fa6acfba8617851a081d2d4a2f58789b45f4a4d625a6d02ea8 [INFO] running `"docker" "start" "-a" "8544da5011f581fa6acfba8617851a081d2d4a2f58789b45f4a4d625a6d02ea8"` [INFO] [stderr] Compiling cbor-action-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> examples/server.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BufMut`, `Buf`, `BytesMut` [INFO] [stderr] --> examples/server.rs:6:20 [INFO] [stderr] | [INFO] [stderr] 6 | use bytes::{Bytes, BytesMut, BufMut, Buf}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `cbor-action-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> examples/client.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::net::TcpStream` [INFO] [stderr] --> examples/client.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::net::TcpStream; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::prelude::*` [INFO] [stderr] --> examples/client.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> examples/client.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | let mut c = client::Connection::new(addr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `cbor-action-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `tokio::sync::mpsc::UnboundedSender` [INFO] [stderr] --> src/server/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tokio::sync::mpsc::UnboundedSender; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::Message` [INFO] [stderr] --> src/server/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::Message; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Buf` [INFO] [stderr] --> src/server/mod.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | use bytes::{BytesMut, Buf}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `socket` [INFO] [stderr] --> src/server/mod.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | socket: TcpStream, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `rx_buf` [INFO] [stderr] --> src/server/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | rx_buf: BytesMut, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8544da5011f581fa6acfba8617851a081d2d4a2f58789b45f4a4d625a6d02ea8"` [INFO] running `"docker" "rm" "-f" "8544da5011f581fa6acfba8617851a081d2d4a2f58789b45f4a4d625a6d02ea8"` [INFO] [stdout] 8544da5011f581fa6acfba8617851a081d2d4a2f58789b45f4a4d625a6d02ea8