[INFO] fetching crate dec 0.4.8... [INFO] documenting dec-0.4.8 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate dec 0.4.8 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate dec 0.4.8 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dec 0.4.8 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate dec 0.4.8 [INFO] tweaked toml for crates.io crate dec 0.4.8 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded decnumber-sys v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6742b28c4f0670c6000115059777d360fde60255b015b93d939e237da2a8e5a [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" "f6742b28c4f0670c6000115059777d360fde60255b015b93d939e237da2a8e5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6742b28c4f0670c6000115059777d360fde60255b015b93d939e237da2a8e5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6742b28c4f0670c6000115059777d360fde60255b015b93d939e237da2a8e5a", kill_on_drop: false }` [INFO] [stdout] f6742b28c4f0670c6000115059777d360fde60255b015b93d939e237da2a8e5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 990494ea41753ffc3ea871f65437757ea03f86623b03e56ea7df1be2236f87a0 [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" "990494ea41753ffc3ea871f65437757ea03f86623b03e56ea7df1be2236f87a0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling decnumber-sys v0.1.5 [INFO] [stderr] Documenting dec v0.4.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `dnu` [INFO] [stdout] --> src/decimal.rs:171:68 [INFO] [stdout] | [INFO] [stdout] 171 | /// Returns the digits of the coefficient in [`decNumberUnit`][dnu] format, [INFO] [stdout] | ^^^ no item named `dnu` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `context::Status` [INFO] [stdout] --> src/decimal.rs:1406:45 [INFO] [stdout] | [INFO] [stdout] 1406 | /// when returning an error, `self`'s [`context::Status`] is set to [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `context` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `round_to_place` [INFO] [stdout] --> src/decimal.rs:1864:24 [INFO] [stdout] | [INFO] [stdout] 1864 | /// Identical to [`round_to_place`] but simultaneously performs a [`reduce`] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `round_to_place` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reduce` [INFO] [stdout] --> src/decimal.rs:1864:73 [INFO] [stdout] | [INFO] [stdout] 1864 | /// Identical to [`round_to_place`] but simultaneously performs a [`reduce`] [INFO] [stdout] | ^^^^^^ no item named `reduce` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/decimal.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | /// https://github.com/serde-rs/serde/issues/1272 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.71s [INFO] running `Command { std: "docker" "inspect" "990494ea41753ffc3ea871f65437757ea03f86623b03e56ea7df1be2236f87a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "990494ea41753ffc3ea871f65437757ea03f86623b03e56ea7df1be2236f87a0", kill_on_drop: false }` [INFO] [stdout] 990494ea41753ffc3ea871f65437757ea03f86623b03e56ea7df1be2236f87a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--frozen" "--message-format=json" "--" "--cfg" "docsrs" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 9456cc2c90c608eb6d17ed16f55464d2084c13027b10d175d69784cdeb685803 [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" "9456cc2c90c608eb6d17ed16f55464d2084c13027b10d175d69784cdeb685803", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling decnumber-sys v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Checking serde v1.0.137 [INFO] [stderr] Documenting dec v0.4.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `dnu` [INFO] [stdout] --> src/decimal.rs:171:68 [INFO] [stdout] | [INFO] [stdout] 171 | /// Returns the digits of the coefficient in [`decNumberUnit`][dnu] format, [INFO] [stdout] | ^^^ no item named `dnu` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `context::Status` [INFO] [stdout] --> src/decimal.rs:1406:45 [INFO] [stdout] | [INFO] [stdout] 1406 | /// when returning an error, `self`'s [`context::Status`] is set to [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `context` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `round_to_place` [INFO] [stdout] --> src/decimal.rs:1864:24 [INFO] [stdout] | [INFO] [stdout] 1864 | /// Identical to [`round_to_place`] but simultaneously performs a [`reduce`] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `round_to_place` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reduce` [INFO] [stdout] --> src/decimal.rs:1864:73 [INFO] [stdout] | [INFO] [stdout] 1864 | /// Identical to [`round_to_place`] but simultaneously performs a [`reduce`] [INFO] [stdout] | ^^^^^^ no item named `reduce` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/decimal.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | /// https://github.com/serde-rs/serde/issues/1272 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.58s [INFO] running `Command { std: "docker" "inspect" "9456cc2c90c608eb6d17ed16f55464d2084c13027b10d175d69784cdeb685803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9456cc2c90c608eb6d17ed16f55464d2084c13027b10d175d69784cdeb685803", kill_on_drop: false }` [INFO] [stdout] 9456cc2c90c608eb6d17ed16f55464d2084c13027b10d175d69784cdeb685803