Build #1562846 2024-11-25T00:06:36.908587+00:00
# rustc version
rustc 1.85.0-nightly (a47555110 2024-11-22)# 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/virtual-fs-0.20.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/virtual-fs-0.20.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" "--config" "build.rustflags=[\"--cfg\", \"docsrs\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"docsrs\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241122-1.85.0-nightly-a47555110\", \"--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-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", 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] 17071efebda1cb3161f18dffc6a8cf6efc0e96709598aff924dd6785eea4277f
[INFO] running `Command { std: "docker" "start" "-a" "17071efebda1cb3161f18dffc6a8cf6efc0e96709598aff924dd6785eea4277f", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting virtual-fs v0.20.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0404]: expected trait, found derive macro `derive_more::Debug`
[INFO] [stderr] --> src/dual_write_file.rs:8:10
[INFO] [stderr] |
[INFO] [stderr] 8 | #[derive(derive_more::Debug)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not a trait
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `derive_more::Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing one of these traits instead
[INFO] [stderr] |
[INFO] [stderr] 1 + use crate::fmt::Debug;
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::fmt::Debug;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0277]: `dual_write_file::DualWriteFile` doesn't implement `std::fmt::Debug`
[INFO] [stderr] --> src/dual_write_file.rs:28:22
[INFO] [stderr] |
[INFO] [stderr] 28 | impl VirtualFile for DualWriteFile {
[INFO] [stderr] | ^^^^^^^^^^^^^ `dual_write_file::DualWriteFile` cannot be formatted using `{:?}`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dual_write_file::DualWriteFile`
[INFO] [stderr] = note: add `#[derive(Debug)]` to `dual_write_file::DualWriteFile` or manually `impl std::fmt::Debug for dual_write_file::DualWriteFile`
[INFO] [stderr] note: required by a bound in `VirtualFile`
[INFO] [stderr] --> src/lib.rs:341:5
[INFO] [stderr] |
[INFO] [stderr] 340 | pub trait VirtualFile:
[INFO] [stderr] | ----------- required by a bound in this trait
[INFO] [stderr] 341 | fmt::Debug + AsyncRead + AsyncWrite + AsyncSeek + Unpin + Upcastable + Send
[INFO] [stderr] | ^^^^^^^^^^ required by this bound in `VirtualFile`
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0277, E0404.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not document `virtual-fs`
[INFO] running `Command { std: "docker" "inspect" "17071efebda1cb3161f18dffc6a8cf6efc0e96709598aff924dd6785eea4277f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17071efebda1cb3161f18dffc6a8cf6efc0e96709598aff924dd6785eea4277f", kill_on_drop: false }`
[INFO] [stdout] 17071efebda1cb3161f18dffc6a8cf6efc0e96709598aff924dd6785eea4277f