[INFO] crate financ 0.2.0 is already in cache [INFO] extracting crate financ 0.2.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/financ/0.2.0 [INFO] extracting crate financ 0.2.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/financ/0.2.0 [INFO] validating manifest of financ-0.2.0 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 financ-0.2.0 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 financ-0.2.0 [INFO] finished frobbing financ-0.2.0 [INFO] frobbed toml for financ-0.2.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/financ/0.2.0/Cargo.toml [INFO] started frobbing financ-0.2.0 [INFO] finished frobbing financ-0.2.0 [INFO] frobbed toml for financ-0.2.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/financ/0.2.0/Cargo.toml [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 financ-0.2.0 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-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/financ/0.2.0:/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] 7f8cb06e07140f5f5cab03bb20ab22b718d4e81ff7439610e203b95d548d1b50 [INFO] running `"docker" "start" "-a" "7f8cb06e07140f5f5cab03bb20ab22b718d4e81ff7439610e203b95d548d1b50"` [INFO] [stderr] Compiling debug-builders v0.1.0 [INFO] [stderr] Compiling debugtrace v0.1.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling either v0.1.7 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling libsqlite3-sys v0.12.0 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling zip v0.5.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling backtrace v0.1.8 [INFO] [stderr] Compiling quick-xml v0.13.3 [INFO] [stderr] Compiling chomp v0.3.1 [INFO] [stderr] Compiling console v0.6.2 [INFO] [stderr] Compiling calamine v0.14.10 [INFO] [stderr] Compiling guid-parser v0.1.0 [INFO] [stderr] Compiling guid v0.1.0 [INFO] [stderr] Compiling guid-create v0.1.1 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling diesel v1.4.2 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling financ v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `splits` is imported redundantly [INFO] [stderr] --> src/dbmodifier.rs:97:13 [INFO] [stderr] | [INFO] [stderr] 6 | use schema::{splits, transactions}; [INFO] [stderr] | ------ the item `splits` is already imported here [INFO] [stderr] ... [INFO] [stderr] 97 | use schema::splits; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cmd` [INFO] [stderr] --> src/main.rs:260:23 [INFO] [stderr] | [INFO] [stderr] 260 | fn handle_completions(cmd: &ArgMatches) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cmd` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/external_models.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | write!(f, " {}", amount); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/external_models.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | write!(f, " [{}]", category); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/external_models.rs:41:13 [INFO] [stderr] | [INFO] [stderr] 41 | write!(f, " - {}", description); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `"docker" "inspect" "7f8cb06e07140f5f5cab03bb20ab22b718d4e81ff7439610e203b95d548d1b50"` [INFO] running `"docker" "rm" "-f" "7f8cb06e07140f5f5cab03bb20ab22b718d4e81ff7439610e203b95d548d1b50"` [INFO] [stdout] 7f8cb06e07140f5f5cab03bb20ab22b718d4e81ff7439610e203b95d548d1b50 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/financ/0.2.0:/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] 742209f4abf3004c92b43d012de20829dedbd59096f6d1d29d1aa783664552bf [INFO] running `"docker" "start" "-a" "742209f4abf3004c92b43d012de20829dedbd59096f6d1d29d1aa783664552bf"` [INFO] [stderr] Compiling financ v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `splits` is imported redundantly [INFO] [stderr] --> src/dbmodifier.rs:97:13 [INFO] [stderr] | [INFO] [stderr] 6 | use schema::{splits, transactions}; [INFO] [stderr] | ------ the item `splits` is already imported here [INFO] [stderr] ... [INFO] [stderr] 97 | use schema::splits; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cmd` [INFO] [stderr] --> src/main.rs:260:23 [INFO] [stderr] | [INFO] [stderr] 260 | fn handle_completions(cmd: &ArgMatches) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cmd` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/external_models.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | write!(f, " {}", amount); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/external_models.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | write!(f, " [{}]", category); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/external_models.rs:41:13 [INFO] [stderr] | [INFO] [stderr] 41 | write!(f, " - {}", description); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.65s [INFO] running `"docker" "inspect" "742209f4abf3004c92b43d012de20829dedbd59096f6d1d29d1aa783664552bf"` [INFO] running `"docker" "rm" "-f" "742209f4abf3004c92b43d012de20829dedbd59096f6d1d29d1aa783664552bf"` [INFO] [stdout] 742209f4abf3004c92b43d012de20829dedbd59096f6d1d29d1aa783664552bf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/financ/0.2.0:/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] 4c0df66c6adb16b8122fc87aee6aa86fb65d3bd0a51e3673734fa6771ce4fb87 [INFO] running `"docker" "start" "-a" "4c0df66c6adb16b8122fc87aee6aa86fb65d3bd0a51e3673734fa6771ce4fb87"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/crater/target/debug/deps/financ-d6e6f801ad283d0e [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test utils::tests::test_extract_date_none ... ok [INFO] [stdout] test utils::tests::test_format_and_parse_sqlite_date ... ok [INFO] [stdout] test utils::tests::test_format_sqlite_date ... ok [INFO] [stdout] test utils::tests::test_extract_date_string ... ok [INFO] [stdout] test utils::tests::test_parse_none ... ok [INFO] [stdout] test utils::tests::test_guid_formatting ... ok [INFO] [stdout] test utils::tests::test_parse_sqlite_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4c0df66c6adb16b8122fc87aee6aa86fb65d3bd0a51e3673734fa6771ce4fb87"` [INFO] running `"docker" "rm" "-f" "4c0df66c6adb16b8122fc87aee6aa86fb65d3bd0a51e3673734fa6771ce4fb87"` [INFO] [stdout] 4c0df66c6adb16b8122fc87aee6aa86fb65d3bd0a51e3673734fa6771ce4fb87