[INFO] fetching crate inf-wasmparser 0.0.8...
[INFO] documenting inf-wasmparser-0.0.8 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate inf-wasmparser 0.0.8 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate inf-wasmparser 0.0.8
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate inf-wasmparser 0.0.8
[INFO] tweaked toml for crates.io crate inf-wasmparser 0.0.8 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate inf-wasmparser 0.0.8 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate inf-wasmparser 0.0.8 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wat v1.228.0
[INFO] [stderr]   Downloaded wasm-encoder v0.228.0
[INFO] [stderr]   Downloaded clap v4.5.36
[INFO] [stderr]   Downloaded jiff-static v0.2.8
[INFO] [stderr]   Downloaded wast v228.0.0
[INFO] [stderr]   Downloaded clap_builder v4.5.36
[INFO] [stderr]   Downloaded wasmparser v0.228.0
[INFO] [stderr]   Downloaded jiff v0.2.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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] 7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234
[INFO] running `Command { std: "docker" "start" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234", 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" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234", 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" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling inf-wasmparser v0.0.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]  Documenting inf-wasmparser v0.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:583:15
[INFO] [stdout]     |
[INFO] [stdout] 583 | impl Hash for (dyn ModuleImportKey + '_) {
[INFO] [stdout]     |               ^                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 583 - impl Hash for (dyn ModuleImportKey + '_) {
[INFO] [stdout] 583 + impl Hash for dyn ModuleImportKey + '_ {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:590:20
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl PartialEq for (dyn ModuleImportKey + '_) {
[INFO] [stdout]     |                    ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 590 - impl PartialEq for (dyn ModuleImportKey + '_) {
[INFO] [stdout] 590 + impl PartialEq for dyn ModuleImportKey + '_ {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:596:13
[INFO] [stdout]     |
[INFO] [stdout] 596 | impl Eq for (dyn ModuleImportKey + '_) {}
[INFO] [stdout]     |             ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 596 - impl Eq for (dyn ModuleImportKey + '_) {}
[INFO] [stdout] 596 + impl Eq for dyn ModuleImportKey + '_ {}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:598:14
[INFO] [stdout]     |
[INFO] [stdout] 598 | impl Ord for (dyn ModuleImportKey + '_) {
[INFO] [stdout]     |              ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 598 - impl Ord for (dyn ModuleImportKey + '_) {
[INFO] [stdout] 598 + impl Ord for dyn ModuleImportKey + '_ {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:608:21
[INFO] [stdout]     |
[INFO] [stdout] 608 | impl PartialOrd for (dyn ModuleImportKey + '_) {
[INFO] [stdout]     |                     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 608 - impl PartialOrd for (dyn ModuleImportKey + '_) {
[INFO] [stdout] 608 + impl PartialOrd for dyn ModuleImportKey + '_ {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FuncValidator::visit`
[INFO] [stdout]    --> src/validator/func.rs:180:19
[INFO] [stdout]     |
[INFO] [stdout] 180 |     /// Same as [`FuncValidator::visit`] except that the returned type
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ the struct `FuncValidator` has no field or associated item named `visit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/validator.rs:97:63
[INFO] [stdout]    |
[INFO] [stdout] 97 | /// Allows you to save the `ValidatorId` of the [`Validator`][crate::Validator]
[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] 97 - /// Allows you to save the `ValidatorId` of the [`Validator`][crate::Validator]
[INFO] [stdout] 97 + /// Allows you to save the `ValidatorId` of the [`Validator`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/validator.rs:122:38
[INFO] [stdout]     |
[INFO] [stdout] 122 | /// `Validator`. As each [`Payload`](crate::Payload) is received from a
[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] 122 - /// `Validator`. As each [`Payload`](crate::Payload) is received from a
[INFO] [stdout] 122 + /// `Validator`. As each [`Payload`] is received from a
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.55s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/inf_wasmparser/index.html
[INFO] running `Command { std: "docker" "inspect" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234", 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" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling inf-wasmparser v0.0.8 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting inf-wasmparser v0.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:583:15
[INFO] [stdout]     |
[INFO] [stdout] 583 | impl Hash for (dyn ModuleImportKey + '_) {
[INFO] [stdout]     |               ^                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 583 - impl Hash for (dyn ModuleImportKey + '_) {
[INFO] [stdout] 583 + impl Hash for dyn ModuleImportKey + '_ {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:590:20
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl PartialEq for (dyn ModuleImportKey + '_) {
[INFO] [stdout]     |                    ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 590 - impl PartialEq for (dyn ModuleImportKey + '_) {
[INFO] [stdout] 590 + impl PartialEq for dyn ModuleImportKey + '_ {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:596:13
[INFO] [stdout]     |
[INFO] [stdout] 596 | impl Eq for (dyn ModuleImportKey + '_) {}
[INFO] [stdout]     |             ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 596 - impl Eq for (dyn ModuleImportKey + '_) {}
[INFO] [stdout] 596 + impl Eq for dyn ModuleImportKey + '_ {}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:598:14
[INFO] [stdout]     |
[INFO] [stdout] 598 | impl Ord for (dyn ModuleImportKey + '_) {
[INFO] [stdout]     |              ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 598 - impl Ord for (dyn ModuleImportKey + '_) {
[INFO] [stdout] 598 + impl Ord for dyn ModuleImportKey + '_ {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/validator/component_types.rs:608:21
[INFO] [stdout]     |
[INFO] [stdout] 608 | impl PartialOrd for (dyn ModuleImportKey + '_) {
[INFO] [stdout]     |                     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 608 - impl PartialOrd for (dyn ModuleImportKey + '_) {
[INFO] [stdout] 608 + impl PartialOrd for dyn ModuleImportKey + '_ {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FuncValidator::visit`
[INFO] [stdout]    --> src/validator/func.rs:180:19
[INFO] [stdout]     |
[INFO] [stdout] 180 |     /// Same as [`FuncValidator::visit`] except that the returned type
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ the struct `FuncValidator` has no field or associated item named `visit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/inf_wasmparser/index.html
[INFO] running `Command { std: "docker" "inspect" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234", kill_on_drop: false }`
[INFO] [stdout] 7f1e2ce9b427bbac4673ea54a7779c8efc8d8471dc099e14dd7a2c5951663234
