[INFO] fetching crate bresenham_zip 1.0.0... [INFO] documenting bresenham_zip-1.0.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate bresenham_zip 1.0.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate bresenham_zip 1.0.0 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 bresenham_zip 1.0.0 [INFO] finished tweaking crates.io crate bresenham_zip 1.0.0 [INFO] tweaked toml for crates.io crate bresenham_zip 1.0.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate bresenham_zip 1.0.0 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded line_drawing v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e958136ca7e858ca39b66493e5a20b745ade54c05659fcc60d59bb9357cc358e [INFO] running `Command { std: "docker" "start" "-a" "e958136ca7e858ca39b66493e5a20b745ade54c05659fcc60d59bb9357cc358e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e958136ca7e858ca39b66493e5a20b745ade54c05659fcc60d59bb9357cc358e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e958136ca7e858ca39b66493e5a20b745ade54c05659fcc60d59bb9357cc358e", kill_on_drop: false }` [INFO] [stdout] e958136ca7e858ca39b66493e5a20b745ade54c05659fcc60d59bb9357cc358e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4a6e7fe34f500ca10bb8bab78cebbe17cae75c940a2d53deed9c80b31ed7bd93 [INFO] running `Command { std: "docker" "start" "-a" "4a6e7fe34f500ca10bb8bab78cebbe17cae75c940a2d53deed9c80b31ed7bd93", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking line_drawing v1.0.0 [INFO] [stderr] Documenting bresenham_zip v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Error::MissingAxis` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | /// * [Error::MissingAxis], if no axis was specified. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the enum `Error` has no variant or associated item named `MissingAxis` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::MissingPoint` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | /// * [Error::MissingPoint], if any of the three points is missing. [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: public documentation for `build` links to private item `Error::InvalidX` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// * [Error::InvalidX], if the axis is X and the two ending points have divergent X values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::InvalidY` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | /// * [Error::InvalidY], if the axis is Y and the two ending points have divergent Y values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::InvalidZ` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | /// * [Error::InvalidZ], if the axis is Z and the two ending points have divergent Y values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [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 `Error::MissingAxis` [INFO] [stdout] --> src/zip/builder.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | /// * [Error::MissingAxis], if no axis was specified. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the enum `Error` has no variant or associated item named `MissingAxis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::MissingPoint` [INFO] [stdout] --> src/zip/builder.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | /// * [Error::MissingPoint], if any of the three points is missing. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::InvalidX` [INFO] [stdout] --> src/zip/builder.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// * [Error::InvalidX], if the axis is X and the two ending points have divergent X values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::InvalidY` [INFO] [stdout] --> src/zip/builder.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | /// * [Error::InvalidY], if the axis is Y and the two ending points have divergent Y values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.35s [INFO] running `Command { std: "docker" "inspect" "4a6e7fe34f500ca10bb8bab78cebbe17cae75c940a2d53deed9c80b31ed7bd93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6e7fe34f500ca10bb8bab78cebbe17cae75c940a2d53deed9c80b31ed7bd93", kill_on_drop: false }` [INFO] [stdout] 4a6e7fe34f500ca10bb8bab78cebbe17cae75c940a2d53deed9c80b31ed7bd93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "--frozen" "--message-format=json" "--" "-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] 4ff9634c15ebcb7377113bdfa7f52abdf78c7ac2f7df940e02e92adcebf808dc [INFO] running `Command { std: "docker" "start" "-a" "4ff9634c15ebcb7377113bdfa7f52abdf78c7ac2f7df940e02e92adcebf808dc", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking line_drawing v1.0.0 [INFO] [stderr] Documenting bresenham_zip v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Error::MissingAxis` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | /// * [Error::MissingAxis], if no axis was specified. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the enum `Error` has no variant or associated item named `MissingAxis` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::MissingPoint` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | /// * [Error::MissingPoint], if any of the three points is missing. [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: public documentation for `build` links to private item `Error::InvalidX` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// * [Error::InvalidX], if the axis is X and the two ending points have divergent X values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::InvalidY` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | /// * [Error::InvalidY], if the axis is Y and the two ending points have divergent Y values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::InvalidZ` [INFO] [stdout] --> src/zip_3d/builder_3d.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | /// * [Error::InvalidZ], if the axis is Z and the two ending points have divergent Y values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [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 `Error::MissingAxis` [INFO] [stdout] --> src/zip/builder.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | /// * [Error::MissingAxis], if no axis was specified. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the enum `Error` has no variant or associated item named `MissingAxis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::MissingPoint` [INFO] [stdout] --> src/zip/builder.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | /// * [Error::MissingPoint], if any of the three points is missing. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::InvalidX` [INFO] [stdout] --> src/zip/builder.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// * [Error::InvalidX], if the axis is X and the two ending points have divergent X values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `build` links to private item `Error::InvalidY` [INFO] [stdout] --> src/zip/builder.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | /// * [Error::InvalidY], if the axis is Y and the two ending points have divergent Y values. [INFO] [stdout] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.84s [INFO] running `Command { std: "docker" "inspect" "4ff9634c15ebcb7377113bdfa7f52abdf78c7ac2f7df940e02e92adcebf808dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ff9634c15ebcb7377113bdfa7f52abdf78c7ac2f7df940e02e92adcebf808dc", kill_on_drop: false }` [INFO] [stdout] 4ff9634c15ebcb7377113bdfa7f52abdf78c7ac2f7df940e02e92adcebf808dc