[INFO] fetching crate sofars 0.3.3...
[INFO] building sofars-0.3.3 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate sofars 0.3.3 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sofars 0.3.3 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a353ff8b424a02c94f733dac758cdcc26766ebdf6c531a4f622a610de6cffbc
[INFO] running `Command { std: "docker" "start" "-a" "2a353ff8b424a02c94f733dac758cdcc26766ebdf6c531a4f622a610de6cffbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a353ff8b424a02c94f733dac758cdcc26766ebdf6c531a4f622a610de6cffbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a353ff8b424a02c94f733dac758cdcc26766ebdf6c531a4f622a610de6cffbc", kill_on_drop: false }`
[INFO] [stdout] 2a353ff8b424a02c94f733dac758cdcc26766ebdf6c531a4f622a610de6cffbc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff1bbf1357756ddbc7fa68dcc2271acf7e3ba67fdd1c2e850a21a3f1d7742902
[INFO] running `Command { std: "docker" "start" "-a" "ff1bbf1357756ddbc7fa68dcc2271acf7e3ba67fdd1c2e850a21a3f1d7742902", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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: 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]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `DTAT`
[INFO] [stdout]     |
[INFO] [stdout] 102 -     let (iy2, im2, id2, w): (i32, i32, i32, f64);
[INFO] [stdout] 102 +     let (iy2, im2, id2, ts::taitt::taitt::DTAT): (i32, i32, i32, f64);
[INFO] [stdout]     |
[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]     = note: `#[warn(unused_assignments)]` (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: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] 
[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] help: you might have meant to pattern match on the similarly named constant `IYV`
[INFO] [stdout]     |
[INFO] [stdout] 220 -     let j: i32;
[INFO] [stdout] 220 +     let ts::dat::dat::IYV: i32;
[INFO] [stdout]     |
[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: 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]   |                      ^
[INFO] [stdout]   |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let (iy, im, id, _w) = match jd2cal(utc1, utc2) {
[INFO] [stdout]   |                      +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `DTAT`
[INFO] [stdout]   |
[INFO] [stdout] 5 -     let (iy, im, id, w) = match jd2cal(utc1, utc2) {
[INFO] [stdout] 5 +     let (iy, im, id, ts::taitt::taitt::DTAT) = match jd2cal(utc1, utc2) {
[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.96s
[INFO] running `Command { std: "docker" "inspect" "ff1bbf1357756ddbc7fa68dcc2271acf7e3ba67fdd1c2e850a21a3f1d7742902", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff1bbf1357756ddbc7fa68dcc2271acf7e3ba67fdd1c2e850a21a3f1d7742902", kill_on_drop: false }`
[INFO] [stdout] ff1bbf1357756ddbc7fa68dcc2271acf7e3ba67fdd1c2e850a21a3f1d7742902
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50658b593b8b40d40a5bb6e9c3f3cdfa416e18aee08f8e9ea6ef1e34d2e54060
[INFO] running `Command { std: "docker" "start" "-a" "50658b593b8b40d40a5bb6e9c3f3cdfa416e18aee08f8e9ea6ef1e34d2e54060", kill_on_drop: false }`
[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 `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]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `DTAT`
[INFO] [stdout]     |
[INFO] [stdout] 102 -     let (iy2, im2, id2, w): (i32, i32, i32, f64);
[INFO] [stdout] 102 +     let (iy2, im2, id2, ts::taitt::taitt::DTAT): (i32, i32, i32, f64);
[INFO] [stdout]     |
[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]     = note: `#[warn(unused_assignments)]` (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: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] 
[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] help: you might have meant to pattern match on the similarly named constant `IYV`
[INFO] [stdout]     |
[INFO] [stdout] 220 -     let j: i32;
[INFO] [stdout] 220 +     let ts::dat::dat::IYV: i32;
[INFO] [stdout]     |
[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: 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]   |                      ^
[INFO] [stdout]   |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let (iy, im, id, _w) = match jd2cal(utc1, utc2) {
[INFO] [stdout]   |                      +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `DTAT`
[INFO] [stdout]   |
[INFO] [stdout] 5 -     let (iy, im, id, w) = match jd2cal(utc1, utc2) {
[INFO] [stdout] 5 +     let (iy, im, id, ts::taitt::taitt::DTAT) = match jd2cal(utc1, utc2) {
[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]    Compiling 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: 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)]` (part of `#[warn(unused)]`) 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] help: you might have meant to pattern match on the similarly named constant `IYV`
[INFO] [stdout]     |
[INFO] [stdout] 220 -     let j: i32;
[INFO] [stdout] 220 +     let ts::dat::dat::IYV: i32;
[INFO] [stdout]     |
[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] help: you might have meant to pattern match on the similarly named constant `DTAT`
[INFO] [stdout]     |
[INFO] [stdout] 102 -     let (iy2, im2, id2, w): (i32, i32, i32, f64);
[INFO] [stdout] 102 +     let (iy2, im2, id2, ts::taitt::taitt::DTAT): (i32, i32, i32, f64);
[INFO] [stdout]     |
[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]   |                      ^
[INFO] [stdout]   |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let (iy, im, id, _w) = match jd2cal(utc1, utc2) {
[INFO] [stdout]   |                      +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `DTAT`
[INFO] [stdout]   |
[INFO] [stdout] 5 -     let (iy, im, id, w) = match jd2cal(utc1, utc2) {
[INFO] [stdout] 5 +     let (iy, im, id, ts::taitt::taitt::DTAT) = match jd2cal(utc1, utc2) {
[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 `test` profile [unoptimized + debuginfo] target(s) in 1.68s
[INFO] running `Command { std: "docker" "inspect" "50658b593b8b40d40a5bb6e9c3f3cdfa416e18aee08f8e9ea6ef1e34d2e54060", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50658b593b8b40d40a5bb6e9c3f3cdfa416e18aee08f8e9ea6ef1e34d2e54060", kill_on_drop: false }`
[INFO] [stdout] 50658b593b8b40d40a5bb6e9c3f3cdfa416e18aee08f8e9ea6ef1e34d2e54060
