[INFO] fetching crate coloriz 0.2.0... [INFO] documenting coloriz-0.2.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate coloriz 0.2.0 into /workspace/builds/worker-77/source [INFO] validating manifest of crates.io crate coloriz 0.2.0 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 coloriz 0.2.0 [INFO] finished tweaking crates.io crate coloriz 0.2.0 [INFO] tweaked toml for crates.io crate coloriz 0.2.0 written to /workspace/builds/worker-77/source/Cargo.toml [INFO] crate crates.io crate coloriz 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/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] [stdout] dfcb560ae599e1e1fee3a9e200101304eb167fecb07b4edc8c457a25e87fdc44 [INFO] running `Command { std: "docker" "start" "-a" "dfcb560ae599e1e1fee3a9e200101304eb167fecb07b4edc8c457a25e87fdc44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfcb560ae599e1e1fee3a9e200101304eb167fecb07b4edc8c457a25e87fdc44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfcb560ae599e1e1fee3a9e200101304eb167fecb07b4edc8c457a25e87fdc44", kill_on_drop: false }` [INFO] [stdout] dfcb560ae599e1e1fee3a9e200101304eb167fecb07b4edc8c457a25e87fdc44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/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] [stdout] 52bfd0ebbbbd6efaa9f490e1b26c95d2cd85022fbf5ad0df563555c7fd7d11ec [INFO] running `Command { std: "docker" "start" "-a" "52bfd0ebbbbd6efaa9f490e1b26c95d2cd85022fbf5ad0df563555c7fd7d11ec", kill_on_drop: false }` [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Documenting coloriz v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.13s [INFO] [stdout] warning: `f32` is both a module and a builtin type [INFO] [stdout] --> src/color/rgb.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | /// Creates a new [RGB] color with three [f32] values [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 28 | /// Creates a new [RGB] color with three [mod@f32] values [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the builtin type, prefix with `prim@` [INFO] [stdout] | [INFO] [stdout] 28 | /// Creates a new [RGB] color with three [prim@f32] values [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `f32` is both a module and a builtin type [INFO] [stdout] --> src/color/rgb.rs:43:49 [INFO] [stdout] | [INFO] [stdout] 43 | /// Creates a grayscale [RGB] color with a [f32] value [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 43 | /// Creates a grayscale [RGB] color with a [mod@f32] value [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the builtin type, prefix with `prim@` [INFO] [stdout] | [INFO] [stdout] 43 | /// Creates a grayscale [RGB] color with a [prim@f32] value [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ColoredText` [INFO] [stdout] --> src/colorize.rs:5:40 [INFO] [stdout] | [INFO] [stdout] 5 | /// Converts the given value to a [ColoredText] with the foreground color style [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:7:40 [INFO] [stdout] | [INFO] [stdout] 7 | /// Converts the given value to a [ColoredText] with the background color style [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:9:40 [INFO] [stdout] | [INFO] [stdout] 9 | /// Converts the given value to a [ColoredText] with the foreground grayscale [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:11:40 [INFO] [stdout] | [INFO] [stdout] 11 | /// Converts the given value to a [ColoredText] with the background grayscale [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:13:40 [INFO] [stdout] | [INFO] [stdout] 13 | /// Converts the given value to a [ColoredText] with the foreground gradient [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:15:40 [INFO] [stdout] | [INFO] [stdout] 15 | /// Converts the given value to a [ColoredText] with the background gradient [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/lib.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | /// Creates a [ColoredText] from `text` without any color styles [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "52bfd0ebbbbd6efaa9f490e1b26c95d2cd85022fbf5ad0df563555c7fd7d11ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52bfd0ebbbbd6efaa9f490e1b26c95d2cd85022fbf5ad0df563555c7fd7d11ec", kill_on_drop: false }` [INFO] [stdout] 52bfd0ebbbbd6efaa9f490e1b26c95d2cd85022fbf5ad0df563555c7fd7d11ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/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" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 9c7257bfb1e4660b59d3eb1aad97877cd00d157e4ea79c6be9d61c4dc4f26f7f [INFO] running `Command { std: "docker" "start" "-a" "9c7257bfb1e4660b59d3eb1aad97877cd00d157e4ea79c6be9d61c4dc4f26f7f", kill_on_drop: false }` [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Documenting coloriz v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `f32` is both a module and a builtin type [INFO] [stdout] --> src/color/rgb.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | /// Creates a new [RGB] color with three [f32] values [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 28 | /// Creates a new [RGB] color with three [mod@f32] values [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the builtin type, prefix with `prim@` [INFO] [stdout] | [INFO] [stdout] 28 | /// Creates a new [RGB] color with three [prim@f32] values [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `f32` is both a module and a builtin type [INFO] [stdout] --> src/color/rgb.rs:43:49 [INFO] [stdout] | [INFO] [stdout] 43 | /// Creates a grayscale [RGB] color with a [f32] value [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 43 | /// Creates a grayscale [RGB] color with a [mod@f32] value [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the builtin type, prefix with `prim@` [INFO] [stdout] | [INFO] [stdout] 43 | /// Creates a grayscale [RGB] color with a [prim@f32] value [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ColoredText` [INFO] [stdout] --> src/colorize.rs:5:40 [INFO] [stdout] | [INFO] [stdout] 5 | /// Converts the given value to a [ColoredText] with the foreground color style [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:7:40 [INFO] [stdout] | [INFO] [stdout] 7 | /// Converts the given value to a [ColoredText] with the background color style [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:9:40 [INFO] [stdout] | [INFO] [stdout] 9 | /// Converts the given value to a [ColoredText] with the foreground grayscale [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:11:40 [INFO] [stdout] | [INFO] [stdout] 11 | /// Converts the given value to a [ColoredText] with the background grayscale [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:13:40 [INFO] [stdout] | [INFO] [stdout] 13 | /// Converts the given value to a [ColoredText] with the foreground gradient [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/colorize.rs:15:40 [INFO] [stdout] | [INFO] [stdout] 15 | /// Converts the given value to a [ColoredText] with the background gradient [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` 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 `ColoredText` [INFO] [stdout] --> src/lib.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | /// Creates a [ColoredText] from `text` without any color styles [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColoredText` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "9c7257bfb1e4660b59d3eb1aad97877cd00d157e4ea79c6be9d61c4dc4f26f7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c7257bfb1e4660b59d3eb1aad97877cd00d157e4ea79c6be9d61c4dc4f26f7f", kill_on_drop: false }` [INFO] [stdout] 9c7257bfb1e4660b59d3eb1aad97877cd00d157e4ea79c6be9d61c4dc4f26f7f