[INFO] updating cached repository https://github.com/jovial/pipeit [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] 1221be5fd448aeaebed9d7fb63c9b9b37ebfaaac [INFO] testing jovial/pipeit against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjovial%2Fpipeit" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jovial/pipeit 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/jovial/pipeit [INFO] finished tweaking git repo https://github.com/jovial/pipeit [INFO] tweaked toml for git repo https://github.com/jovial/pipeit written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/jovial/pipeit 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 5f94fad611b47c624aecbd18e39a6c8ca37829c909a29e6b9e427aee619c32be [INFO] running `"docker" "start" "-a" "5f94fad611b47c624aecbd18e39a6c8ca37829c909a29e6b9e427aee619c32be"` [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling thrussh-libsodium v0.1.4 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling cryptovec v0.4.6 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling yasna v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling thrussh-keys v0.11.9 [INFO] [stderr] Compiling thrussh v0.21.5 [INFO] [stderr] Compiling pipeit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `err` [INFO] [stderr] --> src/main.rs:114:74 [INFO] [stderr] | [INFO] [stderr] 114 | tokio::run(thrussh::server::run(config, "0.0.0.0:2222", sh).map_err(|err|{})); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_err` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `term` [INFO] [stderr] --> src/main.rs:81:47 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_term` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `col_width` [INFO] [stderr] --> src/main.rs:81:59 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_col_width` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `row_height` [INFO] [stderr] --> src/main.rs:81:75 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_row_height` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pix_width` [INFO] [stderr] --> src/main.rs:81:92 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_pix_width` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pix_height` [INFO] [stderr] --> src/main.rs:81:108 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_pix_height` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `modes` [INFO] [stderr] --> src/main.rs:81:125 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_modes` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.07s [INFO] running `"docker" "inspect" "5f94fad611b47c624aecbd18e39a6c8ca37829c909a29e6b9e427aee619c32be"` [INFO] running `"docker" "rm" "-f" "5f94fad611b47c624aecbd18e39a6c8ca37829c909a29e6b9e427aee619c32be"` [INFO] [stdout] 5f94fad611b47c624aecbd18e39a6c8ca37829c909a29e6b9e427aee619c32be [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 566c0818b219d7f2b4ef370a3f376a4caeacd9d8eca334363304d9c943e9726a [INFO] running `"docker" "start" "-a" "566c0818b219d7f2b4ef370a3f376a4caeacd9d8eca334363304d9c943e9726a"` [INFO] [stderr] Compiling pipeit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `err` [INFO] [stderr] --> src/main.rs:114:74 [INFO] [stderr] | [INFO] [stderr] 114 | tokio::run(thrussh::server::run(config, "0.0.0.0:2222", sh).map_err(|err|{})); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_err` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `term` [INFO] [stderr] --> src/main.rs:81:47 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_term` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `col_width` [INFO] [stderr] --> src/main.rs:81:59 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_col_width` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `row_height` [INFO] [stderr] --> src/main.rs:81:75 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_row_height` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pix_width` [INFO] [stderr] --> src/main.rs:81:92 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_pix_width` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pix_height` [INFO] [stderr] --> src/main.rs:81:108 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_pix_height` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `modes` [INFO] [stderr] --> src/main.rs:81:125 [INFO] [stderr] | [INFO] [stderr] 81 | fn pty_request(self, _channel: ChannelId, term: &str, col_width: u32, row_height: u32, pix_width: u32, pix_height: u32, modes: &[(Pty, u32)], mut session: Session) -> Self::FutureUnit { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_modes` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.35s [INFO] running `"docker" "inspect" "566c0818b219d7f2b4ef370a3f376a4caeacd9d8eca334363304d9c943e9726a"` [INFO] running `"docker" "rm" "-f" "566c0818b219d7f2b4ef370a3f376a4caeacd9d8eca334363304d9c943e9726a"` [INFO] [stdout] 566c0818b219d7f2b4ef370a3f376a4caeacd9d8eca334363304d9c943e9726a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "test" "--frozen"` [INFO] [stdout] 44e3577a728375e4040170af628b28fdb7fc9c26e6bd18d2604ba3b55a04716f [INFO] running `"docker" "start" "-a" "44e3577a728375e4040170af628b28fdb7fc9c26e6bd18d2604ba3b55a04716f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pipeit-ad736eb5172f1a96 [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" "44e3577a728375e4040170af628b28fdb7fc9c26e6bd18d2604ba3b55a04716f"` [INFO] running `"docker" "rm" "-f" "44e3577a728375e4040170af628b28fdb7fc9c26e6bd18d2604ba3b55a04716f"` [INFO] [stdout] 44e3577a728375e4040170af628b28fdb7fc9c26e6bd18d2604ba3b55a04716f