Oct 15 01:31:22.111 INFO testing calebmeyer/war against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:31:22.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:31:22.556 INFO blam! a9ecf5f5e5d99e2bac9bedc5a18fdca6b9a4d94a22d022575896fef00f4aba58 Oct 15 01:31:22.559 INFO running `"docker" "start" "-a" "a9ecf5f5e5d99e2bac9bedc5a18fdca6b9a4d94a22d022575896fef00f4aba58"` Oct 15 01:31:24.353 INFO kablam! usermod: no changes Oct 15 01:31:24.431 INFO kablam! Compiling war v0.1.0 (/source) Oct 15 01:31:24.967 INFO kablam! warning: unused variable: `cards` Oct 15 01:31:24.967 INFO kablam! --> src/deck.rs:24:28 Oct 15 01:31:24.967 INFO kablam! | Oct 15 01:31:24.967 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 15 01:31:24.971 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 15 01:31:24.971 INFO kablam! | Oct 15 01:31:24.971 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:31:24.971 INFO kablam! Oct 15 01:31:24.971 INFO kablam! warning: unused variable: `other_deck` Oct 15 01:31:24.971 INFO kablam! --> src/deck.rs:24:46 Oct 15 01:31:24.971 INFO kablam! | Oct 15 01:31:24.971 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 15 01:31:24.971 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 15 01:31:24.971 INFO kablam! Oct 15 01:31:24.986 INFO kablam! warning: method is never used: `give` Oct 15 01:31:24.986 INFO kablam! --> src/deck.rs:24:5 Oct 15 01:31:24.986 INFO kablam! | Oct 15 01:31:24.986 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 15 01:31:24.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:31:24.986 INFO kablam! | Oct 15 01:31:24.986 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:31:24.986 INFO kablam! Oct 15 01:31:24.986 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 15 01:31:24.986 INFO kablam! --> src/deck.rs:30:1 Oct 15 01:31:24.986 INFO kablam! | Oct 15 01:31:24.986 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 15 01:31:24.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:31:24.986 INFO kablam! Oct 15 01:31:25.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 15 01:31:25.863 INFO kablam! su: No module specific data is present Oct 15 01:31:26.691 INFO running `"docker" "rm" "-f" "a9ecf5f5e5d99e2bac9bedc5a18fdca6b9a4d94a22d022575896fef00f4aba58"` Oct 15 01:31:26.874 INFO blam! a9ecf5f5e5d99e2bac9bedc5a18fdca6b9a4d94a22d022575896fef00f4aba58 Oct 15 01:31:26.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:31:27.347 INFO blam! 647e3828650f0a3e71143671974cfb3e6f025383d8694c9af990181f40ab6772 Oct 15 01:31:27.348 INFO running `"docker" "start" "-a" "647e3828650f0a3e71143671974cfb3e6f025383d8694c9af990181f40ab6772"` Oct 15 01:31:28.423 INFO kablam! usermod: no changes Oct 15 01:31:28.466 INFO kablam! Compiling war v0.1.0 (/source) Oct 15 01:31:28.947 INFO kablam! warning: unused variable: `cards` Oct 15 01:31:28.947 INFO kablam! --> src/deck.rs:24:28 Oct 15 01:31:28.947 INFO kablam! | Oct 15 01:31:28.947 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 15 01:31:28.947 INFO kablam! | ^^^^^ help: consider using `_cards` instead Oct 15 01:31:28.947 INFO kablam! | Oct 15 01:31:28.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:31:28.947 INFO kablam! Oct 15 01:31:28.947 INFO kablam! warning: unused variable: `other_deck` Oct 15 01:31:28.947 INFO kablam! --> src/deck.rs:24:46 Oct 15 01:31:28.947 INFO kablam! | Oct 15 01:31:28.947 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 15 01:31:28.947 INFO kablam! | ^^^^^^^^^^ help: consider using `_other_deck` instead Oct 15 01:31:28.947 INFO kablam! Oct 15 01:31:28.959 INFO kablam! warning: method is never used: `give` Oct 15 01:31:28.959 INFO kablam! --> src/deck.rs:24:5 Oct 15 01:31:28.959 INFO kablam! | Oct 15 01:31:28.959 INFO kablam! 24 | pub fn give(&mut self, cards: Vec, other_deck: &mut Deck) { Oct 15 01:31:28.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:31:28.959 INFO kablam! | Oct 15 01:31:28.959 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:31:28.959 INFO kablam! Oct 15 01:31:28.959 INFO kablam! warning: type alias is never used: `DiscardPile` Oct 15 01:31:28.959 INFO kablam! --> src/deck.rs:30:1 Oct 15 01:31:28.959 INFO kablam! | Oct 15 01:31:28.959 INFO kablam! 30 | type DiscardPile = Deck; // A discard pile is just a faceup deck Oct 15 01:31:28.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:31:28.959 INFO kablam! Oct 15 01:31:29.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 15 01:31:29.463 INFO kablam! su: No module specific data is present Oct 15 01:31:30.113 INFO running `"docker" "rm" "-f" "647e3828650f0a3e71143671974cfb3e6f025383d8694c9af990181f40ab6772"` Oct 15 01:31:30.270 INFO blam! 647e3828650f0a3e71143671974cfb3e6f025383d8694c9af990181f40ab6772 Oct 15 01:31:30.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:31:30.896 INFO blam! 859409229a1fc32e1643986a2801773530eade9969e2906a99efab7febc7e871 Oct 15 01:31:30.899 INFO running `"docker" "start" "-a" "859409229a1fc32e1643986a2801773530eade9969e2906a99efab7febc7e871"` Oct 15 01:31:31.763 INFO kablam! usermod: no changes Oct 15 01:31:31.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 01:31:31.820 INFO kablam! Running /target/debug/deps/war-69bdce1fe13aa43f Oct 15 01:31:31.839 INFO kablam! su: No module specific data is present Oct 15 01:31:31.840 INFO blam! Oct 15 01:31:31.840 INFO blam! running 0 tests Oct 15 01:31:31.841 INFO blam! Oct 15 01:31:31.841 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:31:31.841 INFO blam! Oct 15 01:31:32.402 INFO running `"docker" "rm" "-f" "859409229a1fc32e1643986a2801773530eade9969e2906a99efab7febc7e871"` Oct 15 01:31:32.631 INFO blam! 859409229a1fc32e1643986a2801773530eade9969e2906a99efab7febc7e871