Oct 11 06:10:17.912 INFO testing Jibbow/rust-2048 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:10:17.912 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:10:17.912 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 11 06:10:18.124 INFO blam! d19d07908d3b2725c6a7db31a9fed4d1903a37b2ea5afdc201c9bca393419615 Oct 11 06:10:18.126 INFO running `"docker" "start" "-a" "d19d07908d3b2725c6a7db31a9fed4d1903a37b2ea5afdc201c9bca393419615"` Oct 11 06:10:18.602 INFO kablam! usermod: no changes Oct 11 06:10:18.899 INFO kablam! Compiling rand v0.3.17 Oct 11 06:10:18.900 INFO kablam! Compiling shared_library v0.1.7 Oct 11 06:10:18.900 INFO kablam! Compiling arrayvec v0.4.5 Oct 11 06:10:18.908 INFO kablam! Compiling png v0.11.0 Oct 11 06:10:18.908 INFO kablam! Compiling glutin v0.10.0 Oct 11 06:10:18.908 INFO kablam! Compiling gfx_core v0.7.2 Oct 11 06:10:18.908 INFO kablam! Compiling x11-dl v2.16.0 Oct 11 06:10:18.908 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 11 06:10:24.324 INFO kablam! Compiling rusttype v0.2.3 Oct 11 06:10:24.356 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 06:10:24.904 INFO kablam! Compiling phf_generator v0.7.21 Oct 11 06:10:24.904 INFO kablam! Compiling rayon-core v1.2.1 Oct 11 06:10:25.760 INFO kablam! Compiling tempfile v2.2.0 Oct 11 06:10:26.140 INFO kablam! Compiling phf_codegen v0.7.21 Oct 11 06:10:27.380 INFO kablam! Compiling target_build_utils v0.3.1 Oct 11 06:10:28.520 INFO kablam! Compiling pistoncore-window v0.30.0 Oct 11 06:10:31.115 INFO kablam! Compiling rayon v0.8.2 Oct 11 06:10:31.124 INFO kablam! Compiling piston2d-graphics v0.23.0 Oct 11 06:10:33.083 INFO kablam! Compiling pistoncore-event_loop v0.35.0 Oct 11 06:10:35.548 INFO kablam! Compiling piston v0.35.0 Oct 11 06:10:37.937 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 06:10:42.766 INFO kablam! Compiling image v0.17.0 Oct 11 06:10:49.033 INFO kablam! Compiling libloading v0.3.4 Oct 11 06:10:52.647 INFO kablam! Compiling dlib v0.3.1 Oct 11 06:10:53.455 INFO kablam! Compiling wayland-sys v0.9.10 Oct 11 06:10:55.377 INFO kablam! Compiling wayland-client v0.9.10 Oct 11 06:10:55.692 INFO kablam! Compiling piston2d-opengl_graphics v0.49.0 Oct 11 06:10:57.634 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 11 06:10:57.635 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 11 06:11:00.356 INFO kablam! Compiling wayland-window v0.8.0 Oct 11 06:11:01.451 INFO kablam! Compiling winit v0.8.3 Oct 11 06:11:06.620 INFO kablam! Compiling gfx v0.16.1 Oct 11 06:11:06.620 INFO kablam! Compiling gfx_device_gl v0.14.4 Oct 11 06:11:11.364 INFO kablam! Compiling pistoncore-glutin_window v0.42.0 Oct 11 06:11:18.284 INFO kablam! Compiling piston-gfx_texture v0.29.0 Oct 11 06:11:20.244 INFO kablam! Compiling piston2d-gfx_graphics v0.46.0 Oct 11 06:11:24.216 INFO kablam! Compiling piston_window v0.73.0 Oct 11 06:11:26.732 INFO kablam! Compiling rust-2048 v0.1.0 (/source) Oct 11 06:11:29.213 INFO kablam! warning: unused variable: `args` Oct 11 06:11:29.214 INFO kablam! --> src/main.rs:46:21 Oct 11 06:11:29.214 INFO kablam! | Oct 11 06:11:29.214 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 11 06:11:29.214 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 06:11:29.214 INFO kablam! | Oct 11 06:11:29.214 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:11:29.214 INFO kablam! Oct 11 06:11:29.214 INFO kablam! warning: unused variable: `size` Oct 11 06:11:29.214 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 11 06:11:29.214 INFO kablam! | Oct 11 06:11:29.214 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 11 06:11:29.214 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 11 06:11:29.214 INFO kablam! Oct 11 06:11:29.228 INFO kablam! warning: comparison is useless due to type limits Oct 11 06:11:29.228 INFO kablam! --> src/gameboard.rs:67:9 Oct 11 06:11:29.228 INFO kablam! | Oct 11 06:11:29.228 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 11 06:11:29.228 INFO kablam! | ^^^^^^^^^^ Oct 11 06:11:29.228 INFO kablam! | Oct 11 06:11:29.228 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 11 06:11:29.228 INFO kablam! Oct 11 06:11:29.228 INFO kablam! warning: comparison is useless due to type limits Oct 11 06:11:29.228 INFO kablam! --> src/gameboard.rs:68:16 Oct 11 06:11:29.228 INFO kablam! | Oct 11 06:11:29.228 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 11 06:11:29.228 INFO kablam! | ^^^^^^^^^^ Oct 11 06:11:29.228 INFO kablam! Oct 11 06:11:35.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 11 06:11:35.365 INFO kablam! su: No module specific data is present Oct 11 06:11:35.817 INFO running `"docker" "rm" "-f" "d19d07908d3b2725c6a7db31a9fed4d1903a37b2ea5afdc201c9bca393419615"` Oct 11 06:11:36.096 INFO blam! d19d07908d3b2725c6a7db31a9fed4d1903a37b2ea5afdc201c9bca393419615 Oct 11 06:11:36.101 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:11:36.102 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 11 06:11:36.474 INFO blam! 97e8fb5af05635e4d9f982991dc48ee0246dde2290bdfcafccb3a580d822375d Oct 11 06:11:36.480 INFO running `"docker" "start" "-a" "97e8fb5af05635e4d9f982991dc48ee0246dde2290bdfcafccb3a580d822375d"` Oct 11 06:11:37.759 INFO kablam! usermod: no changes Oct 11 06:11:38.120 INFO kablam! Compiling rust-2048 v0.1.0 (/source) Oct 11 06:11:40.724 INFO kablam! warning: unused variable: `args` Oct 11 06:11:40.724 INFO kablam! --> src/main.rs:46:21 Oct 11 06:11:40.724 INFO kablam! | Oct 11 06:11:40.724 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 11 06:11:40.724 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 06:11:40.724 INFO kablam! | Oct 11 06:11:40.724 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:11:40.724 INFO kablam! Oct 11 06:11:40.724 INFO kablam! warning: unused variable: `size` Oct 11 06:11:40.724 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 11 06:11:40.724 INFO kablam! | Oct 11 06:11:40.724 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 11 06:11:40.724 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 11 06:11:40.724 INFO kablam! Oct 11 06:11:40.744 INFO kablam! warning: comparison is useless due to type limits Oct 11 06:11:40.744 INFO kablam! --> src/gameboard.rs:67:9 Oct 11 06:11:40.744 INFO kablam! | Oct 11 06:11:40.744 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 11 06:11:40.744 INFO kablam! | ^^^^^^^^^^ Oct 11 06:11:40.744 INFO kablam! | Oct 11 06:11:40.744 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 11 06:11:40.744 INFO kablam! Oct 11 06:11:40.744 INFO kablam! warning: comparison is useless due to type limits Oct 11 06:11:40.744 INFO kablam! --> src/gameboard.rs:68:16 Oct 11 06:11:40.744 INFO kablam! | Oct 11 06:11:40.744 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 11 06:11:40.744 INFO kablam! | ^^^^^^^^^^ Oct 11 06:11:40.744 INFO kablam! Oct 11 06:11:41.316 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.52s Oct 11 06:11:41.325 INFO kablam! su: No module specific data is present Oct 11 06:11:42.016 INFO running `"docker" "rm" "-f" "97e8fb5af05635e4d9f982991dc48ee0246dde2290bdfcafccb3a580d822375d"` Oct 11 06:11:42.271 INFO blam! 97e8fb5af05635e4d9f982991dc48ee0246dde2290bdfcafccb3a580d822375d Oct 11 06:11:42.277 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:11:42.277 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 11 06:11:42.524 INFO blam! f2f3851e8b8390b4e2aeb6e40e89189e56910b6a8c93924254d5822720a9e595 Oct 11 06:11:42.536 INFO running `"docker" "start" "-a" "f2f3851e8b8390b4e2aeb6e40e89189e56910b6a8c93924254d5822720a9e595"` Oct 11 06:11:43.344 INFO kablam! usermod: no changes Oct 11 06:11:43.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 11 06:11:43.577 INFO kablam! Running /target/debug/deps/rust_2048-d40fac168b6ed890 Oct 11 06:11:43.578 INFO kablam! su: No module specific data is present Oct 11 06:11:43.578 INFO blam! Oct 11 06:11:43.579 INFO blam! running 0 tests Oct 11 06:11:43.579 INFO blam! Oct 11 06:11:43.579 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:11:43.579 INFO blam! Oct 11 06:11:44.128 INFO running `"docker" "rm" "-f" "f2f3851e8b8390b4e2aeb6e40e89189e56910b6a8c93924254d5822720a9e595"` Oct 11 06:11:44.400 INFO blam! f2f3851e8b8390b4e2aeb6e40e89189e56910b6a8c93924254d5822720a9e595