[INFO] fetching crate ssh 0.1.4... [INFO] testing ssh-0.1.4 against beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 965464b8d118091741aa83b9281659f6aabfbb1b0f41077b5234b6b0fc046892 [INFO] running `Command { std: "docker" "start" "-a" "965464b8d118091741aa83b9281659f6aabfbb1b0f41077b5234b6b0fc046892", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "965464b8d118091741aa83b9281659f6aabfbb1b0f41077b5234b6b0fc046892", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "965464b8d118091741aa83b9281659f6aabfbb1b0f41077b5234b6b0fc046892", kill_on_drop: false }` [INFO] [stdout] 965464b8d118091741aa83b9281659f6aabfbb1b0f41077b5234b6b0fc046892 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 030d4abc84c1456ccedbd484bce8393b25c37409eb6bb91d7a572fcbee1f6bcb [INFO] running `Command { std: "docker" "start" "-a" "030d4abc84c1456ccedbd484bce8393b25c37409eb6bb91d7a572fcbee1f6bcb", kill_on_drop: false }` [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.17s [INFO] running `Command { std: "docker" "inspect" "030d4abc84c1456ccedbd484bce8393b25c37409eb6bb91d7a572fcbee1f6bcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "030d4abc84c1456ccedbd484bce8393b25c37409eb6bb91d7a572fcbee1f6bcb", kill_on_drop: false }` [INFO] [stdout] 030d4abc84c1456ccedbd484bce8393b25c37409eb6bb91d7a572fcbee1f6bcb [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bc9e5377686d8127ca883188aed1a8b2affb756d47cf4a85252ec633febd621 [INFO] running `Command { std: "docker" "start" "-a" "9bc9e5377686d8127ca883188aed1a8b2affb756d47cf4a85252ec633febd621", 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] [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] [stderr] Compiling ssh v0.1.4 (/opt/rustwide/workdir) [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-a7a28980a062d1e1.ssh.ab0cb2bd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-a7a28980a062d1e1.ssh.ab0cb2bd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-a7a28980a062d1e1.ssh.ab0cb2bd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-a7a28980a062d1e1.ssh.ab0cb2bd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-a7a28980a062d1e1.ssh.ab0cb2bd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-a7a28980a062d1e1.ssh.ab0cb2bd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ssh-a7a28980a062d1e1.2txk4lrx5u6dua1h.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lssh" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2ebdd66e800270e7.rlib" "/opt/rustwide/target/debug/deps/liblog-90454a63b066d929.rlib" "/opt/rustwide/target/debug/deps/liblog-b0c795b3b7b3806c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ssh-a7a28980a062d1e1" "-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" "9bc9e5377686d8127ca883188aed1a8b2affb756d47cf4a85252ec633febd621", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bc9e5377686d8127ca883188aed1a8b2affb756d47cf4a85252ec633febd621", kill_on_drop: false }` [INFO] [stdout] 9bc9e5377686d8127ca883188aed1a8b2affb756d47cf4a85252ec633febd621