Oct 13 05:16:30.113 INFO testing notryanb/rust_snake against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:16:30.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:16:30.419 INFO blam! 12e1891a2779c03cc246fcee1a6146de929c01d85d98b9f6af5e032167dd32b2 Oct 13 05:16:30.421 INFO running `"docker" "start" "-a" "12e1891a2779c03cc246fcee1a6146de929c01d85d98b9f6af5e032167dd32b2"` Oct 13 05:16:31.699 INFO kablam! usermod: no changes Oct 13 05:16:31.767 INFO kablam! Compiling rust_snake v0.1.0 (/source) Oct 13 05:16:32.051 INFO kablam! warning: unused import: `style` Oct 13 05:16:32.051 INFO kablam! --> src/board.rs:3:22 Oct 13 05:16:32.051 INFO kablam! | Oct 13 05:16:32.051 INFO kablam! 3 | use termion::{color, style}; Oct 13 05:16:32.051 INFO kablam! | ^^^^^ Oct 13 05:16:32.051 INFO kablam! | Oct 13 05:16:32.051 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:16:32.051 INFO kablam! Oct 13 05:16:32.051 INFO kablam! warning: unused imports: `color`, `style` Oct 13 05:16:32.051 INFO kablam! --> src/main.rs:6:15 Oct 13 05:16:32.051 INFO kablam! | Oct 13 05:16:32.051 INFO kablam! 6 | use termion::{color,style}; Oct 13 05:16:32.051 INFO kablam! | ^^^^^ ^^^^^ Oct 13 05:16:32.051 INFO kablam! Oct 13 05:16:32.123 INFO kablam! warning: field is never used: `width` Oct 13 05:16:32.123 INFO kablam! --> src/board.rs:21:5 Oct 13 05:16:32.123 INFO kablam! | Oct 13 05:16:32.123 INFO kablam! 21 | width: i32, Oct 13 05:16:32.123 INFO kablam! | ^^^^^^^^^^ Oct 13 05:16:32.123 INFO kablam! | Oct 13 05:16:32.123 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:16:32.123 INFO kablam! Oct 13 05:16:32.127 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:16:32.127 INFO kablam! --> src/board.rs:59:13 Oct 13 05:16:32.127 INFO kablam! | Oct 13 05:16:32.127 INFO kablam! 59 | / match cell.x % self.height { Oct 13 05:16:32.127 INFO kablam! 60 | | 0 => write!(f, "{}\n", color::Fg(color::Green)), Oct 13 05:16:32.127 INFO kablam! 61 | | _ => write!(f, "{}", color::Fg(color::Blue)) Oct 13 05:16:32.127 INFO kablam! 62 | | }; Oct 13 05:16:32.127 INFO kablam! | |______________^ Oct 13 05:16:32.128 INFO kablam! | Oct 13 05:16:32.147 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:16:32.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:16:32.147 INFO kablam! Oct 13 05:16:32.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 13 05:16:32.787 INFO kablam! su: No module specific data is present Oct 13 05:16:33.485 INFO running `"docker" "rm" "-f" "12e1891a2779c03cc246fcee1a6146de929c01d85d98b9f6af5e032167dd32b2"` Oct 13 05:16:33.771 INFO blam! 12e1891a2779c03cc246fcee1a6146de929c01d85d98b9f6af5e032167dd32b2 Oct 13 05:16:33.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:16:34.147 INFO blam! f14ba6dfa6a4238ae37e55eb948fdfc61897ab1c819c96026841a728c84bee82 Oct 13 05:16:34.155 INFO running `"docker" "start" "-a" "f14ba6dfa6a4238ae37e55eb948fdfc61897ab1c819c96026841a728c84bee82"` Oct 13 05:16:35.731 INFO kablam! usermod: no changes Oct 13 05:16:35.795 INFO kablam! Compiling rust_snake v0.1.0 (/source) Oct 13 05:16:36.235 INFO kablam! warning: unused import: `style` Oct 13 05:16:36.235 INFO kablam! --> src/board.rs:3:22 Oct 13 05:16:36.235 INFO kablam! | Oct 13 05:16:36.235 INFO kablam! 3 | use termion::{color, style}; Oct 13 05:16:36.235 INFO kablam! | ^^^^^ Oct 13 05:16:36.235 INFO kablam! | Oct 13 05:16:36.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:16:36.235 INFO kablam! Oct 13 05:16:36.235 INFO kablam! warning: unused imports: `color`, `style` Oct 13 05:16:36.235 INFO kablam! --> src/main.rs:6:15 Oct 13 05:16:36.235 INFO kablam! | Oct 13 05:16:36.235 INFO kablam! 6 | use termion::{color,style}; Oct 13 05:16:36.235 INFO kablam! | ^^^^^ ^^^^^ Oct 13 05:16:36.235 INFO kablam! Oct 13 05:16:36.303 INFO kablam! warning: unused variable: `grid` Oct 13 05:16:36.315 INFO kablam! --> src/board.rs:77:13 Oct 13 05:16:36.315 INFO kablam! | Oct 13 05:16:36.315 INFO kablam! 77 | let grid: Vec = Vec::with_capacity((width * height) as usize); Oct 13 05:16:36.315 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 13 05:16:36.315 INFO kablam! | Oct 13 05:16:36.315 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:16:36.315 INFO kablam! Oct 13 05:16:36.325 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:16:36.325 INFO kablam! --> src/board.rs:59:13 Oct 13 05:16:36.325 INFO kablam! | Oct 13 05:16:36.326 INFO kablam! 59 | / match cell.x % self.height { Oct 13 05:16:36.326 INFO kablam! 60 | | 0 => write!(f, "{}\n", color::Fg(color::Green)), Oct 13 05:16:36.326 INFO kablam! 61 | | _ => write!(f, "{}", color::Fg(color::Blue)) Oct 13 05:16:36.326 INFO kablam! 62 | | }; Oct 13 05:16:36.326 INFO kablam! | |______________^ Oct 13 05:16:36.327 INFO kablam! | Oct 13 05:16:36.327 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:16:36.327 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:16:36.327 INFO kablam! Oct 13 05:16:37.113 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 13 05:16:37.115 INFO kablam! su: No module specific data is present Oct 13 05:16:37.859 INFO running `"docker" "rm" "-f" "f14ba6dfa6a4238ae37e55eb948fdfc61897ab1c819c96026841a728c84bee82"` Oct 13 05:16:38.091 INFO blam! f14ba6dfa6a4238ae37e55eb948fdfc61897ab1c819c96026841a728c84bee82 Oct 13 05:16:38.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:16:38.703 INFO blam! 0e85563a3a11bed1ec57da1c3d346bb3362d14af2191595c54aaa74ce7312139 Oct 13 05:16:38.707 INFO running `"docker" "start" "-a" "0e85563a3a11bed1ec57da1c3d346bb3362d14af2191595c54aaa74ce7312139"` Oct 13 05:16:40.170 INFO kablam! usermod: no changes Oct 13 05:16:40.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 05:16:40.243 INFO kablam! Running /target/debug/deps/rust_snake-a2e9e7ac28397aab Oct 13 05:16:40.248 INFO blam! Oct 13 05:16:40.248 INFO blam! running 1 test Oct 13 05:16:40.255 INFO blam! test board::tests::new_board ... ok Oct 13 05:16:40.255 INFO blam! Oct 13 05:16:40.255 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:16:40.255 INFO blam! Oct 13 05:16:40.267 INFO kablam! su: No module specific data is present Oct 13 05:16:41.219 INFO running `"docker" "rm" "-f" "0e85563a3a11bed1ec57da1c3d346bb3362d14af2191595c54aaa74ce7312139"` Oct 13 05:16:41.543 INFO blam! 0e85563a3a11bed1ec57da1c3d346bb3362d14af2191595c54aaa74ce7312139