[INFO] updating cached repository Axect/RGE_Peroxide [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Axect/RGE_Peroxide [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Axect/RGE_Peroxide" "work/ex/beta-1.38-1/sources/1.37.0/gh/Axect/RGE_Peroxide"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Axect/RGE_Peroxide'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Axect/RGE_Peroxide" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Axect/RGE_Peroxide"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Axect/RGE_Peroxide'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e0454bac065501bc3f720ebf114c55e7c0f0d7d9 [INFO] sha for GitHub repo Axect/RGE_Peroxide: e0454bac065501bc3f720ebf114c55e7c0f0d7d9 [INFO] validating manifest of Axect/RGE_Peroxide on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Axect/RGE_Peroxide on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Axect/RGE_Peroxide [INFO] finished frobbing Axect/RGE_Peroxide [INFO] frobbed toml for Axect/RGE_Peroxide written to work/ex/beta-1.38-1/sources/1.37.0/gh/Axect/RGE_Peroxide/Cargo.toml [INFO] started frobbing Axect/RGE_Peroxide [INFO] finished frobbing Axect/RGE_Peroxide [INFO] frobbed toml for Axect/RGE_Peroxide written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Axect/RGE_Peroxide/Cargo.toml [INFO] crate Axect/RGE_Peroxide already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Axect/RGE_Peroxide against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Axect/RGE_Peroxide:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] cde0dbf7811656d859f623021c55bcd7767607ab2cc160485d562ef0a62b8c93 [INFO] running `"docker" "start" "-a" "cde0dbf7811656d859f623021c55bcd7767607ab2cc160485d562ef0a62b8c93"` [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling csv v1.0.2 [INFO] [stderr] Compiling peroxide v0.6.3 [INFO] [stderr] Compiling rge_peroxide v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/beta.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | fn make_beta(g: f64) -> Box f64> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, f64) -> f64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `h` should have an upper case name [INFO] [stderr] --> src/constants.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | pub const h: f64 = 1E-04; [INFO] [stderr] | ^ help: convert the identifier to upper case: `H` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `lH` should have a snake case name [INFO] [stderr] --> src/var.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub lH: f64, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `l_h` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `G` should have a snake case name [INFO] [stderr] --> src/var.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | pub G: f64, [INFO] [stderr] | ^ help: convert the identifier to snake case: `g` [INFO] [stderr] [INFO] [stderr] warning: structure field `V` should have a snake case name [INFO] [stderr] --> src/var.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | pub V: f64, [INFO] [stderr] | ^ help: convert the identifier to snake case: `v` [INFO] [stderr] [INFO] [stderr] warning: structure field `A` should have a snake case name [INFO] [stderr] --> src/var.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub A: f64, [INFO] [stderr] | ^ help: convert the identifier to snake case: `a` [INFO] [stderr] [INFO] [stderr] warning: structure field `b_lH` should have a snake case name [INFO] [stderr] --> src/beta.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | b_lH: f64, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `b_l_h` [INFO] [stderr] [INFO] [stderr] warning: variable `R` should have a snake case name [INFO] [stderr] --> src/beta.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn new(R: &RGE, mt: f64, xi: f64) -> Beta { [INFO] [stderr] | ^ help: convert the identifier to snake case: `r` [INFO] [stderr] [INFO] [stderr] warning: variable `b1lH` should have a snake case name [INFO] [stderr] --> src/beta.rs:36:6 [INFO] [stderr] | [INFO] [stderr] 36 | let b1lH: f64 = 6. * (1. + 3. * sh.powi(2)) * R.lH.powi(2) + 12. * R.lH * R.yt.powi(2) - 6. * R.yt.powi(4) - 3. * R.lH * (3. * R.g2.powi(2) + R.g1.powi(2)) + 3./8. * (2. * R.g2.powi(4) + (R.g1.powi(2) + R.g2.powi(2)).powi(2)); [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `b1l_h` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.56s [INFO] running `"docker" "inspect" "cde0dbf7811656d859f623021c55bcd7767607ab2cc160485d562ef0a62b8c93"` [INFO] running `"docker" "rm" "-f" "cde0dbf7811656d859f623021c55bcd7767607ab2cc160485d562ef0a62b8c93"` [INFO] [stdout] cde0dbf7811656d859f623021c55bcd7767607ab2cc160485d562ef0a62b8c93 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Axect/RGE_Peroxide:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 7072e91efaeb21eec5b65e611d5731dbabb6192eac056ab4dc15209058d895f1 [INFO] running `"docker" "start" "-a" "7072e91efaeb21eec5b65e611d5731dbabb6192eac056ab4dc15209058d895f1"` [INFO] [stderr] Compiling rge_peroxide v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/beta.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | fn make_beta(g: f64) -> Box f64> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, f64) -> f64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `h` should have an upper case name [INFO] [stderr] --> src/constants.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | pub const h: f64 = 1E-04; [INFO] [stderr] | ^ help: convert the identifier to upper case: `H` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `lH` should have a snake case name [INFO] [stderr] --> src/var.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub lH: f64, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `l_h` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `G` should have a snake case name [INFO] [stderr] --> src/var.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | pub G: f64, [INFO] [stderr] | ^ help: convert the identifier to snake case: `g` [INFO] [stderr] [INFO] [stderr] warning: structure field `V` should have a snake case name [INFO] [stderr] --> src/var.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | pub V: f64, [INFO] [stderr] | ^ help: convert the identifier to snake case: `v` [INFO] [stderr] [INFO] [stderr] warning: structure field `A` should have a snake case name [INFO] [stderr] --> src/var.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub A: f64, [INFO] [stderr] | ^ help: convert the identifier to snake case: `a` [INFO] [stderr] [INFO] [stderr] warning: structure field `b_lH` should have a snake case name [INFO] [stderr] --> src/beta.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | b_lH: f64, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `b_l_h` [INFO] [stderr] [INFO] [stderr] warning: variable `R` should have a snake case name [INFO] [stderr] --> src/beta.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn new(R: &RGE, mt: f64, xi: f64) -> Beta { [INFO] [stderr] | ^ help: convert the identifier to snake case: `r` [INFO] [stderr] [INFO] [stderr] warning: variable `b1lH` should have a snake case name [INFO] [stderr] --> src/beta.rs:36:6 [INFO] [stderr] | [INFO] [stderr] 36 | let b1lH: f64 = 6. * (1. + 3. * sh.powi(2)) * R.lH.powi(2) + 12. * R.lH * R.yt.powi(2) - 6. * R.yt.powi(4) - 3. * R.lH * (3. * R.g2.powi(2) + R.g1.powi(2)) + 3./8. * (2. * R.g2.powi(4) + (R.g1.powi(2) + R.g2.powi(2)).powi(2)); [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `b1l_h` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `"docker" "inspect" "7072e91efaeb21eec5b65e611d5731dbabb6192eac056ab4dc15209058d895f1"` [INFO] running `"docker" "rm" "-f" "7072e91efaeb21eec5b65e611d5731dbabb6192eac056ab4dc15209058d895f1"` [INFO] [stdout] 7072e91efaeb21eec5b65e611d5731dbabb6192eac056ab4dc15209058d895f1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Axect/RGE_Peroxide:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 117b8464a5f52cbcc4302398b8653f1dd3dc369689b2cede38ebe402c707f8db [INFO] running `"docker" "start" "-a" "117b8464a5f52cbcc4302398b8653f1dd3dc369689b2cede38ebe402c707f8db"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rge_peroxide-b955ed4567a9409d [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rge_peroxide-0c7fbb8cc333a42d [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rge_peroxide [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "117b8464a5f52cbcc4302398b8653f1dd3dc369689b2cede38ebe402c707f8db"` [INFO] running `"docker" "rm" "-f" "117b8464a5f52cbcc4302398b8653f1dd3dc369689b2cede38ebe402c707f8db"` [INFO] [stdout] 117b8464a5f52cbcc4302398b8653f1dd3dc369689b2cede38ebe402c707f8db