Sep 04 19:42:20.356 INFO checking gfx4games-0.2.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 19:42:20.356 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 19:42:20.356 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:42:20.634 INFO blam! 31843ce4eafb4142579798793e57316f4a2cbefb995fec49b23138f781b39950 Sep 04 19:42:20.636 INFO running `"docker" "start" "-a" "31843ce4eafb4142579798793e57316f4a2cbefb995fec49b23138f781b39950"` Sep 04 19:42:21.969 INFO kablam! Checking genmesh v0.5.0 Sep 04 19:42:21.969 INFO kablam! Checking freetype-rs v0.18.0 Sep 04 19:42:21.972 INFO kablam! Checking ncollide2d v0.15.4 Sep 04 19:42:21.973 INFO kablam! Checking ncollide v0.14.1 Sep 04 19:42:25.251 INFO kablam! Checking gfx_text v0.22.0 Sep 04 19:42:35.768 INFO kablam! Checking gfx4games v0.2.2 (file:///source) Sep 04 19:42:40.999 INFO kablam! warning: unused variable: `dt` Sep 04 19:42:40.999 INFO kablam! --> src/events.rs:89:13 Sep 04 19:42:40.999 INFO kablam! | Sep 04 19:42:40.999 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 04 19:42:40.999 INFO kablam! | ^^ help: consider using `_dt` instead Sep 04 19:42:41.000 INFO kablam! | Sep 04 19:42:41.000 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 19:42:41.000 INFO kablam! Sep 04 19:42:41.000 INFO kablam! warning: unused variable: `first_frame` Sep 04 19:42:41.000 INFO kablam! --> src/events.rs:90:13 Sep 04 19:42:41.000 INFO kablam! | Sep 04 19:42:41.000 INFO kablam! 90 | let mut first_frame = true; Sep 04 19:42:41.000 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 04 19:42:41.000 INFO kablam! Sep 04 19:42:41.223 INFO kablam! warning: unused variable: `dt` Sep 04 19:42:41.223 INFO kablam! --> src/events.rs:89:13 Sep 04 19:42:41.223 INFO kablam! | Sep 04 19:42:41.223 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 04 19:42:41.223 INFO kablam! | ^^ help: consider using `_dt` instead Sep 04 19:42:41.223 INFO kablam! | Sep 04 19:42:41.223 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 19:42:41.223 INFO kablam! Sep 04 19:42:41.224 INFO kablam! warning: unused variable: `first_frame` Sep 04 19:42:41.224 INFO kablam! --> src/events.rs:90:13 Sep 04 19:42:41.224 INFO kablam! | Sep 04 19:42:41.224 INFO kablam! 90 | let mut first_frame = true; Sep 04 19:42:41.224 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 04 19:42:41.224 INFO kablam! Sep 04 19:42:48.256 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 04 19:42:48.256 INFO kablam! --> examples/simple.rs:10:5 Sep 04 19:42:48.256 INFO kablam! | Sep 04 19:42:48.256 INFO kablam! 10 | use nalgebra::Vector3; Sep 04 19:42:48.256 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 19:42:48.257 INFO kablam! | Sep 04 19:42:48.257 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 19:42:48.264 INFO kablam! Sep 04 19:42:48.301 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 04 19:42:48.301 INFO kablam! --> examples/simple.rs:41:5 Sep 04 19:42:48.301 INFO kablam! | Sep 04 19:42:48.301 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 04 19:42:48.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 04 19:42:48.302 INFO kablam! Sep 04 19:42:48.303 INFO kablam! error: aborting due to previous error Sep 04 19:42:48.303 INFO kablam! Sep 04 19:42:48.304 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 04 19:42:48.308 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 04 19:42:48.308 INFO kablam! --> examples/collision.rs:47:5 Sep 04 19:42:48.308 INFO kablam! | Sep 04 19:42:48.308 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 04 19:42:48.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 04 19:42:48.308 INFO kablam! Sep 04 19:42:48.310 INFO kablam! error: aborting due to previous error Sep 04 19:42:48.310 INFO kablam! Sep 04 19:42:48.310 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 04 19:42:48.324 INFO kablam! error: Could not compile `gfx4games`. Sep 04 19:42:48.325 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:42:48.328 INFO kablam! error: Could not compile `gfx4games`. Sep 04 19:42:48.329 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:42:48.810 INFO kablam! error: build failed Sep 04 19:42:48.812 INFO kablam! su: No module specific data is present Sep 04 19:42:49.410 INFO running `"docker" "rm" "-f" "31843ce4eafb4142579798793e57316f4a2cbefb995fec49b23138f781b39950"` Sep 04 19:42:49.573 INFO blam! 31843ce4eafb4142579798793e57316f4a2cbefb995fec49b23138f781b39950