Oct 27 20:53:34.967 INFO checking hlua-0.4.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 20:53:34.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 20:53:35.413 INFO blam! c5d28946f25f58a6eb514549d1ea8a80be00c37bb6a400772409f11540bbcd49 Oct 27 20:53:35.415 INFO running `"docker" "start" "-a" "c5d28946f25f58a6eb514549d1ea8a80be00c37bb6a400772409f11540bbcd49"` Oct 27 20:53:37.319 INFO kablam! usermod: no changes Oct 27 20:53:37.399 INFO kablam! Checking hlua v0.4.1 (/source) Oct 27 20:53:38.847 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 20:53:38.847 INFO kablam! --> src/rust_tables.rs:24:39 Oct 27 20:53:38.848 INFO kablam! | Oct 27 20:53:38.848 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Oct 27 20:53:38.848 INFO kablam! | ^^^^^ help: remove these parentheses Oct 27 20:53:38.848 INFO kablam! | Oct 27 20:53:38.849 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:53:38.849 INFO kablam! Oct 27 20:53:39.160 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 20:53:39.160 INFO kablam! --> src/lua_functions.rs:461:84 Oct 27 20:53:39.160 INFO kablam! | Oct 27 20:53:39.161 INFO kablam! 461 | let val: i32 = lua.get::, _>("foo").unwrap().call_with_args((3)).unwrap(); Oct 27 20:53:39.161 INFO kablam! | ^^^ help: remove these parentheses Oct 27 20:53:39.161 INFO kablam! | Oct 27 20:53:39.161 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:53:39.162 INFO kablam! Oct 27 20:53:39.162 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 20:53:39.162 INFO kablam! --> src/rust_tables.rs:24:39 Oct 27 20:53:39.163 INFO kablam! | Oct 27 20:53:39.163 INFO kablam! 24 | for (elem, index) in iterator.zip((1..)) { Oct 27 20:53:39.163 INFO kablam! | ^^^^^ help: remove these parentheses Oct 27 20:53:39.164 INFO kablam! Oct 27 20:53:40.049 INFO kablam! warning: variable does not need to be mutable Oct 27 20:53:40.049 INFO kablam! --> src/functions_write.rs:368:26 Oct 27 20:53:40.049 INFO kablam! | Oct 27 20:53:40.049 INFO kablam! 368 | fn push_to_lua(self, mut lua: &'a mut InsideCallback) -> Result, (P, &'a mut InsideCallback)> { Oct 27 20:53:40.049 INFO kablam! | ----^^^ Oct 27 20:53:40.049 INFO kablam! | | Oct 27 20:53:40.049 INFO kablam! | help: remove this `mut` Oct 27 20:53:40.049 INFO kablam! | Oct 27 20:53:40.049 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 20:53:40.049 INFO kablam! Oct 27 20:53:40.139 INFO kablam! warning: variable does not need to be mutable Oct 27 20:53:40.139 INFO kablam! --> src/userdata.rs:124:33 Oct 27 20:53:40.139 INFO kablam! | Oct 27 20:53:40.139 INFO kablam! 124 | pub fn read_userdata<'t, 'c, T>(mut lua: &'c mut InsideCallback, Oct 27 20:53:40.139 INFO kablam! | ----^^^ Oct 27 20:53:40.139 INFO kablam! | | Oct 27 20:53:40.139 INFO kablam! | help: remove this `mut` Oct 27 20:53:40.139 INFO kablam! Oct 27 20:53:41.823 INFO kablam! warning: variable does not need to be mutable Oct 27 20:53:41.824 INFO kablam! --> src/functions_write.rs:368:26 Oct 27 20:53:41.824 INFO kablam! | Oct 27 20:53:41.824 INFO kablam! 368 | fn push_to_lua(self, mut lua: &'a mut InsideCallback) -> Result, (P, &'a mut InsideCallback)> { Oct 27 20:53:41.824 INFO kablam! | ----^^^ Oct 27 20:53:41.825 INFO kablam! | | Oct 27 20:53:41.825 INFO kablam! | help: remove this `mut` Oct 27 20:53:41.825 INFO kablam! | Oct 27 20:53:41.825 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 20:53:41.826 INFO kablam! Oct 27 20:53:42.603 INFO kablam! warning: variable does not need to be mutable Oct 27 20:53:42.603 INFO kablam! --> src/userdata.rs:124:33 Oct 27 20:53:42.603 INFO kablam! | Oct 27 20:53:42.603 INFO kablam! 124 | pub fn read_userdata<'t, 'c, T>(mut lua: &'c mut InsideCallback, Oct 27 20:53:42.603 INFO kablam! | ----^^^ Oct 27 20:53:42.603 INFO kablam! | | Oct 27 20:53:42.603 INFO kablam! | help: remove this `mut` Oct 27 20:53:42.603 INFO kablam! Oct 27 20:53:43.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.56s Oct 27 20:53:43.915 INFO kablam! su: No module specific data is present Oct 27 20:53:44.335 INFO running `"docker" "rm" "-f" "c5d28946f25f58a6eb514549d1ea8a80be00c37bb6a400772409f11540bbcd49"` Oct 27 20:53:44.755 INFO blam! c5d28946f25f58a6eb514549d1ea8a80be00c37bb6a400772409f11540bbcd49