[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 57471cd419460ea2c9be0cf09be7a614d12c31c4b525e56d1765bdc58068197a [INFO] running `"docker" "start" "-a" "57471cd419460ea2c9be0cf09be7a614d12c31c4b525e56d1765bdc58068197a"` [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 12.15s [INFO] running `"docker" "inspect" "57471cd419460ea2c9be0cf09be7a614d12c31c4b525e56d1765bdc58068197a"` [INFO] running `"docker" "rm" "-f" "57471cd419460ea2c9be0cf09be7a614d12c31c4b525e56d1765bdc58068197a"` [INFO] [stdout] 57471cd419460ea2c9be0cf09be7a614d12c31c4b525e56d1765bdc58068197a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 63adbd1abde76cd693f4dc1357abb83790bfaf0423b00aaa3793c2690b3b85d2 [INFO] running `"docker" "start" "-a" "63adbd1abde76cd693f4dc1357abb83790bfaf0423b00aaa3793c2690b3b85d2"` [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 1.02s [INFO] running `"docker" "inspect" "63adbd1abde76cd693f4dc1357abb83790bfaf0423b00aaa3793c2690b3b85d2"` [INFO] running `"docker" "rm" "-f" "63adbd1abde76cd693f4dc1357abb83790bfaf0423b00aaa3793c2690b3b85d2"` [INFO] [stdout] 63adbd1abde76cd693f4dc1357abb83790bfaf0423b00aaa3793c2690b3b85d2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 3b4439200ebf6dd72b0e66a85722e8628756c8827a58d5546fdc134844340bd3 [INFO] running `"docker" "start" "-a" "3b4439200ebf6dd72b0e66a85722e8628756c8827a58d5546fdc134844340bd3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rge_peroxide-44e3bda8d200ccc1 [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] [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] [stderr] Running /opt/crater/target/debug/deps/rge_peroxide-099551e6bd56d833 [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" "3b4439200ebf6dd72b0e66a85722e8628756c8827a58d5546fdc134844340bd3"` [INFO] running `"docker" "rm" "-f" "3b4439200ebf6dd72b0e66a85722e8628756c8827a58d5546fdc134844340bd3"` [INFO] [stdout] 3b4439200ebf6dd72b0e66a85722e8628756c8827a58d5546fdc134844340bd3