Oct 10 12:34:57.827 INFO testing vpzomtrrfrt/rsrpgdemo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:34:57.827 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:34:57.827 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 10 12:34:58.296 INFO blam! 33b0ba4abcd3251c6336328f443dece0f494ccf404b2c31d55c2640d93d5eadb Oct 10 12:34:58.300 INFO running `"docker" "start" "-a" "33b0ba4abcd3251c6336328f443dece0f494ccf404b2c31d55c2640d93d5eadb"` Oct 10 12:34:58.896 INFO kablam! usermod: no changes Oct 10 12:34:59.272 INFO kablam! Compiling serde v1.0.32 Oct 10 12:34:59.281 INFO kablam! Compiling base64 v0.1.1 Oct 10 12:34:59.281 INFO kablam! Compiling libloading v0.5.0 Oct 10 12:34:59.281 INFO kablam! Compiling miniz-sys v0.1.10 Oct 10 12:34:59.282 INFO kablam! Compiling gfx_gl v0.5.0 Oct 10 12:34:59.282 INFO kablam! Compiling rusttype v0.4.1 Oct 10 12:34:59.282 INFO kablam! Compiling serde_derive_internals v0.20.1 Oct 10 12:34:59.283 INFO kablam! Compiling gfx v0.17.1 Oct 10 12:35:02.112 INFO kablam! Compiling glutin v0.12.2 Oct 10 12:35:02.216 INFO kablam! Compiling gl v0.10.0 Oct 10 12:35:06.039 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 10 12:35:11.971 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 10 12:35:12.353 INFO kablam! Compiling flate2 v0.2.20 Oct 10 12:35:12.360 INFO kablam! Compiling dlib v0.4.1 Oct 10 12:35:12.440 INFO kablam! Compiling serde_derive v1.0.32 Oct 10 12:35:15.294 INFO kablam! Compiling wayland-sys v0.12.5 Oct 10 12:35:15.612 INFO kablam! Compiling image v0.18.0 Oct 10 12:35:16.480 INFO kablam! Compiling tiled v0.7.3 Oct 10 12:35:18.742 INFO kablam! Compiling wayland-client v0.12.5 Oct 10 12:35:21.245 INFO kablam! Compiling gfx_device_gl v0.15.1 Oct 10 12:35:23.649 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 10 12:35:23.649 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 10 12:35:28.263 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 10 12:35:33.448 INFO kablam! Compiling wayland-window v0.13.2 Oct 10 12:35:35.358 INFO kablam! Compiling piston-gfx_texture v0.31.0 Oct 10 12:35:36.220 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 10 12:35:36.464 INFO kablam! Compiling winit v0.10.0 Oct 10 12:35:39.660 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 10 12:35:40.628 INFO kablam! Compiling piston2d-gfx_graphics v0.50.0 Oct 10 12:35:41.868 INFO kablam! Compiling piston v0.36.0 Oct 10 12:35:52.688 INFO kablam! Compiling pistoncore-glutin_window v0.45.3 Oct 10 12:35:56.527 INFO kablam! Compiling piston_window v0.77.0 Oct 10 12:36:00.062 INFO kablam! Compiling rsrpgdemo v0.1.0 (/source) Oct 10 12:36:03.567 INFO kablam! warning: unused import: `ImageSize` Oct 10 12:36:03.568 INFO kablam! --> src/main.rs:6:21 Oct 10 12:36:03.568 INFO kablam! | Oct 10 12:36:03.568 INFO kablam! 6 | use piston_window::{ImageSize, Transformed, RenderEvent, PressEvent, ReleaseEvent, UpdateEvent}; Oct 10 12:36:03.568 INFO kablam! | ^^^^^^^^^ Oct 10 12:36:03.568 INFO kablam! | Oct 10 12:36:03.568 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:36:03.568 INFO kablam! Oct 10 12:36:03.568 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 12:36:03.568 INFO kablam! --> src/main.rs:69:17 Oct 10 12:36:03.568 INFO kablam! | Oct 10 12:36:03.568 INFO kablam! 69 | (tile % (sheet_width / tile_width) * tile_width), Oct 10 12:36:03.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:36:03.568 INFO kablam! | Oct 10 12:36:03.568 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 12:36:03.568 INFO kablam! Oct 10 12:36:03.568 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 12:36:03.568 INFO kablam! --> src/main.rs:70:17 Oct 10 12:36:03.568 INFO kablam! | Oct 10 12:36:03.568 INFO kablam! 70 | (tile / (sheet_width / tile_height) * tile_height), Oct 10 12:36:03.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:36:03.568 INFO kablam! Oct 10 12:36:03.702 INFO kablam! warning: unused variable: `max_height` Oct 10 12:36:03.702 INFO kablam! --> src/main.rs:39:9 Oct 10 12:36:03.702 INFO kablam! | Oct 10 12:36:03.702 INFO kablam! 39 | let max_height = f64::from(tile_height * 20); Oct 10 12:36:03.702 INFO kablam! | ^^^^^^^^^^ help: consider using `_max_height` instead Oct 10 12:36:03.703 INFO kablam! | Oct 10 12:36:03.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:36:03.703 INFO kablam! Oct 10 12:36:03.705 INFO kablam! warning: unused variable: `args` Oct 10 12:36:03.705 INFO kablam! --> src/main.rs:93:21 Oct 10 12:36:03.705 INFO kablam! | Oct 10 12:36:03.705 INFO kablam! 93 | if let Some(args) = e.render_args() { Oct 10 12:36:03.705 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 10 12:36:03.705 INFO kablam! Oct 10 12:36:08.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 10 12:36:08.328 INFO kablam! su: No module specific data is present Oct 10 12:36:08.832 INFO running `"docker" "rm" "-f" "33b0ba4abcd3251c6336328f443dece0f494ccf404b2c31d55c2640d93d5eadb"` Oct 10 12:36:09.025 INFO blam! 33b0ba4abcd3251c6336328f443dece0f494ccf404b2c31d55c2640d93d5eadb Oct 10 12:36:09.034 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:36:09.034 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 10 12:36:09.428 INFO blam! e66443bfa74eb1b82f509ab2e32ccbbc4b96808321b2d19af61f55841f4056a9 Oct 10 12:36:09.432 INFO running `"docker" "start" "-a" "e66443bfa74eb1b82f509ab2e32ccbbc4b96808321b2d19af61f55841f4056a9"` Oct 10 12:36:10.340 INFO kablam! usermod: no changes Oct 10 12:36:10.572 INFO kablam! Compiling rsrpgdemo v0.1.0 (/source) Oct 10 12:36:14.472 INFO kablam! warning: unused import: `ImageSize` Oct 10 12:36:14.472 INFO kablam! --> src/main.rs:6:21 Oct 10 12:36:14.472 INFO kablam! | Oct 10 12:36:14.472 INFO kablam! 6 | use piston_window::{ImageSize, Transformed, RenderEvent, PressEvent, ReleaseEvent, UpdateEvent}; Oct 10 12:36:14.472 INFO kablam! | ^^^^^^^^^ Oct 10 12:36:14.472 INFO kablam! | Oct 10 12:36:14.472 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:36:14.472 INFO kablam! Oct 10 12:36:14.472 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 12:36:14.472 INFO kablam! --> src/main.rs:69:17 Oct 10 12:36:14.472 INFO kablam! | Oct 10 12:36:14.472 INFO kablam! 69 | (tile % (sheet_width / tile_width) * tile_width), Oct 10 12:36:14.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:36:14.472 INFO kablam! | Oct 10 12:36:14.472 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 12:36:14.472 INFO kablam! Oct 10 12:36:14.472 INFO kablam! warning: unnecessary parentheses around method argument Oct 10 12:36:14.472 INFO kablam! --> src/main.rs:70:17 Oct 10 12:36:14.473 INFO kablam! | Oct 10 12:36:14.473 INFO kablam! 70 | (tile / (sheet_width / tile_height) * tile_height), Oct 10 12:36:14.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:36:14.473 INFO kablam! Oct 10 12:36:14.612 INFO kablam! warning: unused variable: `max_height` Oct 10 12:36:14.612 INFO kablam! --> src/main.rs:39:9 Oct 10 12:36:14.612 INFO kablam! | Oct 10 12:36:14.612 INFO kablam! 39 | let max_height = f64::from(tile_height * 20); Oct 10 12:36:14.612 INFO kablam! | ^^^^^^^^^^ help: consider using `_max_height` instead Oct 10 12:36:14.612 INFO kablam! | Oct 10 12:36:14.612 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:36:14.612 INFO kablam! Oct 10 12:36:14.612 INFO kablam! warning: unused variable: `args` Oct 10 12:36:14.612 INFO kablam! --> src/main.rs:93:21 Oct 10 12:36:14.612 INFO kablam! | Oct 10 12:36:14.612 INFO kablam! 93 | if let Some(args) = e.render_args() { Oct 10 12:36:14.612 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 10 12:36:14.612 INFO kablam! Oct 10 12:36:15.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.81s Oct 10 12:36:15.200 INFO kablam! su: No module specific data is present Oct 10 12:36:15.882 INFO running `"docker" "rm" "-f" "e66443bfa74eb1b82f509ab2e32ccbbc4b96808321b2d19af61f55841f4056a9"` Oct 10 12:36:16.112 INFO blam! e66443bfa74eb1b82f509ab2e32ccbbc4b96808321b2d19af61f55841f4056a9 Oct 10 12:36:16.125 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:36:16.126 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 10 12:36:16.668 INFO blam! bb3dbfdb4bd780d1a6cbd63a328c330347c00a7be636fccbb67be2d7a8e48205 Oct 10 12:36:16.684 INFO running `"docker" "start" "-a" "bb3dbfdb4bd780d1a6cbd63a328c330347c00a7be636fccbb67be2d7a8e48205"` Oct 10 12:36:18.010 INFO kablam! usermod: no changes Oct 10 12:36:18.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 10 12:36:18.292 INFO kablam! Running /target/debug/deps/rsrpgdemo-36045f96960380d7 Oct 10 12:36:18.300 INFO blam! Oct 10 12:36:18.300 INFO blam! running 0 tests Oct 10 12:36:18.300 INFO blam! Oct 10 12:36:18.300 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:36:18.300 INFO blam! Oct 10 12:36:18.301 INFO kablam! su: No module specific data is present Oct 10 12:36:18.987 INFO running `"docker" "rm" "-f" "bb3dbfdb4bd780d1a6cbd63a328c330347c00a7be636fccbb67be2d7a8e48205"` Oct 10 12:36:19.201 INFO blam! bb3dbfdb4bd780d1a6cbd63a328c330347c00a7be636fccbb67be2d7a8e48205