[INFO] cloning repository https://github.com/dante19031999/fnv-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dante19031999/fnv-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdante19031999%2Ffnv-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdante19031999%2Ffnv-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69244fff72849bff138325454d258dcd0ef7c715
[INFO] documenting dante19031999/fnv-rs against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdante19031999%2Ffnv-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dante19031999/fnv-rs
[INFO] finished tweaking git repo https://github.com/dante19031999/fnv-rs
[INFO] tweaked toml for git repo https://github.com/dante19031999/fnv-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dante19031999/fnv-rs 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 git repo https://github.com/dante19031999/fnv-rs 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62
[INFO] running `Command { std: "docker" "start" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62", 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" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62", 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" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting fnv64-rs v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `FnvHashMap`
[INFO] [stdout]    --> src/lib.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 | //! | [`FnvHashMap<K, V>`]   | **FNV-1a** (Default) | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ no item named `FnvHashMap` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::collections::HashMap`
[INFO] [stdout]    --> src/lib.rs:122:67
[INFO] [stdout]     |
[INFO] [stdout] 122 | //! | [`FnvHashMap<K, V>`]   | **FNV-1a** (Default) | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `std` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FnvHashSet`
[INFO] [stdout]    --> src/lib.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 | //! | [`FnvHashSet<V>`]      | **FNV-1a** (Default) | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |         ^^^^^^^^^^^^^ no item named `FnvHashSet` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `Fnv1Hasher`
[INFO] [stdout]     |
[INFO] [stdout] 123 - //! | [`FnvHashSet<V>`]      | **FNV-1a** (Default) | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout] 123 + //! | [`Fnv1Hasher<V>`]      | **FNV-1a** (Default) | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::collections::HashSet`
[INFO] [stdout]    --> src/lib.rs:123:67
[INFO] [stdout]     |
[INFO] [stdout] 123 | //! | [`FnvHashSet<V>`]      | **FNV-1a** (Default) | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `std` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Fnv1aHashMap`
[INFO] [stdout]    --> src/lib.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | //! | [`Fnv1aHashMap<K, V>`] | **FNV-1a**           | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ no item named `Fnv1aHashMap` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `Fnv1aHasher`
[INFO] [stdout]     |
[INFO] [stdout] 124 - //! | [`Fnv1aHashMap<K, V>`] | **FNV-1a**           | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout] 124 + //! | [`Fnv1aHasher<K, V>`] | **FNV-1a**           | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::collections::HashMap`
[INFO] [stdout]    --> src/lib.rs:124:67
[INFO] [stdout]     |
[INFO] [stdout] 124 | //! | [`Fnv1aHashMap<K, V>`] | **FNV-1a**           | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `std` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Fnv1aHashSet`
[INFO] [stdout]    --> src/lib.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 | //! | [`Fnv1aHashSet<V>`]    | **FNV-1a**           | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ no item named `Fnv1aHashSet` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `Fnv1aHasher`
[INFO] [stdout]     |
[INFO] [stdout] 125 - //! | [`Fnv1aHashSet<V>`]    | **FNV-1a**           | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout] 125 + //! | [`Fnv1aHasher<V>`]    | **FNV-1a**           | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::collections::HashSet`
[INFO] [stdout]    --> src/lib.rs:125:67
[INFO] [stdout]     |
[INFO] [stdout] 125 | //! | [`Fnv1aHashSet<V>`]    | **FNV-1a**           | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `std` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Fnv1HashMap`
[INFO] [stdout]    --> src/lib.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 | //! | [`Fnv1HashMap<K, V>`]  | **FNV-1**            | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ no item named `Fnv1HashMap` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `Fnv1Hasher`
[INFO] [stdout]     |
[INFO] [stdout] 126 - //! | [`Fnv1HashMap<K, V>`]  | **FNV-1**            | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout] 126 + //! | [`Fnv1Hasher<K, V>`]  | **FNV-1**            | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::collections::HashMap`
[INFO] [stdout]    --> src/lib.rs:126:67
[INFO] [stdout]     |
[INFO] [stdout] 126 | //! | [`Fnv1HashMap<K, V>`]  | **FNV-1**            | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `std` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Fnv1HashSet`
[INFO] [stdout]    --> src/lib.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 | //! | [`Fnv1HashSet<V>`]     | **FNV-1**            | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ no item named `Fnv1HashSet` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `Fnv1Hasher`
[INFO] [stdout]     |
[INFO] [stdout] 127 - //! | [`Fnv1HashSet<V>`]     | **FNV-1**            | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout] 127 + //! | [`Fnv1Hasher<V>`]     | **FNV-1**            | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::collections::HashSet`
[INFO] [stdout]    --> src/lib.rs:127:67
[INFO] [stdout]     |
[INFO] [stdout] 127 | //! | [`Fnv1HashSet<V>`]     | **FNV-1**            | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `std` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Fnv0HashMap`
[INFO] [stdout]    --> src/lib.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | //! | [`Fnv0HashMap<K, V>`]  | **FNV-0**            | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ no item named `Fnv0HashMap` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `Fnv0Hasher`
[INFO] [stdout]     |
[INFO] [stdout] 128 - //! | [`Fnv0HashMap<K, V>`]  | **FNV-0**            | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout] 128 + //! | [`Fnv0Hasher<K, V>`]  | **FNV-0**            | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::collections::HashMap`
[INFO] [stdout]    --> src/lib.rs:128:67
[INFO] [stdout]     |
[INFO] [stdout] 128 | //! | [`Fnv0HashMap<K, V>`]  | **FNV-0**            | [`HashMap`][std::collections::HashMap]  |
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `std` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Fnv0HashSet`
[INFO] [stdout]    --> src/lib.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 | //! | [`Fnv0HashSet<V>`]     | **FNV-0**            | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ no item named `Fnv0HashSet` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `Fnv0Hasher`
[INFO] [stdout]     |
[INFO] [stdout] 129 - //! | [`Fnv0HashSet<V>`]     | **FNV-0**            | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout] 129 + //! | [`Fnv0Hasher<V>`]     | **FNV-0**            | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `std::collections::HashSet`
[INFO] [stdout]    --> src/lib.rs:129:67
[INFO] [stdout]     |
[INFO] [stdout] 129 | //! | [`Fnv0HashSet<V>`]     | **FNV-0**            | [`HashSet`][std::collections::HashSet]  |
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `std` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::FnvHashMap`
[INFO] [stdout]   --> src/fnv1a.rs:20:53
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! FNV-1a is the default choice for [`FnvHashMap`](crate::FnvHashMap).
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^ no item named `FnvHashMap` in module `fnv64_rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/fnv64_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62", 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" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting fnv64-rs v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/fnv1a.rs:95:1
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub type Fnv1aHasher = GenericFnv1aHasher<{ crate::OFFSET }, { crate::PRIME }>;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `This currently points to [`Fnv1aHasher`], which is the recommended`
[INFO] [stdout]    = help: ends near `Standard 64-bit FNV-1a hasher using the official FNV offset basis and prime.`
[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/fnv1a.rs:101:1
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type Fnv1aBuildHasher = GenericFnv1aBuildHasher<{ crate::OFFSET }, { crate::PRIME }>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ````rust`
[INFO] [stdout]     = help: ends near `````
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `fnv64-rs`
[INFO] running `Command { std: "docker" "inspect" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62", kill_on_drop: false }`
[INFO] [stdout] 1bc201b70b083d9bc15f07663197546e45b51ec73f08104d892e0422466eef62
