Build #1607160 2025-01-03T19:05:15.558805+00:00
# rustc version
rustc 1.85.0-nightly (4363f9b6f 2025-01-02)# docs.rs version
docsrs 0.6.0 (a9496dd3 2024-12-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/virtual-fs-0.21.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/virtual-fs-0.21.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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/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\", \"-20250102-1.85.0-nightly-4363f9b6f\", \"--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] [stdout] 83d66c8de08d0092a683ac43d0a128a8ddc7e85700b0cdb43ef76c7e0e88aaae
[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" "83d66c8de08d0092a683ac43d0a128a8ddc7e85700b0cdb43ef76c7e0e88aaae", 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.21.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" "83d66c8de08d0092a683ac43d0a128a8ddc7e85700b0cdb43ef76c7e0e88aaae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83d66c8de08d0092a683ac43d0a128a8ddc7e85700b0cdb43ef76c7e0e88aaae", kill_on_drop: false }`
[INFO] [stdout] 83d66c8de08d0092a683ac43d0a128a8ddc7e85700b0cdb43ef76c7e0e88aaae