Oct 12 21:38:47.561 INFO testing theshmurph/chunk against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:38:47.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 21:38:48.143 INFO blam! 65e0b3062e019850b9b2b45d080addba4d7200be73373c42c7a13a19d2ff3c41 Oct 12 21:38:48.144 INFO running `"docker" "start" "-a" "65e0b3062e019850b9b2b45d080addba4d7200be73373c42c7a13a19d2ff3c41"` Oct 12 21:38:49.846 INFO kablam! usermod: no changes Oct 12 21:38:50.113 INFO kablam! Compiling encoding_rs v0.7.2 Oct 12 21:38:50.120 INFO kablam! Compiling unicase v2.1.0 Oct 12 21:38:50.124 INFO kablam! Compiling tokio-service v0.1.0 Oct 12 21:38:50.124 INFO kablam! Compiling relay v0.1.1 Oct 12 21:38:50.131 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 12 21:38:50.139 INFO kablam! Compiling want v0.0.4 Oct 12 21:38:50.140 INFO kablam! Compiling want v0.0.6 Oct 12 21:38:50.140 INFO kablam! Compiling mio v0.6.15 Oct 12 21:38:51.659 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 21:38:51.796 INFO kablam! Compiling http v0.1.8 Oct 12 21:38:53.136 INFO kablam! Compiling syn v0.14.4 Oct 12 21:38:53.207 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 12 21:38:53.472 INFO kablam! Compiling libflate v0.1.16 Oct 12 21:38:58.710 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 12 21:38:59.079 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 21:39:09.737 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 12 21:39:09.751 INFO kablam! Compiling tokio-fs v0.1.2 Oct 12 21:39:09.799 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 12 21:39:19.327 INFO kablam! Compiling mime v0.3.8 Oct 12 21:39:22.239 INFO kablam! Compiling tokio-udp v0.1.1 Oct 12 21:39:22.417 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 12 21:39:31.171 INFO kablam! Compiling tokio v0.1.7 Oct 12 21:39:32.091 INFO kablam! Compiling serde_derive v1.0.70 Oct 12 21:39:32.883 INFO kablam! Compiling h2 v0.1.10 Oct 12 21:39:36.321 INFO kablam! Compiling tokio-core v0.1.17 Oct 12 21:39:41.073 INFO kablam! Compiling tokio-proto v0.1.1 Oct 12 21:39:41.073 INFO kablam! Compiling tokio-tls v0.1.4 Oct 12 21:39:47.198 INFO kablam! Compiling hyper v0.11.27 Oct 12 21:39:48.235 INFO kablam! Compiling hyper v0.12.7 Oct 12 21:40:00.147 INFO kablam! Compiling hyper-tls v0.1.3 Oct 12 21:40:01.010 INFO kablam! Compiling reqwest v0.8.7 Oct 12 21:40:08.150 INFO kablam! Compiling chunk v0.1.0 (/source) Oct 12 21:40:09.147 INFO kablam! warning: unused import: `std::env` Oct 12 21:40:09.147 INFO kablam! --> src/with_hyper.rs:1:5 Oct 12 21:40:09.147 INFO kablam! | Oct 12 21:40:09.147 INFO kablam! 1 | use std::env; Oct 12 21:40:09.147 INFO kablam! | ^^^^^^^^ Oct 12 21:40:09.147 INFO kablam! | Oct 12 21:40:09.147 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:40:09.147 INFO kablam! Oct 12 21:40:09.147 INFO kablam! warning: unused import: `self` Oct 12 21:40:09.147 INFO kablam! --> src/with_hyper.rs:4:17 Oct 12 21:40:09.147 INFO kablam! | Oct 12 21:40:09.147 INFO kablam! 4 | use hyper::rt::{self, Future, Stream}; Oct 12 21:40:09.147 INFO kablam! | ^^^^ Oct 12 21:40:09.147 INFO kablam! Oct 12 21:40:09.249 INFO kablam! warning: unused variable: `url` Oct 12 21:40:09.249 INFO kablam! --> src/with_reqwest.rs:1:20 Oct 12 21:40:09.249 INFO kablam! | Oct 12 21:40:09.249 INFO kablam! 1 | pub fn try_reqwest(url: &str) -> bool { Oct 12 21:40:09.249 INFO kablam! | ^^^ help: consider using `_url` instead Oct 12 21:40:09.249 INFO kablam! | Oct 12 21:40:09.249 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:40:09.249 INFO kablam! Oct 12 21:40:20.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 12 21:40:20.223 INFO kablam! su: No module specific data is present Oct 12 21:40:21.358 INFO running `"docker" "rm" "-f" "65e0b3062e019850b9b2b45d080addba4d7200be73373c42c7a13a19d2ff3c41"` Oct 12 21:40:21.667 INFO blam! 65e0b3062e019850b9b2b45d080addba4d7200be73373c42c7a13a19d2ff3c41 Oct 12 21:40:21.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 21:40:22.216 INFO blam! bdba055bd0c756c7fd5c00f2422e64c37722500806c96ceb8d6a146316c9e156 Oct 12 21:40:22.218 INFO running `"docker" "start" "-a" "bdba055bd0c756c7fd5c00f2422e64c37722500806c96ceb8d6a146316c9e156"` Oct 12 21:40:24.419 INFO kablam! usermod: no changes Oct 12 21:40:24.795 INFO kablam! Compiling chunk v0.1.0 (/source) Oct 12 21:40:26.615 INFO kablam! warning: unused import: `std::env` Oct 12 21:40:26.615 INFO kablam! --> src/with_hyper.rs:1:5 Oct 12 21:40:26.615 INFO kablam! | Oct 12 21:40:26.615 INFO kablam! 1 | use std::env; Oct 12 21:40:26.615 INFO kablam! | ^^^^^^^^ Oct 12 21:40:26.615 INFO kablam! | Oct 12 21:40:26.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:40:26.615 INFO kablam! Oct 12 21:40:26.615 INFO kablam! warning: unused import: `self` Oct 12 21:40:26.615 INFO kablam! --> src/with_hyper.rs:4:17 Oct 12 21:40:26.615 INFO kablam! | Oct 12 21:40:26.615 INFO kablam! 4 | use hyper::rt::{self, Future, Stream}; Oct 12 21:40:26.615 INFO kablam! | ^^^^ Oct 12 21:40:26.615 INFO kablam! Oct 12 21:40:26.871 INFO kablam! warning: unused variable: `url` Oct 12 21:40:26.871 INFO kablam! --> src/with_reqwest.rs:1:20 Oct 12 21:40:26.871 INFO kablam! | Oct 12 21:40:26.871 INFO kablam! 1 | pub fn try_reqwest(url: &str) -> bool { Oct 12 21:40:26.871 INFO kablam! | ^^^ help: consider using `_url` instead Oct 12 21:40:26.871 INFO kablam! | Oct 12 21:40:26.871 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:40:26.871 INFO kablam! Oct 12 21:40:27.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.06s Oct 12 21:40:27.514 INFO kablam! su: No module specific data is present Oct 12 21:40:28.509 INFO running `"docker" "rm" "-f" "bdba055bd0c756c7fd5c00f2422e64c37722500806c96ceb8d6a146316c9e156"` Oct 12 21:40:28.749 INFO blam! bdba055bd0c756c7fd5c00f2422e64c37722500806c96ceb8d6a146316c9e156 Oct 12 21:40:28.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --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 21:40:29.300 INFO blam! 9f9c9f53c89df399d099bf17a3b67363e86b49d24fc59336118a466131cfa6ab Oct 12 21:40:29.303 INFO running `"docker" "start" "-a" "9f9c9f53c89df399d099bf17a3b67363e86b49d24fc59336118a466131cfa6ab"` Oct 12 21:40:31.193 INFO kablam! usermod: no changes Oct 12 21:40:31.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Oct 12 21:40:31.524 INFO kablam! Running /target/debug/deps/chunk-8a5c4c12cd57104d Oct 12 21:40:31.532 INFO blam! Oct 12 21:40:31.532 INFO blam! running 0 tests Oct 12 21:40:31.532 INFO blam! Oct 12 21:40:31.532 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:40:31.532 INFO blam! Oct 12 21:40:31.534 INFO kablam! Running /target/debug/deps/chunk-e29500c8d8e8fef6 Oct 12 21:40:31.534 INFO blam! Oct 12 21:40:31.534 INFO blam! running 0 tests Oct 12 21:40:31.534 INFO blam! Oct 12 21:40:31.534 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:40:31.534 INFO blam! Oct 12 21:40:31.535 INFO kablam! Doc-tests chunk Oct 12 21:40:33.451 INFO blam! Oct 12 21:40:33.451 INFO blam! running 0 tests Oct 12 21:40:33.451 INFO blam! Oct 12 21:40:33.451 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:40:33.451 INFO blam! Oct 12 21:40:33.459 INFO kablam! su: No module specific data is present Oct 12 21:40:34.431 INFO running `"docker" "rm" "-f" "9f9c9f53c89df399d099bf17a3b67363e86b49d24fc59336118a466131cfa6ab"` Oct 12 21:40:34.803 INFO blam! 9f9c9f53c89df399d099bf17a3b67363e86b49d24fc59336118a466131cfa6ab