Oct 12 21:38:55.665 INFO testing theshmurph/chunk against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:38:55.665 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 21:38:56.183 INFO blam! 11ba9e654b3d2f38b250dfc642a62e1603292a18a7485b2dfac9c2c5945e862c Oct 12 21:38:56.191 INFO running `"docker" "start" "-a" "11ba9e654b3d2f38b250dfc642a62e1603292a18a7485b2dfac9c2c5945e862c"` Oct 12 21:38:57.751 INFO kablam! usermod: no changes Oct 12 21:38:58.079 INFO kablam! Compiling crossbeam-utils v0.3.2 Oct 12 21:38:58.079 INFO kablam! Compiling encoding_rs v0.7.2 Oct 12 21:38:58.083 INFO kablam! Compiling tokio-executor v0.1.2 Oct 12 21:38:58.083 INFO kablam! Compiling uuid v0.6.5 Oct 12 21:38:58.083 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 12 21:38:58.083 INFO kablam! Compiling mio v0.6.15 Oct 12 21:38:58.083 INFO kablam! Compiling want v0.0.4 Oct 12 21:38:58.083 INFO kablam! Compiling want v0.0.6 Oct 12 21:39:02.359 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 21:39:02.392 INFO kablam! Compiling http v0.1.8 Oct 12 21:39:03.315 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 12 21:39:03.411 INFO kablam! Compiling tokio-timer v0.2.4 Oct 12 21:39:03.446 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 12 21:39:03.715 INFO kablam! Compiling serde_derive v1.0.70 Oct 12 21:39:11.372 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 12 21:39:11.383 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 21:39:13.799 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 12 21:39:14.427 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 12 21:39:19.207 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 12 21:39:19.207 INFO kablam! Compiling tokio-udp v0.1.1 Oct 12 21:39:24.384 INFO kablam! Compiling tokio-fs v0.1.2 Oct 12 21:39:29.559 INFO kablam! Compiling tokio v0.1.7 Oct 12 21:39:33.799 INFO kablam! Compiling tokio-core v0.1.17 Oct 12 21:39:40.502 INFO kablam! Compiling tokio-proto v0.1.1 Oct 12 21:39:41.151 INFO kablam! Compiling tokio-tls v0.1.4 Oct 12 21:39:41.515 INFO kablam! Compiling h2 v0.1.10 Oct 12 21:39:46.859 INFO kablam! Compiling hyper v0.11.27 Oct 12 21:39:52.303 INFO kablam! Compiling hyper v0.12.7 Oct 12 21:39:58.497 INFO kablam! Compiling hyper-tls v0.1.3 Oct 12 21:39:59.746 INFO kablam! Compiling reqwest v0.8.7 Oct 12 21:40:06.134 INFO kablam! Compiling chunk v0.1.0 (/source) Oct 12 21:40:07.067 INFO kablam! warning: unused import: `std::env` Oct 12 21:40:07.067 INFO kablam! --> src/with_hyper.rs:1:5 Oct 12 21:40:07.067 INFO kablam! | Oct 12 21:40:07.067 INFO kablam! 1 | use std::env; Oct 12 21:40:07.067 INFO kablam! | ^^^^^^^^ Oct 12 21:40:07.067 INFO kablam! | Oct 12 21:40:07.067 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:40:07.067 INFO kablam! Oct 12 21:40:07.067 INFO kablam! warning: unused import: `self` Oct 12 21:40:07.067 INFO kablam! --> src/with_hyper.rs:4:17 Oct 12 21:40:07.067 INFO kablam! | Oct 12 21:40:07.067 INFO kablam! 4 | use hyper::rt::{self, Future, Stream}; Oct 12 21:40:07.067 INFO kablam! | ^^^^ Oct 12 21:40:07.067 INFO kablam! Oct 12 21:40:07.127 INFO kablam! warning: unused variable: `url` Oct 12 21:40:07.127 INFO kablam! --> src/with_reqwest.rs:1:20 Oct 12 21:40:07.127 INFO kablam! | Oct 12 21:40:07.127 INFO kablam! 1 | pub fn try_reqwest(url: &str) -> bool { Oct 12 21:40:07.127 INFO kablam! | ^^^ help: consider using `_url` instead Oct 12 21:40:07.127 INFO kablam! | Oct 12 21:40:07.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:40:07.127 INFO kablam! Oct 12 21:40:17.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 12 21:40:17.859 INFO kablam! su: No module specific data is present Oct 12 21:40:19.352 INFO running `"docker" "rm" "-f" "11ba9e654b3d2f38b250dfc642a62e1603292a18a7485b2dfac9c2c5945e862c"` Oct 12 21:40:19.655 INFO blam! 11ba9e654b3d2f38b250dfc642a62e1603292a18a7485b2dfac9c2c5945e862c Oct 12 21:40:19.660 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 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:20.136 INFO blam! 7a5dd56b05a06e3705c350174811de8502a907ca9c88cd546bcda30c878961ba Oct 12 21:40:20.137 INFO running `"docker" "start" "-a" "7a5dd56b05a06e3705c350174811de8502a907ca9c88cd546bcda30c878961ba"` Oct 12 21:40:22.635 INFO kablam! usermod: no changes Oct 12 21:40:22.871 INFO kablam! Compiling chunk v0.1.0 (/source) Oct 12 21:40:24.616 INFO kablam! warning: unused import: `std::env` Oct 12 21:40:24.616 INFO kablam! --> src/with_hyper.rs:1:5 Oct 12 21:40:24.616 INFO kablam! | Oct 12 21:40:24.616 INFO kablam! 1 | use std::env; Oct 12 21:40:24.616 INFO kablam! | ^^^^^^^^ Oct 12 21:40:24.616 INFO kablam! | Oct 12 21:40:24.616 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:40:24.616 INFO kablam! Oct 12 21:40:24.616 INFO kablam! warning: unused import: `self` Oct 12 21:40:24.616 INFO kablam! --> src/with_hyper.rs:4:17 Oct 12 21:40:24.616 INFO kablam! | Oct 12 21:40:24.616 INFO kablam! 4 | use hyper::rt::{self, Future, Stream}; Oct 12 21:40:24.616 INFO kablam! | ^^^^ Oct 12 21:40:24.616 INFO kablam! Oct 12 21:40:24.739 INFO kablam! warning: unused variable: `url` Oct 12 21:40:24.739 INFO kablam! --> src/with_reqwest.rs:1:20 Oct 12 21:40:24.739 INFO kablam! | Oct 12 21:40:24.739 INFO kablam! 1 | pub fn try_reqwest(url: &str) -> bool { Oct 12 21:40:24.739 INFO kablam! | ^^^ help: consider using `_url` instead Oct 12 21:40:24.739 INFO kablam! | Oct 12 21:40:24.743 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:40:24.743 INFO kablam! Oct 12 21:40:26.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.56s Oct 12 21:40:26.259 INFO kablam! su: No module specific data is present Oct 12 21:40:27.542 INFO running `"docker" "rm" "-f" "7a5dd56b05a06e3705c350174811de8502a907ca9c88cd546bcda30c878961ba"` Oct 12 21:40:27.833 INFO blam! 7a5dd56b05a06e3705c350174811de8502a907ca9c88cd546bcda30c878961ba Oct 12 21:40:27.836 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 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:28.244 INFO blam! 2410cacb52a2ef7e8cb853448a9d1f493efe40243c43d950aefd3ca943781d97 Oct 12 21:40:28.245 INFO running `"docker" "start" "-a" "2410cacb52a2ef7e8cb853448a9d1f493efe40243c43d950aefd3ca943781d97"` Oct 12 21:40:29.895 INFO kablam! usermod: no changes Oct 12 21:40:30.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 12 21:40:30.243 INFO kablam! Running /target/debug/deps/chunk-3aea95f371893195 Oct 12 21:40:30.259 INFO kablam! Running /target/debug/deps/chunk-0cd9bd235fef5dae Oct 12 21:40:30.259 INFO kablam! Doc-tests chunk Oct 12 21:40:30.259 INFO blam! Oct 12 21:40:30.259 INFO blam! running 0 tests Oct 12 21:40:30.259 INFO blam! Oct 12 21:40:30.259 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:40:30.259 INFO blam! Oct 12 21:40:30.259 INFO blam! Oct 12 21:40:30.259 INFO blam! running 0 tests Oct 12 21:40:30.259 INFO blam! Oct 12 21:40:30.259 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:40:30.259 INFO blam! Oct 12 21:40:32.203 INFO blam! Oct 12 21:40:32.203 INFO blam! running 0 tests Oct 12 21:40:32.204 INFO blam! Oct 12 21:40:32.204 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:40:32.204 INFO blam! Oct 12 21:40:32.214 INFO kablam! su: No module specific data is present Oct 12 21:40:33.735 INFO running `"docker" "rm" "-f" "2410cacb52a2ef7e8cb853448a9d1f493efe40243c43d950aefd3ca943781d97"` Oct 12 21:40:34.040 INFO blam! 2410cacb52a2ef7e8cb853448a9d1f493efe40243c43d950aefd3ca943781d97