[INFO] cloning repository https://github.com/SuperFluffy/bee-hashes-preview [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SuperFluffy/bee-hashes-preview" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperFluffy%2Fbee-hashes-preview", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperFluffy%2Fbee-hashes-preview'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d879e53f6e663c98231b85b71cc148aa01521746 [INFO] documenting SuperFluffy/bee-hashes-preview against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperFluffy%2Fbee-hashes-preview" "/workspace/builds/worker-34/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-34/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SuperFluffy/bee-hashes-preview 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 git repo https://github.com/SuperFluffy/bee-hashes-preview [INFO] finished tweaking git repo https://github.com/SuperFluffy/bee-hashes-preview [INFO] tweaked toml for git repo https://github.com/SuperFluffy/bee-hashes-preview written to /workspace/builds/worker-34/source/Cargo.toml [INFO] crate git repo https://github.com/SuperFluffy/bee-hashes-preview already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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] d5d122b6aa79bcb08caa048e050764428a98396f1dcd7536b7383025f107b894 [INFO] running `Command { std: "docker" "start" "-a" "d5d122b6aa79bcb08caa048e050764428a98396f1dcd7536b7383025f107b894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d5d122b6aa79bcb08caa048e050764428a98396f1dcd7536b7383025f107b894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5d122b6aa79bcb08caa048e050764428a98396f1dcd7536b7383025f107b894", kill_on_drop: false }` [INFO] [stdout] d5d122b6aa79bcb08caa048e050764428a98396f1dcd7536b7383025f107b894 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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] 059e5262c411750fc698848d7acab15ca1e59721103479d6207908afdb9ddcd3 [INFO] running `Command { std: "docker" "start" "-a" "059e5262c411750fc698848d7acab15ca1e59721103479d6207908afdb9ddcd3", kill_on_drop: false }` [INFO] [stderr] Documenting bee-hashes v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: public documentation for `bee_hashes` links to private item `Sponge` [INFO] [stdout] --> src/lib.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | //! The main focus of this prototype are the [`Sponge`] trait, and the [`CurlP`], and [`Kerl`] [INFO] [stdout] | ^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Kerl` [INFO] [stdout] --> src/lib.rs:4:89 [INFO] [stdout] | [INFO] [stdout] 4 | //! The main focus of this prototype are the [`Sponge`] trait, and the [`CurlP`], and [`Kerl`] [INFO] [stdout] | ^^^^ no item named `Kerl` 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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `Command { std: "docker" "inspect" "059e5262c411750fc698848d7acab15ca1e59721103479d6207908afdb9ddcd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "059e5262c411750fc698848d7acab15ca1e59721103479d6207908afdb9ddcd3", kill_on_drop: false }` [INFO] [stdout] 059e5262c411750fc698848d7acab15ca1e59721103479d6207908afdb9ddcd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 2297de0effdb4f1c93bddddf7439d3c4c1fe6b8f317a8a3c41122a0053f10e3e [INFO] running `Command { std: "docker" "start" "-a" "2297de0effdb4f1c93bddddf7439d3c4c1fe6b8f317a8a3c41122a0053f10e3e", kill_on_drop: false }` [INFO] [stderr] Documenting bee-hashes v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: public documentation for `bee_hashes` links to private item `Sponge` [INFO] [stdout] --> src/lib.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | //! The main focus of this prototype are the [`Sponge`] trait, and the [`CurlP`], and [`Kerl`] [INFO] [stdout] | ^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Kerl` [INFO] [stdout] --> src/lib.rs:4:89 [INFO] [stdout] | [INFO] [stdout] 4 | //! The main focus of this prototype are the [`Sponge`] trait, and the [`CurlP`], and [`Kerl`] [INFO] [stdout] | ^^^^ no item named `Kerl` 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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `Command { std: "docker" "inspect" "2297de0effdb4f1c93bddddf7439d3c4c1fe6b8f317a8a3c41122a0053f10e3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2297de0effdb4f1c93bddddf7439d3c4c1fe6b8f317a8a3c41122a0053f10e3e", kill_on_drop: false }` [INFO] [stdout] 2297de0effdb4f1c93bddddf7439d3c4c1fe6b8f317a8a3c41122a0053f10e3e