Sep 20 03:05:57.830 INFO checking gfx4games-0.2.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 03:05:57.830 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 03:05:57.830 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:05:58.115 INFO blam! d690bae421e699f9b1654a9a66234fb9f5b4b0fc5bf02c0dfdd6ddd8bc4f4dab Sep 20 03:05:58.118 INFO running `"docker" "start" "-a" "d690bae421e699f9b1654a9a66234fb9f5b4b0fc5bf02c0dfdd6ddd8bc4f4dab"` Sep 20 03:05:59.454 INFO kablam! usermod: no changes Sep 20 03:05:59.713 INFO kablam! Checking mint v0.2.0 Sep 20 03:05:59.718 INFO kablam! Compiling glutin v0.15.0 Sep 20 03:05:59.718 INFO kablam! Checking ncollide2d v0.15.4 Sep 20 03:05:59.729 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 20 03:05:59.729 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 20 03:05:59.731 INFO kablam! Checking winit v0.13.1 Sep 20 03:06:00.402 INFO kablam! Checking genmesh v0.5.0 Sep 20 03:06:22.614 INFO kablam! Checking gfx_window_glutin v0.23.0 Sep 20 03:06:24.746 INFO kablam! Checking ncollide_pipeline v0.13.1 Sep 20 03:06:24.746 INFO kablam! Checking ncollide_transformation v0.9.0 Sep 20 03:06:29.173 INFO kablam! Checking ncollide v0.14.1 Sep 20 03:06:29.930 INFO kablam! Checking gfx4games v0.2.2 (/source) Sep 20 03:06:33.054 INFO kablam! warning: unused variable: `dt` Sep 20 03:06:33.054 INFO kablam! --> src/events.rs:89:13 Sep 20 03:06:33.054 INFO kablam! | Sep 20 03:06:33.054 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 20 03:06:33.054 INFO kablam! | ^^ help: consider using `_dt` instead Sep 20 03:06:33.054 INFO kablam! | Sep 20 03:06:33.054 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:06:33.054 INFO kablam! Sep 20 03:06:33.058 INFO kablam! warning: unused variable: `first_frame` Sep 20 03:06:33.058 INFO kablam! --> src/events.rs:90:13 Sep 20 03:06:33.058 INFO kablam! | Sep 20 03:06:33.058 INFO kablam! 90 | let mut first_frame = true; Sep 20 03:06:33.058 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 20 03:06:33.058 INFO kablam! Sep 20 03:06:33.310 INFO kablam! warning: unused variable: `dt` Sep 20 03:06:33.310 INFO kablam! --> src/events.rs:89:13 Sep 20 03:06:33.310 INFO kablam! | Sep 20 03:06:33.310 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 20 03:06:33.310 INFO kablam! | ^^ help: consider using `_dt` instead Sep 20 03:06:33.310 INFO kablam! | Sep 20 03:06:33.310 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:06:33.310 INFO kablam! Sep 20 03:06:33.310 INFO kablam! warning: unused variable: `first_frame` Sep 20 03:06:33.310 INFO kablam! --> src/events.rs:90:13 Sep 20 03:06:33.310 INFO kablam! | Sep 20 03:06:33.310 INFO kablam! 90 | let mut first_frame = true; Sep 20 03:06:33.310 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 20 03:06:33.310 INFO kablam! Sep 20 03:06:37.637 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 03:06:37.637 INFO kablam! --> examples/collision.rs:47:5 Sep 20 03:06:37.637 INFO kablam! | Sep 20 03:06:37.637 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 20 03:06:37.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 03:06:37.637 INFO kablam! Sep 20 03:06:37.637 INFO kablam! error: aborting due to previous error Sep 20 03:06:37.638 INFO kablam! Sep 20 03:06:37.638 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 20 03:06:37.649 INFO kablam! error: Could not compile `gfx4games`. Sep 20 03:06:37.649 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:06:37.753 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 20 03:06:37.754 INFO kablam! --> examples/simple.rs:10:5 Sep 20 03:06:37.754 INFO kablam! | Sep 20 03:06:37.754 INFO kablam! 10 | use nalgebra::Vector3; Sep 20 03:06:37.755 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 03:06:37.755 INFO kablam! | Sep 20 03:06:37.755 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 03:06:37.755 INFO kablam! Sep 20 03:06:37.774 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 03:06:37.774 INFO kablam! --> examples/simple.rs:41:5 Sep 20 03:06:37.774 INFO kablam! | Sep 20 03:06:37.774 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 20 03:06:37.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 03:06:37.775 INFO kablam! Sep 20 03:06:37.775 INFO kablam! error: aborting due to previous error Sep 20 03:06:37.775 INFO kablam! Sep 20 03:06:37.776 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 20 03:06:37.802 INFO kablam! error: Could not compile `gfx4games`. Sep 20 03:06:37.803 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:06:38.099 INFO kablam! error: build failed Sep 20 03:06:38.103 INFO kablam! su: No module specific data is present Sep 20 03:06:39.005 INFO running `"docker" "rm" "-f" "d690bae421e699f9b1654a9a66234fb9f5b4b0fc5bf02c0dfdd6ddd8bc4f4dab"` Sep 20 03:06:39.122 INFO blam! d690bae421e699f9b1654a9a66234fb9f5b4b0fc5bf02c0dfdd6ddd8bc4f4dab