[INFO] fetching crate geographiclib-rs 0.2.1... [INFO] documenting geographiclib-rs-0.2.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate geographiclib-rs 0.2.1 into /workspace/builds/worker-40/source [INFO] validating manifest of crates.io crate geographiclib-rs 0.2.1 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 geographiclib-rs 0.2.1 [INFO] finished tweaking crates.io crate geographiclib-rs 0.2.1 [INFO] tweaked toml for crates.io crate geographiclib-rs 0.2.1 written to /workspace/builds/worker-40/source/Cargo.toml [INFO] crate crates.io crate geographiclib-rs 0.2.1 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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] 6e6c06b8fa309b0903dcbdc1117581c8aed0c8149b6539e66331575448a2b9c0 [INFO] running `Command { std: "docker" "start" "-a" "6e6c06b8fa309b0903dcbdc1117581c8aed0c8149b6539e66331575448a2b9c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e6c06b8fa309b0903dcbdc1117581c8aed0c8149b6539e66331575448a2b9c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e6c06b8fa309b0903dcbdc1117581c8aed0c8149b6539e66331575448a2b9c0", kill_on_drop: false }` [INFO] [stdout] 6e6c06b8fa309b0903dcbdc1117581c8aed0c8149b6539e66331575448a2b9c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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] a7c5d0db054b14ee76680f27744acfc86349c726e00e2bf75c790a30a33a60f2 [INFO] running `Command { std: "docker" "start" "-a" "a7c5d0db054b14ee76680f27744acfc86349c726e00e2bf75c790a30a33a60f2", kill_on_drop: false }` [INFO] [stderr] Checking geographiclib-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting geographiclib-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `nC3x_` [INFO] [stdout] --> src/geodesic.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | nC3x_: i64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Geodesic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/geodesic.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nC4x_` [INFO] [stdout] --> src/geodesic.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | nC4x_: i64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Geodesic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/geodesic.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tol2_` [INFO] [stdout] --> src/geodesic.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | tol2_: f64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Geodesic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/geodesic.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `a13` [INFO] [stdout] --> src/geodesicline.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | a13: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GeodesicLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/geodesicline.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `a` [INFO] [stdout] --> src/geodesicline.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | a: f64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GeodesicLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/geodesicline.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `s13` [INFO] [stdout] --> src/geodesicline.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | s13: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GeodesicLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/geodesicline.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `degrees` [INFO] [stdout] --> src/geodesic.rs:910:39 [INFO] [stdout] | [INFO] [stdout] 910 | /// - 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/geodesic.rs:911:40 [INFO] [stdout] | [INFO] [stdout] 911 | /// - 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/geodesic.rs:912:38 [INFO] [stdout] | [INFO] [stdout] 912 | /// - 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/geodesic.rs:913:47 [INFO] [stdout] | [INFO] [stdout] 913 | /// - 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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.06s [INFO] running `Command { std: "docker" "inspect" "a7c5d0db054b14ee76680f27744acfc86349c726e00e2bf75c790a30a33a60f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7c5d0db054b14ee76680f27744acfc86349c726e00e2bf75c790a30a33a60f2", kill_on_drop: false }` [INFO] [stdout] a7c5d0db054b14ee76680f27744acfc86349c726e00e2bf75c790a30a33a60f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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] 272121eb4cc947dacc450fe7d0a2bc18b5250ad09e72e81e2a0e3bbe52144542 [INFO] running `Command { std: "docker" "start" "-a" "272121eb4cc947dacc450fe7d0a2bc18b5250ad09e72e81e2a0e3bbe52144542", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Documenting geographiclib-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `degrees` [INFO] [stdout] --> src/geodesic.rs:910:39 [INFO] [stdout] | [INFO] [stdout] 910 | /// - 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/geodesic.rs:911:40 [INFO] [stdout] | [INFO] [stdout] 911 | /// - 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/geodesic.rs:912:38 [INFO] [stdout] | [INFO] [stdout] 912 | /// - 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/geodesic.rs:913:47 [INFO] [stdout] | [INFO] [stdout] 913 | /// - 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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.43s [INFO] running `Command { std: "docker" "inspect" "272121eb4cc947dacc450fe7d0a2bc18b5250ad09e72e81e2a0e3bbe52144542", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "272121eb4cc947dacc450fe7d0a2bc18b5250ad09e72e81e2a0e3bbe52144542", kill_on_drop: false }` [INFO] [stdout] 272121eb4cc947dacc450fe7d0a2bc18b5250ad09e72e81e2a0e3bbe52144542