Sep 21 10:00:14.425 INFO checking gfx4games-0.2.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 10:00:14.425 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 10:00:14.426 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:00:14.639 INFO blam! f2a20d6cbe0d2bc9859c2fce1638a2a0ab0c23489e3acd3861d616a6bbe1d7f6 Sep 21 10:00:14.641 INFO running `"docker" "start" "-a" "f2a20d6cbe0d2bc9859c2fce1638a2a0ab0c23489e3acd3861d616a6bbe1d7f6"` Sep 21 10:00:15.873 INFO kablam! usermod: no changes Sep 21 10:00:16.159 INFO kablam! Checking mint v0.2.0 Sep 21 10:00:16.166 INFO kablam! Checking cgmath v0.14.1 Sep 21 10:00:16.166 INFO kablam! Compiling glutin v0.15.0 Sep 21 10:00:16.166 INFO kablam! Checking ncollide2d v0.15.4 Sep 21 10:00:16.174 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 21 10:00:16.174 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 21 10:00:16.174 INFO kablam! Checking winit v0.13.1 Sep 21 10:00:43.790 INFO kablam! Checking genmesh v0.5.0 Sep 21 10:00:49.493 INFO kablam! Checking gfx_window_glutin v0.23.0 Sep 21 10:00:50.249 INFO kablam! Checking ncollide_transformation v0.9.0 Sep 21 10:00:50.250 INFO kablam! Checking ncollide_pipeline v0.13.1 Sep 21 10:00:54.588 INFO kablam! Checking ncollide v0.14.1 Sep 21 10:00:55.394 INFO kablam! Checking gfx4games v0.2.2 (/source) Sep 21 10:00:58.167 INFO kablam! warning: unused variable: `dt` Sep 21 10:00:58.167 INFO kablam! --> src/events.rs:89:13 Sep 21 10:00:58.167 INFO kablam! | Sep 21 10:00:58.167 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 21 10:00:58.167 INFO kablam! | ^^ help: consider using `_dt` instead Sep 21 10:00:58.167 INFO kablam! | Sep 21 10:00:58.167 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 10:00:58.167 INFO kablam! Sep 21 10:00:58.168 INFO kablam! warning: unused variable: `first_frame` Sep 21 10:00:58.168 INFO kablam! --> src/events.rs:90:13 Sep 21 10:00:58.168 INFO kablam! | Sep 21 10:00:58.168 INFO kablam! 90 | let mut first_frame = true; Sep 21 10:00:58.168 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 21 10:00:58.168 INFO kablam! Sep 21 10:00:58.168 INFO kablam! warning: unused variable: `dt` Sep 21 10:00:58.168 INFO kablam! --> src/events.rs:89:13 Sep 21 10:00:58.168 INFO kablam! | Sep 21 10:00:58.168 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 21 10:00:58.168 INFO kablam! | ^^ help: consider using `_dt` instead Sep 21 10:00:58.169 INFO kablam! | Sep 21 10:00:58.169 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 10:00:58.169 INFO kablam! Sep 21 10:00:58.169 INFO kablam! warning: unused variable: `first_frame` Sep 21 10:00:58.169 INFO kablam! --> src/events.rs:90:13 Sep 21 10:00:58.169 INFO kablam! | Sep 21 10:00:58.169 INFO kablam! 90 | let mut first_frame = true; Sep 21 10:00:58.169 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 21 10:00:58.169 INFO kablam! Sep 21 10:01:00.738 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 21 10:01:00.738 INFO kablam! --> examples/collision.rs:47:5 Sep 21 10:01:00.738 INFO kablam! | Sep 21 10:01:00.738 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 21 10:01:00.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 21 10:01:00.738 INFO kablam! Sep 21 10:01:00.738 INFO kablam! error: aborting due to previous error Sep 21 10:01:00.738 INFO kablam! Sep 21 10:01:00.738 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 21 10:01:00.747 INFO kablam! error: Could not compile `gfx4games`. Sep 21 10:01:00.747 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:01:00.864 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 21 10:01:00.864 INFO kablam! --> examples/simple.rs:10:5 Sep 21 10:01:00.864 INFO kablam! | Sep 21 10:01:00.864 INFO kablam! 10 | use nalgebra::Vector3; Sep 21 10:01:00.864 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 10:01:00.864 INFO kablam! | Sep 21 10:01:00.864 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:01:00.864 INFO kablam! Sep 21 10:01:00.876 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 21 10:01:00.876 INFO kablam! --> examples/simple.rs:41:5 Sep 21 10:01:00.876 INFO kablam! | Sep 21 10:01:00.876 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 21 10:01:00.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 21 10:01:00.876 INFO kablam! Sep 21 10:01:00.876 INFO kablam! error: aborting due to previous error Sep 21 10:01:00.876 INFO kablam! Sep 21 10:01:00.876 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 21 10:01:00.885 INFO kablam! error: Could not compile `gfx4games`. Sep 21 10:01:00.885 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:01:01.190 INFO kablam! error: build failed Sep 21 10:01:01.191 INFO kablam! su: No module specific data is present Sep 21 10:01:01.828 INFO running `"docker" "rm" "-f" "f2a20d6cbe0d2bc9859c2fce1638a2a0ab0c23489e3acd3861d616a6bbe1d7f6"` Sep 21 10:01:01.880 INFO blam! f2a20d6cbe0d2bc9859c2fce1638a2a0ab0c23489e3acd3861d616a6bbe1d7f6