Sep 14 16:07:57.585 INFO checking gfx4games-0.2.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:07:57.585 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:07:57.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:07:58.013 INFO blam! 22e6e5ff41045b34f2c5232336eb215102660434aac4c320b5729d042b3df45e Sep 14 16:07:58.019 INFO running `"docker" "start" "-a" "22e6e5ff41045b34f2c5232336eb215102660434aac4c320b5729d042b3df45e"` Sep 14 16:07:59.606 INFO kablam! usermod: no changes Sep 14 16:07:59.998 INFO kablam! Checking freetype-rs v0.18.0 Sep 14 16:08:00.003 INFO kablam! Checking ncollide_math v0.9.0 Sep 14 16:08:00.003 INFO kablam! Checking ncollide2d v0.15.4 Sep 14 16:08:02.279 INFO kablam! Checking gfx_text v0.22.0 Sep 14 16:08:03.292 INFO kablam! Checking ncollide_utils v0.9.0 Sep 14 16:08:06.135 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 14 16:08:06.135 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 14 16:08:20.224 INFO kablam! Checking ncollide_pipeline v0.13.1 Sep 14 16:08:20.224 INFO kablam! Checking ncollide_transformation v0.9.0 Sep 14 16:08:24.926 INFO kablam! Checking ncollide v0.14.1 Sep 14 16:08:25.640 INFO kablam! Checking gfx4games v0.2.2 (file:///source) Sep 14 16:08:29.251 INFO kablam! warning: unused variable: `dt` Sep 14 16:08:29.251 INFO kablam! --> src/events.rs:89:13 Sep 14 16:08:29.251 INFO kablam! | Sep 14 16:08:29.251 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 14 16:08:29.251 INFO kablam! | ^^ help: consider using `_dt` instead Sep 14 16:08:29.251 INFO kablam! | Sep 14 16:08:29.251 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 16:08:29.251 INFO kablam! Sep 14 16:08:29.251 INFO kablam! warning: unused variable: `first_frame` Sep 14 16:08:29.251 INFO kablam! --> src/events.rs:90:13 Sep 14 16:08:29.251 INFO kablam! | Sep 14 16:08:29.251 INFO kablam! 90 | let mut first_frame = true; Sep 14 16:08:29.251 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 14 16:08:29.251 INFO kablam! Sep 14 16:08:29.730 INFO kablam! warning: unused variable: `dt` Sep 14 16:08:29.730 INFO kablam! --> src/events.rs:89:13 Sep 14 16:08:29.730 INFO kablam! | Sep 14 16:08:29.730 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 14 16:08:29.730 INFO kablam! | ^^ help: consider using `_dt` instead Sep 14 16:08:29.730 INFO kablam! | Sep 14 16:08:29.730 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 16:08:29.730 INFO kablam! Sep 14 16:08:29.730 INFO kablam! warning: unused variable: `first_frame` Sep 14 16:08:29.730 INFO kablam! --> src/events.rs:90:13 Sep 14 16:08:29.730 INFO kablam! | Sep 14 16:08:29.730 INFO kablam! 90 | let mut first_frame = true; Sep 14 16:08:29.730 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 14 16:08:29.730 INFO kablam! Sep 14 16:08:32.491 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 14 16:08:32.491 INFO kablam! --> examples/collision.rs:47:5 Sep 14 16:08:32.491 INFO kablam! | Sep 14 16:08:32.491 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 14 16:08:32.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 14 16:08:32.491 INFO kablam! Sep 14 16:08:32.491 INFO kablam! error: aborting due to previous error Sep 14 16:08:32.491 INFO kablam! Sep 14 16:08:32.491 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 14 16:08:32.524 INFO kablam! error: Could not compile `gfx4games`. Sep 14 16:08:32.524 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:08:33.243 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 14 16:08:33.243 INFO kablam! --> examples/simple.rs:10:5 Sep 14 16:08:33.243 INFO kablam! | Sep 14 16:08:33.243 INFO kablam! 10 | use nalgebra::Vector3; Sep 14 16:08:33.243 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 16:08:33.243 INFO kablam! | Sep 14 16:08:33.243 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:08:33.243 INFO kablam! Sep 14 16:08:33.263 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 14 16:08:33.263 INFO kablam! --> examples/simple.rs:41:5 Sep 14 16:08:33.263 INFO kablam! | Sep 14 16:08:33.263 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 14 16:08:33.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 14 16:08:33.263 INFO kablam! Sep 14 16:08:33.263 INFO kablam! error: aborting due to previous error Sep 14 16:08:33.263 INFO kablam! Sep 14 16:08:33.263 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 14 16:08:33.275 INFO kablam! error: Could not compile `gfx4games`. Sep 14 16:08:33.275 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:08:33.465 INFO kablam! error: build failed Sep 14 16:08:33.471 INFO kablam! su: No module specific data is present Sep 14 16:08:34.903 INFO running `"docker" "rm" "-f" "22e6e5ff41045b34f2c5232336eb215102660434aac4c320b5729d042b3df45e"` Sep 14 16:08:35.191 INFO blam! 22e6e5ff41045b34f2c5232336eb215102660434aac4c320b5729d042b3df45e