Build #1739506 2025-02-12T07:01:45.936762+00:00
# rustc version
rustc 1.86.0-nightly (92bedea1c 2025-02-11)# 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/rexpect-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rexpect-0.6.0/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" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"--generate-link-to-definition\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250211-1.86.0-nightly-92bedea1c\", \"--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] 1eae54cae037ae26941b19c4212fe19a345273c096bad8ef01a9e9ea7c6c8a5f
[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" "1eae54cae037ae26941b19c4212fe19a345273c096bad8ef01a9e9ea7c6c8a5f", kill_on_drop: false }`
[INFO] [stderr] Checking rexpect v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `rexpect` as a prerequisite for scraping examples from: example "bash", example "bash_read", example "exit_code", example "ftp", example "repl", example "tcp"
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `rexpect` (lib) generated 1 warning
[INFO] [stderr] Scraping rexpect v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "bash" in package `rexpect` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: failed to scan example "repl" in package `rexpect` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `rexpect` (example "bash") generated 1 warning
[INFO] [stderr] warning: failed to scan example "tcp" in package `rexpect` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `rexpect` (example "repl") generated 1 warning
[INFO] [stderr] warning: `rexpect` (example "tcp") generated 1 warning
[INFO] [stderr] warning: failed to scan example "bash_read" in package `rexpect` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `rexpect` (example "bash_read") generated 1 warning
[INFO] [stderr] warning: failed to scan example "ftp" in package `rexpect` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `rexpect` (example "ftp") generated 1 warning
[INFO] [stderr] warning: failed to scan example "exit_code" in package `rexpect` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `rexpect` (example "exit_code") generated 1 warning
[INFO] [stderr] Documenting rexpect v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `nix::fcntl`
[INFO] [stderr] --> src/process.rs:5:10
[INFO] [stderr] |
[INFO] [stderr] 5 | use nix::fcntl::{open, OFlag};
[INFO] [stderr] | ^^^^^ could not find `fcntl` in `nix`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `nix::libc`
[INFO] [stderr] --> src/process.rs:6:10
[INFO] [stderr] |
[INFO] [stderr] 6 | use nix::libc::{STDERR_FILENO, STDIN_FILENO, STDOUT_FILENO};
[INFO] [stderr] | ^^^^ could not find `libc` in `nix`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `nix::pty`
[INFO] [stderr] --> src/process.rs:7:10
[INFO] [stderr] |
[INFO] [stderr] 7 | use nix::pty::{grantpt, posix_openpt, unlockpt, PtyMaster};
[INFO] [stderr] | ^^^ could not find `pty` in `nix`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `nix::sys`
[INFO] [stderr] --> src/process.rs:8:14
[INFO] [stderr] |
[INFO] [stderr] 8 | pub use nix::sys::{signal, wait};
[INFO] [stderr] | ^^^ could not find `sys` in `nix`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `nix::sys`
[INFO] [stderr] --> src/process.rs:9:10
[INFO] [stderr] |
[INFO] [stderr] 9 | use nix::sys::{stat, termios};
[INFO] [stderr] | ^^^ could not find `sys` in `nix`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `unix` in `os`
[INFO] [stderr] --> src/process.rs:14:14
[INFO] [stderr] |
[INFO] [stderr] 14 | use std::os::unix::io::{AsRawFd, FromRawFd};
[INFO] [stderr] | ^^^^ could not find `unix` in `os`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/92bedea1c51e3a969d60972be854506ffd8c5cb6\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/92bedea1c51e3a969d60972be854506ffd8c5cb6\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/92bedea1c51e3a969d60972be854506ffd8c5cb6\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/92bedea1c51e3a969d60972be854506ffd8c5cb6\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] --> src/process.rs:15:14
[INFO] [stderr] |
[INFO] [stderr] 15 | use std::os::unix::process::CommandExt;
[INFO] [stderr] | ^^^^ could not find `unix` in `os`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/92bedea1c51e3a969d60972be854506ffd8c5cb6\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/92bedea1c51e3a969d60972be854506ffd8c5cb6\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/92bedea1c51e3a969d60972be854506ffd8c5cb6\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/92bedea1c51e3a969d60972be854506ffd8c5cb6\library\std\src\os\mod.rs:84:1
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `nix::unistd`
[INFO] [stderr] --> src/process.rs:10:10
[INFO] [stderr] |
[INFO] [stderr] 10 | use nix::unistd::{close, dup, dup2, fork, setsid, ForkResult, Pid};
[INFO] [stderr] | ^^^^^^ could not find `unistd` in `nix`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Error` in crate `nix`
[INFO] [stderr] --> src/error.rs:26:22
[INFO] [stderr] |
[INFO] [stderr] 26 | Nix(#[from] nix::Error),
[INFO] [stderr] | ^^^^^ not found in `nix`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::error::Error;
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::fmt::Error;
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::io::Error;
[INFO] [stderr] |
[INFO] [stderr] 1 + use core::error::Error;
[INFO] [stderr] |
[INFO] [stderr] and 3 other candidates
[INFO] [stderr] help: if you import `Error`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 26 - Nix(#[from] nix::Error),
[INFO] [stderr] 26 + Nix(#[from] Error),
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `rexpect`
[INFO] running `Command { std: "docker" "inspect" "1eae54cae037ae26941b19c4212fe19a345273c096bad8ef01a9e9ea7c6c8a5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1eae54cae037ae26941b19c4212fe19a345273c096bad8ef01a9e9ea7c6c8a5f", kill_on_drop: false }`
[INFO] [stdout] 1eae54cae037ae26941b19c4212fe19a345273c096bad8ef01a9e9ea7c6c8a5f