Sep 01 01:06:25.458 INFO checking hlua-badtouch-0.4.2 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 01:06:25.458 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 01:06:25.458 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/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 01:06:25.638 INFO blam! 2ab29901c04e3a940de064b3f1c1bc5f627a4e55fc4089fdc6583137a8e17872 Sep 01 01:06:25.640 INFO running `"docker" "start" "-a" "2ab29901c04e3a940de064b3f1c1bc5f627a4e55fc4089fdc6583137a8e17872"` Sep 01 01:06:26.515 INFO kablam! Compiling lua52-sys v0.1.1 Sep 01 01:06:30.935 INFO kablam! Checking hlua-badtouch v0.4.2 (file:///source) Sep 01 01:06:31.740 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 01:06:31.740 INFO kablam! --> src/rust_tables.rs:24:39 Sep 01 01:06:31.740 INFO kablam! | Sep 01 01:06:31.740 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 01 01:06:31.740 INFO kablam! | ^^^^^ help: remove these parentheses Sep 01 01:06:31.740 INFO kablam! | Sep 01 01:06:31.740 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:06:31.740 INFO kablam! Sep 01 01:06:32.072 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 01:06:32.072 INFO kablam! --> src/lua_functions.rs:461:84 Sep 01 01:06:32.072 INFO kablam! | Sep 01 01:06:32.072 INFO kablam! 461 | let val: i32 = lua.get::, _>("foo").unwrap().call_with_args((3)).unwrap(); Sep 01 01:06:32.072 INFO kablam! | ^^^ help: remove these parentheses Sep 01 01:06:32.072 INFO kablam! | Sep 01 01:06:32.072 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:06:32.072 INFO kablam! Sep 01 01:06:32.075 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 01:06:32.075 INFO kablam! --> src/rust_tables.rs:24:39 Sep 01 01:06:32.075 INFO kablam! | Sep 01 01:06:32.075 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 01 01:06:32.075 INFO kablam! | ^^^^^ help: remove these parentheses Sep 01 01:06:32.075 INFO kablam! Sep 01 01:06:35.937 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:35.937 INFO kablam! --> examples/basic.rs:1:1 Sep 01 01:06:35.937 INFO kablam! | Sep 01 01:06:35.937 INFO kablam! 1 | extern crate hlua; Sep 01 01:06:35.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:35.937 INFO kablam! Sep 01 01:06:35.938 INFO kablam! error: aborting due to previous error Sep 01 01:06:35.939 INFO kablam! Sep 01 01:06:35.939 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:35.951 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:35.952 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.113 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.113 INFO kablam! --> examples/repl.rs:1:1 Sep 01 01:06:36.113 INFO kablam! | Sep 01 01:06:36.113 INFO kablam! 1 | extern crate hlua; Sep 01 01:06:36.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.114 INFO kablam! Sep 01 01:06:36.115 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.115 INFO kablam! Sep 01 01:06:36.115 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.122 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.123 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.482 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.482 INFO kablam! --> examples/sound-api.rs:2:1 Sep 01 01:06:36.482 INFO kablam! | Sep 01 01:06:36.482 INFO kablam! 2 | extern crate hlua; Sep 01 01:06:36.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.490 INFO kablam! Sep 01 01:06:36.491 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.492 INFO kablam! Sep 01 01:06:36.492 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.503 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.504 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.547 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.547 INFO kablam! --> tests/ffi.rs:3:1 Sep 01 01:06:36.547 INFO kablam! | Sep 01 01:06:36.547 INFO kablam! 3 | extern crate hlua; Sep 01 01:06:36.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.547 INFO kablam! Sep 01 01:06:36.548 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.548 INFO kablam! Sep 01 01:06:36.548 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.549 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.549 INFO kablam! --> examples/rust_function.rs:1:1 Sep 01 01:06:36.549 INFO kablam! | Sep 01 01:06:36.549 INFO kablam! 1 | extern crate hlua; Sep 01 01:06:36.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.549 INFO kablam! Sep 01 01:06:36.549 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.549 INFO kablam! Sep 01 01:06:36.549 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.559 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.560 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.561 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.562 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:36.669 INFO kablam! error[E0463]: can't find crate for `hlua` Sep 01 01:06:36.669 INFO kablam! --> tests/userdata.rs:1:1 Sep 01 01:06:36.669 INFO kablam! | Sep 01 01:06:36.669 INFO kablam! 1 | extern crate hlua; Sep 01 01:06:36.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 01:06:36.669 INFO kablam! Sep 01 01:06:36.670 INFO kablam! error: aborting due to previous error Sep 01 01:06:36.670 INFO kablam! Sep 01 01:06:36.670 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 01:06:36.675 INFO kablam! error: Could not compile `hlua-badtouch`. Sep 01 01:06:36.675 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:06:38.253 INFO kablam! error: build failed Sep 01 01:06:38.255 INFO kablam! su: No module specific data is present Sep 01 01:06:38.706 INFO running `"docker" "rm" "-f" "2ab29901c04e3a940de064b3f1c1bc5f627a4e55fc4089fdc6583137a8e17872"` Sep 01 01:06:38.804 INFO blam! 2ab29901c04e3a940de064b3f1c1bc5f627a4e55fc4089fdc6583137a8e17872