Oct 21 12:44:43.781 INFO checking ttacon/github.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:44:43.782 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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"` Oct 21 12:44:44.181 INFO blam! f5e8863ba5034226a806f27ec3cc92109069fc98dc544a96249b01550e8f258c Oct 21 12:44:44.188 INFO running `"docker" "start" "-a" "f5e8863ba5034226a806f27ec3cc92109069fc98dc544a96249b01550e8f258c"` Oct 21 12:44:45.628 INFO kablam! usermod: no changes Oct 21 12:44:45.853 INFO kablam! Checking cfg-if v0.1.6 Oct 21 12:44:45.853 INFO kablam! Checking futures v0.1.25 Oct 21 12:44:45.856 INFO kablam! Compiling httparse v1.3.3 Oct 21 12:44:45.857 INFO kablam! Compiling unicase v2.2.0 Oct 21 12:44:45.857 INFO kablam! Checking parking_lot_core v0.3.1 Oct 21 12:44:46.144 INFO kablam! Checking net2 v0.2.33 Oct 21 12:44:46.144 INFO kablam! Checking crossbeam-epoch v0.5.2 Oct 21 12:44:46.144 INFO kablam! Checking log v0.4.5 Oct 21 12:44:47.872 INFO kablam! Checking crossbeam-deque v0.6.1 Oct 21 12:44:48.532 INFO kablam! Checking mio v0.6.16 Oct 21 12:44:49.784 INFO kablam! Checking parking_lot v0.6.4 Oct 21 12:44:53.707 INFO kablam! Checking mime v0.3.12 Oct 21 12:44:53.708 INFO kablam! Checking mio-uds v0.6.7 Oct 21 12:44:55.878 INFO kablam! Checking tokio-io v0.1.9 Oct 21 12:44:55.884 INFO kablam! Checking tokio-executor v0.1.5 Oct 21 12:44:55.884 INFO kablam! Checking want v0.0.6 Oct 21 12:44:55.885 INFO kablam! Checking futures-cpupool v0.1.8 Oct 21 12:44:56.998 INFO kablam! Checking tokio-threadpool v0.1.7 Oct 21 12:44:56.998 INFO kablam! Checking tokio-current-thread v0.1.3 Oct 21 12:44:56.998 INFO kablam! Checking tokio-timer v0.2.7 Oct 21 12:44:59.334 INFO kablam! Checking tokio-codec v0.1.1 Oct 21 12:44:59.334 INFO kablam! Checking tokio-reactor v0.1.6 Oct 21 12:44:59.334 INFO kablam! Checking h2 v0.1.13 Oct 21 12:45:01.589 INFO kablam! Checking tokio-tcp v0.1.2 Oct 21 12:45:01.589 INFO kablam! Checking tokio-uds v0.2.2 Oct 21 12:45:01.596 INFO kablam! Checking tokio-udp v0.1.2 Oct 21 12:45:01.613 INFO kablam! Checking tokio-fs v0.1.3 Oct 21 12:45:04.249 INFO kablam! Checking tokio v0.1.11 Oct 21 12:45:07.332 INFO kablam! Checking hyper v0.12.12 Oct 21 12:45:11.496 INFO kablam! Checking github v0.1.0 (/source) Oct 21 12:45:12.282 INFO kablam! error[E0432]: unresolved import `hyper::client::response` Oct 21 12:45:12.282 INFO kablam! --> src/client.rs:4:27 Oct 21 12:45:12.283 INFO kablam! | Oct 21 12:45:12.283 INFO kablam! 4 | use hyper::client::{self, response}; Oct 21 12:45:12.283 INFO kablam! | ^^^^^^^^ no `response` in `client`. Did you mean to use `Response`? Oct 21 12:45:12.292 INFO kablam! Oct 21 12:45:12.330 INFO kablam! error[E0432]: unresolved imports `hyper::header::UserAgent`, `hyper::header::Accept`, `hyper::header::QualityItem`, `hyper::header::Quality` Oct 21 12:45:12.330 INFO kablam! --> src/client.rs:5:21 Oct 21 12:45:12.331 INFO kablam! | Oct 21 12:45:12.331 INFO kablam! 5 | use hyper::header::{UserAgent, Accept, QualityItem, Quality}; Oct 21 12:45:12.331 INFO kablam! | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^^^ no `Quality` in `header` Oct 21 12:45:12.332 INFO kablam! | | | | Oct 21 12:45:12.332 INFO kablam! | | | no `QualityItem` in `header` Oct 21 12:45:12.332 INFO kablam! | | no `Accept` in `header` Oct 21 12:45:12.333 INFO kablam! | no `UserAgent` in `header` Oct 21 12:45:12.333 INFO kablam! Oct 21 12:45:12.333 INFO kablam! error[E0432]: unresolved import `hyper::mime` Oct 21 12:45:12.333 INFO kablam! --> src/client.rs:6:12 Oct 21 12:45:12.334 INFO kablam! | Oct 21 12:45:12.334 INFO kablam! 6 | use hyper::mime::Mime; Oct 21 12:45:12.334 INFO kablam! | ^^^^ Could not find `mime` in `hyper` Oct 21 12:45:12.335 INFO kablam! Oct 21 12:45:12.349 INFO kablam! error[E0107]: wrong number of type arguments: expected at least 1, found 0 Oct 21 12:45:12.349 INFO kablam! --> src/client.rs:11:17 Oct 21 12:45:12.349 INFO kablam! | Oct 21 12:45:12.350 INFO kablam! 11 | pub client: client::Client, Oct 21 12:45:12.350 INFO kablam! | ^^^^^^^^^^^^^^ expected at least 1 type argument Oct 21 12:45:12.352 INFO kablam! Oct 21 12:45:12.353 INFO kablam! error: aborting due to 4 previous errors Oct 21 12:45:12.353 INFO kablam! Oct 21 12:45:12.353 INFO kablam! Some errors occurred: E0107, E0432. Oct 21 12:45:12.354 INFO kablam! For more information about an error, try `rustc --explain E0107`. Oct 21 12:45:12.357 INFO kablam! error[E0432]: unresolved import `hyper::client::response` Oct 21 12:45:12.357 INFO kablam! --> src/client.rs:4:27 Oct 21 12:45:12.357 INFO kablam! | Oct 21 12:45:12.357 INFO kablam! 4 | use hyper::client::{self, response}; Oct 21 12:45:12.358 INFO kablam! | ^^^^^^^^ no `response` in `client`. Did you mean to use `Response`? Oct 21 12:45:12.360 INFO kablam! Oct 21 12:45:12.389 INFO kablam! error: Could not compile `github`. Oct 21 12:45:12.389 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 12:45:12.389 INFO kablam! error[E0432]: unresolved imports `hyper::header::UserAgent`, `hyper::header::Accept`, `hyper::header::QualityItem`, `hyper::header::Quality` Oct 21 12:45:12.390 INFO kablam! --> src/client.rs:5:21 Oct 21 12:45:12.390 INFO kablam! | Oct 21 12:45:12.390 INFO kablam! 5 | use hyper::header::{UserAgent, Accept, QualityItem, Quality}; Oct 21 12:45:12.391 INFO kablam! | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^^^ no `Quality` in `header` Oct 21 12:45:12.391 INFO kablam! | | | | Oct 21 12:45:12.391 INFO kablam! | | | no `QualityItem` in `header` Oct 21 12:45:12.391 INFO kablam! | | no `Accept` in `header` Oct 21 12:45:12.392 INFO kablam! | no `UserAgent` in `header` Oct 21 12:45:12.392 INFO kablam! Oct 21 12:45:12.392 INFO kablam! error[E0432]: unresolved import `hyper::mime` Oct 21 12:45:12.393 INFO kablam! --> src/client.rs:6:12 Oct 21 12:45:12.393 INFO kablam! | Oct 21 12:45:12.393 INFO kablam! 6 | use hyper::mime::Mime; Oct 21 12:45:12.394 INFO kablam! | ^^^^ Could not find `mime` in `hyper` Oct 21 12:45:12.394 INFO kablam! Oct 21 12:45:12.394 INFO kablam! error[E0107]: wrong number of type arguments: expected at least 1, found 0 Oct 21 12:45:12.394 INFO kablam! --> src/client.rs:11:17 Oct 21 12:45:12.395 INFO kablam! | Oct 21 12:45:12.395 INFO kablam! 11 | pub client: client::Client, Oct 21 12:45:12.395 INFO kablam! | ^^^^^^^^^^^^^^ expected at least 1 type argument Oct 21 12:45:12.396 INFO kablam! Oct 21 12:45:12.396 INFO kablam! error: aborting due to 4 previous errors Oct 21 12:45:12.396 INFO kablam! Oct 21 12:45:12.397 INFO kablam! Some errors occurred: E0107, E0432. Oct 21 12:45:12.397 INFO kablam! For more information about an error, try `rustc --explain E0107`. Oct 21 12:45:12.411 INFO kablam! error: Could not compile `github`. Oct 21 12:45:12.411 INFO kablam! Oct 21 12:45:12.411 INFO kablam! To learn more, run the command again with --verbose. Oct 21 12:45:12.412 INFO kablam! su: No module specific data is present Oct 21 12:45:13.050 INFO running `"docker" "rm" "-f" "f5e8863ba5034226a806f27ec3cc92109069fc98dc544a96249b01550e8f258c"` Oct 21 12:45:13.364 INFO blam! f5e8863ba5034226a806f27ec3cc92109069fc98dc544a96249b01550e8f258c