Oct 10 15:15:54.493 INFO testing seankelly/baseball against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:15:54.493 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:15:54.493 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:15:54.879 INFO blam! 8bd7bb8618d89cf35742d0b26e7d140e22b7f1a2dd7630c205179749d44f2597 Oct 10 15:15:54.888 INFO running `"docker" "start" "-a" "8bd7bb8618d89cf35742d0b26e7d140e22b7f1a2dd7630c205179749d44f2597"` Oct 10 15:15:55.988 INFO kablam! usermod: no changes Oct 10 15:15:56.109 INFO kablam! Compiling bitflags v1.0.2 Oct 10 15:15:56.113 INFO kablam! Compiling memchr v2.0.1 Oct 10 15:15:56.113 INFO kablam! Compiling atty v0.2.9 Oct 10 15:15:56.114 INFO kablam! Compiling quote v0.5.2 Oct 10 15:15:56.850 INFO kablam! Compiling clap v2.31.2 Oct 10 15:15:57.020 INFO kablam! Compiling csv-core v0.1.4 Oct 10 15:15:58.480 INFO kablam! Compiling csv v1.0.0 Oct 10 15:15:59.608 INFO kablam! Compiling syn v0.13.1 Oct 10 15:16:14.016 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 10 15:16:18.097 INFO kablam! Compiling serde_derive v1.0.43 Oct 10 15:16:28.796 INFO kablam! Compiling baseball v0.1.0 (/source) Oct 10 15:16:41.032 INFO kablam! warning: struct is never constructed: `FinalTeamResults` Oct 10 15:16:41.032 INFO kablam! --> src/bin/futility.rs:44:1 Oct 10 15:16:41.032 INFO kablam! | Oct 10 15:16:41.032 INFO kablam! 44 | struct FinalTeamResults { Oct 10 15:16:41.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:16:41.032 INFO kablam! | Oct 10 15:16:41.032 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:16:41.032 INFO kablam! Oct 10 15:16:44.044 INFO kablam! warning: unused import: `std::clone::Clone` Oct 10 15:16:44.044 INFO kablam! --> src/bin/trade-trees.rs:5:5 Oct 10 15:16:44.044 INFO kablam! | Oct 10 15:16:44.044 INFO kablam! 5 | use std::clone::Clone; Oct 10 15:16:44.044 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 15:16:44.044 INFO kablam! | Oct 10 15:16:44.044 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:16:44.044 INFO kablam! Oct 10 15:16:44.044 INFO kablam! warning: unused import: `csv::WriterBuilder` Oct 10 15:16:44.044 INFO kablam! --> src/bin/trade-trees.rs:10:5 Oct 10 15:16:44.044 INFO kablam! | Oct 10 15:16:44.044 INFO kablam! 10 | use csv::WriterBuilder; Oct 10 15:16:44.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:16:44.044 INFO kablam! Oct 10 15:16:44.101 INFO kablam! warning: unused variable: `transactions` Oct 10 15:16:44.101 INFO kablam! --> src/bin/trade-trees.rs:51:9 Oct 10 15:16:44.101 INFO kablam! | Oct 10 15:16:44.101 INFO kablam! 51 | let transactions = load_transactions(&tran_txt); Oct 10 15:16:44.101 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_transactions` instead Oct 10 15:16:44.101 INFO kablam! | Oct 10 15:16:44.101 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:16:44.101 INFO kablam! Oct 10 15:16:44.107 INFO kablam! warning: struct is never constructed: `Trade` Oct 10 15:16:44.107 INFO kablam! --> src/bin/trade-trees.rs:15:1 Oct 10 15:16:44.107 INFO kablam! | Oct 10 15:16:44.107 INFO kablam! 15 | struct Trade { Oct 10 15:16:44.107 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:16:44.107 INFO kablam! | Oct 10 15:16:44.107 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:16:44.107 INFO kablam! Oct 10 15:16:44.107 INFO kablam! warning: struct is never constructed: `Link` Oct 10 15:16:44.107 INFO kablam! --> src/bin/trade-trees.rs:20:1 Oct 10 15:16:44.107 INFO kablam! | Oct 10 15:16:44.107 INFO kablam! 20 | struct Link { Oct 10 15:16:44.107 INFO kablam! | ^^^^^^^^^^^ Oct 10 15:16:44.107 INFO kablam! Oct 10 15:16:44.112 INFO kablam! warning: function is never used: `group_transactions` Oct 10 15:16:44.112 INFO kablam! --> src/bin/trade-trees.rs:34:1 Oct 10 15:16:44.112 INFO kablam! | Oct 10 15:16:44.112 INFO kablam! 34 | fn group_transactions(transactions: Vec) { Oct 10 15:16:44.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:16:44.112 INFO kablam! Oct 10 15:16:45.610 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.59s Oct 10 15:16:45.617 INFO kablam! su: No module specific data is present Oct 10 15:16:46.480 INFO running `"docker" "rm" "-f" "8bd7bb8618d89cf35742d0b26e7d140e22b7f1a2dd7630c205179749d44f2597"` Oct 10 15:16:46.814 INFO blam! 8bd7bb8618d89cf35742d0b26e7d140e22b7f1a2dd7630c205179749d44f2597 Oct 10 15:16:46.816 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:16:46.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:16:47.210 INFO blam! 0b0583ba361f240e924205f0fcdfa4e9f05b39d2f5132721faad82565e9ad55a Oct 10 15:16:47.213 INFO running `"docker" "start" "-a" "0b0583ba361f240e924205f0fcdfa4e9f05b39d2f5132721faad82565e9ad55a"` Oct 10 15:16:48.464 INFO kablam! usermod: no changes Oct 10 15:16:48.585 INFO kablam! Compiling baseball v0.1.0 (/source) Oct 10 15:16:51.511 INFO kablam! warning: unused import: `std::clone::Clone` Oct 10 15:16:51.511 INFO kablam! --> src/bin/trade-trees.rs:5:5 Oct 10 15:16:51.511 INFO kablam! | Oct 10 15:16:51.511 INFO kablam! 5 | use std::clone::Clone; Oct 10 15:16:51.511 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 15:16:51.511 INFO kablam! | Oct 10 15:16:51.511 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:16:51.511 INFO kablam! Oct 10 15:16:51.511 INFO kablam! warning: unused import: `csv::WriterBuilder` Oct 10 15:16:51.511 INFO kablam! --> src/bin/trade-trees.rs:10:5 Oct 10 15:16:51.511 INFO kablam! | Oct 10 15:16:51.511 INFO kablam! 10 | use csv::WriterBuilder; Oct 10 15:16:51.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:16:51.511 INFO kablam! Oct 10 15:16:51.600 INFO kablam! warning: unused variable: `transactions` Oct 10 15:16:51.600 INFO kablam! --> src/bin/trade-trees.rs:51:9 Oct 10 15:16:51.600 INFO kablam! | Oct 10 15:16:51.600 INFO kablam! 51 | let transactions = load_transactions(&tran_txt); Oct 10 15:16:51.600 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_transactions` instead Oct 10 15:16:51.600 INFO kablam! | Oct 10 15:16:51.600 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:16:51.600 INFO kablam! Oct 10 15:16:51.600 INFO kablam! warning: struct is never constructed: `Trade` Oct 10 15:16:51.600 INFO kablam! --> src/bin/trade-trees.rs:15:1 Oct 10 15:16:51.600 INFO kablam! | Oct 10 15:16:51.600 INFO kablam! 15 | struct Trade { Oct 10 15:16:51.600 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:16:51.600 INFO kablam! | Oct 10 15:16:51.600 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:16:51.600 INFO kablam! Oct 10 15:16:51.600 INFO kablam! warning: struct is never constructed: `Link` Oct 10 15:16:51.600 INFO kablam! --> src/bin/trade-trees.rs:20:1 Oct 10 15:16:51.600 INFO kablam! | Oct 10 15:16:51.600 INFO kablam! 20 | struct Link { Oct 10 15:16:51.600 INFO kablam! | ^^^^^^^^^^^ Oct 10 15:16:51.600 INFO kablam! Oct 10 15:16:51.600 INFO kablam! warning: function is never used: `group_transactions` Oct 10 15:16:51.600 INFO kablam! --> src/bin/trade-trees.rs:34:1 Oct 10 15:16:51.600 INFO kablam! | Oct 10 15:16:51.600 INFO kablam! 34 | fn group_transactions(transactions: Vec) { Oct 10 15:16:51.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:16:51.600 INFO kablam! Oct 10 15:16:51.612 INFO kablam! warning: struct is never constructed: `FinalTeamResults` Oct 10 15:16:51.612 INFO kablam! --> src/bin/futility.rs:44:1 Oct 10 15:16:51.612 INFO kablam! | Oct 10 15:16:51.612 INFO kablam! 44 | struct FinalTeamResults { Oct 10 15:16:51.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:16:51.612 INFO kablam! | Oct 10 15:16:51.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:16:51.612 INFO kablam! Oct 10 15:16:57.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.70s Oct 10 15:16:57.216 INFO kablam! su: No module specific data is present Oct 10 15:16:57.602 INFO running `"docker" "rm" "-f" "0b0583ba361f240e924205f0fcdfa4e9f05b39d2f5132721faad82565e9ad55a"` Oct 10 15:16:57.899 INFO blam! 0b0583ba361f240e924205f0fcdfa4e9f05b39d2f5132721faad82565e9ad55a Oct 10 15:16:57.902 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:16:57.902 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:16:58.148 INFO blam! cb0d791d7dd8a48543576ee630144db78550255afa9eb0fd3fdd0126ea464a39 Oct 10 15:16:58.153 INFO running `"docker" "start" "-a" "cb0d791d7dd8a48543576ee630144db78550255afa9eb0fd3fdd0126ea464a39"` Oct 10 15:16:59.008 INFO kablam! usermod: no changes Oct 10 15:16:59.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 15:16:59.089 INFO kablam! Running /target/debug/deps/baseball-d8e1f3933c14a3dd Oct 10 15:16:59.091 INFO blam! Oct 10 15:16:59.091 INFO blam! running 0 tests Oct 10 15:16:59.091 INFO blam! Oct 10 15:16:59.091 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:16:59.091 INFO blam! Oct 10 15:16:59.093 INFO kablam! Running /target/debug/deps/futility-88451898076f438e Oct 10 15:16:59.097 INFO blam! Oct 10 15:16:59.097 INFO blam! running 0 tests Oct 10 15:16:59.097 INFO blam! Oct 10 15:16:59.097 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:16:59.097 INFO blam! Oct 10 15:16:59.098 INFO kablam! Running /target/debug/deps/season_results-d1d8c957f9f3d3b4 Oct 10 15:16:59.105 INFO kablam! Running /target/debug/deps/streak-4e50c58e8479c92b Oct 10 15:16:59.105 INFO blam! Oct 10 15:16:59.105 INFO blam! running 0 tests Oct 10 15:16:59.105 INFO blam! Oct 10 15:16:59.105 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:16:59.105 INFO blam! Oct 10 15:16:59.107 INFO blam! Oct 10 15:16:59.107 INFO blam! running 0 tests Oct 10 15:16:59.107 INFO blam! Oct 10 15:16:59.107 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:16:59.107 INFO blam! Oct 10 15:16:59.107 INFO kablam! Running /target/debug/deps/trade_trees-b3641b7a91269558 Oct 10 15:16:59.108 INFO kablam! Doc-tests baseball Oct 10 15:16:59.108 INFO blam! Oct 10 15:16:59.108 INFO blam! running 0 tests Oct 10 15:16:59.108 INFO blam! Oct 10 15:16:59.108 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:16:59.108 INFO blam! Oct 10 15:17:01.910 INFO blam! Oct 10 15:17:01.910 INFO blam! running 0 tests Oct 10 15:17:01.910 INFO blam! Oct 10 15:17:01.910 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:17:01.910 INFO blam! Oct 10 15:17:01.916 INFO kablam! su: No module specific data is present Oct 10 15:17:02.482 INFO running `"docker" "rm" "-f" "cb0d791d7dd8a48543576ee630144db78550255afa9eb0fd3fdd0126ea464a39"` Oct 10 15:17:02.872 INFO blam! cb0d791d7dd8a48543576ee630144db78550255afa9eb0fd3fdd0126ea464a39