Oct 13 02:12:53.633 INFO testing rtroxler/general_ledge.rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 02:12:53.633 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:12:54.052 INFO blam! 23ce30eb48fb1aded10c06f6da4484511b80efbd3c9f78c0ebba200e4b3e5d46 Oct 13 02:12:54.063 INFO running `"docker" "start" "-a" "23ce30eb48fb1aded10c06f6da4484511b80efbd3c9f78c0ebba200e4b3e5d46"` Oct 13 02:12:54.803 INFO kablam! usermod: no changes Oct 13 02:12:54.853 INFO kablam! Compiling chrono v0.4.0 Oct 13 02:12:57.031 INFO kablam! Compiling general_ledgers v0.1.0 (/source) Oct 13 02:12:57.279 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 13 02:12:57.279 INFO kablam! --> src/main.rs:2:5 Oct 13 02:12:57.279 INFO kablam! | Oct 13 02:12:57.279 INFO kablam! 2 | use chrono::prelude::*; Oct 13 02:12:57.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.279 INFO kablam! | Oct 13 02:12:57.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:12:57.279 INFO kablam! Oct 13 02:12:57.279 INFO kablam! warning: unused import: `transaction::*` Oct 13 02:12:57.279 INFO kablam! --> src/main.rs:7:5 Oct 13 02:12:57.279 INFO kablam! | Oct 13 02:12:57.279 INFO kablam! 7 | use transaction::*; Oct 13 02:12:57.279 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:12:57.279 INFO kablam! Oct 13 02:12:57.279 INFO kablam! warning: unused import: `usd::USD` Oct 13 02:12:57.279 INFO kablam! --> src/main.rs:10:5 Oct 13 02:12:57.279 INFO kablam! | Oct 13 02:12:57.279 INFO kablam! 10 | use usd::USD; Oct 13 02:12:57.279 INFO kablam! | ^^^^^^^^ Oct 13 02:12:57.279 INFO kablam! Oct 13 02:12:57.279 INFO kablam! warning: unused import: `general_ledger::GeneralLedger` Oct 13 02:12:57.279 INFO kablam! --> src/main.rs:13:5 Oct 13 02:12:57.279 INFO kablam! | Oct 13 02:12:57.279 INFO kablam! 13 | use general_ledger::GeneralLedger; Oct 13 02:12:57.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.279 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: struct is never constructed: `Assessment` Oct 13 02:12:57.387 INFO kablam! --> src/transaction.rs:19:1 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 19 | pub struct Assessment { Oct 13 02:12:57.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: method is never used: `new` Oct 13 02:12:57.387 INFO kablam! --> src/transaction.rs:28:5 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 28 | / pub fn new(amount: USD, account_code: String, effective_on: DateTime, Oct 13 02:12:57.387 INFO kablam! 29 | | service_start_date: Option>, service_end_date: Option>) -> Assessment { Oct 13 02:12:57.387 INFO kablam! 30 | | Assessment { Oct 13 02:12:57.387 INFO kablam! 31 | | amount: amount, Oct 13 02:12:57.387 INFO kablam! ... | Oct 13 02:12:57.387 INFO kablam! 36 | | } Oct 13 02:12:57.387 INFO kablam! 37 | | } Oct 13 02:12:57.387 INFO kablam! | |_____^ Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: struct is never constructed: `Payment` Oct 13 02:12:57.387 INFO kablam! --> src/transaction.rs:41:1 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 41 | pub struct Payment { Oct 13 02:12:57.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: method is never used: `new` Oct 13 02:12:57.387 INFO kablam! --> src/transaction.rs:55:5 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 55 | / pub fn new( amount: USD, account_code: String, effective_on: DateTime, payee_amount: USD, Oct 13 02:12:57.387 INFO kablam! 56 | | payee_account_code: String, payee_service_start_date: Option>, Oct 13 02:12:57.387 INFO kablam! 57 | | payee_service_end_date: Option>, payee_effective_on: DateTime, Oct 13 02:12:57.387 INFO kablam! 58 | | payee_resolved_on: Option>, previously_paid_amount: USD) -> Payment { Oct 13 02:12:57.387 INFO kablam! ... | Oct 13 02:12:57.387 INFO kablam! 70 | | } Oct 13 02:12:57.387 INFO kablam! 71 | | } Oct 13 02:12:57.387 INFO kablam! | |_____^ Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: method is never used: `from_float` Oct 13 02:12:57.387 INFO kablam! --> src/usd.rs:18:5 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 18 | pub fn from_float(d: f64) -> USD { Oct 13 02:12:57.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: method is never used: `inverse` Oct 13 02:12:57.387 INFO kablam! --> src/usd.rs:36:5 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 36 | pub fn inverse(&self) -> USD { Oct 13 02:12:57.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: method is never used: `new` Oct 13 02:12:57.387 INFO kablam! --> src/general_ledger.rs:14:5 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 14 | pub fn new() -> GeneralLedger { Oct 13 02:12:57.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: method is never used: `print` Oct 13 02:12:57.387 INFO kablam! --> src/general_ledger.rs:20:5 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 20 | pub fn print(&self) { Oct 13 02:12:57.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.387 INFO kablam! warning: method is never used: `fetch_amount` Oct 13 02:12:57.387 INFO kablam! --> src/general_ledger.rs:48:5 Oct 13 02:12:57.387 INFO kablam! | Oct 13 02:12:57.387 INFO kablam! 48 | pub fn fetch_amount(&self, date: Date, account_code: String) -> Option<&USD> { Oct 13 02:12:57.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.387 INFO kablam! Oct 13 02:12:57.633 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.81s Oct 13 02:12:57.633 INFO kablam! su: No module specific data is present Oct 13 02:12:57.899 INFO running `"docker" "rm" "-f" "23ce30eb48fb1aded10c06f6da4484511b80efbd3c9f78c0ebba200e4b3e5d46"` Oct 13 02:12:57.984 INFO blam! 23ce30eb48fb1aded10c06f6da4484511b80efbd3c9f78c0ebba200e4b3e5d46 Oct 13 02:12:57.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:12:58.155 INFO blam! 109079cf2c253db65c8130d88362d32fd53b6907697ae1a6d6b16aebd58da01a Oct 13 02:12:58.158 INFO running `"docker" "start" "-a" "109079cf2c253db65c8130d88362d32fd53b6907697ae1a6d6b16aebd58da01a"` Oct 13 02:12:58.611 INFO kablam! usermod: no changes Oct 13 02:12:58.651 INFO kablam! Compiling general_ledgers v0.1.0 (/source) Oct 13 02:12:59.102 INFO kablam! warning: method is never used: `inverse` Oct 13 02:12:59.102 INFO kablam! --> src/usd.rs:36:5 Oct 13 02:12:59.103 INFO kablam! | Oct 13 02:12:59.103 INFO kablam! 36 | pub fn inverse(&self) -> USD { Oct 13 02:12:59.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:59.103 INFO kablam! | Oct 13 02:12:59.104 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:12:59.104 INFO kablam! Oct 13 02:12:59.104 INFO kablam! warning: method is never used: `print` Oct 13 02:12:59.105 INFO kablam! --> src/general_ledger.rs:20:5 Oct 13 02:12:59.105 INFO kablam! | Oct 13 02:12:59.105 INFO kablam! 20 | pub fn print(&self) { Oct 13 02:12:59.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:59.106 INFO kablam! Oct 13 02:13:00.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 13 02:13:00.257 INFO kablam! su: No module specific data is present Oct 13 02:13:00.997 INFO running `"docker" "rm" "-f" "109079cf2c253db65c8130d88362d32fd53b6907697ae1a6d6b16aebd58da01a"` Oct 13 02:13:01.231 INFO blam! 109079cf2c253db65c8130d88362d32fd53b6907697ae1a6d6b16aebd58da01a Oct 13 02:13:01.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:13:01.908 INFO blam! 05aefda21b37e250d8ed0388175f65dcb832608ab3b3e45a18f48c6bd34a37c2 Oct 13 02:13:01.916 INFO running `"docker" "start" "-a" "05aefda21b37e250d8ed0388175f65dcb832608ab3b3e45a18f48c6bd34a37c2"` Oct 13 02:13:03.042 INFO kablam! usermod: no changes Oct 13 02:13:03.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 02:13:03.103 INFO kablam! Running /target/debug/deps/general_ledgers-a50d7ce22c36f333 Oct 13 02:13:03.107 INFO blam! Oct 13 02:13:03.107 INFO blam! running 4 tests Oct 13 02:13:03.107 INFO blam! test intergration_tests::test_two_even_partial_payments_against_rent ... ok Oct 13 02:13:03.107 INFO blam! test intergration_tests::test_rent_account_balance_accrues_daily ... ok Oct 13 02:13:03.111 INFO blam! test intergration_tests::test_fee_account_balance_accrues_periodically ... ok Oct 13 02:13:03.111 INFO blam! test intergration_tests::test_a_full_payment_against_rent ... ok Oct 13 02:13:03.111 INFO blam! Oct 13 02:13:03.111 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:13:03.111 INFO blam! Oct 13 02:13:03.113 INFO kablam! su: No module specific data is present Oct 13 02:13:03.555 INFO running `"docker" "rm" "-f" "05aefda21b37e250d8ed0388175f65dcb832608ab3b3e45a18f48c6bd34a37c2"` Oct 13 02:13:03.863 INFO blam! 05aefda21b37e250d8ed0388175f65dcb832608ab3b3e45a18f48c6bd34a37c2