Build #1562862 2024-11-25T00:20:31.675436+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/builds/wasmer-wasix-0.32.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wasmer-wasix-0.32.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "--features" "wasmer/sys webc_runner_rt_wcgi webc_runner_rt_dcgi webc_runner_rt_dproxy sys-default" "--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] [stdout] c04f64724d7b75f61e467ed19c153fe61eb9a27ee8409f6b9e1b258c182021b8
[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" "c04f64724d7b75f61e467ed19c153fe61eb9a27ee8409f6b9e1b258c182021b8", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking virtual-fs v0.20.0
[INFO] [stderr] error[E0404]: expected trait, found derive macro `derive_more::Debug`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/virtual-fs-0.20.0/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]: `DualWriteFile` doesn't implement `std::fmt::Debug`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/virtual-fs-0.20.0/src/dual_write_file.rs:28:22
[INFO] [stderr] |
[INFO] [stderr] 28 | impl VirtualFile for DualWriteFile {
[INFO] [stderr] | ^^^^^^^^^^^^^ `DualWriteFile` cannot be formatted using `{:?}`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `DualWriteFile`
[INFO] [stderr] = note: add `#[derive(Debug)]` to `DualWriteFile` or manually `impl std::fmt::Debug for DualWriteFile`
[INFO] [stderr] note: required by a bound in `VirtualFile`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/virtual-fs-0.20.0/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 compile `virtual-fs` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "c04f64724d7b75f61e467ed19c153fe61eb9a27ee8409f6b9e1b258c182021b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c04f64724d7b75f61e467ed19c153fe61eb9a27ee8409f6b9e1b258c182021b8", kill_on_drop: false }`
[INFO] [stdout] c04f64724d7b75f61e467ed19c153fe61eb9a27ee8409f6b9e1b258c182021b8