[INFO] fetching crate sauron_vdom 0.26.0... [INFO] documenting sauron_vdom-0.26.0 against 1.61.0 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 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "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" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e0047467189eae411728d97b1063ee541df89441d17aa4de2dbb6eabc8e54e3 [INFO] running `Command { std: "docker" "start" "-a" "9e0047467189eae411728d97b1063ee541df89441d17aa4de2dbb6eabc8e54e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e0047467189eae411728d97b1063ee541df89441d17aa4de2dbb6eabc8e54e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e0047467189eae411728d97b1063ee541df89441d17aa4de2dbb6eabc8e54e3", kill_on_drop: false }` [INFO] [stdout] 9e0047467189eae411728d97b1063ee541df89441d17aa4de2dbb6eabc8e54e3 [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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d032b6f7c80440a4a2618b6c44fb970f903e931eb806ea1d25c0b8c62e15c4b [INFO] running `Command { std: "docker" "start" "-a" "9d032b6f7c80440a4a2618b6c44fb970f903e931eb806ea1d25c0b8c62e15c4b", 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.16s [INFO] running `Command { std: "docker" "inspect" "9d032b6f7c80440a4a2618b6c44fb970f903e931eb806ea1d25c0b8c62e15c4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d032b6f7c80440a4a2618b6c44fb970f903e931eb806ea1d25c0b8c62e15c4b", kill_on_drop: false }` [INFO] [stdout] 9d032b6f7c80440a4a2618b6c44fb970f903e931eb806ea1d25c0b8c62e15c4b [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" "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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] b518ebe6cc076a714061add2f10be35649af339deb957fad22180b6661321dc5 [INFO] running `Command { std: "docker" "start" "-a" "b518ebe6cc076a714061add2f10be35649af339deb957fad22180b6661321dc5", 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] [stderr] error: could not document `sauron_vdom` [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] [stderr] [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] Caused by: [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] 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=97be3e357182d899 -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-eec97c1961a0fb68.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: 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] 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] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b518ebe6cc076a714061add2f10be35649af339deb957fad22180b6661321dc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b518ebe6cc076a714061add2f10be35649af339deb957fad22180b6661321dc5", kill_on_drop: false }` [INFO] [stdout] b518ebe6cc076a714061add2f10be35649af339deb957fad22180b6661321dc5