Build #1737351 2025-02-11T22:01:41.806024+00:00
# rustc version
rustc 1.86.0-nightly (6171d944a 2025-02-10)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/openssh-sftp-client-0.15.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/openssh-sftp-client-0.15.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/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\", \"-20250210-1.86.0-nightly-6171d944a\", \"--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}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9e431c6936d983eddc175b85674e21bb5cbcd750e66f7b51f8ece7f07a9ebff8
[INFO] running `Command { std: "docker" "start" "-a" "9e431c6936d983eddc175b85674e21bb5cbcd750e66f7b51f8ece7f07a9ebff8", 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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\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-1949cf8c6b5b557f/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/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/6171d944aea415a3023d4262e0895aa3b18c771f\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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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] Some errors have detailed explanations: E0119, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0119`.
[INFO] [stderr] error: could not compile `openssh` (lib) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "9e431c6936d983eddc175b85674e21bb5cbcd750e66f7b51f8ece7f07a9ebff8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e431c6936d983eddc175b85674e21bb5cbcd750e66f7b51f8ece7f07a9ebff8", kill_on_drop: false }`
[INFO] [stdout] 9e431c6936d983eddc175b85674e21bb5cbcd750e66f7b51f8ece7f07a9ebff8