[INFO] fetching crate geographiclib-rs 0.2.0... [INFO] testing geographiclib-rs-0.2.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate geographiclib-rs 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate geographiclib-rs 0.2.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate geographiclib-rs 0.2.0 [INFO] finished tweaking crates.io crate geographiclib-rs 0.2.0 [INFO] tweaked toml for crates.io crate geographiclib-rs 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate geographiclib-rs 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded criterion v0.3.2 [INFO] [stderr] Downloaded criterion-plot v0.4.2 [INFO] [stderr] Downloaded tinytemplate v1.0.4 [INFO] [stderr] Downloaded geographiclib v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af43a0fd7167ae4f08305f71f15fd69f16cb1851b6c1facc072ecdb1e84d09ec [INFO] running `Command { std: "docker" "start" "-a" "af43a0fd7167ae4f08305f71f15fd69f16cb1851b6c1facc072ecdb1e84d09ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af43a0fd7167ae4f08305f71f15fd69f16cb1851b6c1facc072ecdb1e84d09ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af43a0fd7167ae4f08305f71f15fd69f16cb1851b6c1facc072ecdb1e84d09ec", kill_on_drop: false }` [INFO] [stdout] af43a0fd7167ae4f08305f71f15fd69f16cb1851b6c1facc072ecdb1e84d09ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3a365d172672a33c0bcc3059ce677ddc1a60dd5818924e3c6bbe32b3f24296b [INFO] running `Command { std: "docker" "start" "-a" "a3a365d172672a33c0bcc3059ce677ddc1a60dd5818924e3c6bbe32b3f24296b", kill_on_drop: false }` [INFO] [stderr] Compiling geographiclib-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `nC3x_` [INFO] [stdout] --> src/geodesic.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "a3a365d172672a33c0bcc3059ce677ddc1a60dd5818924e3c6bbe32b3f24296b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3a365d172672a33c0bcc3059ce677ddc1a60dd5818924e3c6bbe32b3f24296b", kill_on_drop: false }` [INFO] [stdout] a3a365d172672a33c0bcc3059ce677ddc1a60dd5818924e3c6bbe32b3f24296b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce25837350e75b36f0025b393faf62209ca7fee373cc7c0d6b61a6ad5ee6ff59 [INFO] running `Command { std: "docker" "start" "-a" "ce25837350e75b36f0025b393faf62209ca7fee373cc7c0d6b61a6ad5ee6ff59", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling oorandom v11.1.0 [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling geographiclib v0.1.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stdout] warning: field is never read: `nC3x_` [INFO] [stdout] --> src/geodesic.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling plotters v0.2.12 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling criterion-plot v0.4.2 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling bstr v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling tinytemplate v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling criterion v0.3.2 [INFO] [stderr] Compiling geographiclib-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `nC3x_` [INFO] [stdout] --> src/geodesic.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | 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:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 16.46s [INFO] running `Command { std: "docker" "inspect" "ce25837350e75b36f0025b393faf62209ca7fee373cc7c0d6b61a6ad5ee6ff59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce25837350e75b36f0025b393faf62209ca7fee373cc7c0d6b61a6ad5ee6ff59", kill_on_drop: false }` [INFO] [stdout] ce25837350e75b36f0025b393faf62209ca7fee373cc7c0d6b61a6ad5ee6ff59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] af51ac9cdf7b810dece06038cff31889cd3ec146b1a36ac79a14cfd8c3da7f1c [INFO] running `Command { std: "docker" "start" "-a" "af51ac9cdf7b810dece06038cff31889cd3ec146b1a36ac79a14cfd8c3da7f1c", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `nC3x_` [INFO] [stderr] --> src/geodesic.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | nC3x_: i64, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Geodesic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/geodesic.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nC4x_` [INFO] [stderr] --> src/geodesic.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | nC4x_: i64, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Geodesic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/geodesic.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tol2_` [INFO] [stderr] --> src/geodesic.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | tol2_: f64, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Geodesic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/geodesic.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `a13` [INFO] [stderr] --> src/geodesicline.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | a13: f64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GeodesicLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/geodesicline.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `a` [INFO] [stderr] --> src/geodesicline.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | a: f64, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GeodesicLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/geodesicline.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `s13` [INFO] [stderr] --> src/geodesicline.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | s13: f64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GeodesicLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/geodesicline.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `geographiclib-rs` (lib) generated 6 warnings [INFO] [stderr] warning: `geographiclib-rs` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/geographiclib_rs-a15c855637c3974e) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test geodesic::tests::test_goed__A3f ... ok [INFO] [stdout] test geodesic::tests::test_geod_init ... ok [INFO] [stdout] test geodesic::tests::test_goed__C4f ... ok [INFO] [stdout] test geodesic::tests::test_goed__C3f ... ok [INFO] [stdout] test geodesic::tests::test_lengths ... ok [INFO] [stdout] test geodesicline::tests::test_init ... ok [INFO] [stdout] test geomath::tests::test__A1m1f ... ok [INFO] [stdout] test geomath::tests::test__A2m1f ... ok [INFO] [stdout] test geomath::tests::test__C1f ... ok [INFO] [stdout] test geomath::tests::test__C1pf ... ok [INFO] [stdout] test geomath::tests::test__C2f ... ok [INFO] [stdout] test geomath::tests::test_astroid ... ok [INFO] [stdout] test geomath::tests::test_sin_cos_series ... ok [INFO] [stdout] test geodesic::tests::test_inverse_start ... ok [INFO] [stdout] test geomath::tests::test_sincosd ... ok [INFO] [stdout] test geodesic::tests::test_geninverse ... ok [INFO] [stdout] test geodesic::tests::test_lambda12 ... ok [INFO] [stdout] test geodesicline::tests::test_gen_position ... ok [INFO] [stdout] test geodesic::tests::test_inverse_and_direct ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/geodsolve-538357c3d99a4ae2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests geographiclib-rs [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/geodesic.rs - geodesic::InverseGeodesic (line 1133) ... ok [INFO] [stdout] test src/geodesic.rs - geodesic::DirectGeodesic (line 960) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "af51ac9cdf7b810dece06038cff31889cd3ec146b1a36ac79a14cfd8c3da7f1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af51ac9cdf7b810dece06038cff31889cd3ec146b1a36ac79a14cfd8c3da7f1c", kill_on_drop: false }` [INFO] [stdout] af51ac9cdf7b810dece06038cff31889cd3ec146b1a36ac79a14cfd8c3da7f1c