Dec 14 11:05:24.388 INFO testing Danlock/rusty-rss-gen against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 14 11:05:24.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-5/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt build --frozen" "-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"` Dec 14 11:05:24.819 INFO [stdout] d446cb91cbcb9e19cc0ae2b178f125d9af55cb1096386c3f8ebd92efb4de70e7 Dec 14 11:05:24.821 INFO running `"docker" "start" "-a" "d446cb91cbcb9e19cc0ae2b178f125d9af55cb1096386c3f8ebd92efb4de70e7"` Dec 14 11:05:26.015 INFO [stderr] usermod: no changes Dec 14 11:05:26.503 INFO [stderr] Compiling encoding_rs v0.8.6 Dec 14 11:05:26.511 INFO [stderr] Compiling tokio-service v0.1.0 Dec 14 11:05:26.511 INFO [stderr] Compiling relay v0.1.1 Dec 14 11:05:26.514 INFO [stderr] Compiling crossbeam-epoch v0.4.3 Dec 14 11:05:26.515 INFO [stderr] Compiling want v0.0.4 Dec 14 11:05:26.515 INFO [stderr] Compiling futures-cpupool v0.1.8 Dec 14 11:05:26.518 INFO [stderr] Compiling quote v0.6.3 Dec 14 11:05:26.519 INFO [stderr] Compiling backtrace-sys v0.1.24 Dec 14 11:05:28.691 INFO [stderr] Compiling serde_urlencoded v0.5.2 Dec 14 11:05:28.791 INFO [stderr] Compiling string_cache_codegen v0.4.1 Dec 14 11:05:29.451 INFO [stderr] Compiling backtrace v0.3.9 Dec 14 11:05:31.949 INFO [stderr] Compiling selectors v0.19.0 Dec 14 11:05:31.949 INFO [stderr] Compiling syn v0.14.4 Dec 14 11:05:32.114 INFO [stderr] Compiling crossbeam-deque v0.3.1 Dec 14 11:05:37.091 INFO [stderr] Compiling tokio-threadpool v0.1.5 Dec 14 11:05:38.463 INFO [stderr] Compiling string_cache v0.7.3 Dec 14 11:05:47.831 INFO [stderr] Compiling tokio-fs v0.1.2 Dec 14 11:05:52.568 INFO [stderr] Compiling tokio v0.1.7 Dec 14 11:05:58.397 INFO [stderr] Compiling tokio-core v0.1.17 Dec 14 11:06:07.807 INFO [stderr] Compiling tokio-proto v0.1.1 Dec 14 11:06:07.807 INFO [stderr] Compiling tokio-tls v0.1.4 Dec 14 11:06:09.375 INFO [stderr] Compiling serde_derive v1.0.70 Dec 14 11:06:09.383 INFO [stderr] Compiling cssparser-macros v0.3.4 Dec 14 11:06:09.383 INFO [stderr] Compiling synstructure v0.9.0 Dec 14 11:06:18.851 INFO [stderr] Compiling hyper v0.11.27 Dec 14 11:06:18.931 INFO [stderr] Compiling failure_derive v0.1.2 Dec 14 11:06:19.343 INFO [stderr] Compiling cssparser v0.23.10 Dec 14 11:06:24.314 INFO [stderr] Compiling failure v0.1.2 Dec 14 11:06:38.373 INFO [stderr] Compiling markup5ever v0.7.2 Dec 14 11:06:47.539 INFO [stderr] Compiling hyper-tls v0.1.3 Dec 14 11:06:52.263 INFO [stderr] Compiling reqwest v0.8.8 Dec 14 11:06:56.063 INFO [stderr] Compiling html5ever v0.22.3 Dec 14 11:07:03.111 INFO [stderr] Compiling scraper v0.7.0 Dec 14 11:07:12.814 INFO [stderr] Compiling rusty-manga-memorial v0.0.1 (/source) Dec 14 11:07:18.375 INFO [stderr] error[E0412]: cannot find type `ParseError` in this scope Dec 14 11:07:18.375 INFO [stderr] --> src/mscrapers.rs:24:11 Dec 14 11:07:18.375 INFO [stderr] | Dec 14 11:07:18.375 INFO [stderr] 24 | impl From for failure::Error { Dec 14 11:07:18.375 INFO [stderr] | ^^^^^^^^^^ not found in this scope Dec 14 11:07:18.375 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 14 11:07:18.375 INFO [stderr] | Dec 14 11:07:18.375 INFO [stderr] 6 | use std::string::ParseError; Dec 14 11:07:18.375 INFO [stderr] | Dec 14 11:07:18.375 INFO [stderr] Dec 14 11:07:18.375 INFO [stderr] error[E0412]: cannot find type `ParseError` in this scope Dec 14 11:07:18.375 INFO [stderr] --> src/mscrapers.rs:25:16 Dec 14 11:07:18.375 INFO [stderr] | Dec 14 11:07:18.375 INFO [stderr] 25 | fn from(e: ParseError) -> Self { Dec 14 11:07:18.375 INFO [stderr] | ^^^^^^^^^^ not found in this scope Dec 14 11:07:18.375 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 14 11:07:18.375 INFO [stderr] | Dec 14 11:07:18.375 INFO [stderr] 6 | use std::string::ParseError; Dec 14 11:07:18.375 INFO [stderr] | Dec 14 11:07:18.375 INFO [stderr] Dec 14 11:07:18.487 INFO [stderr] error: aborting due to 2 previous errors Dec 14 11:07:18.487 INFO [stderr] Dec 14 11:07:18.487 INFO [stderr] For more information about this error, try `rustc --explain E0412`. Dec 14 11:07:18.509 INFO [stderr] error: Could not compile `rusty-manga-memorial`. Dec 14 11:07:18.510 INFO [stderr] Dec 14 11:07:18.510 INFO [stderr] To learn more, run the command again with --verbose. Dec 14 11:07:18.515 INFO [stderr] su: No module specific data is present Dec 14 11:07:19.531 INFO running `"docker" "inspect" "d446cb91cbcb9e19cc0ae2b178f125d9af55cb1096386c3f8ebd92efb4de70e7"` Dec 14 11:07:19.865 INFO running `"docker" "rm" "-f" "d446cb91cbcb9e19cc0ae2b178f125d9af55cb1096386c3f8ebd92efb4de70e7"` Dec 14 11:07:20.138 INFO [stdout] d446cb91cbcb9e19cc0ae2b178f125d9af55cb1096386c3f8ebd92efb4de70e7