Oct 27 12:14:27.057 INFO checking Danlock/rusty-rss-gen against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:14:27.058 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:14:27.417 INFO blam! fea327d8b2530bd8d6f87d95603517af6e5af9ebcba47834409f0f1a761e321b Oct 27 12:14:27.423 INFO running `"docker" "start" "-a" "fea327d8b2530bd8d6f87d95603517af6e5af9ebcba47834409f0f1a761e321b"` Oct 27 12:14:29.559 INFO kablam! usermod: no changes Oct 27 12:14:30.027 INFO kablam! Checking tokio-service v0.1.0 Oct 27 12:14:30.031 INFO kablam! Checking relay v0.1.1 Oct 27 12:14:30.051 INFO kablam! Checking crossbeam-epoch v0.4.3 Oct 27 12:14:30.052 INFO kablam! Checking want v0.0.4 Oct 27 12:14:30.067 INFO kablam! Compiling quote v0.6.3 Oct 27 12:14:30.067 INFO kablam! Checking backtrace-sys v0.1.24 Oct 27 12:14:30.067 INFO kablam! Compiling openssl v0.9.24 Oct 27 12:14:30.072 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 27 12:14:31.829 INFO kablam! Compiling selectors v0.19.0 Oct 27 12:14:33.079 INFO kablam! Checking backtrace v0.3.9 Oct 27 12:14:34.375 INFO kablam! Checking crossbeam-deque v0.3.1 Oct 27 12:14:38.631 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 27 12:14:43.124 INFO kablam! Compiling syn v0.14.4 Oct 27 12:14:45.349 INFO kablam! Compiling string_cache v0.7.3 Oct 27 12:14:46.479 INFO kablam! Checking native-tls v0.1.5 Oct 27 12:14:47.944 INFO kablam! Checking tokio-fs v0.1.2 Oct 27 12:14:52.271 INFO kablam! Checking tokio v0.1.7 Oct 27 12:14:56.815 INFO kablam! Checking tokio-core v0.1.17 Oct 27 12:15:01.331 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 12:15:01.331 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 12:15:08.403 INFO kablam! Checking hyper v0.11.27 Oct 27 12:15:22.267 INFO kablam! Compiling serde_derive v1.0.70 Oct 27 12:15:22.267 INFO kablam! Compiling cssparser-macros v0.3.4 Oct 27 12:15:22.268 INFO kablam! Compiling synstructure v0.9.0 Oct 27 12:15:29.211 INFO kablam! Checking hyper-tls v0.1.3 Oct 27 12:15:34.067 INFO kablam! Compiling failure_derive v0.1.2 Oct 27 12:15:35.427 INFO kablam! Checking cssparser v0.23.10 Oct 27 12:15:36.757 INFO kablam! Checking reqwest v0.8.8 Oct 27 12:15:48.177 INFO kablam! Checking failure v0.1.2 Oct 27 12:16:00.385 INFO kablam! Compiling markup5ever v0.7.2 Oct 27 12:16:10.751 INFO kablam! Checking html5ever v0.22.3 Oct 27 12:16:14.083 INFO kablam! Checking scraper v0.7.0 Oct 27 12:16:16.527 INFO kablam! Checking rusty-manga-memorial v0.0.1 (/source) Oct 27 12:16:22.483 INFO kablam! error[E0412]: cannot find type `ParseError` in this scope Oct 27 12:16:22.483 INFO kablam! --> src/mscrapers.rs:24:11 Oct 27 12:16:22.483 INFO kablam! | Oct 27 12:16:22.483 INFO kablam! 24 | impl From for failure::Error { Oct 27 12:16:22.483 INFO kablam! | ^^^^^^^^^^ not found in this scope Oct 27 12:16:22.483 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 12:16:22.483 INFO kablam! | Oct 27 12:16:22.483 INFO kablam! 6 | use std::string::ParseError; Oct 27 12:16:22.483 INFO kablam! | Oct 27 12:16:22.483 INFO kablam! Oct 27 12:16:22.483 INFO kablam! error[E0412]: cannot find type `ParseError` in this scope Oct 27 12:16:22.483 INFO kablam! --> src/mscrapers.rs:25:16 Oct 27 12:16:22.483 INFO kablam! | Oct 27 12:16:22.483 INFO kablam! 25 | fn from(e: ParseError) -> Self { Oct 27 12:16:22.483 INFO kablam! | ^^^^^^^^^^ not found in this scope Oct 27 12:16:22.483 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 12:16:22.483 INFO kablam! | Oct 27 12:16:22.483 INFO kablam! 6 | use std::string::ParseError; Oct 27 12:16:22.483 INFO kablam! | Oct 27 12:16:22.483 INFO kablam! Oct 27 12:16:22.583 INFO kablam! error: aborting due to 2 previous errors Oct 27 12:16:22.583 INFO kablam! Oct 27 12:16:22.583 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 27 12:16:22.589 INFO kablam! error: Could not compile `rusty-manga-memorial`. Oct 27 12:16:22.589 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 12:16:22.761 INFO kablam! error[E0412]: cannot find type `ParseError` in this scope Oct 27 12:16:22.761 INFO kablam! --> src/mscrapers.rs:24:11 Oct 27 12:16:22.761 INFO kablam! | Oct 27 12:16:22.761 INFO kablam! 24 | impl From for failure::Error { Oct 27 12:16:22.761 INFO kablam! | ^^^^^^^^^^ not found in this scope Oct 27 12:16:22.761 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 12:16:22.761 INFO kablam! | Oct 27 12:16:22.761 INFO kablam! 6 | use std::string::ParseError; Oct 27 12:16:22.761 INFO kablam! | Oct 27 12:16:22.761 INFO kablam! Oct 27 12:16:22.761 INFO kablam! error[E0412]: cannot find type `ParseError` in this scope Oct 27 12:16:22.761 INFO kablam! --> src/mscrapers.rs:25:16 Oct 27 12:16:22.761 INFO kablam! | Oct 27 12:16:22.761 INFO kablam! 25 | fn from(e: ParseError) -> Self { Oct 27 12:16:22.762 INFO kablam! | ^^^^^^^^^^ not found in this scope Oct 27 12:16:22.762 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 12:16:22.762 INFO kablam! | Oct 27 12:16:22.762 INFO kablam! 6 | use std::string::ParseError; Oct 27 12:16:22.762 INFO kablam! | Oct 27 12:16:22.762 INFO kablam! Oct 27 12:16:22.871 INFO kablam! error: aborting due to 2 previous errors Oct 27 12:16:22.871 INFO kablam! Oct 27 12:16:22.871 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 27 12:16:22.894 INFO kablam! error: Could not compile `rusty-manga-memorial`. Oct 27 12:16:22.894 INFO kablam! Oct 27 12:16:22.894 INFO kablam! To learn more, run the command again with --verbose. Oct 27 12:16:22.895 INFO kablam! su: No module specific data is present Oct 27 12:16:23.611 INFO running `"docker" "rm" "-f" "fea327d8b2530bd8d6f87d95603517af6e5af9ebcba47834409f0f1a761e321b"` Oct 27 12:16:24.009 INFO blam! fea327d8b2530bd8d6f87d95603517af6e5af9ebcba47834409f0f1a761e321b