Oct 13 02:12:54.062 INFO testing rtroxler/general_ledge.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:12:54.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.651 INFO blam! f35f72149b615dd5c7a3cd62d4e31cc8862d5167d89e8c76de2d88d083b8ee4f Oct 13 02:12:54.652 INFO running `"docker" "start" "-a" "f35f72149b615dd5c7a3cd62d4e31cc8862d5167d89e8c76de2d88d083b8ee4f"` Oct 13 02:12:55.188 INFO kablam! usermod: no changes Oct 13 02:12:55.235 INFO kablam! Compiling chrono v0.4.0 Oct 13 02:12:57.267 INFO kablam! Compiling general_ledgers v0.1.0 (/source) Oct 13 02:12:57.446 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 13 02:12:57.446 INFO kablam! --> src/main.rs:2:5 Oct 13 02:12:57.446 INFO kablam! | Oct 13 02:12:57.446 INFO kablam! 2 | use chrono::prelude::*; Oct 13 02:12:57.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.446 INFO kablam! | Oct 13 02:12:57.446 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:12:57.446 INFO kablam! Oct 13 02:12:57.451 INFO kablam! warning: unused import: `transaction::*` Oct 13 02:12:57.451 INFO kablam! --> src/main.rs:7:5 Oct 13 02:12:57.451 INFO kablam! | Oct 13 02:12:57.451 INFO kablam! 7 | use transaction::*; Oct 13 02:12:57.451 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:12:57.451 INFO kablam! Oct 13 02:12:57.451 INFO kablam! warning: unused import: `usd::USD` Oct 13 02:12:57.451 INFO kablam! --> src/main.rs:10:5 Oct 13 02:12:57.451 INFO kablam! | Oct 13 02:12:57.451 INFO kablam! 10 | use usd::USD; Oct 13 02:12:57.451 INFO kablam! | ^^^^^^^^ Oct 13 02:12:57.451 INFO kablam! Oct 13 02:12:57.451 INFO kablam! warning: unused import: `general_ledger::GeneralLedger` Oct 13 02:12:57.451 INFO kablam! --> src/main.rs:13:5 Oct 13 02:12:57.451 INFO kablam! | Oct 13 02:12:57.451 INFO kablam! 13 | use general_ledger::GeneralLedger; Oct 13 02:12:57.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.451 INFO kablam! Oct 13 02:12:57.578 INFO kablam! warning: struct is never constructed: `Assessment` Oct 13 02:12:57.578 INFO kablam! --> src/transaction.rs:19:1 Oct 13 02:12:57.578 INFO kablam! | Oct 13 02:12:57.578 INFO kablam! 19 | pub struct Assessment { Oct 13 02:12:57.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.578 INFO kablam! | Oct 13 02:12:57.578 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:12:57.578 INFO kablam! Oct 13 02:12:57.578 INFO kablam! warning: method is never used: `new` Oct 13 02:12:57.578 INFO kablam! --> src/transaction.rs:28:5 Oct 13 02:12:57.578 INFO kablam! | Oct 13 02:12:57.578 INFO kablam! 28 | / pub fn new(amount: USD, account_code: String, effective_on: DateTime, Oct 13 02:12:57.578 INFO kablam! 29 | | service_start_date: Option>, service_end_date: Option>) -> Assessment { Oct 13 02:12:57.578 INFO kablam! 30 | | Assessment { Oct 13 02:12:57.578 INFO kablam! 31 | | amount: amount, Oct 13 02:12:57.580 INFO kablam! ... | Oct 13 02:12:57.581 INFO kablam! 36 | | } Oct 13 02:12:57.581 INFO kablam! 37 | | } Oct 13 02:12:57.581 INFO kablam! | |_____^ Oct 13 02:12:57.581 INFO kablam! Oct 13 02:12:57.581 INFO kablam! warning: struct is never constructed: `Payment` Oct 13 02:12:57.581 INFO kablam! --> src/transaction.rs:41:1 Oct 13 02:12:57.581 INFO kablam! | Oct 13 02:12:57.581 INFO kablam! 41 | pub struct Payment { Oct 13 02:12:57.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.581 INFO kablam! Oct 13 02:12:57.581 INFO kablam! warning: method is never used: `new` Oct 13 02:12:57.581 INFO kablam! --> src/transaction.rs:55:5 Oct 13 02:12:57.581 INFO kablam! | Oct 13 02:12:57.581 INFO kablam! 55 | / pub fn new( amount: USD, account_code: String, effective_on: DateTime, payee_amount: USD, Oct 13 02:12:57.581 INFO kablam! 56 | | payee_account_code: String, payee_service_start_date: Option>, Oct 13 02:12:57.581 INFO kablam! 57 | | payee_service_end_date: Option>, payee_effective_on: DateTime, Oct 13 02:12:57.581 INFO kablam! 58 | | payee_resolved_on: Option>, previously_paid_amount: USD) -> Payment { Oct 13 02:12:57.581 INFO kablam! ... | Oct 13 02:12:57.581 INFO kablam! 70 | | } Oct 13 02:12:57.581 INFO kablam! 71 | | } Oct 13 02:12:57.581 INFO kablam! | |_____^ Oct 13 02:12:57.581 INFO kablam! Oct 13 02:12:57.581 INFO kablam! warning: method is never used: `from_float` Oct 13 02:12:57.581 INFO kablam! --> src/usd.rs:18:5 Oct 13 02:12:57.581 INFO kablam! | Oct 13 02:12:57.581 INFO kablam! 18 | pub fn from_float(d: f64) -> USD { Oct 13 02:12:57.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.584 INFO kablam! Oct 13 02:12:57.584 INFO kablam! warning: method is never used: `inverse` Oct 13 02:12:57.584 INFO kablam! --> src/usd.rs:36:5 Oct 13 02:12:57.585 INFO kablam! | Oct 13 02:12:57.585 INFO kablam! 36 | pub fn inverse(&self) -> USD { Oct 13 02:12:57.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.585 INFO kablam! Oct 13 02:12:57.585 INFO kablam! warning: method is never used: `new` Oct 13 02:12:57.585 INFO kablam! --> src/general_ledger.rs:14:5 Oct 13 02:12:57.586 INFO kablam! | Oct 13 02:12:57.586 INFO kablam! 14 | pub fn new() -> GeneralLedger { Oct 13 02:12:57.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.586 INFO kablam! Oct 13 02:12:57.586 INFO kablam! warning: method is never used: `print` Oct 13 02:12:57.586 INFO kablam! --> src/general_ledger.rs:20:5 Oct 13 02:12:57.587 INFO kablam! | Oct 13 02:12:57.587 INFO kablam! 20 | pub fn print(&self) { Oct 13 02:12:57.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.587 INFO kablam! Oct 13 02:12:57.587 INFO kablam! warning: method is never used: `fetch_amount` Oct 13 02:12:57.587 INFO kablam! --> src/general_ledger.rs:48:5 Oct 13 02:12:57.587 INFO kablam! | Oct 13 02:12:57.588 INFO kablam! 48 | pub fn fetch_amount(&self, date: Date, account_code: String) -> Option<&USD> { Oct 13 02:12:57.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:57.588 INFO kablam! Oct 13 02:12:57.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.60s Oct 13 02:12:57.812 INFO kablam! su: No module specific data is present Oct 13 02:12:58.091 INFO running `"docker" "rm" "-f" "f35f72149b615dd5c7a3cd62d4e31cc8862d5167d89e8c76de2d88d083b8ee4f"` Oct 13 02:12:58.216 INFO blam! f35f72149b615dd5c7a3cd62d4e31cc8862d5167d89e8c76de2d88d083b8ee4f Oct 13 02:12:58.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.456 INFO blam! a24379b990d98615ab99cfb2dd41261ca4eb9208849c2d5d462ffee7e23373b6 Oct 13 02:12:58.459 INFO running `"docker" "start" "-a" "a24379b990d98615ab99cfb2dd41261ca4eb9208849c2d5d462ffee7e23373b6"` Oct 13 02:12:58.889 INFO kablam! usermod: no changes Oct 13 02:12:58.916 INFO kablam! Compiling general_ledgers v0.1.0 (/source) Oct 13 02:12:59.419 INFO kablam! warning: method is never used: `inverse` Oct 13 02:12:59.419 INFO kablam! --> src/usd.rs:36:5 Oct 13 02:12:59.419 INFO kablam! | Oct 13 02:12:59.419 INFO kablam! 36 | pub fn inverse(&self) -> USD { Oct 13 02:12:59.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:59.419 INFO kablam! | Oct 13 02:12:59.419 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:12:59.419 INFO kablam! Oct 13 02:12:59.419 INFO kablam! warning: method is never used: `print` Oct 13 02:12:59.419 INFO kablam! --> src/general_ledger.rs:20:5 Oct 13 02:12:59.419 INFO kablam! | Oct 13 02:12:59.419 INFO kablam! 20 | pub fn print(&self) { Oct 13 02:12:59.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:59.419 INFO kablam! Oct 13 02:13:00.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 13 02:13:00.387 INFO kablam! su: No module specific data is present Oct 13 02:13:01.064 INFO running `"docker" "rm" "-f" "a24379b990d98615ab99cfb2dd41261ca4eb9208849c2d5d462ffee7e23373b6"` Oct 13 02:13:01.305 INFO blam! a24379b990d98615ab99cfb2dd41261ca4eb9208849c2d5d462ffee7e23373b6 Oct 13 02:13:01.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.776 INFO blam! 429b9478abcd06992c9f60be8a2bf2e997e06de3d090328453f3f19c5605f3e4 Oct 13 02:13:01.776 INFO running `"docker" "start" "-a" "429b9478abcd06992c9f60be8a2bf2e997e06de3d090328453f3f19c5605f3e4"` Oct 13 02:13:02.930 INFO kablam! usermod: no changes Oct 13 02:13:03.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 02:13:03.023 INFO kablam! Running /target/debug/deps/general_ledgers-0213c08b0669887f Oct 13 02:13:03.030 INFO blam! Oct 13 02:13:03.030 INFO blam! running 4 tests Oct 13 02:13:03.030 INFO blam! test intergration_tests::test_two_even_partial_payments_against_rent ... ok Oct 13 02:13:03.030 INFO blam! test intergration_tests::test_rent_account_balance_accrues_daily ... ok Oct 13 02:13:03.030 INFO blam! test intergration_tests::test_fee_account_balance_accrues_periodically ... ok Oct 13 02:13:03.031 INFO blam! test intergration_tests::test_a_full_payment_against_rent ... ok Oct 13 02:13:03.031 INFO blam! Oct 13 02:13:03.031 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:13:03.031 INFO blam! Oct 13 02:13:03.033 INFO kablam! su: No module specific data is present Oct 13 02:13:03.520 INFO running `"docker" "rm" "-f" "429b9478abcd06992c9f60be8a2bf2e997e06de3d090328453f3f19c5605f3e4"` Oct 13 02:13:03.817 INFO blam! 429b9478abcd06992c9f60be8a2bf2e997e06de3d090328453f3f19c5605f3e4