Oct 26 18:58:27.168 INFO checking ttacon/github.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:58:27.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 26 18:58:27.551 INFO blam! e34bb7d9aba837d6e29872e43b68a6be6e505da8101cc46e9e90d3804d13cd55 Oct 26 18:58:27.555 INFO running `"docker" "start" "-a" "e34bb7d9aba837d6e29872e43b68a6be6e505da8101cc46e9e90d3804d13cd55"` Oct 26 18:58:29.782 INFO kablam! usermod: no changes Oct 26 18:58:30.033 INFO kablam! Checking byteorder v1.2.7 Oct 26 18:58:30.035 INFO kablam! Checking indexmap v1.0.2 Oct 26 18:58:30.035 INFO kablam! Compiling unicase v2.2.0 Oct 26 18:58:30.038 INFO kablam! Checking parking_lot_core v0.3.1 Oct 26 18:58:30.047 INFO kablam! Checking tokio-threadpool v0.1.8 Oct 26 18:58:33.128 INFO kablam! Checking parking_lot v0.6.4 Oct 26 18:58:33.425 INFO kablam! Checking bytes v0.4.10 Oct 26 18:58:36.692 INFO kablam! Checking tokio-io v0.1.10 Oct 26 18:58:36.692 INFO kablam! Checking http v0.1.13 Oct 26 18:58:37.685 INFO kablam! Checking mime v0.3.12 Oct 26 18:58:39.628 INFO kablam! Checking tokio-reactor v0.1.6 Oct 26 18:58:39.628 INFO kablam! Checking tokio-codec v0.1.1 Oct 26 18:58:39.628 INFO kablam! Checking tokio-fs v0.1.4 Oct 26 18:58:42.031 INFO kablam! Checking tokio-tcp v0.1.2 Oct 26 18:58:42.043 INFO kablam! Checking tokio-udp v0.1.2 Oct 26 18:58:42.044 INFO kablam! Checking tokio-uds v0.2.3 Oct 26 18:58:44.117 INFO kablam! Checking tokio v0.1.11 Oct 26 18:58:46.008 INFO kablam! Checking h2 v0.1.13 Oct 26 18:58:50.004 INFO kablam! Checking hyper v0.12.12 Oct 26 18:58:53.959 INFO kablam! Checking github v0.1.0 (/source) Oct 26 18:58:54.627 INFO kablam! error[E0432]: unresolved import `hyper::client::response` Oct 26 18:58:54.627 INFO kablam! --> src/client.rs:4:27 Oct 26 18:58:54.627 INFO kablam! | Oct 26 18:58:54.627 INFO kablam! 4 | use hyper::client::{self, response}; Oct 26 18:58:54.627 INFO kablam! | ^^^^^^^^ no `response` in `client`. Did you mean to use `Response`? Oct 26 18:58:54.627 INFO kablam! Oct 26 18:58:54.628 INFO kablam! error[E0432]: unresolved import `hyper::client::response` Oct 26 18:58:54.628 INFO kablam! --> src/client.rs:4:27 Oct 26 18:58:54.628 INFO kablam! | Oct 26 18:58:54.628 INFO kablam! 4 | use hyper::client::{self, response}; Oct 26 18:58:54.628 INFO kablam! | ^^^^^^^^ no `response` in `client`. Did you mean to use `Response`? Oct 26 18:58:54.629 INFO kablam! Oct 26 18:58:54.666 INFO kablam! error[E0432]: unresolved imports `hyper::header::UserAgent`, `hyper::header::Accept`, `hyper::header::QualityItem`, `hyper::header::Quality` Oct 26 18:58:54.666 INFO kablam! --> src/client.rs:5:21 Oct 26 18:58:54.666 INFO kablam! | Oct 26 18:58:54.666 INFO kablam! 5 | use hyper::header::{UserAgent, Accept, QualityItem, Quality}; Oct 26 18:58:54.666 INFO kablam! | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^^^ no `Quality` in `header` Oct 26 18:58:54.666 INFO kablam! | | | | Oct 26 18:58:54.666 INFO kablam! | | | no `QualityItem` in `header` Oct 26 18:58:54.666 INFO kablam! | | no `Accept` in `header` Oct 26 18:58:54.666 INFO kablam! | no `UserAgent` in `header` Oct 26 18:58:54.666 INFO kablam! Oct 26 18:58:54.666 INFO kablam! error[E0432]: unresolved import `hyper::mime` Oct 26 18:58:54.666 INFO kablam! --> src/client.rs:6:12 Oct 26 18:58:54.666 INFO kablam! | Oct 26 18:58:54.666 INFO kablam! 6 | use hyper::mime::Mime; Oct 26 18:58:54.666 INFO kablam! | ^^^^ Could not find `mime` in `hyper` Oct 26 18:58:54.666 INFO kablam! Oct 26 18:58:54.671 INFO kablam! error[E0432]: unresolved imports `hyper::header::UserAgent`, `hyper::header::Accept`, `hyper::header::QualityItem`, `hyper::header::Quality` Oct 26 18:58:54.671 INFO kablam! --> src/client.rs:5:21 Oct 26 18:58:54.671 INFO kablam! | Oct 26 18:58:54.671 INFO kablam! 5 | use hyper::header::{UserAgent, Accept, QualityItem, Quality}; Oct 26 18:58:54.671 INFO kablam! | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^^^ no `Quality` in `header` Oct 26 18:58:54.671 INFO kablam! | | | | Oct 26 18:58:54.671 INFO kablam! | | | no `QualityItem` in `header` Oct 26 18:58:54.671 INFO kablam! | | no `Accept` in `header` Oct 26 18:58:54.671 INFO kablam! | no `UserAgent` in `header` Oct 26 18:58:54.687 INFO kablam! Oct 26 18:58:54.687 INFO kablam! error[E0432]: unresolved import `hyper::mime` Oct 26 18:58:54.687 INFO kablam! --> src/client.rs:6:12 Oct 26 18:58:54.687 INFO kablam! | Oct 26 18:58:54.687 INFO kablam! 6 | use hyper::mime::Mime; Oct 26 18:58:54.687 INFO kablam! | ^^^^ Could not find `mime` in `hyper` Oct 26 18:58:54.687 INFO kablam! Oct 26 18:58:54.699 INFO kablam! error[E0107]: wrong number of type arguments: expected at least 1, found 0 Oct 26 18:58:54.699 INFO kablam! --> src/client.rs:11:17 Oct 26 18:58:54.699 INFO kablam! | Oct 26 18:58:54.699 INFO kablam! 11 | pub client: client::Client, Oct 26 18:58:54.699 INFO kablam! | ^^^^^^^^^^^^^^ expected at least 1 type argument Oct 26 18:58:54.699 INFO kablam! Oct 26 18:58:54.699 INFO kablam! error: aborting due to 4 previous errors Oct 26 18:58:54.699 INFO kablam! Oct 26 18:58:54.699 INFO kablam! Some errors occurred: E0107, E0432. Oct 26 18:58:54.699 INFO kablam! For more information about an error, try `rustc --explain E0107`. Oct 26 18:58:54.699 INFO kablam! error[E0107]: wrong number of type arguments: expected at least 1, found 0 Oct 26 18:58:54.699 INFO kablam! --> src/client.rs:11:17 Oct 26 18:58:54.699 INFO kablam! | Oct 26 18:58:54.699 INFO kablam! 11 | pub client: client::Client, Oct 26 18:58:54.699 INFO kablam! | ^^^^^^^^^^^^^^ expected at least 1 type argument Oct 26 18:58:54.699 INFO kablam! Oct 26 18:58:54.699 INFO kablam! error: aborting due to 4 previous errors Oct 26 18:58:54.699 INFO kablam! Oct 26 18:58:54.699 INFO kablam! Some errors occurred: E0107, E0432. Oct 26 18:58:54.699 INFO kablam! For more information about an error, try `rustc --explain E0107`. Oct 26 18:58:54.702 INFO kablam! error: Could not compile `github`. Oct 26 18:58:54.702 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 18:58:54.713 INFO kablam! error: Could not compile `github`. Oct 26 18:58:54.713 INFO kablam! Oct 26 18:58:54.713 INFO kablam! To learn more, run the command again with --verbose. Oct 26 18:58:54.714 INFO kablam! su: No module specific data is present Oct 26 18:58:55.311 INFO running `"docker" "rm" "-f" "e34bb7d9aba837d6e29872e43b68a6be6e505da8101cc46e9e90d3804d13cd55"` Oct 26 18:58:55.611 INFO blam! e34bb7d9aba837d6e29872e43b68a6be6e505da8101cc46e9e90d3804d13cd55