[INFO] fetching crate xml_dom 0.2.5... [INFO] documenting xml_dom-0.2.5 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate xml_dom 0.2.5 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate xml_dom 0.2.5 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 xml_dom 0.2.5 [INFO] finished tweaking crates.io crate xml_dom 0.2.5 [INFO] tweaked toml for crates.io crate xml_dom 0.2.5 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate crates.io crate xml_dom 0.2.5 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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] 24f74e61dccf7f09b0bcd384f79057ff452b86dae64269b13288b413fdf9e014 [INFO] running `Command { std: "docker" "start" "-a" "24f74e61dccf7f09b0bcd384f79057ff452b86dae64269b13288b413fdf9e014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24f74e61dccf7f09b0bcd384f79057ff452b86dae64269b13288b413fdf9e014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24f74e61dccf7f09b0bcd384f79057ff452b86dae64269b13288b413fdf9e014", kill_on_drop: false }` [INFO] [stdout] 24f74e61dccf7f09b0bcd384f79057ff452b86dae64269b13288b413fdf9e014 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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] b1f15c2ba4366424ace093e7528dbdd32e0281af1575ed9c3dd2ba678b4fbb59 [INFO] running `Command { std: "docker" "start" "-a" "b1f15c2ba4366424ace093e7528dbdd32e0281af1575ed9c3dd2ba678b4fbb59", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking quick-xml v0.22.0 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Documenting xml_dom v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/level2/ext/decl.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | /// Version 1.0 [https://www.w3.org/TR/xml] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [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/level2/ext/decl.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | /// Version 1.1 [https://www.w3.org/TR/xml11] [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/level2/traits.rs:387:62 [INFO] [stdout] | [INFO] [stdout] 387 | /// is "xml" and the `namespaceURI` is different from "http://www.w3.org/XML/1998/namespace", [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/level2/traits.rs:389:12 [INFO] [stdout] | [INFO] [stdout] 389 | /// "http://www.w3.org/2000/xmlns/". [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/level2/traits.rs:526:62 [INFO] [stdout] | [INFO] [stdout] 526 | /// is "xml" and the `namespaceURI` is different from "http://www.w3.org/XML/1998/namespace", [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/level2/traits.rs:528:12 [INFO] [stdout] | [INFO] [stdout] 528 | /// "http://www.w3.org/2000/xmlns/". [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/level2/traits.rs:788:43 [INFO] [stdout] | [INFO] [stdout] 788 | /// namespaceURI is different from "http://www.w3.org/XML/1998/namespace". [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/level2/traits.rs:1093:53 [INFO] [stdout] | [INFO] [stdout] 1093 | /// and the `namespaceURI` is different from "http://www.w3.org/XML/1998/namespace", or if [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/level2/traits.rs:1095:10 [INFO] [stdout] | [INFO] [stdout] 1095 | /// "http://www.w3.org/2000/xmlns/". [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/level2/traits.rs:1690:27 [INFO] [stdout] | [INFO] [stdout] 1690 | /// different from "http://www.w3.org/XML/1998/namespace", if this node is an attribute and [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/level2/traits.rs:1692:12 [INFO] [stdout] | [INFO] [stdout] 1692 | /// "http://www.w3.org/2000/xmlns/", or if this node is an attribute and the `qualifiedName` [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/shared/name.rs:53:25 [INFO] [stdout] | [INFO] [stdout] 53 | /// > different from "http://www.w3.org/XML/1998/namespace", if this node is an attribute and the [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/shared/name.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 55 | /// > "http://www.w3.org/2000/xmlns/", or if this node is an attribute and the qualifiedName of [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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.45s [INFO] running `Command { std: "docker" "inspect" "b1f15c2ba4366424ace093e7528dbdd32e0281af1575ed9c3dd2ba678b4fbb59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1f15c2ba4366424ace093e7528dbdd32e0281af1575ed9c3dd2ba678b4fbb59", kill_on_drop: false }` [INFO] [stdout] b1f15c2ba4366424ace093e7528dbdd32e0281af1575ed9c3dd2ba678b4fbb59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 6b1b85d50ffcdbcbf22eac011387555ca8859e1a552c826ab517c471f284c091 [INFO] running `Command { std: "docker" "start" "-a" "6b1b85d50ffcdbcbf22eac011387555ca8859e1a552c826ab517c471f284c091", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking quick-xml v0.22.0 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Documenting xml_dom v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/level2/ext/decl.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | /// Version 1.0 [https://www.w3.org/TR/xml] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [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/level2/ext/decl.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | /// Version 1.1 [https://www.w3.org/TR/xml11] [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/level2/traits.rs:387:62 [INFO] [stdout] | [INFO] [stdout] 387 | /// is "xml" and the `namespaceURI` is different from "http://www.w3.org/XML/1998/namespace", [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/level2/traits.rs:389:12 [INFO] [stdout] | [INFO] [stdout] 389 | /// "http://www.w3.org/2000/xmlns/". [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/level2/traits.rs:526:62 [INFO] [stdout] | [INFO] [stdout] 526 | /// is "xml" and the `namespaceURI` is different from "http://www.w3.org/XML/1998/namespace", [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/level2/traits.rs:528:12 [INFO] [stdout] | [INFO] [stdout] 528 | /// "http://www.w3.org/2000/xmlns/". [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/level2/traits.rs:788:43 [INFO] [stdout] | [INFO] [stdout] 788 | /// namespaceURI is different from "http://www.w3.org/XML/1998/namespace". [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/level2/traits.rs:1093:53 [INFO] [stdout] | [INFO] [stdout] 1093 | /// and the `namespaceURI` is different from "http://www.w3.org/XML/1998/namespace", or if [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/level2/traits.rs:1095:10 [INFO] [stdout] | [INFO] [stdout] 1095 | /// "http://www.w3.org/2000/xmlns/". [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/level2/traits.rs:1690:27 [INFO] [stdout] | [INFO] [stdout] 1690 | /// different from "http://www.w3.org/XML/1998/namespace", if this node is an attribute and [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/level2/traits.rs:1692:12 [INFO] [stdout] | [INFO] [stdout] 1692 | /// "http://www.w3.org/2000/xmlns/", or if this node is an attribute and the `qualifiedName` [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/shared/name.rs:53:25 [INFO] [stdout] | [INFO] [stdout] 53 | /// > different from "http://www.w3.org/XML/1998/namespace", if this node is an attribute and the [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/shared/name.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 55 | /// > "http://www.w3.org/2000/xmlns/", or if this node is an attribute and the qualifiedName of [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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.44s [INFO] running `Command { std: "docker" "inspect" "6b1b85d50ffcdbcbf22eac011387555ca8859e1a552c826ab517c471f284c091", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b1b85d50ffcdbcbf22eac011387555ca8859e1a552c826ab517c471f284c091", kill_on_drop: false }` [INFO] [stdout] 6b1b85d50ffcdbcbf22eac011387555ca8859e1a552c826ab517c471f284c091