Nov 28 14:00:58.122 INFO checking Danlock/rusty-rss-gen against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 14:00:58.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-1/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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"` Nov 28 14:00:58.602 INFO [stdout] 63fcdd7e10f8ff4989c402ca3a472f1dd4fcff568c0b62bbe20b36474de27c7f Nov 28 14:00:58.603 INFO running `"docker" "start" "-a" "63fcdd7e10f8ff4989c402ca3a472f1dd4fcff568c0b62bbe20b36474de27c7f"` Nov 28 14:00:59.935 INFO [stderr] usermod: no changes Nov 28 14:01:00.355 INFO [stderr] Checking ego-tree v0.5.0 Nov 28 14:01:00.361 INFO [stderr] Checking encoding_rs v0.8.6 Nov 28 14:01:00.363 INFO [stderr] Checking tokio-service v0.1.0 Nov 28 14:01:00.368 INFO [stderr] Checking relay v0.1.1 Nov 28 14:01:00.371 INFO [stderr] Checking crossbeam-epoch v0.4.3 Nov 28 14:01:00.371 INFO [stderr] Checking want v0.0.4 Nov 28 14:01:00.373 INFO [stderr] Compiling quote v0.6.3 Nov 28 14:01:00.373 INFO [stderr] Checking backtrace-sys v0.1.24 Nov 28 14:01:01.822 INFO [stderr] Checking string_cache v0.7.3 Nov 28 14:01:02.154 INFO [stderr] Checking backtrace v0.3.9 Nov 28 14:01:05.180 INFO [stderr] Checking crossbeam-deque v0.3.1 Nov 28 14:01:07.760 INFO [stderr] Checking tokio-threadpool v0.1.5 Nov 28 14:01:10.040 INFO [stderr] Compiling syn v0.14.4 Nov 28 14:01:11.966 INFO [stderr] Checking tokio-fs v0.1.2 Nov 28 14:01:14.380 INFO [stderr] Checking tokio v0.1.7 Nov 28 14:01:18.177 INFO [stderr] Checking tokio-core v0.1.17 Nov 28 14:01:22.544 INFO [stderr] Checking tokio-proto v0.1.1 Nov 28 14:01:22.544 INFO [stderr] Checking tokio-tls v0.1.4 Nov 28 14:01:29.470 INFO [stderr] Checking hyper v0.11.27 Nov 28 14:01:42.558 INFO [stderr] Compiling serde_derive v1.0.70 Nov 28 14:01:42.558 INFO [stderr] Compiling cssparser-macros v0.3.4 Nov 28 14:01:42.559 INFO [stderr] Compiling synstructure v0.9.0 Nov 28 14:01:50.232 INFO [stderr] Checking hyper-tls v0.1.3 Nov 28 14:02:02.052 INFO [stderr] Checking cssparser v0.23.10 Nov 28 14:02:02.876 INFO [stderr] Compiling failure_derive v0.1.2 Nov 28 14:02:05.104 INFO [stderr] Checking reqwest v0.8.8 Nov 28 14:02:07.872 INFO [stderr] Checking selectors v0.19.0 Nov 28 14:02:19.290 INFO [stderr] Checking failure v0.1.2 Nov 28 14:02:21.806 INFO [stderr] Compiling markup5ever v0.7.2 Nov 28 14:02:34.271 INFO [stderr] Checking html5ever v0.22.3 Nov 28 14:02:37.512 INFO [stderr] Checking scraper v0.7.0 Nov 28 14:02:39.958 INFO [stderr] Checking rusty-manga-memorial v0.0.1 (/source) Nov 28 14:02:48.044 INFO [stderr] error[E0412]: cannot find type `ParseError` in this scope Nov 28 14:02:48.044 INFO [stderr] --> src/mscrapers.rs:24:11 Nov 28 14:02:48.044 INFO [stderr] | Nov 28 14:02:48.044 INFO [stderr] 24 | impl From for failure::Error { Nov 28 14:02:48.044 INFO [stderr] | ^^^^^^^^^^ not found in this scope Nov 28 14:02:48.044 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 14:02:48.044 INFO [stderr] | Nov 28 14:02:48.044 INFO [stderr] 6 | use std::string::ParseError; Nov 28 14:02:48.044 INFO [stderr] | Nov 28 14:02:48.044 INFO [stderr] Nov 28 14:02:48.044 INFO [stderr] error[E0412]: cannot find type `ParseError` in this scope Nov 28 14:02:48.044 INFO [stderr] --> src/mscrapers.rs:25:16 Nov 28 14:02:48.044 INFO [stderr] | Nov 28 14:02:48.044 INFO [stderr] 25 | fn from(e: ParseError) -> Self { Nov 28 14:02:48.044 INFO [stderr] | ^^^^^^^^^^ not found in this scope Nov 28 14:02:48.044 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 14:02:48.045 INFO [stderr] | Nov 28 14:02:48.045 INFO [stderr] 6 | use std::string::ParseError; Nov 28 14:02:48.045 INFO [stderr] | Nov 28 14:02:48.045 INFO [stderr] Nov 28 14:02:48.091 INFO [stderr] error[E0412]: cannot find type `ParseError` in this scope Nov 28 14:02:48.091 INFO [stderr] --> src/mscrapers.rs:24:11 Nov 28 14:02:48.091 INFO [stderr] | Nov 28 14:02:48.091 INFO [stderr] 24 | impl From for failure::Error { Nov 28 14:02:48.091 INFO [stderr] | ^^^^^^^^^^ not found in this scope Nov 28 14:02:48.091 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 14:02:48.091 INFO [stderr] | Nov 28 14:02:48.091 INFO [stderr] 6 | use std::string::ParseError; Nov 28 14:02:48.091 INFO [stderr] | Nov 28 14:02:48.091 INFO [stderr] Nov 28 14:02:48.091 INFO [stderr] error[E0412]: cannot find type `ParseError` in this scope Nov 28 14:02:48.091 INFO [stderr] --> src/mscrapers.rs:25:16 Nov 28 14:02:48.091 INFO [stderr] | Nov 28 14:02:48.091 INFO [stderr] 25 | fn from(e: ParseError) -> Self { Nov 28 14:02:48.091 INFO [stderr] | ^^^^^^^^^^ not found in this scope Nov 28 14:02:48.091 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 14:02:48.091 INFO [stderr] | Nov 28 14:02:48.091 INFO [stderr] 6 | use std::string::ParseError; Nov 28 14:02:48.091 INFO [stderr] | Nov 28 14:02:48.091 INFO [stderr] Nov 28 14:02:48.148 INFO [stderr] error: aborting due to 2 previous errors Nov 28 14:02:48.148 INFO [stderr] Nov 28 14:02:48.148 INFO [stderr] For more information about this error, try `rustc --explain E0412`. Nov 28 14:02:48.152 INFO [stderr] error: Could not compile `rusty-manga-memorial`. Nov 28 14:02:48.152 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 14:02:48.232 INFO [stderr] error: aborting due to 2 previous errors Nov 28 14:02:48.232 INFO [stderr] Nov 28 14:02:48.232 INFO [stderr] For more information about this error, try `rustc --explain E0412`. Nov 28 14:02:48.249 INFO [stderr] error: Could not compile `rusty-manga-memorial`. Nov 28 14:02:48.249 INFO [stderr] Nov 28 14:02:48.249 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 14:02:48.254 INFO [stderr] su: No module specific data is present Nov 28 14:02:49.162 INFO running `"docker" "inspect" "63fcdd7e10f8ff4989c402ca3a472f1dd4fcff568c0b62bbe20b36474de27c7f"` Nov 28 14:02:49.430 INFO running `"docker" "rm" "-f" "63fcdd7e10f8ff4989c402ca3a472f1dd4fcff568c0b62bbe20b36474de27c7f"` Nov 28 14:02:49.776 INFO [stdout] 63fcdd7e10f8ff4989c402ca3a472f1dd4fcff568c0b62bbe20b36474de27c7f