Oct 10 15:06:12.650 INFO testing sfackler/foo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:06:12.650 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:06:12.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:06:12.950 INFO blam! 097f7fc65d6b01f91569bd74ffac52e1fe065b59751bb6cb36c640462d4f51e8 Oct 10 15:06:12.951 INFO running `"docker" "start" "-a" "097f7fc65d6b01f91569bd74ffac52e1fe065b59751bb6cb36c640462d4f51e8"` Oct 10 15:06:13.494 INFO kablam! usermod: no changes Oct 10 15:06:13.673 INFO kablam! Compiling openssl v0.9.14 Oct 10 15:06:13.674 INFO kablam! Compiling num_cpus v1.6.2 Oct 10 15:06:13.674 INFO kablam! Compiling openssl-sys v0.9.14 Oct 10 15:06:13.674 INFO kablam! Compiling bytes v0.4.4 Oct 10 15:06:15.714 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 10 15:06:16.109 INFO kablam! Compiling tokio-io v0.1.2 Oct 10 15:06:17.597 INFO kablam! Compiling tokio-core v0.1.8 Oct 10 15:06:21.299 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 15:06:25.163 INFO kablam! Compiling tokio-openssl v0.1.3 Oct 10 15:06:27.280 INFO kablam! Compiling hyper v0.11.0 Oct 10 15:06:27.280 INFO kablam! Compiling tokio-io-timeout v0.1.0 Oct 10 15:06:37.356 INFO kablam! Compiling foo v0.1.0 (/source) Oct 10 15:06:39.308 INFO kablam! warning: unused import: `Handle` Oct 10 15:06:39.308 INFO kablam! --> src/main.rs:23:33 Oct 10 15:06:39.308 INFO kablam! | Oct 10 15:06:39.308 INFO kablam! 23 | use tokio_core::reactor::{Core, Handle}; Oct 10 15:06:39.308 INFO kablam! | ^^^^^^ Oct 10 15:06:39.308 INFO kablam! | Oct 10 15:06:39.308 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:06:39.308 INFO kablam! Oct 10 15:06:39.308 INFO kablam! warning: unused import: `tokio_proto::streaming::pipeline::ServerProto` Oct 10 15:06:39.308 INFO kablam! --> src/main.rs:29:5 Oct 10 15:06:39.308 INFO kablam! | Oct 10 15:06:39.308 INFO kablam! 29 | use tokio_proto::streaming::pipeline::ServerProto; Oct 10 15:06:39.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:39.308 INFO kablam! Oct 10 15:06:39.308 INFO kablam! warning: unused import: `std::fmt` Oct 10 15:06:39.308 INFO kablam! --> src/main.rs:30:5 Oct 10 15:06:39.308 INFO kablam! | Oct 10 15:06:39.308 INFO kablam! 30 | use std::fmt; Oct 10 15:06:39.308 INFO kablam! | ^^^^^^^^ Oct 10 15:06:39.308 INFO kablam! Oct 10 15:06:39.308 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 10 15:06:39.308 INFO kablam! --> src/main.rs:31:5 Oct 10 15:06:39.308 INFO kablam! | Oct 10 15:06:39.308 INFO kablam! 31 | use std::marker::PhantomData; Oct 10 15:06:39.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:39.308 INFO kablam! Oct 10 15:06:39.436 INFO kablam! warning: field is never used: `method` Oct 10 15:06:39.436 INFO kablam! --> src/main.rs:107:5 Oct 10 15:06:39.436 INFO kablam! | Oct 10 15:06:39.436 INFO kablam! 107 | method: Method, Oct 10 15:06:39.436 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:06:39.436 INFO kablam! | Oct 10 15:06:39.436 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:06:39.436 INFO kablam! Oct 10 15:06:39.436 INFO kablam! warning: field is never used: `uri` Oct 10 15:06:39.436 INFO kablam! --> src/main.rs:108:5 Oct 10 15:06:39.436 INFO kablam! | Oct 10 15:06:39.436 INFO kablam! 108 | uri: Uri, Oct 10 15:06:39.436 INFO kablam! | ^^^^^^^^ Oct 10 15:06:39.436 INFO kablam! Oct 10 15:06:39.436 INFO kablam! warning: field is never used: `version` Oct 10 15:06:39.436 INFO kablam! --> src/main.rs:109:5 Oct 10 15:06:39.436 INFO kablam! | Oct 10 15:06:39.436 INFO kablam! 109 | version: HttpVersion, Oct 10 15:06:39.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:39.436 INFO kablam! Oct 10 15:06:39.436 INFO kablam! warning: field is never used: `headers` Oct 10 15:06:39.436 INFO kablam! --> src/main.rs:110:5 Oct 10 15:06:39.436 INFO kablam! | Oct 10 15:06:39.436 INFO kablam! 110 | headers: Headers, Oct 10 15:06:39.436 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:06:39.436 INFO kablam! Oct 10 15:06:39.436 INFO kablam! warning: method is never used: `method` Oct 10 15:06:39.436 INFO kablam! --> src/main.rs:126:5 Oct 10 15:06:39.436 INFO kablam! | Oct 10 15:06:39.436 INFO kablam! 126 | pub fn method(&self) -> &Method { Oct 10 15:06:39.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:39.436 INFO kablam! Oct 10 15:06:39.436 INFO kablam! warning: method is never used: `uri` Oct 10 15:06:39.436 INFO kablam! --> src/main.rs:130:5 Oct 10 15:06:39.436 INFO kablam! | Oct 10 15:06:39.436 INFO kablam! 130 | pub fn uri(&self) -> &Uri { Oct 10 15:06:39.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:39.436 INFO kablam! Oct 10 15:06:39.436 INFO kablam! warning: method is never used: `version` Oct 10 15:06:39.436 INFO kablam! --> src/main.rs:134:5 Oct 10 15:06:39.436 INFO kablam! | Oct 10 15:06:39.436 INFO kablam! 134 | pub fn version(&self) -> &HttpVersion { Oct 10 15:06:39.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:39.436 INFO kablam! Oct 10 15:06:39.444 INFO kablam! warning: method is never used: `headers` Oct 10 15:06:39.444 INFO kablam! --> src/main.rs:138:5 Oct 10 15:06:39.444 INFO kablam! | Oct 10 15:06:39.444 INFO kablam! 138 | pub fn headers(&self) -> &Headers { Oct 10 15:06:39.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:39.444 INFO kablam! Oct 10 15:06:43.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.74s Oct 10 15:06:43.272 INFO kablam! su: No module specific data is present Oct 10 15:06:43.967 INFO running `"docker" "rm" "-f" "097f7fc65d6b01f91569bd74ffac52e1fe065b59751bb6cb36c640462d4f51e8"` Oct 10 15:06:44.286 INFO blam! 097f7fc65d6b01f91569bd74ffac52e1fe065b59751bb6cb36c640462d4f51e8 Oct 10 15:06:44.290 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:06:44.290 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:06:44.628 INFO blam! f8b97d7a9f75f9427d1c318a50c9667e9d0e4fb2f388d406ed772bbbb46ce557 Oct 10 15:06:44.648 INFO running `"docker" "start" "-a" "f8b97d7a9f75f9427d1c318a50c9667e9d0e4fb2f388d406ed772bbbb46ce557"` Oct 10 15:06:45.932 INFO kablam! usermod: no changes Oct 10 15:06:46.176 INFO kablam! Compiling foo v0.1.0 (/source) Oct 10 15:06:48.332 INFO kablam! warning: unused import: `Handle` Oct 10 15:06:48.333 INFO kablam! --> src/main.rs:23:33 Oct 10 15:06:48.333 INFO kablam! | Oct 10 15:06:48.333 INFO kablam! 23 | use tokio_core::reactor::{Core, Handle}; Oct 10 15:06:48.333 INFO kablam! | ^^^^^^ Oct 10 15:06:48.333 INFO kablam! | Oct 10 15:06:48.333 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:06:48.333 INFO kablam! Oct 10 15:06:48.333 INFO kablam! warning: unused import: `tokio_proto::streaming::pipeline::ServerProto` Oct 10 15:06:48.333 INFO kablam! --> src/main.rs:29:5 Oct 10 15:06:48.333 INFO kablam! | Oct 10 15:06:48.333 INFO kablam! 29 | use tokio_proto::streaming::pipeline::ServerProto; Oct 10 15:06:48.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:48.333 INFO kablam! Oct 10 15:06:48.333 INFO kablam! warning: unused import: `std::fmt` Oct 10 15:06:48.333 INFO kablam! --> src/main.rs:30:5 Oct 10 15:06:48.333 INFO kablam! | Oct 10 15:06:48.333 INFO kablam! 30 | use std::fmt; Oct 10 15:06:48.333 INFO kablam! | ^^^^^^^^ Oct 10 15:06:48.333 INFO kablam! Oct 10 15:06:48.333 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 10 15:06:48.333 INFO kablam! --> src/main.rs:31:5 Oct 10 15:06:48.333 INFO kablam! | Oct 10 15:06:48.333 INFO kablam! 31 | use std::marker::PhantomData; Oct 10 15:06:48.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:48.333 INFO kablam! Oct 10 15:06:48.472 INFO kablam! warning: field is never used: `method` Oct 10 15:06:48.472 INFO kablam! --> src/main.rs:107:5 Oct 10 15:06:48.472 INFO kablam! | Oct 10 15:06:48.472 INFO kablam! 107 | method: Method, Oct 10 15:06:48.472 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:06:48.472 INFO kablam! | Oct 10 15:06:48.472 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:06:48.472 INFO kablam! Oct 10 15:06:48.473 INFO kablam! warning: field is never used: `uri` Oct 10 15:06:48.473 INFO kablam! --> src/main.rs:108:5 Oct 10 15:06:48.473 INFO kablam! | Oct 10 15:06:48.473 INFO kablam! 108 | uri: Uri, Oct 10 15:06:48.473 INFO kablam! | ^^^^^^^^ Oct 10 15:06:48.473 INFO kablam! Oct 10 15:06:48.473 INFO kablam! warning: field is never used: `version` Oct 10 15:06:48.473 INFO kablam! --> src/main.rs:109:5 Oct 10 15:06:48.473 INFO kablam! | Oct 10 15:06:48.473 INFO kablam! 109 | version: HttpVersion, Oct 10 15:06:48.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:48.473 INFO kablam! Oct 10 15:06:48.473 INFO kablam! warning: field is never used: `headers` Oct 10 15:06:48.473 INFO kablam! --> src/main.rs:110:5 Oct 10 15:06:48.473 INFO kablam! | Oct 10 15:06:48.473 INFO kablam! 110 | headers: Headers, Oct 10 15:06:48.473 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:06:48.473 INFO kablam! Oct 10 15:06:48.473 INFO kablam! warning: method is never used: `method` Oct 10 15:06:48.473 INFO kablam! --> src/main.rs:126:5 Oct 10 15:06:48.473 INFO kablam! | Oct 10 15:06:48.473 INFO kablam! 126 | pub fn method(&self) -> &Method { Oct 10 15:06:48.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:48.473 INFO kablam! Oct 10 15:06:48.473 INFO kablam! warning: method is never used: `uri` Oct 10 15:06:48.473 INFO kablam! --> src/main.rs:130:5 Oct 10 15:06:48.473 INFO kablam! | Oct 10 15:06:48.473 INFO kablam! 130 | pub fn uri(&self) -> &Uri { Oct 10 15:06:48.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:48.473 INFO kablam! Oct 10 15:06:48.473 INFO kablam! warning: method is never used: `version` Oct 10 15:06:48.473 INFO kablam! --> src/main.rs:134:5 Oct 10 15:06:48.473 INFO kablam! | Oct 10 15:06:48.473 INFO kablam! 134 | pub fn version(&self) -> &HttpVersion { Oct 10 15:06:48.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:48.473 INFO kablam! Oct 10 15:06:48.473 INFO kablam! warning: method is never used: `headers` Oct 10 15:06:48.473 INFO kablam! --> src/main.rs:138:5 Oct 10 15:06:48.473 INFO kablam! | Oct 10 15:06:48.473 INFO kablam! 138 | pub fn headers(&self) -> &Headers { Oct 10 15:06:48.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:06:48.473 INFO kablam! Oct 10 15:06:48.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 10 15:06:48.975 INFO kablam! su: No module specific data is present Oct 10 15:06:49.677 INFO running `"docker" "rm" "-f" "f8b97d7a9f75f9427d1c318a50c9667e9d0e4fb2f388d406ed772bbbb46ce557"` Oct 10 15:06:50.004 INFO blam! f8b97d7a9f75f9427d1c318a50c9667e9d0e4fb2f388d406ed772bbbb46ce557 Oct 10 15:06:50.017 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:06:50.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:06:50.501 INFO blam! 2702a71d33f5613b63d6b114b55df0f3fd48d2164459786c49357af37bc4971f Oct 10 15:06:50.512 INFO running `"docker" "start" "-a" "2702a71d33f5613b63d6b114b55df0f3fd48d2164459786c49357af37bc4971f"` Oct 10 15:06:51.844 INFO kablam! usermod: no changes Oct 10 15:06:51.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 15:06:51.994 INFO kablam! Running /target/debug/deps/foo-595b4c0b657213eb Oct 10 15:06:51.995 INFO blam! Oct 10 15:06:51.995 INFO blam! running 0 tests Oct 10 15:06:51.995 INFO blam! Oct 10 15:06:51.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:06:51.995 INFO blam! Oct 10 15:06:52.004 INFO kablam! su: No module specific data is present Oct 10 15:06:52.803 INFO running `"docker" "rm" "-f" "2702a71d33f5613b63d6b114b55df0f3fd48d2164459786c49357af37bc4971f"` Oct 10 15:06:53.120 INFO blam! 2702a71d33f5613b63d6b114b55df0f3fd48d2164459786c49357af37bc4971f