Oct 13 01:06:11.770 INFO testing seankelly/baseball against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:06:11.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:06:12.568 INFO blam! 90fc145c3d8451210a37cc85a3987caa1ff0d2b625050b04fbdc148bfbdfbd27 Oct 13 01:06:12.571 INFO running `"docker" "start" "-a" "90fc145c3d8451210a37cc85a3987caa1ff0d2b625050b04fbdc148bfbdfbd27"` Oct 13 01:06:14.284 INFO kablam! usermod: no changes Oct 13 01:06:14.371 INFO kablam! Compiling memchr v2.0.1 Oct 13 01:06:14.371 INFO kablam! Compiling atty v0.2.9 Oct 13 01:06:14.843 INFO kablam! Compiling clap v2.31.2 Oct 13 01:06:14.978 INFO kablam! Compiling csv-core v0.1.4 Oct 13 01:06:16.684 INFO kablam! Compiling csv v1.0.0 Oct 13 01:06:30.594 INFO kablam! Compiling baseball v0.1.0 (/source) Oct 13 01:06:42.615 INFO kablam! warning: struct is never constructed: `FinalTeamResults` Oct 13 01:06:42.615 INFO kablam! --> src/bin/futility.rs:44:1 Oct 13 01:06:42.615 INFO kablam! | Oct 13 01:06:42.615 INFO kablam! 44 | struct FinalTeamResults { Oct 13 01:06:42.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:06:42.615 INFO kablam! | Oct 13 01:06:42.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:06:42.615 INFO kablam! Oct 13 01:06:44.248 INFO kablam! warning: unused import: `std::clone::Clone` Oct 13 01:06:44.249 INFO kablam! --> src/bin/trade-trees.rs:5:5 Oct 13 01:06:44.249 INFO kablam! | Oct 13 01:06:44.249 INFO kablam! 5 | use std::clone::Clone; Oct 13 01:06:44.250 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:06:44.250 INFO kablam! | Oct 13 01:06:44.250 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:06:44.251 INFO kablam! Oct 13 01:06:44.251 INFO kablam! warning: unused import: `csv::WriterBuilder` Oct 13 01:06:44.251 INFO kablam! --> src/bin/trade-trees.rs:10:5 Oct 13 01:06:44.252 INFO kablam! | Oct 13 01:06:44.252 INFO kablam! 10 | use csv::WriterBuilder; Oct 13 01:06:44.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:06:44.252 INFO kablam! Oct 13 01:06:44.443 INFO kablam! warning: unused variable: `transactions` Oct 13 01:06:44.444 INFO kablam! --> src/bin/trade-trees.rs:51:9 Oct 13 01:06:44.444 INFO kablam! | Oct 13 01:06:44.444 INFO kablam! 51 | let transactions = load_transactions(&tran_txt); Oct 13 01:06:44.445 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_transactions` instead Oct 13 01:06:44.445 INFO kablam! | Oct 13 01:06:44.445 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:06:44.445 INFO kablam! Oct 13 01:06:44.495 INFO kablam! warning: struct is never constructed: `Trade` Oct 13 01:06:44.496 INFO kablam! --> src/bin/trade-trees.rs:15:1 Oct 13 01:06:44.496 INFO kablam! | Oct 13 01:06:44.496 INFO kablam! 15 | struct Trade { Oct 13 01:06:44.497 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:06:44.497 INFO kablam! | Oct 13 01:06:44.497 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:06:44.497 INFO kablam! Oct 13 01:06:44.498 INFO kablam! warning: struct is never constructed: `Link` Oct 13 01:06:44.498 INFO kablam! --> src/bin/trade-trees.rs:20:1 Oct 13 01:06:44.498 INFO kablam! | Oct 13 01:06:44.498 INFO kablam! 20 | struct Link { Oct 13 01:06:44.499 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:06:44.499 INFO kablam! Oct 13 01:06:44.499 INFO kablam! warning: function is never used: `group_transactions` Oct 13 01:06:44.500 INFO kablam! --> src/bin/trade-trees.rs:34:1 Oct 13 01:06:44.500 INFO kablam! | Oct 13 01:06:44.500 INFO kablam! 34 | fn group_transactions(transactions: Vec) { Oct 13 01:06:44.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:06:44.500 INFO kablam! Oct 13 01:06:49.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.95s Oct 13 01:06:49.263 INFO kablam! su: No module specific data is present Oct 13 01:06:50.043 INFO running `"docker" "rm" "-f" "90fc145c3d8451210a37cc85a3987caa1ff0d2b625050b04fbdc148bfbdfbd27"` Oct 13 01:06:50.435 INFO blam! 90fc145c3d8451210a37cc85a3987caa1ff0d2b625050b04fbdc148bfbdfbd27 Oct 13 01:06:50.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:06:50.890 INFO blam! 2da10f7eba7d5503841d1cc925b914f66494160c29899d309eb975815c9d7917 Oct 13 01:06:50.890 INFO running `"docker" "start" "-a" "2da10f7eba7d5503841d1cc925b914f66494160c29899d309eb975815c9d7917"` Oct 13 01:06:53.105 INFO kablam! usermod: no changes Oct 13 01:06:53.239 INFO kablam! Compiling baseball v0.1.0 (/source) Oct 13 01:06:53.817 INFO kablam! warning: unused import: `std::clone::Clone` Oct 13 01:06:53.817 INFO kablam! --> src/bin/trade-trees.rs:5:5 Oct 13 01:06:53.817 INFO kablam! | Oct 13 01:06:53.817 INFO kablam! 5 | use std::clone::Clone; Oct 13 01:06:53.817 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:06:53.817 INFO kablam! | Oct 13 01:06:53.817 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:06:53.817 INFO kablam! Oct 13 01:06:53.817 INFO kablam! warning: unused import: `csv::WriterBuilder` Oct 13 01:06:53.817 INFO kablam! --> src/bin/trade-trees.rs:10:5 Oct 13 01:06:53.817 INFO kablam! | Oct 13 01:06:53.817 INFO kablam! 10 | use csv::WriterBuilder; Oct 13 01:06:53.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:06:53.817 INFO kablam! Oct 13 01:06:54.020 INFO kablam! warning: unused variable: `transactions` Oct 13 01:06:54.020 INFO kablam! --> src/bin/trade-trees.rs:51:9 Oct 13 01:06:54.020 INFO kablam! | Oct 13 01:06:54.020 INFO kablam! 51 | let transactions = load_transactions(&tran_txt); Oct 13 01:06:54.020 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_transactions` instead Oct 13 01:06:54.020 INFO kablam! | Oct 13 01:06:54.020 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:06:54.020 INFO kablam! Oct 13 01:06:54.041 INFO kablam! warning: struct is never constructed: `Trade` Oct 13 01:06:54.041 INFO kablam! --> src/bin/trade-trees.rs:15:1 Oct 13 01:06:54.041 INFO kablam! | Oct 13 01:06:54.041 INFO kablam! 15 | struct Trade { Oct 13 01:06:54.041 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:06:54.041 INFO kablam! | Oct 13 01:06:54.041 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:06:54.041 INFO kablam! Oct 13 01:06:54.041 INFO kablam! warning: struct is never constructed: `Link` Oct 13 01:06:54.041 INFO kablam! --> src/bin/trade-trees.rs:20:1 Oct 13 01:06:54.042 INFO kablam! | Oct 13 01:06:54.042 INFO kablam! 20 | struct Link { Oct 13 01:06:54.042 INFO kablam! | ^^^^^^^^^^^ Oct 13 01:06:54.042 INFO kablam! Oct 13 01:06:54.042 INFO kablam! warning: function is never used: `group_transactions` Oct 13 01:06:54.042 INFO kablam! --> src/bin/trade-trees.rs:34:1 Oct 13 01:06:54.042 INFO kablam! | Oct 13 01:06:54.042 INFO kablam! 34 | fn group_transactions(transactions: Vec) { Oct 13 01:06:54.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:06:54.042 INFO kablam! Oct 13 01:06:54.975 INFO kablam! warning: struct is never constructed: `FinalTeamResults` Oct 13 01:06:54.975 INFO kablam! --> src/bin/futility.rs:44:1 Oct 13 01:06:54.975 INFO kablam! | Oct 13 01:06:54.975 INFO kablam! 44 | struct FinalTeamResults { Oct 13 01:06:54.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:06:54.975 INFO kablam! | Oct 13 01:06:54.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:06:54.975 INFO kablam! Oct 13 01:07:00.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.63s Oct 13 01:07:00.783 INFO kablam! su: No module specific data is present Oct 13 01:07:01.305 INFO running `"docker" "rm" "-f" "2da10f7eba7d5503841d1cc925b914f66494160c29899d309eb975815c9d7917"` Oct 13 01:07:01.545 INFO blam! 2da10f7eba7d5503841d1cc925b914f66494160c29899d309eb975815c9d7917 Oct 13 01:07:01.555 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:07:01.917 INFO blam! 7423ff0b919f4e19d42cac7d85e72ffa0a852a27b2828e920414a8ff25e4ee18 Oct 13 01:07:01.919 INFO running `"docker" "start" "-a" "7423ff0b919f4e19d42cac7d85e72ffa0a852a27b2828e920414a8ff25e4ee18"` Oct 13 01:07:03.119 INFO kablam! usermod: no changes Oct 13 01:07:03.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 01:07:03.247 INFO kablam! Running /target/debug/deps/baseball-7bf8df388fa46eb2 Oct 13 01:07:03.247 INFO kablam! Running /target/debug/deps/futility-7cf3b239fe6ad2c2 Oct 13 01:07:03.247 INFO blam! Oct 13 01:07:03.247 INFO blam! running 0 tests Oct 13 01:07:03.247 INFO blam! Oct 13 01:07:03.247 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:03.247 INFO blam! Oct 13 01:07:03.252 INFO kablam! Running /target/debug/deps/season_results-797c840b27601dc2 Oct 13 01:07:03.252 INFO kablam! Running /target/debug/deps/streak-90c31086b55febea Oct 13 01:07:03.252 INFO blam! Oct 13 01:07:03.252 INFO blam! running 0 tests Oct 13 01:07:03.252 INFO blam! Oct 13 01:07:03.252 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:03.252 INFO blam! Oct 13 01:07:03.252 INFO blam! Oct 13 01:07:03.252 INFO blam! running 0 tests Oct 13 01:07:03.252 INFO blam! Oct 13 01:07:03.252 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:03.252 INFO blam! Oct 13 01:07:03.263 INFO blam! Oct 13 01:07:03.263 INFO blam! running 0 tests Oct 13 01:07:03.263 INFO blam! Oct 13 01:07:03.263 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:03.263 INFO blam! Oct 13 01:07:03.263 INFO kablam! Running /target/debug/deps/trade_trees-7a818c4173d4b3bd Oct 13 01:07:03.279 INFO blam! Oct 13 01:07:03.279 INFO blam! running 0 tests Oct 13 01:07:03.279 INFO blam! Oct 13 01:07:03.279 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:03.279 INFO blam! Oct 13 01:07:03.279 INFO kablam! Doc-tests baseball Oct 13 01:07:06.074 INFO blam! Oct 13 01:07:06.074 INFO blam! running 0 tests Oct 13 01:07:06.075 INFO blam! Oct 13 01:07:06.076 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:07:06.076 INFO blam! Oct 13 01:07:06.086 INFO kablam! su: No module specific data is present Oct 13 01:07:07.478 INFO running `"docker" "rm" "-f" "7423ff0b919f4e19d42cac7d85e72ffa0a852a27b2828e920414a8ff25e4ee18"` Oct 13 01:07:07.763 INFO blam! 7423ff0b919f4e19d42cac7d85e72ffa0a852a27b2828e920414a8ff25e4ee18