Build #1334958 2024-08-23T18:44:59.555329+00:00
# rustc version
rustc 1.82.0-nightly (eff09483c 2024-08-22)# docs.rs version
docsrs 0.6.0 (a6155e2c 2024-08-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/codee-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/codee-0.2.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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240822-1.82.0-nightly-eff09483c\", \"--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}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", 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] b780352ad5ccd09477557a4e6d0dd19fbdcb79c19efb2d9855afd47a4bbf5d82
[INFO] running `Command { std: "docker" "start" "-a" "b780352ad5ccd09477557a4e6d0dd19fbdcb79c19efb2d9855afd47a4bbf5d82", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting codee v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `IsBinary`
[INFO] [stderr] --> src/lib.rs:154:48
[INFO] [stderr] |
[INFO] [stderr] 154 | //! [`HybridDecoder`], [`HybridEncoder`] and [`IsBinary`] traits that are implemented automatically
[INFO] [stderr] | ^^^^^^^^ no item named `IsBinary` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `BincodeSerdeCodec`
[INFO] [stderr] --> src/binary/from_to_bytes.rs:7:7
[INFO] [stderr] |
[INFO] [stderr] 7 | /// [`BincodeSerdeCodec`] or [`MsgpackSerdeCodec`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `BincodeSerdeCodec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `MsgpackSerdeCodec`
[INFO] [stderr] --> src/binary/from_to_bytes.rs:7:32
[INFO] [stderr] |
[INFO] [stderr] 7 | /// [`BincodeSerdeCodec`] or [`MsgpackSerdeCodec`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `MsgpackSerdeCodec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Base64`
[INFO] [stderr] --> src/binary/prost.rs:10:73
[INFO] [stderr] |
[INFO] [stderr] 10 | /// To use it with local storage in the example below we wrap it with [`Base64`] to represent the bytes as a string.
[INFO] [stderr] | ^^^^^^ no item named `Base64` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `JsonSerdeCodec`
[INFO] [stderr] --> src/serde_lite.rs:5:42
[INFO] [stderr] |
[INFO] [stderr] 5 | /// also work with serde-lite like the [`JsonSerdeCodec`] or the [`MsgpackSerdeCodec`].
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `JsonSerdeCodec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `MsgpackSerdeCodec`
[INFO] [stderr] --> src/serde_lite.rs:5:68
[INFO] [stderr] |
[INFO] [stderr] 5 | /// also work with serde-lite like the [`JsonSerdeCodec`] or the [`MsgpackSerdeCodec`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `MsgpackSerdeCodec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:46:49
[INFO] [stderr] |
[INFO] [stderr] 46 | //! Please have a look at the module [`string`](crate::string).
[INFO] [stderr] | -------- ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 46 | //! Please have a look at the module [`string`].
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:57:49
[INFO] [stderr] |
[INFO] [stderr] 57 | //! Please have a look at the module [`binary`](crate::binary).
[INFO] [stderr] | -------- ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 57 | //! Please have a look at the module [`binary`].
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: `codee` (lib doc) generated 8 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] [stderr] Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/codee/index.html
[INFO] running `Command { std: "docker" "inspect" "b780352ad5ccd09477557a4e6d0dd19fbdcb79c19efb2d9855afd47a4bbf5d82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b780352ad5ccd09477557a4e6d0dd19fbdcb79c19efb2d9855afd47a4bbf5d82", kill_on_drop: false }`
[INFO] [stdout] b780352ad5ccd09477557a4e6d0dd19fbdcb79c19efb2d9855afd47a4bbf5d82