Oct 27 02:26:16.814 INFO checking kartojal/rent-scrapper against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:26:16.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:26:17.233 INFO blam! be46f917f9980eb2cb86dd725e8389fd5bad8d428e70af0a7fcbf7b4cfd24a6b Oct 27 02:26:17.243 INFO running `"docker" "start" "-a" "be46f917f9980eb2cb86dd725e8389fd5bad8d428e70af0a7fcbf7b4cfd24a6b"` Oct 27 02:26:18.466 INFO kablam! usermod: no changes Oct 27 02:26:18.839 INFO kablam! Compiling openssl v0.9.11 Oct 27 02:26:18.839 INFO kablam! Checking ref_slice v1.1.1 Oct 27 02:26:18.839 INFO kablam! Compiling syn v0.10.8 Oct 27 02:26:18.839 INFO kablam! Compiling openssl-sys v0.9.11 Oct 27 02:26:18.839 INFO kablam! Checking utf-8 v0.6.0 Oct 27 02:26:18.839 INFO kablam! Compiling hyper v0.10.9 Oct 27 02:26:18.839 INFO kablam! Compiling string_cache_codegen v0.3.1 Oct 27 02:26:18.839 INFO kablam! Compiling html5ever v0.13.1 Oct 27 02:26:21.098 INFO kablam! Checking tendril v0.2.3 Oct 27 02:26:27.992 INFO kablam! Compiling string_cache v0.4.0 Oct 27 02:26:30.319 INFO kablam! Compiling html5ever-atoms v0.2.2 Oct 27 02:26:48.388 INFO kablam! Checking native-tls v0.1.2 Oct 27 02:26:49.927 INFO kablam! Compiling cssparser v0.7.4 Oct 27 02:26:50.585 INFO kablam! Checking hyper-native-tls v0.2.2 Oct 27 02:26:56.716 INFO kablam! Checking selectors v0.15.2 Oct 27 02:27:00.500 INFO kablam! Checking kuchiki v0.4.3 Oct 27 02:27:02.065 INFO kablam! Checking rent-scrapper v0.1.0 (/source) Oct 27 02:27:04.425 INFO kablam! warning: variable does not need to be mutable Oct 27 02:27:04.426 INFO kablam! --> src/main.rs:12:7 Oct 27 02:27:04.427 INFO kablam! | Oct 27 02:27:04.427 INFO kablam! 12 | let mut prices: Vec = Vec::new(); Oct 27 02:27:04.427 INFO kablam! | ----^^^^^^ Oct 27 02:27:04.427 INFO kablam! | | Oct 27 02:27:04.428 INFO kablam! | help: remove this `mut` Oct 27 02:27:04.428 INFO kablam! | Oct 27 02:27:04.428 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:27:04.429 INFO kablam! Oct 27 02:27:04.429 INFO kablam! warning: variable does not need to be mutable Oct 27 02:27:04.429 INFO kablam! --> src/main.rs:13:7 Oct 27 02:27:04.429 INFO kablam! | Oct 27 02:27:04.430 INFO kablam! 13 | let mut document = kuchiki::parse_html().one(dom); Oct 27 02:27:04.430 INFO kablam! | ----^^^^^^^^ Oct 27 02:27:04.430 INFO kablam! | | Oct 27 02:27:04.431 INFO kablam! | help: remove this `mut` Oct 27 02:27:04.431 INFO kablam! Oct 27 02:27:05.099 INFO kablam! warning: variable does not need to be mutable Oct 27 02:27:05.100 INFO kablam! --> src/main.rs:12:7 Oct 27 02:27:05.100 INFO kablam! | Oct 27 02:27:05.100 INFO kablam! 12 | let mut prices: Vec = Vec::new(); Oct 27 02:27:05.101 INFO kablam! | ----^^^^^^ Oct 27 02:27:05.101 INFO kablam! | | Oct 27 02:27:05.101 INFO kablam! | help: remove this `mut` Oct 27 02:27:05.101 INFO kablam! | Oct 27 02:27:05.102 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:27:05.102 INFO kablam! Oct 27 02:27:05.102 INFO kablam! warning: variable does not need to be mutable Oct 27 02:27:05.103 INFO kablam! --> src/main.rs:13:7 Oct 27 02:27:05.103 INFO kablam! | Oct 27 02:27:05.103 INFO kablam! 13 | let mut document = kuchiki::parse_html().one(dom); Oct 27 02:27:05.104 INFO kablam! | ----^^^^^^^^ Oct 27 02:27:05.104 INFO kablam! | | Oct 27 02:27:05.104 INFO kablam! | help: remove this `mut` Oct 27 02:27:05.105 INFO kablam! Oct 27 02:27:05.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.64s Oct 27 02:27:05.180 INFO kablam! su: No module specific data is present Oct 27 02:27:06.459 INFO running `"docker" "rm" "-f" "be46f917f9980eb2cb86dd725e8389fd5bad8d428e70af0a7fcbf7b4cfd24a6b"` Oct 27 02:27:06.683 INFO blam! be46f917f9980eb2cb86dd725e8389fd5bad8d428e70af0a7fcbf7b4cfd24a6b