Sep 01 17:35:58.789 INFO checking hlua-badtouch-0.4.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 17:35:58.789 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 17:35:58.789 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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 01 17:35:58.929 INFO blam! 763a77bc03b8de717fe1f4b23e3deb95472dc4a98d6b48c9df76d5924dc4b15f Sep 01 17:35:58.931 INFO running `"docker" "start" "-a" "763a77bc03b8de717fe1f4b23e3deb95472dc4a98d6b48c9df76d5924dc4b15f"` Sep 01 17:35:59.609 INFO kablam! Checking hlua-badtouch v0.4.2 (file:///source) Sep 01 17:36:00.414 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 17:36:00.414 INFO kablam! --> src/rust_tables.rs:24:39 Sep 01 17:36:00.414 INFO kablam! | Sep 01 17:36:00.414 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 01 17:36:00.414 INFO kablam! | ^^^^^ help: remove these parentheses Sep 01 17:36:00.414 INFO kablam! | Sep 01 17:36:00.414 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:36:00.414 INFO kablam! Sep 01 17:36:00.612 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 17:36:00.612 INFO kablam! --> src/lua_functions.rs:461:84 Sep 01 17:36:00.612 INFO kablam! | Sep 01 17:36:00.612 INFO kablam! 461 | let val: i32 = lua.get::, _>("foo").unwrap().call_with_args((3)).unwrap(); Sep 01 17:36:00.612 INFO kablam! | ^^^ help: remove these parentheses Sep 01 17:36:00.612 INFO kablam! | Sep 01 17:36:00.612 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:36:00.612 INFO kablam! Sep 01 17:36:00.613 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 17:36:00.613 INFO kablam! --> src/rust_tables.rs:24:39 Sep 01 17:36:00.614 INFO kablam! | Sep 01 17:36:00.614 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 01 17:36:00.614 INFO kablam! | ^^^^^ help: remove these parentheses Sep 01 17:36:00.614 INFO kablam! Sep 01 17:36:03.381 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 17:36:03.381 INFO kablam! --> examples/repl.rs:1:1 Sep 01 17:36:03.381 INFO kablam! | Sep 01 17:36:03.381 INFO kablam! 1 | extern crate hlua; Sep 01 17:36:03.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 17:36:03.381 INFO kablam! Sep 01 17:36:03.381 INFO kablam! error: aborting due to previous error Sep 01 17:36:03.381 INFO kablam! Sep 01 17:36:03.381 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 17:36:03.387 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 17:36:03.387 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:36:03.557 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 17:36:03.557 INFO kablam! --> tests/userdata.rs:1:1 Sep 01 17:36:03.557 INFO kablam! | Sep 01 17:36:03.557 INFO kablam! 1 | extern crate hlua; Sep 01 17:36:03.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 17:36:03.558 INFO kablam! Sep 01 17:36:03.558 INFO kablam! error: aborting due to previous error Sep 01 17:36:03.559 INFO kablam! Sep 01 17:36:03.559 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 17:36:03.565 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 17:36:03.566 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:36:03.631 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 17:36:03.631 INFO kablam! --> tests/ffi.rs:3:1 Sep 01 17:36:03.631 INFO kablam! | Sep 01 17:36:03.631 INFO kablam! 3 | extern crate hlua; Sep 01 17:36:03.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 17:36:03.631 INFO kablam! Sep 01 17:36:03.632 INFO kablam! error: aborting due to previous error Sep 01 17:36:03.632 INFO kablam! Sep 01 17:36:03.632 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 17:36:03.636 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 17:36:03.637 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:36:03.670 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 17:36:03.670 INFO kablam! --> examples/rust_function.rs:1:1 Sep 01 17:36:03.670 INFO kablam! | Sep 01 17:36:03.670 INFO kablam! 1 | extern crate hlua; Sep 01 17:36:03.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 17:36:03.670 INFO kablam! Sep 01 17:36:03.670 INFO kablam! error: aborting due to previous error Sep 01 17:36:03.670 INFO kablam! Sep 01 17:36:03.670 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 17:36:03.675 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 17:36:03.675 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:36:03.678 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 17:36:03.678 INFO kablam! --> examples/basic.rs:1:1 Sep 01 17:36:03.678 INFO kablam! | Sep 01 17:36:03.678 INFO kablam! 1 | extern crate hlua; Sep 01 17:36:03.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 17:36:03.678 INFO kablam! Sep 01 17:36:03.678 INFO kablam! error: aborting due to previous error Sep 01 17:36:03.678 INFO kablam! Sep 01 17:36:03.678 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 17:36:03.683 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 17:36:03.683 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:36:03.761 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 17:36:03.761 INFO kablam! --> examples/sound-api.rs:2:1 Sep 01 17:36:03.761 INFO kablam! | Sep 01 17:36:03.761 INFO kablam! 2 | extern crate hlua; Sep 01 17:36:03.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 17:36:03.761 INFO kablam! Sep 01 17:36:03.762 INFO kablam! error: aborting due to previous error Sep 01 17:36:03.762 INFO kablam! Sep 01 17:36:03.762 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 17:36:03.768 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 17:36:03.768 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:36:04.430 INFO kablam! error: build failed Sep 01 17:36:04.431 INFO kablam! su: No module specific data is present Sep 01 17:36:04.934 INFO running `"docker" "rm" "-f" "763a77bc03b8de717fe1f4b23e3deb95472dc4a98d6b48c9df76d5924dc4b15f"` Sep 01 17:36:05.068 INFO blam! 763a77bc03b8de717fe1f4b23e3deb95472dc4a98d6b48c9df76d5924dc4b15f