Oct 27 02:04:03.518 INFO checking klardotsh/souls against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:04:03.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 02:04:04.269 INFO blam! 5b714fcacb9c2e619852a9d17ff7616bd3b6a1db48cc197fd51e45834cdac18a Oct 27 02:04:04.272 INFO running `"docker" "start" "-a" "5b714fcacb9c2e619852a9d17ff7616bd3b6a1db48cc197fd51e45834cdac18a"` Oct 27 02:04:06.725 INFO kablam! usermod: no changes Oct 27 02:04:06.859 INFO kablam! warning: Package `toml v0.3.1` does not have feature `serde`. It has a required dependency with that name, but only optional dependencies can be used as features. This is currently a warning to ease the transition, but it will become an error in the future. Oct 27 02:04:06.932 INFO kablam! Checking slab v0.1.3 Oct 27 02:04:06.932 INFO kablam! Checking bytes v0.3.0 Oct 27 02:04:06.933 INFO kablam! Compiling ws2_32-sys v0.2.1 Oct 27 02:04:06.933 INFO kablam! Checking net2 v0.2.27 Oct 27 02:04:06.933 INFO kablam! Checking xattr v0.1.11 Oct 27 02:04:06.933 INFO kablam! Checking inotify v0.3.0 Oct 27 02:04:06.933 INFO kablam! Checking nix v0.5.1 Oct 27 02:04:06.933 INFO kablam! Checking sha1 v0.1.1 Oct 27 02:04:08.700 INFO kablam! Checking base64 v0.4.1 Oct 27 02:04:09.163 INFO kablam! Checking toml v0.3.1 Oct 27 02:04:09.293 INFO kablam! Checking tar v0.4.11 Oct 27 02:04:09.432 INFO kablam! Checking chrono v0.3.0 Oct 27 02:04:09.448 INFO kablam! Checking redis v0.5.4 Oct 27 02:04:11.443 INFO kablam! Checking miow v0.1.5 Oct 27 02:04:17.110 INFO kablam! Checking mio v0.5.1 Oct 27 02:04:18.548 INFO kablam! Checking notify v4.0.1 Oct 27 02:04:19.859 INFO kablam! Checking souls v0.1.0 (/source) Oct 27 02:04:24.929 INFO kablam! warning: unused variable: `result` Oct 27 02:04:24.929 INFO kablam! --> src/bin/harvester.rs:70:9 Oct 27 02:04:24.929 INFO kablam! | Oct 27 02:04:24.929 INFO kablam! 70 | let result: Result = redis_con.rpush("backlog", buf); Oct 27 02:04:24.929 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 02:04:24.929 INFO kablam! | Oct 27 02:04:24.929 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:04:24.929 INFO kablam! Oct 27 02:04:24.999 INFO kablam! warning: unused variable: `result` Oct 27 02:04:24.999 INFO kablam! --> src/bin/harvester.rs:70:9 Oct 27 02:04:24.999 INFO kablam! | Oct 27 02:04:24.999 INFO kablam! 70 | let result: Result = redis_con.rpush("backlog", buf); Oct 27 02:04:24.999 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 02:04:24.999 INFO kablam! | Oct 27 02:04:24.999 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:04:24.999 INFO kablam! Oct 27 02:04:25.020 INFO kablam! warning: variable does not need to be mutable Oct 27 02:04:25.020 INFO kablam! --> src/bin/harvester.rs:73:23 Oct 27 02:04:25.021 INFO kablam! | Oct 27 02:04:25.021 INFO kablam! 73 | fn on_updated_package(mut path: &mut PathBuf, mapping: &HarvestMapping) { Oct 27 02:04:25.021 INFO kablam! | ----^^^^ Oct 27 02:04:25.021 INFO kablam! | | Oct 27 02:04:25.021 INFO kablam! | help: remove this `mut` Oct 27 02:04:25.021 INFO kablam! | Oct 27 02:04:25.021 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:04:25.021 INFO kablam! Oct 27 02:04:25.041 INFO kablam! warning: variable does not need to be mutable Oct 27 02:04:25.041 INFO kablam! --> src/bin/harvester.rs:73:23 Oct 27 02:04:25.041 INFO kablam! | Oct 27 02:04:25.041 INFO kablam! 73 | fn on_updated_package(mut path: &mut PathBuf, mapping: &HarvestMapping) { Oct 27 02:04:25.041 INFO kablam! | ----^^^^ Oct 27 02:04:25.041 INFO kablam! | | Oct 27 02:04:25.041 INFO kablam! | help: remove this `mut` Oct 27 02:04:25.041 INFO kablam! | Oct 27 02:04:25.041 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:04:25.041 INFO kablam! Oct 27 02:04:25.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.40s Oct 27 02:04:25.171 INFO kablam! su: No module specific data is present Oct 27 02:04:26.669 INFO running `"docker" "rm" "-f" "5b714fcacb9c2e619852a9d17ff7616bd3b6a1db48cc197fd51e45834cdac18a"` Oct 27 02:04:27.079 INFO blam! 5b714fcacb9c2e619852a9d17ff7616bd3b6a1db48cc197fd51e45834cdac18a