[INFO] updating cached repository https://github.com/mhurd/rust-finance [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9cef546983399dfe8b70b5143d80fdd822a9fe72 [INFO] testing mhurd/rust-finance against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhurd%2Frust-finance" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mhurd/rust-finance on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mhurd/rust-finance [INFO] finished tweaking git repo https://github.com/mhurd/rust-finance [INFO] tweaked toml for git repo https://github.com/mhurd/rust-finance written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/mhurd/rust-finance already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9fbee7be0d3759e2ab505afbdbd9c60b7f7996cd644aa646b58449c4ff4f6e48 [INFO] running `"docker" "start" "-a" "9fbee7be0d3759e2ab505afbdbd9c60b7f7996cd644aa646b58449c4ff4f6e48"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling leg v0.1.3 [INFO] [stderr] Compiling rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `cash_flow_present_value_discrete` [INFO] [stderr] --> src/lib.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | / fn cash_flow_present_value_discrete( [INFO] [stderr] 4 | | cash_flow_times: &Vec, [INFO] [stderr] 5 | | cash_flow_amounts: &Vec, [INFO] [stderr] 6 | | market_rate: f64, [INFO] [stderr] ... | [INFO] [stderr] 13 | | present_value [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cash_flow_present_value_continuous` [INFO] [stderr] --> src/lib.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | / fn cash_flow_present_value_continuous( [INFO] [stderr] 17 | | cash_flow_times: &Vec, [INFO] [stderr] 18 | | cash_flow_amounts: &Vec, [INFO] [stderr] 19 | | market_rate: f64, [INFO] [stderr] ... | [INFO] [stderr] 26 | | present_value [INFO] [stderr] 27 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `fill` [INFO] [stderr] --> src/lib.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | fn fill(size: usize, item: T) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `bond_price_discrete` [INFO] [stderr] --> src/lib.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / fn bond_price_discrete( [INFO] [stderr] 38 | | cash_flow_times: &Vec, [INFO] [stderr] 39 | | coupon: f64, [INFO] [stderr] 40 | | principal: f64, [INFO] [stderr] ... | [INFO] [stderr] 50 | | present_value [INFO] [stderr] 51 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `bond_price_continuous` [INFO] [stderr] --> src/lib.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | / fn bond_price_continuous( [INFO] [stderr] 54 | | cash_flow_times: &Vec, [INFO] [stderr] 55 | | coupon: f64, [INFO] [stderr] 56 | | principal: f64, [INFO] [stderr] ... | [INFO] [stderr] 66 | | present_value [INFO] [stderr] 67 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.10s [INFO] running `"docker" "inspect" "9fbee7be0d3759e2ab505afbdbd9c60b7f7996cd644aa646b58449c4ff4f6e48"` [INFO] running `"docker" "rm" "-f" "9fbee7be0d3759e2ab505afbdbd9c60b7f7996cd644aa646b58449c4ff4f6e48"` [INFO] [stdout] 9fbee7be0d3759e2ab505afbdbd9c60b7f7996cd644aa646b58449c4ff4f6e48 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 0413447ca814ab3f6e865c133f5334336bbfc971f1b8db0ff80a612bb094ad6f [INFO] running `"docker" "start" "-a" "0413447ca814ab3f6e865c133f5334336bbfc971f1b8db0ff80a612bb094ad6f"` [INFO] [stderr] Compiling rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `"docker" "inspect" "0413447ca814ab3f6e865c133f5334336bbfc971f1b8db0ff80a612bb094ad6f"` [INFO] running `"docker" "rm" "-f" "0413447ca814ab3f6e865c133f5334336bbfc971f1b8db0ff80a612bb094ad6f"` [INFO] [stdout] 0413447ca814ab3f6e865c133f5334336bbfc971f1b8db0ff80a612bb094ad6f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 17f671f01bdf4e4d1fa06c61c134fd62072658cc764e4023333c990574bab72a [INFO] running `"docker" "start" "-a" "17f671f01bdf4e4d1fa06c61c134fd62072658cc764e4023333c990574bab72a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust-ac0c3caf28c6c894 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test financial::tests::check_bond_price_discrete ... ok [INFO] [stdout] test financial::tests::check_cash_flow_present_value_discrete ... ok [INFO] [stdout] test financial::tests::check_bond_price_continuous ... ok [INFO] [stdout] test financial::tests::check_cash_flow_present_value_continuous ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust-799a2cb02e387513 [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] Doc-tests rust [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" "17f671f01bdf4e4d1fa06c61c134fd62072658cc764e4023333c990574bab72a"` [INFO] running `"docker" "rm" "-f" "17f671f01bdf4e4d1fa06c61c134fd62072658cc764e4023333c990574bab72a"` [INFO] [stdout] 17f671f01bdf4e4d1fa06c61c134fd62072658cc764e4023333c990574bab72a