Oct 10 13:10:04.945 INFO testing travip/RusTicTacToe against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:10:04.945 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:10:04.946 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:10:05.554 INFO blam! de53c7bf7b9731a72442da43d09ebdeebab3e8581d9545748ddee3aa0e2365b4 Oct 10 13:10:05.555 INFO running `"docker" "start" "-a" "de53c7bf7b9731a72442da43d09ebdeebab3e8581d9545748ddee3aa0e2365b4"` Oct 10 13:10:06.837 INFO kablam! usermod: no changes Oct 10 13:10:07.176 INFO kablam! Compiling rayon-core v1.0.2 Oct 10 13:10:07.176 INFO kablam! Compiling quaternion v0.3.0 Oct 10 13:10:07.176 INFO kablam! Compiling sdl2-sys v0.30.0 Oct 10 13:10:07.176 INFO kablam! Compiling gfx_gl v0.3.1 Oct 10 13:10:07.176 INFO kablam! Compiling gl v0.6.2 Oct 10 13:10:07.176 INFO kablam! Compiling glutin v0.8.1 Oct 10 13:10:07.176 INFO kablam! Compiling gfx_core v0.7.1 Oct 10 13:10:07.176 INFO kablam! Compiling piston-ai_behavior v0.20.0 Oct 10 13:10:09.316 INFO kablam! Compiling piston2d-drag_controller v0.19.0 Oct 10 13:10:13.256 INFO kablam! Compiling piston3d-cam v0.3.0 Oct 10 13:10:13.284 INFO kablam! Compiling sdl2 v0.30.0 Oct 10 13:10:13.300 INFO kablam! Compiling piston2d-sprite v0.36.0 Oct 10 13:10:13.394 INFO kablam! Compiling target_build_utils v0.3.1 Oct 10 13:10:13.457 INFO kablam! Compiling rayon v0.7.1 Oct 10 13:10:14.228 INFO kablam! Compiling memmap v0.4.0 Oct 10 13:10:17.004 INFO kablam! Compiling camera_controllers v0.21.0 Oct 10 13:10:21.688 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 10 13:10:26.826 INFO kablam! Compiling image v0.13.0 Oct 10 13:10:27.132 INFO kablam! Compiling pistoncore-sdl2_window v0.43.0 Oct 10 13:10:28.665 INFO kablam! Compiling libloading v0.3.4 Oct 10 13:10:31.304 INFO kablam! Compiling dlib v0.3.1 Oct 10 13:10:31.608 INFO kablam! Compiling wayland-sys v0.8.7 Oct 10 13:10:33.812 INFO kablam! Compiling wayland-client v0.8.7 Oct 10 13:10:37.604 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 10 13:10:37.605 INFO kablam! Compiling wayland-window v0.5.0 Oct 10 13:10:39.593 INFO kablam! Compiling winit v0.6.4 Oct 10 13:10:46.085 INFO kablam! Compiling gfx v0.16.0 Oct 10 13:10:46.085 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 10 13:10:47.475 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 10 13:10:56.808 INFO kablam! Compiling piston-gfx_texture v0.24.0 Oct 10 13:10:59.057 INFO kablam! Compiling piston2d-gfx_graphics v0.40.0 Oct 10 13:11:03.568 INFO kablam! Compiling piston_window v0.66.0 Oct 10 13:11:06.490 INFO kablam! Compiling prac v0.1.0 (/source) Oct 10 13:11:09.408 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 13:11:09.408 INFO kablam! --> src/main.rs:69:7 Oct 10 13:11:09.408 INFO kablam! | Oct 10 13:11:09.408 INFO kablam! 69 | if(total_moves >= 9){ Oct 10 13:11:09.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 13:11:09.408 INFO kablam! | Oct 10 13:11:09.408 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 13:11:09.408 INFO kablam! Oct 10 13:11:09.408 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 13:11:09.408 INFO kablam! --> src/main.rs:237:20 Oct 10 13:11:09.408 INFO kablam! | Oct 10 13:11:09.408 INFO kablam! 237 | if (sq < 10){ Oct 10 13:11:09.408 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 10 13:11:09.408 INFO kablam! Oct 10 13:11:09.599 INFO kablam! warning: trait method `getSquare` should have a snake case name such as `get_square` Oct 10 13:11:09.599 INFO kablam! --> src/main.rs:29:5 Oct 10 13:11:09.599 INFO kablam! | Oct 10 13:11:09.599 INFO kablam! 29 | fn getSquare(&self, x : f64, y : f64) -> usize; Oct 10 13:11:09.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:11:09.599 INFO kablam! | Oct 10 13:11:09.599 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:11:09.599 INFO kablam! Oct 10 13:11:09.599 INFO kablam! warning: function `CheckForWin` should have a snake case name such as `check_for_win` Oct 10 13:11:09.599 INFO kablam! --> src/main.rs:56:1 Oct 10 13:11:09.600 INFO kablam! | Oct 10 13:11:09.600 INFO kablam! 56 | / fn CheckForWin(grid : &Vec) -> Option { Oct 10 13:11:09.600 INFO kablam! 57 | | Oct 10 13:11:09.600 INFO kablam! 58 | | // Construct the magic square Oct 10 13:11:09.600 INFO kablam! 59 | | let mut win_grid = vec![8, 1, 6, 3, 5, 7, 4, 9, 2]; Oct 10 13:11:09.600 INFO kablam! ... | Oct 10 13:11:09.600 INFO kablam! 121 | | Some(Token::Empty) Oct 10 13:11:09.600 INFO kablam! 122 | | } Oct 10 13:11:09.600 INFO kablam! | |_^ Oct 10 13:11:09.600 INFO kablam! Oct 10 13:11:13.702 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 10 13:11:13.714 INFO kablam! su: No module specific data is present Oct 10 13:11:13.944 INFO running `"docker" "rm" "-f" "de53c7bf7b9731a72442da43d09ebdeebab3e8581d9545748ddee3aa0e2365b4"` Oct 10 13:11:14.032 INFO blam! de53c7bf7b9731a72442da43d09ebdeebab3e8581d9545748ddee3aa0e2365b4 Oct 10 13:11:14.034 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:11:14.034 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:11:14.240 INFO blam! a1f3602bc5b61ad2a61c3c3e6f08ea782da53d61beb3aa2b5eb55b3dfd7ebe4a Oct 10 13:11:14.243 INFO running `"docker" "start" "-a" "a1f3602bc5b61ad2a61c3c3e6f08ea782da53d61beb3aa2b5eb55b3dfd7ebe4a"` Oct 10 13:11:14.676 INFO kablam! usermod: no changes Oct 10 13:11:14.940 INFO kablam! Compiling prac v0.1.0 (/source) Oct 10 13:11:17.758 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 13:11:17.758 INFO kablam! --> src/main.rs:69:7 Oct 10 13:11:17.758 INFO kablam! | Oct 10 13:11:17.759 INFO kablam! 69 | if(total_moves >= 9){ Oct 10 13:11:17.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 13:11:17.760 INFO kablam! | Oct 10 13:11:17.760 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 13:11:17.760 INFO kablam! Oct 10 13:11:17.760 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 13:11:17.760 INFO kablam! --> src/main.rs:237:20 Oct 10 13:11:17.760 INFO kablam! | Oct 10 13:11:17.760 INFO kablam! 237 | if (sq < 10){ Oct 10 13:11:17.760 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 10 13:11:17.760 INFO kablam! Oct 10 13:11:17.977 INFO kablam! warning: trait method `getSquare` should have a snake case name such as `get_square` Oct 10 13:11:17.978 INFO kablam! --> src/main.rs:29:5 Oct 10 13:11:17.978 INFO kablam! | Oct 10 13:11:17.978 INFO kablam! 29 | fn getSquare(&self, x : f64, y : f64) -> usize; Oct 10 13:11:17.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:11:17.978 INFO kablam! | Oct 10 13:11:17.978 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:11:17.978 INFO kablam! Oct 10 13:11:17.979 INFO kablam! warning: function `CheckForWin` should have a snake case name such as `check_for_win` Oct 10 13:11:17.979 INFO kablam! --> src/main.rs:56:1 Oct 10 13:11:17.979 INFO kablam! | Oct 10 13:11:17.979 INFO kablam! 56 | / fn CheckForWin(grid : &Vec) -> Option { Oct 10 13:11:17.979 INFO kablam! 57 | | Oct 10 13:11:17.979 INFO kablam! 58 | | // Construct the magic square Oct 10 13:11:17.979 INFO kablam! 59 | | let mut win_grid = vec![8, 1, 6, 3, 5, 7, 4, 9, 2]; Oct 10 13:11:17.979 INFO kablam! ... | Oct 10 13:11:17.979 INFO kablam! 121 | | Some(Token::Empty) Oct 10 13:11:17.979 INFO kablam! 122 | | } Oct 10 13:11:17.979 INFO kablam! | |_^ Oct 10 13:11:17.979 INFO kablam! Oct 10 13:11:18.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.80s Oct 10 13:11:18.529 INFO kablam! su: No module specific data is present Oct 10 13:11:19.058 INFO running `"docker" "rm" "-f" "a1f3602bc5b61ad2a61c3c3e6f08ea782da53d61beb3aa2b5eb55b3dfd7ebe4a"` Oct 10 13:11:19.228 INFO blam! a1f3602bc5b61ad2a61c3c3e6f08ea782da53d61beb3aa2b5eb55b3dfd7ebe4a Oct 10 13:11:19.233 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:11:19.233 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:11:19.635 INFO blam! 2ac1b6694941f95b9c4557087285b108d5257e0a7e61d4986e9c7e51bfc2889a Oct 10 13:11:19.637 INFO running `"docker" "start" "-a" "2ac1b6694941f95b9c4557087285b108d5257e0a7e61d4986e9c7e51bfc2889a"` Oct 10 13:11:20.676 INFO kablam! usermod: no changes Oct 10 13:11:20.893 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 10 13:11:20.922 INFO kablam! Running /target/debug/deps/tictactoe-74388e4948eb6fe6 Oct 10 13:11:20.922 INFO blam! Oct 10 13:11:20.923 INFO blam! running 0 tests Oct 10 13:11:20.923 INFO blam! Oct 10 13:11:20.923 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:11:20.923 INFO blam! Oct 10 13:11:20.928 INFO kablam! su: No module specific data is present Oct 10 13:11:21.334 INFO running `"docker" "rm" "-f" "2ac1b6694941f95b9c4557087285b108d5257e0a7e61d4986e9c7e51bfc2889a"` Oct 10 13:11:21.453 INFO blam! 2ac1b6694941f95b9c4557087285b108d5257e0a7e61d4986e9c7e51bfc2889a