[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.37-6/sources/1.36.0/gh/dat2/financial-planner-cli"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/gh/dat2/financial-planner-cli"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dat2/financial-planner-cli on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dat2/financial-planner-cli against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] 67e1805bd75587bb3b539b72bfe3906239c25218e922925e159ef98dd0f416a5 [INFO] running `"docker" "start" "-a" "67e1805bd75587bb3b539b72bfe3906239c25218e922925e159ef98dd0f416a5"` [INFO] [stderr] Compiling gmp-mpfr-sys v0.6.0 [INFO] [stderr] Compiling encode_unicode v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling combine v2.3.1 [INFO] [stderr] Compiling clap v2.22.1 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling prettytable-rs v0.6.6 [INFO] [stderr] Compiling serde_yaml v0.6.2 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling error-chain v0.10.0 [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 28s [INFO] running `"docker" "inspect" "67e1805bd75587bb3b539b72bfe3906239c25218e922925e159ef98dd0f416a5"` [INFO] running `"docker" "rm" "-f" "67e1805bd75587bb3b539b72bfe3906239c25218e922925e159ef98dd0f416a5"` [INFO] [stdout] 67e1805bd75587bb3b539b72bfe3906239c25218e922925e159ef98dd0f416a5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 7c6bc3f7f004d29caf24e8504e2b4d75ae871357bc072d4875d49bb4db801684 [INFO] running `"docker" "start" "-a" "7c6bc3f7f004d29caf24e8504e2b4d75ae871357bc072d4875d49bb4db801684"` [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.95s [INFO] running `"docker" "inspect" "7c6bc3f7f004d29caf24e8504e2b4d75ae871357bc072d4875d49bb4db801684"` [INFO] running `"docker" "rm" "-f" "7c6bc3f7f004d29caf24e8504e2b4d75ae871357bc072d4875d49bb4db801684"` [INFO] [stdout] 7c6bc3f7f004d29caf24e8504e2b4d75ae871357bc072d4875d49bb4db801684 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen"` [INFO] [stdout] 6814d61792f619235f821f137969cbd9e5740bb07e784885ca0f65921f6fcf49 [INFO] running `"docker" "start" "-a" "6814d61792f619235f821f137969cbd9e5740bb07e784885ca0f65921f6fcf49"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/financial_planner_cli-539ac91dde9515ab [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test expression::tests::test_parse_add ... ok [INFO] [stdout] test expression::tests::test_parse_complicated_expression ... ok [INFO] [stdout] test expression::tests::test_parse_account_name_with_colons ... ok [INFO] [stdout] test expression::tests::test_parse_account_name ... ok [INFO] [stdout] test expression::tests::test_parse_subtract ... 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" "6814d61792f619235f821f137969cbd9e5740bb07e784885ca0f65921f6fcf49"` [INFO] running `"docker" "rm" "-f" "6814d61792f619235f821f137969cbd9e5740bb07e784885ca0f65921f6fcf49"` [INFO] [stdout] 6814d61792f619235f821f137969cbd9e5740bb07e784885ca0f65921f6fcf49