[INFO] fetching crate sofars 0.3.3... [INFO] checking sofars-0.3.3 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate sofars 0.3.3 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate sofars 0.3.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sofars 0.3.3 [INFO] tweaked toml for crates.io crate sofars 0.3.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sofars 0.3.3 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sofars 0.3.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95bcd002cf13e5471b1809224983baf5e40a7ebd829073fdefb05a9339a9bd68 [INFO] running `Command { std: "docker" "start" "-a" "95bcd002cf13e5471b1809224983baf5e40a7ebd829073fdefb05a9339a9bd68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95bcd002cf13e5471b1809224983baf5e40a7ebd829073fdefb05a9339a9bd68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95bcd002cf13e5471b1809224983baf5e40a7ebd829073fdefb05a9339a9bd68", kill_on_drop: false }` [INFO] [stdout] 95bcd002cf13e5471b1809224983baf5e40a7ebd829073fdefb05a9339a9bd68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f0cd996055e852bf688739f5adb8be5451f3715812299d01cbe86836f6c8413 [INFO] running `Command { std: "docker" "start" "-a" "6f0cd996055e852bf688739f5adb8be5451f3715812299d01cbe86836f6c8413", kill_on_drop: false }` [INFO] [stderr] Checking sofars v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/pnp/mod.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub use nut00b::*; [INFO] [stdout] | ^^^^^^^^^ the name `Coeff` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 39 | pub use nut80::*; [INFO] [stdout] | -------- but the name `Coeff` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/pnp/mod.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub use nut00b::*; [INFO] [stdout] | ^^^^^^^^^ the name `Coeff` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 39 | pub use nut80::*; [INFO] [stdout] | -------- but the name `Coeff` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `deltat` is never read [INFO] [stdout] --> src/ts/dat.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let mut deltat: f64 = 0.0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `j` is assigned to, but never used [INFO] [stdout] --> src/ts/dat.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | let j: i32; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_j` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `j` is never read [INFO] [stdout] --> src/ts/dat.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | j = 1; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `w` is assigned to, but never used [INFO] [stdout] --> src/ts/dtf2d.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | let (iy2, im2, id2, w): (i32, i32, i32, f64); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_w` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `w` is never read [INFO] [stdout] --> src/ts/dtf2d.rs:116:25 [INFO] [stdout] | [INFO] [stdout] 116 | (iy2, im2, id2, w) = match jd2cal(dj, 1.5) { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/ts/utcut1.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | let (iy, im, id, w) = match jd2cal(utc1, utc2) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/pnp/nut80.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const x: [Coeff; 106] = [ [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] help: convert the identifier to upper case (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 44 - const x: [Coeff; 106] = [ [INFO] [stdout] 44 + const X: [Coeff; 106] = [ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `deltat` is never read [INFO] [stdout] --> src/ts/dat.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let mut deltat: f64 = 0.0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `j` is assigned to, but never used [INFO] [stdout] --> src/ts/dat.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | let j: i32; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_j` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `j` is never read [INFO] [stdout] --> src/ts/dat.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | j = 1; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `w` is assigned to, but never used [INFO] [stdout] --> src/ts/dtf2d.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | let (iy2, im2, id2, w): (i32, i32, i32, f64); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_w` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `w` is never read [INFO] [stdout] --> src/ts/dtf2d.rs:116:25 [INFO] [stdout] | [INFO] [stdout] 116 | (iy2, im2, id2, w) = match jd2cal(dj, 1.5) { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/ts/utcut1.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | let (iy, im, id, w) = match jd2cal(utc1, utc2) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/pnp/nut80.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const x: [Coeff; 106] = [ [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] help: convert the identifier to upper case (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 44 - const x: [Coeff; 106] = [ [INFO] [stdout] 44 + const X: [Coeff; 106] = [ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s [INFO] running `Command { std: "docker" "inspect" "6f0cd996055e852bf688739f5adb8be5451f3715812299d01cbe86836f6c8413", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f0cd996055e852bf688739f5adb8be5451f3715812299d01cbe86836f6c8413", kill_on_drop: false }` [INFO] [stdout] 6f0cd996055e852bf688739f5adb8be5451f3715812299d01cbe86836f6c8413