[INFO] fetching crate dec 0.4.8... [INFO] documenting dec-0.4.8 against beta-2022-05-20 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 beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", 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] f4d15420da46bd049db22b32c6a176690eb1e25c32e39c855c85718f9e1fe800 [INFO] running `Command { std: "docker" "start" "-a" "f4d15420da46bd049db22b32c6a176690eb1e25c32e39c855c85718f9e1fe800", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4d15420da46bd049db22b32c6a176690eb1e25c32e39c855c85718f9e1fe800", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4d15420da46bd049db22b32c6a176690eb1e25c32e39c855c85718f9e1fe800", kill_on_drop: false }` [INFO] [stdout] f4d15420da46bd049db22b32c6a176690eb1e25c32e39c855c85718f9e1fe800 [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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", 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] 91be6db8b3acb8e79f4ba67f63abd09be4f44cf892d8ce17fe9bdd4f3ed23bde [INFO] running `Command { std: "docker" "start" "-a" "91be6db8b3acb8e79f4ba67f63abd09be4f44cf892d8ce17fe9bdd4f3ed23bde", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling libc v0.2.126 [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 11.03s [INFO] running `Command { std: "docker" "inspect" "91be6db8b3acb8e79f4ba67f63abd09be4f44cf892d8ce17fe9bdd4f3ed23bde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91be6db8b3acb8e79f4ba67f63abd09be4f44cf892d8ce17fe9bdd4f3ed23bde", kill_on_drop: false }` [INFO] [stdout] 91be6db8b3acb8e79f4ba67f63abd09be4f44cf892d8ce17fe9bdd4f3ed23bde [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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--frozen" "--message-format=json" "--" "--cfg" "docsrs" "-Z" "unstable-options" "--document-private-items", 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] 5a0ad925d8c94762f5cb4a8cdf5604e5971d4622361b684484035ac6e2e5a7c4 [INFO] running `Command { std: "docker" "start" "-a" "5a0ad925d8c94762f5cb4a8cdf5604e5971d4622361b684484035ac6e2e5a7c4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cc v1.0.73 [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.62s [INFO] running `Command { std: "docker" "inspect" "5a0ad925d8c94762f5cb4a8cdf5604e5971d4622361b684484035ac6e2e5a7c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a0ad925d8c94762f5cb4a8cdf5604e5971d4622361b684484035ac6e2e5a7c4", kill_on_drop: false }` [INFO] [stdout] 5a0ad925d8c94762f5cb4a8cdf5604e5971d4622361b684484035ac6e2e5a7c4