[INFO] updating cached repository https://github.com/nacika-ins/roi [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] 8727d04057e13fd2e91db34844441dbd7fab0fff [INFO] testing nacika-ins/roi against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnacika-ins%2Froi" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nacika-ins/roi 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/nacika-ins/roi [INFO] finished tweaking git repo https://github.com/nacika-ins/roi [INFO] tweaked toml for git repo https://github.com/nacika-ins/roi written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/nacika-ins/roi 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 012aa9c4877cd6b965a1cf80112a3ccbcb9a35003b67383af242b50f4ecc41f2 [INFO] running `"docker" "start" "-a" "012aa9c4877cd6b965a1cf80112a3ccbcb9a35003b67383af242b50f4ecc41f2"` [INFO] [stderr] Compiling futures v0.1.13 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling lazycell v0.4.0 [INFO] [stderr] Compiling httparse v1.2.2 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling clock_ticks v0.0.6 [INFO] [stderr] Compiling num_cpus v1.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.2 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling statsd v0.1.2 [INFO] [stderr] Compiling bytes v0.4.3 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling mio v0.6.7 [INFO] [stderr] Compiling url v1.4.0 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling tokio-core v0.1.7 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-minihttp v0.1.0 (https://github.com/tokio-rs/tokio-minihttp.git#2c739394) [INFO] [stderr] Compiling roi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `tokio_core::reactor::Core` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tokio_core::reactor::Core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Future`, `Sink`, `stream` [INFO] [stderr] --> src/main.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | use futures::{stream, Future, Stream, Sink}; [INFO] [stderr] | ^^^^^^ ^^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio_io::AsyncRead` [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use tokio_io::AsyncRead; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `time` [INFO] [stderr] --> src/main.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | use std::{thread, time}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Stream` [INFO] [stderr] --> src/main.rs:20:31 [INFO] [stderr] | [INFO] [stderr] 20 | use futures::{stream, Future, Stream, Sink}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.93s [INFO] running `"docker" "inspect" "012aa9c4877cd6b965a1cf80112a3ccbcb9a35003b67383af242b50f4ecc41f2"` [INFO] running `"docker" "rm" "-f" "012aa9c4877cd6b965a1cf80112a3ccbcb9a35003b67383af242b50f4ecc41f2"` [INFO] [stdout] 012aa9c4877cd6b965a1cf80112a3ccbcb9a35003b67383af242b50f4ecc41f2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 4693743278c4adc190a265230531ae5827bc6502a083da889bbe833b3c0b8dfa [INFO] running `"docker" "start" "-a" "4693743278c4adc190a265230531ae5827bc6502a083da889bbe833b3c0b8dfa"` [INFO] [stderr] Compiling roi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `tokio_core::reactor::Core` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tokio_core::reactor::Core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Future`, `Sink`, `stream` [INFO] [stderr] --> src/main.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | use futures::{stream, Future, Stream, Sink}; [INFO] [stderr] | ^^^^^^ ^^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio_io::AsyncRead` [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use tokio_io::AsyncRead; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `time` [INFO] [stderr] --> src/main.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | use std::{thread, time}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Stream` [INFO] [stderr] --> src/main.rs:20:31 [INFO] [stderr] | [INFO] [stderr] 20 | use futures::{stream, Future, Stream, Sink}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `"docker" "inspect" "4693743278c4adc190a265230531ae5827bc6502a083da889bbe833b3c0b8dfa"` [INFO] running `"docker" "rm" "-f" "4693743278c4adc190a265230531ae5827bc6502a083da889bbe833b3c0b8dfa"` [INFO] [stdout] 4693743278c4adc190a265230531ae5827bc6502a083da889bbe833b3c0b8dfa [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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"` [INFO] [stdout] f72e821f2eced6552b5fc83aa8c86400ebccd5fa1d74620e2b826d701b662f15 [INFO] running `"docker" "start" "-a" "f72e821f2eced6552b5fc83aa8c86400ebccd5fa1d74620e2b826d701b662f15"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/roi-dbd7751e6c1a3893 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f72e821f2eced6552b5fc83aa8c86400ebccd5fa1d74620e2b826d701b662f15"` [INFO] running `"docker" "rm" "-f" "f72e821f2eced6552b5fc83aa8c86400ebccd5fa1d74620e2b826d701b662f15"` [INFO] [stdout] f72e821f2eced6552b5fc83aa8c86400ebccd5fa1d74620e2b826d701b662f15