[INFO] fetching crate badge-maker 0.3.1...
[INFO] documenting badge-maker-0.3.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate badge-maker 0.3.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate badge-maker 0.3.1
[INFO] finished tweaking crates.io crate badge-maker 0.3.1
[INFO] tweaked toml for crates.io crate badge-maker 0.3.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate badge-maker 0.3.1 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate badge-maker 0.3.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e
[INFO] running `Command { std: "docker" "start" "5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking regex-syntax v0.6.26
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking regex v1.5.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]     Checking thiserror v1.0.31
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]  Documenting badge-maker v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `Color`
[INFO] [stdout]   --> src/lib.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 | //! ### [Colors](Color)
[INFO] [stdout]    |                  ^^^^^ no item named `Color` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `color` (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 81 - //! ### [Colors](Color)
[INFO] [stdout] 81 + //! ### [Colors](color)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:111:52
[INFO] [stdout]     |
[INFO] [stdout] 111 | //! **Supported**. Others coming soon. See [Style](Style) enum for choices when
[INFO] [stdout]     |                                             -----  ^^^^^ explicit target is redundant
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 111 - //! **Supported**. Others coming soon. See [Style](Style) enum for choices when
[INFO] [stdout] 111 + //! **Supported**. Others coming soon. See [Style] enum for choices when
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 | //! ### [Links](Links) & [Logos](Logo)
[INFO] [stdout]     |          -----  ^^^^^ explicit target is redundant
[INFO] [stdout]     |          |
[INFO] [stdout]     |          because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 137 - //! ### [Links](Links) & [Logos](Logo)
[INFO] [stdout] 137 + //! ### [Links] & [Logos](Logo)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/badge/badge_builder.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 | /// Constructs a [Badge](Badge) with given options.
[INFO] [stdout]    |                   -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 15 - /// Constructs a [Badge](Badge) with given options.
[INFO] [stdout] 15 + /// Constructs a [Badge] with given options.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/badge/logo.rs:13:58
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// Simple Icons provides a list of SVG based logos: https://simpleicons.org/
[INFO] [stdout]    |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// Simple Icons provides a list of SVG based logos: <https://simpleicons.org/>
[INFO] [stdout]    |                                                          +                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/badge/style.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / pub enum Style {
[INFO] [stdout]  9 | |     Flat,
[INFO] [stdout] 10 | |     Plastic,
[INFO] [stdout] 11 | |     FlatSquare,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Style doc_svgs`
[INFO] [stdout]    = help: ends near `Used to define the style of a badge. Used in [BadgeBuilder.style()](crate::badge::BadgeBuilder)`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/badge/style.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / pub enum Style {
[INFO] [stdout]  9 | |     Flat,
[INFO] [stdout] 10 | |     Plastic,
[INFO] [stdout] 11 | |     FlatSquare,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Used to define the style of a badge. Used in [BadgeBuilder.style()](crate::badge::BadgeBuilder)`
[INFO] [stdout]    = help: ends near `Used to define the style of a badge. Used in [BadgeBuilder.style()](crate::badge::BadgeBuilder)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `badge-maker`
[INFO] running `Command { std: "docker" "inspect" "5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e", kill_on_drop: false }`
[INFO] [stdout] 5390db5406b162e100a955a0ef747a28d849756a3049e64b4b4c75150757a96e
