Build #1501761 2024-11-06T17:15:37.181618+00:00
# rustc version
rustc 1.84.0-nightly (bc5cf994d 2024-11-05)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# 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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/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\", \"-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] a7ccab8778e387a6678339a82589464bc5754c7900a2183d897d6198d988778f
[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" "a7ccab8778e387a6678339a82589464bc5754c7900a2183d897d6198d988778f", 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 "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 "repl") 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 "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: `rexpect` (example "bash") 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] 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 "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 "tcp") 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/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] --> 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/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[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" "a7ccab8778e387a6678339a82589464bc5754c7900a2183d897d6198d988778f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7ccab8778e387a6678339a82589464bc5754c7900a2183d897d6198d988778f", kill_on_drop: false }`
[INFO] [stdout] a7ccab8778e387a6678339a82589464bc5754c7900a2183d897d6198d988778f