Build #1561492 2024-11-23T05:19:50.863664+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/web-codecs-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/web-codecs-0.3.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" "--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] cd5531c2b8345f6e0a92a559e1ec0f61915da5c3c921102c877bd1c8d22ba9fa
[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" "cd5531c2b8345f6e0a92a559e1ec0f61915da5c3c921102c877bd1c8d22ba9fa", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting web-codecs v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `VideoColorSpaceInit` in crate `web_sys`
[INFO] [stderr] --> src/video/color.rs:2:21
[INFO] [stderr] |
[INFO] [stderr] 2 | inner: web_sys::VideoColorSpaceInit,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VideoColorSpaceInit` in crate `web_sys`
[INFO] [stderr] --> src/video/color.rs:39:48
[INFO] [stderr] |
[INFO] [stderr] 39 | impl From<&VideoColorSpaceConfig> for web_sys::VideoColorSpaceInit {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VideoMatrixCoefficients` in crate `web_sys`
[INFO] [stderr] --> src/video/color.rs:45:45
[INFO] [stderr] |
[INFO] [stderr] 45 | pub type VideoMatrixCoefficients = web_sys::VideoMatrixCoefficients;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr] |
[INFO] [stderr] 1 + use crate::VideoMatrixCoefficients;
[INFO] [stderr] |
[INFO] [stderr] help: if you import `VideoMatrixCoefficients`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 45 - pub type VideoMatrixCoefficients = web_sys::VideoMatrixCoefficients;
[INFO] [stderr] 45 + pub type VideoMatrixCoefficients = VideoMatrixCoefficients;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VideoColorPrimaries` in crate `web_sys`
[INFO] [stderr] --> src/video/color.rs:46:41
[INFO] [stderr] |
[INFO] [stderr] 46 | pub type VideoColorPrimaries = web_sys::VideoColorPrimaries;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr] |
[INFO] [stderr] 1 + use crate::VideoColorPrimaries;
[INFO] [stderr] |
[INFO] [stderr] help: if you import `VideoColorPrimaries`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 46 - pub type VideoColorPrimaries = web_sys::VideoColorPrimaries;
[INFO] [stderr] 46 + pub type VideoColorPrimaries = VideoColorPrimaries;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VideoTransferCharacteristics` in crate `web_sys`
[INFO] [stderr] --> src/video/color.rs:47:50
[INFO] [stderr] |
[INFO] [stderr] 47 | pub type VideoTransferCharacteristics = web_sys::VideoTransferCharacteristics;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr] |
[INFO] [stderr] 1 + use crate::VideoTransferCharacteristics;
[INFO] [stderr] |
[INFO] [stderr] help: if you import `VideoTransferCharacteristics`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 47 - pub type VideoTransferCharacteristics = web_sys::VideoTransferCharacteristics;
[INFO] [stderr] 47 + pub type VideoTransferCharacteristics = VideoTransferCharacteristics;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VideoDecoder` in crate `web_sys`
[INFO] [stderr] --> src/video/decoder.rs:47:21
[INFO] [stderr] |
[INFO] [stderr] 47 | inner: web_sys::VideoDecoder,
[INFO] [stderr] | ^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr] |
[INFO] [stderr] 1 + use crate::VideoDecoder;
[INFO] [stderr] |
[INFO] [stderr] help: if you import `VideoDecoder`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 47 - inner: web_sys::VideoDecoder,
[INFO] [stderr] 47 + inner: VideoDecoder,
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VideoDecoderConfig` in crate `web_sys`
[INFO] [stderr] --> src/video/decoder.rs:185:45
[INFO] [stderr] |
[INFO] [stderr] 185 | impl From<&VideoDecoderConfig> for web_sys::VideoDecoderConfig {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr] |
[INFO] [stderr] 1 + use crate::VideoDecoderConfig;
[INFO] [stderr] |
[INFO] [stderr] help: if you import `VideoDecoderConfig`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 185 - impl From<&VideoDecoderConfig> for web_sys::VideoDecoderConfig {
[INFO] [stderr] 185 + impl From<&VideoDecoderConfig> for VideoDecoderConfig {
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `VideoFrame` in crate `web_sys`
[INFO] [stderr] --> src/video/mod.rs:8:32
[INFO] [stderr] |
[INFO] [stderr] 8 | pub type VideoFrame = web_sys::VideoFrame;
[INFO] [stderr] | ^^^^^^^^^^ not found in `web_sys`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr] |
[INFO] [stderr] 5 + use crate::VideoFrame;
[INFO] [stderr] |
[INFO] [stderr] help: if you import `VideoFrame`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 8 - pub type VideoFrame = web_sys::VideoFrame;
[INFO] [stderr] 8 + pub type VideoFrame = VideoFrame;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `web-codecs`
[INFO] running `Command { std: "docker" "inspect" "cd5531c2b8345f6e0a92a559e1ec0f61915da5c3c921102c877bd1c8d22ba9fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd5531c2b8345f6e0a92a559e1ec0f61915da5c3c921102c877bd1c8d22ba9fa", kill_on_drop: false }`
[INFO] [stdout] cd5531c2b8345f6e0a92a559e1ec0f61915da5c3c921102c877bd1c8d22ba9fa