[INFO] fetching crate uriparse 0.6.4... [INFO] documenting uriparse-0.6.4 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate uriparse 0.6.4 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate uriparse 0.6.4 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 uriparse 0.6.4 [INFO] finished tweaking crates.io crate uriparse 0.6.4 [INFO] tweaked toml for crates.io crate uriparse 0.6.4 written to /workspace/builds/worker-5/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] 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] b3bb0a8db563a2bd7f3d0a24274235606f622262c6609621410b0d1991062920 [INFO] running `Command { std: "docker" "start" "-a" "b3bb0a8db563a2bd7f3d0a24274235606f622262c6609621410b0d1991062920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3bb0a8db563a2bd7f3d0a24274235606f622262c6609621410b0d1991062920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3bb0a8db563a2bd7f3d0a24274235606f622262c6609621410b0d1991062920", kill_on_drop: false }` [INFO] [stdout] b3bb0a8db563a2bd7f3d0a24274235606f622262c6609621410b0d1991062920 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] f168a78c637fe3a245113424e696b3c0ff4db17a2e16592e25e424c171fab12d [INFO] running `Command { std: "docker" "start" "-a" "f168a78c637fe3a245113424e696b3c0ff4db17a2e16592e25e424c171fab12d", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Documenting uriparse v0.6.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Authority` [INFO] [stdout] --> src/path.rs:127:33 [INFO] [stdout] | [INFO] [stdout] 127 | /// Any path following an [`Authority`] will *always* be parsed to be absolute. [INFO] [stdout] | ^^^^^^^^^ no item named `Authority` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Authority` [INFO] [stdout] --> src/path.rs:190:33 [INFO] [stdout] | [INFO] [stdout] 190 | /// Any path following an [`Authority`] will *always* be parsed to be absolute. [INFO] [stdout] | ^^^^^^^^^ no item named `Authority` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `InvalidPath` [INFO] [stdout] --> src/path.rs:355:56 [INFO] [stdout] | [INFO] [stdout] 355 | /// If the conversion to a [`Segment`] fails, an [`InvalidPath`] will be returned. [INFO] [stdout] | ^^^^^^^^^^^ no item named `InvalidPath` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Scheme::UnregisteredScheme` [INFO] [stdout] --> src/scheme.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | /// [`Scheme::UnregisteredScheme`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `Scheme` has no variant or associated item named `UnregisteredScheme` [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RelativeReference` [INFO] [stdout] --> src/uri.rs:5:63 [INFO] [stdout] | [INFO] [stdout] 5 | //! This module is composed of three primary types [`URI`], [`RelativeReference`], and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `RelativeReference` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RelativeReference` [INFO] [stdout] --> src/uri.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | //! [`RelativeReference`]. If you can accept both, then use [`URIReference`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `RelativeReference` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/path.rs:45:53 [INFO] [stdout] | [INFO] [stdout] 45 | /// regardless of whether the path was empty (i.e. "http://example.com" has a single empty [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: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.96s [INFO] running `Command { std: "docker" "inspect" "f168a78c637fe3a245113424e696b3c0ff4db17a2e16592e25e424c171fab12d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f168a78c637fe3a245113424e696b3c0ff4db17a2e16592e25e424c171fab12d", kill_on_drop: false }` [INFO] [stdout] f168a78c637fe3a245113424e696b3c0ff4db17a2e16592e25e424c171fab12d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 7851908d3605729da0408961d101666c91c0278661ccf0feb44d94da95d3451c [INFO] running `Command { std: "docker" "start" "-a" "7851908d3605729da0408961d101666c91c0278661ccf0feb44d94da95d3451c", kill_on_drop: false }` [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Documenting uriparse v0.6.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Authority` [INFO] [stdout] --> src/path.rs:127:33 [INFO] [stdout] | [INFO] [stdout] 127 | /// Any path following an [`Authority`] will *always* be parsed to be absolute. [INFO] [stdout] | ^^^^^^^^^ no item named `Authority` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Authority` [INFO] [stdout] --> src/path.rs:190:33 [INFO] [stdout] | [INFO] [stdout] 190 | /// Any path following an [`Authority`] will *always* be parsed to be absolute. [INFO] [stdout] | ^^^^^^^^^ no item named `Authority` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `InvalidPath` [INFO] [stdout] --> src/path.rs:355:56 [INFO] [stdout] | [INFO] [stdout] 355 | /// If the conversion to a [`Segment`] fails, an [`InvalidPath`] will be returned. [INFO] [stdout] | ^^^^^^^^^^^ no item named `InvalidPath` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Scheme::UnregisteredScheme` [INFO] [stdout] --> src/scheme.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | /// [`Scheme::UnregisteredScheme`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `Scheme` has no variant or associated item named `UnregisteredScheme` [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RelativeReference` [INFO] [stdout] --> src/uri.rs:5:63 [INFO] [stdout] | [INFO] [stdout] 5 | //! This module is composed of three primary types [`URI`], [`RelativeReference`], and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `RelativeReference` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `RelativeReference` [INFO] [stdout] --> src/uri.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | //! [`RelativeReference`]. If you can accept both, then use [`URIReference`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `RelativeReference` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/path.rs:45:53 [INFO] [stdout] | [INFO] [stdout] 45 | /// regardless of whether the path was empty (i.e. "http://example.com" has a single empty [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: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "7851908d3605729da0408961d101666c91c0278661ccf0feb44d94da95d3451c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7851908d3605729da0408961d101666c91c0278661ccf0feb44d94da95d3451c", kill_on_drop: false }` [INFO] [stdout] 7851908d3605729da0408961d101666c91c0278661ccf0feb44d94da95d3451c