Build #831259 2023-06-05 10:35:52
# rustc version
rustc 1.72.0-nightly (101fa903b 2023-06-04)# docs.rs version
docsrs 0.6.0 (4b18bfe6 2023-06-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/bit_seq-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/bit_seq-0.2.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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230604-1.72.0-nightly-101fa903b\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3", 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] 793218dc10793c58b9c80da1ebda70aa4ce2d38dee3954c8e470ee2c866df838
[INFO] running `Command { std: "docker" "start" "-a" "793218dc10793c58b9c80da1ebda70aa4ce2d38dee3954c8e470ee2c866df838", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting bit_seq v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `bseq` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:5:37
[INFO] [stderr] |
[INFO] [stderr] 5 | //! This crate provides the macro [`bseq`], which allows for the creation of bit sequences
[INFO] [stderr] | ^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 5 | //! This crate provides the macro [`bseq()`], which allows for the creation of bit sequences
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 5 | //! This crate provides the macro [`bseq!`], which allows for the creation of bit sequences
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq_8` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:10:31
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | ^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8()`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8!`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq_16` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:10:43
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | ^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16()`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16!`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq_32` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:10:56
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | ^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32()`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32!`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq_64` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:10:69
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | ^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64()`] and [`bseq_128`] to
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64!`] and [`bseq_128`] to
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq_128` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:10:85
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128`] to
[INFO] [stderr] | ^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128()`] to
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 10 | //! `bit_seq` also provides [`bseq_8`], [`bseq_16`], [`bseq_32`], [`bseq_64`] and [`bseq_128!`] to
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:188:87
[INFO] [stderr] |
[INFO] [stderr] 188 | /// For a comprehensive understanding on the usage of `bseq_8`, please refer to the [`bseq`] documentation.
[INFO] [stderr] | ^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 188 | /// For a comprehensive understanding on the usage of `bseq_8`, please refer to the [`bseq()`] documentation.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 188 | /// For a comprehensive understanding on the usage of `bseq_8`, please refer to the [`bseq!`] documentation.
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:217:88
[INFO] [stderr] |
[INFO] [stderr] 217 | /// For a comprehensive understanding on the usage of `bseq_16`, please refer to the [`bseq`] documentation.
[INFO] [stderr] | ^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 217 | /// For a comprehensive understanding on the usage of `bseq_16`, please refer to the [`bseq()`] documentation.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 217 | /// For a comprehensive understanding on the usage of `bseq_16`, please refer to the [`bseq!`] documentation.
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:246:88
[INFO] [stderr] |
[INFO] [stderr] 246 | /// For a comprehensive understanding on the usage of `bseq_32`, please refer to the [`bseq`] documentation.
[INFO] [stderr] | ^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 246 | /// For a comprehensive understanding on the usage of `bseq_32`, please refer to the [`bseq()`] documentation.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 246 | /// For a comprehensive understanding on the usage of `bseq_32`, please refer to the [`bseq!`] documentation.
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:275:27
[INFO] [stderr] |
[INFO] [stderr] 275 | /// please refer to the [`bseq`] documentation.
[INFO] [stderr] | ^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 275 | /// please refer to the [`bseq()`] documentation.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 275 | /// please refer to the [`bseq!`] documentation.
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bseq` is both a function and a macro
[INFO] [stderr] --> src/lib.rs:304:27
[INFO] [stderr] |
[INFO] [stderr] 304 | /// please refer to the [`bseq`] documentation.
[INFO] [stderr] | ^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 304 | /// please refer to the [`bseq()`] documentation.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 304 | /// please refer to the [`bseq!`] documentation.
[INFO] [stderr] | +
[INFO] [stderr]
[INFO] [stderr] warning: `bit_seq` (lib doc) generated 11 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "793218dc10793c58b9c80da1ebda70aa4ce2d38dee3954c8e470ee2c866df838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "793218dc10793c58b9c80da1ebda70aa4ce2d38dee3954c8e470ee2c866df838", kill_on_drop: false }`
[INFO] [stdout] 793218dc10793c58b9c80da1ebda70aa4ce2d38dee3954c8e470ee2c866df838