[INFO] fetching crate ssh 0.1.4... [INFO] testing ssh-0.1.4 against 1.60.0 for beta-1.61-1 [INFO] extracting crate ssh 0.1.4 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate ssh 0.1.4 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ssh 0.1.4 [INFO] finished tweaking crates.io crate ssh 0.1.4 [INFO] tweaked toml for crates.io crate ssh 0.1.4 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9269cb528793f9a27deb2287b6af8e0bac2ac1f6ddc8b24e1343c1c0b65ffdfa [INFO] running `Command { std: "docker" "start" "-a" "9269cb528793f9a27deb2287b6af8e0bac2ac1f6ddc8b24e1343c1c0b65ffdfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9269cb528793f9a27deb2287b6af8e0bac2ac1f6ddc8b24e1343c1c0b65ffdfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9269cb528793f9a27deb2287b6af8e0bac2ac1f6ddc8b24e1343c1c0b65ffdfa", kill_on_drop: false }` [INFO] [stdout] 9269cb528793f9a27deb2287b6af8e0bac2ac1f6ddc8b24e1343c1c0b65ffdfa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee808e0400c36172ca1ba2dc4142eb7b1f889a62013fc3a8b4f26249e236adb7 [INFO] running `Command { std: "docker" "start" "-a" "ee808e0400c36172ca1ba2dc4142eb7b1f889a62013fc3a8b4f26249e236adb7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ssh v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stdout] warning: variant `PORT_STR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:170:3 [INFO] [stdout] | [INFO] [stdout] 170 | PORT_STR, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `PortStr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SSH_DIR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:173:3 [INFO] [stdout] | [INFO] [stdout] 173 | SSH_DIR, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SshDir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `ADD_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | ADD_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TIMEOUT_USEC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:178:3 [INFO] [stdout] | [INFO] [stdout] 178 | TIMEOUT_USEC, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TimeoutUsec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `LOG_VERBOSITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:181:3 [INFO] [stdout] | [INFO] [stdout] 181 | LOG_VERBOSITY, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LogVerbosity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `LOG_VERBOSITY_STR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | LOG_VERBOSITY_STR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LogVerbosityStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `CIPHERS_C_S` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | CIPHERS_C_S, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CiphersCS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `CIPHERS_S_C` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:184:3 [INFO] [stdout] | [INFO] [stdout] 184 | CIPHERS_S_C, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CiphersSC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_C_S` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | COMPRESSION_C_S, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionCS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_S_C` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | COMPRESSION_S_C, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionSC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_LEVEL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:191:3 [INFO] [stdout] | [INFO] [stdout] 191 | COMPRESSION_LEVEL, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `KEY_EXCHANGE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:192:3 [INFO] [stdout] | [INFO] [stdout] 192 | KEY_EXCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KeyExchange` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_SERVER_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:194:3 [INFO] [stdout] | [INFO] [stdout] 194 | GSSAPI_SERVER_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiServerIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_CLIENT_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:195:3 [INFO] [stdout] | [INFO] [stdout] 195 | GSSAPI_CLIENT_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiClientIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_DELEGATE_CREDENTIALS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:196:3 [INFO] [stdout] | [INFO] [stdout] 196 | GSSAPI_DELEGATE_CREDENTIALS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiDelegateCredentials` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:595:1 [INFO] [stdout] | [INFO] [stdout] 595 | / bitflags!{ [INFO] [stdout] 596 | | flags Mode:c_int { [INFO] [stdout] 597 | | const WRITE = 0x0, [INFO] [stdout] 598 | | const READ = 0x1, [INFO] [stdout] 599 | | const RECURSIVE = 0x10 [INFO] [stdout] 600 | | } [INFO] [stdout] 601 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:595:1 [INFO] [stdout] | [INFO] [stdout] 595 | / bitflags!{ [INFO] [stdout] 596 | | flags Mode:c_int { [INFO] [stdout] 597 | | const WRITE = 0x0, [INFO] [stdout] 598 | | const READ = 0x1, [INFO] [stdout] 599 | | const RECURSIVE = 0x10 [INFO] [stdout] 600 | | } [INFO] [stdout] 601 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:122:52 [INFO] [stdout] | [INFO] [stdout] 122 | use self::libc::{c_int,c_uint,c_void,c_char,size_t,uint64_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:652:79 [INFO] [stdout] | [INFO] [stdout] 652 | let e=ssh_scp_push_file64(self.scp,p.as_ptr() as *const _,size as uint64_t,mode as c_int); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:570:59 [INFO] [stdout] | [INFO] [stdout] 570 | fn ssh_scp_push_file64(s:*mut Scp_,b:*const c_char,st:uint64_t,mode:c_int)->c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:574:49 [INFO] [stdout] | [INFO] [stdout] 574 | fn ssh_scp_request_get_size64(s:*mut Scp_)->uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:235:32 [INFO] [stdout] | [INFO] [stdout] 235 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 235 - fn cause(&self) -> Option<&std::error::Error> { [INFO] [stdout] 235 + fn cause(&self) -> Option<&dyn std::error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:232:33 [INFO] [stdout] | [INFO] [stdout] 232 | Error::IO(ref e)=>e.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/lib.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | use std::io::{Read,Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `Command { std: "docker" "inspect" "ee808e0400c36172ca1ba2dc4142eb7b1f889a62013fc3a8b4f26249e236adb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee808e0400c36172ca1ba2dc4142eb7b1f889a62013fc3a8b4f26249e236adb7", kill_on_drop: false }` [INFO] [stdout] ee808e0400c36172ca1ba2dc4142eb7b1f889a62013fc3a8b4f26249e236adb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e8d06406cee060dca2c2fc65ea6b712a40c9fbcce61578af293bfc402b815f58 [INFO] running `Command { std: "docker" "start" "-a" "e8d06406cee060dca2c2fc65ea6b712a40c9fbcce61578af293bfc402b815f58", kill_on_drop: false }` [INFO] [stdout] warning: variant `PORT_STR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:170:3 [INFO] [stdout] | [INFO] [stdout] 170 | PORT_STR, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `PortStr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ssh v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `SSH_DIR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:173:3 [INFO] [stdout] | [INFO] [stdout] 173 | SSH_DIR, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SshDir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `ADD_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | ADD_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TIMEOUT_USEC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:178:3 [INFO] [stdout] | [INFO] [stdout] 178 | TIMEOUT_USEC, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TimeoutUsec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `LOG_VERBOSITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:181:3 [INFO] [stdout] | [INFO] [stdout] 181 | LOG_VERBOSITY, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LogVerbosity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `LOG_VERBOSITY_STR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | LOG_VERBOSITY_STR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LogVerbosityStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `CIPHERS_C_S` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | CIPHERS_C_S, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CiphersCS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `CIPHERS_S_C` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:184:3 [INFO] [stdout] | [INFO] [stdout] 184 | CIPHERS_S_C, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CiphersSC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_C_S` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | COMPRESSION_C_S, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionCS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_S_C` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | COMPRESSION_S_C, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionSC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_LEVEL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:191:3 [INFO] [stdout] | [INFO] [stdout] 191 | COMPRESSION_LEVEL, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `KEY_EXCHANGE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:192:3 [INFO] [stdout] | [INFO] [stdout] 192 | KEY_EXCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KeyExchange` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_SERVER_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:194:3 [INFO] [stdout] | [INFO] [stdout] 194 | GSSAPI_SERVER_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiServerIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_CLIENT_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:195:3 [INFO] [stdout] | [INFO] [stdout] 195 | GSSAPI_CLIENT_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiClientIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_DELEGATE_CREDENTIALS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:196:3 [INFO] [stdout] | [INFO] [stdout] 196 | GSSAPI_DELEGATE_CREDENTIALS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiDelegateCredentials` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:595:1 [INFO] [stdout] | [INFO] [stdout] 595 | / bitflags!{ [INFO] [stdout] 596 | | flags Mode:c_int { [INFO] [stdout] 597 | | const WRITE = 0x0, [INFO] [stdout] 598 | | const READ = 0x1, [INFO] [stdout] 599 | | const RECURSIVE = 0x10 [INFO] [stdout] 600 | | } [INFO] [stdout] 601 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:595:1 [INFO] [stdout] | [INFO] [stdout] 595 | / bitflags!{ [INFO] [stdout] 596 | | flags Mode:c_int { [INFO] [stdout] 597 | | const WRITE = 0x0, [INFO] [stdout] 598 | | const READ = 0x1, [INFO] [stdout] 599 | | const RECURSIVE = 0x10 [INFO] [stdout] 600 | | } [INFO] [stdout] 601 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:122:52 [INFO] [stdout] | [INFO] [stdout] 122 | use self::libc::{c_int,c_uint,c_void,c_char,size_t,uint64_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:652:79 [INFO] [stdout] | [INFO] [stdout] 652 | let e=ssh_scp_push_file64(self.scp,p.as_ptr() as *const _,size as uint64_t,mode as c_int); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:570:59 [INFO] [stdout] | [INFO] [stdout] 570 | fn ssh_scp_push_file64(s:*mut Scp_,b:*const c_char,st:uint64_t,mode:c_int)->c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:574:49 [INFO] [stdout] | [INFO] [stdout] 574 | fn ssh_scp_request_get_size64(s:*mut Scp_)->uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:235:32 [INFO] [stdout] | [INFO] [stdout] 235 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 235 - fn cause(&self) -> Option<&std::error::Error> { [INFO] [stdout] 235 + fn cause(&self) -> Option<&dyn std::error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:232:33 [INFO] [stdout] | [INFO] [stdout] 232 | Error::IO(ref e)=>e.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/lib.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | use std::io::{Read,Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PORT_STR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:170:3 [INFO] [stdout] | [INFO] [stdout] 170 | PORT_STR, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `PortStr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SSH_DIR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:173:3 [INFO] [stdout] | [INFO] [stdout] 173 | SSH_DIR, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SshDir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `ADD_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | ADD_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `TIMEOUT_USEC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:178:3 [INFO] [stdout] | [INFO] [stdout] 178 | TIMEOUT_USEC, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TimeoutUsec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `LOG_VERBOSITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:181:3 [INFO] [stdout] | [INFO] [stdout] 181 | LOG_VERBOSITY, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LogVerbosity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `LOG_VERBOSITY_STR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | LOG_VERBOSITY_STR, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LogVerbosityStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `CIPHERS_C_S` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | CIPHERS_C_S, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CiphersCS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `CIPHERS_S_C` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:184:3 [INFO] [stdout] | [INFO] [stdout] 184 | CIPHERS_S_C, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CiphersSC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_C_S` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | COMPRESSION_C_S, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionCS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_S_C` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | COMPRESSION_S_C, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionSC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `COMPRESSION_LEVEL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:191:3 [INFO] [stdout] | [INFO] [stdout] 191 | COMPRESSION_LEVEL, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CompressionLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `KEY_EXCHANGE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:192:3 [INFO] [stdout] | [INFO] [stdout] 192 | KEY_EXCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KeyExchange` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_SERVER_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:194:3 [INFO] [stdout] | [INFO] [stdout] 194 | GSSAPI_SERVER_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiServerIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_CLIENT_IDENTITY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:195:3 [INFO] [stdout] | [INFO] [stdout] 195 | GSSAPI_CLIENT_IDENTITY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiClientIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GSSAPI_DELEGATE_CREDENTIALS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:196:3 [INFO] [stdout] | [INFO] [stdout] 196 | GSSAPI_DELEGATE_CREDENTIALS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GssapiDelegateCredentials` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:595:1 [INFO] [stdout] | [INFO] [stdout] 595 | / bitflags!{ [INFO] [stdout] 596 | | flags Mode:c_int { [INFO] [stdout] 597 | | const WRITE = 0x0, [INFO] [stdout] 598 | | const READ = 0x1, [INFO] [stdout] 599 | | const RECURSIVE = 0x10 [INFO] [stdout] 600 | | } [INFO] [stdout] 601 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:595:1 [INFO] [stdout] | [INFO] [stdout] 595 | / bitflags!{ [INFO] [stdout] 596 | | flags Mode:c_int { [INFO] [stdout] 597 | | const WRITE = 0x0, [INFO] [stdout] 598 | | const READ = 0x1, [INFO] [stdout] 599 | | const RECURSIVE = 0x10 [INFO] [stdout] 600 | | } [INFO] [stdout] 601 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:122:52 [INFO] [stdout] | [INFO] [stdout] 122 | use self::libc::{c_int,c_uint,c_void,c_char,size_t,uint64_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:652:79 [INFO] [stdout] | [INFO] [stdout] 652 | let e=ssh_scp_push_file64(self.scp,p.as_ptr() as *const _,size as uint64_t,mode as c_int); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:570:59 [INFO] [stdout] | [INFO] [stdout] 570 | fn ssh_scp_push_file64(s:*mut Scp_,b:*const c_char,st:uint64_t,mode:c_int)->c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:574:49 [INFO] [stdout] | [INFO] [stdout] 574 | fn ssh_scp_request_get_size64(s:*mut Scp_)->uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:235:32 [INFO] [stdout] | [INFO] [stdout] 235 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 235 - fn cause(&self) -> Option<&std::error::Error> { [INFO] [stdout] 235 + fn cause(&self) -> Option<&dyn std::error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:232:33 [INFO] [stdout] | [INFO] [stdout] 232 | Error::IO(ref e)=>e.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/lib.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | use std::io::{Read,Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/ssh-67e9b302a9b57496.ssh.e1e095d1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-67e9b302a9b57496.ssh.e1e095d1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-67e9b302a9b57496.ssh.e1e095d1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-67e9b302a9b57496.ssh.e1e095d1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-67e9b302a9b57496.ssh.e1e095d1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-67e9b302a9b57496.ssh.e1e095d1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-67e9b302a9b57496.3haklsrz7s6s6yr3.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lssh" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b6a068090bf40c71.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-1c1e08c768cd8903.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f4474e7a3a1f53f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-ec55ab174918e77a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9f08f646975d4fe7.rlib" "/opt/rustwide/target/debug/deps/liblog-f5ea78982940f2b5.rlib" "/opt/rustwide/target/debug/deps/liblog-1e8f0341924255e9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/liblibc-cbcf0797f466a12c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ssh-67e9b302a9b57496" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lssh [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ssh` due to 2 previous errors; 24 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e8d06406cee060dca2c2fc65ea6b712a40c9fbcce61578af293bfc402b815f58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8d06406cee060dca2c2fc65ea6b712a40c9fbcce61578af293bfc402b815f58", kill_on_drop: false }` [INFO] [stdout] e8d06406cee060dca2c2fc65ea6b712a40c9fbcce61578af293bfc402b815f58