Sep 17 21:52:08.050 INFO checking line-stickers-scraper-0.1.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:52:08.050 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:52:08.050 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:52:08.247 INFO blam! a5c884a189b32184fb9a1a88b814f73bbffc482ebe2dbc62c358e8ccc9b893f6 Sep 17 21:52:08.252 INFO running `"docker" "start" "-a" "a5c884a189b32184fb9a1a88b814f73bbffc482ebe2dbc62c358e8ccc9b893f6"` Sep 17 21:52:09.340 INFO kablam! usermod: no changes Sep 17 21:52:09.800 INFO kablam! Compiling serde v1.0.43 Sep 17 21:52:09.800 INFO kablam! Compiling procedural-masquerade v0.1.6 Sep 17 21:52:09.812 INFO kablam! Checking ego-tree v0.3.0 Sep 17 21:52:09.827 INFO kablam! Checking vlog v0.1.2 Sep 17 21:52:09.827 INFO kablam! Checking arrayvec v0.4.7 Sep 17 21:52:09.827 INFO kablam! Checking servo_arc v0.1.1 Sep 17 21:52:09.833 INFO kablam! Checking dtoa-short v0.3.2 Sep 17 21:52:10.463 INFO kablam! Checking serde_json v1.0.17 Sep 17 21:52:10.535 INFO kablam! Compiling syn v0.13.11 Sep 17 21:52:11.277 INFO kablam! Checking serde_urlencoded v0.5.3 Sep 17 21:52:11.319 INFO kablam! Checking regex v0.2.10 Sep 17 21:52:11.714 INFO kablam! Compiling selectors v0.19.0 Sep 17 21:52:12.327 INFO kablam! Checking failure v0.1.1 Sep 17 21:52:13.247 INFO kablam! Compiling cssparser-macros v0.3.4 Sep 17 21:52:14.635 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 17 21:52:17.997 INFO kablam! Checking string_cache v0.7.3 Sep 17 21:52:18.048 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 17 21:52:21.259 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 17 21:52:23.186 INFO kablam! Checking tokio-fs v0.1.3 Sep 17 21:52:25.215 INFO kablam! Checking tokio v0.1.8 Sep 17 21:52:26.752 INFO kablam! Checking tokio-core v0.1.17 Sep 17 21:52:28.514 INFO kablam! Checking tokio-proto v0.1.1 Sep 17 21:52:28.515 INFO kablam! Checking tokio-tls v0.1.4 Sep 17 21:52:31.510 INFO kablam! Checking hyper v0.11.27 Sep 17 21:52:40.495 INFO kablam! Compiling serde_derive_internals v0.23.1 Sep 17 21:52:40.495 INFO kablam! Compiling cssparser v0.23.6 Sep 17 21:52:40.495 INFO kablam! Compiling html5ever v0.22.3 Sep 17 21:52:40.495 INFO kablam! Compiling structopt-derive v0.2.7 Sep 17 21:52:42.203 INFO kablam! Checking hyper-tls v0.1.4 Sep 17 21:52:47.335 INFO kablam! Checking reqwest v0.8.5 Sep 17 21:52:50.035 INFO kablam! Compiling serde_derive v1.0.43 Sep 17 21:52:50.919 INFO kablam! Checking structopt v0.2.7 Sep 17 21:53:07.691 INFO kablam! Compiling markup5ever v0.7.2 Sep 17 21:53:19.123 INFO kablam! Checking scraper v0.6.0 Sep 17 21:53:20.704 INFO kablam! Checking line-stickers-scraper v0.1.1 (/source) Sep 17 21:53:26.298 INFO kablam! error[E0433]: failed to resolve. Could not find `_core` in `failure` Sep 17 21:53:26.299 INFO kablam! --> src/error.rs:3:17 Sep 17 21:53:26.299 INFO kablam! | Sep 17 21:53:26.300 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 17 21:53:26.300 INFO kablam! | ^^^^ Could not find `_core` in `failure` Sep 17 21:53:26.300 INFO kablam! Sep 17 21:53:26.315 INFO kablam! error: unused `#[macro_use]` import Sep 17 21:53:26.315 INFO kablam! --> src/main.rs:11:1 Sep 17 21:53:26.316 INFO kablam! | Sep 17 21:53:26.316 INFO kablam! 11 | #[macro_use] Sep 17 21:53:26.317 INFO kablam! | ^^^^^^^^^^^^ Sep 17 21:53:26.317 INFO kablam! | Sep 17 21:53:26.317 INFO kablam! note: lint level defined here Sep 17 21:53:26.318 INFO kablam! --> src/main.rs:2:40 Sep 17 21:53:26.318 INFO kablam! | Sep 17 21:53:26.319 INFO kablam! 2 | #![deny(missing_debug_implementations, warnings)] Sep 17 21:53:26.319 INFO kablam! | ^^^^^^^^ Sep 17 21:53:26.319 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 17 21:53:26.320 INFO kablam! Sep 17 21:53:26.325 INFO kablam! error: aborting due to 2 previous errors Sep 17 21:53:26.326 INFO kablam! Sep 17 21:53:26.326 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 17 21:53:26.343 INFO kablam! error: Could not compile `line-stickers-scraper`. Sep 17 21:53:26.344 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:53:26.344 INFO kablam! error[E0433]: failed to resolve. Could not find `_core` in `failure` Sep 17 21:53:26.344 INFO kablam! --> src/error.rs:3:17 Sep 17 21:53:26.345 INFO kablam! | Sep 17 21:53:26.345 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 17 21:53:26.345 INFO kablam! | ^^^^ Could not find `_core` in `failure` Sep 17 21:53:26.346 INFO kablam! Sep 17 21:53:26.356 INFO kablam! error: unused `#[macro_use]` import Sep 17 21:53:26.357 INFO kablam! --> src/main.rs:11:1 Sep 17 21:53:26.357 INFO kablam! | Sep 17 21:53:26.357 INFO kablam! 11 | #[macro_use] Sep 17 21:53:26.358 INFO kablam! | ^^^^^^^^^^^^ Sep 17 21:53:26.358 INFO kablam! | Sep 17 21:53:26.359 INFO kablam! note: lint level defined here Sep 17 21:53:26.359 INFO kablam! --> src/main.rs:2:40 Sep 17 21:53:26.359 INFO kablam! | Sep 17 21:53:26.360 INFO kablam! 2 | #![deny(missing_debug_implementations, warnings)] Sep 17 21:53:26.360 INFO kablam! | ^^^^^^^^ Sep 17 21:53:26.360 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 17 21:53:26.361 INFO kablam! Sep 17 21:53:26.361 INFO kablam! error: aborting due to 2 previous errors Sep 17 21:53:26.362 INFO kablam! Sep 17 21:53:26.362 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 17 21:53:26.411 INFO kablam! error: Could not compile `line-stickers-scraper`. Sep 17 21:53:26.411 INFO kablam! Sep 17 21:53:26.411 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:53:26.414 INFO kablam! su: No module specific data is present Sep 17 21:53:28.912 INFO running `"docker" "rm" "-f" "a5c884a189b32184fb9a1a88b814f73bbffc482ebe2dbc62c358e8ccc9b893f6"` Sep 17 21:53:29.247 INFO blam! a5c884a189b32184fb9a1a88b814f73bbffc482ebe2dbc62c358e8ccc9b893f6