[INFO] updating cached repository ineol/brave_new_simplex [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ineol/brave_new_simplex [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ineol/brave_new_simplex" "work/ex/beta-1.38-1/sources/1.37.0/gh/ineol/brave_new_simplex"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ineol/brave_new_simplex'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ineol/brave_new_simplex" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ineol/brave_new_simplex"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ineol/brave_new_simplex'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] de62d1ace64fe39f1d690eab489e37f8cc9d84f6 [INFO] sha for GitHub repo ineol/brave_new_simplex: de62d1ace64fe39f1d690eab489e37f8cc9d84f6 [INFO] validating manifest of ineol/brave_new_simplex 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 ineol/brave_new_simplex 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 ineol/brave_new_simplex [INFO] finished frobbing ineol/brave_new_simplex [INFO] frobbed toml for ineol/brave_new_simplex written to work/ex/beta-1.38-1/sources/1.37.0/gh/ineol/brave_new_simplex/Cargo.toml [INFO] started frobbing ineol/brave_new_simplex [INFO] finished frobbing ineol/brave_new_simplex [INFO] frobbed toml for ineol/brave_new_simplex written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ineol/brave_new_simplex/Cargo.toml [INFO] crate ineol/brave_new_simplex 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ineol/brave_new_simplex/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 ineol/brave_new_simplex 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-1/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/ineol/brave_new_simplex:/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] 411234ff4618dce7c7d432da9e114ef308e5cce0d5b57b7a6ea5ec183c29b2d7 [INFO] running `"docker" "start" "-a" "411234ff4618dce7c7d432da9e114ef308e5cce0d5b57b7a6ea5ec183c29b2d7"` [INFO] [stderr] Compiling simplex v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser.rs:424:16 [INFO] [stderr] | [INFO] [stderr] 424 | '0'...'9' | '.' | '-' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: private type `linear_system::LeavingCase` in public interface (error E0446) [INFO] [stderr] --> src/linear_system.rs:223:5 [INFO] [stderr] | [INFO] [stderr] 223 | / pub fn find_leaving_variable(&self, je: usize) -> LeavingCase { // TODO(leo): get rid of dumb LeavingCase :/ [INFO] [stderr] 224 | | use self::LeavingCase::*; [INFO] [stderr] 225 | | //assert!(je != 0); [INFO] [stderr] 226 | | let coeffs = (0..self.h()).map(|i| if self.m.at(i, je) < F::zero() { [INFO] [stderr] ... | [INFO] [stderr] 241 | | res.unwrap_or(NonNeg) [INFO] [stderr] 242 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(private_in_public)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.88s [INFO] running `"docker" "inspect" "411234ff4618dce7c7d432da9e114ef308e5cce0d5b57b7a6ea5ec183c29b2d7"` [INFO] running `"docker" "rm" "-f" "411234ff4618dce7c7d432da9e114ef308e5cce0d5b57b7a6ea5ec183c29b2d7"` [INFO] [stdout] 411234ff4618dce7c7d432da9e114ef308e5cce0d5b57b7a6ea5ec183c29b2d7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/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/ineol/brave_new_simplex:/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] 9efdaa9301348a3aaf529baae3abf2df55ce5865dc1ceb10c05996f9efefd85a [INFO] running `"docker" "start" "-a" "9efdaa9301348a3aaf529baae3abf2df55ce5865dc1ceb10c05996f9efefd85a"` [INFO] [stderr] Compiling simplex v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser.rs:424:16 [INFO] [stderr] | [INFO] [stderr] 424 | '0'...'9' | '.' | '-' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `linear_system::*` [INFO] [stderr] --> src/parser.rs:464:9 [INFO] [stderr] | [INFO] [stderr] 464 | use linear_system::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: private type `linear_system::LeavingCase` in public interface (error E0446) [INFO] [stderr] --> src/linear_system.rs:223:5 [INFO] [stderr] | [INFO] [stderr] 223 | / pub fn find_leaving_variable(&self, je: usize) -> LeavingCase { // TODO(leo): get rid of dumb LeavingCase :/ [INFO] [stderr] 224 | | use self::LeavingCase::*; [INFO] [stderr] 225 | | //assert!(je != 0); [INFO] [stderr] 226 | | let coeffs = (0..self.h()).map(|i| if self.m.at(i, je) < F::zero() { [INFO] [stderr] ... | [INFO] [stderr] 241 | | res.unwrap_or(NonNeg) [INFO] [stderr] 242 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(private_in_public)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.90s [INFO] running `"docker" "inspect" "9efdaa9301348a3aaf529baae3abf2df55ce5865dc1ceb10c05996f9efefd85a"` [INFO] running `"docker" "rm" "-f" "9efdaa9301348a3aaf529baae3abf2df55ce5865dc1ceb10c05996f9efefd85a"` [INFO] [stdout] 9efdaa9301348a3aaf529baae3abf2df55ce5865dc1ceb10c05996f9efefd85a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/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/ineol/brave_new_simplex:/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] b01cf490fd353e4f75a08f305d17124bf8b62b60b1936fa838751ef756d08a45 [INFO] running `"docker" "start" "-a" "b01cf490fd353e4f75a08f305d17124bf8b62b60b1936fa838751ef756d08a45"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/simplex-9929d06ef04905ab [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test linear_system::test::test_print ... ok [INFO] [stdout] test linear_system::test::test_at ... ok [INFO] [stdout] test linear_system::test::testcase_is_integre ... ok [INFO] [stdout] test linear_system::test::test_leaving_variable ... ok [INFO] [stdout] test parser::test::test_begining ... ok [INFO] [stdout] test parser::test::test_bounds ... ok [INFO] [stdout] test parser::test::test_cmp_op ... ok [INFO] [stdout] test parser::test::test_number ... ok [INFO] [stdout] test parser::test::test_prod ... ok [INFO] [stdout] test parser::test::test_word ... ok [INFO] [stdout] test parser::test::test_ineq ... ok [INFO] [stdout] test parser::test::test_sum ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b01cf490fd353e4f75a08f305d17124bf8b62b60b1936fa838751ef756d08a45"` [INFO] running `"docker" "rm" "-f" "b01cf490fd353e4f75a08f305d17124bf8b62b60b1936fa838751ef756d08a45"` [INFO] [stdout] b01cf490fd353e4f75a08f305d17124bf8b62b60b1936fa838751ef756d08a45