[INFO] fetching crate fluvio_ws_stream_wasm 0.7.0...
[INFO] documenting fluvio_ws_stream_wasm-0.7.0 against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] extracting crate fluvio_ws_stream_wasm 0.7.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate fluvio_ws_stream_wasm 0.7.0
[INFO] finished tweaking crates.io crate fluvio_ws_stream_wasm 0.7.0
[INFO] tweaked toml for crates.io crate fluvio_ws_stream_wasm 0.7.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fluvio_ws_stream_wasm 0.7.0 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 88 packages to latest compatible versions
[INFO] [stderr]       Adding console_log v0.2.2 (available: v1.0.0)
[INFO] [stderr]       Adding futures_codec v0.4.1 (available: v0.5.0)
[INFO] [stderr]       Adding getrandom v0.2.17 (available: v0.4.3)
[INFO] [stderr]       Adding rand v0.8.7 (available: v0.10.2)
[INFO] [stderr]       Adding rand_xoshiro v0.6.0 (available: v0.8.1)
[INFO] [stderr]       Adding rustc_version v0.3.3 (available: v0.4.1)
[INFO] [stderr]       Adding send_wrapper v0.5.0 (available: v0.6.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] [stderr]       Adding tokio-serde-cbor v0.6.0 (available: v0.7.0)
[INFO] [stderr]       Adding tokio-util v0.6.10 (available: v0.7.18)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded send_wrapper v0.5.0
[INFO] [stderr]   Downloaded wasm-bindgen-test-shared v0.2.126
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.76
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.76
[INFO] [stderr]   Downloaded futures_codec v0.4.1
[INFO] [stderr]   Downloaded tokio-serde-cbor v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6
[INFO] running `Command { std: "docker" "start" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6", 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" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.126
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling pest v2.8.7
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking send_wrapper v0.5.0
[INFO] [stderr]    Compiling pharos v0.5.3
[INFO] [stderr]    Compiling async_io_stream v0.3.3
[INFO] [stderr]    Compiling wasm-bindgen v0.2.126
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.126
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling semver-parser v0.10.3
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling fluvio_ws_stream_wasm v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.126
[INFO] [stderr]     Checking js-sys v0.3.103
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.76
[INFO] [stderr]     Checking web-sys v0.3.103
[INFO] [stderr]  Documenting fluvio_ws_stream_wasm v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> src/lib.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![cfg_attr(nightly, feature(doc_cfg, external_doc))]
[INFO] [stdout]   |             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(nightly, doc(include = "../README.md"))]
[INFO] [stdout]   |             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WsMeta::connect`
[INFO] [stdout]   --> src/error.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |     /// [`WsMeta::connect`], you have to make sure to set the binary type of the connection
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ no item named `WsMeta` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WsErr::ForbiddenPort`
[INFO] [stdout]   --> src/ws_meta.rs:35:34
[INFO] [stdout]    |
[INFO] [stdout] 35 |     /// `connect` will return a [WsErr::ForbiddenPort].
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^ the enum `WsErr` has no variant or associated item named `ForbiddenPort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/ws_stream.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | /// methods on [WsMeta](crate::WsMeta), which allow you to set a proper close code and reason.
[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] 8 - /// methods on [WsMeta](crate::WsMeta), which allow you to set a proper close code and reason.
[INFO] [stdout] 8 + /// methods on [WsMeta], which allow you to set a proper close code and reason.
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.29s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/fluvio_ws_stream_wasm/index.html
[INFO] running `Command { std: "docker" "inspect" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "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 proc-macro2 v1.0.106
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling fluvio_ws_stream_wasm v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.126
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.126
[INFO] [stderr]     Checking wasm-bindgen v0.2.126
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking js-sys v0.3.103
[INFO] [stderr]     Checking pharos v0.5.3
[INFO] [stderr]     Checking async_io_stream v0.3.3
[INFO] [stderr]     Checking web-sys v0.3.103
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.76
[INFO] [stderr]  Documenting fluvio_ws_stream_wasm v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> src/lib.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![cfg_attr(nightly, feature(doc_cfg, external_doc))]
[INFO] [stdout]   |             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stdout]  --> src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(nightly, doc(include = "../README.md"))]
[INFO] [stdout]   |             ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WsMeta::connect`
[INFO] [stdout]   --> src/error.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |     /// [`WsMeta::connect`], you have to make sure to set the binary type of the connection
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ no item named `WsMeta` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WsErr::ForbiddenPort`
[INFO] [stdout]   --> src/ws_meta.rs:35:34
[INFO] [stdout]    |
[INFO] [stdout] 35 |     /// `connect` will return a [WsErr::ForbiddenPort].
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^ the enum `WsErr` has no variant or associated item named `ForbiddenPort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.48s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/fluvio_ws_stream_wasm/index.html
[INFO] running `Command { std: "docker" "inspect" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6", kill_on_drop: false }`
[INFO] [stdout] 3de560b5da7c55878d8a77d567b4caefb3775b85e6c2c8aeb174e56fa7caa2f6
