Oct 27 04:00:41.881 INFO checking happenslol/n3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:00:41.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 04:00:42.298 INFO blam! 556b57f2621f1ba8d75c3b3843591b851dc3eb210b616f9e8378df3ddbbb4a74 Oct 27 04:00:42.300 INFO running `"docker" "start" "-a" "556b57f2621f1ba8d75c3b3843591b851dc3eb210b616f9e8378df3ddbbb4a74"` Oct 27 04:00:44.171 INFO kablam! usermod: no changes Oct 27 04:00:44.518 INFO kablam! Compiling serde v0.9.10 Oct 27 04:00:44.521 INFO kablam! Checking shared_library v0.1.5 Oct 27 04:00:44.531 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 04:00:44.532 INFO kablam! Compiling gl_generator v0.5.2 Oct 27 04:00:44.532 INFO kablam! Checking pistoncore-input v0.17.1 Oct 27 04:00:44.532 INFO kablam! Checking gfx_core v0.6.0 Oct 27 04:00:44.533 INFO kablam! Checking arrayvec v0.3.20 Oct 27 04:00:44.533 INFO kablam! Checking rayon v0.6.0 Oct 27 04:00:47.404 INFO kablam! Checking x11-dl v2.12.0 Oct 27 04:00:47.611 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 04:00:48.379 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 04:00:49.791 INFO kablam! Checking rusttype v0.2.1 Oct 27 04:00:50.299 INFO kablam! Compiling target_build_utils v0.3.0 Oct 27 04:00:56.579 INFO kablam! Checking jpeg-decoder v0.1.11 Oct 27 04:00:56.775 INFO kablam! Compiling glutin v0.7.4 Oct 27 04:00:56.775 INFO kablam! Compiling gl v0.6.1 Oct 27 04:00:57.627 INFO kablam! Compiling gfx_gl v0.3.1 Oct 27 04:00:58.287 INFO kablam! Checking pistoncore-window v0.26.2 Oct 27 04:01:07.527 INFO kablam! Checking pistoncore-event_loop v0.31.4 Oct 27 04:01:07.675 INFO kablam! Checking image v0.12.3 Oct 27 04:01:11.263 INFO kablam! Checking piston v0.31.4 Oct 27 04:01:17.631 INFO kablam! Compiling serde_json v0.9.8 Oct 27 04:01:33.359 INFO kablam! Compiling libloading v0.3.2 Oct 27 04:01:36.311 INFO kablam! Checking dlib v0.3.1 Oct 27 04:01:36.783 INFO kablam! Checking wayland-sys v0.7.8 Oct 27 04:01:37.443 INFO kablam! Checking wayland-client v0.7.8 Oct 27 04:01:39.718 INFO kablam! Checking wayland-window v0.4.4 Oct 27 04:01:39.719 INFO kablam! Checking wayland-kbd v0.6.3 Oct 27 04:01:41.323 INFO kablam! Checking winit v0.5.11 Oct 27 04:01:45.763 INFO kablam! Checking pistoncore-glutin_window v0.35.1 Oct 27 04:01:46.425 INFO kablam! Checking gfx v0.14.0 Oct 27 04:01:46.426 INFO kablam! Checking gfx_device_gl v0.13.0 Oct 27 04:01:52.523 INFO kablam! Checking piston-gfx_texture v0.22.1 Oct 27 04:01:54.445 INFO kablam! Checking piston2d-gfx_graphics v0.38.0 Oct 27 04:01:57.836 INFO kablam! Checking piston_window v0.64.0 Oct 27 04:02:00.047 INFO kablam! Checking n3 v0.1.0 (/source) Oct 27 04:02:03.379 INFO kablam! warning: unused variable: `dt` Oct 27 04:02:03.380 INFO kablam! --> src/camera.rs:20:30 Oct 27 04:02:03.380 INFO kablam! | Oct 27 04:02:03.380 INFO kablam! 20 | pub fn update(&mut self, dt: f64) { Oct 27 04:02:03.380 INFO kablam! | ^^ help: consider using `_dt` instead Oct 27 04:02:03.380 INFO kablam! | Oct 27 04:02:03.380 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:02:03.380 INFO kablam! Oct 27 04:02:03.398 INFO kablam! warning: method is never used: `add_tile_offset` Oct 27 04:02:03.398 INFO kablam! --> src/world.rs:84:5 Oct 27 04:02:03.398 INFO kablam! | Oct 27 04:02:03.398 INFO kablam! 84 | pub fn add_tile_offset(pos: [f64; 2], offset: [i32; 2]) -> [f64; 2] { Oct 27 04:02:03.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:02:03.398 INFO kablam! | Oct 27 04:02:03.400 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:02:03.400 INFO kablam! Oct 27 04:02:03.538 INFO kablam! warning: unused variable: `dt` Oct 27 04:02:03.538 INFO kablam! --> src/camera.rs:20:30 Oct 27 04:02:03.538 INFO kablam! | Oct 27 04:02:03.538 INFO kablam! 20 | pub fn update(&mut self, dt: f64) { Oct 27 04:02:03.539 INFO kablam! | ^^ help: consider using `_dt` instead Oct 27 04:02:03.539 INFO kablam! | Oct 27 04:02:03.540 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:02:03.540 INFO kablam! Oct 27 04:02:03.567 INFO kablam! warning: method is never used: `add_tile_offset` Oct 27 04:02:03.567 INFO kablam! --> src/world.rs:84:5 Oct 27 04:02:03.567 INFO kablam! | Oct 27 04:02:03.567 INFO kablam! 84 | pub fn add_tile_offset(pos: [f64; 2], offset: [i32; 2]) -> [f64; 2] { Oct 27 04:02:03.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:02:03.567 INFO kablam! | Oct 27 04:02:03.567 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:02:03.567 INFO kablam! Oct 27 04:02:03.597 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 27 04:02:03.615 INFO kablam! su: No module specific data is present Oct 27 04:02:04.415 INFO running `"docker" "rm" "-f" "556b57f2621f1ba8d75c3b3843591b851dc3eb210b616f9e8378df3ddbbb4a74"` Oct 27 04:02:04.719 INFO blam! 556b57f2621f1ba8d75c3b3843591b851dc3eb210b616f9e8378df3ddbbb4a74