Nov 28 06:02:13.832 INFO documenting Danlock/rusty-rss-gen against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 28 06:02:13.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-6/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/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 +f5a0bd723553ea4b7556bd7087b9f0919cafb483-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 06:02:14.242 INFO [stdout] d365203f427dea2673550ce0fc6798164ad530f5cf2a56cd6f23721f58bf32e2 Nov 28 06:02:14.245 INFO running `"docker" "start" "-a" "d365203f427dea2673550ce0fc6798164ad530f5cf2a56cd6f23721f58bf32e2"` Nov 28 06:02:14.723 INFO [stderr] usermod: no changes Nov 28 06:02:15.170 INFO [stderr] Checking encoding_rs v0.8.6 Nov 28 06:02:15.170 INFO [stderr] Checking tokio-service v0.1.0 Nov 28 06:02:15.170 INFO [stderr] Checking relay v0.1.1 Nov 28 06:02:15.176 INFO [stderr] Checking crossbeam-epoch v0.4.3 Nov 28 06:02:15.176 INFO [stderr] Checking want v0.0.4 Nov 28 06:02:15.183 INFO [stderr] Checking tokio-io v0.1.7 Nov 28 06:02:15.183 INFO [stderr] Compiling quote v0.6.3 Nov 28 06:02:15.183 INFO [stderr] Checking backtrace-sys v0.1.24 Nov 28 06:02:15.919 INFO [stderr] Compiling serde_json v1.0.22 Nov 28 06:02:16.247 INFO [stderr] Compiling string_cache v0.7.3 Nov 28 06:02:17.423 INFO [stderr] Compiling selectors v0.19.0 Nov 28 06:02:17.611 INFO [stderr] Checking backtrace v0.3.9 Nov 28 06:02:19.179 INFO [stderr] Checking crossbeam-deque v0.3.1 Nov 28 06:02:21.348 INFO [stderr] Checking tokio-codec v0.1.0 Nov 28 06:02:21.348 INFO [stderr] Checking tokio-reactor v0.1.2 Nov 28 06:02:21.366 INFO [stderr] Checking tokio-threadpool v0.1.5 Nov 28 06:02:26.163 INFO [stderr] Checking tokio-udp v0.1.1 Nov 28 06:02:26.743 INFO [stderr] Checking tokio-tcp v0.1.0 Nov 28 06:02:26.957 INFO [stderr] Compiling syn v0.14.4 Nov 28 06:02:30.369 INFO [stderr] Checking tokio-fs v0.1.2 Nov 28 06:02:31.996 INFO [stderr] Checking tokio v0.1.7 Nov 28 06:02:34.763 INFO [stderr] Checking tokio-core v0.1.17 Nov 28 06:02:37.688 INFO [stderr] Checking tokio-proto v0.1.1 Nov 28 06:02:37.688 INFO [stderr] Checking tokio-tls v0.1.4 Nov 28 06:02:42.799 INFO [stderr] Checking hyper v0.11.27 Nov 28 06:02:54.891 INFO [stderr] Checking hyper-tls v0.1.3 Nov 28 06:02:58.527 INFO [stderr] Compiling serde_derive v1.0.70 Nov 28 06:02:58.527 INFO [stderr] Compiling cssparser-macros v0.3.4 Nov 28 06:02:58.531 INFO [stderr] Compiling synstructure v0.9.0 Nov 28 06:02:58.543 INFO [stderr] Checking reqwest v0.8.8 Nov 28 06:03:11.878 INFO [stderr] Compiling failure_derive v0.1.2 Nov 28 06:03:12.592 INFO [stderr] Checking cssparser v0.23.10 Nov 28 06:03:19.432 INFO [stderr] Checking failure v0.1.2 Nov 28 06:03:28.420 INFO [stderr] Compiling markup5ever v0.7.2 Nov 28 06:03:36.345 INFO [stderr] Checking html5ever v0.22.3 Nov 28 06:03:39.077 INFO [stderr] Checking scraper v0.7.0 Nov 28 06:03:40.800 INFO [stderr] Documenting rusty-manga-memorial v0.0.1 (/source) Nov 28 06:03:44.711 INFO [stderr] error[E0412]: cannot find type `ParseError` in this scope Nov 28 06:03:44.711 INFO [stderr] --> src/mscrapers.rs:24:11 Nov 28 06:03:44.711 INFO [stderr] | Nov 28 06:03:44.711 INFO [stderr] 24 | impl From for failure::Error { Nov 28 06:03:44.711 INFO [stderr] | ^^^^^^^^^^ not found in this scope Nov 28 06:03:44.711 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 06:03:44.711 INFO [stderr] | Nov 28 06:03:44.711 INFO [stderr] 6 | use std::string::ParseError; Nov 28 06:03:44.711 INFO [stderr] | Nov 28 06:03:44.711 INFO [stderr] Nov 28 06:03:44.711 INFO [stderr] error[E0412]: cannot find type `ParseError` in this scope Nov 28 06:03:44.711 INFO [stderr] --> src/mscrapers.rs:25:16 Nov 28 06:03:44.711 INFO [stderr] | Nov 28 06:03:44.711 INFO [stderr] 25 | fn from(e: ParseError) -> Self { Nov 28 06:03:44.711 INFO [stderr] | ^^^^^^^^^^ not found in this scope Nov 28 06:03:44.711 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 06:03:44.711 INFO [stderr] | Nov 28 06:03:44.711 INFO [stderr] 6 | use std::string::ParseError; Nov 28 06:03:44.711 INFO [stderr] | Nov 28 06:03:44.711 INFO [stderr] Nov 28 06:03:44.759 INFO [stderr] error: Compilation failed, aborting rustdoc Nov 28 06:03:44.759 INFO [stderr] Nov 28 06:03:44.816 INFO [stderr] error: Could not document `rusty-manga-memorial`. Nov 28 06:03:44.816 INFO [stderr] Nov 28 06:03:44.816 INFO [stderr] Caused by: Nov 28 06:03:44.816 INFO [stderr] process didn't exit successfully: `rustdoc --crate-name rusty_manga_memorial src/main.rs --color never -o /target/doc --document-private-items -L dependency=/target/debug/deps --extern backtrace=/target/debug/deps/libbacktrace-d67a1c5fda5700e4.rmeta --extern failure=/target/debug/deps/libfailure-7c9845bc097f7bec.rmeta --extern failure_derive=/target/debug/deps/libfailure_derive-3b8bcfd0a95d2c7d.so --extern reqwest=/target/debug/deps/libreqwest-03ce79ad5dc98aee.rmeta --extern scraper=/target/debug/deps/libscraper-b2ff3ce28203ce75.rmeta --cap-lints=forbid` (exit code: 1) Nov 28 06:03:44.816 INFO [stderr] su: No module specific data is present Nov 28 06:03:45.399 INFO running `"docker" "inspect" "d365203f427dea2673550ce0fc6798164ad530f5cf2a56cd6f23721f58bf32e2"` Nov 28 06:03:45.725 INFO running `"docker" "rm" "-f" "d365203f427dea2673550ce0fc6798164ad530f5cf2a56cd6f23721f58bf32e2"` Nov 28 06:03:46.063 INFO [stdout] d365203f427dea2673550ce0fc6798164ad530f5cf2a56cd6f23721f58bf32e2