Build #1551005 2024-11-17 11:54:27
# rustc version
rustc 1.84.0-nightly (f2a35426b 2024-11-16)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/llvm-support-0.0.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/llvm-support-0.0.3/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: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\", \"-20241116-1.84.0-nightly-f2a35426b\", \"--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] 7cc2ac889f1fc2314bf9991059ac26db3dc0b77d8710ca06c4eaaec004122856
[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" "7cc2ac889f1fc2314bf9991059ac26db3dc0b77d8710ca06c4eaaec004122856", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting llvm-support v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/align.rs:13:58
[INFO] [stderr] |
[INFO] [stderr] 13 | /// Errors that can occur when constructing an [`Align`](Align)
[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] 13 | /// Errors that can occur when constructing an [`Align`]
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/align.rs:122:69
[INFO] [stderr] |
[INFO] [stderr] 122 | /// Errors that can occur when constructing an [`AlignedTypeWidth`](AlignedTypeWidth)
[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] 122 | /// Errors that can occur when constructing an [`AlignedTypeWidth`]
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/align.rs:265:65
[INFO] [stderr] |
[INFO] [stderr] 265 | /// Errors that can occur when constructing a [`TypeAlignSpec`](TypeAlignSpec)
[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] 265 | /// Errors that can occur when constructing a [`TypeAlignSpec`]
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/align.rs:266:29
[INFO] [stderr] |
[INFO] [stderr] 266 | /// or [`PointerAlignSpec`](PointerAlignSpec).
[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] 266 | /// or [`PointerAlignSpec`].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/align.rs:460:57
[INFO] [stderr] |
[INFO] [stderr] 460 | /// Represents a sorted collection of [`TypeAlignSpec`](TypeAlignSpec)s.
[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] 460 | /// Represents a sorted collection of [`TypeAlignSpec`]s.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/align.rs:516:65
[INFO] [stderr] |
[INFO] [stderr] 516 | /// Errors that can occur when constructing an [`AddressSpace`](AddressSpace)
[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] 516 | /// Errors that can occur when constructing an [`AddressSpace`]
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/align.rs:564:32
[INFO] [stderr] |
[INFO] [stderr] 564 | /// Like [`TypeAlignSpec`](TypeAlignSpec), this is enforced by construction
[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] 564 | /// Like [`TypeAlignSpec`], this is enforced by construction
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/align.rs:704:60
[INFO] [stderr] |
[INFO] [stderr] 704 | /// Represents a sorted collection of [`PointerAlignSpec`](PointerAlignSpec)s.
[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] 704 | /// Represents a sorted collection of [`PointerAlignSpec`]s.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/ty.rs:61:20
[INFO] [stderr] |
[INFO] [stderr] 61 | /// See [`TypeId`](TypeId) for documentation of each variant.
[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] 61 | /// See [`TypeId`] for documentation of each variant.
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/ty.rs:255:63
[INFO] [stderr] |
[INFO] [stderr] 255 | /// Errors that can occur when constructing an [`StructType`](StructType).
[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] 255 | /// Errors that can occur when constructing an [`StructType`].
[INFO] [stderr] | ~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/ty.rs:294:64
[INFO] [stderr] |
[INFO] [stderr] 294 | /// Errors that can occur when constructing an [`IntegerType`](IntegerType).
[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] 294 | /// Errors that can occur when constructing an [`IntegerType`].
[INFO] [stderr] | ~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/ty.rs:347:64
[INFO] [stderr] |
[INFO] [stderr] 347 | /// Errors that can occur when constructing an [`PointerType`](PointerType).
[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] 347 | /// Errors that can occur when constructing an [`PointerType`].
[INFO] [stderr] | ~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/ty.rs:384:62
[INFO] [stderr] |
[INFO] [stderr] 384 | /// Errors that can occur when constructing an [`ArrayType`](ArrayType).
[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] 384 | /// Errors that can occur when constructing an [`ArrayType`].
[INFO] [stderr] | ~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/ty.rs:419:62
[INFO] [stderr] |
[INFO] [stderr] 419 | /// Errors that can occur when constructing a [`VectorType`](VectorType).
[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] 419 | /// Errors that can occur when constructing a [`VectorType`].
[INFO] [stderr] | ~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/ty.rs:430:14
[INFO] [stderr] |
[INFO] [stderr] 430 | /// [`Type`](Type) variant.
[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] 430 | /// [`Type`] variant.
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/ty.rs:457:64
[INFO] [stderr] |
[INFO] [stderr] 457 | /// Errors that can occur when constructing a [`FunctionType`](FunctionType).
[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] 457 | /// Errors that can occur when constructing a [`FunctionType`].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:48:27
[INFO] [stderr] |
[INFO] [stderr] 48 | /// see [`InexactEndian`](InexactEndian)
[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] 48 | /// see [`InexactEndian`]
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: `llvm-support` (lib doc) generated 17 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/llvm_support/index.html
[INFO] running `Command { std: "docker" "inspect" "7cc2ac889f1fc2314bf9991059ac26db3dc0b77d8710ca06c4eaaec004122856", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cc2ac889f1fc2314bf9991059ac26db3dc0b77d8710ca06c4eaaec004122856", kill_on_drop: false }`
[INFO] [stdout] 7cc2ac889f1fc2314bf9991059ac26db3dc0b77d8710ca06c4eaaec004122856