Build #1768774 2025-02-17T10:23:56.910063+00:00
# rustc version
rustc 1.87.0-nightly (5bc623145 2025-02-16)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tracing-futures-0.2.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tracing-futures-0.2.5/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250216-1.87.0-nightly-5bc623145\", \"--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] 8f90fe391035914e4dcf5c97575d345ac6475c4ee2d2ea2a2544a9035f79419d
[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" "8f90fe391035914e4dcf5c97575d345ac6475c4ee2d2ea2a2544a9035f79419d", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting tracing-futures v0.2.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stderr] --> src/lib.rs:87:5
[INFO] [stderr] |
[INFO] [stderr] 87 | const_err,
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
[INFO] [stderr] --> src/lib.rs:95:5
[INFO] [stderr] |
[INFO] [stderr] 95 | private_in_public,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links`
[INFO] [stderr] --> src/lib.rs:104:44
[INFO] [stderr] |
[INFO] [stderr] 104 | #![cfg_attr(docsrs, feature(doc_cfg), deny(broken_intra_doc_links))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `futures_preview`
[INFO] [stderr] --> src/executor/mod.rs:6:7
[INFO] [stderr] |
[INFO] [stderr] 6 | #[cfg(feature = "futures_preview")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default`, `futures`, `futures-01`, `futures-03`, `futures-task`, `futures_01`, `pin-project`, `std`, `std-future`, `tokio`, and `tokio-executor`
[INFO] [stderr] = help: consider adding `futures_preview` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `futures_preview`
[INFO] [stderr] --> src/executor/mod.rs:8:7
[INFO] [stderr] |
[INFO] [stderr] 8 | #[cfg(feature = "futures_preview")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default`, `futures`, `futures-01`, `futures-03`, `futures-task`, `futures_01`, `pin-project`, `std`, `std-future`, `tokio`, and `tokio-executor`
[INFO] [stderr] = help: consider adding `futures_preview` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: `tracing-futures` (lib doc) generated 5 warnings (run `cargo fix --lib -p tracing-futures` to apply 1 suggestion)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tracing_futures/index.html
[INFO] running `Command { std: "docker" "inspect" "8f90fe391035914e4dcf5c97575d345ac6475c4ee2d2ea2a2544a9035f79419d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f90fe391035914e4dcf5c97575d345ac6475c4ee2d2ea2a2544a9035f79419d", kill_on_drop: false }`
[INFO] [stdout] 8f90fe391035914e4dcf5c97575d345ac6475c4ee2d2ea2a2544a9035f79419d