Sep 01 03:27:44.210 INFO checking gfx4games-0.2.2 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 03:27:44.210 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 03:27:44.210 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 03:27:44.385 INFO blam! 476cd2d2ca776c7836e7f2f3d3987159d1bb77fafbd4e0f0c1cbbb4f9df1ed59 Sep 01 03:27:44.388 INFO running `"docker" "start" "-a" "476cd2d2ca776c7836e7f2f3d3987159d1bb77fafbd4e0f0c1cbbb4f9df1ed59"` Sep 01 03:27:45.128 INFO kablam! Compiling glutin v0.15.0 Sep 01 03:27:45.130 INFO kablam! Checking freetype-rs v0.18.0 Sep 01 03:27:45.131 INFO kablam! Checking ncollide2d v0.15.4 Sep 01 03:27:45.133 INFO kablam! Checking winit v0.13.1 Sep 01 03:27:45.134 INFO kablam! Checking ncollide v0.14.1 Sep 01 03:27:46.855 INFO kablam! Checking gfx_text v0.22.0 Sep 01 03:28:06.451 INFO kablam! Checking gfx_window_glutin v0.23.0 Sep 01 03:28:09.287 INFO kablam! Checking gfx4games v0.2.2 (file:///source) Sep 01 03:28:15.132 INFO kablam! warning: unused variable: `dt` Sep 01 03:28:15.132 INFO kablam! --> src/events.rs:89:13 Sep 01 03:28:15.133 INFO kablam! | Sep 01 03:28:15.133 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 01 03:28:15.133 INFO kablam! | ^^ help: consider using `_dt` instead Sep 01 03:28:15.133 INFO kablam! | Sep 01 03:28:15.133 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 03:28:15.133 INFO kablam! Sep 01 03:28:15.133 INFO kablam! warning: unused variable: `first_frame` Sep 01 03:28:15.133 INFO kablam! --> src/events.rs:90:13 Sep 01 03:28:15.133 INFO kablam! | Sep 01 03:28:15.133 INFO kablam! 90 | let mut first_frame = true; Sep 01 03:28:15.133 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 01 03:28:15.133 INFO kablam! Sep 01 03:28:15.220 INFO kablam! warning: unused variable: `dt` Sep 01 03:28:15.220 INFO kablam! --> src/events.rs:89:13 Sep 01 03:28:15.220 INFO kablam! | Sep 01 03:28:15.220 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 01 03:28:15.220 INFO kablam! | ^^ help: consider using `_dt` instead Sep 01 03:28:15.220 INFO kablam! | Sep 01 03:28:15.220 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 03:28:15.220 INFO kablam! Sep 01 03:28:15.221 INFO kablam! warning: unused variable: `first_frame` Sep 01 03:28:15.221 INFO kablam! --> src/events.rs:90:13 Sep 01 03:28:15.221 INFO kablam! | Sep 01 03:28:15.221 INFO kablam! 90 | let mut first_frame = true; Sep 01 03:28:15.221 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 01 03:28:15.221 INFO kablam! Sep 01 03:28:22.697 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 01 03:28:22.697 INFO kablam! --> examples/collision.rs:47:5 Sep 01 03:28:22.697 INFO kablam! | Sep 01 03:28:22.697 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 01 03:28:22.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 01 03:28:22.697 INFO kablam! Sep 01 03:28:22.703 INFO kablam! error: aborting due to previous error Sep 01 03:28:22.703 INFO kablam! Sep 01 03:28:22.703 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 01 03:28:22.719 INFO kablam! error: Could not compile `gfx4games`. Sep 01 03:28:22.719 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 03:28:22.777 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 01 03:28:22.777 INFO kablam! --> examples/simple.rs:10:5 Sep 01 03:28:22.777 INFO kablam! | Sep 01 03:28:22.777 INFO kablam! 10 | use nalgebra::Vector3; Sep 01 03:28:22.777 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 03:28:22.777 INFO kablam! | Sep 01 03:28:22.777 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 03:28:22.777 INFO kablam! Sep 01 03:28:22.811 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 01 03:28:22.811 INFO kablam! --> examples/simple.rs:41:5 Sep 01 03:28:22.811 INFO kablam! | Sep 01 03:28:22.811 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 01 03:28:22.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 01 03:28:22.811 INFO kablam! Sep 01 03:28:22.814 INFO kablam! error: aborting due to previous error Sep 01 03:28:22.814 INFO kablam! Sep 01 03:28:22.814 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 01 03:28:22.842 INFO kablam! error: Could not compile `gfx4games`. Sep 01 03:28:22.842 INFO kablam! Sep 01 03:28:22.843 INFO kablam! To learn more, run the command again with --verbose. Sep 01 03:28:22.844 INFO kablam! su: No module specific data is present Sep 01 03:28:23.460 INFO running `"docker" "rm" "-f" "476cd2d2ca776c7836e7f2f3d3987159d1bb77fafbd4e0f0c1cbbb4f9df1ed59"` Sep 01 03:28:23.615 INFO blam! 476cd2d2ca776c7836e7f2f3d3987159d1bb77fafbd4e0f0c1cbbb4f9df1ed59