Oct 11 02:24:24.929 INFO testing beholdnec/lightning-dodge against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:24:24.929 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:24:24.931 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 02:24:25.393 INFO blam! a330186f18bd83d0ea2a1417773b9f7ac91f4b15d387bd2ae02fd8df24633bfa Oct 11 02:24:25.394 INFO running `"docker" "start" "-a" "a330186f18bd83d0ea2a1417773b9f7ac91f4b15d387bd2ae02fd8df24633bfa"` Oct 11 02:24:26.794 INFO kablam! usermod: no changes Oct 11 02:24:27.172 INFO kablam! Compiling time v0.1.36 Oct 11 02:24:27.173 INFO kablam! Compiling deque v0.3.1 Oct 11 02:24:27.173 INFO kablam! Compiling cgmath v0.12.0 Oct 11 02:24:27.173 INFO kablam! Compiling num-bigint v0.1.35 Oct 11 02:24:27.180 INFO kablam! Compiling pistoncore-glutin_window v0.33.0 Oct 11 02:24:30.352 INFO kablam! Compiling rayon v0.6.0 Oct 11 02:24:34.026 INFO kablam! Compiling pistoncore-event_loop v0.27.0 Oct 11 02:24:36.784 INFO kablam! Compiling num-rational v0.1.35 Oct 11 02:24:39.845 INFO kablam! Compiling piston v0.27.0 Oct 11 02:24:43.253 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 11 02:24:50.442 INFO kablam! Compiling image v0.12.1 Oct 11 02:25:07.471 INFO kablam! Compiling piston2d-opengl_graphics v0.37.0 Oct 11 02:25:13.248 INFO kablam! Compiling lightning-dodge v0.1.0 (/source) Oct 11 02:25:17.868 INFO kablam! warning: unused imports: `Transformed`, `clear`, `rectangle` Oct 11 02:25:17.868 INFO kablam! --> src/main.rs:13:23 Oct 11 02:25:17.868 INFO kablam! | Oct 11 02:25:17.868 INFO kablam! 13 | use graphics::{Image, clear, rectangle, Transformed}; Oct 11 02:25:17.868 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ Oct 11 02:25:17.868 INFO kablam! | Oct 11 02:25:17.868 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:25:17.868 INFO kablam! Oct 11 02:25:17.868 INFO kablam! warning: unused import: `graphics::draw_state::DrawState` Oct 11 02:25:17.869 INFO kablam! --> src/main.rs:14:5 Oct 11 02:25:17.869 INFO kablam! | Oct 11 02:25:17.869 INFO kablam! 14 | use graphics::draw_state::DrawState; Oct 11 02:25:17.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:17.869 INFO kablam! Oct 11 02:25:17.869 INFO kablam! warning: unused imports: `ImageBuffer`, `Rgba` Oct 11 02:25:17.869 INFO kablam! --> src/main.rs:16:13 Oct 11 02:25:17.869 INFO kablam! | Oct 11 02:25:17.869 INFO kablam! 16 | use image::{ImageBuffer, Rgba, RgbaImage}; Oct 11 02:25:17.869 INFO kablam! | ^^^^^^^^^^^ ^^^^ Oct 11 02:25:17.869 INFO kablam! Oct 11 02:25:18.096 INFO kablam! warning: unused variable: `i` Oct 11 02:25:18.096 INFO kablam! --> src/main.rs:343:13 Oct 11 02:25:18.096 INFO kablam! | Oct 11 02:25:18.096 INFO kablam! 343 | for i in 0..num_new_clouds { Oct 11 02:25:18.096 INFO kablam! | ^ help: consider using `_i` instead Oct 11 02:25:18.096 INFO kablam! | Oct 11 02:25:18.096 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:25:18.096 INFO kablam! Oct 11 02:25:18.096 INFO kablam! warning: unused variable: `direction` Oct 11 02:25:18.096 INFO kablam! --> src/main.rs:352:39 Oct 11 02:25:18.096 INFO kablam! | Oct 11 02:25:18.096 INFO kablam! 352 | fn advance_frame_death(&mut self, direction: Vec2f) { Oct 11 02:25:18.096 INFO kablam! | ^^^^^^^^^ help: consider using `_direction` instead Oct 11 02:25:18.096 INFO kablam! Oct 11 02:25:18.096 INFO kablam! warning: unused variable: `args` Oct 11 02:25:18.096 INFO kablam! --> src/main.rs:429:26 Oct 11 02:25:18.096 INFO kablam! | Oct 11 02:25:18.096 INFO kablam! 429 | fn update(&mut self, args: &UpdateArgs, direction: Vec2f) { Oct 11 02:25:18.096 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 02:25:18.096 INFO kablam! Oct 11 02:25:18.121 INFO kablam! warning: variable does not need to be mutable Oct 11 02:25:18.121 INFO kablam! --> src/nesppu.rs:78:13 Oct 11 02:25:18.121 INFO kablam! | Oct 11 02:25:18.121 INFO kablam! 78 | let mut this = Ppu { Oct 11 02:25:18.121 INFO kablam! | ----^^^^ Oct 11 02:25:18.121 INFO kablam! | | Oct 11 02:25:18.121 INFO kablam! | help: remove this `mut` Oct 11 02:25:18.121 INFO kablam! | Oct 11 02:25:18.121 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:25:18.121 INFO kablam! Oct 11 02:25:18.140 INFO kablam! warning: field is never used: `flip_horiz` Oct 11 02:25:18.140 INFO kablam! --> src/nesppu.rs:49:5 Oct 11 02:25:18.140 INFO kablam! | Oct 11 02:25:18.140 INFO kablam! 49 | flip_horiz: bool, // TODO: implement Oct 11 02:25:18.140 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:25:18.140 INFO kablam! | Oct 11 02:25:18.140 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:25:18.140 INFO kablam! Oct 11 02:25:18.140 INFO kablam! warning: field is never used: `flip_vert` Oct 11 02:25:18.140 INFO kablam! --> src/nesppu.rs:50:5 Oct 11 02:25:18.140 INFO kablam! | Oct 11 02:25:18.140 INFO kablam! 50 | flip_vert: bool, // TODO: implement Oct 11 02:25:18.140 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:25:18.140 INFO kablam! Oct 11 02:25:18.140 INFO kablam! warning: type alias is never used: `Vec2i` Oct 11 02:25:18.140 INFO kablam! --> src/main.rs:27:1 Oct 11 02:25:18.140 INFO kablam! | Oct 11 02:25:18.140 INFO kablam! 27 | type Vec2i = Vector2; Oct 11 02:25:18.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:18.140 INFO kablam! Oct 11 02:25:18.140 INFO kablam! warning: function is never used: `random_u32` Oct 11 02:25:18.140 INFO kablam! --> src/main.rs:99:1 Oct 11 02:25:18.140 INFO kablam! | Oct 11 02:25:18.140 INFO kablam! 99 | fn random_u32(lo: u32, hi: u32) -> u32 { Oct 11 02:25:18.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:18.141 INFO kablam! Oct 11 02:25:21.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 55.04s Oct 11 02:25:21.878 INFO kablam! su: No module specific data is present Oct 11 02:25:22.576 INFO running `"docker" "rm" "-f" "a330186f18bd83d0ea2a1417773b9f7ac91f4b15d387bd2ae02fd8df24633bfa"` Oct 11 02:25:22.924 INFO blam! a330186f18bd83d0ea2a1417773b9f7ac91f4b15d387bd2ae02fd8df24633bfa Oct 11 02:25:22.930 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:25:22.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 02:25:23.333 INFO blam! f3261cea24b2bfa351bd84e3ba42b84c4174c3bb1e30d5345190d0c68ffe22c9 Oct 11 02:25:23.344 INFO running `"docker" "start" "-a" "f3261cea24b2bfa351bd84e3ba42b84c4174c3bb1e30d5345190d0c68ffe22c9"` Oct 11 02:25:24.564 INFO kablam! usermod: no changes Oct 11 02:25:24.784 INFO kablam! Compiling lightning-dodge v0.1.0 (/source) Oct 11 02:25:29.504 INFO kablam! warning: unused imports: `Transformed`, `clear`, `rectangle` Oct 11 02:25:29.504 INFO kablam! --> src/main.rs:13:23 Oct 11 02:25:29.504 INFO kablam! | Oct 11 02:25:29.504 INFO kablam! 13 | use graphics::{Image, clear, rectangle, Transformed}; Oct 11 02:25:29.504 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ Oct 11 02:25:29.504 INFO kablam! | Oct 11 02:25:29.504 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:25:29.504 INFO kablam! Oct 11 02:25:29.504 INFO kablam! warning: unused import: `graphics::draw_state::DrawState` Oct 11 02:25:29.504 INFO kablam! --> src/main.rs:14:5 Oct 11 02:25:29.504 INFO kablam! | Oct 11 02:25:29.504 INFO kablam! 14 | use graphics::draw_state::DrawState; Oct 11 02:25:29.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:29.504 INFO kablam! Oct 11 02:25:29.504 INFO kablam! warning: unused imports: `ImageBuffer`, `Rgba` Oct 11 02:25:29.504 INFO kablam! --> src/main.rs:16:13 Oct 11 02:25:29.504 INFO kablam! | Oct 11 02:25:29.504 INFO kablam! 16 | use image::{ImageBuffer, Rgba, RgbaImage}; Oct 11 02:25:29.504 INFO kablam! | ^^^^^^^^^^^ ^^^^ Oct 11 02:25:29.504 INFO kablam! Oct 11 02:25:29.732 INFO kablam! warning: unused variable: `i` Oct 11 02:25:29.732 INFO kablam! --> src/main.rs:343:13 Oct 11 02:25:29.732 INFO kablam! | Oct 11 02:25:29.732 INFO kablam! 343 | for i in 0..num_new_clouds { Oct 11 02:25:29.732 INFO kablam! | ^ help: consider using `_i` instead Oct 11 02:25:29.732 INFO kablam! | Oct 11 02:25:29.732 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:25:29.732 INFO kablam! Oct 11 02:25:29.732 INFO kablam! warning: unused variable: `direction` Oct 11 02:25:29.732 INFO kablam! --> src/main.rs:352:39 Oct 11 02:25:29.732 INFO kablam! | Oct 11 02:25:29.732 INFO kablam! 352 | fn advance_frame_death(&mut self, direction: Vec2f) { Oct 11 02:25:29.732 INFO kablam! | ^^^^^^^^^ help: consider using `_direction` instead Oct 11 02:25:29.732 INFO kablam! Oct 11 02:25:29.732 INFO kablam! warning: unused variable: `args` Oct 11 02:25:29.732 INFO kablam! --> src/main.rs:429:26 Oct 11 02:25:29.732 INFO kablam! | Oct 11 02:25:29.732 INFO kablam! 429 | fn update(&mut self, args: &UpdateArgs, direction: Vec2f) { Oct 11 02:25:29.732 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 02:25:29.733 INFO kablam! Oct 11 02:25:29.756 INFO kablam! warning: variable does not need to be mutable Oct 11 02:25:29.756 INFO kablam! --> src/nesppu.rs:78:13 Oct 11 02:25:29.756 INFO kablam! | Oct 11 02:25:29.756 INFO kablam! 78 | let mut this = Ppu { Oct 11 02:25:29.756 INFO kablam! | ----^^^^ Oct 11 02:25:29.756 INFO kablam! | | Oct 11 02:25:29.756 INFO kablam! | help: remove this `mut` Oct 11 02:25:29.756 INFO kablam! | Oct 11 02:25:29.756 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:25:29.756 INFO kablam! Oct 11 02:25:29.776 INFO kablam! warning: field is never used: `flip_horiz` Oct 11 02:25:29.776 INFO kablam! --> src/nesppu.rs:49:5 Oct 11 02:25:29.776 INFO kablam! | Oct 11 02:25:29.776 INFO kablam! 49 | flip_horiz: bool, // TODO: implement Oct 11 02:25:29.776 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:25:29.776 INFO kablam! | Oct 11 02:25:29.778 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:25:29.778 INFO kablam! Oct 11 02:25:29.778 INFO kablam! warning: field is never used: `flip_vert` Oct 11 02:25:29.778 INFO kablam! --> src/nesppu.rs:50:5 Oct 11 02:25:29.778 INFO kablam! | Oct 11 02:25:29.778 INFO kablam! 50 | flip_vert: bool, // TODO: implement Oct 11 02:25:29.778 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:25:29.778 INFO kablam! Oct 11 02:25:29.778 INFO kablam! warning: type alias is never used: `Vec2i` Oct 11 02:25:29.778 INFO kablam! --> src/main.rs:27:1 Oct 11 02:25:29.778 INFO kablam! | Oct 11 02:25:29.778 INFO kablam! 27 | type Vec2i = Vector2; Oct 11 02:25:29.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:29.778 INFO kablam! Oct 11 02:25:29.778 INFO kablam! warning: function is never used: `random_u32` Oct 11 02:25:29.778 INFO kablam! --> src/main.rs:99:1 Oct 11 02:25:29.778 INFO kablam! | Oct 11 02:25:29.778 INFO kablam! 99 | fn random_u32(lo: u32, hi: u32) -> u32 { Oct 11 02:25:29.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:29.778 INFO kablam! Oct 11 02:25:30.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.71s Oct 11 02:25:30.320 INFO kablam! su: No module specific data is present Oct 11 02:25:31.550 INFO running `"docker" "rm" "-f" "f3261cea24b2bfa351bd84e3ba42b84c4174c3bb1e30d5345190d0c68ffe22c9"` Oct 11 02:25:31.897 INFO blam! f3261cea24b2bfa351bd84e3ba42b84c4174c3bb1e30d5345190d0c68ffe22c9 Oct 11 02:25:31.903 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:25:31.905 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 02:25:32.352 INFO blam! ef3e980563884a4a80c1672c012b80766713541ed11bc77bc60a26c6b408d89c Oct 11 02:25:32.360 INFO running `"docker" "start" "-a" "ef3e980563884a4a80c1672c012b80766713541ed11bc77bc60a26c6b408d89c"` Oct 11 02:25:33.067 INFO kablam! usermod: no changes Oct 11 02:25:33.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 02:25:33.254 INFO kablam! Running /target/debug/deps/lightning_dodge-6f8e98082a23a6be Oct 11 02:25:33.256 INFO blam! Oct 11 02:25:33.256 INFO blam! running 0 tests Oct 11 02:25:33.256 INFO blam! Oct 11 02:25:33.256 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:25:33.256 INFO blam! Oct 11 02:25:33.259 INFO kablam! su: No module specific data is present Oct 11 02:25:33.800 INFO running `"docker" "rm" "-f" "ef3e980563884a4a80c1672c012b80766713541ed11bc77bc60a26c6b408d89c"` Oct 11 02:25:34.080 INFO blam! ef3e980563884a4a80c1672c012b80766713541ed11bc77bc60a26c6b408d89c