Oct 13 05:06:24.577 INFO checking Danlock/rusty-rss-gen against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:06:24.577 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 05:06:24.966 INFO blam! ad6f15d602b00b1830d72240210b4603ca2109782f7e2f1fdd219d7afc6e446d Oct 13 05:06:24.967 INFO running `"docker" "start" "-a" "ad6f15d602b00b1830d72240210b4603ca2109782f7e2f1fdd219d7afc6e446d"` Oct 13 05:06:25.551 INFO kablam! usermod: no changes Oct 13 05:06:25.905 INFO kablam! Checking ego-tree v0.5.0 Oct 13 05:06:25.913 INFO kablam! Checking tokio-service v0.1.0 Oct 13 05:06:25.913 INFO kablam! Checking relay v0.1.1 Oct 13 05:06:25.914 INFO kablam! Checking want v0.0.4 Oct 13 05:06:25.915 INFO kablam! Checking crossbeam-epoch v0.4.3 Oct 13 05:06:25.917 INFO kablam! Compiling quote v0.6.3 Oct 13 05:06:25.919 INFO kablam! Checking backtrace-sys v0.1.24 Oct 13 05:06:25.921 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 13 05:06:28.862 INFO kablam! Checking backtrace v0.3.9 Oct 13 05:06:28.958 INFO kablam! Compiling selectors v0.19.0 Oct 13 05:06:31.011 INFO kablam! Checking crossbeam-deque v0.3.1 Oct 13 05:06:32.634 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 13 05:06:35.287 INFO kablam! Checking tokio-fs v0.1.2 Oct 13 05:06:35.948 INFO kablam! Compiling syn v0.14.4 Oct 13 05:06:37.822 INFO kablam! Compiling string_cache v0.7.3 Oct 13 05:06:40.517 INFO kablam! Checking tokio v0.1.7 Oct 13 05:06:44.965 INFO kablam! Checking tokio-core v0.1.17 Oct 13 05:06:49.773 INFO kablam! Checking tokio-proto v0.1.1 Oct 13 05:06:49.773 INFO kablam! Checking tokio-tls v0.1.4 Oct 13 05:06:56.554 INFO kablam! Checking hyper v0.11.27 Oct 13 05:07:13.874 INFO kablam! Checking hyper-tls v0.1.3 Oct 13 05:07:14.937 INFO kablam! Compiling serde_derive v1.0.70 Oct 13 05:07:14.937 INFO kablam! Compiling cssparser-macros v0.3.4 Oct 13 05:07:14.937 INFO kablam! Compiling synstructure v0.9.0 Oct 13 05:07:19.496 INFO kablam! Checking reqwest v0.8.8 Oct 13 05:07:27.007 INFO kablam! Compiling failure_derive v0.1.2 Oct 13 05:07:29.464 INFO kablam! Checking cssparser v0.23.10 Oct 13 05:07:35.912 INFO kablam! Checking failure v0.1.2 Oct 13 05:07:49.720 INFO kablam! Compiling markup5ever v0.7.2 Oct 13 05:07:59.874 INFO kablam! Checking html5ever v0.22.3 Oct 13 05:08:03.489 INFO kablam! Checking scraper v0.7.0 Oct 13 05:08:05.800 INFO kablam! Checking rusty-manga-memorial v0.0.1 (/source) Oct 13 05:08:12.328 INFO kablam! error[E0412]: cannot find type `ParseError` in this scope Oct 13 05:08:12.328 INFO kablam! --> src/mscrapers.rs:24:11 Oct 13 05:08:12.328 INFO kablam! | Oct 13 05:08:12.328 INFO kablam! 24 | impl From for failure::Error { Oct 13 05:08:12.328 INFO kablam! | ^^^^^^^^^^ not found in this scope Oct 13 05:08:12.329 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 05:08:12.329 INFO kablam! | Oct 13 05:08:12.329 INFO kablam! 6 | use std::string::ParseError; Oct 13 05:08:12.329 INFO kablam! | Oct 13 05:08:12.329 INFO kablam! Oct 13 05:08:12.329 INFO kablam! error[E0412]: cannot find type `ParseError` in this scope Oct 13 05:08:12.329 INFO kablam! --> src/mscrapers.rs:25:16 Oct 13 05:08:12.329 INFO kablam! | Oct 13 05:08:12.329 INFO kablam! 25 | fn from(e: ParseError) -> Self { Oct 13 05:08:12.329 INFO kablam! | ^^^^^^^^^^ not found in this scope Oct 13 05:08:12.329 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 05:08:12.329 INFO kablam! | Oct 13 05:08:12.329 INFO kablam! 6 | use std::string::ParseError; Oct 13 05:08:12.329 INFO kablam! | Oct 13 05:08:12.329 INFO kablam! Oct 13 05:08:12.440 INFO kablam! error: aborting due to 2 previous errors Oct 13 05:08:12.440 INFO kablam! Oct 13 05:08:12.440 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 13 05:08:12.460 INFO kablam! error: Could not compile `rusty-manga-memorial`. Oct 13 05:08:12.460 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 05:08:12.560 INFO kablam! error[E0412]: cannot find type `ParseError` in this scope Oct 13 05:08:12.560 INFO kablam! --> src/mscrapers.rs:24:11 Oct 13 05:08:12.560 INFO kablam! | Oct 13 05:08:12.560 INFO kablam! 24 | impl From for failure::Error { Oct 13 05:08:12.560 INFO kablam! | ^^^^^^^^^^ not found in this scope Oct 13 05:08:12.560 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 05:08:12.560 INFO kablam! | Oct 13 05:08:12.560 INFO kablam! 6 | use std::string::ParseError; Oct 13 05:08:12.560 INFO kablam! | Oct 13 05:08:12.561 INFO kablam! Oct 13 05:08:12.561 INFO kablam! error[E0412]: cannot find type `ParseError` in this scope Oct 13 05:08:12.561 INFO kablam! --> src/mscrapers.rs:25:16 Oct 13 05:08:12.561 INFO kablam! | Oct 13 05:08:12.561 INFO kablam! 25 | fn from(e: ParseError) -> Self { Oct 13 05:08:12.561 INFO kablam! | ^^^^^^^^^^ not found in this scope Oct 13 05:08:12.561 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 05:08:12.561 INFO kablam! | Oct 13 05:08:12.561 INFO kablam! 6 | use std::string::ParseError; Oct 13 05:08:12.561 INFO kablam! | Oct 13 05:08:12.561 INFO kablam! Oct 13 05:08:12.688 INFO kablam! error: aborting due to 2 previous errors Oct 13 05:08:12.688 INFO kablam! Oct 13 05:08:12.688 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 13 05:08:12.710 INFO kablam! error: Could not compile `rusty-manga-memorial`. Oct 13 05:08:12.710 INFO kablam! Oct 13 05:08:12.710 INFO kablam! To learn more, run the command again with --verbose. Oct 13 05:08:12.716 INFO kablam! su: No module specific data is present Oct 13 05:08:13.272 INFO running `"docker" "rm" "-f" "ad6f15d602b00b1830d72240210b4603ca2109782f7e2f1fdd219d7afc6e446d"` Oct 13 05:08:13.484 INFO blam! ad6f15d602b00b1830d72240210b4603ca2109782f7e2f1fdd219d7afc6e446d