[INFO] updating cached repository https://github.com/APoniatowski/RuSSH [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] 46d92db3c4b5d49887a9d66bc3f37bf5653384e2 [INFO] testing APoniatowski/RuSSH against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FAPoniatowski%2FRuSSH" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/APoniatowski/RuSSH 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/APoniatowski/RuSSH [INFO] finished tweaking git repo https://github.com/APoniatowski/RuSSH [INFO] tweaked toml for git repo https://github.com/APoniatowski/RuSSH written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/APoniatowski/RuSSH 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] a6228cabfbc1d971881e7fc5608ec285221bf96fe75f1fd7bd1f5cb823296611 [INFO] running `"docker" "start" "-a" "a6228cabfbc1d971881e7fc5608ec285221bf96fe75f1fd7bd1f5cb823296611"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling strum v0.16.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling backtrace v0.3.37 [INFO] [stderr] Compiling ssh2 v0.3.3 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Compiling async-log-attributes v1.0.1 [INFO] [stderr] Compiling async-log v2.0.0 [INFO] [stderr] Compiling russh v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Display`, `EnumIter` [INFO] [stderr] --> src/main.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | use strum_macros::{Display, EnumIter}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.77s [INFO] running `"docker" "inspect" "a6228cabfbc1d971881e7fc5608ec285221bf96fe75f1fd7bd1f5cb823296611"` [INFO] running `"docker" "rm" "-f" "a6228cabfbc1d971881e7fc5608ec285221bf96fe75f1fd7bd1f5cb823296611"` [INFO] [stdout] a6228cabfbc1d971881e7fc5608ec285221bf96fe75f1fd7bd1f5cb823296611 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 2f499bc56fb544c56143f0f069d903c3c3ab6baf7476ffa6ecc855cd784721ec [INFO] running `"docker" "start" "-a" "2f499bc56fb544c56143f0f069d903c3c3ab6baf7476ffa6ecc855cd784721ec"` [INFO] [stderr] Compiling russh v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Display`, `EnumIter` [INFO] [stderr] --> src/main.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | use strum_macros::{Display, EnumIter}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `"docker" "inspect" "2f499bc56fb544c56143f0f069d903c3c3ab6baf7476ffa6ecc855cd784721ec"` [INFO] running `"docker" "rm" "-f" "2f499bc56fb544c56143f0f069d903c3c3ab6baf7476ffa6ecc855cd784721ec"` [INFO] [stdout] 2f499bc56fb544c56143f0f069d903c3c3ab6baf7476ffa6ecc855cd784721ec [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] bfc96b529c17d1190f6c4a17d21f777134113b528a56aa1622e4e2093fe17b4d [INFO] running `"docker" "start" "-a" "bfc96b529c17d1190f6c4a17d21f777134113b528a56aa1622e4e2093fe17b4d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/russh-8d306ac9666a00da [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" "bfc96b529c17d1190f6c4a17d21f777134113b528a56aa1622e4e2093fe17b4d"` [INFO] running `"docker" "rm" "-f" "bfc96b529c17d1190f6c4a17d21f777134113b528a56aa1622e4e2093fe17b4d"` [INFO] [stdout] bfc96b529c17d1190f6c4a17d21f777134113b528a56aa1622e4e2093fe17b4d