Oct 12 04:42:07.750 INFO testing bowling-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:42:07.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 04:42:08.030 INFO blam! 796fcc9056bac0987552fb3c40bdf7dfc4b1f5f922d527c29d82f8605ebf2724 Oct 12 04:42:08.032 INFO running `"docker" "start" "-a" "796fcc9056bac0987552fb3c40bdf7dfc4b1f5f922d527c29d82f8605ebf2724"` Oct 12 04:42:08.531 INFO kablam! usermod: no changes Oct 12 04:42:08.591 INFO kablam! Compiling bowling v0.0.1 (/source) Oct 12 04:42:10.426 INFO kablam! warning: enum is never used: `ThrowError` Oct 12 04:42:10.426 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 12 04:42:10.426 INFO kablam! | Oct 12 04:42:10.426 INFO kablam! 12 | enum ThrowError { Oct 12 04:42:10.426 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 04:42:10.427 INFO kablam! | Oct 12 04:42:10.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:42:10.427 INFO kablam! Oct 12 04:42:10.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.23s Oct 12 04:42:10.793 INFO kablam! su: No module specific data is present Oct 12 04:42:11.171 INFO running `"docker" "rm" "-f" "796fcc9056bac0987552fb3c40bdf7dfc4b1f5f922d527c29d82f8605ebf2724"` Oct 12 04:42:11.468 INFO blam! 796fcc9056bac0987552fb3c40bdf7dfc4b1f5f922d527c29d82f8605ebf2724 Oct 12 04:42:11.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 04:42:11.871 INFO blam! 0895fce95f1cd4a552e78875bd8150819e3bf58c3df403e2a64f9236f49ecb67 Oct 12 04:42:11.881 INFO running `"docker" "start" "-a" "0895fce95f1cd4a552e78875bd8150819e3bf58c3df403e2a64f9236f49ecb67"` Oct 12 04:42:12.979 INFO kablam! usermod: no changes Oct 12 04:42:13.110 INFO kablam! Compiling bowling v0.0.1 (/source) Oct 12 04:42:17.548 INFO kablam! warning: unused variable: `frame` Oct 12 04:42:17.549 INFO kablam! --> tests/frame.rs:6:9 Oct 12 04:42:17.549 INFO kablam! | Oct 12 04:42:17.549 INFO kablam! 6 | let frame = Frame::new(); Oct 12 04:42:17.549 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 12 04:42:17.549 INFO kablam! | Oct 12 04:42:17.549 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:42:17.549 INFO kablam! Oct 12 04:42:19.088 INFO kablam! warning: enum is never used: `ThrowError` Oct 12 04:42:19.088 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 12 04:42:19.088 INFO kablam! | Oct 12 04:42:19.088 INFO kablam! 12 | enum ThrowError { Oct 12 04:42:19.088 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 04:42:19.088 INFO kablam! | Oct 12 04:42:19.088 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:42:19.088 INFO kablam! Oct 12 04:42:19.096 INFO kablam! warning: unused import: `bowling::gamestate::*` Oct 12 04:42:19.097 INFO kablam! --> tests/player.rs:2:5 Oct 12 04:42:19.097 INFO kablam! | Oct 12 04:42:19.097 INFO kablam! 2 | use bowling::gamestate::*; Oct 12 04:42:19.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:42:19.097 INFO kablam! | Oct 12 04:42:19.097 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:42:19.097 INFO kablam! Oct 12 04:42:19.273 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 12 04:42:19.273 INFO kablam! --> tests/throw.rs:7:53 Oct 12 04:42:19.273 INFO kablam! | Oct 12 04:42:19.274 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Oct 12 04:42:19.274 INFO kablam! | ^^^^^ Oct 12 04:42:19.280 INFO kablam! | Oct 12 04:42:19.280 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:42:19.280 INFO kablam! Oct 12 04:42:19.316 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 12 04:42:19.316 INFO kablam! --> tests/throw.rs:9:74 Oct 12 04:42:19.316 INFO kablam! | Oct 12 04:42:19.316 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Oct 12 04:42:19.316 INFO kablam! | ^^^^^ Oct 12 04:42:19.316 INFO kablam! Oct 12 04:42:19.316 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 12 04:42:19.316 INFO kablam! --> tests/throw.rs:11:65 Oct 12 04:42:19.316 INFO kablam! | Oct 12 04:42:19.316 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Oct 12 04:42:19.316 INFO kablam! | ^^^^^ Oct 12 04:42:19.316 INFO kablam! Oct 12 04:42:20.514 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.50s Oct 12 04:42:20.520 INFO kablam! su: No module specific data is present Oct 12 04:42:21.451 INFO running `"docker" "rm" "-f" "0895fce95f1cd4a552e78875bd8150819e3bf58c3df403e2a64f9236f49ecb67"` Oct 12 04:42:21.756 INFO blam! 0895fce95f1cd4a552e78875bd8150819e3bf58c3df403e2a64f9236f49ecb67