Oct 16 16:32:57.004 INFO testing bowling-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 16:32:57.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:32:57.360 INFO blam! 4993589f9f6a8134f951c22b3178026c50308c565e11b2696765a57251edbc5b Oct 16 16:32:57.361 INFO running `"docker" "start" "-a" "4993589f9f6a8134f951c22b3178026c50308c565e11b2696765a57251edbc5b"` Oct 16 16:32:58.013 INFO kablam! usermod: no changes Oct 16 16:32:58.074 INFO kablam! Compiling bowling v0.0.1 (/source) Oct 16 16:32:59.370 INFO kablam! warning: enum is never used: `ThrowError` Oct 16 16:32:59.370 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 16 16:32:59.370 INFO kablam! | Oct 16 16:32:59.370 INFO kablam! 12 | enum ThrowError { Oct 16 16:32:59.370 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 16:32:59.370 INFO kablam! | Oct 16 16:32:59.370 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:32:59.371 INFO kablam! Oct 16 16:32:59.806 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.77s Oct 16 16:32:59.811 INFO kablam! su: No module specific data is present Oct 16 16:33:00.382 INFO running `"docker" "rm" "-f" "4993589f9f6a8134f951c22b3178026c50308c565e11b2696765a57251edbc5b"` Oct 16 16:33:00.641 INFO blam! 4993589f9f6a8134f951c22b3178026c50308c565e11b2696765a57251edbc5b Oct 16 16:33:00.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:33:01.090 INFO blam! 1ed02b301fcbf7b7cbeb080adff159fb17e5bbeb91b4d6683de469f952f761b2 Oct 16 16:33:01.095 INFO running `"docker" "start" "-a" "1ed02b301fcbf7b7cbeb080adff159fb17e5bbeb91b4d6683de469f952f761b2"` Oct 16 16:33:02.119 INFO kablam! usermod: no changes Oct 16 16:33:02.222 INFO kablam! Compiling bowling v0.0.1 (/source) Oct 16 16:33:04.739 INFO kablam! warning: enum is never used: `ThrowError` Oct 16 16:33:04.739 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 16 16:33:04.739 INFO kablam! | Oct 16 16:33:04.739 INFO kablam! 12 | enum ThrowError { Oct 16 16:33:04.739 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 16:33:04.740 INFO kablam! | Oct 16 16:33:04.740 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 16:33:04.740 INFO kablam! Oct 16 16:33:06.296 INFO kablam! warning: unused variable: `frame` Oct 16 16:33:06.296 INFO kablam! --> tests/frame.rs:6:9 Oct 16 16:33:06.296 INFO kablam! | Oct 16 16:33:06.296 INFO kablam! 6 | let frame = Frame::new(); Oct 16 16:33:06.296 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 16 16:33:06.296 INFO kablam! | Oct 16 16:33:06.296 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:33:06.296 INFO kablam! Oct 16 16:33:06.323 INFO kablam! warning: unused import: `bowling::gamestate::*` Oct 16 16:33:06.323 INFO kablam! --> tests/player.rs:2:5 Oct 16 16:33:06.323 INFO kablam! | Oct 16 16:33:06.323 INFO kablam! 2 | use bowling::gamestate::*; Oct 16 16:33:06.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:33:06.323 INFO kablam! | Oct 16 16:33:06.323 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:33:06.323 INFO kablam! Oct 16 16:33:06.739 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 16 16:33:06.739 INFO kablam! --> tests/throw.rs:7:53 Oct 16 16:33:06.739 INFO kablam! | Oct 16 16:33:06.739 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Oct 16 16:33:06.739 INFO kablam! | ^^^^^ Oct 16 16:33:06.739 INFO kablam! | Oct 16 16:33:06.739 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 16:33:06.739 INFO kablam! Oct 16 16:33:06.771 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 16 16:33:06.771 INFO kablam! --> tests/throw.rs:9:74 Oct 16 16:33:06.771 INFO kablam! | Oct 16 16:33:06.771 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Oct 16 16:33:06.771 INFO kablam! | ^^^^^ Oct 16 16:33:06.779 INFO kablam! Oct 16 16:33:06.779 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 16 16:33:06.779 INFO kablam! --> tests/throw.rs:11:65 Oct 16 16:33:06.779 INFO kablam! | Oct 16 16:33:06.779 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Oct 16 16:33:06.779 INFO kablam! | ^^^^^ Oct 16 16:33:06.779 INFO kablam! Oct 16 16:33:07.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.68s Oct 16 16:33:07.844 INFO kablam! su: No module specific data is present Oct 16 16:33:08.394 INFO running `"docker" "rm" "-f" "1ed02b301fcbf7b7cbeb080adff159fb17e5bbeb91b4d6683de469f952f761b2"` Oct 16 16:33:08.641 INFO blam! 1ed02b301fcbf7b7cbeb080adff159fb17e5bbeb91b4d6683de469f952f761b2