Sep 14 07:27:28.410 INFO checking track17-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:27:28.410 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:27:28.410 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:27:28.791 INFO blam! 0bb51c9c123d4d07d09f6c3da3eb981e9d6760b90d1da5edd659061717614731 Sep 14 07:27:28.793 INFO running `"docker" "start" "-a" "0bb51c9c123d4d07d09f6c3da3eb981e9d6760b90d1da5edd659061717614731"` Sep 14 07:27:30.113 INFO kablam! usermod: no changes Sep 14 07:27:30.370 INFO kablam! Checking want v0.0.6 Sep 14 07:27:30.371 INFO kablam! Checking h2 v0.1.12 Sep 14 07:27:34.352 INFO kablam! Checking hyper v0.12.9 Sep 14 07:27:38.639 INFO kablam! Checking hyper-tls v0.3.0 Sep 14 07:27:39.393 INFO kablam! Checking track17 v0.1.0 (file:///source) Sep 14 07:27:40.355 INFO kablam! error[E0432]: unresolved imports `self::hyper::header::ContentType`, `self::hyper::header::ContentLength`, `self::hyper::header::Referer`, `self::hyper::header::Origin`, `self::hyper::header::UserAgent`, `self::hyper::header::Accept` Sep 14 07:27:40.355 INFO kablam! --> src/api.rs:10:35 Sep 14 07:27:40.355 INFO kablam! | Sep 14 07:27:40.355 INFO kablam! 10 | pub use self::hyper::header::{ContentType, ContentLength, Referer, Origin, UserAgent, Accept}; Sep 14 07:27:40.355 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^ no `Accept` in `header` Sep 14 07:27:40.355 INFO kablam! | | | | | | Sep 14 07:27:40.355 INFO kablam! | | | | | no `UserAgent` in `header` Sep 14 07:27:40.355 INFO kablam! | | | | no `Origin` in `header` Sep 14 07:27:40.355 INFO kablam! | | | no `Referer` in `header` Sep 14 07:27:40.355 INFO kablam! | | no `ContentLength` in `header` Sep 14 07:27:40.355 INFO kablam! | no `ContentType` in `header` Sep 14 07:27:40.355 INFO kablam! Sep 14 07:27:40.355 INFO kablam! error[E0432]: unresolved import `self::hyper::client::FutureResponse` Sep 14 07:27:40.355 INFO kablam! --> src/api.rs:11:50 Sep 14 07:27:40.355 INFO kablam! | Sep 14 07:27:40.355 INFO kablam! 11 | pub use self::hyper::client::{HttpConnector, FutureResponse}; Sep 14 07:27:40.355 INFO kablam! | ^^^^^^^^^^^^^^ no `FutureResponse` in `client` Sep 14 07:27:40.355 INFO kablam! Sep 14 07:27:40.355 INFO kablam! error: cannot find macro `header!` in this scope Sep 14 07:27:40.355 INFO kablam! --> src/api.rs:14:5 Sep 14 07:27:40.355 INFO kablam! | Sep 14 07:27:40.355 INFO kablam! 14 | header! { (XRequestedWith, "X-Requested-With") => [String] } Sep 14 07:27:40.355 INFO kablam! | ^^^^^^ Sep 14 07:27:40.355 INFO kablam! Sep 14 07:27:40.355 INFO kablam! error[E0432]: unresolved imports `self::hyper::header::ContentType`, `self::hyper::header::ContentLength`, `self::hyper::header::Referer`, `self::hyper::header::Origin`, `self::hyper::header::UserAgent`, `self::hyper::header::Accept` Sep 14 07:27:40.355 INFO kablam! --> src/api.rs:10:35 Sep 14 07:27:40.355 INFO kablam! | Sep 14 07:27:40.355 INFO kablam! 10 | pub use self::hyper::header::{ContentType, ContentLength, Referer, Origin, UserAgent, Accept}; Sep 14 07:27:40.355 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^ no `Accept` in `header` Sep 14 07:27:40.355 INFO kablam! | | | | | | Sep 14 07:27:40.355 INFO kablam! | | | | | no `UserAgent` in `header` Sep 14 07:27:40.355 INFO kablam! | | | | no `Origin` in `header` Sep 14 07:27:40.355 INFO kablam! | | | no `Referer` in `header` Sep 14 07:27:40.355 INFO kablam! | | no `ContentLength` in `header` Sep 14 07:27:40.355 INFO kablam! | no `ContentType` in `header` Sep 14 07:27:40.355 INFO kablam! Sep 14 07:27:40.355 INFO kablam! error[E0432]: unresolved import `self::hyper::client::FutureResponse` Sep 14 07:27:40.355 INFO kablam! --> src/api.rs:11:50 Sep 14 07:27:40.356 INFO kablam! | Sep 14 07:27:40.356 INFO kablam! 11 | pub use self::hyper::client::{HttpConnector, FutureResponse}; Sep 14 07:27:40.356 INFO kablam! | ^^^^^^^^^^^^^^ no `FutureResponse` in `client` Sep 14 07:27:40.356 INFO kablam! Sep 14 07:27:40.356 INFO kablam! error: cannot find macro `header!` in this scope Sep 14 07:27:40.356 INFO kablam! --> src/api.rs:14:5 Sep 14 07:27:40.356 INFO kablam! | Sep 14 07:27:40.356 INFO kablam! 14 | header! { (XRequestedWith, "X-Requested-With") => [String] } Sep 14 07:27:40.356 INFO kablam! | ^^^^^^ Sep 14 07:27:40.356 INFO kablam! Sep 14 07:27:40.383 INFO kablam! error[E0425]: cannot find function `XRequestedWith` in module `hyper` Sep 14 07:27:40.383 INFO kablam! --> src/api.rs:146:38 Sep 14 07:27:40.383 INFO kablam! | Sep 14 07:27:40.383 INFO kablam! 146 | req.headers_mut().set(hyper::XRequestedWith("XMLHttpRequest".to_string())); Sep 14 07:27:40.383 INFO kablam! | ^^^^^^^^^^^^^^ not found in `hyper` Sep 14 07:27:40.383 INFO kablam! Sep 14 07:27:40.383 INFO kablam! error[E0425]: cannot find function `XRequestedWith` in module `hyper` Sep 14 07:27:40.383 INFO kablam! --> src/api.rs:146:38 Sep 14 07:27:40.383 INFO kablam! | Sep 14 07:27:40.383 INFO kablam! 146 | req.headers_mut().set(hyper::XRequestedWith("XMLHttpRequest".to_string())); Sep 14 07:27:40.383 INFO kablam! | ^^^^^^^^^^^^^^ not found in `hyper` Sep 14 07:27:40.383 INFO kablam! Sep 14 07:27:40.383 INFO kablam! error: aborting due to 4 previous errors Sep 14 07:27:40.383 INFO kablam! Sep 14 07:27:40.383 INFO kablam! Some errors occurred: E0425, E0432. Sep 14 07:27:40.383 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 07:27:40.384 INFO kablam! error: aborting due to 4 previous errors Sep 14 07:27:40.384 INFO kablam! Sep 14 07:27:40.384 INFO kablam! Some errors occurred: E0425, E0432. Sep 14 07:27:40.384 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 07:27:40.389 INFO kablam! error: Could not compile `track17`. Sep 14 07:27:40.389 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 07:27:40.400 INFO kablam! error: Could not compile `track17`. Sep 14 07:27:40.400 INFO kablam! Sep 14 07:27:40.400 INFO kablam! To learn more, run the command again with --verbose. Sep 14 07:27:40.403 INFO kablam! su: No module specific data is present Sep 14 07:27:41.072 INFO running `"docker" "rm" "-f" "0bb51c9c123d4d07d09f6c3da3eb981e9d6760b90d1da5edd659061717614731"` Sep 14 07:27:41.215 INFO blam! 0bb51c9c123d4d07d09f6c3da3eb981e9d6760b90d1da5edd659061717614731