[INFO] fetching crate sauron_vdom 0.26.0... [INFO] documenting sauron_vdom-0.26.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate sauron_vdom 0.26.0 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate sauron_vdom 0.26.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 sauron_vdom 0.26.0 [INFO] finished tweaking crates.io crate sauron_vdom 0.26.0 [INFO] tweaked toml for crates.io crate sauron_vdom 0.26.0 written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate crates.io crate sauron_vdom 0.26.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] e31feb8f8ae96ed7aaaf0b6869bf5c36f5fc2828fe825132f7d88f458d419712 [INFO] running `Command { std: "docker" "start" "-a" "e31feb8f8ae96ed7aaaf0b6869bf5c36f5fc2828fe825132f7d88f458d419712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e31feb8f8ae96ed7aaaf0b6869bf5c36f5fc2828fe825132f7d88f458d419712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e31feb8f8ae96ed7aaaf0b6869bf5c36f5fc2828fe825132f7d88f458d419712", kill_on_drop: false }` [INFO] [stdout] e31feb8f8ae96ed7aaaf0b6869bf5c36f5fc2828fe825132f7d88f458d419712 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 89ea3c23b733c7c97d1d450b0cae06313e49e1a3d86398e21c909feb95d06744 [INFO] running `Command { std: "docker" "start" "-a" "89ea3c23b733c7c97d1d450b0cae06313e49e1a3d86398e21c909feb95d06744", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Documenting sauron_vdom v0.26.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/patch.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 23 | | /// .─. [INFO] [stdout] 24 | | /// ( 0 ) [INFO] [stdout] 25 | | /// `┬' [INFO] [stdout] ... | [INFO] [stdout] 38 | | /// `─' `─' `─' [INFO] [stdout] 39 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/patch.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2500} [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: \u{252c} [INFO] [stdout] = note: error from rustc: unterminated character literal [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/vnode.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 34 | | /// div(&[class("some-class"), &[text("Some text")]) [INFO] [stdout] 35 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/vnode.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: mismatched closing delimiter: `)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/vnode.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 38 | | /// div([class("some-class"), [text("some text)]) [INFO] [stdout] 39 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/vnode.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: unterminated double quote string [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:109:8 [INFO] [stdout] | [INFO] [stdout] 109 | ///https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/location [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` implied by `#[warn(warnings)]` [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/clientX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:167:8 [INFO] [stdout] | [INFO] [stdout] 167 | ///https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/clientY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/screenX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/screenY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s [INFO] running `Command { std: "docker" "inspect" "89ea3c23b733c7c97d1d450b0cae06313e49e1a3d86398e21c909feb95d06744", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89ea3c23b733c7c97d1d450b0cae06313e49e1a3d86398e21c909feb95d06744", kill_on_drop: false }` [INFO] [stdout] 89ea3c23b733c7c97d1d450b0cae06313e49e1a3d86398e21c909feb95d06744 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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] 0e82d114ecd55a23ca70500301cd31ff78e255e56f250e1967bad6586f658d99 [INFO] running `Command { std: "docker" "start" "-a" "0e82d114ecd55a23ca70500301cd31ff78e255e56f250e1967bad6586f658d99", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Documenting sauron_vdom v0.26.0 (/opt/rustwide/workdir) [INFO] [stdout] error: could not parse code block as Rust code [INFO] [stdout] --> src/patch.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 23 | | /// .─. [INFO] [stdout] 24 | | /// ( 0 ) [INFO] [stdout] 25 | | /// `┬' [INFO] [stdout] ... | [INFO] [stdout] 38 | | /// `─' `─' `─' [INFO] [stdout] 39 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(rustdoc::invalid_rust_codeblocks)]` implied by `#[deny(warnings)]` [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/patch.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2500} [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: \u{252c} [INFO] [stdout] = note: error from rustc: unterminated character literal [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: could not parse code block as Rust code [INFO] [stdout] --> src/vnode.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 34 | | /// div(&[class("some-class"), &[text("Some text")]) [INFO] [stdout] 35 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/vnode.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: mismatched closing delimiter: `)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: could not parse code block as Rust code [INFO] [stdout] --> src/vnode.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 38 | | /// div([class("some-class"), [text("some text)]) [INFO] [stdout] 39 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/vnode.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: unterminated double quote string [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:109:8 [INFO] [stdout] | [INFO] [stdout] 109 | ///https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/location [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(rustdoc::bare_urls)]` implied by `#[deny(warnings)]` [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/clientX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:167:8 [INFO] [stdout] | [INFO] [stdout] 167 | ///https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/clientY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `sauron_vdom` [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/screenX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] error: this URL is not a hyperlink [INFO] [stdout] --> src/vnode/event.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | /// https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/screenY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name sauron_vdom src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -Z unstable-options --document-private-items -C metadata=892dd3b35039d900 -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-246700c1f59f0e28.rmeta --extern-html-root-url 'log=https://docs.rs/log/0.4.8/' -Zunstable-options --crate-version 0.26.0` (exit status: 1) [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0e82d114ecd55a23ca70500301cd31ff78e255e56f250e1967bad6586f658d99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e82d114ecd55a23ca70500301cd31ff78e255e56f250e1967bad6586f658d99", kill_on_drop: false }` [INFO] [stdout] 0e82d114ecd55a23ca70500301cd31ff78e255e56f250e1967bad6586f658d99