[INFO] fetching crate libssh 0.0.1... [INFO] testing libssh-0.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate libssh 0.0.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate libssh 0.0.1 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 libssh 0.0.1 [INFO] finished tweaking crates.io crate libssh 0.0.1 [INFO] tweaked toml for crates.io crate libssh 0.0.1 written to /workspace/builds/worker-2/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 1b0ba2384d5d2cfc9860c7b16ffb661e688d6aca1382557288354227f968873a [INFO] running `Command { std: "docker" "start" "-a" "1b0ba2384d5d2cfc9860c7b16ffb661e688d6aca1382557288354227f968873a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b0ba2384d5d2cfc9860c7b16ffb661e688d6aca1382557288354227f968873a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b0ba2384d5d2cfc9860c7b16ffb661e688d6aca1382557288354227f968873a", kill_on_drop: false }` [INFO] [stdout] 1b0ba2384d5d2cfc9860c7b16ffb661e688d6aca1382557288354227f968873a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 7a33e3e572a1ba15b8d77fcac42ab8616edafc204d7b7a6443576b55dcc83172 [INFO] running `Command { std: "docker" "start" "-a" "7a33e3e572a1ba15b8d77fcac42ab8616edafc204d7b7a6443576b55dcc83172", kill_on_drop: false }` [INFO] [stderr] Compiling libssh v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: expected type, found `||` [INFO] [stdout] --> src/lib.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn with_ssh(func: ||) { [INFO] [stdout] | ^^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/libssh_server.rs:3038:27 [INFO] [stdout] | [INFO] [stdout] 3038 | __fds_bits: [libc::c_long, ..16], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/libssh.rs:2474:27 [INFO] [stdout] | [INFO] [stdout] 2474 | __fds_bits: [libc::c_long, ..16], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/ssh_session.rs:45:43 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn connect(&self, verify_public_key: |remote_public_key: &SSHKey| -> bool) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `:` [INFO] [stdout] --> src/ssh_session.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | let func = |:usr| unsafe { [INFO] [stdout] | ^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/ssh_session.rs:132:60 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn auth_with_public_key<'a>(&self, verify_public_key: |&SSHKey| -> bool) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `log` [INFO] [stdout] --> src/lib.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | #[phase(plugin, link)] extern crate log; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `log` [INFO] [stdout] --> src/ssh_key.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> src/ssh_key.rs:11:17 [INFO] [stdout] | [INFO] [stdout] 11 | use self::libc::types::common::c95::c_void; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> src/ssh_session.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | use self::libc::types::common::c95::c_void; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> src/ssh_bind.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use self::libc::types::common::c95::c_void; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> src/ssh_message.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | use self::libc::types::common::c95::c_void; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `phase` in this scope [INFO] [stdout] --> src/lib.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[phase(plugin, link)] extern crate log; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3055:3 [INFO] [stdout] | [INFO] [stdout] 3055 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3091:3 [INFO] [stdout] | [INFO] [stdout] 3091 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3122:3 [INFO] [stdout] | [INFO] [stdout] 3122 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3152:3 [INFO] [stdout] | [INFO] [stdout] 3152 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3185:3 [INFO] [stdout] | [INFO] [stdout] 3185 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3216:3 [INFO] [stdout] | [INFO] [stdout] 3216 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3243:3 [INFO] [stdout] | [INFO] [stdout] 3243 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3273:3 [INFO] [stdout] | [INFO] [stdout] 3273 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3303:3 [INFO] [stdout] | [INFO] [stdout] 3303 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3332:3 [INFO] [stdout] | [INFO] [stdout] 3332 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3359:3 [INFO] [stdout] | [INFO] [stdout] 3359 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3425:3 [INFO] [stdout] | [INFO] [stdout] 3425 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3490:3 [INFO] [stdout] | [INFO] [stdout] 3490 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3517:3 [INFO] [stdout] | [INFO] [stdout] 3517 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh_server.rs:3548:3 [INFO] [stdout] | [INFO] [stdout] 3548 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2491:3 [INFO] [stdout] | [INFO] [stdout] 2491 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2527:3 [INFO] [stdout] | [INFO] [stdout] 2527 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2558:3 [INFO] [stdout] | [INFO] [stdout] 2558 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2588:3 [INFO] [stdout] | [INFO] [stdout] 2588 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2621:3 [INFO] [stdout] | [INFO] [stdout] 2621 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2652:3 [INFO] [stdout] | [INFO] [stdout] 2652 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2679:3 [INFO] [stdout] | [INFO] [stdout] 2679 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2709:3 [INFO] [stdout] | [INFO] [stdout] 2709 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2739:3 [INFO] [stdout] | [INFO] [stdout] 2739 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2768:3 [INFO] [stdout] | [INFO] [stdout] 2768 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2795:3 [INFO] [stdout] | [INFO] [stdout] 2795 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2861:3 [INFO] [stdout] | [INFO] [stdout] 2861 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2926:3 [INFO] [stdout] | [INFO] [stdout] 2926 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/libssh.rs:2953:3 [INFO] [stdout] | [INFO] [stdout] 2953 | #[deriving(Copy, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `phase` in this scope [INFO] [stdout] --> src/ssh_key.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/ssh_bind.rs:92:3 [INFO] [stdout] | [INFO] [stdout] 92 | debug!("listen={}", res); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/lib.rs:23:2 [INFO] [stdout] | [INFO] [stdout] 23 | debug!("calling ssh_finalize()."); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> src/ssh_key.rs:15:71 [INFO] [stdout] | [INFO] [stdout] 15 | type AuthCb = extern fn(*const i8, *mut i8, u64, i32, i32, *mut libc::types::common::c95::c_void) -> i32; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/ssh_key.rs:41:30 [INFO] [stdout] | [INFO] [stdout] 41 | let auth_data = 0 as *mut c_void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 6 | use ssh_key::libc::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/ssh_session.rs:36:61 [INFO] [stdout] | [INFO] [stdout] 36 | unsafe { ssh_options_set(self._session, opt, h as *const c_void) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 5 | use ssh_session::libc::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/ssh_session.rs:52:36 [INFO] [stdout] | [INFO] [stdout] 52 | let ptr = self._session as *mut c_void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 5 | use ssh_session::libc::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_public_key` in this scope [INFO] [stdout] --> src/ssh_session.rs:66:7 [INFO] [stdout] | [INFO] [stdout] 66 | if !verify_public_key(&remote_public_key) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `remote_public_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/ssh_session.rs:123:52 [INFO] [stdout] | [INFO] [stdout] 123 | ssh_options_set(self._session, opt, p as *const c_void) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 5 | use ssh_session::libc::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/ssh_session.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | const MAX_ATTEMPTS: uint = 5; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/ssh_session.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | for _ in range(0, MAX_ATTEMPTS) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_public_key` in this scope [INFO] [stdout] --> src/ssh_session.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | if verify_public_key(&remote_public_key) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `remote_public_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/ssh_bind.rs:43:63 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe { ssh_bind_options_set(self._bind, opt, h as *const c_void) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 6 | use ssh_bind::libc::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/ssh_bind.rs:57:54 [INFO] [stdout] | [INFO] [stdout] 57 | ssh_bind_options_set(self._bind, opt, p as *const c_void) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 6 | use ssh_bind::libc::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/ssh_bind.rs:71:61 [INFO] [stdout] | [INFO] [stdout] 71 | ssh_bind_options_set(self._bind, opt_type, typ as *const c_void) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 6 | use ssh_bind::libc::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/ssh_bind.rs:79:66 [INFO] [stdout] | [INFO] [stdout] 79 | ssh_bind_options_set(self._bind, opt_key, pkey_file as *const c_void) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 6 | use ssh_bind::libc::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `func` in this scope [INFO] [stdout] --> src/lib.rs:38:2 [INFO] [stdout] | [INFO] [stdout] 38 | func(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(globs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(phase)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ssh_session.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | try!(session.set_host(host.unwrap())) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ssh_session.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | let remote_public_key = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ssh_session.rs:138:14 [INFO] [stdout] | [INFO] [stdout] 138 | let msg = try!(SSHMessage::from_session(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ssh_session.rs:147:30 [INFO] [stdout] | [INFO] [stdout] 147 | let remote_public_key = try!(SSHKey::from_message(&msg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ssh_session.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | try!(msg.reply_default()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ssh_bind.rs:31:3 [INFO] [stdout] | [INFO] [stdout] 31 | try!(bind.set_port(port.unwrap_or("22"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ssh_bind.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | try!(bind.set_private_key_file(priv_key_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ssh_bind.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | try!(bind.set_host(host.unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:5:23 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:14:25 [INFO] [stdout] | [INFO] [stdout] 14 | static SSH_INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3011:8 [INFO] [stdout] | [INFO] [stdout] 3011 | size: libc::c_ulong, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3028:10 [INFO] [stdout] | [INFO] [stdout] 3028 | tv_sec: libc::c_long, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3029:11 [INFO] [stdout] | [INFO] [stdout] 3029 | tv_usec: libc::c_long, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3071:26 [INFO] [stdout] | [INFO] [stdout] 3071 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3072:12 [INFO] [stdout] | [INFO] [stdout] 3072 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3075:21 [INFO] [stdout] | [INFO] [stdout] 3075 | pub fn from_u32(v: libc::c_uint) -> ssh_kex_types_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3103:26 [INFO] [stdout] | [INFO] [stdout] 3103 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3104:12 [INFO] [stdout] | [INFO] [stdout] 3104 | *self as libc::c_int [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3107:21 [INFO] [stdout] | [INFO] [stdout] 3107 | pub fn from_i32(v: libc::c_int) -> ssh_auth_e { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3133:26 [INFO] [stdout] | [INFO] [stdout] 3133 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3134:12 [INFO] [stdout] | [INFO] [stdout] 3134 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3137:21 [INFO] [stdout] | [INFO] [stdout] 3137 | pub fn from_u32(v: libc::c_uint) -> ssh_requests_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3163:26 [INFO] [stdout] | [INFO] [stdout] 3163 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3164:12 [INFO] [stdout] | [INFO] [stdout] 3164 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3167:21 [INFO] [stdout] | [INFO] [stdout] 3167 | pub fn from_u32(v: libc::c_uint) -> ssh_channel_type_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3199:26 [INFO] [stdout] | [INFO] [stdout] 3199 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3200:12 [INFO] [stdout] | [INFO] [stdout] 3200 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3203:21 [INFO] [stdout] | [INFO] [stdout] 3203 | pub fn from_u32(v: libc::c_uint) -> ssh_channel_requests_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3225:26 [INFO] [stdout] | [INFO] [stdout] 3225 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3226:12 [INFO] [stdout] | [INFO] [stdout] 3226 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3229:21 [INFO] [stdout] | [INFO] [stdout] 3229 | pub fn from_u32(v: libc::c_uint) -> ssh_global_requests_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3253:26 [INFO] [stdout] | [INFO] [stdout] 3253 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3254:12 [INFO] [stdout] | [INFO] [stdout] 3254 | *self as libc::c_int [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3257:21 [INFO] [stdout] | [INFO] [stdout] 3257 | pub fn from_i32(v: libc::c_int) -> ssh_publickey_state_e { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3285:26 [INFO] [stdout] | [INFO] [stdout] 3285 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3286:12 [INFO] [stdout] | [INFO] [stdout] 3286 | *self as libc::c_int [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3289:21 [INFO] [stdout] | [INFO] [stdout] 3289 | pub fn from_i32(v: libc::c_int) -> ssh_server_known_e { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3313:26 [INFO] [stdout] | [INFO] [stdout] 3313 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3314:12 [INFO] [stdout] | [INFO] [stdout] 3314 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3317:21 [INFO] [stdout] | [INFO] [stdout] 3317 | pub fn from_u32(v: libc::c_uint) -> ssh_error_types_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3343:26 [INFO] [stdout] | [INFO] [stdout] 3343 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3344:12 [INFO] [stdout] | [INFO] [stdout] 3344 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3347:21 [INFO] [stdout] | [INFO] [stdout] 3347 | pub fn from_u32(v: libc::c_uint) -> ssh_keytypes_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3367:26 [INFO] [stdout] | [INFO] [stdout] 3367 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3368:12 [INFO] [stdout] | [INFO] [stdout] 3368 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3371:21 [INFO] [stdout] | [INFO] [stdout] 3371 | pub fn from_u32(v: libc::c_uint) -> ssh_keycmp_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3460:26 [INFO] [stdout] | [INFO] [stdout] 3460 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3461:12 [INFO] [stdout] | [INFO] [stdout] 3461 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3464:21 [INFO] [stdout] | [INFO] [stdout] 3464 | pub fn from_u32(v: libc::c_uint) -> ssh_options_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3501:26 [INFO] [stdout] | [INFO] [stdout] 3501 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3502:12 [INFO] [stdout] | [INFO] [stdout] 3502 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3505:21 [INFO] [stdout] | [INFO] [stdout] 3505 | pub fn from_u32(v: libc::c_uint) -> ssh_scp_request_types { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3525:26 [INFO] [stdout] | [INFO] [stdout] 3525 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3526:12 [INFO] [stdout] | [INFO] [stdout] 3526 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3529:21 [INFO] [stdout] | [INFO] [stdout] 3529 | pub fn from_u32(v: libc::c_uint) -> ssh_publickey_hash_type { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3563:26 [INFO] [stdout] | [INFO] [stdout] 3563 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3564:12 [INFO] [stdout] | [INFO] [stdout] 3564 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:3567:21 [INFO] [stdout] | [INFO] [stdout] 3567 | pub fn from_u32(v: libc::c_uint) -> ssh_bind_options_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:13:71 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:13:87 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:23:78 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn ssh_channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:34:77 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn ssh_channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:34:96 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn ssh_channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:34:112 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn ssh_channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:43:64 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn ssh_channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:61:74 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn ssh_channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:79:68 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn ssh_channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:88:65 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn ssh_channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:97:66 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn ssh_channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:115:74 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn ssh_channel_open_auth_agent(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:128:87 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehos... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:128:113 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehos... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:128:145 [INFO] [stdout] | [INFO] [stdout] 128 | ...st libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:128:170 [INFO] [stdout] | [INFO] [stdout] 128 | ...rt: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:128:186 [INFO] [stdout] | [INFO] [stdout] 128 | ... sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:137:71 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn ssh_channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:148:82 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn ssh_channel_open_x11(channel: *mut ssh_channel_struct, orig_addr: *const libc::c_char, orig_port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:148:107 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn ssh_channel_open_x11(channel: *mut ssh_channel_struct, orig_addr: *const libc::c_char, orig_port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:148:123 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn ssh_channel_open_x11(channel: *mut ssh_channel_struct, orig_addr: *const libc::c_char, orig_port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:158:71 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:158:87 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:169:77 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn ssh_channel_poll_timeout(channel: *mut ssh_channel_struct, timeout: libc::c_int, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:169:101 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn ssh_channel_poll_timeout(channel: *mut ssh_channel_struct, timeout: libc::c_int, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:169:117 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn ssh_channel_poll_timeout(channel: *mut ssh_channel_struct, timeout: libc::c_int, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:181:92 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn ssh_channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> li... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:181:117 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn ssh_channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> li... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:181:133 [INFO] [stdout] | [INFO] [stdout] 181 | ...ibc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:194:100 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn ssh_channel_read_timeout(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_in... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:194:125 [INFO] [stdout] | [INFO] [stdout] 194 | ...ct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:194:150 [INFO] [stdout] | [INFO] [stdout] 194 | ...id, count: libc::c_uint, is_stderr: libc::c_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:194:166 [INFO] [stdout] | [INFO] [stdout] 194 | ...:c_uint, is_stderr: libc::c_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:206:104 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:206:129 [INFO] [stdout] | [INFO] [stdout] 206 | ...ct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:206:145 [INFO] [stdout] | [INFO] [stdout] 206 | ...ibc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:217:80 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn ssh_channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:217:108 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn ssh_channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:217:125 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn ssh_channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:227:80 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:227:97 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:236:70 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn ssh_channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:248:85 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn ssh_channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:248:105 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn ssh_channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:248:124 [INFO] [stdout] | [INFO] [stdout] 248 | ..._struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:248:140 [INFO] [stdout] | [INFO] [stdout] 248 | ...const libc::c_char, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:257:72 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn ssh_channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:267:90 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:267:107 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:276:71 [INFO] [stdout] | [INFO] [stdout] 276 | pub fn ssh_channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:286:91 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:286:108 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:299:86 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cooki... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:299:116 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cooki... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:299:145 [INFO] [stdout] | [INFO] [stdout] 299 | ...: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:299:174 [INFO] [stdout] | [INFO] [stdout] 299 | ...st libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:299:190 [INFO] [stdout] | [INFO] [stdout] 299 | ... cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:308:67 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn ssh_channel_send_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:320:180 [INFO] [stdout] | [INFO] [stdout] 320 | ...ans: *mut *mut ssh_channel_struct, timeout: *mut timeval) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:330:78 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn ssh_channel_set_blocking(channel: *mut ssh_channel_struct, blocking: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:341:93 [INFO] [stdout] | [INFO] [stdout] 341 | pub fn ssh_channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:341:110 [INFO] [stdout] | [INFO] [stdout] 341 | pub fn ssh_channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:350:70 [INFO] [stdout] | [INFO] [stdout] 350 | pub fn ssh_channel_window_size(channel: *mut ssh_channel_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:359:35 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn ssh_basename(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:359:57 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn ssh_basename(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:368:47 [INFO] [stdout] | [INFO] [stdout] 368 | pub fn ssh_clean_pubkey_hash(hash: *mut *mut libc::c_uchar); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:377:58 [INFO] [stdout] | [INFO] [stdout] 377 | pub fn ssh_connect(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:385:35 [INFO] [stdout] | [INFO] [stdout] 385 | pub fn ssh_copyright() -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:403:34 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn ssh_dirname(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:403:56 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn ssh_dirname(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:411:27 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn ssh_finalize() -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:421:74 [INFO] [stdout] | [INFO] [stdout] 421 | pub fn ssh_forward_accept(session: *mut ssh_session_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:432:82 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn ssh_channel_accept_forward(session: *mut ssh_session_struct, timeout_ms: libc::c_int, destination_port: *mut libc::c_int) -> *... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:432:118 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn ssh_channel_accept_forward(session: *mut ssh_session_struct, timeout_ms: libc::c_int, destination_port: *mut libc::c_int) -> *... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:443:78 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:443:98 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:443:114 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:455:78 [INFO] [stdout] | [INFO] [stdout] 455 | pub fn ssh_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:455:98 [INFO] [stdout] | [INFO] [stdout] 455 | pub fn ssh_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:455:128 [INFO] [stdout] | [INFO] [stdout] 455 | ...ss: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:455:144 [INFO] [stdout] | [INFO] [stdout] 455 | ...:c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:473:80 [INFO] [stdout] | [INFO] [stdout] 473 | pub fn ssh_get_disconnect_message(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:482:59 [INFO] [stdout] | [INFO] [stdout] 482 | pub fn ssh_get_error(error: *mut libc::c_void) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:491:57 [INFO] [stdout] | [INFO] [stdout] 491 | pub fn ssh_get_error_code(error: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:500:57 [INFO] [stdout] | [INFO] [stdout] 500 | pub fn ssh_get_fd(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:510:35 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:510:55 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:510:78 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:519:72 [INFO] [stdout] | [INFO] [stdout] 519 | pub fn ssh_get_issue_banner(session: *mut ssh_session_struct) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:528:70 [INFO] [stdout] | [INFO] [stdout] 528 | pub fn ssh_get_openssh_version(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:538:95 [INFO] [stdout] | [INFO] [stdout] 538 | pub fn ssh_get_publickey(session: *mut ssh_session_struct, key: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:550:65 [INFO] [stdout] | [INFO] [stdout] 550 | pub fn ssh_get_publickey_hash(key: *mut ssh_key_struct, type_: libc::c_uint, hash: *mut *mut libc::c_uchar, hlen: *mut libc::c_ulong)... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:550:95 [INFO] [stdout] | [INFO] [stdout] 550 | pub fn ssh_get_publickey_hash(key: *mut ssh_key_struct, type_: libc::c_uint, hash: *mut *mut libc::c_uchar, hlen: *mut libc::c_ulong)... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:550:121 [INFO] [stdout] | [INFO] [stdout] 550 | ...e_: libc::c_uint, hash: *mut *mut libc::c_uchar, hlen: *mut libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:550:139 [INFO] [stdout] | [INFO] [stdout] 550 | ... hash: *mut *mut libc::c_uchar, hlen: *mut libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:560:79 [INFO] [stdout] | [INFO] [stdout] 560 | pub fn ssh_get_pubkey_hash(session: *mut ssh_session_struct, hash: *mut *mut libc::c_uchar) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:560:97 [INFO] [stdout] | [INFO] [stdout] 560 | pub fn ssh_get_pubkey_hash(session: *mut ssh_session_struct, hash: *mut *mut libc::c_uchar) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:571:56 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:571:77 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:571:93 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:580:62 [INFO] [stdout] | [INFO] [stdout] 580 | pub fn ssh_get_version(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:589:61 [INFO] [stdout] | [INFO] [stdout] 589 | pub fn ssh_get_status(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:598:65 [INFO] [stdout] | [INFO] [stdout] 598 | pub fn ssh_get_poll_flags(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:606:23 [INFO] [stdout] | [INFO] [stdout] 606 | pub fn ssh_init() -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:615:62 [INFO] [stdout] | [INFO] [stdout] 615 | pub fn ssh_is_blocking(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:624:63 [INFO] [stdout] | [INFO] [stdout] 624 | pub fn ssh_is_connected(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:633:66 [INFO] [stdout] | [INFO] [stdout] 633 | pub fn ssh_is_server_known(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:642:34 [INFO] [stdout] | [INFO] [stdout] 642 | pub fn ssh_set_log_level(level: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:642:50 [INFO] [stdout] | [INFO] [stdout] 642 | pub fn ssh_set_log_level(level: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:650:32 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn ssh_get_log_level() -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:667:58 [INFO] [stdout] | [INFO] [stdout] 667 | pub fn ssh_set_log_userdata(data: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:678:29 [INFO] [stdout] | [INFO] [stdout] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:678:59 [INFO] [stdout] | [INFO] [stdout] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:678:88 [INFO] [stdout] | [INFO] [stdout] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:689:61 [INFO] [stdout] | [INFO] [stdout] 689 | pub fn ssh_log(session: *mut ssh_session_struct, prioriry: libc::c_int, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:689:89 [INFO] [stdout] | [INFO] [stdout] 689 | pub fn ssh_log(session: *mut ssh_session_struct, prioriry: libc::c_int, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:707:84 [INFO] [stdout] | [INFO] [stdout] 707 | pub fn ssh_message_channel_request_reply_success(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:734:62 [INFO] [stdout] | [INFO] [stdout] 734 | pub fn ssh_message_subtype(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:743:59 [INFO] [stdout] | [INFO] [stdout] 743 | pub fn ssh_message_type(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:753:36 [INFO] [stdout] | [INFO] [stdout] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:753:56 [INFO] [stdout] | [INFO] [stdout] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:753:73 [INFO] [stdout] | [INFO] [stdout] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:771:95 [INFO] [stdout] | [INFO] [stdout] 771 | pub fn ssh_options_copy(src: *mut ssh_session_struct, dest: *mut *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:782:76 [INFO] [stdout] | [INFO] [stdout] 782 | pub fn ssh_options_getopt(session: *mut ssh_session_struct, argcptr: *mut libc::c_int, argv: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:782:105 [INFO] [stdout] | [INFO] [stdout] 782 | pub fn ssh_options_getopt(session: *mut ssh_session_struct, argcptr: *mut libc::c_int, argv: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:782:122 [INFO] [stdout] | [INFO] [stdout] 782 | pub fn ssh_options_getopt(session: *mut ssh_session_struct, argcptr: *mut libc::c_int, argv: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:792:85 [INFO] [stdout] | [INFO] [stdout] 792 | pub fn ssh_options_parse_config(session: *mut ssh_session_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:792:102 [INFO] [stdout] | [INFO] [stdout] 792 | pub fn ssh_options_parse_config(session: *mut ssh_session_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:803:66 [INFO] [stdout] | [INFO] [stdout] 803 | pub fn ssh_options_set(session: *mut ssh_session_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:803:111 [INFO] [stdout] | [INFO] [stdout] 803 | pub fn ssh_options_set(session: *mut ssh_session_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:814:66 [INFO] [stdout] | [INFO] [stdout] 814 | pub fn ssh_options_get(session: *mut ssh_session_struct, type_: libc::c_uint, value: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:814:97 [INFO] [stdout] | [INFO] [stdout] 814 | pub fn ssh_options_get(session: *mut ssh_session_struct, type_: libc::c_uint, value: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:814:114 [INFO] [stdout] | [INFO] [stdout] 814 | pub fn ssh_options_get(session: *mut ssh_session_struct, type_: libc::c_uint, value: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:824:82 [INFO] [stdout] | [INFO] [stdout] 824 | pub fn ssh_options_get_port(session: *mut ssh_session_struct, port_target: *mut libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:824:99 [INFO] [stdout] | [INFO] [stdout] 824 | pub fn ssh_options_get_port(session: *mut ssh_session_struct, port_target: *mut libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:833:65 [INFO] [stdout] | [INFO] [stdout] 833 | pub fn ssh_pcap_file_close(pcap: *mut ssh_pcap_file_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:860:78 [INFO] [stdout] | [INFO] [stdout] 860 | pub fn ssh_pcap_file_open(pcap: *mut ssh_pcap_file_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:860:95 [INFO] [stdout] | [INFO] [stdout] 860 | pub fn ssh_pcap_file_open(pcap: *mut ssh_pcap_file_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:886:51 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn ssh_key_type(key: *mut ssh_key_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:895:37 [INFO] [stdout] | [INFO] [stdout] 895 | pub fn ssh_key_type_to_char(type_: libc::c_uint) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:895:61 [INFO] [stdout] | [INFO] [stdout] 895 | pub fn ssh_key_type_to_char(type_: libc::c_uint) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:904:45 [INFO] [stdout] | [INFO] [stdout] 904 | pub fn ssh_key_type_from_name(name: *const libc::c_char) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:904:62 [INFO] [stdout] | [INFO] [stdout] 904 | pub fn ssh_key_type_from_name(name: *const libc::c_char) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:913:54 [INFO] [stdout] | [INFO] [stdout] 913 | pub fn ssh_key_is_public(k: *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:922:55 [INFO] [stdout] | [INFO] [stdout] 922 | pub fn ssh_key_is_private(k: *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:933:77 [INFO] [stdout] | [INFO] [stdout] 933 | pub fn ssh_key_cmp(k1: *mut ssh_key_struct, k2: *mut ssh_key_struct, what: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:933:94 [INFO] [stdout] | [INFO] [stdout] 933 | pub fn ssh_key_cmp(k1: *mut ssh_key_struct, k2: *mut ssh_key_struct, what: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:944:33 [INFO] [stdout] | [INFO] [stdout] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:944:58 [INFO] [stdout] | [INFO] [stdout] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:944:106 [INFO] [stdout] | [INFO] [stdout] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:55 [INFO] [stdout] | [INFO] [stdout] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:88 [INFO] [stdout] | [INFO] [stdout] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:135 [INFO] [stdout] | [INFO] [stdout] 957 | ...hrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:154 [INFO] [stdout] | [INFO] [stdout] 957 | ...:c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:168 [INFO] [stdout] | [INFO] [stdout] 957 | ...n: Option libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:183 [INFO] [stdout] | [INFO] [stdout] 957 | ...rn fn(*const libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: ... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:196 [INFO] [stdout] | [INFO] [stdout] 957 | ...libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:231 [INFO] [stdout] | [INFO] [stdout] 957 | ...bc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struc... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:957:310 [INFO] [stdout] | [INFO] [stdout] 957 | ..._data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:54 [INFO] [stdout] | [INFO] [stdout] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:87 [INFO] [stdout] | [INFO] [stdout] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:134 [INFO] [stdout] | [INFO] [stdout] 970 | ...hrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:153 [INFO] [stdout] | [INFO] [stdout] 970 | ...:c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:167 [INFO] [stdout] | [INFO] [stdout] 970 | ...n: Option libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:182 [INFO] [stdout] | [INFO] [stdout] 970 | ...rn fn(*const libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: ... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:195 [INFO] [stdout] | [INFO] [stdout] 970 | ...libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:230 [INFO] [stdout] | [INFO] [stdout] 970 | ...bc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struc... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:970:309 [INFO] [stdout] | [INFO] [stdout] 970 | ..._data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:86 [INFO] [stdout] | [INFO] [stdout] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:133 [INFO] [stdout] | [INFO] [stdout] 983 | ...hrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:152 [INFO] [stdout] | [INFO] [stdout] 983 | ...:c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:166 [INFO] [stdout] | [INFO] [stdout] 983 | ...n: Option libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:181 [INFO] [stdout] | [INFO] [stdout] 983 | ...rn fn(*const libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: ... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:194 [INFO] [stdout] | [INFO] [stdout] 983 | ...libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:229 [INFO] [stdout] | [INFO] [stdout] 983 | ...bc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:290 [INFO] [stdout] | [INFO] [stdout] 983 | ...libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:983:307 [INFO] [stdout] | [INFO] [stdout] 983 | ...h_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:994:54 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn ssh_pki_import_pubkey_base64(b64_key: *const libc::c_char, type_: libc::c_uint, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:994:75 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn ssh_pki_import_pubkey_base64(b64_key: *const libc::c_char, type_: libc::c_uint, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:994:124 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn ssh_pki_import_pubkey_base64(b64_key: *const libc::c_char, type_: libc::c_uint, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1004:53 [INFO] [stdout] | [INFO] [stdout] 1004 | pub fn ssh_pki_import_pubkey_file(filename: *const libc::c_char, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1004:102 [INFO] [stdout] | [INFO] [stdout] 1004 | pub fn ssh_pki_import_pubkey_file(filename: *const libc::c_char, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1014:107 [INFO] [stdout] | [INFO] [stdout] 1014 | pub fn ssh_pki_export_privkey_to_pubkey(privkey: *mut ssh_key_struct, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1024:83 [INFO] [stdout] | [INFO] [stdout] 1024 | pub fn ssh_pki_export_pubkey_base64(key: *mut ssh_key_struct, b64_key: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1024:100 [INFO] [stdout] | [INFO] [stdout] 1024 | pub fn ssh_pki_export_pubkey_base64(key: *mut ssh_key_struct, b64_key: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1034:79 [INFO] [stdout] | [INFO] [stdout] 1034 | pub fn ssh_pki_export_pubkey_file(key: *mut ssh_key_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1034:96 [INFO] [stdout] | [INFO] [stdout] 1034 | pub fn ssh_pki_export_pubkey_file(key: *mut ssh_key_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1045:38 [INFO] [stdout] | [INFO] [stdout] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1045:65 [INFO] [stdout] | [INFO] [stdout] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1045:85 [INFO] [stdout] | [INFO] [stdout] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1055:72 [INFO] [stdout] | [INFO] [stdout] 1055 | pub fn ssh_send_ignore(session: *mut ssh_session_struct, data: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1055:89 [INFO] [stdout] | [INFO] [stdout] 1055 | pub fn ssh_send_ignore(session: *mut ssh_session_struct, data: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1066:74 [INFO] [stdout] | [INFO] [stdout] 1066 | pub fn ssh_send_debug(session: *mut ssh_session_struct, message: *const libc::c_char, always_display: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1066:104 [INFO] [stdout] | [INFO] [stdout] 1066 | pub fn ssh_send_debug(session: *mut ssh_session_struct, message: *const libc::c_char, always_display: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1066:120 [INFO] [stdout] | [INFO] [stdout] 1066 | pub fn ssh_send_debug(session: *mut ssh_session_struct, message: *const libc::c_char, always_display: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1085:61 [INFO] [stdout] | [INFO] [stdout] 1085 | pub fn ssh_scp_accept_request(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1094:52 [INFO] [stdout] | [INFO] [stdout] 1094 | pub fn ssh_scp_close(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1104:71 [INFO] [stdout] | [INFO] [stdout] 1104 | pub fn ssh_scp_deny_request(scp: *mut ssh_scp_struct, reason: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1104:88 [INFO] [stdout] | [INFO] [stdout] 1104 | pub fn ssh_scp_deny_request(scp: *mut ssh_scp_struct, reason: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1122:51 [INFO] [stdout] | [INFO] [stdout] 1122 | pub fn ssh_scp_init(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1131:62 [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn ssh_scp_leave_directory(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1142:61 [INFO] [stdout] | [INFO] [stdout] 1142 | pub fn ssh_scp_new(session: *mut ssh_session_struct, mode: libc::c_int, location: *const libc::c_char) -> *mut ssh_scp_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1142:91 [INFO] [stdout] | [INFO] [stdout] 1142 | pub fn ssh_scp_new(session: *mut ssh_session_struct, mode: libc::c_int, location: *const libc::c_char) -> *mut ssh_scp_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1151:59 [INFO] [stdout] | [INFO] [stdout] 1151 | pub fn ssh_scp_pull_request(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1162:74 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn ssh_scp_push_directory(scp: *mut ssh_scp_struct, dirname: *const libc::c_char, mode: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1162:94 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn ssh_scp_push_directory(scp: *mut ssh_scp_struct, dirname: *const libc::c_char, mode: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1162:110 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn ssh_scp_push_directory(scp: *mut ssh_scp_struct, dirname: *const libc::c_char, mode: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1174:70 [INFO] [stdout] | [INFO] [stdout] 1174 | pub fn ssh_scp_push_file(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1174:90 [INFO] [stdout] | [INFO] [stdout] 1174 | pub fn ssh_scp_push_file(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1174:112 [INFO] [stdout] | [INFO] [stdout] 1174 | pub fn ssh_scp_push_file(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1174:128 [INFO] [stdout] | [INFO] [stdout] 1174 | pub fn ssh_scp_push_file(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1186:72 [INFO] [stdout] | [INFO] [stdout] 1186 | pub fn ssh_scp_push_file64(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1186:92 [INFO] [stdout] | [INFO] [stdout] 1186 | pub fn ssh_scp_push_file64(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1186:114 [INFO] [stdout] | [INFO] [stdout] 1186 | pub fn ssh_scp_push_file64(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1186:130 [INFO] [stdout] | [INFO] [stdout] 1186 | ...st libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1197:81 [INFO] [stdout] | [INFO] [stdout] 1197 | pub fn ssh_scp_read(scp: *mut ssh_scp_struct, buffer: *mut libc::c_void, size: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1197:99 [INFO] [stdout] | [INFO] [stdout] 1197 | pub fn ssh_scp_read(scp: *mut ssh_scp_struct, buffer: *mut libc::c_void, size: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1206:74 [INFO] [stdout] | [INFO] [stdout] 1206 | pub fn ssh_scp_request_get_filename(scp: *mut ssh_scp_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1215:70 [INFO] [stdout] | [INFO] [stdout] 1215 | pub fn ssh_scp_request_get_permissions(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1224:63 [INFO] [stdout] | [INFO] [stdout] 1224 | pub fn ssh_scp_request_get_size(scp: *mut ssh_scp_struct) -> libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1233:65 [INFO] [stdout] | [INFO] [stdout] 1233 | pub fn ssh_scp_request_get_size64(scp: *mut ssh_scp_struct) -> libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1242:73 [INFO] [stdout] | [INFO] [stdout] 1242 | pub fn ssh_scp_request_get_warning(scp: *mut ssh_scp_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1253:83 [INFO] [stdout] | [INFO] [stdout] 1253 | pub fn ssh_scp_write(scp: *mut ssh_scp_struct, buffer: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1253:101 [INFO] [stdout] | [INFO] [stdout] 1253 | pub fn ssh_scp_write(scp: *mut ssh_scp_struct, buffer: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1266:110 [INFO] [stdout] | [INFO] [stdout] 1266 | pub fn ssh_select(channels: *mut *mut ssh_channel_struct, outchannels: *mut *mut ssh_channel_struct, maxfd: libc::c_int, readfds: *mu... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1266:171 [INFO] [stdout] | [INFO] [stdout] 1266 | ...libc::c_int, readfds: *mut fd_set, timeout: *mut timeval) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1276:79 [INFO] [stdout] | [INFO] [stdout] 1276 | pub fn ssh_service_request(session: *mut ssh_session_struct, service: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1276:96 [INFO] [stdout] | [INFO] [stdout] 1276 | pub fn ssh_service_request(session: *mut ssh_session_struct, service: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1286:102 [INFO] [stdout] | [INFO] [stdout] 1286 | pub fn ssh_set_agent_channel(session: *mut ssh_session_struct, channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1296:70 [INFO] [stdout] | [INFO] [stdout] 1296 | pub fn ssh_set_blocking(session: *mut ssh_session_struct, blocking: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1342:101 [INFO] [stdout] | [INFO] [stdout] 1342 | pub fn ssh_set_pcap_file(session: *mut ssh_session_struct, pcapfile: *mut ssh_pcap_file_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1352:78 [INFO] [stdout] | [INFO] [stdout] 1352 | pub fn ssh_userauth_none(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1352:95 [INFO] [stdout] | [INFO] [stdout] 1352 | pub fn ssh_userauth_none(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1362:78 [INFO] [stdout] | [INFO] [stdout] 1362 | pub fn ssh_userauth_list(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1362:95 [INFO] [stdout] | [INFO] [stdout] 1362 | pub fn ssh_userauth_list(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1373:87 [INFO] [stdout] | [INFO] [stdout] 1373 | pub fn ssh_userauth_try_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, pubkey: *mut ssh_key_struct) -> li... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1373:133 [INFO] [stdout] | [INFO] [stdout] 1373 | ...ername: *const libc::c_char, pubkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1384:83 [INFO] [stdout] | [INFO] [stdout] 1384 | pub fn ssh_userauth_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, privkey: *mut ssh_key_struct) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1384:130 [INFO] [stdout] | [INFO] [stdout] 1384 | ...rname: *const libc::c_char, privkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1394:79 [INFO] [stdout] | [INFO] [stdout] 1394 | pub fn ssh_userauth_agent(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1394:96 [INFO] [stdout] | [INFO] [stdout] 1394 | pub fn ssh_userauth_agent(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1405:88 [INFO] [stdout] | [INFO] [stdout] 1405 | pub fn ssh_userauth_publickey_auto(session: *mut ssh_session_struct, username: *const libc::c_char, passphrase: *const libc::c_char) ... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1405:121 [INFO] [stdout] | [INFO] [stdout] 1405 | ...on_struct, username: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1405:138 [INFO] [stdout] | [INFO] [stdout] 1405 | ...me: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1416:82 [INFO] [stdout] | [INFO] [stdout] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1416:113 [INFO] [stdout] | [INFO] [stdout] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1416:130 [INFO] [stdout] | [INFO] [stdout] 1416 | ...name: *const libc::c_char, password: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1427:76 [INFO] [stdout] | [INFO] [stdout] 1427 | pub fn ssh_userauth_kbdint(session: *mut ssh_session_struct, user: *const libc::c_char, submethods: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1427:109 [INFO] [stdout] | [INFO] [stdout] 1427 | pub fn ssh_userauth_kbdint(session: *mut ssh_session_struct, user: *const libc::c_char, submethods: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1427:126 [INFO] [stdout] | [INFO] [stdout] 1427 | pub fn ssh_userauth_kbdint(session: *mut ssh_session_struct, user: *const libc::c_char, submethods: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1436:88 [INFO] [stdout] | [INFO] [stdout] 1436 | pub fn ssh_userauth_kbdint_getinstruction(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1445:81 [INFO] [stdout] | [INFO] [stdout] 1445 | pub fn ssh_userauth_kbdint_getname(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1454:78 [INFO] [stdout] | [INFO] [stdout] 1454 | pub fn ssh_userauth_kbdint_getnprompts(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1465:76 [INFO] [stdout] | [INFO] [stdout] 1465 | pub fn ssh_userauth_kbdint_getprompt(session: *mut ssh_session_struct, i: libc::c_uint, echo: *mut libc::c_char) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1465:101 [INFO] [stdout] | [INFO] [stdout] 1465 | pub fn ssh_userauth_kbdint_getprompt(session: *mut ssh_session_struct, i: libc::c_uint, echo: *mut libc::c_char) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1465:125 [INFO] [stdout] | [INFO] [stdout] 1465 | pub fn ssh_userauth_kbdint_getprompt(session: *mut ssh_session_struct, i: libc::c_uint, echo: *mut libc::c_char) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1474:78 [INFO] [stdout] | [INFO] [stdout] 1474 | pub fn ssh_userauth_kbdint_getnanswers(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1484:76 [INFO] [stdout] | [INFO] [stdout] 1484 | pub fn ssh_userauth_kbdint_getanswer(session: *mut ssh_session_struct, i: libc::c_uint) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1484:100 [INFO] [stdout] | [INFO] [stdout] 1484 | pub fn ssh_userauth_kbdint_getanswer(session: *mut ssh_session_struct, i: libc::c_uint) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1495:76 [INFO] [stdout] | [INFO] [stdout] 1495 | pub fn ssh_userauth_kbdint_setanswer(session: *mut ssh_session_struct, i: libc::c_uint, answer: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1495:105 [INFO] [stdout] | [INFO] [stdout] 1495 | pub fn ssh_userauth_kbdint_setanswer(session: *mut ssh_session_struct, i: libc::c_uint, answer: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1495:122 [INFO] [stdout] | [INFO] [stdout] 1495 | pub fn ssh_userauth_kbdint_setanswer(session: *mut ssh_session_struct, i: libc::c_uint, answer: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1504:66 [INFO] [stdout] | [INFO] [stdout] 1504 | pub fn ssh_userauth_gssapi(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1513:34 [INFO] [stdout] | [INFO] [stdout] 1513 | pub fn ssh_version(req_version: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1513:57 [INFO] [stdout] | [INFO] [stdout] 1513 | pub fn ssh_version(req_version: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1522:66 [INFO] [stdout] | [INFO] [stdout] 1522 | pub fn ssh_write_knownhost(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1560:86 [INFO] [stdout] | [INFO] [stdout] 1560 | pub fn ssh_string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1560:104 [INFO] [stdout] | [INFO] [stdout] 1560 | pub fn ssh_string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1578:43 [INFO] [stdout] | [INFO] [stdout] 1578 | pub fn ssh_string_from_char(what: *const libc::c_char) -> *mut ssh_string_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1587:56 [INFO] [stdout] | [INFO] [stdout] 1587 | pub fn ssh_string_len(str: *mut ssh_string_struct) -> libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1596:30 [INFO] [stdout] | [INFO] [stdout] 1596 | pub fn ssh_string_new(size: libc::c_ulong) -> *mut ssh_string_struct; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1605:68 [INFO] [stdout] | [INFO] [stdout] 1605 | pub fn ssh_string_get_char(str: *mut ssh_string_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1614:65 [INFO] [stdout] | [INFO] [stdout] 1614 | pub fn ssh_string_to_char(str: *mut ssh_string_struct) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1623:38 [INFO] [stdout] | [INFO] [stdout] 1623 | pub fn ssh_string_free_char(s: *mut libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1636:36 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1636:60 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1636:79 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1636:100 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1636:121 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1636:137 [INFO] [stdout] | [INFO] [stdout] 1636 | ...n: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1657:60 [INFO] [stdout] | [INFO] [stdout] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1657:81 [INFO] [stdout] | [INFO] [stdout] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1657:117 [INFO] [stdout] | [INFO] [stdout] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1657:130 [INFO] [stdout] | [INFO] [stdout] 1657 | ...nt, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_v... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1657:165 [INFO] [stdout] | [INFO] [stdout] 1657 | ...on libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1657:211 [INFO] [stdout] | [INFO] [stdout] 1657 | ...bc::c_void) -> libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1667:98 [INFO] [stdout] | [INFO] [stdout] 1667 | pub fn ssh_event_add_session(event: *mut ssh_event_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1677:65 [INFO] [stdout] | [INFO] [stdout] 1677 | pub fn ssh_event_dopoll(event: *mut ssh_event_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1677:81 [INFO] [stdout] | [INFO] [stdout] 1677 | pub fn ssh_event_dopoll(event: *mut ssh_event_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1687:63 [INFO] [stdout] | [INFO] [stdout] 1687 | pub fn ssh_event_remove_fd(event: *mut ssh_event_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1687:79 [INFO] [stdout] | [INFO] [stdout] 1687 | pub fn ssh_event_remove_fd(event: *mut ssh_event_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1697:101 [INFO] [stdout] | [INFO] [stdout] 1697 | pub fn ssh_event_remove_session(event: *mut ssh_event_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1715:74 [INFO] [stdout] | [INFO] [stdout] 1715 | pub fn ssh_get_clientbanner(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1724:74 [INFO] [stdout] | [INFO] [stdout] 1724 | pub fn ssh_get_serverbanner(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1733:71 [INFO] [stdout] | [INFO] [stdout] 1733 | pub fn ssh_get_cipher_in(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1742:72 [INFO] [stdout] | [INFO] [stdout] 1742 | pub fn ssh_get_cipher_out(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1751:60 [INFO] [stdout] | [INFO] [stdout] 1751 | pub fn ssh_auth_list(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1763:86 [INFO] [stdout] | [INFO] [stdout] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1763:107 [INFO] [stdout] | [INFO] [stdout] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1763:158 [INFO] [stdout] | [INFO] [stdout] 1763 | ...r, type_: libc::c_int, publickey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1775:80 [INFO] [stdout] | [INFO] [stdout] 1775 | pub fn ssh_userauth_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_string_struct, privat... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1775:173 [INFO] [stdout] | [INFO] [stdout] 1775 | ...h_string_struct, privatekey: *mut ssh_private_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1786:86 [INFO] [stdout] | [INFO] [stdout] 1786 | pub fn ssh_userauth_agent_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_public_key_stru... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1786:142 [INFO] [stdout] | [INFO] [stdout] 1786 | ...onst libc::c_char, publickey: *mut ssh_public_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1796:86 [INFO] [stdout] | [INFO] [stdout] 1796 | pub fn ssh_userauth_autopubkey(session: *mut ssh_session_struct, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1796:103 [INFO] [stdout] | [INFO] [stdout] 1796 | pub fn ssh_userauth_autopubkey(session: *mut ssh_session_struct, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1808:89 [INFO] [stdout] | [INFO] [stdout] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, p... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1808:120 [INFO] [stdout] | [INFO] [stdout] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, p... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1808:153 [INFO] [stdout] | [INFO] [stdout] 1808 | ...c::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1808:170 [INFO] [stdout] | [INFO] [stdout] 1808 | ...me: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1835:59 [INFO] [stdout] | [INFO] [stdout] 1835 | pub fn buffer_get_len(buffer: *mut ssh_buffer_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1853:74 [INFO] [stdout] | [INFO] [stdout] 1853 | pub fn channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1864:73 [INFO] [stdout] | [INFO] [stdout] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1864:92 [INFO] [stdout] | [INFO] [stdout] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1864:108 [INFO] [stdout] | [INFO] [stdout] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1874:78 [INFO] [stdout] | [INFO] [stdout] 1874 | pub fn channel_forward_accept(session: *mut ssh_session_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1883:60 [INFO] [stdout] | [INFO] [stdout] 1883 | pub fn channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1894:82 [INFO] [stdout] | [INFO] [stdout] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1894:102 [INFO] [stdout] | [INFO] [stdout] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1894:118 [INFO] [stdout] | [INFO] [stdout] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1906:82 [INFO] [stdout] | [INFO] [stdout] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut lib... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1906:102 [INFO] [stdout] | [INFO] [stdout] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut lib... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1906:132 [INFO] [stdout] | [INFO] [stdout] 1906 | ...ss: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1906:148 [INFO] [stdout] | [INFO] [stdout] 1906 | ...:c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1924:70 [INFO] [stdout] | [INFO] [stdout] 1924 | pub fn channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1942:64 [INFO] [stdout] | [INFO] [stdout] 1942 | pub fn channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1951:61 [INFO] [stdout] | [INFO] [stdout] 1951 | pub fn channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1960:62 [INFO] [stdout] | [INFO] [stdout] 1960 | pub fn channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1982:83 [INFO] [stdout] | [INFO] [stdout] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1982:109 [INFO] [stdout] | [INFO] [stdout] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1982:141 [INFO] [stdout] | [INFO] [stdout] 1982 | ...st libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1982:166 [INFO] [stdout] | [INFO] [stdout] 1982 | ...rt: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1982:182 [INFO] [stdout] | [INFO] [stdout] 1982 | ... sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:1991:67 [INFO] [stdout] | [INFO] [stdout] 1991 | pub fn channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2001:67 [INFO] [stdout] | [INFO] [stdout] 2001 | pub fn channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2001:83 [INFO] [stdout] | [INFO] [stdout] 2001 | pub fn channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2013:88 [INFO] [stdout] | [INFO] [stdout] 2013 | pub fn channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2013:113 [INFO] [stdout] | [INFO] [stdout] 2013 | pub fn channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2013:129 [INFO] [stdout] | [INFO] [stdout] 2013 | pub fn channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2025:102 [INFO] [stdout] | [INFO] [stdout] 2025 | pub fn channel_read_buffer(channel: *mut ssh_channel_struct, buffer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2025:127 [INFO] [stdout] | [INFO] [stdout] 2025 | ...fer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2025:143 [INFO] [stdout] | [INFO] [stdout] 2025 | ...ffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2037:100 [INFO] [stdout] | [INFO] [stdout] 2037 | pub fn channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_in... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2037:125 [INFO] [stdout] | [INFO] [stdout] 2037 | ...ct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2037:141 [INFO] [stdout] | [INFO] [stdout] 2037 | ...ibc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2048:76 [INFO] [stdout] | [INFO] [stdout] 2048 | pub fn channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2048:104 [INFO] [stdout] | [INFO] [stdout] 2048 | pub fn channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2048:121 [INFO] [stdout] | [INFO] [stdout] 2048 | pub fn channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2058:76 [INFO] [stdout] | [INFO] [stdout] 2058 | pub fn channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2058:93 [INFO] [stdout] | [INFO] [stdout] 2058 | pub fn channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2067:66 [INFO] [stdout] | [INFO] [stdout] 2067 | pub fn channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2079:81 [INFO] [stdout] | [INFO] [stdout] 2079 | pub fn channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int) ->... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2079:101 [INFO] [stdout] | [INFO] [stdout] 2079 | pub fn channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int) ->... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2079:120 [INFO] [stdout] | [INFO] [stdout] 2079 | pub fn channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int) ->... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2079:136 [INFO] [stdout] | [INFO] [stdout] 2079 | ...const libc::c_char, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2088:68 [INFO] [stdout] | [INFO] [stdout] 2088 | pub fn channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2098:86 [INFO] [stdout] | [INFO] [stdout] 2098 | pub fn channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2098:103 [INFO] [stdout] | [INFO] [stdout] 2098 | pub fn channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2107:67 [INFO] [stdout] | [INFO] [stdout] 2107 | pub fn channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2117:87 [INFO] [stdout] | [INFO] [stdout] 2117 | pub fn channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2117:104 [INFO] [stdout] | [INFO] [stdout] 2117 | pub fn channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2130:82 [INFO] [stdout] | [INFO] [stdout] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2130:112 [INFO] [stdout] | [INFO] [stdout] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2130:141 [INFO] [stdout] | [INFO] [stdout] 2130 | ...: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2130:170 [INFO] [stdout] | [INFO] [stdout] 2130 | ...st libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2130:186 [INFO] [stdout] | [INFO] [stdout] 2130 | ... cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2139:63 [INFO] [stdout] | [INFO] [stdout] 2139 | pub fn channel_send_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2151:176 [INFO] [stdout] | [INFO] [stdout] 2151 | ...ans: *mut *mut ssh_channel_struct, timeout: *mut timeval) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2161:74 [INFO] [stdout] | [INFO] [stdout] 2161 | pub fn channel_set_blocking(channel: *mut ssh_channel_struct, blocking: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2172:89 [INFO] [stdout] | [INFO] [stdout] 2172 | pub fn channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2172:106 [INFO] [stdout] | [INFO] [stdout] 2172 | pub fn channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2193:81 [INFO] [stdout] | [INFO] [stdout] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const l... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2193:102 [INFO] [stdout] | [INFO] [stdout] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const l... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2193:134 [INFO] [stdout] | [INFO] [stdout] 2193 | ... *const libc::c_char, type_: libc::c_int, passphrase: *const libc::c_char) -> *mut ssh_private_key_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2214:78 [INFO] [stdout] | [INFO] [stdout] 2214 | pub fn ssh_publickey_to_file(session: *mut ssh_session_struct, file: *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2214:131 [INFO] [stdout] | [INFO] [stdout] 2214 | ... *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2214:147 [INFO] [stdout] | [INFO] [stdout] 2214 | ...char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2225:80 [INFO] [stdout] | [INFO] [stdout] 2225 | pub fn publickey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: *mut libc::c_int) -> *mut ssh_stri... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2225:106 [INFO] [stdout] | [INFO] [stdout] 2225 | pub fn publickey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: *mut libc::c_int) -> *mut ssh_stri... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2255:87 [INFO] [stdout] | [INFO] [stdout] 2255 | pub fn ssh_try_publickey_from_file(session: *mut ssh_session_struct, keyfile: *const libc::c_char, publickey: *mut *mut ssh_string_st... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2255:153 [INFO] [stdout] | [INFO] [stdout] 2255 | ...:c_char, publickey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2255:169 [INFO] [stdout] | [INFO] [stdout] 2255 | ...ey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2264:73 [INFO] [stdout] | [INFO] [stdout] 2264 | pub fn ssh_privatekey_type(privatekey: *mut ssh_private_key_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2283:76 [INFO] [stdout] | [INFO] [stdout] 2283 | pub fn ssh_message_retrieve(session: *mut ssh_session_struct, packettype: libc::c_uint) -> *mut ssh_message_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2330:82 [INFO] [stdout] | [INFO] [stdout] 2330 | pub fn string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2330:100 [INFO] [stdout] | [INFO] [stdout] 2330 | pub fn string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2348:39 [INFO] [stdout] | [INFO] [stdout] 2348 | pub fn string_from_char(what: *const libc::c_char) -> *mut ssh_string_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2357:52 [INFO] [stdout] | [INFO] [stdout] 2357 | pub fn string_len(str: *mut ssh_string_struct) -> libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2366:26 [INFO] [stdout] | [INFO] [stdout] 2366 | pub fn string_new(size: libc::c_ulong) -> *mut ssh_string_struct; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2375:61 [INFO] [stdout] | [INFO] [stdout] 2375 | pub fn string_to_char(str: *mut ssh_string_struct) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2394:68 [INFO] [stdout] | [INFO] [stdout] 2394 | pub fn ssh_bind_options_set(sshbind: *mut ssh_bind_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2394:113 [INFO] [stdout] | [INFO] [stdout] 2394 | pub fn ssh_bind_options_set(sshbind: *mut ssh_bind_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2403:62 [INFO] [stdout] | [INFO] [stdout] 2403 | pub fn ssh_bind_listen(ssh_bind_o: *mut ssh_bind_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2414:138 [INFO] [stdout] | [INFO] [stdout] 2414 | ...t ssh_bind_callbacks_struct, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2424:75 [INFO] [stdout] | [INFO] [stdout] 2424 | pub fn ssh_bind_set_blocking(ssh_bind_o: *mut ssh_bind_struct, blocking: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2433:62 [INFO] [stdout] | [INFO] [stdout] 2433 | pub fn ssh_bind_get_fd(ssh_bind_o: *mut ssh_bind_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2443:63 [INFO] [stdout] | [INFO] [stdout] 2443 | pub fn ssh_bind_set_fd(ssh_bind_o: *mut ssh_bind_struct, fd: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2462:96 [INFO] [stdout] | [INFO] [stdout] 2462 | pub fn ssh_bind_accept(ssh_bind_o: *mut ssh_bind_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2473:100 [INFO] [stdout] | [INFO] [stdout] 2473 | pub fn ssh_bind_accept_fd(ssh_bind_o: *mut ssh_bind_struct, session: *mut ssh_session_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2473:116 [INFO] [stdout] | [INFO] [stdout] 2473 | pub fn ssh_bind_accept_fd(ssh_bind_o: *mut ssh_bind_struct, session: *mut ssh_session_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2491:70 [INFO] [stdout] | [INFO] [stdout] 2491 | pub fn ssh_handle_key_exchange(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2510:78 [INFO] [stdout] | [INFO] [stdout] 2510 | pub fn ssh_set_auth_methods(session: *mut ssh_session_struct, auth_methods: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2519:68 [INFO] [stdout] | [INFO] [stdout] 2519 | pub fn ssh_message_reply_default(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2528:71 [INFO] [stdout] | [INFO] [stdout] 2528 | pub fn ssh_message_auth_user(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2537:75 [INFO] [stdout] | [INFO] [stdout] 2537 | pub fn ssh_message_auth_password(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2555:78 [INFO] [stdout] | [INFO] [stdout] 2555 | pub fn ssh_message_auth_kbdint_is_response(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2564:75 [INFO] [stdout] | [INFO] [stdout] 2564 | pub fn ssh_message_auth_publickey_state(msg: *mut ssh_message_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2574:79 [INFO] [stdout] | [INFO] [stdout] 2574 | pub fn ssh_message_auth_reply_success(msg: *mut ssh_message_struct, partial: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2574:95 [INFO] [stdout] | [INFO] [stdout] 2574 | pub fn ssh_message_auth_reply_success(msg: *mut ssh_message_struct, partial: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2585:133 [INFO] [stdout] | [INFO] [stdout] 2585 | ...: *mut ssh_string_struct, pubkey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2594:78 [INFO] [stdout] | [INFO] [stdout] 2594 | pub fn ssh_message_auth_reply_pk_ok_simple(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2604:77 [INFO] [stdout] | [INFO] [stdout] 2604 | pub fn ssh_message_auth_set_methods(msg: *mut ssh_message_struct, methods: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2604:93 [INFO] [stdout] | [INFO] [stdout] 2604 | pub fn ssh_message_auth_set_methods(msg: *mut ssh_message_struct, methods: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2618:89 [INFO] [stdout] | [INFO] [stdout] 2618 | pub fn ssh_message_auth_interactive_request(msg: *mut ssh_message_struct, name: *const libc::c_char, instruction: *const libc::c_char... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2618:123 [INFO] [stdout] | [INFO] [stdout] 2618 | ...ssage_struct, name: *const libc::c_char, instruction: *const libc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_cha... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2618:150 [INFO] [stdout] | [INFO] [stdout] 2618 | ...libc::c_char, instruction: *const libc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char)... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2618:185 [INFO] [stdout] | [INFO] [stdout] 2618 | ...ibc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2618:210 [INFO] [stdout] | [INFO] [stdout] 2618 | ... libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2618:227 [INFO] [stdout] | [INFO] [stdout] 2618 | ...ompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2627:76 [INFO] [stdout] | [INFO] [stdout] 2627 | pub fn ssh_message_service_reply_success(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2636:77 [INFO] [stdout] | [INFO] [stdout] 2636 | pub fn ssh_message_service_service(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2646:92 [INFO] [stdout] | [INFO] [stdout] 2646 | pub fn ssh_message_global_request_reply_success(msg: *mut ssh_message_struct, bound_port: libc::c_ushort) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2646:111 [INFO] [stdout] | [INFO] [stdout] 2646 | pub fn ssh_message_global_request_reply_success(msg: *mut ssh_message_struct, bound_port: libc::c_ushort) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2657:184 [INFO] [stdout] | [INFO] [stdout] 2657 | ...ssion_struct, *mut ssh_message_struct, *mut libc::c_void) -> libc::c_int>, data: *mut libc::c_void); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2666:76 [INFO] [stdout] | [INFO] [stdout] 2666 | pub fn ssh_execute_message_callbacks(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2675:93 [INFO] [stdout] | [INFO] [stdout] 2675 | pub fn ssh_message_channel_request_open_originator(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2684:91 [INFO] [stdout] | [INFO] [stdout] 2684 | pub fn ssh_message_channel_request_open_originator_port(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2693:94 [INFO] [stdout] | [INFO] [stdout] 2693 | pub fn ssh_message_channel_request_open_destination(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2702:92 [INFO] [stdout] | [INFO] [stdout] 2702 | pub fn ssh_message_channel_request_open_destination_port(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2720:86 [INFO] [stdout] | [INFO] [stdout] 2720 | pub fn ssh_message_channel_request_pty_term(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2729:80 [INFO] [stdout] | [INFO] [stdout] 2729 | pub fn ssh_message_channel_request_pty_width(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2738:81 [INFO] [stdout] | [INFO] [stdout] 2738 | pub fn ssh_message_channel_request_pty_height(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2747:82 [INFO] [stdout] | [INFO] [stdout] 2747 | pub fn ssh_message_channel_request_pty_pxwidth(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2756:83 [INFO] [stdout] | [INFO] [stdout] 2756 | pub fn ssh_message_channel_request_pty_pxheight(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2765:86 [INFO] [stdout] | [INFO] [stdout] 2765 | pub fn ssh_message_channel_request_env_name(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2774:87 [INFO] [stdout] | [INFO] [stdout] 2774 | pub fn ssh_message_channel_request_env_value(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2783:85 [INFO] [stdout] | [INFO] [stdout] 2783 | pub fn ssh_message_channel_request_command(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2792:87 [INFO] [stdout] | [INFO] [stdout] 2792 | pub fn ssh_message_channel_request_subsystem(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2801:92 [INFO] [stdout] | [INFO] [stdout] 2801 | pub fn ssh_message_channel_request_x11_single_connection(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2810:95 [INFO] [stdout] | [INFO] [stdout] 2810 | pub fn ssh_message_channel_request_x11_auth_protocol(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2819:93 [INFO] [stdout] | [INFO] [stdout] 2819 | pub fn ssh_message_channel_request_x11_auth_cookie(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2828:88 [INFO] [stdout] | [INFO] [stdout] 2828 | pub fn ssh_message_channel_request_x11_screen_number(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2837:84 [INFO] [stdout] | [INFO] [stdout] 2837 | pub fn ssh_message_global_request_address(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2846:74 [INFO] [stdout] | [INFO] [stdout] 2846 | pub fn ssh_message_global_request_port(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2859:95 [INFO] [stdout] | [INFO] [stdout] 2859 | pub fn ssh_channel_open_reverse_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, s... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2859:121 [INFO] [stdout] | [INFO] [stdout] 2859 | pub fn ssh_channel_open_reverse_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, s... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2859:153 [INFO] [stdout] | [INFO] [stdout] 2859 | ...st libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2859:178 [INFO] [stdout] | [INFO] [stdout] 2859 | ...rt: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2859:194 [INFO] [stdout] | [INFO] [stdout] 2859 | ... sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2869:93 [INFO] [stdout] | [INFO] [stdout] 2869 | pub fn ssh_channel_request_send_exit_status(channel: *mut ssh_channel_struct, exit_status: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2869:109 [INFO] [stdout] | [INFO] [stdout] 2869 | pub fn ssh_channel_request_send_exit_status(channel: *mut ssh_channel_struct, exit_status: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2882:95 [INFO] [stdout] | [INFO] [stdout] 2882 | pub fn ssh_channel_request_send_exit_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char, core: libc::c_int, errmsg:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2882:115 [INFO] [stdout] | [INFO] [stdout] 2882 | pub fn ssh_channel_request_send_exit_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char, core: libc::c_int, errmsg:... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2882:143 [INFO] [stdout] | [INFO] [stdout] 2882 | ...gnum: *const libc::c_char, core: libc::c_int, errmsg: *const libc::c_char, lang: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2882:170 [INFO] [stdout] | [INFO] [stdout] 2882 | ...core: libc::c_int, errmsg: *const libc::c_char, lang: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2882:187 [INFO] [stdout] | [INFO] [stdout] 2882 | ..., errmsg: *const libc::c_char, lang: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2893:100 [INFO] [stdout] | [INFO] [stdout] 2893 | pub fn ssh_channel_write_stderr(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2893:117 [INFO] [stdout] | [INFO] [stdout] 2893 | pub fn ssh_channel_write_stderr(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2902:65 [INFO] [stdout] | [INFO] [stdout] 2902 | pub fn ssh_send_keepalive(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2911:57 [INFO] [stdout] | [INFO] [stdout] 2911 | pub fn ssh_accept(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2922:96 [INFO] [stdout] | [INFO] [stdout] 2922 | pub fn channel_write_stderr(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh_server.rs:2922:113 [INFO] [stdout] | [INFO] [stdout] 2922 | pub fn channel_write_stderr(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2464:10 [INFO] [stdout] | [INFO] [stdout] 2464 | tv_sec: libc::c_long, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2465:11 [INFO] [stdout] | [INFO] [stdout] 2465 | tv_usec: libc::c_long, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2507:26 [INFO] [stdout] | [INFO] [stdout] 2507 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2508:12 [INFO] [stdout] | [INFO] [stdout] 2508 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2511:21 [INFO] [stdout] | [INFO] [stdout] 2511 | pub fn from_u32(v: libc::c_uint) -> ssh_kex_types_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2539:26 [INFO] [stdout] | [INFO] [stdout] 2539 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2540:12 [INFO] [stdout] | [INFO] [stdout] 2540 | *self as libc::c_int [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2543:21 [INFO] [stdout] | [INFO] [stdout] 2543 | pub fn from_i32(v: libc::c_int) -> ssh_auth_e { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2569:26 [INFO] [stdout] | [INFO] [stdout] 2569 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2570:12 [INFO] [stdout] | [INFO] [stdout] 2570 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2573:21 [INFO] [stdout] | [INFO] [stdout] 2573 | pub fn from_u32(v: libc::c_uint) -> ssh_requests_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2599:26 [INFO] [stdout] | [INFO] [stdout] 2599 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2600:12 [INFO] [stdout] | [INFO] [stdout] 2600 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2603:21 [INFO] [stdout] | [INFO] [stdout] 2603 | pub fn from_u32(v: libc::c_uint) -> ssh_channel_type_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2635:26 [INFO] [stdout] | [INFO] [stdout] 2635 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2636:12 [INFO] [stdout] | [INFO] [stdout] 2636 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2639:21 [INFO] [stdout] | [INFO] [stdout] 2639 | pub fn from_u32(v: libc::c_uint) -> ssh_channel_requests_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2661:26 [INFO] [stdout] | [INFO] [stdout] 2661 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2662:12 [INFO] [stdout] | [INFO] [stdout] 2662 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2665:21 [INFO] [stdout] | [INFO] [stdout] 2665 | pub fn from_u32(v: libc::c_uint) -> ssh_global_requests_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2689:26 [INFO] [stdout] | [INFO] [stdout] 2689 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2690:12 [INFO] [stdout] | [INFO] [stdout] 2690 | *self as libc::c_int [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2693:21 [INFO] [stdout] | [INFO] [stdout] 2693 | pub fn from_i32(v: libc::c_int) -> ssh_publickey_state_e { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2721:26 [INFO] [stdout] | [INFO] [stdout] 2721 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2722:12 [INFO] [stdout] | [INFO] [stdout] 2722 | *self as libc::c_int [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2725:21 [INFO] [stdout] | [INFO] [stdout] 2725 | pub fn from_i32(v: libc::c_int) -> ssh_server_known_e { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2749:26 [INFO] [stdout] | [INFO] [stdout] 2749 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2750:12 [INFO] [stdout] | [INFO] [stdout] 2750 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2753:21 [INFO] [stdout] | [INFO] [stdout] 2753 | pub fn from_u32(v: libc::c_uint) -> ssh_error_types_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2779:26 [INFO] [stdout] | [INFO] [stdout] 2779 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2780:12 [INFO] [stdout] | [INFO] [stdout] 2780 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2783:21 [INFO] [stdout] | [INFO] [stdout] 2783 | pub fn from_u32(v: libc::c_uint) -> ssh_keytypes_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2803:26 [INFO] [stdout] | [INFO] [stdout] 2803 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2804:12 [INFO] [stdout] | [INFO] [stdout] 2804 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2807:21 [INFO] [stdout] | [INFO] [stdout] 2807 | pub fn from_u32(v: libc::c_uint) -> ssh_keycmp_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2896:26 [INFO] [stdout] | [INFO] [stdout] 2896 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2897:12 [INFO] [stdout] | [INFO] [stdout] 2897 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2900:21 [INFO] [stdout] | [INFO] [stdout] 2900 | pub fn from_u32(v: libc::c_uint) -> ssh_options_e { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2937:26 [INFO] [stdout] | [INFO] [stdout] 2937 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2938:12 [INFO] [stdout] | [INFO] [stdout] 2938 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2941:21 [INFO] [stdout] | [INFO] [stdout] 2941 | pub fn from_u32(v: libc::c_uint) -> ssh_scp_request_types { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2961:26 [INFO] [stdout] | [INFO] [stdout] 2961 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2962:12 [INFO] [stdout] | [INFO] [stdout] 2962 | *self as libc::c_uint [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2965:21 [INFO] [stdout] | [INFO] [stdout] 2965 | pub fn from_u32(v: libc::c_uint) -> ssh_publickey_hash_type { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:13:71 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:13:87 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:23:78 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn ssh_channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:34:77 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn ssh_channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:34:96 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn ssh_channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:34:112 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn ssh_channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:43:64 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn ssh_channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:61:74 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn ssh_channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:79:68 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn ssh_channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:88:65 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn ssh_channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:97:66 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn ssh_channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:115:74 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn ssh_channel_open_auth_agent(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:128:87 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehos... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:128:113 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehos... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:128:145 [INFO] [stdout] | [INFO] [stdout] 128 | ...st libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:128:170 [INFO] [stdout] | [INFO] [stdout] 128 | ...rt: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:128:186 [INFO] [stdout] | [INFO] [stdout] 128 | ... sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:137:71 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn ssh_channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:148:82 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn ssh_channel_open_x11(channel: *mut ssh_channel_struct, orig_addr: *const libc::c_char, orig_port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:148:107 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn ssh_channel_open_x11(channel: *mut ssh_channel_struct, orig_addr: *const libc::c_char, orig_port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:148:123 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn ssh_channel_open_x11(channel: *mut ssh_channel_struct, orig_addr: *const libc::c_char, orig_port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:158:71 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:158:87 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:169:77 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn ssh_channel_poll_timeout(channel: *mut ssh_channel_struct, timeout: libc::c_int, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:169:101 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn ssh_channel_poll_timeout(channel: *mut ssh_channel_struct, timeout: libc::c_int, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:169:117 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn ssh_channel_poll_timeout(channel: *mut ssh_channel_struct, timeout: libc::c_int, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:181:92 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn ssh_channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> li... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:181:117 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn ssh_channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> li... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:181:133 [INFO] [stdout] | [INFO] [stdout] 181 | ...ibc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:194:100 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn ssh_channel_read_timeout(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_in... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:194:125 [INFO] [stdout] | [INFO] [stdout] 194 | ...ct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:194:150 [INFO] [stdout] | [INFO] [stdout] 194 | ...id, count: libc::c_uint, is_stderr: libc::c_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:194:166 [INFO] [stdout] | [INFO] [stdout] 194 | ...:c_uint, is_stderr: libc::c_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:206:104 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:206:129 [INFO] [stdout] | [INFO] [stdout] 206 | ...ct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:206:145 [INFO] [stdout] | [INFO] [stdout] 206 | ...ibc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:217:80 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn ssh_channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:217:108 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn ssh_channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:217:125 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn ssh_channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:227:80 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:227:97 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:236:70 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn ssh_channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:248:85 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn ssh_channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:248:105 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn ssh_channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:248:124 [INFO] [stdout] | [INFO] [stdout] 248 | ..._struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:248:140 [INFO] [stdout] | [INFO] [stdout] 248 | ...const libc::c_char, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:257:72 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn ssh_channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:267:90 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:267:107 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:276:71 [INFO] [stdout] | [INFO] [stdout] 276 | pub fn ssh_channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:286:91 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:286:108 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:299:86 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cooki... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:299:116 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cooki... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:299:145 [INFO] [stdout] | [INFO] [stdout] 299 | ...: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:299:174 [INFO] [stdout] | [INFO] [stdout] 299 | ...st libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:299:190 [INFO] [stdout] | [INFO] [stdout] 299 | ... cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:308:67 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn ssh_channel_send_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:320:180 [INFO] [stdout] | [INFO] [stdout] 320 | ...ans: *mut *mut ssh_channel_struct, timeout: *mut timeval) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:330:78 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn ssh_channel_set_blocking(channel: *mut ssh_channel_struct, blocking: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:341:93 [INFO] [stdout] | [INFO] [stdout] 341 | pub fn ssh_channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:341:110 [INFO] [stdout] | [INFO] [stdout] 341 | pub fn ssh_channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:350:70 [INFO] [stdout] | [INFO] [stdout] 350 | pub fn ssh_channel_window_size(channel: *mut ssh_channel_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:359:35 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn ssh_basename(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:359:57 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn ssh_basename(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:368:47 [INFO] [stdout] | [INFO] [stdout] 368 | pub fn ssh_clean_pubkey_hash(hash: *mut *mut libc::c_uchar); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:377:58 [INFO] [stdout] | [INFO] [stdout] 377 | pub fn ssh_connect(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:385:35 [INFO] [stdout] | [INFO] [stdout] 385 | pub fn ssh_copyright() -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:403:34 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn ssh_dirname(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:403:56 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn ssh_dirname(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:411:27 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn ssh_finalize() -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:421:74 [INFO] [stdout] | [INFO] [stdout] 421 | pub fn ssh_forward_accept(session: *mut ssh_session_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:432:82 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn ssh_channel_accept_forward(session: *mut ssh_session_struct, timeout_ms: libc::c_int, destination_port: *mut libc::c_int) -> *... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:432:118 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn ssh_channel_accept_forward(session: *mut ssh_session_struct, timeout_ms: libc::c_int, destination_port: *mut libc::c_int) -> *... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:443:78 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:443:98 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:443:114 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:455:78 [INFO] [stdout] | [INFO] [stdout] 455 | pub fn ssh_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:455:98 [INFO] [stdout] | [INFO] [stdout] 455 | pub fn ssh_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:455:128 [INFO] [stdout] | [INFO] [stdout] 455 | ...ss: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:455:144 [INFO] [stdout] | [INFO] [stdout] 455 | ...:c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:473:80 [INFO] [stdout] | [INFO] [stdout] 473 | pub fn ssh_get_disconnect_message(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:482:59 [INFO] [stdout] | [INFO] [stdout] 482 | pub fn ssh_get_error(error: *mut libc::c_void) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:491:57 [INFO] [stdout] | [INFO] [stdout] 491 | pub fn ssh_get_error_code(error: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:500:57 [INFO] [stdout] | [INFO] [stdout] 500 | pub fn ssh_get_fd(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:510:35 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:510:55 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:510:78 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:519:72 [INFO] [stdout] | [INFO] [stdout] 519 | pub fn ssh_get_issue_banner(session: *mut ssh_session_struct) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:528:70 [INFO] [stdout] | [INFO] [stdout] 528 | pub fn ssh_get_openssh_version(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:538:95 [INFO] [stdout] | [INFO] [stdout] 538 | pub fn ssh_get_publickey(session: *mut ssh_session_struct, key: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:550:65 [INFO] [stdout] | [INFO] [stdout] 550 | pub fn ssh_get_publickey_hash(key: *mut ssh_key_struct, type_: libc::c_uint, hash: *mut *mut libc::c_uchar, hlen: *mut libc::c_ulong)... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:550:95 [INFO] [stdout] | [INFO] [stdout] 550 | pub fn ssh_get_publickey_hash(key: *mut ssh_key_struct, type_: libc::c_uint, hash: *mut *mut libc::c_uchar, hlen: *mut libc::c_ulong)... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:550:121 [INFO] [stdout] | [INFO] [stdout] 550 | ...e_: libc::c_uint, hash: *mut *mut libc::c_uchar, hlen: *mut libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:550:139 [INFO] [stdout] | [INFO] [stdout] 550 | ... hash: *mut *mut libc::c_uchar, hlen: *mut libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:560:79 [INFO] [stdout] | [INFO] [stdout] 560 | pub fn ssh_get_pubkey_hash(session: *mut ssh_session_struct, hash: *mut *mut libc::c_uchar) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:560:97 [INFO] [stdout] | [INFO] [stdout] 560 | pub fn ssh_get_pubkey_hash(session: *mut ssh_session_struct, hash: *mut *mut libc::c_uchar) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:571:56 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:571:77 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:571:93 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:580:62 [INFO] [stdout] | [INFO] [stdout] 580 | pub fn ssh_get_version(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:589:61 [INFO] [stdout] | [INFO] [stdout] 589 | pub fn ssh_get_status(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:598:65 [INFO] [stdout] | [INFO] [stdout] 598 | pub fn ssh_get_poll_flags(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:606:23 [INFO] [stdout] | [INFO] [stdout] 606 | pub fn ssh_init() -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:615:62 [INFO] [stdout] | [INFO] [stdout] 615 | pub fn ssh_is_blocking(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:624:63 [INFO] [stdout] | [INFO] [stdout] 624 | pub fn ssh_is_connected(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:633:66 [INFO] [stdout] | [INFO] [stdout] 633 | pub fn ssh_is_server_known(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:642:34 [INFO] [stdout] | [INFO] [stdout] 642 | pub fn ssh_set_log_level(level: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:642:50 [INFO] [stdout] | [INFO] [stdout] 642 | pub fn ssh_set_log_level(level: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:650:32 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn ssh_get_log_level() -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:667:58 [INFO] [stdout] | [INFO] [stdout] 667 | pub fn ssh_set_log_userdata(data: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:678:29 [INFO] [stdout] | [INFO] [stdout] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:678:59 [INFO] [stdout] | [INFO] [stdout] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:678:88 [INFO] [stdout] | [INFO] [stdout] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:689:61 [INFO] [stdout] | [INFO] [stdout] 689 | pub fn ssh_log(session: *mut ssh_session_struct, prioriry: libc::c_int, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:689:89 [INFO] [stdout] | [INFO] [stdout] 689 | pub fn ssh_log(session: *mut ssh_session_struct, prioriry: libc::c_int, format: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:707:84 [INFO] [stdout] | [INFO] [stdout] 707 | pub fn ssh_message_channel_request_reply_success(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:734:62 [INFO] [stdout] | [INFO] [stdout] 734 | pub fn ssh_message_subtype(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:743:59 [INFO] [stdout] | [INFO] [stdout] 743 | pub fn ssh_message_type(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:753:36 [INFO] [stdout] | [INFO] [stdout] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:753:56 [INFO] [stdout] | [INFO] [stdout] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:753:73 [INFO] [stdout] | [INFO] [stdout] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:771:95 [INFO] [stdout] | [INFO] [stdout] 771 | pub fn ssh_options_copy(src: *mut ssh_session_struct, dest: *mut *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:782:76 [INFO] [stdout] | [INFO] [stdout] 782 | pub fn ssh_options_getopt(session: *mut ssh_session_struct, argcptr: *mut libc::c_int, argv: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:782:105 [INFO] [stdout] | [INFO] [stdout] 782 | pub fn ssh_options_getopt(session: *mut ssh_session_struct, argcptr: *mut libc::c_int, argv: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:782:122 [INFO] [stdout] | [INFO] [stdout] 782 | pub fn ssh_options_getopt(session: *mut ssh_session_struct, argcptr: *mut libc::c_int, argv: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:792:85 [INFO] [stdout] | [INFO] [stdout] 792 | pub fn ssh_options_parse_config(session: *mut ssh_session_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:792:102 [INFO] [stdout] | [INFO] [stdout] 792 | pub fn ssh_options_parse_config(session: *mut ssh_session_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:803:66 [INFO] [stdout] | [INFO] [stdout] 803 | pub fn ssh_options_set(session: *mut ssh_session_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:803:111 [INFO] [stdout] | [INFO] [stdout] 803 | pub fn ssh_options_set(session: *mut ssh_session_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:814:66 [INFO] [stdout] | [INFO] [stdout] 814 | pub fn ssh_options_get(session: *mut ssh_session_struct, type_: libc::c_uint, value: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:814:97 [INFO] [stdout] | [INFO] [stdout] 814 | pub fn ssh_options_get(session: *mut ssh_session_struct, type_: libc::c_uint, value: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:814:114 [INFO] [stdout] | [INFO] [stdout] 814 | pub fn ssh_options_get(session: *mut ssh_session_struct, type_: libc::c_uint, value: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:824:82 [INFO] [stdout] | [INFO] [stdout] 824 | pub fn ssh_options_get_port(session: *mut ssh_session_struct, port_target: *mut libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:824:99 [INFO] [stdout] | [INFO] [stdout] 824 | pub fn ssh_options_get_port(session: *mut ssh_session_struct, port_target: *mut libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:833:65 [INFO] [stdout] | [INFO] [stdout] 833 | pub fn ssh_pcap_file_close(pcap: *mut ssh_pcap_file_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:860:78 [INFO] [stdout] | [INFO] [stdout] 860 | pub fn ssh_pcap_file_open(pcap: *mut ssh_pcap_file_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:860:95 [INFO] [stdout] | [INFO] [stdout] 860 | pub fn ssh_pcap_file_open(pcap: *mut ssh_pcap_file_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:886:51 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn ssh_key_type(key: *mut ssh_key_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:895:37 [INFO] [stdout] | [INFO] [stdout] 895 | pub fn ssh_key_type_to_char(type_: libc::c_uint) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:895:61 [INFO] [stdout] | [INFO] [stdout] 895 | pub fn ssh_key_type_to_char(type_: libc::c_uint) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:904:45 [INFO] [stdout] | [INFO] [stdout] 904 | pub fn ssh_key_type_from_name(name: *const libc::c_char) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:904:62 [INFO] [stdout] | [INFO] [stdout] 904 | pub fn ssh_key_type_from_name(name: *const libc::c_char) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:913:54 [INFO] [stdout] | [INFO] [stdout] 913 | pub fn ssh_key_is_public(k: *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:922:55 [INFO] [stdout] | [INFO] [stdout] 922 | pub fn ssh_key_is_private(k: *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:933:77 [INFO] [stdout] | [INFO] [stdout] 933 | pub fn ssh_key_cmp(k1: *mut ssh_key_struct, k2: *mut ssh_key_struct, what: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:933:94 [INFO] [stdout] | [INFO] [stdout] 933 | pub fn ssh_key_cmp(k1: *mut ssh_key_struct, k2: *mut ssh_key_struct, what: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:944:33 [INFO] [stdout] | [INFO] [stdout] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:944:58 [INFO] [stdout] | [INFO] [stdout] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:944:106 [INFO] [stdout] | [INFO] [stdout] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:55 [INFO] [stdout] | [INFO] [stdout] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:88 [INFO] [stdout] | [INFO] [stdout] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:135 [INFO] [stdout] | [INFO] [stdout] 957 | ...hrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:154 [INFO] [stdout] | [INFO] [stdout] 957 | ...:c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:168 [INFO] [stdout] | [INFO] [stdout] 957 | ...n: Option libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:183 [INFO] [stdout] | [INFO] [stdout] 957 | ...rn fn(*const libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: ... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:196 [INFO] [stdout] | [INFO] [stdout] 957 | ...libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:231 [INFO] [stdout] | [INFO] [stdout] 957 | ...bc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struc... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:957:310 [INFO] [stdout] | [INFO] [stdout] 957 | ..._data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:54 [INFO] [stdout] | [INFO] [stdout] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:87 [INFO] [stdout] | [INFO] [stdout] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:134 [INFO] [stdout] | [INFO] [stdout] 970 | ...hrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:153 [INFO] [stdout] | [INFO] [stdout] 970 | ...:c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:167 [INFO] [stdout] | [INFO] [stdout] 970 | ...n: Option libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:182 [INFO] [stdout] | [INFO] [stdout] 970 | ...rn fn(*const libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: ... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:195 [INFO] [stdout] | [INFO] [stdout] 970 | ...libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:230 [INFO] [stdout] | [INFO] [stdout] 970 | ...bc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struc... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:970:309 [INFO] [stdout] | [INFO] [stdout] 970 | ..._data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:86 [INFO] [stdout] | [INFO] [stdout] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:133 [INFO] [stdout] | [INFO] [stdout] 983 | ...hrase: *const libc::c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:152 [INFO] [stdout] | [INFO] [stdout] 983 | ...:c_char, auth_fn: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:166 [INFO] [stdout] | [INFO] [stdout] 983 | ...n: Option libc::c_int... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:181 [INFO] [stdout] | [INFO] [stdout] 983 | ...rn fn(*const libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: ... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:194 [INFO] [stdout] | [INFO] [stdout] 983 | ...libc::c_char, *mut libc::c_char, libc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:229 [INFO] [stdout] | [INFO] [stdout] 983 | ...bc::c_ulong, libc::c_int, libc::c_int, *mut libc::c_void) -> libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:290 [INFO] [stdout] | [INFO] [stdout] 983 | ...libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:983:307 [INFO] [stdout] | [INFO] [stdout] 983 | ...h_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:994:54 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn ssh_pki_import_pubkey_base64(b64_key: *const libc::c_char, type_: libc::c_uint, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:994:75 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn ssh_pki_import_pubkey_base64(b64_key: *const libc::c_char, type_: libc::c_uint, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:994:124 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn ssh_pki_import_pubkey_base64(b64_key: *const libc::c_char, type_: libc::c_uint, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1004:53 [INFO] [stdout] | [INFO] [stdout] 1004 | pub fn ssh_pki_import_pubkey_file(filename: *const libc::c_char, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1004:102 [INFO] [stdout] | [INFO] [stdout] 1004 | pub fn ssh_pki_import_pubkey_file(filename: *const libc::c_char, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1014:107 [INFO] [stdout] | [INFO] [stdout] 1014 | pub fn ssh_pki_export_privkey_to_pubkey(privkey: *mut ssh_key_struct, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1024:83 [INFO] [stdout] | [INFO] [stdout] 1024 | pub fn ssh_pki_export_pubkey_base64(key: *mut ssh_key_struct, b64_key: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1024:100 [INFO] [stdout] | [INFO] [stdout] 1024 | pub fn ssh_pki_export_pubkey_base64(key: *mut ssh_key_struct, b64_key: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1034:79 [INFO] [stdout] | [INFO] [stdout] 1034 | pub fn ssh_pki_export_pubkey_file(key: *mut ssh_key_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1034:96 [INFO] [stdout] | [INFO] [stdout] 1034 | pub fn ssh_pki_export_pubkey_file(key: *mut ssh_key_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1045:38 [INFO] [stdout] | [INFO] [stdout] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1045:65 [INFO] [stdout] | [INFO] [stdout] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1045:85 [INFO] [stdout] | [INFO] [stdout] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1055:72 [INFO] [stdout] | [INFO] [stdout] 1055 | pub fn ssh_send_ignore(session: *mut ssh_session_struct, data: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1055:89 [INFO] [stdout] | [INFO] [stdout] 1055 | pub fn ssh_send_ignore(session: *mut ssh_session_struct, data: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1066:74 [INFO] [stdout] | [INFO] [stdout] 1066 | pub fn ssh_send_debug(session: *mut ssh_session_struct, message: *const libc::c_char, always_display: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1066:104 [INFO] [stdout] | [INFO] [stdout] 1066 | pub fn ssh_send_debug(session: *mut ssh_session_struct, message: *const libc::c_char, always_display: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1066:120 [INFO] [stdout] | [INFO] [stdout] 1066 | pub fn ssh_send_debug(session: *mut ssh_session_struct, message: *const libc::c_char, always_display: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1085:61 [INFO] [stdout] | [INFO] [stdout] 1085 | pub fn ssh_scp_accept_request(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1094:52 [INFO] [stdout] | [INFO] [stdout] 1094 | pub fn ssh_scp_close(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1104:71 [INFO] [stdout] | [INFO] [stdout] 1104 | pub fn ssh_scp_deny_request(scp: *mut ssh_scp_struct, reason: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1104:88 [INFO] [stdout] | [INFO] [stdout] 1104 | pub fn ssh_scp_deny_request(scp: *mut ssh_scp_struct, reason: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1122:51 [INFO] [stdout] | [INFO] [stdout] 1122 | pub fn ssh_scp_init(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1131:62 [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn ssh_scp_leave_directory(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1142:61 [INFO] [stdout] | [INFO] [stdout] 1142 | pub fn ssh_scp_new(session: *mut ssh_session_struct, mode: libc::c_int, location: *const libc::c_char) -> *mut ssh_scp_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1142:91 [INFO] [stdout] | [INFO] [stdout] 1142 | pub fn ssh_scp_new(session: *mut ssh_session_struct, mode: libc::c_int, location: *const libc::c_char) -> *mut ssh_scp_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1151:59 [INFO] [stdout] | [INFO] [stdout] 1151 | pub fn ssh_scp_pull_request(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1162:74 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn ssh_scp_push_directory(scp: *mut ssh_scp_struct, dirname: *const libc::c_char, mode: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1162:94 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn ssh_scp_push_directory(scp: *mut ssh_scp_struct, dirname: *const libc::c_char, mode: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1162:110 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn ssh_scp_push_directory(scp: *mut ssh_scp_struct, dirname: *const libc::c_char, mode: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1174:70 [INFO] [stdout] | [INFO] [stdout] 1174 | pub fn ssh_scp_push_file(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1174:90 [INFO] [stdout] | [INFO] [stdout] 1174 | pub fn ssh_scp_push_file(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1174:112 [INFO] [stdout] | [INFO] [stdout] 1174 | pub fn ssh_scp_push_file(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1174:128 [INFO] [stdout] | [INFO] [stdout] 1174 | pub fn ssh_scp_push_file(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1186:72 [INFO] [stdout] | [INFO] [stdout] 1186 | pub fn ssh_scp_push_file64(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1186:92 [INFO] [stdout] | [INFO] [stdout] 1186 | pub fn ssh_scp_push_file64(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1186:114 [INFO] [stdout] | [INFO] [stdout] 1186 | pub fn ssh_scp_push_file64(scp: *mut ssh_scp_struct, filename: *const libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1186:130 [INFO] [stdout] | [INFO] [stdout] 1186 | ...st libc::c_char, size: libc::c_ulong, perms: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1197:81 [INFO] [stdout] | [INFO] [stdout] 1197 | pub fn ssh_scp_read(scp: *mut ssh_scp_struct, buffer: *mut libc::c_void, size: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1197:99 [INFO] [stdout] | [INFO] [stdout] 1197 | pub fn ssh_scp_read(scp: *mut ssh_scp_struct, buffer: *mut libc::c_void, size: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1206:74 [INFO] [stdout] | [INFO] [stdout] 1206 | pub fn ssh_scp_request_get_filename(scp: *mut ssh_scp_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1215:70 [INFO] [stdout] | [INFO] [stdout] 1215 | pub fn ssh_scp_request_get_permissions(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1224:63 [INFO] [stdout] | [INFO] [stdout] 1224 | pub fn ssh_scp_request_get_size(scp: *mut ssh_scp_struct) -> libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1233:65 [INFO] [stdout] | [INFO] [stdout] 1233 | pub fn ssh_scp_request_get_size64(scp: *mut ssh_scp_struct) -> libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1242:73 [INFO] [stdout] | [INFO] [stdout] 1242 | pub fn ssh_scp_request_get_warning(scp: *mut ssh_scp_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1253:83 [INFO] [stdout] | [INFO] [stdout] 1253 | pub fn ssh_scp_write(scp: *mut ssh_scp_struct, buffer: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1253:101 [INFO] [stdout] | [INFO] [stdout] 1253 | pub fn ssh_scp_write(scp: *mut ssh_scp_struct, buffer: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1266:110 [INFO] [stdout] | [INFO] [stdout] 1266 | pub fn ssh_select(channels: *mut *mut ssh_channel_struct, outchannels: *mut *mut ssh_channel_struct, maxfd: libc::c_int, readfds: *mu... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1266:171 [INFO] [stdout] | [INFO] [stdout] 1266 | ...libc::c_int, readfds: *mut fd_set, timeout: *mut timeval) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1276:79 [INFO] [stdout] | [INFO] [stdout] 1276 | pub fn ssh_service_request(session: *mut ssh_session_struct, service: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1276:96 [INFO] [stdout] | [INFO] [stdout] 1276 | pub fn ssh_service_request(session: *mut ssh_session_struct, service: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1286:102 [INFO] [stdout] | [INFO] [stdout] 1286 | pub fn ssh_set_agent_channel(session: *mut ssh_session_struct, channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1296:70 [INFO] [stdout] | [INFO] [stdout] 1296 | pub fn ssh_set_blocking(session: *mut ssh_session_struct, blocking: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1342:101 [INFO] [stdout] | [INFO] [stdout] 1342 | pub fn ssh_set_pcap_file(session: *mut ssh_session_struct, pcapfile: *mut ssh_pcap_file_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1352:78 [INFO] [stdout] | [INFO] [stdout] 1352 | pub fn ssh_userauth_none(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1352:95 [INFO] [stdout] | [INFO] [stdout] 1352 | pub fn ssh_userauth_none(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1362:78 [INFO] [stdout] | [INFO] [stdout] 1362 | pub fn ssh_userauth_list(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1362:95 [INFO] [stdout] | [INFO] [stdout] 1362 | pub fn ssh_userauth_list(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1373:87 [INFO] [stdout] | [INFO] [stdout] 1373 | pub fn ssh_userauth_try_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, pubkey: *mut ssh_key_struct) -> li... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1373:133 [INFO] [stdout] | [INFO] [stdout] 1373 | ...ername: *const libc::c_char, pubkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1384:83 [INFO] [stdout] | [INFO] [stdout] 1384 | pub fn ssh_userauth_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, privkey: *mut ssh_key_struct) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1384:130 [INFO] [stdout] | [INFO] [stdout] 1384 | ...rname: *const libc::c_char, privkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1394:79 [INFO] [stdout] | [INFO] [stdout] 1394 | pub fn ssh_userauth_agent(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1394:96 [INFO] [stdout] | [INFO] [stdout] 1394 | pub fn ssh_userauth_agent(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1405:88 [INFO] [stdout] | [INFO] [stdout] 1405 | pub fn ssh_userauth_publickey_auto(session: *mut ssh_session_struct, username: *const libc::c_char, passphrase: *const libc::c_char) ... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1405:121 [INFO] [stdout] | [INFO] [stdout] 1405 | ...on_struct, username: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1405:138 [INFO] [stdout] | [INFO] [stdout] 1405 | ...me: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1416:82 [INFO] [stdout] | [INFO] [stdout] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1416:113 [INFO] [stdout] | [INFO] [stdout] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1416:130 [INFO] [stdout] | [INFO] [stdout] 1416 | ...name: *const libc::c_char, password: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1427:76 [INFO] [stdout] | [INFO] [stdout] 1427 | pub fn ssh_userauth_kbdint(session: *mut ssh_session_struct, user: *const libc::c_char, submethods: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1427:109 [INFO] [stdout] | [INFO] [stdout] 1427 | pub fn ssh_userauth_kbdint(session: *mut ssh_session_struct, user: *const libc::c_char, submethods: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1427:126 [INFO] [stdout] | [INFO] [stdout] 1427 | pub fn ssh_userauth_kbdint(session: *mut ssh_session_struct, user: *const libc::c_char, submethods: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1436:88 [INFO] [stdout] | [INFO] [stdout] 1436 | pub fn ssh_userauth_kbdint_getinstruction(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1445:81 [INFO] [stdout] | [INFO] [stdout] 1445 | pub fn ssh_userauth_kbdint_getname(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1454:78 [INFO] [stdout] | [INFO] [stdout] 1454 | pub fn ssh_userauth_kbdint_getnprompts(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1465:76 [INFO] [stdout] | [INFO] [stdout] 1465 | pub fn ssh_userauth_kbdint_getprompt(session: *mut ssh_session_struct, i: libc::c_uint, echo: *mut libc::c_char) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1465:101 [INFO] [stdout] | [INFO] [stdout] 1465 | pub fn ssh_userauth_kbdint_getprompt(session: *mut ssh_session_struct, i: libc::c_uint, echo: *mut libc::c_char) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1465:125 [INFO] [stdout] | [INFO] [stdout] 1465 | pub fn ssh_userauth_kbdint_getprompt(session: *mut ssh_session_struct, i: libc::c_uint, echo: *mut libc::c_char) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1474:78 [INFO] [stdout] | [INFO] [stdout] 1474 | pub fn ssh_userauth_kbdint_getnanswers(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1484:76 [INFO] [stdout] | [INFO] [stdout] 1484 | pub fn ssh_userauth_kbdint_getanswer(session: *mut ssh_session_struct, i: libc::c_uint) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1484:100 [INFO] [stdout] | [INFO] [stdout] 1484 | pub fn ssh_userauth_kbdint_getanswer(session: *mut ssh_session_struct, i: libc::c_uint) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1495:76 [INFO] [stdout] | [INFO] [stdout] 1495 | pub fn ssh_userauth_kbdint_setanswer(session: *mut ssh_session_struct, i: libc::c_uint, answer: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1495:105 [INFO] [stdout] | [INFO] [stdout] 1495 | pub fn ssh_userauth_kbdint_setanswer(session: *mut ssh_session_struct, i: libc::c_uint, answer: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1495:122 [INFO] [stdout] | [INFO] [stdout] 1495 | pub fn ssh_userauth_kbdint_setanswer(session: *mut ssh_session_struct, i: libc::c_uint, answer: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1504:66 [INFO] [stdout] | [INFO] [stdout] 1504 | pub fn ssh_userauth_gssapi(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1513:34 [INFO] [stdout] | [INFO] [stdout] 1513 | pub fn ssh_version(req_version: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1513:57 [INFO] [stdout] | [INFO] [stdout] 1513 | pub fn ssh_version(req_version: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1522:66 [INFO] [stdout] | [INFO] [stdout] 1522 | pub fn ssh_write_knownhost(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1560:86 [INFO] [stdout] | [INFO] [stdout] 1560 | pub fn ssh_string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1560:104 [INFO] [stdout] | [INFO] [stdout] 1560 | pub fn ssh_string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1578:43 [INFO] [stdout] | [INFO] [stdout] 1578 | pub fn ssh_string_from_char(what: *const libc::c_char) -> *mut ssh_string_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1587:56 [INFO] [stdout] | [INFO] [stdout] 1587 | pub fn ssh_string_len(str: *mut ssh_string_struct) -> libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1596:30 [INFO] [stdout] | [INFO] [stdout] 1596 | pub fn ssh_string_new(size: libc::c_ulong) -> *mut ssh_string_struct; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1605:68 [INFO] [stdout] | [INFO] [stdout] 1605 | pub fn ssh_string_get_char(str: *mut ssh_string_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1614:65 [INFO] [stdout] | [INFO] [stdout] 1614 | pub fn ssh_string_to_char(str: *mut ssh_string_struct) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1623:38 [INFO] [stdout] | [INFO] [stdout] 1623 | pub fn ssh_string_free_char(s: *mut libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1636:36 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1636:60 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1636:79 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1636:100 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1636:121 [INFO] [stdout] | [INFO] [stdout] 1636 | pub fn ssh_getpass(prompt: *const libc::c_char, buf: *mut libc::c_char, len: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1636:137 [INFO] [stdout] | [INFO] [stdout] 1636 | ...n: libc::c_ulong, echo: libc::c_int, verify: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1657:60 [INFO] [stdout] | [INFO] [stdout] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1657:81 [INFO] [stdout] | [INFO] [stdout] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1657:117 [INFO] [stdout] | [INFO] [stdout] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1657:130 [INFO] [stdout] | [INFO] [stdout] 1657 | ...nt, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_v... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1657:165 [INFO] [stdout] | [INFO] [stdout] 1657 | ...on libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1657:211 [INFO] [stdout] | [INFO] [stdout] 1657 | ...bc::c_void) -> libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1667:98 [INFO] [stdout] | [INFO] [stdout] 1667 | pub fn ssh_event_add_session(event: *mut ssh_event_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1677:65 [INFO] [stdout] | [INFO] [stdout] 1677 | pub fn ssh_event_dopoll(event: *mut ssh_event_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1677:81 [INFO] [stdout] | [INFO] [stdout] 1677 | pub fn ssh_event_dopoll(event: *mut ssh_event_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1687:63 [INFO] [stdout] | [INFO] [stdout] 1687 | pub fn ssh_event_remove_fd(event: *mut ssh_event_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1687:79 [INFO] [stdout] | [INFO] [stdout] 1687 | pub fn ssh_event_remove_fd(event: *mut ssh_event_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1697:101 [INFO] [stdout] | [INFO] [stdout] 1697 | pub fn ssh_event_remove_session(event: *mut ssh_event_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1715:74 [INFO] [stdout] | [INFO] [stdout] 1715 | pub fn ssh_get_clientbanner(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1724:74 [INFO] [stdout] | [INFO] [stdout] 1724 | pub fn ssh_get_serverbanner(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1733:71 [INFO] [stdout] | [INFO] [stdout] 1733 | pub fn ssh_get_cipher_in(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1742:72 [INFO] [stdout] | [INFO] [stdout] 1742 | pub fn ssh_get_cipher_out(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1751:60 [INFO] [stdout] | [INFO] [stdout] 1751 | pub fn ssh_auth_list(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1763:86 [INFO] [stdout] | [INFO] [stdout] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1763:107 [INFO] [stdout] | [INFO] [stdout] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1763:158 [INFO] [stdout] | [INFO] [stdout] 1763 | ...r, type_: libc::c_int, publickey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1775:80 [INFO] [stdout] | [INFO] [stdout] 1775 | pub fn ssh_userauth_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_string_struct, privat... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1775:173 [INFO] [stdout] | [INFO] [stdout] 1775 | ...h_string_struct, privatekey: *mut ssh_private_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1786:86 [INFO] [stdout] | [INFO] [stdout] 1786 | pub fn ssh_userauth_agent_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_public_key_stru... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1786:142 [INFO] [stdout] | [INFO] [stdout] 1786 | ...onst libc::c_char, publickey: *mut ssh_public_key_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1796:86 [INFO] [stdout] | [INFO] [stdout] 1796 | pub fn ssh_userauth_autopubkey(session: *mut ssh_session_struct, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1796:103 [INFO] [stdout] | [INFO] [stdout] 1796 | pub fn ssh_userauth_autopubkey(session: *mut ssh_session_struct, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1808:89 [INFO] [stdout] | [INFO] [stdout] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, p... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1808:120 [INFO] [stdout] | [INFO] [stdout] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, p... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1808:153 [INFO] [stdout] | [INFO] [stdout] 1808 | ...c::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1808:170 [INFO] [stdout] | [INFO] [stdout] 1808 | ...me: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1835:59 [INFO] [stdout] | [INFO] [stdout] 1835 | pub fn buffer_get_len(buffer: *mut ssh_buffer_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1853:74 [INFO] [stdout] | [INFO] [stdout] 1853 | pub fn channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1864:73 [INFO] [stdout] | [INFO] [stdout] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1864:92 [INFO] [stdout] | [INFO] [stdout] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1864:108 [INFO] [stdout] | [INFO] [stdout] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1874:78 [INFO] [stdout] | [INFO] [stdout] 1874 | pub fn channel_forward_accept(session: *mut ssh_session_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1883:60 [INFO] [stdout] | [INFO] [stdout] 1883 | pub fn channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1894:82 [INFO] [stdout] | [INFO] [stdout] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1894:102 [INFO] [stdout] | [INFO] [stdout] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1894:118 [INFO] [stdout] | [INFO] [stdout] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1906:82 [INFO] [stdout] | [INFO] [stdout] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut lib... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1906:102 [INFO] [stdout] | [INFO] [stdout] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut lib... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1906:132 [INFO] [stdout] | [INFO] [stdout] 1906 | ...ss: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1906:148 [INFO] [stdout] | [INFO] [stdout] 1906 | ...:c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1924:70 [INFO] [stdout] | [INFO] [stdout] 1924 | pub fn channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1942:64 [INFO] [stdout] | [INFO] [stdout] 1942 | pub fn channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1951:61 [INFO] [stdout] | [INFO] [stdout] 1951 | pub fn channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1960:62 [INFO] [stdout] | [INFO] [stdout] 1960 | pub fn channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1982:83 [INFO] [stdout] | [INFO] [stdout] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1982:109 [INFO] [stdout] | [INFO] [stdout] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1982:141 [INFO] [stdout] | [INFO] [stdout] 1982 | ...st libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1982:166 [INFO] [stdout] | [INFO] [stdout] 1982 | ...rt: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1982:182 [INFO] [stdout] | [INFO] [stdout] 1982 | ... sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:1991:67 [INFO] [stdout] | [INFO] [stdout] 1991 | pub fn channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2001:67 [INFO] [stdout] | [INFO] [stdout] 2001 | pub fn channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2001:83 [INFO] [stdout] | [INFO] [stdout] 2001 | pub fn channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2013:88 [INFO] [stdout] | [INFO] [stdout] 2013 | pub fn channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2013:113 [INFO] [stdout] | [INFO] [stdout] 2013 | pub fn channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2013:129 [INFO] [stdout] | [INFO] [stdout] 2013 | pub fn channel_read(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2025:102 [INFO] [stdout] | [INFO] [stdout] 2025 | pub fn channel_read_buffer(channel: *mut ssh_channel_struct, buffer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2025:127 [INFO] [stdout] | [INFO] [stdout] 2025 | ...fer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2025:143 [INFO] [stdout] | [INFO] [stdout] 2025 | ...ffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2037:100 [INFO] [stdout] | [INFO] [stdout] 2037 | pub fn channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_in... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2037:125 [INFO] [stdout] | [INFO] [stdout] 2037 | ...ct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2037:141 [INFO] [stdout] | [INFO] [stdout] 2037 | ...ibc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2048:76 [INFO] [stdout] | [INFO] [stdout] 2048 | pub fn channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2048:104 [INFO] [stdout] | [INFO] [stdout] 2048 | pub fn channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2048:121 [INFO] [stdout] | [INFO] [stdout] 2048 | pub fn channel_request_env(channel: *mut ssh_channel_struct, name: *const libc::c_char, value: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2058:76 [INFO] [stdout] | [INFO] [stdout] 2058 | pub fn channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2058:93 [INFO] [stdout] | [INFO] [stdout] 2058 | pub fn channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2067:66 [INFO] [stdout] | [INFO] [stdout] 2067 | pub fn channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2079:81 [INFO] [stdout] | [INFO] [stdout] 2079 | pub fn channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int) ->... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2079:101 [INFO] [stdout] | [INFO] [stdout] 2079 | pub fn channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int) ->... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2079:120 [INFO] [stdout] | [INFO] [stdout] 2079 | pub fn channel_request_pty_size(channel: *mut ssh_channel_struct, term: *const libc::c_char, cols: libc::c_int, rows: libc::c_int) ->... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2079:136 [INFO] [stdout] | [INFO] [stdout] 2079 | ...const libc::c_char, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2088:68 [INFO] [stdout] | [INFO] [stdout] 2088 | pub fn channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2098:86 [INFO] [stdout] | [INFO] [stdout] 2098 | pub fn channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2098:103 [INFO] [stdout] | [INFO] [stdout] 2098 | pub fn channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2107:67 [INFO] [stdout] | [INFO] [stdout] 2107 | pub fn channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2117:87 [INFO] [stdout] | [INFO] [stdout] 2117 | pub fn channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2117:104 [INFO] [stdout] | [INFO] [stdout] 2117 | pub fn channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2130:82 [INFO] [stdout] | [INFO] [stdout] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2130:112 [INFO] [stdout] | [INFO] [stdout] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2130:141 [INFO] [stdout] | [INFO] [stdout] 2130 | ...: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2130:170 [INFO] [stdout] | [INFO] [stdout] 2130 | ...st libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2130:186 [INFO] [stdout] | [INFO] [stdout] 2130 | ... cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2139:63 [INFO] [stdout] | [INFO] [stdout] 2139 | pub fn channel_send_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2151:176 [INFO] [stdout] | [INFO] [stdout] 2151 | ...ans: *mut *mut ssh_channel_struct, timeout: *mut timeval) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2161:74 [INFO] [stdout] | [INFO] [stdout] 2161 | pub fn channel_set_blocking(channel: *mut ssh_channel_struct, blocking: libc::c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2172:89 [INFO] [stdout] | [INFO] [stdout] 2172 | pub fn channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2172:106 [INFO] [stdout] | [INFO] [stdout] 2172 | pub fn channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2193:81 [INFO] [stdout] | [INFO] [stdout] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const l... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2193:102 [INFO] [stdout] | [INFO] [stdout] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const l... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2193:134 [INFO] [stdout] | [INFO] [stdout] 2193 | ... *const libc::c_char, type_: libc::c_int, passphrase: *const libc::c_char) -> *mut ssh_private_key_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2214:78 [INFO] [stdout] | [INFO] [stdout] 2214 | pub fn ssh_publickey_to_file(session: *mut ssh_session_struct, file: *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2214:131 [INFO] [stdout] | [INFO] [stdout] 2214 | ... *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2214:147 [INFO] [stdout] | [INFO] [stdout] 2214 | ...char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2225:80 [INFO] [stdout] | [INFO] [stdout] 2225 | pub fn publickey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: *mut libc::c_int) -> *mut ssh_stri... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2225:106 [INFO] [stdout] | [INFO] [stdout] 2225 | pub fn publickey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: *mut libc::c_int) -> *mut ssh_stri... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2255:87 [INFO] [stdout] | [INFO] [stdout] 2255 | pub fn ssh_try_publickey_from_file(session: *mut ssh_session_struct, keyfile: *const libc::c_char, publickey: *mut *mut ssh_string_st... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2255:153 [INFO] [stdout] | [INFO] [stdout] 2255 | ...:c_char, publickey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2255:169 [INFO] [stdout] | [INFO] [stdout] 2255 | ...ey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2264:73 [INFO] [stdout] | [INFO] [stdout] 2264 | pub fn ssh_privatekey_type(privatekey: *mut ssh_private_key_struct) -> libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2283:76 [INFO] [stdout] | [INFO] [stdout] 2283 | pub fn ssh_message_retrieve(session: *mut ssh_session_struct, packettype: libc::c_uint) -> *mut ssh_message_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2330:82 [INFO] [stdout] | [INFO] [stdout] 2330 | pub fn string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2330:100 [INFO] [stdout] | [INFO] [stdout] 2330 | pub fn string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2348:39 [INFO] [stdout] | [INFO] [stdout] 2348 | pub fn string_from_char(what: *const libc::c_char) -> *mut ssh_string_struct; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2357:52 [INFO] [stdout] | [INFO] [stdout] 2357 | pub fn string_len(str: *mut ssh_string_struct) -> libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2366:26 [INFO] [stdout] | [INFO] [stdout] 2366 | pub fn string_new(size: libc::c_ulong) -> *mut ssh_string_struct; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/libssh.rs:2375:61 [INFO] [stdout] | [INFO] [stdout] 2375 | pub fn string_to_char(str: *mut ssh_string_struct) -> *mut libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ssh_key.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ssh_session.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ssh_bind.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ssh_message.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_key_struct` in the current scope [INFO] [stdout] --> src/ssh_key.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | assert!(self._key.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_key_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/ssh_key.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | b64_key.with_c_str(|b64_ptr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_key_struct` in the current scope [INFO] [stdout] --> src/ssh_key.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | assert!(key.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_key_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/ssh_key.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | b64_key.with_c_str(|b64_ptr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_key_struct` in the current scope [INFO] [stdout] --> src/ssh_key.rs:67:18 [INFO] [stdout] | [INFO] [stdout] 67 | assert!(key.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_key_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_key.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | assert!(session_ptr.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_key_struct` in the current scope [INFO] [stdout] --> src/ssh_key.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | assert!(key.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_key_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_message_struct` in the current scope [INFO] [stdout] --> src/ssh_key.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | assert!(msg.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_message_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `libssh_server::ssh_requests_e` [INFO] [stdout] --> src/ssh_key.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | type_ == libssh_server::ssh_requests_e::SSH_REQUEST_AUTH [INFO] [stdout] | ----- ^^ ----------------------------------------------- libssh_server::ssh_requests_e [INFO] [stdout] | | [INFO] [stdout] | libssh_server::ssh_requests_e [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq<_>` might be missing for `libssh_server::ssh_requests_e` [INFO] [stdout] --> src/libssh_server.rs:3124:1 [INFO] [stdout] | [INFO] [stdout] 3124 | pub enum ssh_requests_e { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ must implement `PartialEq<_>` [INFO] [stdout] help: consider annotating `libssh_server::ssh_requests_e` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 3124 | #[derive(PartialEq)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_key_struct` in the current scope [INFO] [stdout] --> src/ssh_key.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | assert!(self._key.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_key_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_key_struct` in the current scope [INFO] [stdout] --> src/ssh_key.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 136 | assert!(self._key.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_key_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | assert!(ptr.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | assert!(self._session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/ssh_session.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | let res = host.with_c_str(|h| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | assert!(self._session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*const i8` in the current scope [INFO] [stdout] --> src/ssh_session.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | assert!(err.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*const i8` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_raw_buf` found for struct `String` in the current scope [INFO] [stdout] --> src/ssh_session.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | String::from_raw_buf(err as *const u8) [INFO] [stdout] | ^^^^^^^^^^^^ function or associated item not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:76:25 [INFO] [stdout] | [INFO] [stdout] 76 | assert!(self._session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | assert!(self._session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:114:25 [INFO] [stdout] | [INFO] [stdout] 114 | assert!(self._session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | assert!(self._session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/ssh_session.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | let res = port.with_c_str(|p| unsafe { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(self._session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_session.rs:176:25 [INFO] [stdout] | [INFO] [stdout] 176 | assert!(self._session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_bind_struct` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | assert!(ptr.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_bind_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_bind_struct` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | assert!(self._bind.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_bind_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | let res = host.with_c_str(|h| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_bind_struct` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | assert!(self._bind.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_bind_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:56:18 [INFO] [stdout] | [INFO] [stdout] 56 | let res = port.with_c_str(|p| unsafe { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_bind_struct` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | assert!(self._bind.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_bind_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let res = "ssh-rsa".with_c_str(|typ| unsafe { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:78:22 [INFO] [stdout] | [INFO] [stdout] 78 | let res = key_file.with_c_str(|pkey_file| unsafe { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_bind_struct` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | assert!(self._bind.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_bind_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_bind_struct` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | assert!(self._bind.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_bind_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_bind_struct` in the current scope [INFO] [stdout] --> src/ssh_bind.rs:110:22 [INFO] [stdout] | [INFO] [stdout] 110 | assert!(self._bind.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_bind_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_session_struct` in the current scope [INFO] [stdout] --> src/ssh_message.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | assert!(session.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_session_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_message_struct` in the current scope [INFO] [stdout] --> src/ssh_message.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | assert!(self._msg.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_message_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_message_struct` in the current scope [INFO] [stdout] --> src/ssh_message.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | assert!(self._msg.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_message_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_not_null` found for raw pointer `*mut libssh_server::ssh_message_struct` in the current scope [INFO] [stdout] --> src/ssh_message.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | assert!(self._msg.is_not_null()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*mut libssh_server::ssh_message_struct` [INFO] [stdout] | [INFO] [stdout] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stdout] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `doit` found for struct `std::sync::Once` in the current scope [INFO] [stdout] --> src/lib.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | SSH_INIT.doit(|| { [INFO] [stdout] | ^^^^ method not found in `std::sync::Once` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1051 previous errors; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0369, E0412, E0425, E0433, E0463, E0554, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0369`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libssh` due to 1052 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "7a33e3e572a1ba15b8d77fcac42ab8616edafc204d7b7a6443576b55dcc83172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a33e3e572a1ba15b8d77fcac42ab8616edafc204d7b7a6443576b55dcc83172", kill_on_drop: false }` [INFO] [stdout] 7a33e3e572a1ba15b8d77fcac42ab8616edafc204d7b7a6443576b55dcc83172