[INFO] cloning repository https://github.com/dynamite-bud/ssh-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dynamite-bud/ssh-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdynamite-bud%2Fssh-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdynamite-bud%2Fssh-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f87f972b7960f61bc6fd63d354144784bae3857
[INFO] checking dynamite-bud/ssh-test against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdynamite-bud%2Fssh-test" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dynamite-bud/ssh-test
[INFO] finished tweaking git repo https://github.com/dynamite-bud/ssh-test
[INFO] tweaked toml for git repo https://github.com/dynamite-bud/ssh-test written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dynamite-bud/ssh-test on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dynamite-bud/ssh-test already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/john-sharratt/thrussh.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded data-encoding v2.3.3
[INFO] [stderr]   Downloaded password-hash v0.2.3
[INFO] [stderr]   Downloaded thrussh-libsodium v0.2.1
[INFO] [stderr]   Downloaded dirs v3.0.2
[INFO] [stderr]   Downloaded yasna v0.4.0
[INFO] [stderr]   Downloaded cryptovec v0.6.1
[INFO] [stderr]   Downloaded blowfish v0.8.0
[INFO] [stderr]   Downloaded bcrypt-pbkdf v0.6.2
[INFO] [stderr]   Downloaded syn v2.0.11
[INFO] [stderr]   Downloaded libsodium-sys v0.2.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e5e589d4d79a929ee42dcf6f4f520bb927772251f1ccdc04d96a8e31e69fd779
[INFO] running `Command { std: "docker" "start" "-a" "e5e589d4d79a929ee42dcf6f4f520bb927772251f1ccdc04d96a8e31e69fd779", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5e589d4d79a929ee42dcf6f4f520bb927772251f1ccdc04d96a8e31e69fd779", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5e589d4d79a929ee42dcf6f4f520bb927772251f1ccdc04d96a8e31e69fd779", kill_on_drop: false }`
[INFO] [stdout] e5e589d4d79a929ee42dcf6f4f520bb927772251f1ccdc04d96a8e31e69fd779
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d90653315fab7bdd4aa9f19d8969fe10a5c32f76a650d100b1161eae3046d7fe
[INFO] running `Command { std: "docker" "start" "-a" "d90653315fab7bdd4aa9f19d8969fe10a5c32f76a650d100b1161eae3046d7fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling proc-macro2 v1.0.54
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling futures-core v0.3.27
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling futures-channel v0.3.27
[INFO] [stderr]    Compiling futures-task v0.3.27
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]     Checking futures-sink v0.3.27
[INFO] [stderr]     Checking cpufeatures v0.2.6
[INFO] [stderr]    Compiling futures-util v0.3.27
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling tokio v1.27.0
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking futures-io v0.3.27
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.159
[INFO] [stderr]    Compiling serde v1.0.159
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]     Checking zeroize v1.3.0
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking data-encoding v2.3.3
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]    Compiling syn v2.0.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking cryptovec v0.6.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs v3.0.2
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking password-hash v0.2.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking blowfish v0.8.0
[INFO] [stderr]     Checking ctr v0.8.0
[INFO] [stderr]     Checking block-modes v0.8.1
[INFO] [stderr]     Checking aes v0.7.5
[INFO] [stderr]     Checking yasna v0.4.0
[INFO] [stderr]     Checking pbkdf2 v0.8.0
[INFO] [stderr]     Checking bcrypt-pbkdf v0.6.2
[INFO] [stderr]    Compiling futures-macro v0.3.27
[INFO] [stderr]    Compiling tokio-macros v2.0.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]     Checking futures-executor v0.3.27
[INFO] [stderr]     Checking futures v0.3.27
[INFO] [stderr]     Checking tokio-stream v0.1.12
[INFO] [stderr]     Checking thrussh-libsodium v0.2.1
[INFO] [stderr]     Checking thrussh-keys v0.21.0 (https://github.com/john-sharratt/thrussh.git#883acf4c)
[INFO] [stderr]     Checking thrussh v0.33.5 (https://github.com/john-sharratt/thrussh.git#883acf4c)
[INFO] [stderr]     Checking ssh-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `futures::Future`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use futures::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::Read;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Auth` and `Session`
[INFO] [stdout]  --> src/main.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use thrussh::server::{Auth, Session};
[INFO] [stdout]   |                       ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::Future`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use futures::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::Read;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Auth` and `Session`
[INFO] [stdout]  --> src/main.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use thrussh::server::{Auth, Session};
[INFO] [stdout]   |                       ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_packet_size`
[INFO] [stdout]   --> src/main.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         max_packet_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_packet_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_size`
[INFO] [stdout]   --> src/main.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         window_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_packet_size`
[INFO] [stdout]   --> src/main.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         max_packet_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_packet_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_size`
[INFO] [stdout]   --> src/main.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         window_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
[INFO] running `Command { std: "docker" "inspect" "d90653315fab7bdd4aa9f19d8969fe10a5c32f76a650d100b1161eae3046d7fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d90653315fab7bdd4aa9f19d8969fe10a5c32f76a650d100b1161eae3046d7fe", kill_on_drop: false }`
[INFO] [stdout] d90653315fab7bdd4aa9f19d8969fe10a5c32f76a650d100b1161eae3046d7fe
