[INFO] fetching crate fnv64-rs 0.3.5...
[INFO] documenting fnv64-rs-0.3.5 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate fnv64-rs 0.3.5 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate fnv64-rs 0.3.5
[INFO] finished tweaking crates.io crate fnv64-rs 0.3.5
[INFO] tweaked toml for crates.io crate fnv64-rs 0.3.5 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fnv64-rs 0.3.5 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 fnv64-rs 0.3.5 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-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] fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4
[INFO] running `Command { std: "docker" "start" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4", 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" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4", 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" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4" "/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.18s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/fnv64_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4", 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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4" "/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" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4", kill_on_drop: false }`
[INFO] [stdout] fa9674eb3c1d0d3b5d20b4113b98398286c25c3adb8db4d70e6f39bdda9aa7d4
