[INFO] fetching crate sofars 0.3.3...
[INFO] checking sofars-0.3.3 against master#c9af9c1dc85a55e309345030ff9cb7ea247953fa for pr-151146-1
[INFO] extracting crate sofars 0.3.3 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sofars 0.3.3 on toolchain c9af9c1dc85a55e309345030ff9cb7ea247953fa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "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" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 035a73b8f590b71efdc4041dd64051f64624a8c073404c5c6214fac2343121b0
[INFO] running `Command { std: "docker" "start" "-a" "035a73b8f590b71efdc4041dd64051f64624a8c073404c5c6214fac2343121b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "035a73b8f590b71efdc4041dd64051f64624a8c073404c5c6214fac2343121b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "035a73b8f590b71efdc4041dd64051f64624a8c073404c5c6214fac2343121b0", kill_on_drop: false }`
[INFO] [stdout] 035a73b8f590b71efdc4041dd64051f64624a8c073404c5c6214fac2343121b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a74b053719ac1a2700ff8de224a29b822d381fc3d4533a90f4ba017758fadcf5
[INFO] running `Command { std: "docker" "start" "-a" "a74b053719ac1a2700ff8de224a29b822d381fc3d4533a90f4ba017758fadcf5", 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: 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `deltat` is never read
[INFO] [stdout]    --> src/ts/dat.rs:197:27
[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)]` (part of `#[warn(unused)]`) 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: 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `deltat` is never read
[INFO] [stdout]    --> src/ts/dat.rs:197:27
[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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(nonstandard_style)]`) 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: 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)]` (part of `#[warn(nonstandard_style)]`) 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 0.78s
[INFO] running `Command { std: "docker" "inspect" "a74b053719ac1a2700ff8de224a29b822d381fc3d4533a90f4ba017758fadcf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a74b053719ac1a2700ff8de224a29b822d381fc3d4533a90f4ba017758fadcf5", kill_on_drop: false }`
[INFO] [stdout] a74b053719ac1a2700ff8de224a29b822d381fc3d4533a90f4ba017758fadcf5
