Oct 11 05:02:50.375 INFO testing PhilipTrauner/match3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:02:50.375 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:02:50.375 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 05:02:50.523 INFO blam! c712d9f4f3e5ec2e01acbd6e45feaf645131e740c6408c87b4d2f06591abcbf5 Oct 11 05:02:50.525 INFO running `"docker" "start" "-a" "c712d9f4f3e5ec2e01acbd6e45feaf645131e740c6408c87b4d2f06591abcbf5"` Oct 11 05:02:50.912 INFO kablam! usermod: no changes Oct 11 05:02:51.122 INFO kablam! Compiling serde v0.9.9 Oct 11 05:02:51.122 INFO kablam! Compiling xml-rs v0.3.8 Oct 11 05:02:51.122 INFO kablam! Compiling rusttype v0.2.1 Oct 11 05:02:51.122 INFO kablam! Compiling target_build_utils v0.3.0 Oct 11 05:02:51.122 INFO kablam! Compiling pistoncore-event_loop v0.31.3 Oct 11 05:02:51.122 INFO kablam! Compiling image v0.12.3 Oct 11 05:02:53.152 INFO kablam! Compiling piston v0.31.3 Oct 11 05:02:56.485 INFO kablam! Compiling wayland-scanner v0.7.8 Oct 11 05:02:56.512 INFO kablam! Compiling gl_generator v0.5.2 Oct 11 05:03:00.992 INFO kablam! Compiling wayland-client v0.7.8 Oct 11 05:03:01.324 INFO kablam! Compiling gl v0.6.1 Oct 11 05:03:01.324 INFO kablam! Compiling glutin v0.7.4 Oct 11 05:03:09.927 INFO kablam! Compiling serde_json v0.9.8 Oct 11 05:03:20.576 INFO kablam! Compiling libloading v0.3.2 Oct 11 05:03:22.484 INFO kablam! Compiling piston2d-opengl_graphics v0.42.0 Oct 11 05:03:25.184 INFO kablam! Compiling dlib v0.3.1 Oct 11 05:03:26.160 INFO kablam! Compiling wayland-sys v0.7.8 Oct 11 05:03:32.444 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 11 05:03:32.444 INFO kablam! Compiling wayland-window v0.4.4 Oct 11 05:03:35.048 INFO kablam! Compiling winit v0.5.11 Oct 11 05:03:43.216 INFO kablam! Compiling pistoncore-glutin_window v0.35.0 Oct 11 05:03:48.266 INFO kablam! Compiling match3 v0.1.0 (/source) Oct 11 05:03:52.787 INFO kablam! warning: unused import: `graphics::math::Matrix2d` Oct 11 05:03:52.787 INFO kablam! --> src/main.rs:16:5 Oct 11 05:03:52.787 INFO kablam! | Oct 11 05:03:52.787 INFO kablam! 16 | use graphics::math::Matrix2d; Oct 11 05:03:52.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:52.788 INFO kablam! | Oct 11 05:03:52.788 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:03:52.788 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: unused variable: `button` Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:364:29 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 364 | if let Some(Button::Mouse(button)) = e.press_args() { Oct 11 05:03:52.942 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: unused variable: `args` Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:135:23 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 135 | fn update(&mut self, args: &UpdateArgs) { Oct 11 05:03:52.942 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: unused variable: `args` Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:141:23 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 141 | fn resize(&mut self, args: &[u32; 2]) { Oct 11 05:03:52.942 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: value assigned to `column_1` is never read Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:235:17 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 235 | let mut column_1: usize = 0; Oct 11 05:03:52.942 INFO kablam! | ^^^^^^^^ Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: value assigned to `column_2` is never read Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:236:17 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 236 | let mut column_2: usize = 0; Oct 11 05:03:52.942 INFO kablam! | ^^^^^^^^ Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: value assigned to `row_1` is never read Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:252:17 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 252 | let mut row_1: usize = 0; Oct 11 05:03:52.942 INFO kablam! | ^^^^^ Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: value assigned to `row_2` is never read Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:253:17 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 253 | let mut row_2: usize = 0; Oct 11 05:03:52.942 INFO kablam! | ^^^^^ Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: value assigned to `column_1` is never read Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:254:17 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 254 | let mut column_1: usize = 0; Oct 11 05:03:52.942 INFO kablam! | ^^^^^^^^ Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: value assigned to `column_2` is never read Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:255:17 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 255 | let mut column_2: usize = 0; Oct 11 05:03:52.942 INFO kablam! | ^^^^^^^^ Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: unused variable: `last_color` Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:275:16 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 275 | let mut last_color: Option<[f32; 4]> = None; Oct 11 05:03:52.942 INFO kablam! | ^^^^^^^^^^ help: consider using `_last_color` instead Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.942 INFO kablam! warning: unused variable: `color_count` Oct 11 05:03:52.942 INFO kablam! --> src/main.rs:276:16 Oct 11 05:03:52.942 INFO kablam! | Oct 11 05:03:52.942 INFO kablam! 276 | let mut color_count = 0; Oct 11 05:03:52.942 INFO kablam! | ^^^^^^^^^^^ help: consider using `_color_count` instead Oct 11 05:03:52.942 INFO kablam! Oct 11 05:03:52.976 INFO kablam! warning: method is never used: `set_color` Oct 11 05:03:52.976 INFO kablam! --> src/main.rs:67:2 Oct 11 05:03:52.976 INFO kablam! | Oct 11 05:03:52.976 INFO kablam! 67 | fn set_color(&mut self, color: [f32; 4]) { Oct 11 05:03:52.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:52.976 INFO kablam! | Oct 11 05:03:52.976 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:03:52.976 INFO kablam! Oct 11 05:03:56.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 11 05:03:56.100 INFO kablam! su: No module specific data is present Oct 11 05:03:56.562 INFO running `"docker" "rm" "-f" "c712d9f4f3e5ec2e01acbd6e45feaf645131e740c6408c87b4d2f06591abcbf5"` Oct 11 05:03:56.634 INFO blam! c712d9f4f3e5ec2e01acbd6e45feaf645131e740c6408c87b4d2f06591abcbf5 Oct 11 05:03:56.637 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:03:56.637 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 05:03:56.821 INFO blam! 02cc40c4eb04caf29e78eb3b6838bd73c0fe570108b1b8d7a334e60400e9380a Oct 11 05:03:56.825 INFO running `"docker" "start" "-a" "02cc40c4eb04caf29e78eb3b6838bd73c0fe570108b1b8d7a334e60400e9380a"` Oct 11 05:03:57.513 INFO kablam! usermod: no changes Oct 11 05:03:57.745 INFO kablam! Compiling match3 v0.1.0 (/source) Oct 11 05:04:01.488 INFO kablam! warning: unused import: `graphics::math::Matrix2d` Oct 11 05:04:01.488 INFO kablam! --> src/main.rs:16:5 Oct 11 05:04:01.488 INFO kablam! | Oct 11 05:04:01.488 INFO kablam! 16 | use graphics::math::Matrix2d; Oct 11 05:04:01.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:04:01.488 INFO kablam! | Oct 11 05:04:01.488 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:04:01.488 INFO kablam! Oct 11 05:04:01.628 INFO kablam! warning: unused variable: `button` Oct 11 05:04:01.628 INFO kablam! --> src/main.rs:364:29 Oct 11 05:04:01.628 INFO kablam! | Oct 11 05:04:01.628 INFO kablam! 364 | if let Some(Button::Mouse(button)) = e.press_args() { Oct 11 05:04:01.628 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 11 05:04:01.628 INFO kablam! | Oct 11 05:04:01.628 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:04:01.628 INFO kablam! Oct 11 05:04:01.628 INFO kablam! warning: unused variable: `args` Oct 11 05:04:01.628 INFO kablam! --> src/main.rs:135:23 Oct 11 05:04:01.628 INFO kablam! | Oct 11 05:04:01.628 INFO kablam! 135 | fn update(&mut self, args: &UpdateArgs) { Oct 11 05:04:01.628 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 05:04:01.628 INFO kablam! Oct 11 05:04:01.628 INFO kablam! warning: unused variable: `args` Oct 11 05:04:01.628 INFO kablam! --> src/main.rs:141:23 Oct 11 05:04:01.628 INFO kablam! | Oct 11 05:04:01.628 INFO kablam! 141 | fn resize(&mut self, args: &[u32; 2]) { Oct 11 05:04:01.628 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 05:04:01.628 INFO kablam! Oct 11 05:04:01.628 INFO kablam! warning: value assigned to `column_1` is never read Oct 11 05:04:01.628 INFO kablam! --> src/main.rs:235:17 Oct 11 05:04:01.628 INFO kablam! | Oct 11 05:04:01.628 INFO kablam! 235 | let mut column_1: usize = 0; Oct 11 05:04:01.628 INFO kablam! | ^^^^^^^^ Oct 11 05:04:01.628 INFO kablam! | Oct 11 05:04:01.628 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 05:04:01.628 INFO kablam! Oct 11 05:04:01.628 INFO kablam! warning: value assigned to `column_2` is never read Oct 11 05:04:01.628 INFO kablam! --> src/main.rs:236:17 Oct 11 05:04:01.628 INFO kablam! | Oct 11 05:04:01.628 INFO kablam! 236 | let mut column_2: usize = 0; Oct 11 05:04:01.628 INFO kablam! | ^^^^^^^^ Oct 11 05:04:01.628 INFO kablam! Oct 11 05:04:01.628 INFO kablam! warning: value assigned to `row_1` is never read Oct 11 05:04:01.628 INFO kablam! --> src/main.rs:252:17 Oct 11 05:04:01.628 INFO kablam! | Oct 11 05:04:01.628 INFO kablam! 252 | let mut row_1: usize = 0; Oct 11 05:04:01.629 INFO kablam! | ^^^^^ Oct 11 05:04:01.629 INFO kablam! Oct 11 05:04:01.629 INFO kablam! warning: value assigned to `row_2` is never read Oct 11 05:04:01.629 INFO kablam! --> src/main.rs:253:17 Oct 11 05:04:01.629 INFO kablam! | Oct 11 05:04:01.629 INFO kablam! 253 | let mut row_2: usize = 0; Oct 11 05:04:01.629 INFO kablam! | ^^^^^ Oct 11 05:04:01.629 INFO kablam! Oct 11 05:04:01.629 INFO kablam! warning: value assigned to `column_1` is never read Oct 11 05:04:01.629 INFO kablam! --> src/main.rs:254:17 Oct 11 05:04:01.629 INFO kablam! | Oct 11 05:04:01.629 INFO kablam! 254 | let mut column_1: usize = 0; Oct 11 05:04:01.629 INFO kablam! | ^^^^^^^^ Oct 11 05:04:01.629 INFO kablam! Oct 11 05:04:01.629 INFO kablam! warning: value assigned to `column_2` is never read Oct 11 05:04:01.629 INFO kablam! --> src/main.rs:255:17 Oct 11 05:04:01.629 INFO kablam! | Oct 11 05:04:01.629 INFO kablam! 255 | let mut column_2: usize = 0; Oct 11 05:04:01.629 INFO kablam! | ^^^^^^^^ Oct 11 05:04:01.629 INFO kablam! Oct 11 05:04:01.629 INFO kablam! warning: unused variable: `last_color` Oct 11 05:04:01.629 INFO kablam! --> src/main.rs:275:16 Oct 11 05:04:01.629 INFO kablam! | Oct 11 05:04:01.629 INFO kablam! 275 | let mut last_color: Option<[f32; 4]> = None; Oct 11 05:04:01.629 INFO kablam! | ^^^^^^^^^^ help: consider using `_last_color` instead Oct 11 05:04:01.629 INFO kablam! Oct 11 05:04:01.641 INFO kablam! warning: unused variable: `color_count` Oct 11 05:04:01.641 INFO kablam! --> src/main.rs:276:16 Oct 11 05:04:01.641 INFO kablam! | Oct 11 05:04:01.642 INFO kablam! 276 | let mut color_count = 0; Oct 11 05:04:01.642 INFO kablam! | ^^^^^^^^^^^ help: consider using `_color_count` instead Oct 11 05:04:01.642 INFO kablam! Oct 11 05:04:01.650 INFO kablam! warning: method is never used: `set_color` Oct 11 05:04:01.650 INFO kablam! --> src/main.rs:67:2 Oct 11 05:04:01.650 INFO kablam! | Oct 11 05:04:01.650 INFO kablam! 67 | fn set_color(&mut self, color: [f32; 4]) { Oct 11 05:04:01.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:04:01.650 INFO kablam! | Oct 11 05:04:01.650 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:04:01.650 INFO kablam! Oct 11 05:04:02.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.49s Oct 11 05:04:02.036 INFO kablam! su: No module specific data is present Oct 11 05:04:02.352 INFO running `"docker" "rm" "-f" "02cc40c4eb04caf29e78eb3b6838bd73c0fe570108b1b8d7a334e60400e9380a"` Oct 11 05:04:02.541 INFO blam! 02cc40c4eb04caf29e78eb3b6838bd73c0fe570108b1b8d7a334e60400e9380a Oct 11 05:04:02.544 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:04:02.544 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 05:04:02.849 INFO blam! 7fceeed875366448e97e839412fb9d25901e533e3d546de956118f0988cd96a5 Oct 11 05:04:02.850 INFO running `"docker" "start" "-a" "7fceeed875366448e97e839412fb9d25901e533e3d546de956118f0988cd96a5"` Oct 11 05:04:03.719 INFO kablam! usermod: no changes Oct 11 05:04:03.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 05:04:03.896 INFO kablam! Running /target/debug/deps/match3-c5b5c182463329b9 Oct 11 05:04:03.899 INFO blam! Oct 11 05:04:03.899 INFO blam! running 0 tests Oct 11 05:04:03.899 INFO blam! Oct 11 05:04:03.899 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:04:03.899 INFO blam! Oct 11 05:04:03.900 INFO kablam! su: No module specific data is present Oct 11 05:04:04.404 INFO running `"docker" "rm" "-f" "7fceeed875366448e97e839412fb9d25901e533e3d546de956118f0988cd96a5"` Oct 11 05:04:04.750 INFO blam! 7fceeed875366448e97e839412fb9d25901e533e3d546de956118f0988cd96a5