Sep 02 11:06:10.786 INFO checking hlua-badtouch-0.4.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 11:06:10.786 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 11:06:10.786 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 11:06:10.954 INFO blam! 1bc6e2acaf307aa80841031bdd3a957ca5e156fa0e628dc662f8ef355f9b6f00 Sep 02 11:06:10.956 INFO running `"docker" "start" "-a" "1bc6e2acaf307aa80841031bdd3a957ca5e156fa0e628dc662f8ef355f9b6f00"` Sep 02 11:06:11.954 INFO kablam! Compiling lua52-sys v0.1.1 Sep 02 11:06:16.976 INFO kablam! Checking hlua-badtouch v0.4.2 (file:///source) Sep 02 11:06:17.671 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 11:06:17.674 INFO kablam! --> src/lua_functions.rs:461:84 Sep 02 11:06:17.674 INFO kablam! | Sep 02 11:06:17.674 INFO kablam! 461 | let val: i32 = lua.get::, _>("foo").unwrap().call_with_args((3)).unwrap(); Sep 02 11:06:17.674 INFO kablam! | ^^^ help: remove these parentheses Sep 02 11:06:17.674 INFO kablam! | Sep 02 11:06:17.674 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 11:06:17.674 INFO kablam! Sep 02 11:06:17.674 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 11:06:17.674 INFO kablam! --> src/rust_tables.rs:24:39 Sep 02 11:06:17.674 INFO kablam! | Sep 02 11:06:17.674 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 02 11:06:17.674 INFO kablam! | ^^^^^ help: remove these parentheses Sep 02 11:06:17.674 INFO kablam! Sep 02 11:06:17.890 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 11:06:17.890 INFO kablam! --> src/rust_tables.rs:24:39 Sep 02 11:06:17.890 INFO kablam! | Sep 02 11:06:17.890 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 02 11:06:17.890 INFO kablam! | ^^^^^ help: remove these parentheses Sep 02 11:06:17.890 INFO kablam! | Sep 02 11:06:17.890 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 11:06:17.890 INFO kablam! Sep 02 11:06:22.030 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 02 11:06:22.030 INFO kablam! --> examples/rust_function.rs:1:1 Sep 02 11:06:22.030 INFO kablam! | Sep 02 11:06:22.030 INFO kablam! 1 | extern crate hlua; Sep 02 11:06:22.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 02 11:06:22.031 INFO kablam! Sep 02 11:06:22.032 INFO kablam! error: aborting due to previous error Sep 02 11:06:22.032 INFO kablam! Sep 02 11:06:22.032 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 02 11:06:22.037 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 02 11:06:22.038 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:06:22.126 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 02 11:06:22.126 INFO kablam! --> tests/userdata.rs:1:1 Sep 02 11:06:22.126 INFO kablam! | Sep 02 11:06:22.126 INFO kablam! 1 | extern crate hlua; Sep 02 11:06:22.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 02 11:06:22.127 INFO kablam! Sep 02 11:06:22.127 INFO kablam! error: aborting due to previous error Sep 02 11:06:22.127 INFO kablam! Sep 02 11:06:22.127 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 02 11:06:22.133 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 02 11:06:22.133 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:06:22.141 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 02 11:06:22.142 INFO kablam! --> examples/basic.rs:1:1 Sep 02 11:06:22.142 INFO kablam! | Sep 02 11:06:22.142 INFO kablam! 1 | extern crate hlua; Sep 02 11:06:22.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 02 11:06:22.142 INFO kablam! Sep 02 11:06:22.142 INFO kablam! error: aborting due to previous error Sep 02 11:06:22.142 INFO kablam! Sep 02 11:06:22.143 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 02 11:06:22.150 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 02 11:06:22.150 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:06:22.279 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 02 11:06:22.279 INFO kablam! --> examples/sound-api.rs:2:1 Sep 02 11:06:22.279 INFO kablam! | Sep 02 11:06:22.279 INFO kablam! 2 | extern crate hlua; Sep 02 11:06:22.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 02 11:06:22.279 INFO kablam! Sep 02 11:06:22.280 INFO kablam! error: aborting due to previous error Sep 02 11:06:22.280 INFO kablam! Sep 02 11:06:22.280 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 02 11:06:22.286 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 02 11:06:22.286 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:06:22.287 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 02 11:06:22.287 INFO kablam! --> tests/ffi.rs:3:1 Sep 02 11:06:22.287 INFO kablam! | Sep 02 11:06:22.287 INFO kablam! 3 | extern crate hlua; Sep 02 11:06:22.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 02 11:06:22.287 INFO kablam! Sep 02 11:06:22.288 INFO kablam! error: aborting due to previous error Sep 02 11:06:22.288 INFO kablam! Sep 02 11:06:22.288 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 02 11:06:22.293 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 02 11:06:22.293 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:06:22.320 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 02 11:06:22.320 INFO kablam! --> examples/repl.rs:1:1 Sep 02 11:06:22.320 INFO kablam! | Sep 02 11:06:22.320 INFO kablam! 1 | extern crate hlua; Sep 02 11:06:22.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 02 11:06:22.320 INFO kablam! Sep 02 11:06:22.320 INFO kablam! error: aborting due to previous error Sep 02 11:06:22.320 INFO kablam! Sep 02 11:06:22.320 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 02 11:06:22.324 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 02 11:06:22.324 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:06:22.718 INFO kablam! error: build failed Sep 02 11:06:22.720 INFO kablam! su: No module specific data is present Sep 02 11:06:23.122 INFO running `"docker" "rm" "-f" "1bc6e2acaf307aa80841031bdd3a957ca5e156fa0e628dc662f8ef355f9b6f00"` Sep 02 11:06:23.215 INFO blam! 1bc6e2acaf307aa80841031bdd3a957ca5e156fa0e628dc662f8ef355f9b6f00