[INFO] crate libssh 0.0.1 is already in cache [INFO] extracting crate libssh 0.0.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/libssh/0.0.1 [INFO] extracting crate libssh 0.0.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/libssh/0.0.1 [INFO] validating manifest of libssh-0.0.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of libssh-0.0.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing libssh-0.0.1 [INFO] finished frobbing libssh-0.0.1 [INFO] frobbed toml for libssh-0.0.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/libssh/0.0.1/Cargo.toml [INFO] started frobbing libssh-0.0.1 [INFO] finished frobbing libssh-0.0.1 [INFO] frobbed toml for libssh-0.0.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/libssh/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking libssh-0.0.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/libssh/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a2c898ae526cd6821c835c389524b71855dd8b1de203e91ca1ff028dbfc6d7e5 [INFO] running `"docker" "start" "-a" "a2c898ae526cd6821c835c389524b71855dd8b1de203e91ca1ff028dbfc6d7e5"` [INFO] [stderr] Checking libssh v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/libssh_server.rs:3038:27 [INFO] [stderr] | [INFO] [stderr] 3038 | __fds_bits: [libc::c_long, ..16], [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/libssh_server.rs:3038:27 [INFO] [stderr] | [INFO] [stderr] 3038 | __fds_bits: [libc::c_long, ..16], [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/libssh.rs:2474:27 [INFO] [stderr] | [INFO] [stderr] 2474 | __fds_bits: [libc::c_long, ..16], [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/ssh_session.rs:45:43 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn connect(&self, verify_public_key: |remote_public_key: &SSHKey| -> bool) [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/ssh_session.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | let func = |:usr| unsafe { [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/ssh_session.rs:132:60 [INFO] [stderr] | [INFO] [stderr] 132 | pub fn auth_with_public_key<'a>(&self, verify_public_key: |&SSHKey| -> bool) [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/libssh.rs:2474:27 [INFO] [stderr] | [INFO] [stderr] 2474 | __fds_bits: [libc::c_long, ..16], [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] error: expected type, found `||` [INFO] [stderr] --> src/lib.rs:34:23 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn with_ssh(func: ||) { [INFO] [stderr] | ^^ expected type [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/ssh_session.rs:45:43 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn connect(&self, verify_public_key: |remote_public_key: &SSHKey| -> bool) [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/ssh_session.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | let func = |:usr| unsafe { [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/ssh_session.rs:132:60 [INFO] [stderr] | [INFO] [stderr] 132 | pub fn auth_with_public_key<'a>(&self, verify_public_key: |&SSHKey| -> bool) [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `||` [INFO] [stderr] --> src/lib.rs:34:23 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn with_ssh(func: ||) { [INFO] [stderr] | ^^ expected type [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_key.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | use self::libc::types::common::c95::c_void; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_session.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | use self::libc::types::common::c95::c_void; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_bind.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | use self::libc::types::common::c95::c_void; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_message.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | use self::libc::types::common::c95::c_void; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `phase` in this scope [INFO] [stderr] --> src/lib.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3055:3 [INFO] [stderr] | [INFO] [stderr] 3055 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3091:3 [INFO] [stderr] | [INFO] [stderr] 3091 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3122:3 [INFO] [stderr] | [INFO] [stderr] 3122 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3152:3 [INFO] [stderr] | [INFO] [stderr] 3152 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3185:3 [INFO] [stderr] | [INFO] [stderr] 3185 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3216:3 [INFO] [stderr] | [INFO] [stderr] 3216 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3243:3 [INFO] [stderr] | [INFO] [stderr] 3243 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3273:3 [INFO] [stderr] | [INFO] [stderr] 3273 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3303:3 [INFO] [stderr] | [INFO] [stderr] 3303 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3332:3 [INFO] [stderr] | [INFO] [stderr] 3332 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3359:3 [INFO] [stderr] | [INFO] [stderr] 3359 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3425:3 [INFO] [stderr] | [INFO] [stderr] 3425 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3490:3 [INFO] [stderr] | [INFO] [stderr] 3490 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3517:3 [INFO] [stderr] | [INFO] [stderr] 3517 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3548:3 [INFO] [stderr] | [INFO] [stderr] 3548 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2491:3 [INFO] [stderr] | [INFO] [stderr] 2491 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2527:3 [INFO] [stderr] | [INFO] [stderr] 2527 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2558:3 [INFO] [stderr] | [INFO] [stderr] 2558 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2588:3 [INFO] [stderr] | [INFO] [stderr] 2588 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2621:3 [INFO] [stderr] | [INFO] [stderr] 2621 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2652:3 [INFO] [stderr] | [INFO] [stderr] 2652 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2679:3 [INFO] [stderr] | [INFO] [stderr] 2679 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2709:3 [INFO] [stderr] | [INFO] [stderr] 2709 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_key.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | use self::libc::types::common::c95::c_void; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_session.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | use self::libc::types::common::c95::c_void; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_bind.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | use self::libc::types::common::c95::c_void; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_message.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | use self::libc::types::common::c95::c_void; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `phase` in this scope [INFO] [stderr] --> src/lib.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3055:3 [INFO] [stderr] | [INFO] [stderr] 3055 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3091:3 [INFO] [stderr] | [INFO] [stderr] 3091 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3122:3 [INFO] [stderr] | [INFO] [stderr] 3122 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3152:3 [INFO] [stderr] | [INFO] [stderr] 3152 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3185:3 [INFO] [stderr] | [INFO] [stderr] 3185 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3216:3 [INFO] [stderr] | [INFO] [stderr] 3216 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3243:3 [INFO] [stderr] | [INFO] [stderr] 3243 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3273:3 [INFO] [stderr] | [INFO] [stderr] 3273 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3303:3 [INFO] [stderr] | [INFO] [stderr] 3303 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3332:3 [INFO] [stderr] | [INFO] [stderr] 3332 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3359:3 [INFO] [stderr] | [INFO] [stderr] 3359 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3425:3 [INFO] [stderr] | [INFO] [stderr] 3425 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3490:3 [INFO] [stderr] | [INFO] [stderr] 3490 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3517:3 [INFO] [stderr] | [INFO] [stderr] 3517 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh_server.rs:3548:3 [INFO] [stderr] | [INFO] [stderr] 3548 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2491:3 [INFO] [stderr] | [INFO] [stderr] 2491 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2527:3 [INFO] [stderr] | [INFO] [stderr] 2527 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2558:3 [INFO] [stderr] | [INFO] [stderr] 2558 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2588:3 [INFO] [stderr] | [INFO] [stderr] 2588 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2621:3 [INFO] [stderr] | [INFO] [stderr] 2621 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2652:3 [INFO] [stderr] | [INFO] [stderr] 2652 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2679:3 [INFO] [stderr] | [INFO] [stderr] 2679 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2709:3 [INFO] [stderr] | [INFO] [stderr] 2709 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2739:3 [INFO] [stderr] | [INFO] [stderr] 2739 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2768:3 [INFO] [stderr] | [INFO] [stderr] 2768 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2795:3 [INFO] [stderr] | [INFO] [stderr] 2795 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2861:3 [INFO] [stderr] | [INFO] [stderr] 2861 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2926:3 [INFO] [stderr] | [INFO] [stderr] 2926 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2953:3 [INFO] [stderr] | [INFO] [stderr] 2953 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2739:3 [INFO] [stderr] | [INFO] [stderr] 2739 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `phase` in this scope [INFO] [stderr] --> src/ssh_key.rs:2:3 [INFO] [stderr] | [INFO] [stderr] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2768:3 [INFO] [stderr] | [INFO] [stderr] 2768 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_key.rs:15:71 [INFO] [stderr] | [INFO] [stderr] 15 | type AuthCb = extern fn(*const i8, *mut i8, u64, i32, i32, *mut libc::types::common::c95::c_void) -> i32; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2795:3 [INFO] [stderr] | [INFO] [stderr] 2795 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2861:3 [INFO] [stderr] | [INFO] [stderr] 2861 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2926:3 [INFO] [stderr] | [INFO] [stderr] 2926 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/libssh.rs:2953:3 [INFO] [stderr] | [INFO] [stderr] 2953 | #[deriving(Copy, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `phase` in this scope [INFO] [stderr] --> src/ssh_key.rs:2:3 [INFO] [stderr] | [INFO] [stderr] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stderr] --> src/ssh_key.rs:15:71 [INFO] [stderr] | [INFO] [stderr] 15 | type AuthCb = extern fn(*const i8, *mut i8, u64, i32, i32, *mut libc::types::common::c95::c_void) -> i32; [INFO] [stderr] | ^^^^^ could not find `types` in `libc` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `should_fail` in this scope [INFO] [stderr] --> src/ssh_key.rs:255:4 [INFO] [stderr] | [INFO] [stderr] 255 | #[should_fail] [INFO] [stderr] | ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `should_fail` in this scope [INFO] [stderr] --> src/ssh_key.rs:263:4 [INFO] [stderr] | [INFO] [stderr] 263 | #[should_fail] [INFO] [stderr] | ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `should_fail` in this scope [INFO] [stderr] --> src/ssh_key.rs:289:4 [INFO] [stderr] | [INFO] [stderr] 289 | #[should_fail] [INFO] [stderr] | ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `should_fail` in this scope [INFO] [stderr] --> src/ssh_key.rs:300:4 [INFO] [stderr] | [INFO] [stderr] 300 | #[should_fail] [INFO] [stderr] | ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `should_fail` in this scope [INFO] [stderr] --> src/ssh_key.rs:322:4 [INFO] [stderr] | [INFO] [stderr] 322 | #[should_fail] [INFO] [stderr] | ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `debug!` in this scope [INFO] [stderr] --> src/ssh_bind.rs:92:3 [INFO] [stderr] | [INFO] [stderr] 92 | debug!("listen={}", res); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `debug!` in this scope [INFO] [stderr] --> src/lib.rs:23:2 [INFO] [stderr] | [INFO] [stderr] 23 | debug!("calling ssh_finalize()."); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_key.rs:41:30 [INFO] [stderr] | [INFO] [stderr] 41 | let auth_data = 0 as *mut c_void; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_session.rs:36:61 [INFO] [stderr] | [INFO] [stderr] 36 | unsafe { ssh_options_set(self._session, opt, h as *const c_void) } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 5 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 5 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 5 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_session.rs:123:52 [INFO] [stderr] | [INFO] [stderr] 123 | ssh_options_set(self._session, opt, p as *const c_void) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 5 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 5 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 5 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_bind.rs:43:63 [INFO] [stderr] | [INFO] [stderr] 43 | unsafe { ssh_bind_options_set(self._bind, opt, h as *const c_void) } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_bind.rs:57:54 [INFO] [stderr] | [INFO] [stderr] 57 | ssh_bind_options_set(self._bind, opt, p as *const c_void) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_bind.rs:71:61 [INFO] [stderr] | [INFO] [stderr] 71 | ssh_bind_options_set(self._bind, opt_type, typ as *const c_void) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_bind.rs:79:66 [INFO] [stderr] | [INFO] [stderr] 79 | ssh_bind_options_set(self._bind, opt_key, pkey_file as *const c_void) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `func` in this scope [INFO] [stderr] --> src/lib.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | func(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:5:23 [INFO] [stderr] | [INFO] [stderr] 5 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] --> src/ssh_key.rs:267:15 [INFO] [stderr] | [INFO] [stderr] 267 | let typ = ::ssh_keytypes_e::SSH_KEYTYPE_RSA as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^ maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | static SSH_INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/lib.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:13:71 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:13:87 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:23:78 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn ssh_channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:34:77 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:34:96 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:34:112 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:43:64 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn ssh_channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:61:74 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn ssh_channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:79:68 [INFO] [stderr] | [INFO] [stderr] 79 | pub fn ssh_channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:88:65 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn ssh_channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:97:66 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn ssh_channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:115:74 [INFO] [stderr] | [INFO] [stderr] 115 | pub fn ssh_channel_open_auth_agent(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:87 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:113 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:145 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:170 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:186 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:137:71 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn ssh_channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:148:82 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:148:107 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:148:123 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:158:71 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:158:87 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:169:77 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:169:101 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:169:117 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:181:92 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:181:117 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:181:133 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:194:100 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:194:125 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:194:150 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:194:166 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:206:104 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:206:129 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:206:145 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:217:80 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:217:108 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:217:125 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:227:80 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:227:97 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:236:70 [INFO] [stderr] | [INFO] [stderr] 236 | pub fn ssh_channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:248:85 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:248:105 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:248:124 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:248:140 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:257:72 [INFO] [stderr] | [INFO] [stderr] 257 | pub fn ssh_channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:267:90 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:267:107 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:276:71 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn ssh_channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:286:91 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:286:108 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:86 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:116 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:145 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:174 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:190 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:308:67 [INFO] [stderr] | [INFO] [stderr] 308 | pub fn ssh_channel_send_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:320:180 [INFO] [stderr] | [INFO] [stderr] 320 | pub fn ssh_channel_select(readchans: *mut *mut ssh_channel_struct, writechans: *mut *mut ssh_channel_struct, exceptchans: *mut *mut ssh_channel_struct, timeout: *mut timeval) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:330:78 [INFO] [stderr] | [INFO] [stderr] 330 | pub fn ssh_channel_set_blocking(channel: *mut ssh_channel_struct, blocking: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:341:93 [INFO] [stderr] | [INFO] [stderr] 341 | pub fn ssh_channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:341:110 [INFO] [stderr] | [INFO] [stderr] 341 | pub fn ssh_channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:350:70 [INFO] [stderr] | [INFO] [stderr] 350 | pub fn ssh_channel_window_size(channel: *mut ssh_channel_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:359:35 [INFO] [stderr] | [INFO] [stderr] 359 | pub fn ssh_basename(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:359:57 [INFO] [stderr] | [INFO] [stderr] 359 | pub fn ssh_basename(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:368:47 [INFO] [stderr] | [INFO] [stderr] 368 | pub fn ssh_clean_pubkey_hash(hash: *mut *mut libc::c_uchar); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:377:58 [INFO] [stderr] | [INFO] [stderr] 377 | pub fn ssh_connect(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:385:35 [INFO] [stderr] | [INFO] [stderr] 385 | pub fn ssh_copyright() -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:403:34 [INFO] [stderr] | [INFO] [stderr] 403 | pub fn ssh_dirname(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:403:56 [INFO] [stderr] | [INFO] [stderr] 403 | pub fn ssh_dirname(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:411:27 [INFO] [stderr] | [INFO] [stderr] 411 | pub fn ssh_finalize() -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:421:74 [INFO] [stderr] | [INFO] [stderr] 421 | pub fn ssh_forward_accept(session: *mut ssh_session_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:432:82 [INFO] [stderr] | [INFO] [stderr] 432 | pub fn ssh_channel_accept_forward(session: *mut ssh_session_struct, timeout_ms: libc::c_int, destination_port: *mut libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:432:118 [INFO] [stderr] | [INFO] [stderr] 432 | pub fn ssh_channel_accept_forward(session: *mut ssh_session_struct, timeout_ms: libc::c_int, destination_port: *mut libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:443:78 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:443:98 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:443:114 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:455:78 [INFO] [stderr] | [INFO] [stderr] 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_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:455:98 [INFO] [stderr] | [INFO] [stderr] 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_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:455:128 [INFO] [stderr] | [INFO] [stderr] 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_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:455:144 [INFO] [stderr] | [INFO] [stderr] 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_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:473:80 [INFO] [stderr] | [INFO] [stderr] 473 | pub fn ssh_get_disconnect_message(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:482:59 [INFO] [stderr] | [INFO] [stderr] 482 | pub fn ssh_get_error(error: *mut libc::c_void) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:491:57 [INFO] [stderr] | [INFO] [stderr] 491 | pub fn ssh_get_error_code(error: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:500:57 [INFO] [stderr] | [INFO] [stderr] 500 | pub fn ssh_get_fd(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:510:35 [INFO] [stderr] | [INFO] [stderr] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:510:55 [INFO] [stderr] | [INFO] [stderr] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:510:78 [INFO] [stderr] | [INFO] [stderr] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:519:72 [INFO] [stderr] | [INFO] [stderr] 519 | pub fn ssh_get_issue_banner(session: *mut ssh_session_struct) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:528:70 [INFO] [stderr] | [INFO] [stderr] 528 | pub fn ssh_get_openssh_version(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:538:95 [INFO] [stderr] | [INFO] [stderr] 538 | pub fn ssh_get_publickey(session: *mut ssh_session_struct, key: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:550:65 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:550:95 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:550:121 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:550:139 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:560:79 [INFO] [stderr] | [INFO] [stderr] 560 | pub fn ssh_get_pubkey_hash(session: *mut ssh_session_struct, hash: *mut *mut libc::c_uchar) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:560:97 [INFO] [stderr] | [INFO] [stderr] 560 | pub fn ssh_get_pubkey_hash(session: *mut ssh_session_struct, hash: *mut *mut libc::c_uchar) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:571:56 [INFO] [stderr] | [INFO] [stderr] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:571:77 [INFO] [stderr] | [INFO] [stderr] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:571:93 [INFO] [stderr] | [INFO] [stderr] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:580:62 [INFO] [stderr] | [INFO] [stderr] 580 | pub fn ssh_get_version(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:589:61 [INFO] [stderr] | [INFO] [stderr] 589 | pub fn ssh_get_status(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:598:65 [INFO] [stderr] | [INFO] [stderr] 598 | pub fn ssh_get_poll_flags(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:606:23 [INFO] [stderr] | [INFO] [stderr] 606 | pub fn ssh_init() -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:615:62 [INFO] [stderr] | [INFO] [stderr] 615 | pub fn ssh_is_blocking(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:624:63 [INFO] [stderr] | [INFO] [stderr] 624 | pub fn ssh_is_connected(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:633:66 [INFO] [stderr] | [INFO] [stderr] 633 | pub fn ssh_is_server_known(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:642:34 [INFO] [stderr] | [INFO] [stderr] 642 | pub fn ssh_set_log_level(level: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:642:50 [INFO] [stderr] | [INFO] [stderr] 642 | pub fn ssh_set_log_level(level: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:650:32 [INFO] [stderr] | [INFO] [stderr] 650 | pub fn ssh_get_log_level() -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:667:58 [INFO] [stderr] | [INFO] [stderr] 667 | pub fn ssh_set_log_userdata(data: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:678:29 [INFO] [stderr] | [INFO] [stderr] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:678:59 [INFO] [stderr] | [INFO] [stderr] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:678:88 [INFO] [stderr] | [INFO] [stderr] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:689:61 [INFO] [stderr] | [INFO] [stderr] 689 | pub fn ssh_log(session: *mut ssh_session_struct, prioriry: libc::c_int, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:689:89 [INFO] [stderr] | [INFO] [stderr] 689 | pub fn ssh_log(session: *mut ssh_session_struct, prioriry: libc::c_int, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:707:84 [INFO] [stderr] | [INFO] [stderr] 707 | pub fn ssh_message_channel_request_reply_success(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:734:62 [INFO] [stderr] | [INFO] [stderr] 734 | pub fn ssh_message_subtype(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:743:59 [INFO] [stderr] | [INFO] [stderr] 743 | pub fn ssh_message_type(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:753:36 [INFO] [stderr] | [INFO] [stderr] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:753:56 [INFO] [stderr] | [INFO] [stderr] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:753:73 [INFO] [stderr] | [INFO] [stderr] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:771:95 [INFO] [stderr] | [INFO] [stderr] 771 | pub fn ssh_options_copy(src: *mut ssh_session_struct, dest: *mut *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:782:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:782:105 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:782:122 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:792:85 [INFO] [stderr] | [INFO] [stderr] 792 | pub fn ssh_options_parse_config(session: *mut ssh_session_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:792:102 [INFO] [stderr] | [INFO] [stderr] 792 | pub fn ssh_options_parse_config(session: *mut ssh_session_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:803:66 [INFO] [stderr] | [INFO] [stderr] 803 | pub fn ssh_options_set(session: *mut ssh_session_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:803:111 [INFO] [stderr] | [INFO] [stderr] 803 | pub fn ssh_options_set(session: *mut ssh_session_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:814:66 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:814:97 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:814:114 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:824:82 [INFO] [stderr] | [INFO] [stderr] 824 | pub fn ssh_options_get_port(session: *mut ssh_session_struct, port_target: *mut libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:824:99 [INFO] [stderr] | [INFO] [stderr] 824 | pub fn ssh_options_get_port(session: *mut ssh_session_struct, port_target: *mut libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:833:65 [INFO] [stderr] | [INFO] [stderr] 833 | pub fn ssh_pcap_file_close(pcap: *mut ssh_pcap_file_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:860:78 [INFO] [stderr] | [INFO] [stderr] 860 | pub fn ssh_pcap_file_open(pcap: *mut ssh_pcap_file_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:860:95 [INFO] [stderr] | [INFO] [stderr] 860 | pub fn ssh_pcap_file_open(pcap: *mut ssh_pcap_file_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:886:51 [INFO] [stderr] | [INFO] [stderr] 886 | pub fn ssh_key_type(key: *mut ssh_key_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:895:37 [INFO] [stderr] | [INFO] [stderr] 895 | pub fn ssh_key_type_to_char(type_: libc::c_uint) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:895:61 [INFO] [stderr] | [INFO] [stderr] 895 | pub fn ssh_key_type_to_char(type_: libc::c_uint) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:904:45 [INFO] [stderr] | [INFO] [stderr] 904 | pub fn ssh_key_type_from_name(name: *const libc::c_char) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:904:62 [INFO] [stderr] | [INFO] [stderr] 904 | pub fn ssh_key_type_from_name(name: *const libc::c_char) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:913:54 [INFO] [stderr] | [INFO] [stderr] 913 | pub fn ssh_key_is_public(k: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:922:55 [INFO] [stderr] | [INFO] [stderr] 922 | pub fn ssh_key_is_private(k: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:933:77 [INFO] [stderr] | [INFO] [stderr] 933 | pub fn ssh_key_cmp(k1: *mut ssh_key_struct, k2: *mut ssh_key_struct, what: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:933:94 [INFO] [stderr] | [INFO] [stderr] 933 | pub fn ssh_key_cmp(k1: *mut ssh_key_struct, k2: *mut ssh_key_struct, what: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:944:33 [INFO] [stderr] | [INFO] [stderr] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:944:58 [INFO] [stderr] | [INFO] [stderr] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:944:106 [INFO] [stderr] | [INFO] [stderr] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:55 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:88 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:135 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:154 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:168 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:183 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:196 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:231 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:957:310 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:54 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:87 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:134 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:153 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:167 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:182 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:195 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:230 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:970:309 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:86 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:133 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:152 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:166 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:181 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:194 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:229 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:290 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:983:307 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:994:54 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:994:75 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:994:124 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1004:53 [INFO] [stderr] | [INFO] [stderr] 1004 | pub fn ssh_pki_import_pubkey_file(filename: *const libc::c_char, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1004:102 [INFO] [stderr] | [INFO] [stderr] 1004 | pub fn ssh_pki_import_pubkey_file(filename: *const libc::c_char, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1014:107 [INFO] [stderr] | [INFO] [stderr] 1014 | pub fn ssh_pki_export_privkey_to_pubkey(privkey: *mut ssh_key_struct, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1024:83 [INFO] [stderr] | [INFO] [stderr] 1024 | pub fn ssh_pki_export_pubkey_base64(key: *mut ssh_key_struct, b64_key: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1024:100 [INFO] [stderr] | [INFO] [stderr] 1024 | pub fn ssh_pki_export_pubkey_base64(key: *mut ssh_key_struct, b64_key: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1034:79 [INFO] [stderr] | [INFO] [stderr] 1034 | pub fn ssh_pki_export_pubkey_file(key: *mut ssh_key_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1034:96 [INFO] [stderr] | [INFO] [stderr] 1034 | pub fn ssh_pki_export_pubkey_file(key: *mut ssh_key_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1045:38 [INFO] [stderr] | [INFO] [stderr] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1045:65 [INFO] [stderr] | [INFO] [stderr] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1045:85 [INFO] [stderr] | [INFO] [stderr] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1055:72 [INFO] [stderr] | [INFO] [stderr] 1055 | pub fn ssh_send_ignore(session: *mut ssh_session_struct, data: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1055:89 [INFO] [stderr] | [INFO] [stderr] 1055 | pub fn ssh_send_ignore(session: *mut ssh_session_struct, data: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1066:74 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1066:104 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1066:120 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1085:61 [INFO] [stderr] | [INFO] [stderr] 1085 | pub fn ssh_scp_accept_request(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1094:52 [INFO] [stderr] | [INFO] [stderr] 1094 | pub fn ssh_scp_close(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1104:71 [INFO] [stderr] | [INFO] [stderr] 1104 | pub fn ssh_scp_deny_request(scp: *mut ssh_scp_struct, reason: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1104:88 [INFO] [stderr] | [INFO] [stderr] 1104 | pub fn ssh_scp_deny_request(scp: *mut ssh_scp_struct, reason: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1122:51 [INFO] [stderr] | [INFO] [stderr] 1122 | pub fn ssh_scp_init(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1131:62 [INFO] [stderr] | [INFO] [stderr] 1131 | pub fn ssh_scp_leave_directory(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1142:61 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1142:91 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1151:59 [INFO] [stderr] | [INFO] [stderr] 1151 | pub fn ssh_scp_pull_request(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1162:74 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1162:94 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1162:110 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1174:70 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1174:90 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1174:112 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1174:128 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1186:72 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1186:92 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1186:114 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1186:130 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1197:81 [INFO] [stderr] | [INFO] [stderr] 1197 | pub fn ssh_scp_read(scp: *mut ssh_scp_struct, buffer: *mut libc::c_void, size: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1197:99 [INFO] [stderr] | [INFO] [stderr] 1197 | pub fn ssh_scp_read(scp: *mut ssh_scp_struct, buffer: *mut libc::c_void, size: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1206:74 [INFO] [stderr] | [INFO] [stderr] 1206 | pub fn ssh_scp_request_get_filename(scp: *mut ssh_scp_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1215:70 [INFO] [stderr] | [INFO] [stderr] 1215 | pub fn ssh_scp_request_get_permissions(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1224:63 [INFO] [stderr] | [INFO] [stderr] 1224 | pub fn ssh_scp_request_get_size(scp: *mut ssh_scp_struct) -> libc::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1233:65 [INFO] [stderr] | [INFO] [stderr] 1233 | pub fn ssh_scp_request_get_size64(scp: *mut ssh_scp_struct) -> libc::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1242:73 [INFO] [stderr] | [INFO] [stderr] 1242 | pub fn ssh_scp_request_get_warning(scp: *mut ssh_scp_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1253:83 [INFO] [stderr] | [INFO] [stderr] 1253 | pub fn ssh_scp_write(scp: *mut ssh_scp_struct, buffer: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1253:101 [INFO] [stderr] | [INFO] [stderr] 1253 | pub fn ssh_scp_write(scp: *mut ssh_scp_struct, buffer: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1266:110 [INFO] [stderr] | [INFO] [stderr] 1266 | pub fn ssh_select(channels: *mut *mut ssh_channel_struct, outchannels: *mut *mut ssh_channel_struct, maxfd: libc::c_int, readfds: *mut fd_set, timeout: *mut timeval) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1266:171 [INFO] [stderr] | [INFO] [stderr] 1266 | pub fn ssh_select(channels: *mut *mut ssh_channel_struct, outchannels: *mut *mut ssh_channel_struct, maxfd: libc::c_int, readfds: *mut fd_set, timeout: *mut timeval) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1276:79 [INFO] [stderr] | [INFO] [stderr] 1276 | pub fn ssh_service_request(session: *mut ssh_session_struct, service: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1276:96 [INFO] [stderr] | [INFO] [stderr] 1276 | pub fn ssh_service_request(session: *mut ssh_session_struct, service: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1286:102 [INFO] [stderr] | [INFO] [stderr] 1286 | pub fn ssh_set_agent_channel(session: *mut ssh_session_struct, channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1296:70 [INFO] [stderr] | [INFO] [stderr] 1296 | pub fn ssh_set_blocking(session: *mut ssh_session_struct, blocking: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1342:101 [INFO] [stderr] | [INFO] [stderr] 1342 | pub fn ssh_set_pcap_file(session: *mut ssh_session_struct, pcapfile: *mut ssh_pcap_file_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1352:78 [INFO] [stderr] | [INFO] [stderr] 1352 | pub fn ssh_userauth_none(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1352:95 [INFO] [stderr] | [INFO] [stderr] 1352 | pub fn ssh_userauth_none(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1362:78 [INFO] [stderr] | [INFO] [stderr] 1362 | pub fn ssh_userauth_list(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1362:95 [INFO] [stderr] | [INFO] [stderr] 1362 | pub fn ssh_userauth_list(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1373:87 [INFO] [stderr] | [INFO] [stderr] 1373 | pub fn ssh_userauth_try_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, pubkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1373:133 [INFO] [stderr] | [INFO] [stderr] 1373 | pub fn ssh_userauth_try_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, pubkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1384:83 [INFO] [stderr] | [INFO] [stderr] 1384 | pub fn ssh_userauth_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, privkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1384:130 [INFO] [stderr] | [INFO] [stderr] 1384 | pub fn ssh_userauth_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, privkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1394:79 [INFO] [stderr] | [INFO] [stderr] 1394 | pub fn ssh_userauth_agent(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1394:96 [INFO] [stderr] | [INFO] [stderr] 1394 | pub fn ssh_userauth_agent(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1405:88 [INFO] [stderr] | [INFO] [stderr] 1405 | pub fn ssh_userauth_publickey_auto(session: *mut ssh_session_struct, username: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1405:121 [INFO] [stderr] | [INFO] [stderr] 1405 | pub fn ssh_userauth_publickey_auto(session: *mut ssh_session_struct, username: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1405:138 [INFO] [stderr] | [INFO] [stderr] 1405 | pub fn ssh_userauth_publickey_auto(session: *mut ssh_session_struct, username: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1416:82 [INFO] [stderr] | [INFO] [stderr] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1416:113 [INFO] [stderr] | [INFO] [stderr] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1416:130 [INFO] [stderr] | [INFO] [stderr] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1427:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1427:109 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1427:126 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1436:88 [INFO] [stderr] | [INFO] [stderr] 1436 | pub fn ssh_userauth_kbdint_getinstruction(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1445:81 [INFO] [stderr] | [INFO] [stderr] 1445 | pub fn ssh_userauth_kbdint_getname(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1454:78 [INFO] [stderr] | [INFO] [stderr] 1454 | pub fn ssh_userauth_kbdint_getnprompts(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1465:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1465:101 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1465:125 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1474:78 [INFO] [stderr] | [INFO] [stderr] 1474 | pub fn ssh_userauth_kbdint_getnanswers(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1484:76 [INFO] [stderr] | [INFO] [stderr] 1484 | pub fn ssh_userauth_kbdint_getanswer(session: *mut ssh_session_struct, i: libc::c_uint) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1484:100 [INFO] [stderr] | [INFO] [stderr] 1484 | pub fn ssh_userauth_kbdint_getanswer(session: *mut ssh_session_struct, i: libc::c_uint) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1495:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1495:105 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1495:122 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1504:66 [INFO] [stderr] | [INFO] [stderr] 1504 | pub fn ssh_userauth_gssapi(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1513:34 [INFO] [stderr] | [INFO] [stderr] 1513 | pub fn ssh_version(req_version: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1513:57 [INFO] [stderr] | [INFO] [stderr] 1513 | pub fn ssh_version(req_version: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1522:66 [INFO] [stderr] | [INFO] [stderr] 1522 | pub fn ssh_write_knownhost(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1560:86 [INFO] [stderr] | [INFO] [stderr] 1560 | pub fn ssh_string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1560:104 [INFO] [stderr] | [INFO] [stderr] 1560 | pub fn ssh_string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1578:43 [INFO] [stderr] | [INFO] [stderr] 1578 | pub fn ssh_string_from_char(what: *const libc::c_char) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1587:56 [INFO] [stderr] | [INFO] [stderr] 1587 | pub fn ssh_string_len(str: *mut ssh_string_struct) -> libc::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1596:30 [INFO] [stderr] | [INFO] [stderr] 1596 | pub fn ssh_string_new(size: libc::c_ulong) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1605:68 [INFO] [stderr] | [INFO] [stderr] 1605 | pub fn ssh_string_get_char(str: *mut ssh_string_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1614:65 [INFO] [stderr] | [INFO] [stderr] 1614 | pub fn ssh_string_to_char(str: *mut ssh_string_struct) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1623:38 [INFO] [stderr] | [INFO] [stderr] 1623 | pub fn ssh_string_free_char(s: *mut libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1636:36 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1636:60 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1636:79 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1636:100 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1636:121 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1636:137 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1657:60 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1657:81 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1657:117 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1657:130 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1657:165 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1657:211 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1667:98 [INFO] [stderr] | [INFO] [stderr] 1667 | pub fn ssh_event_add_session(event: *mut ssh_event_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1677:65 [INFO] [stderr] | [INFO] [stderr] 1677 | pub fn ssh_event_dopoll(event: *mut ssh_event_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1677:81 [INFO] [stderr] | [INFO] [stderr] 1677 | pub fn ssh_event_dopoll(event: *mut ssh_event_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1687:63 [INFO] [stderr] | [INFO] [stderr] 1687 | pub fn ssh_event_remove_fd(event: *mut ssh_event_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1687:79 [INFO] [stderr] | [INFO] [stderr] 1687 | pub fn ssh_event_remove_fd(event: *mut ssh_event_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1697:101 [INFO] [stderr] | [INFO] [stderr] 1697 | pub fn ssh_event_remove_session(event: *mut ssh_event_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1715:74 [INFO] [stderr] | [INFO] [stderr] 1715 | pub fn ssh_get_clientbanner(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1724:74 [INFO] [stderr] | [INFO] [stderr] 1724 | pub fn ssh_get_serverbanner(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1733:71 [INFO] [stderr] | [INFO] [stderr] 1733 | pub fn ssh_get_cipher_in(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1742:72 [INFO] [stderr] | [INFO] [stderr] 1742 | pub fn ssh_get_cipher_out(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1751:60 [INFO] [stderr] | [INFO] [stderr] 1751 | pub fn ssh_auth_list(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1763:86 [INFO] [stderr] | [INFO] [stderr] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1763:107 [INFO] [stderr] | [INFO] [stderr] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1763:158 [INFO] [stderr] | [INFO] [stderr] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1775:80 [INFO] [stderr] | [INFO] [stderr] 1775 | pub fn ssh_userauth_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_string_struct, privatekey: *mut ssh_private_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1775:173 [INFO] [stderr] | [INFO] [stderr] 1775 | pub fn ssh_userauth_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_string_struct, privatekey: *mut ssh_private_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1786:86 [INFO] [stderr] | [INFO] [stderr] 1786 | pub fn ssh_userauth_agent_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_public_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1786:142 [INFO] [stderr] | [INFO] [stderr] 1786 | pub fn ssh_userauth_agent_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_public_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1796:86 [INFO] [stderr] | [INFO] [stderr] 1796 | pub fn ssh_userauth_autopubkey(session: *mut ssh_session_struct, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1796:103 [INFO] [stderr] | [INFO] [stderr] 1796 | pub fn ssh_userauth_autopubkey(session: *mut ssh_session_struct, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1808:89 [INFO] [stderr] | [INFO] [stderr] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1808:120 [INFO] [stderr] | [INFO] [stderr] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1808:153 [INFO] [stderr] | [INFO] [stderr] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1808:170 [INFO] [stderr] | [INFO] [stderr] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1835:59 [INFO] [stderr] | [INFO] [stderr] 1835 | pub fn buffer_get_len(buffer: *mut ssh_buffer_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1853:74 [INFO] [stderr] | [INFO] [stderr] 1853 | pub fn channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1864:73 [INFO] [stderr] | [INFO] [stderr] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1864:92 [INFO] [stderr] | [INFO] [stderr] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1864:108 [INFO] [stderr] | [INFO] [stderr] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1874:78 [INFO] [stderr] | [INFO] [stderr] 1874 | pub fn channel_forward_accept(session: *mut ssh_session_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1883:60 [INFO] [stderr] | [INFO] [stderr] 1883 | pub fn channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1894:82 [INFO] [stderr] | [INFO] [stderr] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1894:102 [INFO] [stderr] | [INFO] [stderr] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1894:118 [INFO] [stderr] | [INFO] [stderr] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1906:82 [INFO] [stderr] | [INFO] [stderr] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1906:102 [INFO] [stderr] | [INFO] [stderr] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1906:132 [INFO] [stderr] | [INFO] [stderr] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1906:148 [INFO] [stderr] | [INFO] [stderr] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1924:70 [INFO] [stderr] | [INFO] [stderr] 1924 | pub fn channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1942:64 [INFO] [stderr] | [INFO] [stderr] 1942 | pub fn channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1951:61 [INFO] [stderr] | [INFO] [stderr] 1951 | pub fn channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1960:62 [INFO] [stderr] | [INFO] [stderr] 1960 | pub fn channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1982:83 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1982:109 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1982:141 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1982:166 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1982:182 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] --> src/ssh_key.rs:283:15 [INFO] [stderr] | [INFO] [stderr] 283 | let typ = ::ssh_keytypes_e::SSH_KEYTYPE_RSA as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^ maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:1991:67 [INFO] [stderr] | [INFO] [stderr] 1991 | pub fn channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2001:67 [INFO] [stderr] | [INFO] [stderr] 2001 | pub fn channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2001:83 [INFO] [stderr] | [INFO] [stderr] 2001 | pub fn channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2013:88 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2013:113 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2013:129 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2025:102 [INFO] [stderr] | [INFO] [stderr] 2025 | pub fn channel_read_buffer(channel: *mut ssh_channel_struct, buffer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2025:127 [INFO] [stderr] | [INFO] [stderr] 2025 | pub fn channel_read_buffer(channel: *mut ssh_channel_struct, buffer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2025:143 [INFO] [stderr] | [INFO] [stderr] 2025 | pub fn channel_read_buffer(channel: *mut ssh_channel_struct, buffer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2037:100 [INFO] [stderr] | [INFO] [stderr] 2037 | pub fn channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2037:125 [INFO] [stderr] | [INFO] [stderr] 2037 | pub fn channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2037:141 [INFO] [stderr] | [INFO] [stderr] 2037 | pub fn channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2048:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2048:104 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2048:121 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2058:76 [INFO] [stderr] | [INFO] [stderr] 2058 | pub fn channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2058:93 [INFO] [stderr] | [INFO] [stderr] 2058 | pub fn channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2067:66 [INFO] [stderr] | [INFO] [stderr] 2067 | pub fn channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2079:81 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2079:101 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2079:120 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2079:136 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2088:68 [INFO] [stderr] | [INFO] [stderr] 2088 | pub fn channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2098:86 [INFO] [stderr] | [INFO] [stderr] 2098 | pub fn channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2098:103 [INFO] [stderr] | [INFO] [stderr] 2098 | pub fn channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2107:67 [INFO] [stderr] | [INFO] [stderr] 2107 | pub fn channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2117:87 [INFO] [stderr] | [INFO] [stderr] 2117 | pub fn channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2117:104 [INFO] [stderr] | [INFO] [stderr] 2117 | pub fn channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2130:82 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2130:112 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2130:141 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2130:170 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2130:186 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2139:63 [INFO] [stderr] | [INFO] [stderr] 2139 | pub fn channel_send_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2151:176 [INFO] [stderr] | [INFO] [stderr] 2151 | pub fn channel_select(readchans: *mut *mut ssh_channel_struct, writechans: *mut *mut ssh_channel_struct, exceptchans: *mut *mut ssh_channel_struct, timeout: *mut timeval) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2161:74 [INFO] [stderr] | [INFO] [stderr] 2161 | pub fn channel_set_blocking(channel: *mut ssh_channel_struct, blocking: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2172:89 [INFO] [stderr] | [INFO] [stderr] 2172 | pub fn channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2172:106 [INFO] [stderr] | [INFO] [stderr] 2172 | pub fn channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2193:81 [INFO] [stderr] | [INFO] [stderr] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const libc::c_char) -> *mut ssh_private_key_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2193:102 [INFO] [stderr] | [INFO] [stderr] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const libc::c_char) -> *mut ssh_private_key_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2193:134 [INFO] [stderr] | [INFO] [stderr] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const libc::c_char) -> *mut ssh_private_key_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2214:78 [INFO] [stderr] | [INFO] [stderr] 2214 | pub fn ssh_publickey_to_file(session: *mut ssh_session_struct, file: *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2214:131 [INFO] [stderr] | [INFO] [stderr] 2214 | pub fn ssh_publickey_to_file(session: *mut ssh_session_struct, file: *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2214:147 [INFO] [stderr] | [INFO] [stderr] 2214 | pub fn ssh_publickey_to_file(session: *mut ssh_session_struct, file: *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2225:80 [INFO] [stderr] | [INFO] [stderr] 2225 | pub fn publickey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: *mut libc::c_int) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2225:106 [INFO] [stderr] | [INFO] [stderr] 2225 | pub fn publickey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: *mut libc::c_int) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2255:87 [INFO] [stderr] | [INFO] [stderr] 2255 | pub fn ssh_try_publickey_from_file(session: *mut ssh_session_struct, keyfile: *const libc::c_char, publickey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2255:153 [INFO] [stderr] | [INFO] [stderr] 2255 | pub fn ssh_try_publickey_from_file(session: *mut ssh_session_struct, keyfile: *const libc::c_char, publickey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2255:169 [INFO] [stderr] | [INFO] [stderr] 2255 | pub fn ssh_try_publickey_from_file(session: *mut ssh_session_struct, keyfile: *const libc::c_char, publickey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2264:73 [INFO] [stderr] | [INFO] [stderr] 2264 | pub fn ssh_privatekey_type(privatekey: *mut ssh_private_key_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2283:76 [INFO] [stderr] | [INFO] [stderr] 2283 | pub fn ssh_message_retrieve(session: *mut ssh_session_struct, packettype: libc::c_uint) -> *mut ssh_message_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2330:82 [INFO] [stderr] | [INFO] [stderr] 2330 | pub fn string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2330:100 [INFO] [stderr] | [INFO] [stderr] 2330 | pub fn string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2348:39 [INFO] [stderr] | [INFO] [stderr] 2348 | pub fn string_from_char(what: *const libc::c_char) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2357:52 [INFO] [stderr] | [INFO] [stderr] 2357 | pub fn string_len(str: *mut ssh_string_struct) -> libc::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2366:26 [INFO] [stderr] | [INFO] [stderr] 2366 | pub fn string_new(size: libc::c_ulong) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2375:61 [INFO] [stderr] | [INFO] [stderr] 2375 | pub fn string_to_char(str: *mut ssh_string_struct) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2394:68 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2394:113 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2403:62 [INFO] [stderr] | [INFO] [stderr] 2403 | pub fn ssh_bind_listen(ssh_bind_o: *mut ssh_bind_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2414:138 [INFO] [stderr] | [INFO] [stderr] 2414 | pub fn ssh_bind_set_callbacks(sshbind: *mut ssh_bind_struct, callbacks: *mut ssh_bind_callbacks_struct, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2424:75 [INFO] [stderr] | [INFO] [stderr] 2424 | pub fn ssh_bind_set_blocking(ssh_bind_o: *mut ssh_bind_struct, blocking: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2433:62 [INFO] [stderr] | [INFO] [stderr] 2433 | pub fn ssh_bind_get_fd(ssh_bind_o: *mut ssh_bind_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2443:63 [INFO] [stderr] | [INFO] [stderr] 2443 | pub fn ssh_bind_set_fd(ssh_bind_o: *mut ssh_bind_struct, fd: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2462:96 [INFO] [stderr] | [INFO] [stderr] 2462 | pub fn ssh_bind_accept(ssh_bind_o: *mut ssh_bind_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2473:100 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2473:116 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2491:70 [INFO] [stderr] | [INFO] [stderr] 2491 | pub fn ssh_handle_key_exchange(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2510:78 [INFO] [stderr] | [INFO] [stderr] 2510 | pub fn ssh_set_auth_methods(session: *mut ssh_session_struct, auth_methods: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2519:68 [INFO] [stderr] | [INFO] [stderr] 2519 | pub fn ssh_message_reply_default(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2528:71 [INFO] [stderr] | [INFO] [stderr] 2528 | pub fn ssh_message_auth_user(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2537:75 [INFO] [stderr] | [INFO] [stderr] 2537 | pub fn ssh_message_auth_password(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2555:78 [INFO] [stderr] | [INFO] [stderr] 2555 | pub fn ssh_message_auth_kbdint_is_response(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2564:75 [INFO] [stderr] | [INFO] [stderr] 2564 | pub fn ssh_message_auth_publickey_state(msg: *mut ssh_message_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2574:79 [INFO] [stderr] | [INFO] [stderr] 2574 | pub fn ssh_message_auth_reply_success(msg: *mut ssh_message_struct, partial: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2574:95 [INFO] [stderr] | [INFO] [stderr] 2574 | pub fn ssh_message_auth_reply_success(msg: *mut ssh_message_struct, partial: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2585:133 [INFO] [stderr] | [INFO] [stderr] 2585 | pub fn ssh_message_auth_reply_pk_ok(msg: *mut ssh_message_struct, algo: *mut ssh_string_struct, pubkey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2594:78 [INFO] [stderr] | [INFO] [stderr] 2594 | pub fn ssh_message_auth_reply_pk_ok_simple(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2604:77 [INFO] [stderr] | [INFO] [stderr] 2604 | pub fn ssh_message_auth_set_methods(msg: *mut ssh_message_struct, methods: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2604:93 [INFO] [stderr] | [INFO] [stderr] 2604 | pub fn ssh_message_auth_set_methods(msg: *mut ssh_message_struct, methods: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2618:89 [INFO] [stderr] | [INFO] [stderr] 2618 | pub fn ssh_message_auth_interactive_request(msg: *mut ssh_message_struct, name: *const libc::c_char, instruction: *const libc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2618:123 [INFO] [stderr] | [INFO] [stderr] 2618 | pub fn ssh_message_auth_interactive_request(msg: *mut ssh_message_struct, name: *const libc::c_char, instruction: *const libc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2618:150 [INFO] [stderr] | [INFO] [stderr] 2618 | pub fn ssh_message_auth_interactive_request(msg: *mut ssh_message_struct, name: *const libc::c_char, instruction: *const libc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2618:185 [INFO] [stderr] | [INFO] [stderr] 2618 | pub fn ssh_message_auth_interactive_request(msg: *mut ssh_message_struct, name: *const libc::c_char, instruction: *const libc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2618:210 [INFO] [stderr] | [INFO] [stderr] 2618 | pub fn ssh_message_auth_interactive_request(msg: *mut ssh_message_struct, name: *const libc::c_char, instruction: *const libc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2618:227 [INFO] [stderr] | [INFO] [stderr] 2618 | pub fn ssh_message_auth_interactive_request(msg: *mut ssh_message_struct, name: *const libc::c_char, instruction: *const libc::c_char, num_prompts: libc::c_uint, prompts: *mut *const libc::c_char, echo: *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2627:76 [INFO] [stderr] | [INFO] [stderr] 2627 | pub fn ssh_message_service_reply_success(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2636:77 [INFO] [stderr] | [INFO] [stderr] 2636 | pub fn ssh_message_service_service(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2646:92 [INFO] [stderr] | [INFO] [stderr] 2646 | pub fn ssh_message_global_request_reply_success(msg: *mut ssh_message_struct, bound_port: libc::c_ushort) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2646:111 [INFO] [stderr] | [INFO] [stderr] 2646 | pub fn ssh_message_global_request_reply_success(msg: *mut ssh_message_struct, bound_port: libc::c_ushort) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2657:184 [INFO] [stderr] | [INFO] [stderr] 2657 | pub fn ssh_set_message_callback(session: *mut ssh_session_struct, ssh_bind_message_callback: Option libc::c_int>, data: *mut libc::c_void); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2666:76 [INFO] [stderr] | [INFO] [stderr] 2666 | pub fn ssh_execute_message_callbacks(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2675:93 [INFO] [stderr] | [INFO] [stderr] 2675 | pub fn ssh_message_channel_request_open_originator(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2684:91 [INFO] [stderr] | [INFO] [stderr] 2684 | pub fn ssh_message_channel_request_open_originator_port(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2693:94 [INFO] [stderr] | [INFO] [stderr] 2693 | pub fn ssh_message_channel_request_open_destination(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2702:92 [INFO] [stderr] | [INFO] [stderr] 2702 | pub fn ssh_message_channel_request_open_destination_port(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2720:86 [INFO] [stderr] | [INFO] [stderr] 2720 | pub fn ssh_message_channel_request_pty_term(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2729:80 [INFO] [stderr] | [INFO] [stderr] 2729 | pub fn ssh_message_channel_request_pty_width(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2738:81 [INFO] [stderr] | [INFO] [stderr] 2738 | pub fn ssh_message_channel_request_pty_height(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2747:82 [INFO] [stderr] | [INFO] [stderr] 2747 | pub fn ssh_message_channel_request_pty_pxwidth(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2756:83 [INFO] [stderr] | [INFO] [stderr] 2756 | pub fn ssh_message_channel_request_pty_pxheight(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2765:86 [INFO] [stderr] | [INFO] [stderr] 2765 | pub fn ssh_message_channel_request_env_name(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2774:87 [INFO] [stderr] | [INFO] [stderr] 2774 | pub fn ssh_message_channel_request_env_value(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2783:85 [INFO] [stderr] | [INFO] [stderr] 2783 | pub fn ssh_message_channel_request_command(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2792:87 [INFO] [stderr] | [INFO] [stderr] 2792 | pub fn ssh_message_channel_request_subsystem(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2801:92 [INFO] [stderr] | [INFO] [stderr] 2801 | pub fn ssh_message_channel_request_x11_single_connection(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2810:95 [INFO] [stderr] | [INFO] [stderr] 2810 | pub fn ssh_message_channel_request_x11_auth_protocol(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2819:93 [INFO] [stderr] | [INFO] [stderr] 2819 | pub fn ssh_message_channel_request_x11_auth_cookie(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2828:88 [INFO] [stderr] | [INFO] [stderr] 2828 | pub fn ssh_message_channel_request_x11_screen_number(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2837:84 [INFO] [stderr] | [INFO] [stderr] 2837 | pub fn ssh_message_global_request_address(msg: *mut ssh_message_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2846:74 [INFO] [stderr] | [INFO] [stderr] 2846 | pub fn ssh_message_global_request_port(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2859:95 [INFO] [stderr] | [INFO] [stderr] 2859 | pub fn ssh_channel_open_reverse_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2859:121 [INFO] [stderr] | [INFO] [stderr] 2859 | pub fn ssh_channel_open_reverse_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2859:153 [INFO] [stderr] | [INFO] [stderr] 2859 | pub fn ssh_channel_open_reverse_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2859:178 [INFO] [stderr] | [INFO] [stderr] 2859 | pub fn ssh_channel_open_reverse_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2859:194 [INFO] [stderr] | [INFO] [stderr] 2859 | pub fn ssh_channel_open_reverse_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2869:93 [INFO] [stderr] | [INFO] [stderr] 2869 | pub fn ssh_channel_request_send_exit_status(channel: *mut ssh_channel_struct, exit_status: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2869:109 [INFO] [stderr] | [INFO] [stderr] 2869 | pub fn ssh_channel_request_send_exit_status(channel: *mut ssh_channel_struct, exit_status: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2882:95 [INFO] [stderr] | [INFO] [stderr] 2882 | pub fn ssh_channel_request_send_exit_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char, core: libc::c_int, errmsg: *const libc::c_char, lang: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2882:115 [INFO] [stderr] | [INFO] [stderr] 2882 | pub fn ssh_channel_request_send_exit_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char, core: libc::c_int, errmsg: *const libc::c_char, lang: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2882:143 [INFO] [stderr] | [INFO] [stderr] 2882 | pub fn ssh_channel_request_send_exit_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char, core: libc::c_int, errmsg: *const libc::c_char, lang: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2882:170 [INFO] [stderr] | [INFO] [stderr] 2882 | pub fn ssh_channel_request_send_exit_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char, core: libc::c_int, errmsg: *const libc::c_char, lang: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2882:187 [INFO] [stderr] | [INFO] [stderr] 2882 | pub fn ssh_channel_request_send_exit_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char, core: libc::c_int, errmsg: *const libc::c_char, lang: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2893:100 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2893:117 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2902:65 [INFO] [stderr] | [INFO] [stderr] 2902 | pub fn ssh_send_keepalive(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2911:57 [INFO] [stderr] | [INFO] [stderr] 2911 | pub fn ssh_accept(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2922:96 [INFO] [stderr] | [INFO] [stderr] 2922 | pub fn channel_write_stderr(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:2922:113 [INFO] [stderr] | [INFO] [stderr] 2922 | pub fn channel_write_stderr(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3011:8 [INFO] [stderr] | [INFO] [stderr] 3011 | size: libc::c_ulong, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3028:10 [INFO] [stderr] | [INFO] [stderr] 3028 | tv_sec: libc::c_long, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3029:11 [INFO] [stderr] | [INFO] [stderr] 3029 | tv_usec: libc::c_long, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3071:26 [INFO] [stderr] | [INFO] [stderr] 3071 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3072:12 [INFO] [stderr] | [INFO] [stderr] 3072 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3075:21 [INFO] [stderr] | [INFO] [stderr] 3075 | pub fn from_u32(v: libc::c_uint) -> ssh_kex_types_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3103:26 [INFO] [stderr] | [INFO] [stderr] 3103 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3104:12 [INFO] [stderr] | [INFO] [stderr] 3104 | *self as libc::c_int [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3107:21 [INFO] [stderr] | [INFO] [stderr] 3107 | pub fn from_i32(v: libc::c_int) -> ssh_auth_e { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3133:26 [INFO] [stderr] | [INFO] [stderr] 3133 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3134:12 [INFO] [stderr] | [INFO] [stderr] 3134 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3137:21 [INFO] [stderr] | [INFO] [stderr] 3137 | pub fn from_u32(v: libc::c_uint) -> ssh_requests_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3163:26 [INFO] [stderr] | [INFO] [stderr] 3163 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3164:12 [INFO] [stderr] | [INFO] [stderr] 3164 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3167:21 [INFO] [stderr] | [INFO] [stderr] 3167 | pub fn from_u32(v: libc::c_uint) -> ssh_channel_type_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3199:26 [INFO] [stderr] | [INFO] [stderr] 3199 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3200:12 [INFO] [stderr] | [INFO] [stderr] 3200 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3203:21 [INFO] [stderr] | [INFO] [stderr] 3203 | pub fn from_u32(v: libc::c_uint) -> ssh_channel_requests_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3225:26 [INFO] [stderr] | [INFO] [stderr] 3225 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3226:12 [INFO] [stderr] | [INFO] [stderr] 3226 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3229:21 [INFO] [stderr] | [INFO] [stderr] 3229 | pub fn from_u32(v: libc::c_uint) -> ssh_global_requests_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3253:26 [INFO] [stderr] | [INFO] [stderr] 3253 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3254:12 [INFO] [stderr] | [INFO] [stderr] 3254 | *self as libc::c_int [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3257:21 [INFO] [stderr] | [INFO] [stderr] 3257 | pub fn from_i32(v: libc::c_int) -> ssh_publickey_state_e { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3285:26 [INFO] [stderr] | [INFO] [stderr] 3285 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3286:12 [INFO] [stderr] | [INFO] [stderr] 3286 | *self as libc::c_int [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3289:21 [INFO] [stderr] | [INFO] [stderr] 3289 | pub fn from_i32(v: libc::c_int) -> ssh_server_known_e { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3313:26 [INFO] [stderr] | [INFO] [stderr] 3313 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3314:12 [INFO] [stderr] | [INFO] [stderr] 3314 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3317:21 [INFO] [stderr] | [INFO] [stderr] 3317 | pub fn from_u32(v: libc::c_uint) -> ssh_error_types_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3343:26 [INFO] [stderr] | [INFO] [stderr] 3343 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3344:12 [INFO] [stderr] | [INFO] [stderr] 3344 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3347:21 [INFO] [stderr] | [INFO] [stderr] 3347 | pub fn from_u32(v: libc::c_uint) -> ssh_keytypes_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3367:26 [INFO] [stderr] | [INFO] [stderr] 3367 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3368:12 [INFO] [stderr] | [INFO] [stderr] 3368 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3371:21 [INFO] [stderr] | [INFO] [stderr] 3371 | pub fn from_u32(v: libc::c_uint) -> ssh_keycmp_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3460:26 [INFO] [stderr] | [INFO] [stderr] 3460 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3461:12 [INFO] [stderr] | [INFO] [stderr] 3461 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3464:21 [INFO] [stderr] | [INFO] [stderr] 3464 | pub fn from_u32(v: libc::c_uint) -> ssh_options_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3501:26 [INFO] [stderr] | [INFO] [stderr] 3501 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3502:12 [INFO] [stderr] | [INFO] [stderr] 3502 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3505:21 [INFO] [stderr] | [INFO] [stderr] 3505 | pub fn from_u32(v: libc::c_uint) -> ssh_scp_request_types { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3525:26 [INFO] [stderr] | [INFO] [stderr] 3525 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3526:12 [INFO] [stderr] | [INFO] [stderr] 3526 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3529:21 [INFO] [stderr] | [INFO] [stderr] 3529 | pub fn from_u32(v: libc::c_uint) -> ssh_publickey_hash_type { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3563:26 [INFO] [stderr] | [INFO] [stderr] 3563 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3564:12 [INFO] [stderr] | [INFO] [stderr] 3564 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:3567:21 [INFO] [stderr] | [INFO] [stderr] 3567 | pub fn from_u32(v: libc::c_uint) -> ssh_bind_options_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:13:71 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:13:87 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:23:78 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn ssh_channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:34:77 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:34:96 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:34:112 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:43:64 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn ssh_channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:61:74 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn ssh_channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:79:68 [INFO] [stderr] | [INFO] [stderr] 79 | pub fn ssh_channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:88:65 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn ssh_channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:97:66 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn ssh_channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:115:74 [INFO] [stderr] | [INFO] [stderr] 115 | pub fn ssh_channel_open_auth_agent(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:128:87 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:128:113 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:128:145 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:128:170 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:128:186 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:137:71 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn ssh_channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:148:82 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:148:107 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:148:123 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:158:71 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:158:87 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:169:77 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:169:101 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:169:117 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:181:92 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:181:117 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:181:133 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:194:100 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:194:125 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:194:150 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:194:166 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:206:104 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:206:129 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:206:145 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:217:80 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:217:108 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:217:125 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:227:80 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:227:97 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:236:70 [INFO] [stderr] | [INFO] [stderr] 236 | pub fn ssh_channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:248:85 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:248:105 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:248:124 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:248:140 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:257:72 [INFO] [stderr] | [INFO] [stderr] 257 | pub fn ssh_channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:267:90 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:267:107 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:276:71 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn ssh_channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:286:91 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:286:108 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:299:86 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:299:116 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:299:145 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:299:174 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:299:190 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:308:67 [INFO] [stderr] | [INFO] [stderr] 308 | pub fn ssh_channel_send_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:320:180 [INFO] [stderr] | [INFO] [stderr] 320 | pub fn ssh_channel_select(readchans: *mut *mut ssh_channel_struct, writechans: *mut *mut ssh_channel_struct, exceptchans: *mut *mut ssh_channel_struct, timeout: *mut timeval) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:330:78 [INFO] [stderr] | [INFO] [stderr] 330 | pub fn ssh_channel_set_blocking(channel: *mut ssh_channel_struct, blocking: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:341:93 [INFO] [stderr] | [INFO] [stderr] 341 | pub fn ssh_channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:341:110 [INFO] [stderr] | [INFO] [stderr] 341 | pub fn ssh_channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:350:70 [INFO] [stderr] | [INFO] [stderr] 350 | pub fn ssh_channel_window_size(channel: *mut ssh_channel_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:359:35 [INFO] [stderr] | [INFO] [stderr] 359 | pub fn ssh_basename(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:359:57 [INFO] [stderr] | [INFO] [stderr] 359 | pub fn ssh_basename(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:368:47 [INFO] [stderr] | [INFO] [stderr] 368 | pub fn ssh_clean_pubkey_hash(hash: *mut *mut libc::c_uchar); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:377:58 [INFO] [stderr] | [INFO] [stderr] 377 | pub fn ssh_connect(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:385:35 [INFO] [stderr] | [INFO] [stderr] 385 | pub fn ssh_copyright() -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:403:34 [INFO] [stderr] | [INFO] [stderr] 403 | pub fn ssh_dirname(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:403:56 [INFO] [stderr] | [INFO] [stderr] 403 | pub fn ssh_dirname(path: *const libc::c_char) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:411:27 [INFO] [stderr] | [INFO] [stderr] 411 | pub fn ssh_finalize() -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:421:74 [INFO] [stderr] | [INFO] [stderr] 421 | pub fn ssh_forward_accept(session: *mut ssh_session_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:432:82 [INFO] [stderr] | [INFO] [stderr] 432 | pub fn ssh_channel_accept_forward(session: *mut ssh_session_struct, timeout_ms: libc::c_int, destination_port: *mut libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:432:118 [INFO] [stderr] | [INFO] [stderr] 432 | pub fn ssh_channel_accept_forward(session: *mut ssh_session_struct, timeout_ms: libc::c_int, destination_port: *mut libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:443:78 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:443:98 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:443:114 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn ssh_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:455:78 [INFO] [stderr] | [INFO] [stderr] 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_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:455:98 [INFO] [stderr] | [INFO] [stderr] 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_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:455:128 [INFO] [stderr] | [INFO] [stderr] 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_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:455:144 [INFO] [stderr] | [INFO] [stderr] 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_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:473:80 [INFO] [stderr] | [INFO] [stderr] 473 | pub fn ssh_get_disconnect_message(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:482:59 [INFO] [stderr] | [INFO] [stderr] 482 | pub fn ssh_get_error(error: *mut libc::c_void) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:491:57 [INFO] [stderr] | [INFO] [stderr] 491 | pub fn ssh_get_error_code(error: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:500:57 [INFO] [stderr] | [INFO] [stderr] 500 | pub fn ssh_get_fd(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:510:35 [INFO] [stderr] | [INFO] [stderr] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:510:55 [INFO] [stderr] | [INFO] [stderr] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:510:78 [INFO] [stderr] | [INFO] [stderr] 510 | pub fn ssh_get_hexa(what: *const libc::c_uchar, len: libc::c_ulong) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:519:72 [INFO] [stderr] | [INFO] [stderr] 519 | pub fn ssh_get_issue_banner(session: *mut ssh_session_struct) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:528:70 [INFO] [stderr] | [INFO] [stderr] 528 | pub fn ssh_get_openssh_version(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:538:95 [INFO] [stderr] | [INFO] [stderr] 538 | pub fn ssh_get_publickey(session: *mut ssh_session_struct, key: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:550:65 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:550:95 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:550:121 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:550:139 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:560:79 [INFO] [stderr] | [INFO] [stderr] 560 | pub fn ssh_get_pubkey_hash(session: *mut ssh_session_struct, hash: *mut *mut libc::c_uchar) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:560:97 [INFO] [stderr] | [INFO] [stderr] 560 | pub fn ssh_get_pubkey_hash(session: *mut ssh_session_struct, hash: *mut *mut libc::c_uchar) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:571:56 [INFO] [stderr] | [INFO] [stderr] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:571:77 [INFO] [stderr] | [INFO] [stderr] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:571:93 [INFO] [stderr] | [INFO] [stderr] 571 | pub fn ssh_get_random(where_: *mut libc::c_void, len: libc::c_int, strong: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:580:62 [INFO] [stderr] | [INFO] [stderr] 580 | pub fn ssh_get_version(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:589:61 [INFO] [stderr] | [INFO] [stderr] 589 | pub fn ssh_get_status(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:598:65 [INFO] [stderr] | [INFO] [stderr] 598 | pub fn ssh_get_poll_flags(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:606:23 [INFO] [stderr] | [INFO] [stderr] 606 | pub fn ssh_init() -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:615:62 [INFO] [stderr] | [INFO] [stderr] 615 | pub fn ssh_is_blocking(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:624:63 [INFO] [stderr] | [INFO] [stderr] 624 | pub fn ssh_is_connected(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:633:66 [INFO] [stderr] | [INFO] [stderr] 633 | pub fn ssh_is_server_known(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:642:34 [INFO] [stderr] | [INFO] [stderr] 642 | pub fn ssh_set_log_level(level: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:642:50 [INFO] [stderr] | [INFO] [stderr] 642 | pub fn ssh_set_log_level(level: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:650:32 [INFO] [stderr] | [INFO] [stderr] 650 | pub fn ssh_get_log_level() -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:667:58 [INFO] [stderr] | [INFO] [stderr] 667 | pub fn ssh_set_log_userdata(data: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:678:29 [INFO] [stderr] | [INFO] [stderr] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:678:59 [INFO] [stderr] | [INFO] [stderr] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:678:88 [INFO] [stderr] | [INFO] [stderr] 678 | pub fn _ssh_log(verbosity: libc::c_int, function: *const libc::c_char, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:689:61 [INFO] [stderr] | [INFO] [stderr] 689 | pub fn ssh_log(session: *mut ssh_session_struct, prioriry: libc::c_int, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:689:89 [INFO] [stderr] | [INFO] [stderr] 689 | pub fn ssh_log(session: *mut ssh_session_struct, prioriry: libc::c_int, format: *const libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:707:84 [INFO] [stderr] | [INFO] [stderr] 707 | pub fn ssh_message_channel_request_reply_success(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:734:62 [INFO] [stderr] | [INFO] [stderr] 734 | pub fn ssh_message_subtype(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:743:59 [INFO] [stderr] | [INFO] [stderr] 743 | pub fn ssh_message_type(msg: *mut ssh_message_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:753:36 [INFO] [stderr] | [INFO] [stderr] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:753:56 [INFO] [stderr] | [INFO] [stderr] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:753:73 [INFO] [stderr] | [INFO] [stderr] 753 | pub fn ssh_mkdir(pathname: *const libc::c_char, mode: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:771:95 [INFO] [stderr] | [INFO] [stderr] 771 | pub fn ssh_options_copy(src: *mut ssh_session_struct, dest: *mut *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:782:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:782:105 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:782:122 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:792:85 [INFO] [stderr] | [INFO] [stderr] 792 | pub fn ssh_options_parse_config(session: *mut ssh_session_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:792:102 [INFO] [stderr] | [INFO] [stderr] 792 | pub fn ssh_options_parse_config(session: *mut ssh_session_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:803:66 [INFO] [stderr] | [INFO] [stderr] 803 | pub fn ssh_options_set(session: *mut ssh_session_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:803:111 [INFO] [stderr] | [INFO] [stderr] 803 | pub fn ssh_options_set(session: *mut ssh_session_struct, type_: libc::c_uint, value: *const libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:814:66 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:814:97 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:814:114 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:824:82 [INFO] [stderr] | [INFO] [stderr] 824 | pub fn ssh_options_get_port(session: *mut ssh_session_struct, port_target: *mut libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:824:99 [INFO] [stderr] | [INFO] [stderr] 824 | pub fn ssh_options_get_port(session: *mut ssh_session_struct, port_target: *mut libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:833:65 [INFO] [stderr] | [INFO] [stderr] 833 | pub fn ssh_pcap_file_close(pcap: *mut ssh_pcap_file_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:860:78 [INFO] [stderr] | [INFO] [stderr] 860 | pub fn ssh_pcap_file_open(pcap: *mut ssh_pcap_file_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:860:95 [INFO] [stderr] | [INFO] [stderr] 860 | pub fn ssh_pcap_file_open(pcap: *mut ssh_pcap_file_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:886:51 [INFO] [stderr] | [INFO] [stderr] 886 | pub fn ssh_key_type(key: *mut ssh_key_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:895:37 [INFO] [stderr] | [INFO] [stderr] 895 | pub fn ssh_key_type_to_char(type_: libc::c_uint) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:895:61 [INFO] [stderr] | [INFO] [stderr] 895 | pub fn ssh_key_type_to_char(type_: libc::c_uint) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:904:45 [INFO] [stderr] | [INFO] [stderr] 904 | pub fn ssh_key_type_from_name(name: *const libc::c_char) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:904:62 [INFO] [stderr] | [INFO] [stderr] 904 | pub fn ssh_key_type_from_name(name: *const libc::c_char) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:913:54 [INFO] [stderr] | [INFO] [stderr] 913 | pub fn ssh_key_is_public(k: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:922:55 [INFO] [stderr] | [INFO] [stderr] 922 | pub fn ssh_key_is_private(k: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:933:77 [INFO] [stderr] | [INFO] [stderr] 933 | pub fn ssh_key_cmp(k1: *mut ssh_key_struct, k2: *mut ssh_key_struct, what: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:933:94 [INFO] [stderr] | [INFO] [stderr] 933 | pub fn ssh_key_cmp(k1: *mut ssh_key_struct, k2: *mut ssh_key_struct, what: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:944:33 [INFO] [stderr] | [INFO] [stderr] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:944:58 [INFO] [stderr] | [INFO] [stderr] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:944:106 [INFO] [stderr] | [INFO] [stderr] 944 | pub fn ssh_pki_generate(type_: libc::c_uint, parameter: libc::c_int, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:55 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:88 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:135 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:154 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:168 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:183 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:196 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:231 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:957:310 [INFO] [stderr] | [INFO] [stderr] 957 | pub fn ssh_pki_import_privkey_base64(b64_key: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:54 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:87 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:134 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:153 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:167 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:182 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:195 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:230 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:970:309 [INFO] [stderr] | [INFO] [stderr] 970 | pub fn ssh_pki_import_privkey_file(filename: *const libc::c_char, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:86 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:133 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:152 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:166 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:181 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:194 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:229 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:290 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:983:307 [INFO] [stderr] | [INFO] [stderr] 983 | pub fn ssh_pki_export_privkey_file(privkey: *mut ssh_key_struct, passphrase: *const libc::c_char, auth_fn: Option libc::c_int>, auth_data: *mut libc::c_void, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:994:54 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:994:75 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:994:124 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1004:53 [INFO] [stderr] | [INFO] [stderr] 1004 | pub fn ssh_pki_import_pubkey_file(filename: *const libc::c_char, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1004:102 [INFO] [stderr] | [INFO] [stderr] 1004 | pub fn ssh_pki_import_pubkey_file(filename: *const libc::c_char, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1014:107 [INFO] [stderr] | [INFO] [stderr] 1014 | pub fn ssh_pki_export_privkey_to_pubkey(privkey: *mut ssh_key_struct, pkey: *mut *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1024:83 [INFO] [stderr] | [INFO] [stderr] 1024 | pub fn ssh_pki_export_pubkey_base64(key: *mut ssh_key_struct, b64_key: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1024:100 [INFO] [stderr] | [INFO] [stderr] 1024 | pub fn ssh_pki_export_pubkey_base64(key: *mut ssh_key_struct, b64_key: *mut *mut libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1034:79 [INFO] [stderr] | [INFO] [stderr] 1034 | pub fn ssh_pki_export_pubkey_file(key: *mut ssh_key_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1034:96 [INFO] [stderr] | [INFO] [stderr] 1034 | pub fn ssh_pki_export_pubkey_file(key: *mut ssh_key_struct, filename: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1045:38 [INFO] [stderr] | [INFO] [stderr] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1045:65 [INFO] [stderr] | [INFO] [stderr] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1045:85 [INFO] [stderr] | [INFO] [stderr] 1045 | pub fn ssh_print_hexa(descr: *const libc::c_char, what: *const libc::c_uchar, len: libc::c_ulong); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1055:72 [INFO] [stderr] | [INFO] [stderr] 1055 | pub fn ssh_send_ignore(session: *mut ssh_session_struct, data: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1055:89 [INFO] [stderr] | [INFO] [stderr] 1055 | pub fn ssh_send_ignore(session: *mut ssh_session_struct, data: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1066:74 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1066:104 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1066:120 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1085:61 [INFO] [stderr] | [INFO] [stderr] 1085 | pub fn ssh_scp_accept_request(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1094:52 [INFO] [stderr] | [INFO] [stderr] 1094 | pub fn ssh_scp_close(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1104:71 [INFO] [stderr] | [INFO] [stderr] 1104 | pub fn ssh_scp_deny_request(scp: *mut ssh_scp_struct, reason: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1104:88 [INFO] [stderr] | [INFO] [stderr] 1104 | pub fn ssh_scp_deny_request(scp: *mut ssh_scp_struct, reason: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1122:51 [INFO] [stderr] | [INFO] [stderr] 1122 | pub fn ssh_scp_init(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1131:62 [INFO] [stderr] | [INFO] [stderr] 1131 | pub fn ssh_scp_leave_directory(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1142:61 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1142:91 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1151:59 [INFO] [stderr] | [INFO] [stderr] 1151 | pub fn ssh_scp_pull_request(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1162:74 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1162:94 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1162:110 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1174:70 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1174:90 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1174:112 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1174:128 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1186:72 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1186:92 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] --> src/ssh_key.rs:304:15 [INFO] [stderr] | [INFO] [stderr] 304 | let typ = ::ssh_keytypes_e::SSH_KEYTYPE_RSA as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^ maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1186:114 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1186:130 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1197:81 [INFO] [stderr] | [INFO] [stderr] 1197 | pub fn ssh_scp_read(scp: *mut ssh_scp_struct, buffer: *mut libc::c_void, size: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1197:99 [INFO] [stderr] | [INFO] [stderr] 1197 | pub fn ssh_scp_read(scp: *mut ssh_scp_struct, buffer: *mut libc::c_void, size: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1206:74 [INFO] [stderr] | [INFO] [stderr] 1206 | pub fn ssh_scp_request_get_filename(scp: *mut ssh_scp_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1215:70 [INFO] [stderr] | [INFO] [stderr] 1215 | pub fn ssh_scp_request_get_permissions(scp: *mut ssh_scp_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1224:63 [INFO] [stderr] | [INFO] [stderr] 1224 | pub fn ssh_scp_request_get_size(scp: *mut ssh_scp_struct) -> libc::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1233:65 [INFO] [stderr] | [INFO] [stderr] 1233 | pub fn ssh_scp_request_get_size64(scp: *mut ssh_scp_struct) -> libc::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1242:73 [INFO] [stderr] | [INFO] [stderr] 1242 | pub fn ssh_scp_request_get_warning(scp: *mut ssh_scp_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1253:83 [INFO] [stderr] | [INFO] [stderr] 1253 | pub fn ssh_scp_write(scp: *mut ssh_scp_struct, buffer: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1253:101 [INFO] [stderr] | [INFO] [stderr] 1253 | pub fn ssh_scp_write(scp: *mut ssh_scp_struct, buffer: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1266:110 [INFO] [stderr] | [INFO] [stderr] 1266 | pub fn ssh_select(channels: *mut *mut ssh_channel_struct, outchannels: *mut *mut ssh_channel_struct, maxfd: libc::c_int, readfds: *mut fd_set, timeout: *mut timeval) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1266:171 [INFO] [stderr] | [INFO] [stderr] 1266 | pub fn ssh_select(channels: *mut *mut ssh_channel_struct, outchannels: *mut *mut ssh_channel_struct, maxfd: libc::c_int, readfds: *mut fd_set, timeout: *mut timeval) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1276:79 [INFO] [stderr] | [INFO] [stderr] 1276 | pub fn ssh_service_request(session: *mut ssh_session_struct, service: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1276:96 [INFO] [stderr] | [INFO] [stderr] 1276 | pub fn ssh_service_request(session: *mut ssh_session_struct, service: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1286:102 [INFO] [stderr] | [INFO] [stderr] 1286 | pub fn ssh_set_agent_channel(session: *mut ssh_session_struct, channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1296:70 [INFO] [stderr] | [INFO] [stderr] 1296 | pub fn ssh_set_blocking(session: *mut ssh_session_struct, blocking: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1342:101 [INFO] [stderr] | [INFO] [stderr] 1342 | pub fn ssh_set_pcap_file(session: *mut ssh_session_struct, pcapfile: *mut ssh_pcap_file_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1352:78 [INFO] [stderr] | [INFO] [stderr] 1352 | pub fn ssh_userauth_none(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1352:95 [INFO] [stderr] | [INFO] [stderr] 1352 | pub fn ssh_userauth_none(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1362:78 [INFO] [stderr] | [INFO] [stderr] 1362 | pub fn ssh_userauth_list(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1362:95 [INFO] [stderr] | [INFO] [stderr] 1362 | pub fn ssh_userauth_list(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1373:87 [INFO] [stderr] | [INFO] [stderr] 1373 | pub fn ssh_userauth_try_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, pubkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1373:133 [INFO] [stderr] | [INFO] [stderr] 1373 | pub fn ssh_userauth_try_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, pubkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1384:83 [INFO] [stderr] | [INFO] [stderr] 1384 | pub fn ssh_userauth_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, privkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1384:130 [INFO] [stderr] | [INFO] [stderr] 1384 | pub fn ssh_userauth_publickey(session: *mut ssh_session_struct, username: *const libc::c_char, privkey: *mut ssh_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1394:79 [INFO] [stderr] | [INFO] [stderr] 1394 | pub fn ssh_userauth_agent(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1394:96 [INFO] [stderr] | [INFO] [stderr] 1394 | pub fn ssh_userauth_agent(session: *mut ssh_session_struct, username: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1405:88 [INFO] [stderr] | [INFO] [stderr] 1405 | pub fn ssh_userauth_publickey_auto(session: *mut ssh_session_struct, username: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1405:121 [INFO] [stderr] | [INFO] [stderr] 1405 | pub fn ssh_userauth_publickey_auto(session: *mut ssh_session_struct, username: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1405:138 [INFO] [stderr] | [INFO] [stderr] 1405 | pub fn ssh_userauth_publickey_auto(session: *mut ssh_session_struct, username: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1416:82 [INFO] [stderr] | [INFO] [stderr] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1416:113 [INFO] [stderr] | [INFO] [stderr] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1416:130 [INFO] [stderr] | [INFO] [stderr] 1416 | pub fn ssh_userauth_password(session: *mut ssh_session_struct, username: *const libc::c_char, password: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1427:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1427:109 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1427:126 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1436:88 [INFO] [stderr] | [INFO] [stderr] 1436 | pub fn ssh_userauth_kbdint_getinstruction(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1445:81 [INFO] [stderr] | [INFO] [stderr] 1445 | pub fn ssh_userauth_kbdint_getname(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1454:78 [INFO] [stderr] | [INFO] [stderr] 1454 | pub fn ssh_userauth_kbdint_getnprompts(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1465:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1465:101 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1465:125 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1474:78 [INFO] [stderr] | [INFO] [stderr] 1474 | pub fn ssh_userauth_kbdint_getnanswers(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1484:76 [INFO] [stderr] | [INFO] [stderr] 1484 | pub fn ssh_userauth_kbdint_getanswer(session: *mut ssh_session_struct, i: libc::c_uint) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1484:100 [INFO] [stderr] | [INFO] [stderr] 1484 | pub fn ssh_userauth_kbdint_getanswer(session: *mut ssh_session_struct, i: libc::c_uint) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1495:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1495:105 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1495:122 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1504:66 [INFO] [stderr] | [INFO] [stderr] 1504 | pub fn ssh_userauth_gssapi(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1513:34 [INFO] [stderr] | [INFO] [stderr] 1513 | pub fn ssh_version(req_version: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1513:57 [INFO] [stderr] | [INFO] [stderr] 1513 | pub fn ssh_version(req_version: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1522:66 [INFO] [stderr] | [INFO] [stderr] 1522 | pub fn ssh_write_knownhost(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1560:86 [INFO] [stderr] | [INFO] [stderr] 1560 | pub fn ssh_string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1560:104 [INFO] [stderr] | [INFO] [stderr] 1560 | pub fn ssh_string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1578:43 [INFO] [stderr] | [INFO] [stderr] 1578 | pub fn ssh_string_from_char(what: *const libc::c_char) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1587:56 [INFO] [stderr] | [INFO] [stderr] 1587 | pub fn ssh_string_len(str: *mut ssh_string_struct) -> libc::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1596:30 [INFO] [stderr] | [INFO] [stderr] 1596 | pub fn ssh_string_new(size: libc::c_ulong) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1605:68 [INFO] [stderr] | [INFO] [stderr] 1605 | pub fn ssh_string_get_char(str: *mut ssh_string_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1614:65 [INFO] [stderr] | [INFO] [stderr] 1614 | pub fn ssh_string_to_char(str: *mut ssh_string_struct) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1623:38 [INFO] [stderr] | [INFO] [stderr] 1623 | pub fn ssh_string_free_char(s: *mut libc::c_char); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1636:36 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1636:60 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1636:79 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1636:100 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1636:121 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1636:137 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1657:60 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1657:81 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1657:117 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1657:130 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1657:165 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1657:211 [INFO] [stderr] | [INFO] [stderr] 1657 | pub fn ssh_event_add_fd(event: *mut ssh_event_struct, fd: libc::c_int, events: libc::c_short, cb: Option libc::c_int>, userdata: *mut libc::c_void) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1667:98 [INFO] [stderr] | [INFO] [stderr] 1667 | pub fn ssh_event_add_session(event: *mut ssh_event_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1677:65 [INFO] [stderr] | [INFO] [stderr] 1677 | pub fn ssh_event_dopoll(event: *mut ssh_event_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1677:81 [INFO] [stderr] | [INFO] [stderr] 1677 | pub fn ssh_event_dopoll(event: *mut ssh_event_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1687:63 [INFO] [stderr] | [INFO] [stderr] 1687 | pub fn ssh_event_remove_fd(event: *mut ssh_event_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1687:79 [INFO] [stderr] | [INFO] [stderr] 1687 | pub fn ssh_event_remove_fd(event: *mut ssh_event_struct, fd: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1697:101 [INFO] [stderr] | [INFO] [stderr] 1697 | pub fn ssh_event_remove_session(event: *mut ssh_event_struct, session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1715:74 [INFO] [stderr] | [INFO] [stderr] 1715 | pub fn ssh_get_clientbanner(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1724:74 [INFO] [stderr] | [INFO] [stderr] 1724 | pub fn ssh_get_serverbanner(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1733:71 [INFO] [stderr] | [INFO] [stderr] 1733 | pub fn ssh_get_cipher_in(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1742:72 [INFO] [stderr] | [INFO] [stderr] 1742 | pub fn ssh_get_cipher_out(session: *mut ssh_session_struct) -> *const libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1751:60 [INFO] [stderr] | [INFO] [stderr] 1751 | pub fn ssh_auth_list(session: *mut ssh_session_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1763:86 [INFO] [stderr] | [INFO] [stderr] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1763:107 [INFO] [stderr] | [INFO] [stderr] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1763:158 [INFO] [stderr] | [INFO] [stderr] 1763 | pub fn ssh_userauth_offer_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, type_: libc::c_int, publickey: *mut ssh_string_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1775:80 [INFO] [stderr] | [INFO] [stderr] 1775 | pub fn ssh_userauth_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_string_struct, privatekey: *mut ssh_private_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1775:173 [INFO] [stderr] | [INFO] [stderr] 1775 | pub fn ssh_userauth_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_string_struct, privatekey: *mut ssh_private_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1786:86 [INFO] [stderr] | [INFO] [stderr] 1786 | pub fn ssh_userauth_agent_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_public_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1786:142 [INFO] [stderr] | [INFO] [stderr] 1786 | pub fn ssh_userauth_agent_pubkey(session: *mut ssh_session_struct, username: *const libc::c_char, publickey: *mut ssh_public_key_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1796:86 [INFO] [stderr] | [INFO] [stderr] 1796 | pub fn ssh_userauth_autopubkey(session: *mut ssh_session_struct, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1796:103 [INFO] [stderr] | [INFO] [stderr] 1796 | pub fn ssh_userauth_autopubkey(session: *mut ssh_session_struct, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1808:89 [INFO] [stderr] | [INFO] [stderr] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1808:120 [INFO] [stderr] | [INFO] [stderr] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1808:153 [INFO] [stderr] | [INFO] [stderr] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1808:170 [INFO] [stderr] | [INFO] [stderr] 1808 | pub fn ssh_userauth_privatekey_file(session: *mut ssh_session_struct, username: *const libc::c_char, filename: *const libc::c_char, passphrase: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1835:59 [INFO] [stderr] | [INFO] [stderr] 1835 | pub fn buffer_get_len(buffer: *mut ssh_buffer_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1853:74 [INFO] [stderr] | [INFO] [stderr] 1853 | pub fn channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1864:73 [INFO] [stderr] | [INFO] [stderr] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1864:92 [INFO] [stderr] | [INFO] [stderr] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1864:108 [INFO] [stderr] | [INFO] [stderr] 1864 | pub fn channel_change_pty_size(channel: *mut ssh_channel_struct, cols: libc::c_int, rows: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1874:78 [INFO] [stderr] | [INFO] [stderr] 1874 | pub fn channel_forward_accept(session: *mut ssh_session_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1883:60 [INFO] [stderr] | [INFO] [stderr] 1883 | pub fn channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1894:82 [INFO] [stderr] | [INFO] [stderr] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1894:102 [INFO] [stderr] | [INFO] [stderr] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1894:118 [INFO] [stderr] | [INFO] [stderr] 1894 | pub fn channel_forward_cancel(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1906:82 [INFO] [stderr] | [INFO] [stderr] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1906:102 [INFO] [stderr] | [INFO] [stderr] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1906:132 [INFO] [stderr] | [INFO] [stderr] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1906:148 [INFO] [stderr] | [INFO] [stderr] 1906 | pub fn channel_forward_listen(session: *mut ssh_session_struct, address: *const libc::c_char, port: libc::c_int, bound_port: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1924:70 [INFO] [stderr] | [INFO] [stderr] 1924 | pub fn channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1942:64 [INFO] [stderr] | [INFO] [stderr] 1942 | pub fn channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1951:61 [INFO] [stderr] | [INFO] [stderr] 1951 | pub fn channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1960:62 [INFO] [stderr] | [INFO] [stderr] 1960 | pub fn channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1982:83 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1982:109 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1982:141 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1982:166 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1982:182 [INFO] [stderr] | [INFO] [stderr] 1982 | pub fn channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:1991:67 [INFO] [stderr] | [INFO] [stderr] 1991 | pub fn channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2001:67 [INFO] [stderr] | [INFO] [stderr] 2001 | pub fn channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2001:83 [INFO] [stderr] | [INFO] [stderr] 2001 | pub fn channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2013:88 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2013:113 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2013:129 [INFO] [stderr] | [INFO] [stderr] 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::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2025:102 [INFO] [stderr] | [INFO] [stderr] 2025 | pub fn channel_read_buffer(channel: *mut ssh_channel_struct, buffer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2025:127 [INFO] [stderr] | [INFO] [stderr] 2025 | pub fn channel_read_buffer(channel: *mut ssh_channel_struct, buffer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2025:143 [INFO] [stderr] | [INFO] [stderr] 2025 | pub fn channel_read_buffer(channel: *mut ssh_channel_struct, buffer: *mut ssh_buffer_struct, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2037:100 [INFO] [stderr] | [INFO] [stderr] 2037 | pub fn channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2037:125 [INFO] [stderr] | [INFO] [stderr] 2037 | pub fn channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2037:141 [INFO] [stderr] | [INFO] [stderr] 2037 | pub fn channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2048:76 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2048:104 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2048:121 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2058:76 [INFO] [stderr] | [INFO] [stderr] 2058 | pub fn channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2058:93 [INFO] [stderr] | [INFO] [stderr] 2058 | pub fn channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2067:66 [INFO] [stderr] | [INFO] [stderr] 2067 | pub fn channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2079:81 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2079:101 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] --> src/ssh_key.rs:316:15 [INFO] [stderr] | [INFO] [stderr] 316 | let typ = ::ssh_keytypes_e::SSH_KEYTYPE_RSA as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^ maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2079:120 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2079:136 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2088:68 [INFO] [stderr] | [INFO] [stderr] 2088 | pub fn channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2098:86 [INFO] [stderr] | [INFO] [stderr] 2098 | pub fn channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2098:103 [INFO] [stderr] | [INFO] [stderr] 2098 | pub fn channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2107:67 [INFO] [stderr] | [INFO] [stderr] 2107 | pub fn channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2117:87 [INFO] [stderr] | [INFO] [stderr] 2117 | pub fn channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2117:104 [INFO] [stderr] | [INFO] [stderr] 2117 | pub fn channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2130:82 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2130:112 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2130:141 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2130:170 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2130:186 [INFO] [stderr] | [INFO] [stderr] 2130 | pub fn channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2139:63 [INFO] [stderr] | [INFO] [stderr] 2139 | pub fn channel_send_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2151:176 [INFO] [stderr] | [INFO] [stderr] 2151 | pub fn channel_select(readchans: *mut *mut ssh_channel_struct, writechans: *mut *mut ssh_channel_struct, exceptchans: *mut *mut ssh_channel_struct, timeout: *mut timeval) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2161:74 [INFO] [stderr] | [INFO] [stderr] 2161 | pub fn channel_set_blocking(channel: *mut ssh_channel_struct, blocking: libc::c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2172:89 [INFO] [stderr] | [INFO] [stderr] 2172 | pub fn channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2172:106 [INFO] [stderr] | [INFO] [stderr] 2172 | pub fn channel_write(channel: *mut ssh_channel_struct, data: *const libc::c_void, len: libc::c_uint) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2193:81 [INFO] [stderr] | [INFO] [stderr] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const libc::c_char) -> *mut ssh_private_key_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2193:102 [INFO] [stderr] | [INFO] [stderr] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const libc::c_char) -> *mut ssh_private_key_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2193:134 [INFO] [stderr] | [INFO] [stderr] 2193 | pub fn privatekey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: libc::c_int, passphrase: *const libc::c_char) -> *mut ssh_private_key_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2214:78 [INFO] [stderr] | [INFO] [stderr] 2214 | pub fn ssh_publickey_to_file(session: *mut ssh_session_struct, file: *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2214:131 [INFO] [stderr] | [INFO] [stderr] 2214 | pub fn ssh_publickey_to_file(session: *mut ssh_session_struct, file: *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2214:147 [INFO] [stderr] | [INFO] [stderr] 2214 | pub fn ssh_publickey_to_file(session: *mut ssh_session_struct, file: *const libc::c_char, pubkey: *mut ssh_string_struct, type_: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2225:80 [INFO] [stderr] | [INFO] [stderr] 2225 | pub fn publickey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: *mut libc::c_int) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2225:106 [INFO] [stderr] | [INFO] [stderr] 2225 | pub fn publickey_from_file(session: *mut ssh_session_struct, filename: *const libc::c_char, type_: *mut libc::c_int) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2255:87 [INFO] [stderr] | [INFO] [stderr] 2255 | pub fn ssh_try_publickey_from_file(session: *mut ssh_session_struct, keyfile: *const libc::c_char, publickey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2255:153 [INFO] [stderr] | [INFO] [stderr] 2255 | pub fn ssh_try_publickey_from_file(session: *mut ssh_session_struct, keyfile: *const libc::c_char, publickey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2255:169 [INFO] [stderr] | [INFO] [stderr] 2255 | pub fn ssh_try_publickey_from_file(session: *mut ssh_session_struct, keyfile: *const libc::c_char, publickey: *mut *mut ssh_string_struct, type_: *mut libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2264:73 [INFO] [stderr] | [INFO] [stderr] 2264 | pub fn ssh_privatekey_type(privatekey: *mut ssh_private_key_struct) -> libc::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2283:76 [INFO] [stderr] | [INFO] [stderr] 2283 | pub fn ssh_message_retrieve(session: *mut ssh_session_struct, packettype: libc::c_uint) -> *mut ssh_message_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2330:82 [INFO] [stderr] | [INFO] [stderr] 2330 | pub fn string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2330:100 [INFO] [stderr] | [INFO] [stderr] 2330 | pub fn string_fill(str: *mut ssh_string_struct, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2348:39 [INFO] [stderr] | [INFO] [stderr] 2348 | pub fn string_from_char(what: *const libc::c_char) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2357:52 [INFO] [stderr] | [INFO] [stderr] 2357 | pub fn string_len(str: *mut ssh_string_struct) -> libc::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2366:26 [INFO] [stderr] | [INFO] [stderr] 2366 | pub fn string_new(size: libc::c_ulong) -> *mut ssh_string_struct; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2375:61 [INFO] [stderr] | [INFO] [stderr] 2375 | pub fn string_to_char(str: *mut ssh_string_struct) -> *mut libc::c_char; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2464:10 [INFO] [stderr] | [INFO] [stderr] 2464 | tv_sec: libc::c_long, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2465:11 [INFO] [stderr] | [INFO] [stderr] 2465 | tv_usec: libc::c_long, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2507:26 [INFO] [stderr] | [INFO] [stderr] 2507 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2508:12 [INFO] [stderr] | [INFO] [stderr] 2508 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2511:21 [INFO] [stderr] | [INFO] [stderr] 2511 | pub fn from_u32(v: libc::c_uint) -> ssh_kex_types_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2539:26 [INFO] [stderr] | [INFO] [stderr] 2539 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2540:12 [INFO] [stderr] | [INFO] [stderr] 2540 | *self as libc::c_int [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2543:21 [INFO] [stderr] | [INFO] [stderr] 2543 | pub fn from_i32(v: libc::c_int) -> ssh_auth_e { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2569:26 [INFO] [stderr] | [INFO] [stderr] 2569 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2570:12 [INFO] [stderr] | [INFO] [stderr] 2570 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2573:21 [INFO] [stderr] | [INFO] [stderr] 2573 | pub fn from_u32(v: libc::c_uint) -> ssh_requests_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2599:26 [INFO] [stderr] | [INFO] [stderr] 2599 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2600:12 [INFO] [stderr] | [INFO] [stderr] 2600 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2603:21 [INFO] [stderr] | [INFO] [stderr] 2603 | pub fn from_u32(v: libc::c_uint) -> ssh_channel_type_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2635:26 [INFO] [stderr] | [INFO] [stderr] 2635 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2636:12 [INFO] [stderr] | [INFO] [stderr] 2636 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2639:21 [INFO] [stderr] | [INFO] [stderr] 2639 | pub fn from_u32(v: libc::c_uint) -> ssh_channel_requests_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2661:26 [INFO] [stderr] | [INFO] [stderr] 2661 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2662:12 [INFO] [stderr] | [INFO] [stderr] 2662 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2665:21 [INFO] [stderr] | [INFO] [stderr] 2665 | pub fn from_u32(v: libc::c_uint) -> ssh_global_requests_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2689:26 [INFO] [stderr] | [INFO] [stderr] 2689 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2690:12 [INFO] [stderr] | [INFO] [stderr] 2690 | *self as libc::c_int [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2693:21 [INFO] [stderr] | [INFO] [stderr] 2693 | pub fn from_i32(v: libc::c_int) -> ssh_publickey_state_e { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2721:26 [INFO] [stderr] | [INFO] [stderr] 2721 | pub fn to_i32(&self) -> libc::c_int { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2722:12 [INFO] [stderr] | [INFO] [stderr] 2722 | *self as libc::c_int [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2725:21 [INFO] [stderr] | [INFO] [stderr] 2725 | pub fn from_i32(v: libc::c_int) -> ssh_server_known_e { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2749:26 [INFO] [stderr] | [INFO] [stderr] 2749 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2750:12 [INFO] [stderr] | [INFO] [stderr] 2750 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2753:21 [INFO] [stderr] | [INFO] [stderr] 2753 | pub fn from_u32(v: libc::c_uint) -> ssh_error_types_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2779:26 [INFO] [stderr] | [INFO] [stderr] 2779 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2780:12 [INFO] [stderr] | [INFO] [stderr] 2780 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2783:21 [INFO] [stderr] | [INFO] [stderr] 2783 | pub fn from_u32(v: libc::c_uint) -> ssh_keytypes_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2803:26 [INFO] [stderr] | [INFO] [stderr] 2803 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2804:12 [INFO] [stderr] | [INFO] [stderr] 2804 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2807:21 [INFO] [stderr] | [INFO] [stderr] 2807 | pub fn from_u32(v: libc::c_uint) -> ssh_keycmp_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2896:26 [INFO] [stderr] | [INFO] [stderr] 2896 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2897:12 [INFO] [stderr] | [INFO] [stderr] 2897 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2900:21 [INFO] [stderr] | [INFO] [stderr] 2900 | pub fn from_u32(v: libc::c_uint) -> ssh_options_e { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2937:26 [INFO] [stderr] | [INFO] [stderr] 2937 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2938:12 [INFO] [stderr] | [INFO] [stderr] 2938 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2941:21 [INFO] [stderr] | [INFO] [stderr] 2941 | pub fn from_u32(v: libc::c_uint) -> ssh_scp_request_types { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2961:26 [INFO] [stderr] | [INFO] [stderr] 2961 | pub fn to_u32(&self) -> libc::c_uint { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2962:12 [INFO] [stderr] | [INFO] [stderr] 2962 | *self as libc::c_uint [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh.rs:2965:21 [INFO] [stderr] | [INFO] [stderr] 2965 | pub fn from_u32(v: libc::c_uint) -> ssh_publickey_hash_type { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ssh_key.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ssh_key.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ssh_session.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ssh_bind.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ssh_message.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] --> src/ssh_key.rs:326:15 [INFO] [stderr] | [INFO] [stderr] 326 | let typ = ::ssh_keytypes_e::SSH_KEYTYPE_RSA as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^ maybe a missing crate `ssh_keytypes_e`? [INFO] [stderr] [INFO] [stderr] error: cannot find macro `debug!` in this scope [INFO] [stderr] --> src/ssh_bind.rs:92:3 [INFO] [stderr] | [INFO] [stderr] 92 | debug!("listen={}", res); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `debug!` in this scope [INFO] [stderr] --> src/lib.rs:23:2 [INFO] [stderr] | [INFO] [stderr] 23 | debug!("calling ssh_finalize()."); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_key.rs:41:30 [INFO] [stderr] | [INFO] [stderr] 41 | let auth_data = 0 as *mut c_void; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:257:5 [INFO] [stderr] | [INFO] [stderr] 257 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:265:5 [INFO] [stderr] | [INFO] [stderr] 265 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:273:5 [INFO] [stderr] | [INFO] [stderr] 273 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:281:5 [INFO] [stderr] | [INFO] [stderr] 281 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:291:5 [INFO] [stderr] | [INFO] [stderr] 291 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:302:5 [INFO] [stderr] | [INFO] [stderr] 302 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:314:5 [INFO] [stderr] | [INFO] [stderr] 314 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:324:5 [INFO] [stderr] | [INFO] [stderr] 324 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:333:5 [INFO] [stderr] | [INFO] [stderr] 333 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ssh_initialize` in the crate root [INFO] [stderr] --> src/ssh_key.rs:341:5 [INFO] [stderr] | [INFO] [stderr] 341 | ::ssh_initialize(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `ssh_finalize` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_session.rs:36:61 [INFO] [stderr] | [INFO] [stderr] 36 | unsafe { ssh_options_set(self._session, opt, h as *const c_void) } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 5 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 5 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 5 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_session.rs:123:52 [INFO] [stderr] | [INFO] [stderr] 123 | ssh_options_set(self._session, opt, p as *const c_void) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 5 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 5 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 5 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_bind.rs:43:63 [INFO] [stderr] | [INFO] [stderr] 43 | unsafe { ssh_bind_options_set(self._bind, opt, h as *const c_void) } [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_bind.rs:57:54 [INFO] [stderr] | [INFO] [stderr] 57 | ssh_bind_options_set(self._bind, opt, p as *const c_void) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_bind.rs:71:61 [INFO] [stderr] | [INFO] [stderr] 71 | ssh_bind_options_set(self._bind, opt_type, typ as *const c_void) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `c_void` in this scope [INFO] [stderr] --> src/ssh_bind.rs:79:66 [INFO] [stderr] | [INFO] [stderr] 79 | ssh_bind_options_set(self._bind, opt_key, pkey_file as *const c_void) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use ssh_session::libc::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `func` in this scope [INFO] [stderr] --> src/lib.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | func(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:5:23 [INFO] [stderr] | [INFO] [stderr] 5 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | static SSH_INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/lib.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:13:71 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:13:87 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn ssh_blocking_flush(session: *mut ssh_session_struct, timeout: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:23:78 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn ssh_channel_accept_x11(channel: *mut ssh_channel_struct, timeout_ms: libc::c_int) -> *mut ssh_channel_struct; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:34:77 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:34:96 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:34:112 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:43:64 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn ssh_channel_close(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:61:74 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn ssh_channel_get_exit_status(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:79:68 [INFO] [stderr] | [INFO] [stderr] 79 | pub fn ssh_channel_is_closed(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:88:65 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn ssh_channel_is_eof(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:97:66 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn ssh_channel_is_open(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:115:74 [INFO] [stderr] | [INFO] [stderr] 115 | pub fn ssh_channel_open_auth_agent(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:87 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:113 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:145 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:170 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:128:186 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn ssh_channel_open_forward(channel: *mut ssh_channel_struct, remotehost: *const libc::c_char, remoteport: libc::c_int, sourcehost: *const libc::c_char, localport: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:137:71 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn ssh_channel_open_session(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:148:82 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:148:107 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:148:123 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:158:71 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:158:87 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn ssh_channel_poll(channel: *mut ssh_channel_struct, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:169:77 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:169:101 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:169:117 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:181:92 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:181:117 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:181:133 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:194:100 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:194:125 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:194:150 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:194:166 [INFO] [stderr] | [INFO] [stderr] 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_int, timeout_ms: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:206:104 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:206:129 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:206:145 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn ssh_channel_read_nonblocking(channel: *mut ssh_channel_struct, dest: *mut libc::c_void, count: libc::c_uint, is_stderr: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:217:80 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:217:108 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:217:125 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:227:80 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:227:97 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn ssh_channel_request_exec(channel: *mut ssh_channel_struct, cmd: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:236:70 [INFO] [stderr] | [INFO] [stderr] 236 | pub fn ssh_channel_request_pty(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:248:85 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:248:105 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:248:124 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:248:140 [INFO] [stderr] | [INFO] [stderr] 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) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:257:72 [INFO] [stderr] | [INFO] [stderr] 257 | pub fn ssh_channel_request_shell(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:267:90 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:267:107 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn ssh_channel_request_send_signal(channel: *mut ssh_channel_struct, signum: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:276:71 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn ssh_channel_request_sftp(channel: *mut ssh_channel_struct) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:286:91 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:286:108 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn ssh_channel_request_subsystem(channel: *mut ssh_channel_struct, subsystem: *const libc::c_char) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:86 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:116 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:145 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:174 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/libssh_server.rs:299:190 [INFO] [stderr] | [INFO] [stderr] 299 | pub fn ssh_channel_request_x11(channel: *mut ssh_channel_struct, single_connection: libc::c_int, protocol: *const libc::c_char, cookie: *const libc::c_char, screen_number: libc::c_int) -> libc::c_int; [WARN] too many lines in the log, truncating it