Oct 13 00:46:42.998 INFO testing sgabhart22/rust-stones against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:46:42.999 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 00:46:43.495 INFO blam! 424a4f3be6a7ce60b6cb05f383bf7ff229167f49e2b79b4b478c7bd6ba6dacb6 Oct 13 00:46:43.503 INFO running `"docker" "start" "-a" "424a4f3be6a7ce60b6cb05f383bf7ff229167f49e2b79b4b478c7bd6ba6dacb6"` Oct 13 00:46:44.931 INFO kablam! usermod: no changes Oct 13 00:46:45.319 INFO kablam! Compiling either v1.1.0 Oct 13 00:46:45.319 INFO kablam! Compiling deflate v0.7.11 Oct 13 00:46:45.899 INFO kablam! Compiling itertools v0.5.10 Oct 13 00:46:49.205 INFO kablam! Compiling png v0.7.0 Oct 13 00:46:50.711 INFO kablam! Compiling derivative v1.0.0 Oct 13 00:46:52.379 INFO kablam! Compiling image v0.13.0 Oct 13 00:47:03.290 INFO kablam! Compiling gfx_core v0.7.1 Oct 13 00:47:20.375 INFO kablam! Compiling piston2d-opengl_graphics v0.43.0 Oct 13 00:47:47.302 INFO kablam! Compiling gfx v0.15.1 Oct 13 00:47:47.302 INFO kablam! Compiling gfx_device_gl v0.14.0 Oct 13 00:47:57.236 INFO kablam! Compiling piston-gfx_texture v0.23.0 Oct 13 00:47:58.580 INFO kablam! Compiling piston2d-gfx_graphics v0.39.0 Oct 13 00:48:02.043 INFO kablam! Compiling piston_window v0.65.0 Oct 13 00:48:03.940 INFO kablam! Compiling stones v0.1.0 (/source) Oct 13 00:48:05.187 INFO kablam! warning: unused import: `piston::input::*` Oct 13 00:48:05.187 INFO kablam! --> src/main.rs:10:5 Oct 13 00:48:05.187 INFO kablam! | Oct 13 00:48:05.187 INFO kablam! 10 | use piston::input::*; Oct 13 00:48:05.187 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 00:48:05.187 INFO kablam! | Oct 13 00:48:05.187 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:48:05.187 INFO kablam! Oct 13 00:48:05.187 INFO kablam! warning: unused imports: `Transformed`, `color` Oct 13 00:48:05.187 INFO kablam! --> src/main.rs:11:16 Oct 13 00:48:05.187 INFO kablam! | Oct 13 00:48:05.187 INFO kablam! 11 | use graphics::{color, Transformed}; Oct 13 00:48:05.187 INFO kablam! | ^^^^^ ^^^^^^^^^^^ Oct 13 00:48:05.187 INFO kablam! Oct 13 00:48:05.187 INFO kablam! warning: unused import: `piston_window::*` Oct 13 00:48:05.187 INFO kablam! --> src/app.rs:5:5 Oct 13 00:48:05.187 INFO kablam! | Oct 13 00:48:05.187 INFO kablam! 5 | use piston_window::*; Oct 13 00:48:05.187 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 00:48:05.187 INFO kablam! Oct 13 00:48:05.187 INFO kablam! warning: unused imports: `Image`, `Rectangle`, `color`, `grid`, `line` Oct 13 00:48:05.187 INFO kablam! --> src/app.rs:6:16 Oct 13 00:48:05.187 INFO kablam! | Oct 13 00:48:05.187 INFO kablam! 6 | use graphics::{line, grid, color, Transformed, Rectangle, Image}; Oct 13 00:48:05.187 INFO kablam! | ^^^^ ^^^^ ^^^^^ ^^^^^^^^^ ^^^^^ Oct 13 00:48:05.187 INFO kablam! Oct 13 00:48:05.283 INFO kablam! warning: unused import: `Transformed` Oct 13 00:48:05.283 INFO kablam! --> src/app.rs:6:35 Oct 13 00:48:05.283 INFO kablam! | Oct 13 00:48:05.283 INFO kablam! 6 | use graphics::{line, grid, color, Transformed, Rectangle, Image}; Oct 13 00:48:05.283 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:48:05.283 INFO kablam! Oct 13 00:48:05.311 INFO kablam! warning: variable does not need to be mutable Oct 13 00:48:05.311 INFO kablam! --> src/board.rs:55:13 Oct 13 00:48:05.311 INFO kablam! | Oct 13 00:48:05.311 INFO kablam! 55 | let mut point = Vec2f{ x: x_comp, y: y_comp }; Oct 13 00:48:05.311 INFO kablam! | ----^^^^^ Oct 13 00:48:05.311 INFO kablam! | | Oct 13 00:48:05.311 INFO kablam! | help: remove this `mut` Oct 13 00:48:05.311 INFO kablam! | Oct 13 00:48:05.311 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:48:05.311 INFO kablam! Oct 13 00:48:05.311 INFO kablam! warning: field is never used: `selected_cell` Oct 13 00:48:05.311 INFO kablam! --> src/app.rs:20:5 Oct 13 00:48:05.311 INFO kablam! | Oct 13 00:48:05.311 INFO kablam! 20 | selected_cell: Option Oct 13 00:48:05.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:05.311 INFO kablam! | Oct 13 00:48:05.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:48:05.311 INFO kablam! Oct 13 00:48:05.311 INFO kablam! warning: enum is never used: `BG_Colors` Oct 13 00:48:05.311 INFO kablam! --> src/tile.rs:1:1 Oct 13 00:48:05.311 INFO kablam! | Oct 13 00:48:05.311 INFO kablam! 1 | pub enum BG_Colors { Oct 13 00:48:05.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 00:48:05.311 INFO kablam! Oct 13 00:48:05.311 INFO kablam! warning: enum is never used: `FG_Colors` Oct 13 00:48:05.311 INFO kablam! --> src/tile.rs:8:1 Oct 13 00:48:05.311 INFO kablam! | Oct 13 00:48:05.311 INFO kablam! 8 | pub enum FG_Colors { Oct 13 00:48:05.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 00:48:05.311 INFO kablam! Oct 13 00:48:05.311 INFO kablam! warning: enum is never used: `Shapes` Oct 13 00:48:05.311 INFO kablam! --> src/tile.rs:14:1 Oct 13 00:48:05.311 INFO kablam! | Oct 13 00:48:05.311 INFO kablam! 14 | pub enum Shapes { Oct 13 00:48:05.311 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:48:05.311 INFO kablam! Oct 13 00:48:05.311 INFO kablam! warning: struct is never constructed: `Tile` Oct 13 00:48:05.311 INFO kablam! --> src/tile.rs:21:1 Oct 13 00:48:05.311 INFO kablam! | Oct 13 00:48:05.311 INFO kablam! 21 | pub struct Tile { Oct 13 00:48:05.312 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:48:05.312 INFO kablam! Oct 13 00:48:05.312 INFO kablam! warning: type `BG_Colors` should have a camel case name such as `BgColors` Oct 13 00:48:05.312 INFO kablam! --> src/tile.rs:1:1 Oct 13 00:48:05.312 INFO kablam! | Oct 13 00:48:05.312 INFO kablam! 1 | / pub enum BG_Colors { Oct 13 00:48:05.312 INFO kablam! 2 | | Pink, Oct 13 00:48:05.312 INFO kablam! 3 | | Blue, Oct 13 00:48:05.312 INFO kablam! 4 | | Green, Oct 13 00:48:05.312 INFO kablam! 5 | | Black Oct 13 00:48:05.312 INFO kablam! 6 | | } Oct 13 00:48:05.312 INFO kablam! | |_^ Oct 13 00:48:05.312 INFO kablam! | Oct 13 00:48:05.312 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 00:48:05.312 INFO kablam! Oct 13 00:48:05.312 INFO kablam! warning: type `FG_Colors` should have a camel case name such as `FgColors` Oct 13 00:48:05.312 INFO kablam! --> src/tile.rs:8:1 Oct 13 00:48:05.312 INFO kablam! | Oct 13 00:48:05.312 INFO kablam! 8 | / pub enum FG_Colors { Oct 13 00:48:05.312 INFO kablam! 9 | | Purple, Oct 13 00:48:05.312 INFO kablam! 10 | | Red, Oct 13 00:48:05.312 INFO kablam! 11 | | Yellow Oct 13 00:48:05.312 INFO kablam! 12 | | } Oct 13 00:48:05.312 INFO kablam! | |_^ Oct 13 00:48:05.312 INFO kablam! Oct 13 00:48:11.341 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 13 00:48:11.355 INFO kablam! su: No module specific data is present Oct 13 00:48:12.765 INFO running `"docker" "rm" "-f" "424a4f3be6a7ce60b6cb05f383bf7ff229167f49e2b79b4b478c7bd6ba6dacb6"` Oct 13 00:48:13.059 INFO blam! 424a4f3be6a7ce60b6cb05f383bf7ff229167f49e2b79b4b478c7bd6ba6dacb6 Oct 13 00:48:13.075 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 00:48:13.705 INFO blam! 6b30b78c174ddf78d0c7004c9131c2e04ee8d021b586224c5414663f211cbdcd Oct 13 00:48:13.706 INFO running `"docker" "start" "-a" "6b30b78c174ddf78d0c7004c9131c2e04ee8d021b586224c5414663f211cbdcd"` Oct 13 00:48:14.931 INFO kablam! usermod: no changes Oct 13 00:48:15.203 INFO kablam! Compiling stones v0.1.0 (/source) Oct 13 00:48:16.596 INFO kablam! warning: unused import: `piston::input::*` Oct 13 00:48:16.596 INFO kablam! --> src/main.rs:10:5 Oct 13 00:48:16.596 INFO kablam! | Oct 13 00:48:16.596 INFO kablam! 10 | use piston::input::*; Oct 13 00:48:16.596 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 00:48:16.596 INFO kablam! | Oct 13 00:48:16.596 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:48:16.596 INFO kablam! Oct 13 00:48:16.596 INFO kablam! warning: unused imports: `Transformed`, `color` Oct 13 00:48:16.596 INFO kablam! --> src/main.rs:11:16 Oct 13 00:48:16.596 INFO kablam! | Oct 13 00:48:16.596 INFO kablam! 11 | use graphics::{color, Transformed}; Oct 13 00:48:16.596 INFO kablam! | ^^^^^ ^^^^^^^^^^^ Oct 13 00:48:16.596 INFO kablam! Oct 13 00:48:16.596 INFO kablam! warning: unused import: `piston_window::*` Oct 13 00:48:16.596 INFO kablam! --> src/app.rs:5:5 Oct 13 00:48:16.596 INFO kablam! | Oct 13 00:48:16.596 INFO kablam! 5 | use piston_window::*; Oct 13 00:48:16.596 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 00:48:16.596 INFO kablam! Oct 13 00:48:16.596 INFO kablam! warning: unused imports: `Image`, `Rectangle`, `color`, `grid`, `line` Oct 13 00:48:16.596 INFO kablam! --> src/app.rs:6:16 Oct 13 00:48:16.596 INFO kablam! | Oct 13 00:48:16.596 INFO kablam! 6 | use graphics::{line, grid, color, Transformed, Rectangle, Image}; Oct 13 00:48:16.596 INFO kablam! | ^^^^ ^^^^ ^^^^^ ^^^^^^^^^ ^^^^^ Oct 13 00:48:16.596 INFO kablam! Oct 13 00:48:16.717 INFO kablam! warning: unused import: `Transformed` Oct 13 00:48:16.717 INFO kablam! --> src/app.rs:6:35 Oct 13 00:48:16.717 INFO kablam! | Oct 13 00:48:16.717 INFO kablam! 6 | use graphics::{line, grid, color, Transformed, Rectangle, Image}; Oct 13 00:48:16.717 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:48:16.717 INFO kablam! Oct 13 00:48:16.737 INFO kablam! warning: variable does not need to be mutable Oct 13 00:48:16.737 INFO kablam! --> src/board.rs:55:13 Oct 13 00:48:16.737 INFO kablam! | Oct 13 00:48:16.737 INFO kablam! 55 | let mut point = Vec2f{ x: x_comp, y: y_comp }; Oct 13 00:48:16.737 INFO kablam! | ----^^^^^ Oct 13 00:48:16.737 INFO kablam! | | Oct 13 00:48:16.737 INFO kablam! | help: remove this `mut` Oct 13 00:48:16.737 INFO kablam! | Oct 13 00:48:16.739 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:48:16.739 INFO kablam! Oct 13 00:48:16.739 INFO kablam! warning: field is never used: `selected_cell` Oct 13 00:48:16.740 INFO kablam! --> src/app.rs:20:5 Oct 13 00:48:16.740 INFO kablam! | Oct 13 00:48:16.740 INFO kablam! 20 | selected_cell: Option Oct 13 00:48:16.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:16.740 INFO kablam! | Oct 13 00:48:16.740 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:48:16.740 INFO kablam! Oct 13 00:48:16.740 INFO kablam! warning: enum is never used: `BG_Colors` Oct 13 00:48:16.740 INFO kablam! --> src/tile.rs:1:1 Oct 13 00:48:16.740 INFO kablam! | Oct 13 00:48:16.740 INFO kablam! 1 | pub enum BG_Colors { Oct 13 00:48:16.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 00:48:16.740 INFO kablam! Oct 13 00:48:16.740 INFO kablam! warning: enum is never used: `FG_Colors` Oct 13 00:48:16.740 INFO kablam! --> src/tile.rs:8:1 Oct 13 00:48:16.740 INFO kablam! | Oct 13 00:48:16.740 INFO kablam! 8 | pub enum FG_Colors { Oct 13 00:48:16.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 00:48:16.740 INFO kablam! Oct 13 00:48:16.740 INFO kablam! warning: enum is never used: `Shapes` Oct 13 00:48:16.740 INFO kablam! --> src/tile.rs:14:1 Oct 13 00:48:16.740 INFO kablam! | Oct 13 00:48:16.740 INFO kablam! 14 | pub enum Shapes { Oct 13 00:48:16.740 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:48:16.740 INFO kablam! Oct 13 00:48:16.740 INFO kablam! warning: struct is never constructed: `Tile` Oct 13 00:48:16.740 INFO kablam! --> src/tile.rs:21:1 Oct 13 00:48:16.740 INFO kablam! | Oct 13 00:48:16.740 INFO kablam! 21 | pub struct Tile { Oct 13 00:48:16.740 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:48:16.740 INFO kablam! Oct 13 00:48:16.746 INFO kablam! warning: type `BG_Colors` should have a camel case name such as `BgColors` Oct 13 00:48:16.746 INFO kablam! --> src/tile.rs:1:1 Oct 13 00:48:16.746 INFO kablam! | Oct 13 00:48:16.746 INFO kablam! 1 | / pub enum BG_Colors { Oct 13 00:48:16.746 INFO kablam! 2 | | Pink, Oct 13 00:48:16.746 INFO kablam! 3 | | Blue, Oct 13 00:48:16.746 INFO kablam! 4 | | Green, Oct 13 00:48:16.746 INFO kablam! 5 | | Black Oct 13 00:48:16.746 INFO kablam! 6 | | } Oct 13 00:48:16.746 INFO kablam! | |_^ Oct 13 00:48:16.746 INFO kablam! | Oct 13 00:48:16.746 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 00:48:16.746 INFO kablam! Oct 13 00:48:16.746 INFO kablam! warning: type `FG_Colors` should have a camel case name such as `FgColors` Oct 13 00:48:16.746 INFO kablam! --> src/tile.rs:8:1 Oct 13 00:48:16.746 INFO kablam! | Oct 13 00:48:16.746 INFO kablam! 8 | / pub enum FG_Colors { Oct 13 00:48:16.746 INFO kablam! 9 | | Purple, Oct 13 00:48:16.746 INFO kablam! 10 | | Red, Oct 13 00:48:16.746 INFO kablam! 11 | | Yellow Oct 13 00:48:16.746 INFO kablam! 12 | | } Oct 13 00:48:16.746 INFO kablam! | |_^ Oct 13 00:48:16.746 INFO kablam! Oct 13 00:48:17.394 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.44s Oct 13 00:48:17.408 INFO kablam! su: No module specific data is present Oct 13 00:48:19.073 INFO running `"docker" "rm" "-f" "6b30b78c174ddf78d0c7004c9131c2e04ee8d021b586224c5414663f211cbdcd"` Oct 13 00:48:19.412 INFO blam! 6b30b78c174ddf78d0c7004c9131c2e04ee8d021b586224c5414663f211cbdcd Oct 13 00:48:19.415 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 00:48:19.926 INFO blam! 072c7b1768a93cbe77dac69eacd2b1253a5567c2c4dbf7060b6d62e26c1ba15e Oct 13 00:48:19.928 INFO running `"docker" "start" "-a" "072c7b1768a93cbe77dac69eacd2b1253a5567c2c4dbf7060b6d62e26c1ba15e"` Oct 13 00:48:22.373 INFO kablam! usermod: no changes Oct 13 00:48:22.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 13 00:48:22.679 INFO kablam! Running /target/debug/deps/stones-24cd187b5069e61d Oct 13 00:48:22.679 INFO blam! Oct 13 00:48:22.679 INFO blam! running 0 tests Oct 13 00:48:22.679 INFO blam! Oct 13 00:48:22.679 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:48:22.679 INFO blam! Oct 13 00:48:22.687 INFO kablam! su: No module specific data is present Oct 13 00:48:23.767 INFO running `"docker" "rm" "-f" "072c7b1768a93cbe77dac69eacd2b1253a5567c2c4dbf7060b6d62e26c1ba15e"` Oct 13 00:48:24.071 INFO blam! 072c7b1768a93cbe77dac69eacd2b1253a5567c2c4dbf7060b6d62e26c1ba15e