Oct 13 00:47:58.206 INFO testing sfackler/foo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:47:58.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 00:47:58.834 INFO blam! 3de1602883087613f64bd37e74cc04ff07510ddd0885abb305aa4395b518cab4 Oct 13 00:47:58.835 INFO running `"docker" "start" "-a" "3de1602883087613f64bd37e74cc04ff07510ddd0885abb305aa4395b518cab4"` Oct 13 00:48:00.431 INFO kablam! usermod: no changes Oct 13 00:48:00.627 INFO kablam! Compiling openssl v0.9.14 Oct 13 00:48:00.632 INFO kablam! Compiling num_cpus v1.6.2 Oct 13 00:48:00.632 INFO kablam! Compiling openssl-sys v0.9.14 Oct 13 00:48:00.635 INFO kablam! Compiling tokio-io-timeout v0.1.0 Oct 13 00:48:03.523 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 13 00:48:04.891 INFO kablam! Compiling hyper v0.11.0 Oct 13 00:48:15.051 INFO kablam! Compiling tokio-openssl v0.1.3 Oct 13 00:48:19.967 INFO kablam! Compiling foo v0.1.0 (/source) Oct 13 00:48:20.711 INFO kablam! warning: unused import: `Handle` Oct 13 00:48:20.711 INFO kablam! --> src/main.rs:23:33 Oct 13 00:48:20.711 INFO kablam! | Oct 13 00:48:20.711 INFO kablam! 23 | use tokio_core::reactor::{Core, Handle}; Oct 13 00:48:20.711 INFO kablam! | ^^^^^^ Oct 13 00:48:20.711 INFO kablam! | Oct 13 00:48:20.711 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:48:20.711 INFO kablam! Oct 13 00:48:20.711 INFO kablam! warning: unused import: `tokio_proto::streaming::pipeline::ServerProto` Oct 13 00:48:20.711 INFO kablam! --> src/main.rs:29:5 Oct 13 00:48:20.711 INFO kablam! | Oct 13 00:48:20.711 INFO kablam! 29 | use tokio_proto::streaming::pipeline::ServerProto; Oct 13 00:48:20.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:20.711 INFO kablam! Oct 13 00:48:20.711 INFO kablam! warning: unused import: `std::fmt` Oct 13 00:48:20.711 INFO kablam! --> src/main.rs:30:5 Oct 13 00:48:20.711 INFO kablam! | Oct 13 00:48:20.711 INFO kablam! 30 | use std::fmt; Oct 13 00:48:20.711 INFO kablam! | ^^^^^^^^ Oct 13 00:48:20.711 INFO kablam! Oct 13 00:48:20.711 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 13 00:48:20.711 INFO kablam! --> src/main.rs:31:5 Oct 13 00:48:20.711 INFO kablam! | Oct 13 00:48:20.711 INFO kablam! 31 | use std::marker::PhantomData; Oct 13 00:48:20.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:20.711 INFO kablam! Oct 13 00:48:20.891 INFO kablam! warning: field is never used: `method` Oct 13 00:48:20.891 INFO kablam! --> src/main.rs:107:5 Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.891 INFO kablam! 107 | method: Method, Oct 13 00:48:20.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.891 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:48:20.891 INFO kablam! Oct 13 00:48:20.891 INFO kablam! warning: field is never used: `uri` Oct 13 00:48:20.891 INFO kablam! --> src/main.rs:108:5 Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.891 INFO kablam! 108 | uri: Uri, Oct 13 00:48:20.891 INFO kablam! | ^^^^^^^^ Oct 13 00:48:20.891 INFO kablam! Oct 13 00:48:20.891 INFO kablam! warning: field is never used: `version` Oct 13 00:48:20.891 INFO kablam! --> src/main.rs:109:5 Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.891 INFO kablam! 109 | version: HttpVersion, Oct 13 00:48:20.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:20.891 INFO kablam! Oct 13 00:48:20.891 INFO kablam! warning: field is never used: `headers` Oct 13 00:48:20.891 INFO kablam! --> src/main.rs:110:5 Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.891 INFO kablam! 110 | headers: Headers, Oct 13 00:48:20.891 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 00:48:20.891 INFO kablam! Oct 13 00:48:20.891 INFO kablam! warning: method is never used: `method` Oct 13 00:48:20.891 INFO kablam! --> src/main.rs:126:5 Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.891 INFO kablam! 126 | pub fn method(&self) -> &Method { Oct 13 00:48:20.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:20.891 INFO kablam! Oct 13 00:48:20.891 INFO kablam! warning: method is never used: `uri` Oct 13 00:48:20.891 INFO kablam! --> src/main.rs:130:5 Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.891 INFO kablam! 130 | pub fn uri(&self) -> &Uri { Oct 13 00:48:20.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:20.891 INFO kablam! Oct 13 00:48:20.891 INFO kablam! warning: method is never used: `version` Oct 13 00:48:20.891 INFO kablam! --> src/main.rs:134:5 Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.891 INFO kablam! 134 | pub fn version(&self) -> &HttpVersion { Oct 13 00:48:20.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:20.891 INFO kablam! Oct 13 00:48:20.891 INFO kablam! warning: method is never used: `headers` Oct 13 00:48:20.891 INFO kablam! --> src/main.rs:138:5 Oct 13 00:48:20.891 INFO kablam! | Oct 13 00:48:20.892 INFO kablam! 138 | pub fn headers(&self) -> &Headers { Oct 13 00:48:20.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:20.892 INFO kablam! Oct 13 00:48:24.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.25s Oct 13 00:48:24.707 INFO kablam! su: No module specific data is present Oct 13 00:48:25.579 INFO running `"docker" "rm" "-f" "3de1602883087613f64bd37e74cc04ff07510ddd0885abb305aa4395b518cab4"` Oct 13 00:48:25.883 INFO blam! 3de1602883087613f64bd37e74cc04ff07510ddd0885abb305aa4395b518cab4 Oct 13 00:48:25.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 00:48:26.355 INFO blam! 9efe697de1ec8aeb7ca9dc93041a80601683f119ba4decd070ba980b74a5eb29 Oct 13 00:48:26.357 INFO running `"docker" "start" "-a" "9efe697de1ec8aeb7ca9dc93041a80601683f119ba4decd070ba980b74a5eb29"` Oct 13 00:48:28.112 INFO kablam! usermod: no changes Oct 13 00:48:28.263 INFO kablam! Compiling foo v0.1.0 (/source) Oct 13 00:48:28.927 INFO kablam! warning: unused import: `Handle` Oct 13 00:48:28.927 INFO kablam! --> src/main.rs:23:33 Oct 13 00:48:28.927 INFO kablam! | Oct 13 00:48:28.927 INFO kablam! 23 | use tokio_core::reactor::{Core, Handle}; Oct 13 00:48:28.927 INFO kablam! | ^^^^^^ Oct 13 00:48:28.927 INFO kablam! | Oct 13 00:48:28.927 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:48:28.927 INFO kablam! Oct 13 00:48:28.927 INFO kablam! warning: unused import: `tokio_proto::streaming::pipeline::ServerProto` Oct 13 00:48:28.927 INFO kablam! --> src/main.rs:29:5 Oct 13 00:48:28.927 INFO kablam! | Oct 13 00:48:28.927 INFO kablam! 29 | use tokio_proto::streaming::pipeline::ServerProto; Oct 13 00:48:28.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:28.927 INFO kablam! Oct 13 00:48:28.927 INFO kablam! warning: unused import: `std::fmt` Oct 13 00:48:28.927 INFO kablam! --> src/main.rs:30:5 Oct 13 00:48:28.927 INFO kablam! | Oct 13 00:48:28.927 INFO kablam! 30 | use std::fmt; Oct 13 00:48:28.927 INFO kablam! | ^^^^^^^^ Oct 13 00:48:28.927 INFO kablam! Oct 13 00:48:28.927 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 13 00:48:28.927 INFO kablam! --> src/main.rs:31:5 Oct 13 00:48:28.927 INFO kablam! | Oct 13 00:48:28.927 INFO kablam! 31 | use std::marker::PhantomData; Oct 13 00:48:28.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:28.927 INFO kablam! Oct 13 00:48:29.083 INFO kablam! warning: field is never used: `method` Oct 13 00:48:29.083 INFO kablam! --> src/main.rs:107:5 Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! 107 | method: Method, Oct 13 00:48:29.083 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:48:29.083 INFO kablam! Oct 13 00:48:29.083 INFO kablam! warning: field is never used: `uri` Oct 13 00:48:29.083 INFO kablam! --> src/main.rs:108:5 Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! 108 | uri: Uri, Oct 13 00:48:29.083 INFO kablam! | ^^^^^^^^ Oct 13 00:48:29.083 INFO kablam! Oct 13 00:48:29.083 INFO kablam! warning: field is never used: `version` Oct 13 00:48:29.083 INFO kablam! --> src/main.rs:109:5 Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! 109 | version: HttpVersion, Oct 13 00:48:29.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:29.083 INFO kablam! Oct 13 00:48:29.083 INFO kablam! warning: field is never used: `headers` Oct 13 00:48:29.083 INFO kablam! --> src/main.rs:110:5 Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! 110 | headers: Headers, Oct 13 00:48:29.083 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 00:48:29.083 INFO kablam! Oct 13 00:48:29.083 INFO kablam! warning: method is never used: `method` Oct 13 00:48:29.083 INFO kablam! --> src/main.rs:126:5 Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! 126 | pub fn method(&self) -> &Method { Oct 13 00:48:29.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:29.083 INFO kablam! Oct 13 00:48:29.083 INFO kablam! warning: method is never used: `uri` Oct 13 00:48:29.083 INFO kablam! --> src/main.rs:130:5 Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! 130 | pub fn uri(&self) -> &Uri { Oct 13 00:48:29.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:29.083 INFO kablam! Oct 13 00:48:29.083 INFO kablam! warning: method is never used: `version` Oct 13 00:48:29.083 INFO kablam! --> src/main.rs:134:5 Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! 134 | pub fn version(&self) -> &HttpVersion { Oct 13 00:48:29.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:29.083 INFO kablam! Oct 13 00:48:29.083 INFO kablam! warning: method is never used: `headers` Oct 13 00:48:29.083 INFO kablam! --> src/main.rs:138:5 Oct 13 00:48:29.083 INFO kablam! | Oct 13 00:48:29.083 INFO kablam! 138 | pub fn headers(&self) -> &Headers { Oct 13 00:48:29.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:48:29.083 INFO kablam! Oct 13 00:48:29.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 13 00:48:29.551 INFO kablam! su: No module specific data is present Oct 13 00:48:30.579 INFO running `"docker" "rm" "-f" "9efe697de1ec8aeb7ca9dc93041a80601683f119ba4decd070ba980b74a5eb29"` Oct 13 00:48:30.831 INFO blam! 9efe697de1ec8aeb7ca9dc93041a80601683f119ba4decd070ba980b74a5eb29 Oct 13 00:48:30.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 00:48:31.255 INFO blam! 5695272a32b4883870e8c4bfc44f14f9c8d868100956a35dc1e254455a5216ad Oct 13 00:48:31.260 INFO running `"docker" "start" "-a" "5695272a32b4883870e8c4bfc44f14f9c8d868100956a35dc1e254455a5216ad"` Oct 13 00:48:32.675 INFO kablam! usermod: no changes Oct 13 00:48:32.785 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 13 00:48:32.803 INFO kablam! Running /target/debug/deps/foo-595b4c0b657213eb Oct 13 00:48:32.805 INFO blam! Oct 13 00:48:32.805 INFO blam! running 0 tests Oct 13 00:48:32.806 INFO blam! Oct 13 00:48:32.806 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:48:32.806 INFO blam! Oct 13 00:48:32.807 INFO kablam! su: No module specific data is present Oct 13 00:48:33.975 INFO running `"docker" "rm" "-f" "5695272a32b4883870e8c4bfc44f14f9c8d868100956a35dc1e254455a5216ad"` Oct 13 00:48:34.275 INFO blam! 5695272a32b4883870e8c4bfc44f14f9c8d868100956a35dc1e254455a5216ad