Oct 12 19:16:30.888 INFO checking kartojal/rent-scrapper against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 19:16:30.890 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 19:16:31.186 INFO blam! 3f09f9cbe889b054f35a2e2ecb2f276cf7ab0ec956a09c1823b75cca9902a538 Oct 12 19:16:31.188 INFO running `"docker" "start" "-a" "3f09f9cbe889b054f35a2e2ecb2f276cf7ab0ec956a09c1823b75cca9902a538"` Oct 12 19:16:32.900 INFO kablam! usermod: no changes Oct 12 19:16:33.158 INFO kablam! Compiling libc v0.2.22 Oct 12 19:16:33.197 INFO kablam! Compiling syn v0.10.8 Oct 12 19:16:33.233 INFO kablam! Checking openssl v0.9.11 Oct 12 19:16:33.233 INFO kablam! Checking tendril v0.2.3 Oct 12 19:16:33.241 INFO kablam! Checking hyper v0.10.9 Oct 12 19:16:36.657 INFO kablam! Compiling rand v0.3.15 Oct 12 19:16:42.054 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 19:16:42.238 INFO kablam! Checking native-tls v0.1.2 Oct 12 19:16:43.813 INFO kablam! Compiling string_cache_codegen v0.3.1 Oct 12 19:16:43.815 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 19:16:45.993 INFO kablam! Compiling html5ever v0.13.1 Oct 12 19:16:48.400 INFO kablam! Compiling string_cache v0.4.0 Oct 12 19:16:48.400 INFO kablam! Compiling html5ever-atoms v0.2.2 Oct 12 19:16:49.032 INFO kablam! Checking hyper-native-tls v0.2.2 Oct 12 19:16:59.496 INFO kablam! Compiling cssparser v0.7.4 Oct 12 19:17:04.744 INFO kablam! Checking selectors v0.15.2 Oct 12 19:17:10.357 INFO kablam! Checking kuchiki v0.4.3 Oct 12 19:17:12.380 INFO kablam! Checking rent-scrapper v0.1.0 (/source) Oct 12 19:17:14.717 INFO kablam! warning: variable does not need to be mutable Oct 12 19:17:14.717 INFO kablam! --> src/main.rs:12:7 Oct 12 19:17:14.717 INFO kablam! | Oct 12 19:17:14.718 INFO kablam! 12 | let mut prices: Vec = Vec::new(); Oct 12 19:17:14.718 INFO kablam! | ----^^^^^^ Oct 12 19:17:14.718 INFO kablam! | | Oct 12 19:17:14.718 INFO kablam! | help: remove this `mut` Oct 12 19:17:14.719 INFO kablam! | Oct 12 19:17:14.719 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:17:14.719 INFO kablam! Oct 12 19:17:14.719 INFO kablam! warning: variable does not need to be mutable Oct 12 19:17:14.720 INFO kablam! --> src/main.rs:13:7 Oct 12 19:17:14.720 INFO kablam! | Oct 12 19:17:14.720 INFO kablam! 13 | let mut document = kuchiki::parse_html().one(dom); Oct 12 19:17:14.721 INFO kablam! | ----^^^^^^^^ Oct 12 19:17:14.721 INFO kablam! | | Oct 12 19:17:14.721 INFO kablam! | help: remove this `mut` Oct 12 19:17:14.721 INFO kablam! Oct 12 19:17:15.251 INFO kablam! warning: variable does not need to be mutable Oct 12 19:17:15.251 INFO kablam! --> src/main.rs:12:7 Oct 12 19:17:15.251 INFO kablam! | Oct 12 19:17:15.251 INFO kablam! 12 | let mut prices: Vec = Vec::new(); Oct 12 19:17:15.251 INFO kablam! | ----^^^^^^ Oct 12 19:17:15.251 INFO kablam! | | Oct 12 19:17:15.252 INFO kablam! | help: remove this `mut` Oct 12 19:17:15.252 INFO kablam! | Oct 12 19:17:15.252 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:17:15.252 INFO kablam! Oct 12 19:17:15.252 INFO kablam! warning: variable does not need to be mutable Oct 12 19:17:15.252 INFO kablam! --> src/main.rs:13:7 Oct 12 19:17:15.252 INFO kablam! | Oct 12 19:17:15.252 INFO kablam! 13 | let mut document = kuchiki::parse_html().one(dom); Oct 12 19:17:15.252 INFO kablam! | ----^^^^^^^^ Oct 12 19:17:15.252 INFO kablam! | | Oct 12 19:17:15.252 INFO kablam! | help: remove this `mut` Oct 12 19:17:15.252 INFO kablam! Oct 12 19:17:15.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.36s Oct 12 19:17:15.312 INFO kablam! su: No module specific data is present Oct 12 19:17:15.920 INFO running `"docker" "rm" "-f" "3f09f9cbe889b054f35a2e2ecb2f276cf7ab0ec956a09c1823b75cca9902a538"` Oct 12 19:17:16.342 INFO blam! 3f09f9cbe889b054f35a2e2ecb2f276cf7ab0ec956a09c1823b75cca9902a538