[INFO] fetching crate gsw 0.0.1... [INFO] checking gsw-0.0.1 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate gsw 0.0.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate gsw 0.0.1 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gsw 0.0.1 [INFO] finished tweaking crates.io crate gsw 0.0.1 [INFO] tweaked toml for crates.io crate gsw 0.0.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 079ed4bbd85ca2c315a9338fec520de7c057e9f8b22b203f4e709082a19d5f91 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "079ed4bbd85ca2c315a9338fec520de7c057e9f8b22b203f4e709082a19d5f91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "079ed4bbd85ca2c315a9338fec520de7c057e9f8b22b203f4e709082a19d5f91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "079ed4bbd85ca2c315a9338fec520de7c057e9f8b22b203f4e709082a19d5f91", kill_on_drop: false }` [INFO] [stdout] 079ed4bbd85ca2c315a9338fec520de7c057e9f8b22b203f4e709082a19d5f91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=forbid" "-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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e610def6ceaf1fce8e4ecb70185bd67faa2ae57339799e75ec614c342cd0ece [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8e610def6ceaf1fce8e4ecb70185bd67faa2ae57339799e75ec614c342cd0ece", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Checking gsw v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `GSW_CP0` [INFO] [stdout] --> src/gsw_internal_const.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub const GSW_CP0: f64 = 3991.86795711963; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DB2PA` [INFO] [stdout] --> src/gsw_internal_const.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const DB2PA: f64 = 1.0e4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_SSO` [INFO] [stdout] --> src/gsw_internal_const.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const GSW_SSO: f64 = 35.16504; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_SQRTSSO` [INFO] [stdout] --> src/gsw_internal_const.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const GSW_SQRTSSO: f64 = 5.930011804372737; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_UPS` [INFO] [stdout] --> src/gsw_internal_const.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub const GSW_UPS: f64 = GSW_SSO / 35.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_SFAC` [INFO] [stdout] --> src/gsw_internal_const.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub const GSW_SFAC: f64 = 1.0 / (40.0 * GSW_UPS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V000` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub const V000: f64 = 1.0769995862e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V001` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const V001: f64 = -6.0799143809e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V002` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub const V002: f64 = 9.9856169219e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V003` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub const V003: f64 = -1.1309361437e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V004` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub const V004: f64 = 1.0531153080e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V005` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const V005: f64 = -1.2647261286e-8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V006` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub const V006: f64 = 1.9613503930e-9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V010` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub const V010: f64 = -1.5649734675e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V011` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const V011: f64 = 1.8505765429e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V012` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const V012: f64 = -1.1736386731e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V013` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub const V013: f64 = -3.6527006553e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V014` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub const V014: f64 = 3.1454099902e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V020` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub const V020: f64 = 2.7762106484e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V021` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub const V021: f64 = -1.1716606853e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V022` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub const V022: f64 = 2.1305028740e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V023` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub const V023: f64 = 2.8695905159e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V030` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | pub const V030: f64 = -1.6521159259e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V031` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub const V031: f64 = 7.9279656173e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V032` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub const V032: f64 = -4.6132540037e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V040` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | pub const V040: f64 = 6.9111322702e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V041` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub const V041: f64 = -3.4102187482e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V042` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | pub const V042: f64 = -6.3352916514e-8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V050` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub const V050: f64 = -8.0539615540e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V051` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub const V051: f64 = 5.0736766814e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V060` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub const V060: f64 = 2.0543094268e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V100` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub const V100: f64 = -3.1038981976e-4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V101` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub const V101: f64 = 2.4262468747e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V102` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub const V102: f64 = -5.8484432984e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V103` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | pub const V103: f64 = 3.6310188515e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V104` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub const V104: f64 = -1.1147125423e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V110` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub const V110: f64 = 3.5009599764e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V111` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | pub const V111: f64 = -9.5677088156e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V112` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub const V112: f64 = -5.5699154557e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V113` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub const V113: f64 = -2.7295696237e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V120` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub const V120: f64 = -3.7435842344e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V121` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub const V121: f64 = -2.3678308361e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V122` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | pub const V122: f64 = 3.9137387080e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V130` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | pub const V130: f64 = 2.4141479483e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V131` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | pub const V131: f64 = -3.4558773655e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V132` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | pub const V132: f64 = 7.7618888092e-9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V140` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | pub const V140: f64 = -8.7595873154e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V141` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub const V141: f64 = 1.2956717783e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V150` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub const V150: f64 = -3.3052758900e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V200` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | pub const V200: f64 = 6.6928067038e-4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V201` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | pub const V201: f64 = -3.4792460974e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V202` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub const V202: f64 = -4.8122251597e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V203` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | pub const V203: f64 = 1.6746303780e-8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V210` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub const V210: f64 = -4.3592678561e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V211` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | pub const V211: f64 = 1.1100834765e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V212` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub const V212: f64 = 5.4620748834e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V220` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub const V220: f64 = 3.5907822760e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V221` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | pub const V221: f64 = 2.9283346295e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V222` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | pub const V222: f64 = -6.5731104067e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V230` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub const V230: f64 = -1.4353633048e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V231` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | pub const V231: f64 = 3.1655306078e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V240` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | pub const V240: f64 = 4.3703680598e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V300` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | pub const V300: f64 = -8.5047933937e-4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V301` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | pub const V301: f64 = 3.7470777305e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V302` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | pub const V302: f64 = 4.9263106998e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V310` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | pub const V310: f64 = 3.4532461828e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V311` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | pub const V311: f64 = -9.8447117844e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V312` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | pub const V312: f64 = -1.3544185627e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V320` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub const V320: f64 = -1.8698584187e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V321` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | pub const V321: f64 = -4.8826139200e-7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V330` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | pub const V330: f64 = 2.2863324556e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V400` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | pub const V400: f64 = 5.8086069943e-4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V401` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub const V401: f64 = -1.7322218612e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V402` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | pub const V402: f64 = -1.7811974727e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V410` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub const V410: f64 = -1.1959409788e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V411` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | pub const V411: f64 = 2.5909225260e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V420` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | pub const V420: f64 = 3.8595339244e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V500` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | pub const V500: f64 = -2.1092370507e-4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V501` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | pub const V501: f64 = 3.0927427253e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V510` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | pub const V510: f64 = 1.3864594581e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `V600` [INFO] [stdout] --> src/gsw_specvol_coefficients.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | pub const V600: f64 = 3.1932457305e-5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `gsw_specvol` [INFO] [stdout] --> src/lib.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | fn gsw_specvol(sa: f64, ct: f64, p: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `gsw_specvol_sso_0` [INFO] [stdout] --> src/lib.rs:109:4 [INFO] [stdout] | [INFO] [stdout] 109 | fn gsw_specvol_sso_0(p: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `gsw_enthalpy_sso_0` [INFO] [stdout] --> src/lib.rs:119:4 [INFO] [stdout] | [INFO] [stdout] 119 | fn gsw_enthalpy_sso_0(p: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 84 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_CP0` [INFO] [stdout] --> src/gsw_internal_const.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub const GSW_CP0: f64 = 3991.86795711963; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DB2PA` [INFO] [stdout] --> src/gsw_internal_const.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const DB2PA: f64 = 1.0e4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_SSO` [INFO] [stdout] --> src/gsw_internal_const.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub const GSW_SSO: f64 = 35.16504; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_SQRTSSO` [INFO] [stdout] --> src/gsw_internal_const.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const GSW_SQRTSSO: f64 = 5.930011804372737; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_UPS` [INFO] [stdout] --> src/gsw_internal_const.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub const GSW_UPS: f64 = GSW_SSO / 35.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GSW_SFAC` [INFO] [stdout] --> src/gsw_internal_const.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub const GSW_SFAC: f64 = 1.0 / (40.0 * GSW_UPS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `gsw_enthalpy_sso_0` [INFO] [stdout] --> src/lib.rs:119:4 [INFO] [stdout] | [INFO] [stdout] 119 | fn gsw_enthalpy_sso_0(p: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.65s [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8e610def6ceaf1fce8e4ecb70185bd67faa2ae57339799e75ec614c342cd0ece", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e610def6ceaf1fce8e4ecb70185bd67faa2ae57339799e75ec614c342cd0ece", kill_on_drop: false }` [INFO] [stdout] 8e610def6ceaf1fce8e4ecb70185bd67faa2ae57339799e75ec614c342cd0ece