Dec 05 22:13:58.921 INFO testing guangie88/line-stickers-scraper-rs against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 22:13:58.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 22:13:59.312 INFO [stdout] b9e398542882703a43fe13828635c558d75135e915adb3732bd66bfad7832e1f Dec 05 22:13:59.316 INFO running `"docker" "start" "-a" "b9e398542882703a43fe13828635c558d75135e915adb3732bd66bfad7832e1f"` Dec 05 22:14:00.468 INFO [stderr] usermod: no changes Dec 05 22:14:00.934 INFO [stderr] Compiling nodrop v0.1.12 Dec 05 22:14:00.934 INFO [stderr] Compiling cc v1.0.14 Dec 05 22:14:00.936 INFO [stderr] Compiling procedural-masquerade v0.1.5 Dec 05 22:14:00.943 INFO [stderr] Compiling ego-tree v0.3.0 Dec 05 22:14:00.943 INFO [stderr] Compiling vlog v0.1.2 Dec 05 22:14:00.951 INFO [stderr] Compiling dtoa-short v0.3.2 Dec 05 22:14:00.951 INFO [stderr] Compiling clap v2.31.2 Dec 05 22:14:00.951 INFO [stderr] Compiling syn v0.13.2 Dec 05 22:14:02.346 INFO [stderr] Compiling arrayvec v0.4.7 Dec 05 22:14:02.429 INFO [stderr] Compiling servo_arc v0.1.1 Dec 05 22:14:03.028 INFO [stderr] Compiling string_cache_codegen v0.4.1 Dec 05 22:14:03.040 INFO [stderr] Compiling selectors v0.19.0 Dec 05 22:14:03.112 INFO [stderr] Compiling mime_guess v2.0.0-alpha.4 Dec 05 22:14:11.104 INFO [stderr] Compiling crossbeam-epoch v0.4.1 Dec 05 22:14:11.162 INFO [stderr] Compiling string_cache v0.7.2 Dec 05 22:14:11.655 INFO [stderr] Compiling openssl-sys v0.9.28 Dec 05 22:14:11.655 INFO [stderr] Compiling backtrace-sys v0.1.16 Dec 05 22:14:14.792 INFO [stderr] Compiling crossbeam-deque v0.3.0 Dec 05 22:14:17.326 INFO [stderr] Compiling openssl v0.9.24 Dec 05 22:14:17.802 INFO [stderr] Compiling tokio-threadpool v0.1.2 Dec 05 22:14:35.524 INFO [stderr] Compiling tokio v0.1.5 Dec 05 22:14:36.096 INFO [stderr] Compiling native-tls v0.1.5 Dec 05 22:14:42.425 INFO [stderr] Compiling backtrace v0.3.6 Dec 05 22:14:42.756 INFO [stderr] Compiling tokio-core v0.1.17 Dec 05 22:14:45.425 INFO [stderr] Compiling failure v0.1.1 Dec 05 22:14:49.196 INFO [stderr] Compiling tokio-proto v0.1.1 Dec 05 22:14:49.196 INFO [stderr] Compiling tokio-tls v0.1.4 Dec 05 22:14:51.389 INFO [stderr] Compiling serde_derive_internals v0.23.1 Dec 05 22:14:51.389 INFO [stderr] Compiling cssparser v0.23.6 Dec 05 22:14:51.389 INFO [stderr] Compiling html5ever v0.22.3 Dec 05 22:14:51.389 INFO [stderr] Compiling cssparser-macros v0.3.3 Dec 05 22:14:51.389 INFO [stderr] Compiling structopt-derive v0.2.7 Dec 05 22:14:58.487 INFO [stderr] Compiling hyper v0.11.25 Dec 05 22:15:07.958 INFO [stderr] Compiling structopt v0.2.7 Dec 05 22:15:13.856 INFO [stderr] Compiling serde_derive v1.0.43 Dec 05 22:15:30.724 INFO [stderr] Compiling hyper-tls v0.1.3 Dec 05 22:15:35.285 INFO [stderr] Compiling markup5ever v0.7.2 Dec 05 22:15:36.442 INFO [stderr] Compiling reqwest v0.8.5 Dec 05 22:15:55.286 INFO [stderr] Compiling scraper v0.6.0 Dec 05 22:15:59.606 INFO [stderr] Compiling line-stickers-scraper v0.1.1 (/source) Dec 05 22:16:03.067 INFO [stderr] error: unused `#[macro_use]` import Dec 05 22:16:03.067 INFO [stderr] --> src/main.rs:11:1 Dec 05 22:16:03.067 INFO [stderr] | Dec 05 22:16:03.068 INFO [stderr] 11 | #[macro_use] Dec 05 22:16:03.068 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 22:16:03.068 INFO [stderr] | Dec 05 22:16:03.069 INFO [stderr] note: lint level defined here Dec 05 22:16:03.069 INFO [stderr] --> src/main.rs:2:40 Dec 05 22:16:03.069 INFO [stderr] | Dec 05 22:16:03.069 INFO [stderr] 2 | #![deny(missing_debug_implementations, warnings)] Dec 05 22:16:03.070 INFO [stderr] | ^^^^^^^^ Dec 05 22:16:03.070 INFO [stderr] = note: #[deny(unused_imports)] implied by #[deny(warnings)] Dec 05 22:16:03.070 INFO [stderr] Dec 05 22:16:03.249 INFO [stderr] error: aborting due to previous error Dec 05 22:16:03.249 INFO [stderr] Dec 05 22:16:03.276 INFO [stderr] error: Could not compile `line-stickers-scraper`. Dec 05 22:16:03.276 INFO [stderr] Dec 05 22:16:03.276 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 22:16:03.280 INFO [stderr] su: No module specific data is present Dec 05 22:16:03.913 INFO running `"docker" "inspect" "b9e398542882703a43fe13828635c558d75135e915adb3732bd66bfad7832e1f"` Dec 05 22:16:04.248 INFO running `"docker" "rm" "-f" "b9e398542882703a43fe13828635c558d75135e915adb3732bd66bfad7832e1f"` Dec 05 22:16:04.588 INFO [stdout] b9e398542882703a43fe13828635c558d75135e915adb3732bd66bfad7832e1f