Sep 20 01:56:30.677 INFO checking hlua-0.4.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 01:56:30.678 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 01:56:30.678 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:56:30.929 INFO blam! 90260631790beaf5be71a85cf61d1b5de47894d732856959f99ccd5ef8a4bd9b Sep 20 01:56:30.929 INFO running `"docker" "start" "-a" "90260631790beaf5be71a85cf61d1b5de47894d732856959f99ccd5ef8a4bd9b"` Sep 20 01:56:31.739 INFO kablam! usermod: no changes Sep 20 01:56:31.778 INFO kablam! Compiling lua52-sys v0.1.1 Sep 20 01:56:36.854 INFO kablam! Checking hlua v0.4.1 (/source) Sep 20 01:56:37.326 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 01:56:37.326 INFO kablam! --> src/rust_tables.rs:24:39 Sep 20 01:56:37.326 INFO kablam! | Sep 20 01:56:37.326 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 20 01:56:37.326 INFO kablam! | ^^^^^ help: remove these parentheses Sep 20 01:56:37.326 INFO kablam! | Sep 20 01:56:37.326 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 01:56:37.326 INFO kablam! Sep 20 01:56:37.454 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 01:56:37.454 INFO kablam! --> src/lua_functions.rs:461:84 Sep 20 01:56:37.454 INFO kablam! | Sep 20 01:56:37.454 INFO kablam! 461 | let val: i32 = lua.get::, _>("foo").unwrap().call_with_args((3)).unwrap(); Sep 20 01:56:37.455 INFO kablam! | ^^^ help: remove these parentheses Sep 20 01:56:37.455 INFO kablam! | Sep 20 01:56:37.455 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 01:56:37.455 INFO kablam! Sep 20 01:56:37.455 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 01:56:37.455 INFO kablam! --> src/rust_tables.rs:24:39 Sep 20 01:56:37.455 INFO kablam! | Sep 20 01:56:37.455 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 20 01:56:37.455 INFO kablam! | ^^^^^ help: remove these parentheses Sep 20 01:56:37.455 INFO kablam! Sep 20 01:56:38.470 INFO kablam! warning: variable does not need to be mutable Sep 20 01:56:38.470 INFO kablam! --> src/functions_write.rs:368:26 Sep 20 01:56:38.470 INFO kablam! | Sep 20 01:56:38.470 INFO kablam! 368 | fn push_to_lua(self, mut lua: &'a mut InsideCallback) -> Result, (P, &'a mut InsideCallback)> { Sep 20 01:56:38.470 INFO kablam! | ----^^^ Sep 20 01:56:38.470 INFO kablam! | | Sep 20 01:56:38.470 INFO kablam! | help: remove this `mut` Sep 20 01:56:38.470 INFO kablam! | Sep 20 01:56:38.470 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 01:56:38.470 INFO kablam! Sep 20 01:56:38.555 INFO kablam! warning: variable does not need to be mutable Sep 20 01:56:38.555 INFO kablam! --> src/userdata.rs:124:33 Sep 20 01:56:38.555 INFO kablam! | Sep 20 01:56:38.555 INFO kablam! 124 | pub fn read_userdata<'t, 'c, T>(mut lua: &'c mut InsideCallback, Sep 20 01:56:38.555 INFO kablam! | ----^^^ Sep 20 01:56:38.555 INFO kablam! | | Sep 20 01:56:38.555 INFO kablam! | help: remove this `mut` Sep 20 01:56:38.555 INFO kablam! Sep 20 01:56:39.131 INFO kablam! warning: variable does not need to be mutable Sep 20 01:56:39.131 INFO kablam! --> src/functions_write.rs:368:26 Sep 20 01:56:39.131 INFO kablam! | Sep 20 01:56:39.131 INFO kablam! 368 | fn push_to_lua(self, mut lua: &'a mut InsideCallback) -> Result, (P, &'a mut InsideCallback)> { Sep 20 01:56:39.131 INFO kablam! | ----^^^ Sep 20 01:56:39.131 INFO kablam! | | Sep 20 01:56:39.131 INFO kablam! | help: remove this `mut` Sep 20 01:56:39.131 INFO kablam! | Sep 20 01:56:39.131 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 01:56:39.131 INFO kablam! Sep 20 01:56:39.308 INFO kablam! warning: variable does not need to be mutable Sep 20 01:56:39.308 INFO kablam! --> src/userdata.rs:124:33 Sep 20 01:56:39.308 INFO kablam! | Sep 20 01:56:39.308 INFO kablam! 124 | pub fn read_userdata<'t, 'c, T>(mut lua: &'c mut InsideCallback, Sep 20 01:56:39.308 INFO kablam! | ----^^^ Sep 20 01:56:39.308 INFO kablam! | | Sep 20 01:56:39.308 INFO kablam! | help: remove this `mut` Sep 20 01:56:39.308 INFO kablam! Sep 20 01:56:39.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.72s Sep 20 01:56:39.488 INFO kablam! su: No module specific data is present Sep 20 01:56:40.220 INFO running `"docker" "rm" "-f" "90260631790beaf5be71a85cf61d1b5de47894d732856959f99ccd5ef8a4bd9b"` Sep 20 01:56:40.275 INFO blam! 90260631790beaf5be71a85cf61d1b5de47894d732856959f99ccd5ef8a4bd9b