Sep 20 00:09:11.641 INFO checking hlua-0.4.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 00:09:11.641 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 00:09:11.641 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:09:11.876 INFO blam! 94ea782da08ae67311d7212df877e95bd4b1df92f9f570edb4ee0340e22afd6d Sep 20 00:09:11.878 INFO running `"docker" "start" "-a" "94ea782da08ae67311d7212df877e95bd4b1df92f9f570edb4ee0340e22afd6d"` Sep 20 00:09:12.769 INFO kablam! usermod: no changes Sep 20 00:09:12.804 INFO kablam! Compiling lua52-sys v0.1.1 Sep 20 00:09:17.495 INFO kablam! Checking hlua v0.4.1 (/source) Sep 20 00:09:18.234 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 00:09:18.234 INFO kablam! --> src/lua_functions.rs:461:84 Sep 20 00:09:18.234 INFO kablam! | Sep 20 00:09:18.234 INFO kablam! 461 | let val: i32 = lua.get::, _>("foo").unwrap().call_with_args((3)).unwrap(); Sep 20 00:09:18.234 INFO kablam! | ^^^ help: remove these parentheses Sep 20 00:09:18.234 INFO kablam! | Sep 20 00:09:18.234 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:09:18.234 INFO kablam! Sep 20 00:09:18.234 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 00:09:18.234 INFO kablam! --> src/rust_tables.rs:24:39 Sep 20 00:09:18.234 INFO kablam! | Sep 20 00:09:18.234 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 20 00:09:18.234 INFO kablam! | ^^^^^ help: remove these parentheses Sep 20 00:09:18.234 INFO kablam! Sep 20 00:09:18.243 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 00:09:18.243 INFO kablam! --> src/rust_tables.rs:24:39 Sep 20 00:09:18.243 INFO kablam! | Sep 20 00:09:18.243 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Sep 20 00:09:18.243 INFO kablam! | ^^^^^ help: remove these parentheses Sep 20 00:09:18.243 INFO kablam! | Sep 20 00:09:18.243 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:09:18.243 INFO kablam! Sep 20 00:09:19.103 INFO kablam! warning: variable does not need to be mutable Sep 20 00:09:19.103 INFO kablam! --> src/functions_write.rs:368:26 Sep 20 00:09:19.103 INFO kablam! | Sep 20 00:09:19.103 INFO kablam! 368 | fn push_to_lua(self, mut lua: &'a mut InsideCallback) -> Result, (P, &'a mut InsideCallback)> { Sep 20 00:09:19.103 INFO kablam! | ----^^^ Sep 20 00:09:19.103 INFO kablam! | | Sep 20 00:09:19.103 INFO kablam! | help: remove this `mut` Sep 20 00:09:19.103 INFO kablam! | Sep 20 00:09:19.103 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 00:09:19.103 INFO kablam! Sep 20 00:09:19.160 INFO kablam! warning: variable does not need to be mutable Sep 20 00:09:19.160 INFO kablam! --> src/userdata.rs:124:33 Sep 20 00:09:19.160 INFO kablam! | Sep 20 00:09:19.160 INFO kablam! 124 | pub fn read_userdata<'t, 'c, T>(mut lua: &'c mut InsideCallback, Sep 20 00:09:19.160 INFO kablam! | ----^^^ Sep 20 00:09:19.160 INFO kablam! | | Sep 20 00:09:19.160 INFO kablam! | help: remove this `mut` Sep 20 00:09:19.160 INFO kablam! Sep 20 00:09:19.798 INFO kablam! warning: variable does not need to be mutable Sep 20 00:09:19.798 INFO kablam! --> src/functions_write.rs:368:26 Sep 20 00:09:19.798 INFO kablam! | Sep 20 00:09:19.798 INFO kablam! 368 | fn push_to_lua(self, mut lua: &'a mut InsideCallback) -> Result, (P, &'a mut InsideCallback)> { Sep 20 00:09:19.798 INFO kablam! | ----^^^ Sep 20 00:09:19.798 INFO kablam! | | Sep 20 00:09:19.798 INFO kablam! | help: remove this `mut` Sep 20 00:09:19.798 INFO kablam! | Sep 20 00:09:19.798 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 00:09:19.798 INFO kablam! Sep 20 00:09:19.975 INFO kablam! warning: variable does not need to be mutable Sep 20 00:09:19.975 INFO kablam! --> src/userdata.rs:124:33 Sep 20 00:09:19.975 INFO kablam! | Sep 20 00:09:19.975 INFO kablam! 124 | pub fn read_userdata<'t, 'c, T>(mut lua: &'c mut InsideCallback, Sep 20 00:09:19.975 INFO kablam! | ----^^^ Sep 20 00:09:19.975 INFO kablam! | | Sep 20 00:09:19.975 INFO kablam! | help: remove this `mut` Sep 20 00:09:19.975 INFO kablam! Sep 20 00:09:20.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.39s Sep 20 00:09:20.180 INFO kablam! su: No module specific data is present Sep 20 00:09:20.599 INFO running `"docker" "rm" "-f" "94ea782da08ae67311d7212df877e95bd4b1df92f9f570edb4ee0340e22afd6d"` Sep 20 00:09:20.765 INFO blam! 94ea782da08ae67311d7212df877e95bd4b1df92f9f570edb4ee0340e22afd6d