[INFO] fetching crate coast 0.0.0... [INFO] documenting coast-0.0.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate coast 0.0.0 into /workspace/builds/worker-38/source [INFO] validating manifest of crates.io crate coast 0.0.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate coast 0.0.0 [INFO] finished tweaking crates.io crate coast 0.0.0 [INFO] tweaked toml for crates.io crate coast 0.0.0 written to /workspace/builds/worker-38/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3a537da365fd43673c628f46f14f297f67adc1293bc975a37c2d8ed8f49e252 [INFO] running `Command { std: "docker" "start" "-a" "d3a537da365fd43673c628f46f14f297f67adc1293bc975a37c2d8ed8f49e252", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3a537da365fd43673c628f46f14f297f67adc1293bc975a37c2d8ed8f49e252", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3a537da365fd43673c628f46f14f297f67adc1293bc975a37c2d8ed8f49e252", kill_on_drop: false }` [INFO] [stdout] d3a537da365fd43673c628f46f14f297f67adc1293bc975a37c2d8ed8f49e252 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55a4605b4fb5335028edbceb21ed7f3748b88eb4d9d1e79184aafb16e69bad88 [INFO] running `Command { std: "docker" "start" "-a" "55a4605b4fb5335028edbceb21ed7f3748b88eb4d9d1e79184aafb16e69bad88", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.80 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.80 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.80 [INFO] [stderr] Checking js-sys v0.3.57 [INFO] [stderr] Checking web-sys v0.3.57 [INFO] [stderr] Documenting coast v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | #![warn(missing_docs, missing_doc_code_examples, unreachable_pub)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 6 | | //! // tbi [INFO] [stdout] 7 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 5 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.77s [INFO] running `Command { std: "docker" "inspect" "55a4605b4fb5335028edbceb21ed7f3748b88eb4d9d1e79184aafb16e69bad88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55a4605b4fb5335028edbceb21ed7f3748b88eb4d9d1e79184aafb16e69bad88", kill_on_drop: false }` [INFO] [stdout] 55a4605b4fb5335028edbceb21ed7f3748b88eb4d9d1e79184aafb16e69bad88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 3cb7b25f9dd6672fa94593adcde7b7d8803b044808385f9ad2809b1d8f5854b8 [INFO] running `Command { std: "docker" "start" "-a" "3cb7b25f9dd6672fa94593adcde7b7d8803b044808385f9ad2809b1d8f5854b8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.80 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.80 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.80 [INFO] [stderr] Checking js-sys v0.3.57 [INFO] [stderr] Checking web-sys v0.3.57 [INFO] [stderr] Documenting coast v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | #![warn(missing_docs, missing_doc_code_examples, unreachable_pub)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | //! Event listeners. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | #![warn(missing_docs, missing_doc_code_examples, unreachable_pub)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / /// Specifies the phase during which the event listener is run. [INFO] [stdout] 9 | | /// [INFO] [stdout] 10 | | /// See [W3C UI Events: event [INFO] [stdout] 11 | | /// flow](https://www.w3.org/TR/DOM-Level-3-Events/#event-flow) for more details. [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / impl EventPhase { [INFO] [stdout] 25 | | /// Returns `true` if the phase is `Capture`. [INFO] [stdout] 26 | | #[inline] [INFO] [stdout] 27 | | pub fn is_capture(&self) -> bool { [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | /// Returns `true` if the phase is `Capture`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | /// Returns `true` if the phase is `Bubble`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | /// A builder used to configure `EventListener`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl Builder { [INFO] [stdout] 46 | | /// Create a new builder. [INFO] [stdout] 47 | | pub fn new() -> Self { [INFO] [stdout] 48 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 127 | | } [INFO] [stdout] 128 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | /// Create a new builder. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | / /// Set the `EventPhase` during which the event should be triggered. [INFO] [stdout] 55 | | /// [INFO] [stdout] 56 | | /// Defaults to `EventPhase::Bubble`. [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / /// Set whether the listener should be `passive`. [INFO] [stdout] 63 | | /// [INFO] [stdout] 64 | | /// Defaults to `true`. [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | /// Register an event listener. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | /// Register an event listener that will be called at most once. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | /// DOM event listener. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / impl EventListener { [INFO] [stdout] 141 | | /// Register an event listener. [INFO] [stdout] 142 | | #[inline] [INFO] [stdout] 143 | | pub fn listen(target: &EventTarget, event_type: S, callback: F) -> Self [INFO] [stdout] ... | [INFO] [stdout] 212 | | } [INFO] [stdout] 213 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | /// Register an event listener. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:151:5 [INFO] [stdout] | [INFO] [stdout] 151 | /// Register an event listener that will be called at most once. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | / /// Keeps the `EventListener` alive forever, so it will never be dropped. [INFO] [stdout] 182 | | /// [INFO] [stdout] 183 | | /// This should only be used when you want the `EventListener` to last [INFO] [stdout] 184 | | /// forever, otherwise it will leak memory. [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | /// Returns the `EventTarget`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | /// Returns the event type. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/events.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / /// Returns whether the event listener is run during the capture or bubble phase. [INFO] [stdout] 205 | | /// [INFO] [stdout] 206 | | /// The official specification has [a good [INFO] [stdout] 207 | | /// explanation](https://www.w3.org/TR/DOM-Level-3-Events/#event-flow) of [INFO] [stdout] 208 | | /// capturing vs bubbling. [INFO] [stdout] | |______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: Rust code block is empty [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! ``` [INFO] [stdout] | _____^ [INFO] [stdout] 6 | | //! // tbi [INFO] [stdout] 7 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 5 | //! ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.70s [INFO] running `Command { std: "docker" "inspect" "3cb7b25f9dd6672fa94593adcde7b7d8803b044808385f9ad2809b1d8f5854b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cb7b25f9dd6672fa94593adcde7b7d8803b044808385f9ad2809b1d8f5854b8", kill_on_drop: false }` [INFO] [stdout] 3cb7b25f9dd6672fa94593adcde7b7d8803b044808385f9ad2809b1d8f5854b8