[INFO] updating cached repository https://github.com/jovial/pipeit [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] checking jovial/pipeit against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjovial%2Fpipeit" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jovial/pipeit on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "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-4/source/Cargo.toml [INFO] crate git repo https://github.com/jovial/pipeit already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 239e48f35c98d4879301dc5d56aa7509b67e183d4200e000d79f02407e01a452 [INFO] running `"docker" "start" "-a" "239e48f35c98d4879301dc5d56aa7509b67e183d4200e000d79f02407e01a452"` [INFO] [stderr] Compiling thrussh-libsodium v0.1.4 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking cryptovec v0.4.6 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking yasna v0.1.3 [INFO] [stderr] Checking thrussh-keys v0.11.9 [INFO] [stderr] Checking thrussh v0.21.5 [INFO] [stderr] Checking 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] 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 37.11s [INFO] running `"docker" "inspect" "239e48f35c98d4879301dc5d56aa7509b67e183d4200e000d79f02407e01a452"` [INFO] running `"docker" "rm" "-f" "239e48f35c98d4879301dc5d56aa7509b67e183d4200e000d79f02407e01a452"` [INFO] [stdout] 239e48f35c98d4879301dc5d56aa7509b67e183d4200e000d79f02407e01a452