[INFO] updating cached repository dat2/financial-planner-cli [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dat2/financial-planner-cli [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dat2/financial-planner-cli" "work/ex/beta-1.38-1/sources/1.37.0/gh/dat2/financial-planner-cli"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/dat2/financial-planner-cli'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dat2/financial-planner-cli" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dat2/financial-planner-cli"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dat2/financial-planner-cli'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a1cf31c635fb38c839621bdafe50aa31a5692815 [INFO] sha for GitHub repo dat2/financial-planner-cli: a1cf31c635fb38c839621bdafe50aa31a5692815 [INFO] validating manifest of dat2/financial-planner-cli 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 dat2/financial-planner-cli 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 dat2/financial-planner-cli [INFO] finished frobbing dat2/financial-planner-cli [INFO] frobbed toml for dat2/financial-planner-cli written to work/ex/beta-1.38-1/sources/1.37.0/gh/dat2/financial-planner-cli/Cargo.toml [INFO] started frobbing dat2/financial-planner-cli [INFO] finished frobbing dat2/financial-planner-cli [INFO] frobbed toml for dat2/financial-planner-cli written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dat2/financial-planner-cli/Cargo.toml [INFO] crate dat2/financial-planner-cli 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 dat2/financial-planner-cli 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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/dat2/financial-planner-cli:/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] 0bfcf611e56b829f42df1260645b9b46b8294dd95aced4be280ac93357f03dca [INFO] running `"docker" "start" "-a" "0bfcf611e56b829f42df1260645b9b46b8294dd95aced4be280ac93357f03dca"` [INFO] [stderr] Compiling gmp-mpfr-sys v0.6.0 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling encode_unicode v0.2.0 [INFO] [stderr] Compiling lazy_static v0.2.5 [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling combine v2.3.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clap v2.22.1 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling prettytable-rs v0.6.6 [INFO] [stderr] Compiling serde_yaml v0.6.2 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling rugint v0.2.0 [INFO] [stderr] Compiling rugrat v0.2.0 [INFO] [stderr] Compiling rugflo v0.2.0 [INFO] [stderr] Compiling financial-planner-cli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 4m 47s [INFO] running `"docker" "inspect" "0bfcf611e56b829f42df1260645b9b46b8294dd95aced4be280ac93357f03dca"` [INFO] running `"docker" "rm" "-f" "0bfcf611e56b829f42df1260645b9b46b8294dd95aced4be280ac93357f03dca"` [INFO] [stdout] 0bfcf611e56b829f42df1260645b9b46b8294dd95aced4be280ac93357f03dca [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/dat2/financial-planner-cli:/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] 3deca7a9b1786ade2c82a19329e68ffc79f1f8551eb737792f4d0efa28da0861 [INFO] running `"docker" "start" "-a" "3deca7a9b1786ade2c82a19329e68ffc79f1f8551eb737792f4d0efa28da0861"` [INFO] [stderr] Compiling financial-planner-cli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 3.98s [INFO] running `"docker" "inspect" "3deca7a9b1786ade2c82a19329e68ffc79f1f8551eb737792f4d0efa28da0861"` [INFO] running `"docker" "rm" "-f" "3deca7a9b1786ade2c82a19329e68ffc79f1f8551eb737792f4d0efa28da0861"` [INFO] [stdout] 3deca7a9b1786ade2c82a19329e68ffc79f1f8551eb737792f4d0efa28da0861 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/dat2/financial-planner-cli:/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] fcfe303b8859aca93ebb5330fb1156b6596771865fc4e179610ca4df774f8c8f [INFO] running `"docker" "start" "-a" "fcfe303b8859aca93ebb5330fb1156b6596771865fc4e179610ca4df774f8c8f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/financial_planner_cli-3b10c621f9268cbf [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test expression::tests::test_parse_complicated_expression ... ok [INFO] [stdout] test expression::tests::test_parse_add ... ok [INFO] [stdout] test expression::tests::test_parse_account_name ... ok [INFO] [stdout] test expression::tests::test_parse_subtract ... ok [INFO] [stdout] test expression::tests::test_parse_account_name_with_colons ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fcfe303b8859aca93ebb5330fb1156b6596771865fc4e179610ca4df774f8c8f"` [INFO] running `"docker" "rm" "-f" "fcfe303b8859aca93ebb5330fb1156b6596771865fc4e179610ca4df774f8c8f"` [INFO] [stdout] fcfe303b8859aca93ebb5330fb1156b6596771865fc4e179610ca4df774f8c8f