openssh-sftp-client 0.15.2

Highlevel API used to communicate with openssh sftp server.
Documentation
Build #1499306 2024-11-06T05:43:43.647241+00:00
# rustc version
rustc 1.84.0-nightly (bc5cf994d 2024-11-05)# docs.rs version
docsrs 0.6.0 (fd0fad95 2024-11-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/openssh-sftp-client-0.15.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/openssh-sftp-client-0.15.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "openssh tracing" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241105-1.84.0-nightly-bc5cf994d\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] e5e6cecdcd4d93bb9d4b6ee7851d80b80551edc3af3093022c76b14b322ff208
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "e5e6cecdcd4d93bb9d4b6ee7851d80b80551edc3af3093022c76b14b322ff208", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: openssh
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking openssh v0.11.2
[INFO] [stderr] error: This crate can only be used on unix
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/lib.rs:160:1
[INFO] [stderr]     |
[INFO] [stderr] 160 | compile_error!("This crate can only be used on unix");
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `unix` in `os`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:8:14
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::os::unix::io::{AsFd, AsRawFd, BorrowedFd, FromRawFd, OwnedFd, RawFd};
[INFO] [stderr]   |              ^^^^ could not find `unix` in `os`
[INFO] [stderr]   |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:84:1
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `unix` in `net`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 |     net::unix::pipe::{Receiver as PipeReader, Sender as PipeWriter},
[INFO] [stderr]    |          ^^^^ could not find `unix` in `net`
[INFO] [stderr]    |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/mod.rs:54:13
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub mod unix;
[INFO] [stderr]    |             ^^^^
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/mod.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | / cfg_net_unix! {
[INFO] [stderr] 54 | |     pub mod unix;
[INFO] [stderr] 55 | |     pub use unix::datagram::socket::UnixDatagram;
[INFO] [stderr] 56 | |     pub use unix::listener::UnixListener;
[INFO] [stderr] 57 | |     pub use unix::stream::UnixStream;
[INFO] [stderr] 58 | |     pub use unix::socket::UnixSocket;
[INFO] [stderr] 59 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    = note: this error originates in the macro `cfg_net_unix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `unix` in `os`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/escape.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     os::unix::ffi::OsStrExt,
[INFO] [stderr]    |         ^^^^ could not find `unix` in `os`
[INFO] [stderr]    |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]   --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]   --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]   --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]   --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:84:1
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `unix` in `os`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/escape.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |     os::unix::ffi::OsStringExt,
[INFO] [stderr]    |         ^^^^ could not find `unix` in `os`
[INFO] [stderr]    |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]   --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]   --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]   --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]   --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:84:1
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `TryFrom<stdio::ChildStdin>` for type `stdio::Stdio`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:97:9
[INFO] [stderr]     |
[INFO] [stderr] 97  |         impl TryFrom<$type> for Stdio {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl_try_from_for_stdio!(ChildStdin);
[INFO] [stderr]     | ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: conflicting implementation in crate `core`:
[INFO] [stderr]             - impl<T, U> TryFrom<U> for T
[INFO] [stderr]               where U: Into<T>;
[INFO] [stderr]     = note: this error originates in the macro `impl_try_from_for_stdio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `TryFrom<stdio::ChildStdout>` for type `stdio::Stdio`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:97:9
[INFO] [stderr]     |
[INFO] [stderr] 97  |         impl TryFrom<$type> for Stdio {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 | impl_try_from_for_stdio!(ChildStdout);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: conflicting implementation in crate `core`:
[INFO] [stderr]             - impl<T, U> TryFrom<U> for T
[INFO] [stderr]               where U: Into<T>;
[INFO] [stderr]     = note: this error originates in the macro `impl_try_from_for_stdio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `TryFrom<stdio::ChildStderr>` for type `stdio::Stdio`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:97:9
[INFO] [stderr]     |
[INFO] [stderr] 97  |         impl TryFrom<$type> for Stdio {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 | impl_try_from_for_stdio!(ChildStderr);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: conflicting implementation in crate `core`:
[INFO] [stderr]             - impl<T, U> TryFrom<U> for T
[INFO] [stderr]               where U: Into<T>;
[INFO] [stderr]     = note: this error originates in the macro `impl_try_from_for_stdio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `TryFrom<tokio::process::ChildStdin>` for type `stdio::Stdio`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:120:9
[INFO] [stderr]     |
[INFO] [stderr] 120 |         impl TryFrom<tokio::process::$type> for Stdio {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 | impl_try_from_tokio_process_child_for_stdio!(ChildStdin);
[INFO] [stderr]     | -------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: conflicting implementation in crate `core`:
[INFO] [stderr]             - impl<T, U> TryFrom<U> for T
[INFO] [stderr]               where U: Into<T>;
[INFO] [stderr]     = note: this error originates in the macro `impl_try_from_tokio_process_child_for_stdio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `TryFrom<tokio::process::ChildStdout>` for type `stdio::Stdio`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:120:9
[INFO] [stderr]     |
[INFO] [stderr] 120 |         impl TryFrom<tokio::process::$type> for Stdio {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 131 | impl_try_from_tokio_process_child_for_stdio!(ChildStdout);
[INFO] [stderr]     | --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: conflicting implementation in crate `core`:
[INFO] [stderr]             - impl<T, U> TryFrom<U> for T
[INFO] [stderr]               where U: Into<T>;
[INFO] [stderr]     = note: this error originates in the macro `impl_try_from_tokio_process_child_for_stdio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `TryFrom<tokio::process::ChildStderr>` for type `stdio::Stdio`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:120:9
[INFO] [stderr]     |
[INFO] [stderr] 120 |         impl TryFrom<tokio::process::$type> for Stdio {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 | impl_try_from_tokio_process_child_for_stdio!(ChildStderr);
[INFO] [stderr]     | --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: conflicting implementation in crate `core`:
[INFO] [stderr]             - impl<T, U> TryFrom<U> for T
[INFO] [stderr]               where U: Into<T>;
[INFO] [stderr]     = note: this error originates in the macro `impl_try_from_tokio_process_child_for_stdio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `take` exists for enum `Option<ChildStdout>`, but its trait bounds were not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/child.rs:143:40
[INFO] [stderr]      |
[INFO] [stderr] 143  |         let child_stdout = self.stdout.take();
[INFO] [stderr]      |                                        ^^^^ method cannot be called on `Option<ChildStdout>` due to unsatisfied trait bounds
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:140:1
[INFO] [stderr]      |
[INFO] [stderr] 140  | pub struct ChildStdout(PipeReader);
[INFO] [stderr]      | ---------------------- doesn't satisfy `stdio::ChildStdout: Sized`
[INFO] [stderr]      |
[INFO] [stderr]      = note: the following trait bounds were not satisfied:
[INFO] [stderr]              `Option<stdio::ChildStdout>: AsyncRead`
[INFO] [stderr]              which is required by `Option<stdio::ChildStdout>: AsyncReadExt`
[INFO] [stderr]              `&Option<stdio::ChildStdout>: AsyncRead`
[INFO] [stderr]              which is required by `&Option<stdio::ChildStdout>: AsyncReadExt`
[INFO] [stderr]              `{type error}: Sized`
[INFO] [stderr]              which is required by `stdio::ChildStdout: Sized`
[INFO] [stderr]              `&mut Option<stdio::ChildStdout>: AsyncRead`
[INFO] [stderr]              which is required by `&mut Option<stdio::ChildStdout>: AsyncReadExt`
[INFO] [stderr]              `Option<stdio::ChildStdout>: Iterator`
[INFO] [stderr]              which is required by `&mut Option<stdio::ChildStdout>: Iterator`
[INFO] [stderr] note: the method `take` exists on the type `stdio::ChildStdout`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/util/async_read_ext.rs:1421:9
[INFO] [stderr]      |
[INFO] [stderr] 1421 | /         fn take(self, limit: u64) -> Take<Self>
[INFO] [stderr] 1422 | |         where
[INFO] [stderr] 1423 | |             Self: Sized,
[INFO] [stderr]      | |________________________^
[INFO] [stderr] help: consider using `Option::expect` to unwrap the `stdio::ChildStdout` value, panicking if the value is an `Option::None`
[INFO] [stderr]      |
[INFO] [stderr] 143  |         let child_stdout = self.stdout.expect("REASON").take();
[INFO] [stderr]      |                                       +++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `take` exists for enum `Option<ChildStderr>`, but its trait bounds were not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/child.rs:157:40
[INFO] [stderr]      |
[INFO] [stderr] 157  |         let child_stderr = self.stderr.take();
[INFO] [stderr]      |                                        ^^^^ method cannot be called on `Option<ChildStderr>` due to unsatisfied trait bounds
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:144:1
[INFO] [stderr]      |
[INFO] [stderr] 144  | pub struct ChildStderr(PipeReader);
[INFO] [stderr]      | ---------------------- doesn't satisfy `stdio::ChildStderr: Sized`
[INFO] [stderr]      |
[INFO] [stderr]      = note: the following trait bounds were not satisfied:
[INFO] [stderr]              `Option<stdio::ChildStderr>: AsyncRead`
[INFO] [stderr]              which is required by `Option<stdio::ChildStderr>: AsyncReadExt`
[INFO] [stderr]              `&Option<stdio::ChildStderr>: AsyncRead`
[INFO] [stderr]              which is required by `&Option<stdio::ChildStderr>: AsyncReadExt`
[INFO] [stderr]              `{type error}: Sized`
[INFO] [stderr]              which is required by `stdio::ChildStderr: Sized`
[INFO] [stderr]              `&mut Option<stdio::ChildStderr>: AsyncRead`
[INFO] [stderr]              which is required by `&mut Option<stdio::ChildStderr>: AsyncReadExt`
[INFO] [stderr]              `Option<stdio::ChildStderr>: Iterator`
[INFO] [stderr]              which is required by `&mut Option<stdio::ChildStderr>: Iterator`
[INFO] [stderr] note: the method `take` exists on the type `stdio::ChildStderr`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/util/async_read_ext.rs:1421:9
[INFO] [stderr]      |
[INFO] [stderr] 1421 | /         fn take(self, limit: u64) -> Take<Self>
[INFO] [stderr] 1422 | |         where
[INFO] [stderr] 1423 | |             Self: Sized,
[INFO] [stderr]      | |________________________^
[INFO] [stderr] help: consider using `Option::expect` to unwrap the `stdio::ChildStderr` value, panicking if the value is an `Option::None`
[INFO] [stderr]      |
[INFO] [stderr] 157  |         let child_stderr = self.stderr.expect("REASON").take();
[INFO] [stderr]      |                                       +++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `take` exists for mutable reference `&mut Option<ChildStdin>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/child.rs:127:22
[INFO] [stderr]     |
[INFO] [stderr] 127 |         self.stdin().take();
[INFO] [stderr]     |                      ^^^^ method cannot be called on `&mut Option<ChildStdin>` due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssh-0.11.2/src/stdio.rs:136:1
[INFO] [stderr]     |
[INFO] [stderr] 136 | pub struct ChildStdin(PipeWriter);
[INFO] [stderr]     | --------------------- doesn't satisfy `stdio::ChildStdin: Sized`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `{type error}: Sized`
[INFO] [stderr]             which is required by `stdio::ChildStdin: Sized`
[INFO] [stderr]             `&mut Option<stdio::ChildStdin>: AsyncRead`
[INFO] [stderr]             which is required by `&mut Option<stdio::ChildStdin>: AsyncReadExt`
[INFO] [stderr]             `Option<stdio::ChildStdin>: Iterator`
[INFO] [stderr]             which is required by `&mut Option<stdio::ChildStdin>: Iterator`
[INFO] [stderr]             `&&mut Option<stdio::ChildStdin>: AsyncRead`
[INFO] [stderr]             which is required by `&&mut Option<stdio::ChildStdin>: AsyncReadExt`
[INFO] [stderr]             `&mut &mut Option<stdio::ChildStdin>: AsyncRead`
[INFO] [stderr]             which is required by `&mut &mut Option<stdio::ChildStdin>: AsyncReadExt`
[INFO] [stderr]             `&mut Option<stdio::ChildStdin>: Iterator`
[INFO] [stderr]             which is required by `&mut &mut Option<stdio::ChildStdin>: Iterator`
[INFO] [stderr]             `Option<stdio::ChildStdin>: AsyncRead`
[INFO] [stderr]             which is required by `Option<stdio::ChildStdin>: AsyncReadExt`
[INFO] [stderr]             `&Option<stdio::ChildStdin>: AsyncRead`
[INFO] [stderr]             which is required by `&Option<stdio::ChildStdin>: AsyncReadExt`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0119, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0119`.
[INFO] [stderr] error: could not compile `openssh` (lib) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "e5e6cecdcd4d93bb9d4b6ee7851d80b80551edc3af3093022c76b14b322ff208", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5e6cecdcd4d93bb9d4b6ee7851d80b80551edc3af3093022c76b14b322ff208", kill_on_drop: false }`
[INFO] [stdout] e5e6cecdcd4d93bb9d4b6ee7851d80b80551edc3af3093022c76b14b322ff208