Sep 02 13:28:13.934 INFO checking gfx4games-0.2.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 13:28:13.934 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 13:28:13.934 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:28:14.153 INFO blam! 725e844e1ab3c3921febd1f2ca251ac32fdbc7296805c62951a2feb556574121 Sep 02 13:28:14.156 INFO running `"docker" "start" "-a" "725e844e1ab3c3921febd1f2ca251ac32fdbc7296805c62951a2feb556574121"` Sep 02 13:28:15.187 INFO kablam! Compiling glutin v0.15.0 Sep 02 13:28:15.207 INFO kablam! Checking ncollide2d v0.15.4 Sep 02 13:28:15.207 INFO kablam! Checking gfx_text v0.22.0 Sep 02 13:28:15.223 INFO kablam! Checking winit v0.13.1 Sep 02 13:28:15.226 INFO kablam! Checking ncollide v0.14.1 Sep 02 13:28:39.928 INFO kablam! Checking gfx_window_glutin v0.23.0 Sep 02 13:28:42.887 INFO kablam! Checking gfx4games v0.2.2 (file:///source) Sep 02 13:28:49.153 INFO kablam! warning: unused variable: `dt` Sep 02 13:28:49.153 INFO kablam! --> src/events.rs:89:13 Sep 02 13:28:49.153 INFO kablam! | Sep 02 13:28:49.153 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 02 13:28:49.153 INFO kablam! | ^^ help: consider using `_dt` instead Sep 02 13:28:49.154 INFO kablam! | Sep 02 13:28:49.154 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 13:28:49.154 INFO kablam! Sep 02 13:28:49.154 INFO kablam! warning: unused variable: `first_frame` Sep 02 13:28:49.154 INFO kablam! --> src/events.rs:90:13 Sep 02 13:28:49.154 INFO kablam! | Sep 02 13:28:49.154 INFO kablam! 90 | let mut first_frame = true; Sep 02 13:28:49.154 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 02 13:28:49.154 INFO kablam! Sep 02 13:28:49.159 INFO kablam! warning: unused variable: `dt` Sep 02 13:28:49.159 INFO kablam! --> src/events.rs:89:13 Sep 02 13:28:49.159 INFO kablam! | Sep 02 13:28:49.159 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 02 13:28:49.159 INFO kablam! | ^^ help: consider using `_dt` instead Sep 02 13:28:49.159 INFO kablam! | Sep 02 13:28:49.159 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 13:28:49.159 INFO kablam! Sep 02 13:28:49.160 INFO kablam! warning: unused variable: `first_frame` Sep 02 13:28:49.160 INFO kablam! --> src/events.rs:90:13 Sep 02 13:28:49.160 INFO kablam! | Sep 02 13:28:49.160 INFO kablam! 90 | let mut first_frame = true; Sep 02 13:28:49.160 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 02 13:28:49.160 INFO kablam! Sep 02 13:28:55.741 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 02 13:28:55.741 INFO kablam! --> examples/simple.rs:10:5 Sep 02 13:28:55.741 INFO kablam! | Sep 02 13:28:55.742 INFO kablam! 10 | use nalgebra::Vector3; Sep 02 13:28:55.742 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 13:28:55.742 INFO kablam! | Sep 02 13:28:55.742 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 13:28:55.742 INFO kablam! Sep 02 13:28:55.788 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 02 13:28:55.788 INFO kablam! --> examples/simple.rs:41:5 Sep 02 13:28:55.789 INFO kablam! | Sep 02 13:28:55.789 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 02 13:28:55.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 02 13:28:55.789 INFO kablam! Sep 02 13:28:55.790 INFO kablam! error: aborting due to previous error Sep 02 13:28:55.790 INFO kablam! Sep 02 13:28:55.790 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 02 13:28:55.810 INFO kablam! error: Could not compile `gfx4games`. Sep 02 13:28:55.810 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:28:56.121 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 02 13:28:56.121 INFO kablam! --> examples/collision.rs:47:5 Sep 02 13:28:56.121 INFO kablam! | Sep 02 13:28:56.121 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 02 13:28:56.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 02 13:28:56.126 INFO kablam! Sep 02 13:28:56.129 INFO kablam! error: aborting due to previous error Sep 02 13:28:56.129 INFO kablam! Sep 02 13:28:56.129 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 02 13:28:56.148 INFO kablam! error: Could not compile `gfx4games`. Sep 02 13:28:56.149 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:28:56.562 INFO kablam! error: build failed Sep 02 13:28:56.564 INFO kablam! su: No module specific data is present Sep 02 13:28:57.059 INFO running `"docker" "rm" "-f" "725e844e1ab3c3921febd1f2ca251ac32fdbc7296805c62951a2feb556574121"` Sep 02 13:28:57.207 INFO blam! 725e844e1ab3c3921febd1f2ca251ac32fdbc7296805c62951a2feb556574121