Oct 12 20:36:21.653 INFO testing ttacon/github.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:36:21.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 20:36:22.176 INFO blam! be897da3817f0e21d7a792efea0e0b843210a154cee17703d41b922227877d86 Oct 12 20:36:22.178 INFO running `"docker" "start" "-a" "be897da3817f0e21d7a792efea0e0b843210a154cee17703d41b922227877d86"` Oct 12 20:36:23.651 INFO kablam! usermod: no changes Oct 12 20:36:23.879 INFO kablam! Compiling futures v0.1.25 Oct 12 20:36:23.883 INFO kablam! Compiling unicase v2.2.0 Oct 12 20:36:28.499 INFO kablam! Compiling mime v0.3.9 Oct 12 20:36:31.291 INFO kablam! Compiling tokio-executor v0.1.5 Oct 12 20:36:31.292 INFO kablam! Compiling tokio-io v0.1.9 Oct 12 20:36:31.292 INFO kablam! Compiling want v0.0.6 Oct 12 20:36:31.292 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 12 20:36:33.455 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 12 20:36:33.470 INFO kablam! Compiling tokio-timer v0.2.7 Oct 12 20:36:33.542 INFO kablam! Compiling tokio-current-thread v0.1.3 Oct 12 20:36:37.061 INFO kablam! Compiling tokio-codec v0.1.1 Oct 12 20:36:37.064 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 12 20:36:37.066 INFO kablam! Compiling h2 v0.1.12 Oct 12 20:36:41.391 INFO kablam! Compiling tokio-fs v0.1.3 Oct 12 20:36:41.669 INFO kablam! Compiling tokio-udp v0.1.2 Oct 12 20:36:41.669 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 12 20:36:41.669 INFO kablam! Compiling tokio-uds v0.2.2 Oct 12 20:36:46.003 INFO kablam! Compiling tokio v0.1.11 Oct 12 20:36:52.287 INFO kablam! Compiling hyper v0.12.11 Oct 12 20:36:59.093 INFO kablam! Compiling github v0.1.0 (/source) Oct 12 20:36:59.669 INFO kablam! error[E0432]: unresolved import `hyper::client::response` Oct 12 20:36:59.670 INFO kablam! --> src/client.rs:4:27 Oct 12 20:36:59.670 INFO kablam! | Oct 12 20:36:59.670 INFO kablam! 4 | use hyper::client::{self, response}; Oct 12 20:36:59.671 INFO kablam! | ^^^^^^^^ no `response` in `client`. Did you mean to use `Response`? Oct 12 20:36:59.671 INFO kablam! Oct 12 20:36:59.681 INFO kablam! error[E0432]: unresolved imports `hyper::header::UserAgent`, `hyper::header::Accept`, `hyper::header::QualityItem`, `hyper::header::Quality` Oct 12 20:36:59.682 INFO kablam! --> src/client.rs:5:21 Oct 12 20:36:59.682 INFO kablam! | Oct 12 20:36:59.682 INFO kablam! 5 | use hyper::header::{UserAgent, Accept, QualityItem, Quality}; Oct 12 20:36:59.682 INFO kablam! | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^^^ no `Quality` in `header` Oct 12 20:36:59.682 INFO kablam! | | | | Oct 12 20:36:59.682 INFO kablam! | | | no `QualityItem` in `header` Oct 12 20:36:59.682 INFO kablam! | | no `Accept` in `header` Oct 12 20:36:59.682 INFO kablam! | no `UserAgent` in `header` Oct 12 20:36:59.682 INFO kablam! Oct 12 20:36:59.682 INFO kablam! error[E0432]: unresolved import `hyper::mime` Oct 12 20:36:59.682 INFO kablam! --> src/client.rs:6:12 Oct 12 20:36:59.682 INFO kablam! | Oct 12 20:36:59.682 INFO kablam! 6 | use hyper::mime::Mime; Oct 12 20:36:59.682 INFO kablam! | ^^^^ Could not find `mime` in `hyper` Oct 12 20:36:59.682 INFO kablam! Oct 12 20:36:59.695 INFO kablam! error[E0107]: wrong number of type arguments: expected at least 1, found 0 Oct 12 20:36:59.695 INFO kablam! --> src/client.rs:11:17 Oct 12 20:36:59.695 INFO kablam! | Oct 12 20:36:59.695 INFO kablam! 11 | pub client: client::Client, Oct 12 20:36:59.695 INFO kablam! | ^^^^^^^^^^^^^^ expected at least 1 type argument Oct 12 20:36:59.695 INFO kablam! Oct 12 20:36:59.695 INFO kablam! error: aborting due to 4 previous errors Oct 12 20:36:59.695 INFO kablam! Oct 12 20:36:59.695 INFO kablam! Some errors occurred: E0107, E0432. Oct 12 20:36:59.695 INFO kablam! For more information about an error, try `rustc --explain E0107`. Oct 12 20:36:59.710 INFO kablam! error: Could not compile `github`. Oct 12 20:36:59.711 INFO kablam! Oct 12 20:36:59.711 INFO kablam! To learn more, run the command again with --verbose. Oct 12 20:36:59.712 INFO kablam! su: No module specific data is present Oct 12 20:37:00.291 INFO running `"docker" "rm" "-f" "be897da3817f0e21d7a792efea0e0b843210a154cee17703d41b922227877d86"` Oct 12 20:37:00.483 INFO blam! be897da3817f0e21d7a792efea0e0b843210a154cee17703d41b922227877d86