Oct 13 00:53:43.023 INFO testing serayuzgur/chainake against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:53:43.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 00:53:43.366 INFO blam! 1e46d9ca126ce6a51b814e737285c9a86cd13a8f15783249cc137d6e24d800e8 Oct 13 00:53:43.368 INFO running `"docker" "start" "-a" "1e46d9ca126ce6a51b814e737285c9a86cd13a8f15783249cc137d6e24d800e8"` Oct 13 00:53:43.908 INFO kablam! usermod: no changes Oct 13 00:53:43.939 INFO kablam! Compiling termion v1.5.1 Oct 13 00:53:45.101 INFO kablam! Compiling chainake v0.0.1-alpha.1 (/source) Oct 13 00:53:45.387 INFO kablam! warning: unused variable: `difficulty` Oct 13 00:53:45.387 INFO kablam! --> src/main.rs:29:25 Oct 13 00:53:45.387 INFO kablam! | Oct 13 00:53:45.387 INFO kablam! 29 | fn play( &mut self, difficulty: usize) { Oct 13 00:53:45.387 INFO kablam! | ^^^^^^^^^^ help: consider using `_difficulty` instead Oct 13 00:53:45.387 INFO kablam! | Oct 13 00:53:45.387 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:53:45.387 INFO kablam! Oct 13 00:53:45.420 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:53:45.420 INFO kablam! --> src/main.rs:42:9 Oct 13 00:53:45.421 INFO kablam! | Oct 13 00:53:45.421 INFO kablam! 42 | stdout.flush(); Oct 13 00:53:45.421 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:53:45.422 INFO kablam! | Oct 13 00:53:45.422 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:53:45.422 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:53:45.423 INFO kablam! Oct 13 00:53:46.018 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 13 00:53:46.019 INFO kablam! su: No module specific data is present Oct 13 00:53:46.270 INFO running `"docker" "rm" "-f" "1e46d9ca126ce6a51b814e737285c9a86cd13a8f15783249cc137d6e24d800e8"` Oct 13 00:53:46.415 INFO blam! 1e46d9ca126ce6a51b814e737285c9a86cd13a8f15783249cc137d6e24d800e8 Oct 13 00:53:46.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 00:53:46.639 INFO blam! b6b7767803c3fe8d27a438ed45588cba7728e82044bcd73999653441158b200f Oct 13 00:53:46.640 INFO running `"docker" "start" "-a" "b6b7767803c3fe8d27a438ed45588cba7728e82044bcd73999653441158b200f"` Oct 13 00:53:47.327 INFO kablam! usermod: no changes Oct 13 00:53:47.403 INFO kablam! Compiling chainake v0.0.1-alpha.1 (/source) Oct 13 00:53:47.804 INFO kablam! warning: unused variable: `difficulty` Oct 13 00:53:47.804 INFO kablam! --> src/main.rs:29:25 Oct 13 00:53:47.805 INFO kablam! | Oct 13 00:53:47.805 INFO kablam! 29 | fn play( &mut self, difficulty: usize) { Oct 13 00:53:47.805 INFO kablam! | ^^^^^^^^^^ help: consider using `_difficulty` instead Oct 13 00:53:47.805 INFO kablam! | Oct 13 00:53:47.806 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:53:47.806 INFO kablam! Oct 13 00:53:47.827 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:53:47.827 INFO kablam! --> src/main.rs:42:9 Oct 13 00:53:47.827 INFO kablam! | Oct 13 00:53:47.827 INFO kablam! 42 | stdout.flush(); Oct 13 00:53:47.827 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:53:47.827 INFO kablam! | Oct 13 00:53:47.827 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:53:47.827 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:53:47.827 INFO kablam! Oct 13 00:53:48.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.92s Oct 13 00:53:48.284 INFO kablam! su: No module specific data is present Oct 13 00:53:49.011 INFO running `"docker" "rm" "-f" "b6b7767803c3fe8d27a438ed45588cba7728e82044bcd73999653441158b200f"` Oct 13 00:53:49.433 INFO blam! b6b7767803c3fe8d27a438ed45588cba7728e82044bcd73999653441158b200f Oct 13 00:53:49.435 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 00:53:49.908 INFO blam! 364337dfb9d2f34ac045607d0be2978c2b23fc0de62eaf0c69a874f3ab0892ef Oct 13 00:53:49.913 INFO running `"docker" "start" "-a" "364337dfb9d2f34ac045607d0be2978c2b23fc0de62eaf0c69a874f3ab0892ef"` Oct 13 00:53:51.014 INFO kablam! usermod: no changes Oct 13 00:53:51.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 00:53:51.103 INFO kablam! Running /target/debug/deps/chainake-0a72c0438d0ae814 Oct 13 00:53:51.103 INFO blam! Oct 13 00:53:51.103 INFO kablam! su: No module specific data is present Oct 13 00:53:51.103 INFO blam! running 0 tests Oct 13 00:53:51.103 INFO blam! Oct 13 00:53:51.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:53:51.103 INFO blam! Oct 13 00:53:51.613 INFO running `"docker" "rm" "-f" "364337dfb9d2f34ac045607d0be2978c2b23fc0de62eaf0c69a874f3ab0892ef"` Oct 13 00:53:51.771 INFO blam! 364337dfb9d2f34ac045607d0be2978c2b23fc0de62eaf0c69a874f3ab0892ef