Oct 16 17:45:25.243 INFO testing art_koi-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:45:25.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 17:45:25.535 INFO blam! 2f9f2fc48a52a34dbea892dfe02184dac59444934df6dae2c6bdd5a187a82129 Oct 16 17:45:25.543 INFO running `"docker" "start" "-a" "2f9f2fc48a52a34dbea892dfe02184dac59444934df6dae2c6bdd5a187a82129"` Oct 16 17:45:26.767 INFO kablam! usermod: no changes Oct 16 17:45:26.811 INFO kablam! Compiling art_koi v0.1.0 (/source) Oct 16 17:45:27.555 INFO kablam! warning: unreachable pattern Oct 16 17:45:27.555 INFO kablam! --> src/lib.rs:47:13 Oct 16 17:45:27.555 INFO kablam! | Oct 16 17:45:27.555 INFO kablam! 43 | red_yellow => { Oct 16 17:45:27.555 INFO kablam! | ---------- matches any value Oct 16 17:45:27.555 INFO kablam! ... Oct 16 17:45:27.555 INFO kablam! 47 | _ => SecondaryColor::Purple Oct 16 17:45:27.555 INFO kablam! | ^ unreachable pattern Oct 16 17:45:27.555 INFO kablam! | Oct 16 17:45:27.555 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 16 17:45:27.555 INFO kablam! Oct 16 17:45:27.556 INFO kablam! warning: unused variable: `red_yellow` Oct 16 17:45:27.556 INFO kablam! --> src/lib.rs:41:13 Oct 16 17:45:27.556 INFO kablam! | Oct 16 17:45:27.556 INFO kablam! 41 | let red_yellow = vec![PrimaryColor::Red, PrimaryColor::Yellow]; Oct 16 17:45:27.556 INFO kablam! | ^^^^^^^^^^ help: consider using `_red_yellow` instead Oct 16 17:45:27.556 INFO kablam! | Oct 16 17:45:27.556 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:45:27.556 INFO kablam! Oct 16 17:45:27.556 INFO kablam! warning: unused variable: `red_yellow` Oct 16 17:45:27.556 INFO kablam! --> src/lib.rs:43:13 Oct 16 17:45:27.556 INFO kablam! | Oct 16 17:45:27.556 INFO kablam! 43 | red_yellow => { Oct 16 17:45:27.556 INFO kablam! | ^^^^^^^^^^ help: consider using `_red_yellow` instead Oct 16 17:45:27.556 INFO kablam! Oct 16 17:45:27.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 16 17:45:27.994 INFO kablam! su: No module specific data is present Oct 16 17:45:29.083 INFO running `"docker" "rm" "-f" "2f9f2fc48a52a34dbea892dfe02184dac59444934df6dae2c6bdd5a187a82129"` Oct 16 17:45:29.355 INFO blam! 2f9f2fc48a52a34dbea892dfe02184dac59444934df6dae2c6bdd5a187a82129 Oct 16 17:45:29.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 17:45:29.733 INFO blam! ac8273f4d1697823adf7d1e1cd6a88345b515486e7d1e0aa231aaedbac8f8dd9 Oct 16 17:45:29.735 INFO running `"docker" "start" "-a" "ac8273f4d1697823adf7d1e1cd6a88345b515486e7d1e0aa231aaedbac8f8dd9"` Oct 16 17:45:30.747 INFO kablam! usermod: no changes Oct 16 17:45:30.827 INFO kablam! Compiling art_koi v0.1.0 (/source) Oct 16 17:45:31.571 INFO kablam! warning: unreachable pattern Oct 16 17:45:31.571 INFO kablam! --> src/lib.rs:47:13 Oct 16 17:45:31.571 INFO kablam! | Oct 16 17:45:31.571 INFO kablam! 43 | red_yellow => { Oct 16 17:45:31.571 INFO kablam! | ---------- matches any value Oct 16 17:45:31.571 INFO kablam! ... Oct 16 17:45:31.571 INFO kablam! 47 | _ => SecondaryColor::Purple Oct 16 17:45:31.571 INFO kablam! | ^ unreachable pattern Oct 16 17:45:31.571 INFO kablam! | Oct 16 17:45:31.571 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 16 17:45:31.571 INFO kablam! Oct 16 17:45:31.571 INFO kablam! warning: unused variable: `red_yellow` Oct 16 17:45:31.571 INFO kablam! --> src/lib.rs:41:13 Oct 16 17:45:31.571 INFO kablam! | Oct 16 17:45:31.571 INFO kablam! 41 | let red_yellow = vec![PrimaryColor::Red, PrimaryColor::Yellow]; Oct 16 17:45:31.571 INFO kablam! | ^^^^^^^^^^ help: consider using `_red_yellow` instead Oct 16 17:45:31.571 INFO kablam! | Oct 16 17:45:31.571 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:45:31.571 INFO kablam! Oct 16 17:45:31.571 INFO kablam! warning: unused variable: `red_yellow` Oct 16 17:45:31.571 INFO kablam! --> src/lib.rs:43:13 Oct 16 17:45:31.571 INFO kablam! | Oct 16 17:45:31.571 INFO kablam! 43 | red_yellow => { Oct 16 17:45:31.571 INFO kablam! | ^^^^^^^^^^ help: consider using `_red_yellow` instead Oct 16 17:45:31.571 INFO kablam! Oct 16 17:45:32.342 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 16 17:45:32.347 INFO kablam! su: No module specific data is present Oct 16 17:45:33.281 INFO running `"docker" "rm" "-f" "ac8273f4d1697823adf7d1e1cd6a88345b515486e7d1e0aa231aaedbac8f8dd9"` Oct 16 17:45:33.623 INFO blam! ac8273f4d1697823adf7d1e1cd6a88345b515486e7d1e0aa231aaedbac8f8dd9 Oct 16 17:45:33.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 17:45:34.219 INFO blam! ca6b2d3bfdedcb15483c7cc9bc513736a380b279daa8bb54e0394db749c54456 Oct 16 17:45:34.221 INFO running `"docker" "start" "-a" "ca6b2d3bfdedcb15483c7cc9bc513736a380b279daa8bb54e0394db749c54456"` Oct 16 17:45:35.744 INFO kablam! usermod: no changes Oct 16 17:45:35.820 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 17:45:35.827 INFO kablam! Running /target/debug/deps/art_koi-838696194a89f6ed Oct 16 17:45:35.828 INFO blam! Oct 16 17:45:35.828 INFO blam! running 1 test Oct 16 17:45:35.829 INFO blam! test tests::it_works ... ok Oct 16 17:45:35.831 INFO blam! Oct 16 17:45:35.831 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:45:35.831 INFO blam! Oct 16 17:45:35.839 INFO kablam! Doc-tests art_koi Oct 16 17:45:37.053 INFO blam! Oct 16 17:45:37.053 INFO blam! running 0 tests Oct 16 17:45:37.053 INFO blam! Oct 16 17:45:37.053 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:45:37.053 INFO blam! Oct 16 17:45:37.060 INFO kablam! su: No module specific data is present Oct 16 17:45:38.279 INFO running `"docker" "rm" "-f" "ca6b2d3bfdedcb15483c7cc9bc513736a380b279daa8bb54e0394db749c54456"` Oct 16 17:45:38.690 INFO blam! ca6b2d3bfdedcb15483c7cc9bc513736a380b279daa8bb54e0394db749c54456