Oct 11 07:48:38.574 INFO testing AdrianDanis/dominion against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:48:38.575 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:48:38.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 07:48:38.972 INFO blam! 8a9cfe6c04961f833caaf03fc051e2a683797a1645c0aefba9d4c64674ced576 Oct 11 07:48:38.981 INFO running `"docker" "start" "-a" "8a9cfe6c04961f833caaf03fc051e2a683797a1645c0aefba9d4c64674ced576"` Oct 11 07:48:40.044 INFO kablam! usermod: no changes Oct 11 07:48:40.153 INFO kablam! Compiling enum-map-derive v0.4.0 Oct 11 07:48:44.883 INFO kablam! Compiling enum-map v0.4.1 Oct 11 07:48:45.147 INFO kablam! Compiling dom_core v0.1.0 (/source/dom_core) Oct 11 07:48:46.497 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:46.498 INFO kablam! --> dom_core/src/state.rs:285:25 Oct 11 07:48:46.498 INFO kablam! | Oct 11 07:48:46.499 INFO kablam! 285 | if let Some(mut rng) = b.rand.as_mut() { Oct 11 07:48:46.499 INFO kablam! | ----^^^ Oct 11 07:48:46.499 INFO kablam! | | Oct 11 07:48:46.500 INFO kablam! | help: remove this `mut` Oct 11 07:48:46.500 INFO kablam! | Oct 11 07:48:46.500 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:48:46.500 INFO kablam! Oct 11 07:48:46.516 INFO kablam! warning: method is never used: `start_stack` Oct 11 07:48:46.516 INFO kablam! --> dom_core/src/lib.rs:134:5 Oct 11 07:48:46.516 INFO kablam! | Oct 11 07:48:46.516 INFO kablam! 134 | fn start_stack(c: Card, players: Players) -> Mutation { Oct 11 07:48:46.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:46.516 INFO kablam! | Oct 11 07:48:46.516 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:48:46.516 INFO kablam! Oct 11 07:48:47.084 INFO kablam! Compiling dom_test v0.1.0 (/source/dom_test) Oct 11 07:48:48.515 INFO kablam! warning: unused variable: `v` Oct 11 07:48:48.515 INFO kablam! --> dom_test/src/main.rs:40:67 Oct 11 07:48:48.515 INFO kablam! | Oct 11 07:48:48.515 INFO kablam! 40 | let v: Vec = state.supply_stacks().map(|(key, v)| key).filter(|key| !is_base_card(*key)).collect(); Oct 11 07:48:48.515 INFO kablam! | ^ help: consider using `_v` instead Oct 11 07:48:48.515 INFO kablam! | Oct 11 07:48:48.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:48:48.515 INFO kablam! Oct 11 07:48:48.515 INFO kablam! warning: unused variable: `p` Oct 11 07:48:48.515 INFO kablam! --> dom_test/src/main.rs:116:49 Oct 11 07:48:48.515 INFO kablam! | Oct 11 07:48:48.515 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 11 07:48:48.515 INFO kablam! | ^ help: consider using `_p` instead Oct 11 07:48:48.515 INFO kablam! Oct 11 07:48:48.515 INFO kablam! warning: unused variable: `s` Oct 11 07:48:48.515 INFO kablam! --> dom_test/src/main.rs:116:52 Oct 11 07:48:48.515 INFO kablam! | Oct 11 07:48:48.515 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 11 07:48:48.515 INFO kablam! | ^ help: consider using `_s` instead Oct 11 07:48:48.515 INFO kablam! Oct 11 07:48:48.515 INFO kablam! warning: unused variable: `r` Oct 11 07:48:48.515 INFO kablam! --> dom_test/src/main.rs:116:55 Oct 11 07:48:48.515 INFO kablam! | Oct 11 07:48:48.515 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 11 07:48:48.515 INFO kablam! | ^ help: consider using `_r` instead Oct 11 07:48:48.515 INFO kablam! Oct 11 07:48:48.515 INFO kablam! warning: unused variable: `c` Oct 11 07:48:48.515 INFO kablam! --> dom_test/src/main.rs:117:45 Oct 11 07:48:48.515 INFO kablam! | Oct 11 07:48:48.515 INFO kablam! 117 | dom_core::Mutation::DrawCard(p, c) if p != player => dom_core::Mutation::DrawCard(p, None), Oct 11 07:48:48.515 INFO kablam! | ^ help: consider using `_c` instead Oct 11 07:48:48.515 INFO kablam! Oct 11 07:48:49.194 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.13s Oct 11 07:48:49.199 INFO kablam! su: No module specific data is present Oct 11 07:48:49.438 INFO running `"docker" "rm" "-f" "8a9cfe6c04961f833caaf03fc051e2a683797a1645c0aefba9d4c64674ced576"` Oct 11 07:48:49.537 INFO blam! 8a9cfe6c04961f833caaf03fc051e2a683797a1645c0aefba9d4c64674ced576 Oct 11 07:48:49.537 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:48:49.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 07:48:49.717 INFO blam! 4d63b3d09ff8424177e3faf6e68b6fb43e11259fa9ba1330ef22cdb35bbf5eed Oct 11 07:48:49.718 INFO running `"docker" "start" "-a" "4d63b3d09ff8424177e3faf6e68b6fb43e11259fa9ba1330ef22cdb35bbf5eed"` Oct 11 07:48:50.152 INFO kablam! usermod: no changes Oct 11 07:48:50.227 INFO kablam! Compiling dom_core v0.1.0 (/source/dom_core) Oct 11 07:48:50.232 INFO kablam! Compiling dom_test v0.1.0 (/source/dom_test) Oct 11 07:48:52.412 INFO kablam! warning: unused variable: `v` Oct 11 07:48:52.412 INFO kablam! --> dom_test/src/main.rs:40:67 Oct 11 07:48:52.412 INFO kablam! | Oct 11 07:48:52.412 INFO kablam! 40 | let v: Vec = state.supply_stacks().map(|(key, v)| key).filter(|key| !is_base_card(*key)).collect(); Oct 11 07:48:52.412 INFO kablam! | ^ help: consider using `_v` instead Oct 11 07:48:52.412 INFO kablam! | Oct 11 07:48:52.412 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:48:52.412 INFO kablam! Oct 11 07:48:52.412 INFO kablam! warning: unused variable: `p` Oct 11 07:48:52.412 INFO kablam! --> dom_test/src/main.rs:116:49 Oct 11 07:48:52.412 INFO kablam! | Oct 11 07:48:52.412 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 11 07:48:52.412 INFO kablam! | ^ help: consider using `_p` instead Oct 11 07:48:52.412 INFO kablam! Oct 11 07:48:52.412 INFO kablam! warning: unused variable: `s` Oct 11 07:48:52.412 INFO kablam! --> dom_test/src/main.rs:116:52 Oct 11 07:48:52.412 INFO kablam! | Oct 11 07:48:52.412 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 11 07:48:52.412 INFO kablam! | ^ help: consider using `_s` instead Oct 11 07:48:52.412 INFO kablam! Oct 11 07:48:52.412 INFO kablam! warning: unused variable: `r` Oct 11 07:48:52.412 INFO kablam! --> dom_test/src/main.rs:116:55 Oct 11 07:48:52.412 INFO kablam! | Oct 11 07:48:52.412 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 11 07:48:52.412 INFO kablam! | ^ help: consider using `_r` instead Oct 11 07:48:52.412 INFO kablam! Oct 11 07:48:52.412 INFO kablam! warning: unused variable: `c` Oct 11 07:48:52.412 INFO kablam! --> dom_test/src/main.rs:117:45 Oct 11 07:48:52.412 INFO kablam! | Oct 11 07:48:52.412 INFO kablam! 117 | dom_core::Mutation::DrawCard(p, c) if p != player => dom_core::Mutation::DrawCard(p, None), Oct 11 07:48:52.412 INFO kablam! | ^ help: consider using `_c` instead Oct 11 07:48:52.412 INFO kablam! Oct 11 07:48:52.460 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:52.460 INFO kablam! --> dom_core/src/state.rs:285:25 Oct 11 07:48:52.460 INFO kablam! | Oct 11 07:48:52.460 INFO kablam! 285 | if let Some(mut rng) = b.rand.as_mut() { Oct 11 07:48:52.460 INFO kablam! | ----^^^ Oct 11 07:48:52.460 INFO kablam! | | Oct 11 07:48:52.460 INFO kablam! | help: remove this `mut` Oct 11 07:48:52.460 INFO kablam! | Oct 11 07:48:52.460 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:48:52.460 INFO kablam! Oct 11 07:48:52.544 INFO kablam! warning: method is never used: `start_stack` Oct 11 07:48:52.544 INFO kablam! --> dom_core/src/lib.rs:134:5 Oct 11 07:48:52.544 INFO kablam! | Oct 11 07:48:52.544 INFO kablam! 134 | fn start_stack(c: Card, players: Players) -> Mutation { Oct 11 07:48:52.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:52.544 INFO kablam! | Oct 11 07:48:52.544 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:48:52.544 INFO kablam! Oct 11 07:48:53.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.82s Oct 11 07:48:54.002 INFO kablam! su: No module specific data is present Oct 11 07:48:54.325 INFO running `"docker" "rm" "-f" "4d63b3d09ff8424177e3faf6e68b6fb43e11259fa9ba1330ef22cdb35bbf5eed"` Oct 11 07:48:54.469 INFO blam! 4d63b3d09ff8424177e3faf6e68b6fb43e11259fa9ba1330ef22cdb35bbf5eed Oct 11 07:48:54.470 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:48:54.470 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 07:48:54.635 INFO blam! e3206f6f612f67034f37ff6eb7e1f64fb71088499a18cee0e37982b9b5109dec Oct 11 07:48:54.636 INFO running `"docker" "start" "-a" "e3206f6f612f67034f37ff6eb7e1f64fb71088499a18cee0e37982b9b5109dec"` Oct 11 07:48:54.976 INFO kablam! usermod: no changes Oct 11 07:48:55.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 07:48:55.008 INFO kablam! Running /target/debug/deps/dom_core-28f260a3367760ae Oct 11 07:48:55.009 INFO blam! Oct 11 07:48:55.009 INFO blam! running 10 tests Oct 11 07:48:55.010 INFO blam! test state::tests::cannot_insert_players_twice ... ok Oct 11 07:48:55.011 INFO blam! test state::tests::cannot_insert_stack_twice ... ok Oct 11 07:48:55.011 INFO blam! test state::tests::shuffle_preserves_cards ... ok Oct 11 07:48:55.011 INFO blam! test state::tests::draw_cannot_throw_information ... ok Oct 11 07:48:55.011 INFO blam! test state::tests::shuffle_rng_changes ... ok Oct 11 07:48:55.013 INFO blam! test tests::many_player_victory_cards ... ok Oct 11 07:48:55.014 INFO blam! test tests::two_player_victory_cards ... ok Oct 11 07:48:55.014 INFO blam! test state::tests::shuffle_stable ... ok Oct 11 07:48:55.014 INFO blam! test tests::rng_seeds_stable ... ok Oct 11 07:48:55.015 INFO blam! test tests::new_game_first_turn_state ... ok Oct 11 07:48:55.015 INFO blam! Oct 11 07:48:55.015 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:48:55.015 INFO blam! Oct 11 07:48:55.015 INFO kablam! Running /target/debug/deps/dom_test-01b16960fe04935a Oct 11 07:48:55.017 INFO blam! Oct 11 07:48:55.017 INFO blam! running 0 tests Oct 11 07:48:55.017 INFO blam! Oct 11 07:48:55.017 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:48:55.017 INFO blam! Oct 11 07:48:55.017 INFO kablam! Doc-tests dom_core Oct 11 07:48:56.939 INFO blam! Oct 11 07:48:56.939 INFO blam! running 0 tests Oct 11 07:48:56.939 INFO blam! Oct 11 07:48:56.939 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:48:56.939 INFO blam! Oct 11 07:48:56.944 INFO kablam! su: No module specific data is present Oct 11 07:48:57.234 INFO running `"docker" "rm" "-f" "e3206f6f612f67034f37ff6eb7e1f64fb71088499a18cee0e37982b9b5109dec"` Oct 11 07:48:57.330 INFO blam! e3206f6f612f67034f37ff6eb7e1f64fb71088499a18cee0e37982b9b5109dec