Build #1266488 2024-06-24T19:09:02.142528+00:00
# rustc version
rustc 1.81.0-nightly (bcf94dec5 2024-06-23)# docs.rs version
docsrs 0.6.0 (bb8cd489 2024-06-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/wasm-encoder-0.34.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/wasm-encoder-0.34.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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240623-1.81.0-nightly-bcf94dec5\", \"--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] f9d348db8d35871c82502b122ddbc2f8d8bcf3964cf23034383e283ecb614050
[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" "f9d348db8d35871c82502b122ddbc2f8d8bcf3964cf23034383e283ecb614050", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting wasm-encoder v0.34.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/code.rs:2887:7
[INFO] [stderr] |
[INFO] [stderr] 2887 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: `wasmparser`
[INFO] [stderr] --> src/core/code.rs:2898:7
[INFO] [stderr] |
[INFO] [stderr] 2898 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/code.rs:2910:7
[INFO] [stderr] |
[INFO] [stderr] 2910 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/code.rs:2920:7
[INFO] [stderr] |
[INFO] [stderr] 2920 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/exports.rs:28:7
[INFO] [stderr] |
[INFO] [stderr] 28 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/globals.rs:92:7
[INFO] [stderr] |
[INFO] [stderr] 92 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/imports.rs:76:7
[INFO] [stderr] |
[INFO] [stderr] 76 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/memories.rs:101:7
[INFO] [stderr] |
[INFO] [stderr] 101 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/tables.rs:106:7
[INFO] [stderr] |
[INFO] [stderr] 106 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/tags.rs:71:7
[INFO] [stderr] |
[INFO] [stderr] 71 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/tags.rs:96:7
[INFO] [stderr] |
[INFO] [stderr] 96 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:14:7
[INFO] [stderr] |
[INFO] [stderr] 14 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:54:7
[INFO] [stderr] |
[INFO] [stderr] 54 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:74:7
[INFO] [stderr] |
[INFO] [stderr] 74 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:88:7
[INFO] [stderr] |
[INFO] [stderr] 88 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:102:7
[INFO] [stderr] |
[INFO] [stderr] 102 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:120:7
[INFO] [stderr] |
[INFO] [stderr] 120 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:141:7
[INFO] [stderr] |
[INFO] [stderr] 141 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:175:7
[INFO] [stderr] |
[INFO] [stderr] 175 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:295:7
[INFO] [stderr] |
[INFO] [stderr] 295 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: unexpected `cfg` condition value: `wasmparser`
[INFO] [stderr] --> src/core/types.rs:359:7
[INFO] [stderr] |
[INFO] [stderr] 359 | #[cfg(feature = "wasmparser")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `wasmparser` 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: `wasm-encoder` (lib doc) generated 21 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/wasm_encoder/index.html
[INFO] running `Command { std: "docker" "inspect" "f9d348db8d35871c82502b122ddbc2f8d8bcf3964cf23034383e283ecb614050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9d348db8d35871c82502b122ddbc2f8d8bcf3964cf23034383e283ecb614050", kill_on_drop: false }`
[INFO] [stdout] f9d348db8d35871c82502b122ddbc2f8d8bcf3964cf23034383e283ecb614050