Sep 01 01:06:25.865 INFO checking hlua-badtouch-0.4.2 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 01:06:25.865 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 01:06:25.865 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 01:06:26.010 INFO blam! 04dbddeea4f698b91b67435a928317bf2064013d4ae91f2c3e0465eed514ae50 Sep 01 01:06:26.012 INFO running `"docker" "start" "-a" "04dbddeea4f698b91b67435a928317bf2064013d4ae91f2c3e0465eed514ae50"` Sep 01 01:06:26.758 INFO kablam! Compiling lua52-sys v0.1.1 Sep 01 01:06:31.088 INFO kablam! Checking hlua-badtouch v0.4.2 (file:///source) Sep 01 01:06:31.703 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 01:06:31.703 INFO kablam! --> src/rust_tables.rs:24:39 Sep 01 01:06:31.703 INFO kablam! | Sep 01 01:06:31.703 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 01 01:06:31.703 INFO kablam! | ^^^^^ help: remove these parentheses Sep 01 01:06:31.703 INFO kablam! | Sep 01 01:06:31.703 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:06:31.703 INFO kablam! Sep 01 01:06:32.267 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 01:06:32.267 INFO kablam! --> src/lua_functions.rs:461:84 Sep 01 01:06:32.267 INFO kablam! | Sep 01 01:06:32.267 INFO kablam! 461 | let val: i32 = lua.get::, _>("foo").unwrap().call_with_args((3)).unwrap(); Sep 01 01:06:32.267 INFO kablam! | ^^^ help: remove these parentheses Sep 01 01:06:32.267 INFO kablam! | Sep 01 01:06:32.268 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:06:32.268 INFO kablam! Sep 01 01:06:32.270 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 01:06:32.270 INFO kablam! --> src/rust_tables.rs:24:39 Sep 01 01:06:32.270 INFO kablam! | Sep 01 01:06:32.270 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 01 01:06:32.270 INFO kablam! | ^^^^^ help: remove these parentheses Sep 01 01:06:32.270 INFO kablam! Sep 01 01:06:36.047 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.047 INFO kablam! --> tests/userdata.rs:1:1 Sep 01 01:06:36.047 INFO kablam! | Sep 01 01:06:36.047 INFO kablam! 1 | extern crate hlua; Sep 01 01:06:36.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.047 INFO kablam! Sep 01 01:06:36.048 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.048 INFO kablam! Sep 01 01:06:36.048 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.075 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.075 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.613 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.613 INFO kablam! --> examples/repl.rs:1:1 Sep 01 01:06:36.613 INFO kablam! | Sep 01 01:06:36.614 INFO kablam! 1 | extern crate hlua; Sep 01 01:06:36.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.614 INFO kablam! Sep 01 01:06:36.614 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.614 INFO kablam! Sep 01 01:06:36.614 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.643 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.644 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.662 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.662 INFO kablam! --> examples/basic.rs:1:1 Sep 01 01:06:36.662 INFO kablam! | Sep 01 01:06:36.662 INFO kablam! 1 | extern crate hlua; Sep 01 01:06:36.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.662 INFO kablam! Sep 01 01:06:36.663 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.663 INFO kablam! Sep 01 01:06:36.663 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.674 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.674 INFO kablam! --> examples/rust_function.rs:1:1 Sep 01 01:06:36.674 INFO kablam! | Sep 01 01:06:36.674 INFO kablam! 1 | extern crate hlua; Sep 01 01:06:36.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.675 INFO kablam! Sep 01 01:06:36.676 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.676 INFO kablam! Sep 01 01:06:36.676 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.676 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.676 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.680 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.680 INFO kablam! --> examples/sound-api.rs:2:1 Sep 01 01:06:36.680 INFO kablam! | Sep 01 01:06:36.680 INFO kablam! 2 | extern crate hlua; Sep 01 01:06:36.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.680 INFO kablam! Sep 01 01:06:36.681 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.681 INFO kablam! Sep 01 01:06:36.681 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.686 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.686 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.687 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.687 INFO kablam! --> tests/ffi.rs:3:1 Sep 01 01:06:36.687 INFO kablam! | Sep 01 01:06:36.687 INFO kablam! 3 | extern crate hlua; Sep 01 01:06:36.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.687 INFO kablam! Sep 01 01:06:36.687 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.687 INFO kablam! Sep 01 01:06:36.687 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.693 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.693 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.703 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.703 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:38.470 INFO kablam! error: build failed Sep 01 01:06:38.471 INFO kablam! su: No module specific data is present Sep 01 01:06:38.997 INFO running `"docker" "rm" "-f" "04dbddeea4f698b91b67435a928317bf2064013d4ae91f2c3e0465eed514ae50"` Sep 01 01:06:39.090 INFO blam! 04dbddeea4f698b91b67435a928317bf2064013d4ae91f2c3e0465eed514ae50