Oct 15 02:57:35.564 INFO testing beholdnec/lightning-dodge against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:57:35.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:57:35.985 INFO blam! 27c0f216c02b0c0f3392746f9def9cac2dbebed69e186179406762de56b72e14 Oct 15 02:57:35.998 INFO running `"docker" "start" "-a" "27c0f216c02b0c0f3392746f9def9cac2dbebed69e186179406762de56b72e14"` Oct 15 02:57:36.898 INFO kablam! usermod: no changes Oct 15 02:57:37.291 INFO kablam! Compiling time v0.1.36 Oct 15 02:57:37.291 INFO kablam! Compiling cgmath v0.12.0 Oct 15 02:57:37.291 INFO kablam! Compiling piston2d-opengl_graphics v0.37.0 Oct 15 02:57:37.291 INFO kablam! Compiling winit v0.5.7 Oct 15 02:57:41.207 INFO kablam! Compiling pistoncore-event_loop v0.27.0 Oct 15 02:57:42.663 INFO kablam! Compiling piston v0.27.0 Oct 15 02:57:47.951 INFO kablam! Compiling glutin v0.7.2 Oct 15 02:57:52.647 INFO kablam! Compiling pistoncore-glutin_window v0.33.0 Oct 15 02:57:57.247 INFO kablam! Compiling lightning-dodge v0.1.0 (/source) Oct 15 02:57:59.199 INFO kablam! warning: unused imports: `Transformed`, `clear`, `rectangle` Oct 15 02:57:59.199 INFO kablam! --> src/main.rs:13:23 Oct 15 02:57:59.199 INFO kablam! | Oct 15 02:57:59.199 INFO kablam! 13 | use graphics::{Image, clear, rectangle, Transformed}; Oct 15 02:57:59.199 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ Oct 15 02:57:59.199 INFO kablam! | Oct 15 02:57:59.199 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:57:59.199 INFO kablam! Oct 15 02:57:59.199 INFO kablam! warning: unused import: `graphics::draw_state::DrawState` Oct 15 02:57:59.199 INFO kablam! --> src/main.rs:14:5 Oct 15 02:57:59.199 INFO kablam! | Oct 15 02:57:59.199 INFO kablam! 14 | use graphics::draw_state::DrawState; Oct 15 02:57:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:57:59.199 INFO kablam! Oct 15 02:57:59.199 INFO kablam! warning: unused imports: `ImageBuffer`, `Rgba` Oct 15 02:57:59.199 INFO kablam! --> src/main.rs:16:13 Oct 15 02:57:59.199 INFO kablam! | Oct 15 02:57:59.199 INFO kablam! 16 | use image::{ImageBuffer, Rgba, RgbaImage}; Oct 15 02:57:59.199 INFO kablam! | ^^^^^^^^^^^ ^^^^ Oct 15 02:57:59.199 INFO kablam! Oct 15 02:57:59.451 INFO kablam! warning: unused variable: `i` Oct 15 02:57:59.451 INFO kablam! --> src/main.rs:343:13 Oct 15 02:57:59.451 INFO kablam! | Oct 15 02:57:59.451 INFO kablam! 343 | for i in 0..num_new_clouds { Oct 15 02:57:59.451 INFO kablam! | ^ help: consider using `_i` instead Oct 15 02:57:59.451 INFO kablam! | Oct 15 02:57:59.451 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:57:59.451 INFO kablam! Oct 15 02:57:59.451 INFO kablam! warning: unused variable: `direction` Oct 15 02:57:59.451 INFO kablam! --> src/main.rs:352:39 Oct 15 02:57:59.451 INFO kablam! | Oct 15 02:57:59.451 INFO kablam! 352 | fn advance_frame_death(&mut self, direction: Vec2f) { Oct 15 02:57:59.451 INFO kablam! | ^^^^^^^^^ help: consider using `_direction` instead Oct 15 02:57:59.451 INFO kablam! Oct 15 02:57:59.451 INFO kablam! warning: unused variable: `args` Oct 15 02:57:59.451 INFO kablam! --> src/main.rs:429:26 Oct 15 02:57:59.451 INFO kablam! | Oct 15 02:57:59.451 INFO kablam! 429 | fn update(&mut self, args: &UpdateArgs, direction: Vec2f) { Oct 15 02:57:59.451 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 02:57:59.451 INFO kablam! Oct 15 02:57:59.487 INFO kablam! warning: variable does not need to be mutable Oct 15 02:57:59.487 INFO kablam! --> src/nesppu.rs:78:13 Oct 15 02:57:59.487 INFO kablam! | Oct 15 02:57:59.487 INFO kablam! 78 | let mut this = Ppu { Oct 15 02:57:59.487 INFO kablam! | ----^^^^ Oct 15 02:57:59.487 INFO kablam! | | Oct 15 02:57:59.487 INFO kablam! | help: remove this `mut` Oct 15 02:57:59.487 INFO kablam! | Oct 15 02:57:59.487 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:57:59.487 INFO kablam! Oct 15 02:57:59.507 INFO kablam! warning: field is never used: `flip_horiz` Oct 15 02:57:59.507 INFO kablam! --> src/nesppu.rs:49:5 Oct 15 02:57:59.507 INFO kablam! | Oct 15 02:57:59.507 INFO kablam! 49 | flip_horiz: bool, // TODO: implement Oct 15 02:57:59.507 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:57:59.507 INFO kablam! | Oct 15 02:57:59.507 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:57:59.507 INFO kablam! Oct 15 02:57:59.507 INFO kablam! warning: field is never used: `flip_vert` Oct 15 02:57:59.507 INFO kablam! --> src/nesppu.rs:50:5 Oct 15 02:57:59.507 INFO kablam! | Oct 15 02:57:59.507 INFO kablam! 50 | flip_vert: bool, // TODO: implement Oct 15 02:57:59.507 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:57:59.507 INFO kablam! Oct 15 02:57:59.507 INFO kablam! warning: type alias is never used: `Vec2i` Oct 15 02:57:59.507 INFO kablam! --> src/main.rs:27:1 Oct 15 02:57:59.507 INFO kablam! | Oct 15 02:57:59.507 INFO kablam! 27 | type Vec2i = Vector2; Oct 15 02:57:59.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:57:59.507 INFO kablam! Oct 15 02:57:59.507 INFO kablam! warning: function is never used: `random_u32` Oct 15 02:57:59.507 INFO kablam! --> src/main.rs:99:1 Oct 15 02:57:59.507 INFO kablam! | Oct 15 02:57:59.507 INFO kablam! 99 | fn random_u32(lo: u32, hi: u32) -> u32 { Oct 15 02:57:59.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:57:59.507 INFO kablam! Oct 15 02:58:03.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.14s Oct 15 02:58:03.086 INFO kablam! su: No module specific data is present Oct 15 02:58:04.128 INFO running `"docker" "rm" "-f" "27c0f216c02b0c0f3392746f9def9cac2dbebed69e186179406762de56b72e14"` Oct 15 02:58:04.451 INFO blam! 27c0f216c02b0c0f3392746f9def9cac2dbebed69e186179406762de56b72e14 Oct 15 02:58:04.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:58:04.908 INFO blam! 81de0df41e8d30e376565445e5f137c8c29b6d6bd849b0fe323aff628095929f Oct 15 02:58:04.913 INFO running `"docker" "start" "-a" "81de0df41e8d30e376565445e5f137c8c29b6d6bd849b0fe323aff628095929f"` Oct 15 02:58:06.222 INFO kablam! usermod: no changes Oct 15 02:58:06.484 INFO kablam! Compiling lightning-dodge v0.1.0 (/source) Oct 15 02:58:08.554 INFO kablam! warning: unused imports: `Transformed`, `clear`, `rectangle` Oct 15 02:58:08.554 INFO kablam! --> src/main.rs:13:23 Oct 15 02:58:08.554 INFO kablam! | Oct 15 02:58:08.554 INFO kablam! 13 | use graphics::{Image, clear, rectangle, Transformed}; Oct 15 02:58:08.554 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ Oct 15 02:58:08.554 INFO kablam! | Oct 15 02:58:08.554 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:58:08.554 INFO kablam! Oct 15 02:58:08.554 INFO kablam! warning: unused import: `graphics::draw_state::DrawState` Oct 15 02:58:08.554 INFO kablam! --> src/main.rs:14:5 Oct 15 02:58:08.554 INFO kablam! | Oct 15 02:58:08.554 INFO kablam! 14 | use graphics::draw_state::DrawState; Oct 15 02:58:08.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:08.554 INFO kablam! Oct 15 02:58:08.554 INFO kablam! warning: unused imports: `ImageBuffer`, `Rgba` Oct 15 02:58:08.554 INFO kablam! --> src/main.rs:16:13 Oct 15 02:58:08.554 INFO kablam! | Oct 15 02:58:08.554 INFO kablam! 16 | use image::{ImageBuffer, Rgba, RgbaImage}; Oct 15 02:58:08.554 INFO kablam! | ^^^^^^^^^^^ ^^^^ Oct 15 02:58:08.554 INFO kablam! Oct 15 02:58:08.787 INFO kablam! warning: unused variable: `i` Oct 15 02:58:08.787 INFO kablam! --> src/main.rs:343:13 Oct 15 02:58:08.787 INFO kablam! | Oct 15 02:58:08.787 INFO kablam! 343 | for i in 0..num_new_clouds { Oct 15 02:58:08.787 INFO kablam! | ^ help: consider using `_i` instead Oct 15 02:58:08.787 INFO kablam! | Oct 15 02:58:08.787 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:58:08.787 INFO kablam! Oct 15 02:58:08.787 INFO kablam! warning: unused variable: `direction` Oct 15 02:58:08.787 INFO kablam! --> src/main.rs:352:39 Oct 15 02:58:08.787 INFO kablam! | Oct 15 02:58:08.787 INFO kablam! 352 | fn advance_frame_death(&mut self, direction: Vec2f) { Oct 15 02:58:08.787 INFO kablam! | ^^^^^^^^^ help: consider using `_direction` instead Oct 15 02:58:08.787 INFO kablam! Oct 15 02:58:08.787 INFO kablam! warning: unused variable: `args` Oct 15 02:58:08.787 INFO kablam! --> src/main.rs:429:26 Oct 15 02:58:08.787 INFO kablam! | Oct 15 02:58:08.787 INFO kablam! 429 | fn update(&mut self, args: &UpdateArgs, direction: Vec2f) { Oct 15 02:58:08.787 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 02:58:08.787 INFO kablam! Oct 15 02:58:08.813 INFO kablam! warning: variable does not need to be mutable Oct 15 02:58:08.813 INFO kablam! --> src/nesppu.rs:78:13 Oct 15 02:58:08.813 INFO kablam! | Oct 15 02:58:08.813 INFO kablam! 78 | let mut this = Ppu { Oct 15 02:58:08.813 INFO kablam! | ----^^^^ Oct 15 02:58:08.813 INFO kablam! | | Oct 15 02:58:08.813 INFO kablam! | help: remove this `mut` Oct 15 02:58:08.813 INFO kablam! | Oct 15 02:58:08.813 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:58:08.813 INFO kablam! Oct 15 02:58:08.834 INFO kablam! warning: field is never used: `flip_horiz` Oct 15 02:58:08.835 INFO kablam! --> src/nesppu.rs:49:5 Oct 15 02:58:08.835 INFO kablam! | Oct 15 02:58:08.835 INFO kablam! 49 | flip_horiz: bool, // TODO: implement Oct 15 02:58:08.835 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:58:08.835 INFO kablam! | Oct 15 02:58:08.835 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:58:08.835 INFO kablam! Oct 15 02:58:08.835 INFO kablam! warning: field is never used: `flip_vert` Oct 15 02:58:08.835 INFO kablam! --> src/nesppu.rs:50:5 Oct 15 02:58:08.835 INFO kablam! | Oct 15 02:58:08.835 INFO kablam! 50 | flip_vert: bool, // TODO: implement Oct 15 02:58:08.835 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:58:08.835 INFO kablam! Oct 15 02:58:08.835 INFO kablam! warning: type alias is never used: `Vec2i` Oct 15 02:58:08.835 INFO kablam! --> src/main.rs:27:1 Oct 15 02:58:08.835 INFO kablam! | Oct 15 02:58:08.835 INFO kablam! 27 | type Vec2i = Vector2; Oct 15 02:58:08.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:08.835 INFO kablam! Oct 15 02:58:08.835 INFO kablam! warning: function is never used: `random_u32` Oct 15 02:58:08.835 INFO kablam! --> src/main.rs:99:1 Oct 15 02:58:08.835 INFO kablam! | Oct 15 02:58:08.835 INFO kablam! 99 | fn random_u32(lo: u32, hi: u32) -> u32 { Oct 15 02:58:08.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:08.835 INFO kablam! Oct 15 02:58:09.493 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.24s Oct 15 02:58:09.511 INFO kablam! su: No module specific data is present Oct 15 02:58:10.381 INFO running `"docker" "rm" "-f" "81de0df41e8d30e376565445e5f137c8c29b6d6bd849b0fe323aff628095929f"` Oct 15 02:58:10.579 INFO blam! 81de0df41e8d30e376565445e5f137c8c29b6d6bd849b0fe323aff628095929f Oct 15 02:58:10.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:58:11.123 INFO blam! 37248d0ab4bb089ef402eab4f313bd733d521053bfdc363a5ea0ff69d6dc561d Oct 15 02:58:11.124 INFO running `"docker" "start" "-a" "37248d0ab4bb089ef402eab4f313bd733d521053bfdc363a5ea0ff69d6dc561d"` Oct 15 02:58:12.432 INFO kablam! usermod: no changes Oct 15 02:58:12.646 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 02:58:12.673 INFO kablam! Running /target/debug/deps/lightning_dodge-6f8e98082a23a6be Oct 15 02:58:12.679 INFO kablam! su: No module specific data is present Oct 15 02:58:12.679 INFO blam! Oct 15 02:58:12.680 INFO blam! running 0 tests Oct 15 02:58:12.680 INFO blam! Oct 15 02:58:12.680 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:58:12.680 INFO blam! Oct 15 02:58:13.288 INFO running `"docker" "rm" "-f" "37248d0ab4bb089ef402eab4f313bd733d521053bfdc363a5ea0ff69d6dc561d"` Oct 15 02:58:13.587 INFO blam! 37248d0ab4bb089ef402eab4f313bd733d521053bfdc363a5ea0ff69d6dc561d