[INFO] fetching crate sofars 0.3.3... [INFO] checking sofars-0.3.3 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate sofars 0.3.3 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sofars 0.3.3 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c680b119496029cdea0bd8c9c30a888eabf133fec85d32359ac0c8f6d71a090 [INFO] running `Command { std: "docker" "start" "-a" "4c680b119496029cdea0bd8c9c30a888eabf133fec85d32359ac0c8f6d71a090", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c680b119496029cdea0bd8c9c30a888eabf133fec85d32359ac0c8f6d71a090", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c680b119496029cdea0bd8c9c30a888eabf133fec85d32359ac0c8f6d71a090", kill_on_drop: false }` [INFO] [stdout] 4c680b119496029cdea0bd8c9c30a888eabf133fec85d32359ac0c8f6d71a090 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 218db2967fe8daed798beb0d8093e1984e29de282b01d6d3f3a63763a998ebb2 [INFO] running `Command { std: "docker" "start" "-a" "218db2967fe8daed798beb0d8093e1984e29de282b01d6d3f3a63763a998ebb2", 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.64s [INFO] running `Command { std: "docker" "inspect" "218db2967fe8daed798beb0d8093e1984e29de282b01d6d3f3a63763a998ebb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "218db2967fe8daed798beb0d8093e1984e29de282b01d6d3f3a63763a998ebb2", kill_on_drop: false }` [INFO] [stdout] 218db2967fe8daed798beb0d8093e1984e29de282b01d6d3f3a63763a998ebb2