[INFO] fetching crate geographiclib 0.1.0... [INFO] documenting geographiclib-0.1.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate geographiclib 0.1.0 into /workspace/builds/worker-30/source [INFO] validating manifest of crates.io crate geographiclib 0.1.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 geographiclib 0.1.0 [INFO] finished tweaking crates.io crate geographiclib 0.1.0 [INFO] tweaked toml for crates.io crate geographiclib 0.1.0 written to /workspace/builds/worker-30/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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] be13d69c05c4b554508cfc2f17f96565f98e9344dd6e3bc88b3d236b9e6042bd [INFO] running `Command { std: "docker" "start" "-a" "be13d69c05c4b554508cfc2f17f96565f98e9344dd6e3bc88b3d236b9e6042bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be13d69c05c4b554508cfc2f17f96565f98e9344dd6e3bc88b3d236b9e6042bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be13d69c05c4b554508cfc2f17f96565f98e9344dd6e3bc88b3d236b9e6042bd", kill_on_drop: false }` [INFO] [stdout] be13d69c05c4b554508cfc2f17f96565f98e9344dd6e3bc88b3d236b9e6042bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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] 065f56697c38419f1e23109ceb7324de8c88ab3a8ec4a0b9fa0e495bae0b204c [INFO] running `Command { std: "docker" "start" "-a" "065f56697c38419f1e23109ceb7324de8c88ab3a8ec4a0b9fa0e495bae0b204c", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling geographiclib v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting geographiclib v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `degrees` [INFO] [stdout] --> src/lib.rs:223:42 [INFO] [stdout] | [INFO] [stdout] 223 | /// - lat1: Latitude of 1st point [degrees] [-90., 90.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:224:43 [INFO] [stdout] | [INFO] [stdout] 224 | /// - lon1: Longitude of 1st point [degrees] [-180., 180.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:225:42 [INFO] [stdout] | [INFO] [stdout] 225 | /// - lat2: Latitude of 2nd point [degrees] [-90. 90] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:226:43 [INFO] [stdout] | [INFO] [stdout] 226 | /// - lon2: Longitude of 2nd point [degrees] [-180., 180.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:229:51 [INFO] [stdout] | [INFO] [stdout] 229 | /// - a12 - Distance from 1st to 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:230:51 [INFO] [stdout] | [INFO] [stdout] 230 | /// - s12 - Distance from 1st to 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:231:42 [INFO] [stdout] | [INFO] [stdout] 231 | /// - azi1 - Azimuth at 1st point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:232:42 [INFO] [stdout] | [INFO] [stdout] 232 | /// - azi2 - Azimuth at 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:271:43 [INFO] [stdout] | [INFO] [stdout] 271 | /// - lat1 - Latitude of 1st point [degrees] [-90.,90.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:272:44 [INFO] [stdout] | [INFO] [stdout] 272 | /// - lon1 - Longitude of 1st point [degrees] [-180., 180.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:273:42 [INFO] [stdout] | [INFO] [stdout] 273 | /// - azi1 - Azimuth at 1st point [degrees] [-180., 180.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `meters` [INFO] [stdout] --> src/lib.rs:274:51 [INFO] [stdout] | [INFO] [stdout] 274 | /// - s12 - Distance from 1st to 2nd point [meters] Value may be negative [INFO] [stdout] | ^^^^^^ no item named `meters` 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 `degrees` [INFO] [stdout] --> src/lib.rs:277:43 [INFO] [stdout] | [INFO] [stdout] 277 | /// - lat2 - Latitude of 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:278:44 [INFO] [stdout] | [INFO] [stdout] 278 | /// - lon2 - Longitude of 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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/lib.rs:117:42 [INFO] [stdout] | [INFO] [stdout] 117 | /// (Geodetic Reference System 1980)[https://en.wikipedia.org/wiki/Geodetic_Reference_System_1980] [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: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.92s [INFO] running `Command { std: "docker" "inspect" "065f56697c38419f1e23109ceb7324de8c88ab3a8ec4a0b9fa0e495bae0b204c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "065f56697c38419f1e23109ceb7324de8c88ab3a8ec4a0b9fa0e495bae0b204c", kill_on_drop: false }` [INFO] [stdout] 065f56697c38419f1e23109ceb7324de8c88ab3a8ec4a0b9fa0e495bae0b204c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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] 976ce227f11efdcda943120c1a51f82d76937f99a8ef9c5b0ea61ac9c6233895 [INFO] running `Command { std: "docker" "start" "-a" "976ce227f11efdcda943120c1a51f82d76937f99a8ef9c5b0ea61ac9c6233895", 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] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling geographiclib v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting geographiclib v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `degrees` [INFO] [stdout] --> src/lib.rs:223:42 [INFO] [stdout] | [INFO] [stdout] 223 | /// - lat1: Latitude of 1st point [degrees] [-90., 90.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.75s [INFO] [stdout] warning: unresolved link to `degrees` [INFO] [stdout] --> src/lib.rs:224:43 [INFO] [stdout] | [INFO] [stdout] 224 | /// - lon1: Longitude of 1st point [degrees] [-180., 180.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:225:42 [INFO] [stdout] | [INFO] [stdout] 225 | /// - lat2: Latitude of 2nd point [degrees] [-90. 90] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:226:43 [INFO] [stdout] | [INFO] [stdout] 226 | /// - lon2: Longitude of 2nd point [degrees] [-180., 180.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:229:51 [INFO] [stdout] | [INFO] [stdout] 229 | /// - a12 - Distance from 1st to 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:230:51 [INFO] [stdout] | [INFO] [stdout] 230 | /// - s12 - Distance from 1st to 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:231:42 [INFO] [stdout] | [INFO] [stdout] 231 | /// - azi1 - Azimuth at 1st point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:232:42 [INFO] [stdout] | [INFO] [stdout] 232 | /// - azi2 - Azimuth at 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:271:43 [INFO] [stdout] | [INFO] [stdout] 271 | /// - lat1 - Latitude of 1st point [degrees] [-90.,90.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:272:44 [INFO] [stdout] | [INFO] [stdout] 272 | /// - lon1 - Longitude of 1st point [degrees] [-180., 180.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:273:42 [INFO] [stdout] | [INFO] [stdout] 273 | /// - azi1 - Azimuth at 1st point [degrees] [-180., 180.] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `meters` [INFO] [stdout] --> src/lib.rs:274:51 [INFO] [stdout] | [INFO] [stdout] 274 | /// - s12 - Distance from 1st to 2nd point [meters] Value may be negative [INFO] [stdout] | ^^^^^^ no item named `meters` 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 `degrees` [INFO] [stdout] --> src/lib.rs:277:43 [INFO] [stdout] | [INFO] [stdout] 277 | /// - lat2 - Latitude of 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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 `degrees` [INFO] [stdout] --> src/lib.rs:278:44 [INFO] [stdout] | [INFO] [stdout] 278 | /// - lon2 - Longitude of 2nd point [degrees] [INFO] [stdout] | ^^^^^^^ no item named `degrees` 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/lib.rs:117:42 [INFO] [stdout] | [INFO] [stdout] 117 | /// (Geodetic Reference System 1980)[https://en.wikipedia.org/wiki/Geodetic_Reference_System_1980] [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: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "976ce227f11efdcda943120c1a51f82d76937f99a8ef9c5b0ea61ac9c6233895", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "976ce227f11efdcda943120c1a51f82d76937f99a8ef9c5b0ea61ac9c6233895", kill_on_drop: false }` [INFO] [stdout] 976ce227f11efdcda943120c1a51f82d76937f99a8ef9c5b0ea61ac9c6233895