Oct 15 12:51:05.829 INFO testing AdrianDanis/dominion against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:51:05.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:51:06.080 INFO blam! b6f92629e68fbbd8430989006dbb7d57ab041622be3450080f7c030f14d3dee3 Oct 15 12:51:06.093 INFO running `"docker" "start" "-a" "b6f92629e68fbbd8430989006dbb7d57ab041622be3450080f7c030f14d3dee3"` Oct 15 12:51:06.702 INFO kablam! usermod: no changes Oct 15 12:51:06.763 INFO kablam! Compiling syn v0.14.9 Oct 15 12:51:13.849 INFO kablam! Compiling enum-map-derive v0.4.0 Oct 15 12:51:16.629 INFO kablam! Compiling enum-map v0.4.1 Oct 15 12:51:16.876 INFO kablam! Compiling dom_core v0.1.0 (/source/dom_core) Oct 15 12:51:18.011 INFO kablam! warning: variable does not need to be mutable Oct 15 12:51:18.011 INFO kablam! --> dom_core/src/state.rs:285:25 Oct 15 12:51:18.011 INFO kablam! | Oct 15 12:51:18.011 INFO kablam! 285 | if let Some(mut rng) = b.rand.as_mut() { Oct 15 12:51:18.011 INFO kablam! | ----^^^ Oct 15 12:51:18.011 INFO kablam! | | Oct 15 12:51:18.011 INFO kablam! | help: remove this `mut` Oct 15 12:51:18.011 INFO kablam! | Oct 15 12:51:18.011 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:51:18.011 INFO kablam! Oct 15 12:51:18.032 INFO kablam! warning: method is never used: `start_stack` Oct 15 12:51:18.032 INFO kablam! --> dom_core/src/lib.rs:134:5 Oct 15 12:51:18.032 INFO kablam! | Oct 15 12:51:18.032 INFO kablam! 134 | fn start_stack(c: Card, players: Players) -> Mutation { Oct 15 12:51:18.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:18.032 INFO kablam! | Oct 15 12:51:18.032 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:51:18.032 INFO kablam! Oct 15 12:51:18.659 INFO kablam! Compiling dom_test v0.1.0 (/source/dom_test) Oct 15 12:51:19.381 INFO kablam! warning: unused variable: `v` Oct 15 12:51:19.381 INFO kablam! --> dom_test/src/main.rs:40:67 Oct 15 12:51:19.381 INFO kablam! | Oct 15 12:51:19.381 INFO kablam! 40 | let v: Vec = state.supply_stacks().map(|(key, v)| key).filter(|key| !is_base_card(*key)).collect(); Oct 15 12:51:19.381 INFO kablam! | ^ help: consider using `_v` instead Oct 15 12:51:19.381 INFO kablam! | Oct 15 12:51:19.381 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:51:19.381 INFO kablam! Oct 15 12:51:19.381 INFO kablam! warning: unused variable: `p` Oct 15 12:51:19.381 INFO kablam! --> dom_test/src/main.rs:116:49 Oct 15 12:51:19.381 INFO kablam! | Oct 15 12:51:19.381 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 15 12:51:19.381 INFO kablam! | ^ help: consider using `_p` instead Oct 15 12:51:19.381 INFO kablam! Oct 15 12:51:19.381 INFO kablam! warning: unused variable: `s` Oct 15 12:51:19.381 INFO kablam! --> dom_test/src/main.rs:116:52 Oct 15 12:51:19.381 INFO kablam! | Oct 15 12:51:19.381 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 15 12:51:19.381 INFO kablam! | ^ help: consider using `_s` instead Oct 15 12:51:19.381 INFO kablam! Oct 15 12:51:19.381 INFO kablam! warning: unused variable: `r` Oct 15 12:51:19.381 INFO kablam! --> dom_test/src/main.rs:116:55 Oct 15 12:51:19.381 INFO kablam! | Oct 15 12:51:19.381 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 15 12:51:19.381 INFO kablam! | ^ help: consider using `_r` instead Oct 15 12:51:19.381 INFO kablam! Oct 15 12:51:19.381 INFO kablam! warning: unused variable: `c` Oct 15 12:51:19.381 INFO kablam! --> dom_test/src/main.rs:117:45 Oct 15 12:51:19.381 INFO kablam! | Oct 15 12:51:19.381 INFO kablam! 117 | dom_core::Mutation::DrawCard(p, c) if p != player => dom_core::Mutation::DrawCard(p, None), Oct 15 12:51:19.381 INFO kablam! | ^ help: consider using `_c` instead Oct 15 12:51:19.381 INFO kablam! Oct 15 12:51:20.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.32s Oct 15 12:51:20.051 INFO kablam! su: No module specific data is present Oct 15 12:51:20.472 INFO running `"docker" "rm" "-f" "b6f92629e68fbbd8430989006dbb7d57ab041622be3450080f7c030f14d3dee3"` Oct 15 12:51:20.558 INFO blam! b6f92629e68fbbd8430989006dbb7d57ab041622be3450080f7c030f14d3dee3 Oct 15 12:51:20.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:51:20.763 INFO blam! 36a4897dfa84a54c5be8d2aa682e76cef818f0905f3aeb65710ec6498a9c8eea Oct 15 12:51:20.764 INFO running `"docker" "start" "-a" "36a4897dfa84a54c5be8d2aa682e76cef818f0905f3aeb65710ec6498a9c8eea"` Oct 15 12:51:21.651 INFO kablam! usermod: no changes Oct 15 12:51:21.714 INFO kablam! Compiling dom_core v0.1.0 (/source/dom_core) Oct 15 12:51:21.714 INFO kablam! Compiling dom_test v0.1.0 (/source/dom_test) Oct 15 12:51:23.001 INFO kablam! warning: unused variable: `v` Oct 15 12:51:23.002 INFO kablam! --> dom_test/src/main.rs:40:67 Oct 15 12:51:23.002 INFO kablam! | Oct 15 12:51:23.002 INFO kablam! 40 | let v: Vec = state.supply_stacks().map(|(key, v)| key).filter(|key| !is_base_card(*key)).collect(); Oct 15 12:51:23.002 INFO kablam! | ^ help: consider using `_v` instead Oct 15 12:51:23.002 INFO kablam! | Oct 15 12:51:23.002 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:51:23.002 INFO kablam! Oct 15 12:51:23.002 INFO kablam! warning: unused variable: `p` Oct 15 12:51:23.002 INFO kablam! --> dom_test/src/main.rs:116:49 Oct 15 12:51:23.002 INFO kablam! | Oct 15 12:51:23.002 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 15 12:51:23.002 INFO kablam! | ^ help: consider using `_p` instead Oct 15 12:51:23.002 INFO kablam! Oct 15 12:51:23.003 INFO kablam! warning: unused variable: `s` Oct 15 12:51:23.003 INFO kablam! --> dom_test/src/main.rs:116:52 Oct 15 12:51:23.004 INFO kablam! | Oct 15 12:51:23.004 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 15 12:51:23.004 INFO kablam! | ^ help: consider using `_s` instead Oct 15 12:51:23.005 INFO kablam! Oct 15 12:51:23.005 INFO kablam! warning: unused variable: `r` Oct 15 12:51:23.006 INFO kablam! --> dom_test/src/main.rs:116:55 Oct 15 12:51:23.006 INFO kablam! | Oct 15 12:51:23.007 INFO kablam! 116 | dom_core::Mutation::RevealHandCards(p, s, r) => unimplemented!(), Oct 15 12:51:23.007 INFO kablam! | ^ help: consider using `_r` instead Oct 15 12:51:23.007 INFO kablam! Oct 15 12:51:23.010 INFO kablam! warning: unused variable: `c` Oct 15 12:51:23.010 INFO kablam! --> dom_test/src/main.rs:117:45 Oct 15 12:51:23.011 INFO kablam! | Oct 15 12:51:23.011 INFO kablam! 117 | dom_core::Mutation::DrawCard(p, c) if p != player => dom_core::Mutation::DrawCard(p, None), Oct 15 12:51:23.012 INFO kablam! | ^ help: consider using `_c` instead Oct 15 12:51:23.012 INFO kablam! Oct 15 12:51:23.299 INFO kablam! warning: variable does not need to be mutable Oct 15 12:51:23.299 INFO kablam! --> dom_core/src/state.rs:285:25 Oct 15 12:51:23.299 INFO kablam! | Oct 15 12:51:23.299 INFO kablam! 285 | if let Some(mut rng) = b.rand.as_mut() { Oct 15 12:51:23.299 INFO kablam! | ----^^^ Oct 15 12:51:23.299 INFO kablam! | | Oct 15 12:51:23.299 INFO kablam! | help: remove this `mut` Oct 15 12:51:23.299 INFO kablam! | Oct 15 12:51:23.299 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:51:23.299 INFO kablam! Oct 15 12:51:23.343 INFO kablam! warning: method is never used: `start_stack` Oct 15 12:51:23.343 INFO kablam! --> dom_core/src/lib.rs:134:5 Oct 15 12:51:23.343 INFO kablam! | Oct 15 12:51:23.343 INFO kablam! 134 | fn start_stack(c: Card, players: Players) -> Mutation { Oct 15 12:51:23.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:51:23.343 INFO kablam! | Oct 15 12:51:23.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:51:23.343 INFO kablam! Oct 15 12:51:24.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.53s Oct 15 12:51:24.212 INFO kablam! su: No module specific data is present Oct 15 12:51:24.583 INFO running `"docker" "rm" "-f" "36a4897dfa84a54c5be8d2aa682e76cef818f0905f3aeb65710ec6498a9c8eea"` Oct 15 12:51:24.740 INFO blam! 36a4897dfa84a54c5be8d2aa682e76cef818f0905f3aeb65710ec6498a9c8eea Oct 15 12:51:24.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:51:24.972 INFO blam! 260efcf4e10598869a0be0478120ffe8a5bd45e61539b4a1d257b8d140921bd9 Oct 15 12:51:24.973 INFO running `"docker" "start" "-a" "260efcf4e10598869a0be0478120ffe8a5bd45e61539b4a1d257b8d140921bd9"` Oct 15 12:51:25.565 INFO kablam! usermod: no changes Oct 15 12:51:25.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 12:51:25.618 INFO kablam! Running /target/debug/deps/dom_core-28f260a3367760ae Oct 15 12:51:25.619 INFO blam! Oct 15 12:51:25.619 INFO blam! running 10 tests Oct 15 12:51:25.619 INFO blam! test state::tests::cannot_insert_stack_twice ... ok Oct 15 12:51:25.619 INFO blam! test state::tests::cannot_insert_players_twice ... ok Oct 15 12:51:25.619 INFO blam! test state::tests::shuffle_preserves_cards ... ok Oct 15 12:51:25.619 INFO blam! test state::tests::shuffle_rng_changes ... ok Oct 15 12:51:25.619 INFO blam! test tests::two_player_victory_cards ... ok Oct 15 12:51:25.619 INFO blam! test state::tests::draw_cannot_throw_information ... ok Oct 15 12:51:25.620 INFO blam! test tests::new_game_first_turn_state ... ok Oct 15 12:51:25.625 INFO blam! test state::tests::shuffle_stable ... ok Oct 15 12:51:25.627 INFO blam! test tests::many_player_victory_cards ... ok Oct 15 12:51:25.627 INFO blam! test tests::rng_seeds_stable ... ok Oct 15 12:51:25.627 INFO blam! Oct 15 12:51:25.627 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:51:25.628 INFO blam! Oct 15 12:51:25.632 INFO kablam! Running /target/debug/deps/dom_test-01b16960fe04935a Oct 15 12:51:25.649 INFO blam! Oct 15 12:51:25.649 INFO blam! running 0 tests Oct 15 12:51:25.649 INFO kablam! Doc-tests dom_core Oct 15 12:51:25.649 INFO blam! Oct 15 12:51:25.649 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:51:25.649 INFO blam! Oct 15 12:51:26.800 INFO blam! Oct 15 12:51:26.800 INFO blam! running 0 tests Oct 15 12:51:26.800 INFO blam! Oct 15 12:51:26.800 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:51:26.800 INFO blam! Oct 15 12:51:26.807 INFO kablam! su: No module specific data is present Oct 15 12:51:27.045 INFO running `"docker" "rm" "-f" "260efcf4e10598869a0be0478120ffe8a5bd45e61539b4a1d257b8d140921bd9"` Oct 15 12:51:27.192 INFO blam! 260efcf4e10598869a0be0478120ffe8a5bd45e61539b4a1d257b8d140921bd9