Build #1546847 2024-11-16T17:56:27.609580+00:00
# rustc version
rustc 1.84.0-nightly (917a50a03 2024-11-15)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/surf-2.3.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/surf-2.3.2/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" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241115-1.84.0-nightly-917a50a03\", \"--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] 07d00e754127a87835f417297fd83a1b2fa9e349c5c58bf12d0622029e49d03b
[INFO] running `Command { std: "docker" "start" "-a" "07d00e754127a87835f417297fd83a1b2fa9e349c5c58bf12d0622029e49d03b", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: browser, hello_world, middleware, next_reuse, persistent, post
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting surf v2.3.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `docs`
[INFO] [stderr] --> src/config.rs:195:16
[INFO] [stderr] |
[INFO] [stderr] 195 | #[cfg_attr(feature = "docs", doc(cfg(feature = "h1-client-rustls")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `curl-client`, `default`, `default-client`, `encoding`, `encoding_rs`, `h1-client`, `h1-client-no-tls`, `h1-client-rustls`, `hyper-client`, `middleware-logger`, `once_cell`, `rustls_crate`, `wasm-client`, and `web-sys`
[INFO] [stderr] = help: consider adding `docs` 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: `docs`
[INFO] [stderr] --> src/config.rs:205:16
[INFO] [stderr] |
[INFO] [stderr] 205 | #[cfg_attr(feature = "docs", doc(cfg(feature = "h1-client")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `curl-client`, `default`, `default-client`, `encoding`, `encoding_rs`, `h1-client`, `h1-client-no-tls`, `h1-client-rustls`, `hyper-client`, `middleware-logger`, `once_cell`, `rustls_crate`, `wasm-client`, and `web-sys`
[INFO] [stderr] = help: consider adding `docs` 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: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:357:13
[INFO] [stderr] |
[INFO] [stderr] 357 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:357:5
[INFO] [stderr] |
[INFO] [stderr] 357 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2024-11-15; consider upgrading it if it is out of date
[INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:368:13
[INFO] [stderr] |
[INFO] [stderr] 368 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:368:5
[INFO] [stderr] |
[INFO] [stderr] 368 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2024-11-15; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:380:13
[INFO] [stderr] |
[INFO] [stderr] 380 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:380:5
[INFO] [stderr] |
[INFO] [stderr] 380 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2024-11-15; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:433:13
[INFO] [stderr] |
[INFO] [stderr] 433 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:433:5
[INFO] [stderr] |
[INFO] [stderr] 433 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2024-11-15; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:444:13
[INFO] [stderr] |
[INFO] [stderr] 444 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/response.rs:444:5
[INFO] [stderr] |
[INFO] [stderr] 444 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2024-11-15; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/middleware/logger/native.rs:25:13
[INFO] [stderr] |
[INFO] [stderr] 25 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/middleware/logger/native.rs:25:5
[INFO] [stderr] |
[INFO] [stderr] 25 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2024-11-15; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/middleware/redirect/mod.rs:76:13
[INFO] [stderr] |
[INFO] [stderr] 76 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr] --> src/middleware/redirect/mod.rs:76:5
[INFO] [stderr] |
[INFO] [stderr] 76 | #[allow(missing_doc_code_examples)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2024-11-15; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] warning: `surf` (lib doc) generated 16 warnings (run `cargo fix --lib -p surf` to apply 7 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/surf/index.html
[INFO] running `Command { std: "docker" "inspect" "07d00e754127a87835f417297fd83a1b2fa9e349c5c58bf12d0622029e49d03b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07d00e754127a87835f417297fd83a1b2fa9e349c5c58bf12d0622029e49d03b", kill_on_drop: false }`
[INFO] [stdout] 07d00e754127a87835f417297fd83a1b2fa9e349c5c58bf12d0622029e49d03b