Sep 14 14:59:08.400 INFO checking hlua-0.4.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 14:59:08.400 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 14:59:08.400 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:59:08.568 INFO blam! 22b4ed5f85054548327d7e1a9ac6f36aed8b548ade2b44a1c70fe24b83fcb238 Sep 14 14:59:08.569 INFO running `"docker" "start" "-a" "22b4ed5f85054548327d7e1a9ac6f36aed8b548ade2b44a1c70fe24b83fcb238"` Sep 14 14:59:09.426 INFO kablam! usermod: no changes Sep 14 14:59:09.477 INFO kablam! Compiling lua52-sys v0.1.1 Sep 14 14:59:14.175 INFO kablam! Checking hlua v0.4.1 (file:///source) Sep 14 14:59:14.823 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 14:59:14.823 INFO kablam! --> src/rust_tables.rs:24:39 Sep 14 14:59:14.823 INFO kablam! | Sep 14 14:59:14.823 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 14 14:59:14.823 INFO kablam! | ^^^^^ help: remove these parentheses Sep 14 14:59:14.823 INFO kablam! | Sep 14 14:59:14.823 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 14:59:14.823 INFO kablam! Sep 14 14:59:14.839 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 14:59:14.839 INFO kablam! --> src/lua_functions.rs:461:84 Sep 14 14:59:14.839 INFO kablam! | Sep 14 14:59:14.839 INFO kablam! 461 | let val: i32 = lua.get::, _>("foo").unwrap().call_with_args((3)).unwrap(); Sep 14 14:59:14.839 INFO kablam! | ^^^ help: remove these parentheses Sep 14 14:59:14.839 INFO kablam! | Sep 14 14:59:14.839 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 14:59:14.839 INFO kablam! Sep 14 14:59:14.839 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 14:59:14.839 INFO kablam! --> src/rust_tables.rs:24:39 Sep 14 14:59:14.839 INFO kablam! | Sep 14 14:59:14.839 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 14 14:59:14.839 INFO kablam! | ^^^^^ help: remove these parentheses Sep 14 14:59:14.839 INFO kablam! Sep 14 14:59:16.274 INFO kablam! warning: variable does not need to be mutable Sep 14 14:59:16.274 INFO kablam! --> src/functions_write.rs:368:26 Sep 14 14:59:16.274 INFO kablam! | Sep 14 14:59:16.274 INFO kablam! 368 | fn push_to_lua(self, mut lua: &'a mut InsideCallback) -> Result, (P, &'a mut InsideCallback)> { Sep 14 14:59:16.274 INFO kablam! | ----^^^ Sep 14 14:59:16.274 INFO kablam! | | Sep 14 14:59:16.274 INFO kablam! | help: remove this `mut` Sep 14 14:59:16.274 INFO kablam! | Sep 14 14:59:16.274 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 14:59:16.274 INFO kablam! Sep 14 14:59:16.375 INFO kablam! warning: variable does not need to be mutable Sep 14 14:59:16.375 INFO kablam! --> src/userdata.rs:124:33 Sep 14 14:59:16.375 INFO kablam! | Sep 14 14:59:16.375 INFO kablam! 124 | pub fn read_userdata<'t, 'c, T>(mut lua: &'c mut InsideCallback, Sep 14 14:59:16.375 INFO kablam! | ----^^^ Sep 14 14:59:16.375 INFO kablam! | | Sep 14 14:59:16.375 INFO kablam! | help: remove this `mut` Sep 14 14:59:16.375 INFO kablam! Sep 14 14:59:16.643 INFO kablam! warning: variable does not need to be mutable Sep 14 14:59:16.643 INFO kablam! --> src/functions_write.rs:368:26 Sep 14 14:59:16.643 INFO kablam! | Sep 14 14:59:16.643 INFO kablam! 368 | fn push_to_lua(self, mut lua: &'a mut InsideCallback) -> Result, (P, &'a mut InsideCallback)> { Sep 14 14:59:16.643 INFO kablam! | ----^^^ Sep 14 14:59:16.643 INFO kablam! | | Sep 14 14:59:16.643 INFO kablam! | help: remove this `mut` Sep 14 14:59:16.643 INFO kablam! | Sep 14 14:59:16.643 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 14:59:16.643 INFO kablam! Sep 14 14:59:17.001 INFO kablam! warning: variable does not need to be mutable Sep 14 14:59:17.001 INFO kablam! --> src/userdata.rs:124:33 Sep 14 14:59:17.001 INFO kablam! | Sep 14 14:59:17.001 INFO kablam! 124 | pub fn read_userdata<'t, 'c, T>(mut lua: &'c mut InsideCallback, Sep 14 14:59:17.001 INFO kablam! | ----^^^ Sep 14 14:59:17.001 INFO kablam! | | Sep 14 14:59:17.001 INFO kablam! | help: remove this `mut` Sep 14 14:59:17.001 INFO kablam! Sep 14 14:59:17.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.42s Sep 14 14:59:17.880 INFO kablam! su: No module specific data is present Sep 14 14:59:18.774 INFO running `"docker" "rm" "-f" "22b4ed5f85054548327d7e1a9ac6f36aed8b548ade2b44a1c70fe24b83fcb238"` Sep 14 14:59:18.860 INFO blam! 22b4ed5f85054548327d7e1a9ac6f36aed8b548ade2b44a1c70fe24b83fcb238