Oct 10 15:05:22.941 INFO testing sgabhart22/rust-stones against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:05:22.941 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:05:22.943 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 15:05:23.408 INFO blam! daa1af0856ce1343a8a9b92c7409bfbdc7ef36aed460325a2b258898ef191ff2 Oct 10 15:05:23.410 INFO running `"docker" "start" "-a" "daa1af0856ce1343a8a9b92c7409bfbdc7ef36aed460325a2b258898ef191ff2"` Oct 10 15:05:24.792 INFO kablam! usermod: no changes Oct 10 15:05:25.199 INFO kablam! Compiling piston-gfx_texture v0.23.0 Oct 10 15:05:25.212 INFO kablam! Compiling wayland-sys v0.7.8 Oct 10 15:05:27.613 INFO kablam! Compiling wayland-client v0.7.8 Oct 10 15:05:29.890 INFO kablam! Compiling piston2d-gfx_graphics v0.39.0 Oct 10 15:05:30.301 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 15:05:30.301 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 15:05:33.360 INFO kablam! Compiling winit v0.5.11 Oct 10 15:05:39.882 INFO kablam! Compiling glutin v0.7.4 Oct 10 15:05:43.637 INFO kablam! Compiling pistoncore-glutin_window v0.36.0 Oct 10 15:05:49.204 INFO kablam! Compiling piston_window v0.65.0 Oct 10 15:05:53.071 INFO kablam! Compiling stones v0.1.0 (/source) Oct 10 15:05:56.888 INFO kablam! warning: unused import: `piston::input::*` Oct 10 15:05:56.889 INFO kablam! --> src/main.rs:10:5 Oct 10 15:05:56.889 INFO kablam! | Oct 10 15:05:56.889 INFO kablam! 10 | use piston::input::*; Oct 10 15:05:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:05:56.889 INFO kablam! | Oct 10 15:05:56.890 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:05:56.890 INFO kablam! Oct 10 15:05:56.890 INFO kablam! warning: unused imports: `Transformed`, `color` Oct 10 15:05:56.890 INFO kablam! --> src/main.rs:11:16 Oct 10 15:05:56.890 INFO kablam! | Oct 10 15:05:56.891 INFO kablam! 11 | use graphics::{color, Transformed}; Oct 10 15:05:56.891 INFO kablam! | ^^^^^ ^^^^^^^^^^^ Oct 10 15:05:56.891 INFO kablam! Oct 10 15:05:56.891 INFO kablam! warning: unused import: `piston_window::*` Oct 10 15:05:56.892 INFO kablam! --> src/app.rs:5:5 Oct 10 15:05:56.892 INFO kablam! | Oct 10 15:05:56.892 INFO kablam! 5 | use piston_window::*; Oct 10 15:05:56.893 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:05:56.893 INFO kablam! Oct 10 15:05:56.893 INFO kablam! warning: unused imports: `Image`, `Rectangle`, `color`, `grid`, `line` Oct 10 15:05:56.893 INFO kablam! --> src/app.rs:6:16 Oct 10 15:05:56.894 INFO kablam! | Oct 10 15:05:56.894 INFO kablam! 6 | use graphics::{line, grid, color, Transformed, Rectangle, Image}; Oct 10 15:05:56.894 INFO kablam! | ^^^^ ^^^^ ^^^^^ ^^^^^^^^^ ^^^^^ Oct 10 15:05:56.894 INFO kablam! Oct 10 15:05:57.048 INFO kablam! warning: unused import: `Transformed` Oct 10 15:05:57.049 INFO kablam! --> src/app.rs:6:35 Oct 10 15:05:57.049 INFO kablam! | Oct 10 15:05:57.049 INFO kablam! 6 | use graphics::{line, grid, color, Transformed, Rectangle, Image}; Oct 10 15:05:57.050 INFO kablam! | ^^^^^^^^^^^ Oct 10 15:05:57.050 INFO kablam! Oct 10 15:05:57.064 INFO kablam! warning: variable does not need to be mutable Oct 10 15:05:57.065 INFO kablam! --> src/board.rs:55:13 Oct 10 15:05:57.065 INFO kablam! | Oct 10 15:05:57.065 INFO kablam! 55 | let mut point = Vec2f{ x: x_comp, y: y_comp }; Oct 10 15:05:57.066 INFO kablam! | ----^^^^^ Oct 10 15:05:57.066 INFO kablam! | | Oct 10 15:05:57.066 INFO kablam! | help: remove this `mut` Oct 10 15:05:57.067 INFO kablam! | Oct 10 15:05:57.067 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:05:57.067 INFO kablam! Oct 10 15:05:57.068 INFO kablam! warning: field is never used: `selected_cell` Oct 10 15:05:57.068 INFO kablam! --> src/app.rs:20:5 Oct 10 15:05:57.068 INFO kablam! | Oct 10 15:05:57.069 INFO kablam! 20 | selected_cell: Option Oct 10 15:05:57.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:05:57.069 INFO kablam! | Oct 10 15:05:57.069 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:05:57.070 INFO kablam! Oct 10 15:05:57.070 INFO kablam! warning: enum is never used: `BG_Colors` Oct 10 15:05:57.070 INFO kablam! --> src/tile.rs:1:1 Oct 10 15:05:57.070 INFO kablam! | Oct 10 15:05:57.071 INFO kablam! 1 | pub enum BG_Colors { Oct 10 15:05:57.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:05:57.071 INFO kablam! Oct 10 15:05:57.072 INFO kablam! warning: enum is never used: `FG_Colors` Oct 10 15:05:57.072 INFO kablam! --> src/tile.rs:8:1 Oct 10 15:05:57.072 INFO kablam! | Oct 10 15:05:57.073 INFO kablam! 8 | pub enum FG_Colors { Oct 10 15:05:57.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:05:57.073 INFO kablam! Oct 10 15:05:57.074 INFO kablam! warning: enum is never used: `Shapes` Oct 10 15:05:57.074 INFO kablam! --> src/tile.rs:14:1 Oct 10 15:05:57.074 INFO kablam! | Oct 10 15:05:57.074 INFO kablam! 14 | pub enum Shapes { Oct 10 15:05:57.075 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:05:57.075 INFO kablam! Oct 10 15:05:57.075 INFO kablam! warning: struct is never constructed: `Tile` Oct 10 15:05:57.076 INFO kablam! --> src/tile.rs:21:1 Oct 10 15:05:57.076 INFO kablam! | Oct 10 15:05:57.076 INFO kablam! 21 | pub struct Tile { Oct 10 15:05:57.076 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:05:57.077 INFO kablam! Oct 10 15:05:57.077 INFO kablam! warning: type `BG_Colors` should have a camel case name such as `BgColors` Oct 10 15:05:57.077 INFO kablam! --> src/tile.rs:1:1 Oct 10 15:05:57.078 INFO kablam! | Oct 10 15:05:57.078 INFO kablam! 1 | / pub enum BG_Colors { Oct 10 15:05:57.078 INFO kablam! 2 | | Pink, Oct 10 15:05:57.078 INFO kablam! 3 | | Blue, Oct 10 15:05:57.079 INFO kablam! 4 | | Green, Oct 10 15:05:57.079 INFO kablam! 5 | | Black Oct 10 15:05:57.079 INFO kablam! 6 | | } Oct 10 15:05:57.079 INFO kablam! | |_^ Oct 10 15:05:57.080 INFO kablam! | Oct 10 15:05:57.080 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 15:05:57.088 INFO kablam! Oct 10 15:05:57.089 INFO kablam! warning: type `FG_Colors` should have a camel case name such as `FgColors` Oct 10 15:05:57.089 INFO kablam! --> src/tile.rs:8:1 Oct 10 15:05:57.089 INFO kablam! | Oct 10 15:05:57.089 INFO kablam! 8 | / pub enum FG_Colors { Oct 10 15:05:57.090 INFO kablam! 9 | | Purple, Oct 10 15:05:57.090 INFO kablam! 10 | | Red, Oct 10 15:05:57.090 INFO kablam! 11 | | Yellow Oct 10 15:05:57.091 INFO kablam! 12 | | } Oct 10 15:05:57.091 INFO kablam! | |_^ Oct 10 15:05:57.091 INFO kablam! Oct 10 15:06:02.968 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.12s Oct 10 15:06:02.972 INFO kablam! su: No module specific data is present Oct 10 15:06:03.569 INFO running `"docker" "rm" "-f" "daa1af0856ce1343a8a9b92c7409bfbdc7ef36aed460325a2b258898ef191ff2"` Oct 10 15:06:03.830 INFO blam! daa1af0856ce1343a8a9b92c7409bfbdc7ef36aed460325a2b258898ef191ff2 Oct 10 15:06:03.848 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:06:03.848 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 15:06:04.320 INFO blam! 9979c4d416ca33c505c69826f5d69872bdb6cc674f2ff26288bf6c3ecf51b1a5 Oct 10 15:06:04.321 INFO running `"docker" "start" "-a" "9979c4d416ca33c505c69826f5d69872bdb6cc674f2ff26288bf6c3ecf51b1a5"` Oct 10 15:06:05.241 INFO kablam! usermod: no changes Oct 10 15:06:05.462 INFO kablam! Compiling stones v0.1.0 (/source) Oct 10 15:06:09.079 INFO kablam! warning: unused import: `piston::input::*` Oct 10 15:06:09.079 INFO kablam! --> src/main.rs:10:5 Oct 10 15:06:09.079 INFO kablam! | Oct 10 15:06:09.079 INFO kablam! 10 | use piston::input::*; Oct 10 15:06:09.079 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:06:09.079 INFO kablam! | Oct 10 15:06:09.079 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:06:09.079 INFO kablam! Oct 10 15:06:09.079 INFO kablam! warning: unused imports: `Transformed`, `color` Oct 10 15:06:09.079 INFO kablam! --> src/main.rs:11:16 Oct 10 15:06:09.079 INFO kablam! | Oct 10 15:06:09.079 INFO kablam! 11 | use graphics::{color, Transformed}; Oct 10 15:06:09.079 INFO kablam! | ^^^^^ ^^^^^^^^^^^ Oct 10 15:06:09.079 INFO kablam! Oct 10 15:06:09.079 INFO kablam! warning: unused import: `piston_window::*` Oct 10 15:06:09.079 INFO kablam! --> src/app.rs:5:5 Oct 10 15:06:09.079 INFO kablam! | Oct 10 15:06:09.079 INFO kablam! 5 | use piston_window::*; Oct 10 15:06:09.079 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:06:09.079 INFO kablam! Oct 10 15:06:09.079 INFO kablam! warning: unused imports: `Image`, `Rectangle`, `color`, `grid`, `line` Oct 10 15:06:09.079 INFO kablam! --> src/app.rs:6:16 Oct 10 15:06:09.079 INFO kablam! | Oct 10 15:06:09.079 INFO kablam! 6 | use graphics::{line, grid, color, Transformed, Rectangle, Image}; Oct 10 15:06:09.080 INFO kablam! | ^^^^ ^^^^ ^^^^^ ^^^^^^^^^ ^^^^^ Oct 10 15:06:09.080 INFO kablam! Oct 10 15:06:09.202 INFO kablam! warning: unused import: `Transformed` Oct 10 15:06:09.203 INFO kablam! --> src/app.rs:6:35 Oct 10 15:06:09.203 INFO kablam! | Oct 10 15:06:09.203 INFO kablam! 6 | use graphics::{line, grid, color, Transformed, Rectangle, Image}; Oct 10 15:06:09.204 INFO kablam! | ^^^^^^^^^^^ Oct 10 15:06:09.204 INFO kablam! Oct 10 15:06:09.233 INFO kablam! warning: variable does not need to be mutable Oct 10 15:06:09.233 INFO kablam! --> src/board.rs:55:13 Oct 10 15:06:09.234 INFO kablam! | Oct 10 15:06:09.234 INFO kablam! 55 | let mut point = Vec2f{ x: x_comp, y: y_comp }; Oct 10 15:06:09.234 INFO kablam! | ----^^^^^ Oct 10 15:06:09.234 INFO kablam! | | Oct 10 15:06:09.235 INFO kablam! | help: remove this `mut` Oct 10 15:06:09.235 INFO kablam! | Oct 10 15:06:09.235 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:06:09.236 INFO kablam! Oct 10 15:06:09.236 INFO kablam! warning: field is never used: `selected_cell` Oct 10 15:06:09.236 INFO kablam! --> src/app.rs:20:5 Oct 10 15:06:09.237 INFO kablam! | Oct 10 15:06:09.237 INFO kablam! 20 | selected_cell: Option Oct 10 15:06:09.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:09.238 INFO kablam! | Oct 10 15:06:09.238 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:06:09.238 INFO kablam! Oct 10 15:06:09.238 INFO kablam! warning: enum is never used: `BG_Colors` Oct 10 15:06:09.239 INFO kablam! --> src/tile.rs:1:1 Oct 10 15:06:09.239 INFO kablam! | Oct 10 15:06:09.239 INFO kablam! 1 | pub enum BG_Colors { Oct 10 15:06:09.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:06:09.240 INFO kablam! Oct 10 15:06:09.240 INFO kablam! warning: enum is never used: `FG_Colors` Oct 10 15:06:09.240 INFO kablam! --> src/tile.rs:8:1 Oct 10 15:06:09.241 INFO kablam! | Oct 10 15:06:09.241 INFO kablam! 8 | pub enum FG_Colors { Oct 10 15:06:09.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:06:09.241 INFO kablam! Oct 10 15:06:09.242 INFO kablam! warning: enum is never used: `Shapes` Oct 10 15:06:09.242 INFO kablam! --> src/tile.rs:14:1 Oct 10 15:06:09.242 INFO kablam! | Oct 10 15:06:09.242 INFO kablam! 14 | pub enum Shapes { Oct 10 15:06:09.243 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:06:09.243 INFO kablam! Oct 10 15:06:09.243 INFO kablam! warning: struct is never constructed: `Tile` Oct 10 15:06:09.243 INFO kablam! --> src/tile.rs:21:1 Oct 10 15:06:09.244 INFO kablam! | Oct 10 15:06:09.244 INFO kablam! 21 | pub struct Tile { Oct 10 15:06:09.244 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:06:09.245 INFO kablam! Oct 10 15:06:09.245 INFO kablam! warning: type `BG_Colors` should have a camel case name such as `BgColors` Oct 10 15:06:09.245 INFO kablam! --> src/tile.rs:1:1 Oct 10 15:06:09.245 INFO kablam! | Oct 10 15:06:09.246 INFO kablam! 1 | / pub enum BG_Colors { Oct 10 15:06:09.246 INFO kablam! 2 | | Pink, Oct 10 15:06:09.246 INFO kablam! 3 | | Blue, Oct 10 15:06:09.246 INFO kablam! 4 | | Green, Oct 10 15:06:09.247 INFO kablam! 5 | | Black Oct 10 15:06:09.247 INFO kablam! 6 | | } Oct 10 15:06:09.247 INFO kablam! | |_^ Oct 10 15:06:09.247 INFO kablam! | Oct 10 15:06:09.248 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 15:06:09.248 INFO kablam! Oct 10 15:06:09.248 INFO kablam! warning: type `FG_Colors` should have a camel case name such as `FgColors` Oct 10 15:06:09.249 INFO kablam! --> src/tile.rs:8:1 Oct 10 15:06:09.249 INFO kablam! | Oct 10 15:06:09.249 INFO kablam! 8 | / pub enum FG_Colors { Oct 10 15:06:09.249 INFO kablam! 9 | | Purple, Oct 10 15:06:09.250 INFO kablam! 10 | | Red, Oct 10 15:06:09.250 INFO kablam! 11 | | Yellow Oct 10 15:06:09.250 INFO kablam! 12 | | } Oct 10 15:06:09.250 INFO kablam! | |_^ Oct 10 15:06:09.251 INFO kablam! Oct 10 15:06:09.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.55s Oct 10 15:06:09.834 INFO kablam! su: No module specific data is present Oct 10 15:06:10.493 INFO running `"docker" "rm" "-f" "9979c4d416ca33c505c69826f5d69872bdb6cc674f2ff26288bf6c3ecf51b1a5"` Oct 10 15:06:10.724 INFO blam! 9979c4d416ca33c505c69826f5d69872bdb6cc674f2ff26288bf6c3ecf51b1a5 Oct 10 15:06:10.729 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:06:10.731 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 15:06:11.211 INFO blam! 506a998645c932d08f54d5e9aedc1734096ee557185b005442d676fc6a1e1565 Oct 10 15:06:11.223 INFO running `"docker" "start" "-a" "506a998645c932d08f54d5e9aedc1734096ee557185b005442d676fc6a1e1565"` Oct 10 15:06:12.102 INFO kablam! usermod: no changes Oct 10 15:06:12.277 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 10 15:06:12.286 INFO kablam! Running /target/debug/deps/stones-24cd187b5069e61d Oct 10 15:06:12.286 INFO blam! Oct 10 15:06:12.286 INFO blam! running 0 tests Oct 10 15:06:12.286 INFO blam! Oct 10 15:06:12.286 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:06:12.286 INFO blam! Oct 10 15:06:12.288 INFO kablam! su: No module specific data is present Oct 10 15:06:12.670 INFO running `"docker" "rm" "-f" "506a998645c932d08f54d5e9aedc1734096ee557185b005442d676fc6a1e1565"` Oct 10 15:06:12.900 INFO blam! 506a998645c932d08f54d5e9aedc1734096ee557185b005442d676fc6a1e1565