Oct 10 20:50:19.735 INFO testing joek13/hangman against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:50:19.735 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:50:19.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 20:50:20.116 INFO blam! 54a4aa1052d6b7387228beaf36bbdba500a3f386c22c46e319d061453c005583 Oct 10 20:50:20.121 INFO running `"docker" "start" "-a" "54a4aa1052d6b7387228beaf36bbdba500a3f386c22c46e319d061453c005583"` Oct 10 20:50:20.943 INFO kablam! usermod: no changes Oct 10 20:50:20.996 INFO kablam! Compiling termion v1.4.0 Oct 10 20:50:22.640 INFO kablam! Compiling hangman v0.1.0 (/source) Oct 10 20:50:23.221 INFO kablam! warning: unused import: `std::thread::sleep` Oct 10 20:50:23.221 INFO kablam! --> src/main.rs:16:5 Oct 10 20:50:23.221 INFO kablam! | Oct 10 20:50:23.221 INFO kablam! 16 | use std::thread::sleep; Oct 10 20:50:23.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 20:50:23.221 INFO kablam! | Oct 10 20:50:23.222 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:50:23.222 INFO kablam! Oct 10 20:50:23.222 INFO kablam! warning: unused import: `std::time::Duration` Oct 10 20:50:23.222 INFO kablam! --> src/main.rs:17:5 Oct 10 20:50:23.222 INFO kablam! | Oct 10 20:50:23.222 INFO kablam! 17 | use std::time::Duration; Oct 10 20:50:23.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:50:23.222 INFO kablam! Oct 10 20:50:23.408 INFO kablam! warning: constant `words` should have an upper case name such as `WORDS` Oct 10 20:50:23.409 INFO kablam! --> src/main.rs:36:1 Oct 10 20:50:23.409 INFO kablam! | Oct 10 20:50:23.409 INFO kablam! 36 | const words: &'static str = include_str!("words.txt"); Oct 10 20:50:23.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:50:23.409 INFO kablam! | Oct 10 20:50:23.409 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 20:50:23.409 INFO kablam! Oct 10 20:50:24.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.71s Oct 10 20:50:24.691 INFO kablam! su: No module specific data is present Oct 10 20:50:25.504 INFO running `"docker" "rm" "-f" "54a4aa1052d6b7387228beaf36bbdba500a3f386c22c46e319d061453c005583"` Oct 10 20:50:25.708 INFO blam! 54a4aa1052d6b7387228beaf36bbdba500a3f386c22c46e319d061453c005583 Oct 10 20:50:25.712 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:50:25.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 20:50:26.171 INFO blam! 70cf32a0e45bc823255449d706aafb4a3c42e157ddddfdf2cdb516643530097d Oct 10 20:50:26.184 INFO running `"docker" "start" "-a" "70cf32a0e45bc823255449d706aafb4a3c42e157ddddfdf2cdb516643530097d"` Oct 10 20:50:27.240 INFO kablam! usermod: no changes Oct 10 20:50:27.296 INFO kablam! Compiling hangman v0.1.0 (/source) Oct 10 20:50:27.944 INFO kablam! warning: unused import: `std::thread::sleep` Oct 10 20:50:27.944 INFO kablam! --> src/main.rs:16:5 Oct 10 20:50:27.944 INFO kablam! | Oct 10 20:50:27.944 INFO kablam! 16 | use std::thread::sleep; Oct 10 20:50:27.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 20:50:27.944 INFO kablam! | Oct 10 20:50:27.944 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:50:27.944 INFO kablam! Oct 10 20:50:27.944 INFO kablam! warning: unused import: `std::time::Duration` Oct 10 20:50:27.945 INFO kablam! --> src/main.rs:17:5 Oct 10 20:50:27.945 INFO kablam! | Oct 10 20:50:27.945 INFO kablam! 17 | use std::time::Duration; Oct 10 20:50:27.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:50:27.945 INFO kablam! Oct 10 20:50:28.088 INFO kablam! warning: constant `words` should have an upper case name such as `WORDS` Oct 10 20:50:28.088 INFO kablam! --> src/main.rs:36:1 Oct 10 20:50:28.088 INFO kablam! | Oct 10 20:50:28.088 INFO kablam! 36 | const words: &'static str = include_str!("words.txt"); Oct 10 20:50:28.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:50:28.088 INFO kablam! | Oct 10 20:50:28.088 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 20:50:28.088 INFO kablam! Oct 10 20:50:28.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 10 20:50:28.552 INFO kablam! su: No module specific data is present Oct 10 20:50:29.366 INFO running `"docker" "rm" "-f" "70cf32a0e45bc823255449d706aafb4a3c42e157ddddfdf2cdb516643530097d"` Oct 10 20:50:29.628 INFO blam! 70cf32a0e45bc823255449d706aafb4a3c42e157ddddfdf2cdb516643530097d Oct 10 20:50:29.632 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:50:29.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 20:50:29.952 INFO blam! 771f6df9389e485d0ce8dfa538a10052fd0f778e79df8d3b5a4e50db52614f8c Oct 10 20:50:29.957 INFO running `"docker" "start" "-a" "771f6df9389e485d0ce8dfa538a10052fd0f778e79df8d3b5a4e50db52614f8c"` Oct 10 20:50:30.759 INFO kablam! usermod: no changes Oct 10 20:50:30.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 20:50:30.856 INFO kablam! Running /target/debug/deps/hangman-e4e85a4d6d4d1ab8 Oct 10 20:50:30.865 INFO blam! Oct 10 20:50:30.865 INFO blam! running 0 tests Oct 10 20:50:30.865 INFO blam! Oct 10 20:50:30.865 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:50:30.865 INFO blam! Oct 10 20:50:30.866 INFO kablam! su: No module specific data is present Oct 10 20:50:31.387 INFO running `"docker" "rm" "-f" "771f6df9389e485d0ce8dfa538a10052fd0f778e79df8d3b5a4e50db52614f8c"` Oct 10 20:50:31.698 INFO blam! 771f6df9389e485d0ce8dfa538a10052fd0f778e79df8d3b5a4e50db52614f8c