Oct 14 21:44:39.777 INFO testing elnawe/snake.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:44:39.777 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 21:44:39.943 INFO blam! 6cca75e507761e7662f336df134797220744e597d31e82b2aca570b501d0b3ab Oct 14 21:44:39.947 INFO running `"docker" "start" "-a" "6cca75e507761e7662f336df134797220744e597d31e82b2aca570b501d0b3ab"` Oct 14 21:44:40.326 INFO kablam! usermod: no changes Oct 14 21:44:40.362 INFO kablam! Compiling rand v0.4.1 Oct 14 21:44:42.415 INFO kablam! Compiling snake-game v0.1.0 (/source) Oct 14 21:44:42.747 INFO kablam! warning: structure field `gameOver` should have a snake case name such as `game_over` Oct 14 21:44:42.747 INFO kablam! --> src/main.rs:14:5 Oct 14 21:44:42.747 INFO kablam! | Oct 14 21:44:42.747 INFO kablam! 14 | gameOver: bool, Oct 14 21:44:42.747 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:44:42.747 INFO kablam! | Oct 14 21:44:42.747 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:44:42.747 INFO kablam! Oct 14 21:44:42.751 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:44:42.751 INFO kablam! --> src/main.rs:63:5 Oct 14 21:44:42.751 INFO kablam! | Oct 14 21:44:42.751 INFO kablam! 63 | io::stdin().read(&mut input); Oct 14 21:44:42.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:44:42.751 INFO kablam! | Oct 14 21:44:42.751 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 21:44:42.751 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:44:42.751 INFO kablam! Oct 14 21:44:43.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.03s Oct 14 21:44:43.376 INFO kablam! su: No module specific data is present Oct 14 21:44:44.239 INFO running `"docker" "rm" "-f" "6cca75e507761e7662f336df134797220744e597d31e82b2aca570b501d0b3ab"` Oct 14 21:44:44.548 INFO blam! 6cca75e507761e7662f336df134797220744e597d31e82b2aca570b501d0b3ab Oct 14 21:44:44.554 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 21:44:44.956 INFO blam! 5db57d63a39e435b952e5aadc7cda629b1f0d56e462ef607ae695e5175bb28f8 Oct 14 21:44:44.962 INFO running `"docker" "start" "-a" "5db57d63a39e435b952e5aadc7cda629b1f0d56e462ef607ae695e5175bb28f8"` Oct 14 21:44:46.351 INFO kablam! usermod: no changes Oct 14 21:44:46.403 INFO kablam! Compiling snake-game v0.1.0 (/source) Oct 14 21:44:46.911 INFO kablam! warning: structure field `gameOver` should have a snake case name such as `game_over` Oct 14 21:44:46.911 INFO kablam! --> src/main.rs:14:5 Oct 14 21:44:46.911 INFO kablam! | Oct 14 21:44:46.911 INFO kablam! 14 | gameOver: bool, Oct 14 21:44:46.911 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:44:46.911 INFO kablam! | Oct 14 21:44:46.911 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:44:46.911 INFO kablam! Oct 14 21:44:46.929 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 21:44:46.929 INFO kablam! --> src/main.rs:63:5 Oct 14 21:44:46.929 INFO kablam! | Oct 14 21:44:46.929 INFO kablam! 63 | io::stdin().read(&mut input); Oct 14 21:44:46.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:44:46.929 INFO kablam! | Oct 14 21:44:46.929 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 21:44:46.929 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 21:44:46.929 INFO kablam! Oct 14 21:44:47.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 14 21:44:47.519 INFO kablam! su: No module specific data is present Oct 14 21:44:48.641 INFO running `"docker" "rm" "-f" "5db57d63a39e435b952e5aadc7cda629b1f0d56e462ef607ae695e5175bb28f8"` Oct 14 21:44:48.919 INFO blam! 5db57d63a39e435b952e5aadc7cda629b1f0d56e462ef607ae695e5175bb28f8 Oct 14 21:44:48.931 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 21:44:49.325 INFO blam! e69556de924b3be71c428c89a89b15654c98bbc3ade5487d2ee99a0bc3b66f1d Oct 14 21:44:49.343 INFO running `"docker" "start" "-a" "e69556de924b3be71c428c89a89b15654c98bbc3ade5487d2ee99a0bc3b66f1d"` Oct 14 21:44:50.743 INFO kablam! usermod: no changes Oct 14 21:44:50.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 21:44:50.795 INFO kablam! Running /target/debug/deps/snake_game-296b9893fbc0b1fa Oct 14 21:44:50.797 INFO blam! Oct 14 21:44:50.797 INFO blam! running 0 tests Oct 14 21:44:50.797 INFO blam! Oct 14 21:44:50.797 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:44:50.797 INFO blam! Oct 14 21:44:50.804 INFO kablam! su: No module specific data is present Oct 14 21:44:51.553 INFO running `"docker" "rm" "-f" "e69556de924b3be71c428c89a89b15654c98bbc3ade5487d2ee99a0bc3b66f1d"` Oct 14 21:44:51.863 INFO blam! e69556de924b3be71c428c89a89b15654c98bbc3ade5487d2ee99a0bc3b66f1d