Oct 14 20:27:10.777 INFO testing foreverfamily/forever against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:27:10.777 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 20:27:11.085 INFO blam! 732436e707be09d313de3f89080a4c85888bf3f3297bbb51db5db94a69d3b588 Oct 14 20:27:11.099 INFO running `"docker" "start" "-a" "732436e707be09d313de3f89080a4c85888bf3f3297bbb51db5db94a69d3b588"` Oct 14 20:27:12.327 INFO kablam! usermod: no changes Oct 14 20:27:12.559 INFO kablam! Compiling futures v0.1.19 Oct 14 20:27:12.567 INFO kablam! Compiling iovec v0.1.2 Oct 14 20:27:12.569 INFO kablam! Compiling net2 v0.2.32 Oct 14 20:27:12.569 INFO kablam! Compiling tls-api v0.1.14 Oct 14 20:27:13.095 INFO kablam! Compiling tls-api-stub v0.1.14 Oct 14 20:27:13.113 INFO kablam! Compiling bytes v0.4.6 Oct 14 20:27:14.107 INFO kablam! Compiling mio v0.6.14 Oct 14 20:27:15.735 INFO kablam! Compiling protobuf v1.4.4 Oct 14 20:27:20.716 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 20:27:20.716 INFO kablam! Compiling tokio-executor v0.1.0 Oct 14 20:27:20.717 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 20:27:20.717 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 20:27:20.718 INFO kablam! Compiling tokio-timer v0.1.2 Oct 14 20:27:20.718 INFO kablam! Compiling relay v0.1.1 Oct 14 20:27:23.679 INFO kablam! Compiling tokio-threadpool v0.1.0 Oct 14 20:27:24.899 INFO kablam! Compiling tokio-reactor v0.1.0 Oct 14 20:27:29.139 INFO kablam! Compiling tokio v0.1.3 Oct 14 20:27:32.015 INFO kablam! Compiling tokio-core v0.1.15 Oct 14 20:27:36.239 INFO kablam! Compiling tokio-tls-api v0.1.14 Oct 14 20:27:36.239 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 20:27:38.019 INFO kablam! Compiling httpbis v0.4.1 Oct 14 20:27:41.915 INFO kablam! Compiling hyper v0.11.22 Oct 14 20:28:16.091 INFO kablam! Compiling grpc v0.2.1 Oct 14 20:28:19.144 INFO kablam! Compiling forever v0.1.0 (/source) Oct 14 20:28:20.139 INFO kablam! warning: unused imports: `ContentLength`, `ContentType` Oct 14 20:28:20.140 INFO kablam! --> src/main.rs:8:21 Oct 14 20:28:20.140 INFO kablam! | Oct 14 20:28:20.141 INFO kablam! 8 | use hyper::header::{ContentLength, ContentType}; Oct 14 20:28:20.142 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^ Oct 14 20:28:20.142 INFO kablam! | Oct 14 20:28:20.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:28:20.143 INFO kablam! Oct 14 20:28:20.144 INFO kablam! warning: unused imports: `Http`, `Response`, `const_service`, `service_fn` Oct 14 20:28:20.144 INFO kablam! --> src/main.rs:9:21 Oct 14 20:28:20.145 INFO kablam! | Oct 14 20:28:20.146 INFO kablam! 9 | use hyper::server::{const_service, Http, Response, service_fn}; Oct 14 20:28:20.146 INFO kablam! | ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^^^ Oct 14 20:28:20.147 INFO kablam! Oct 14 20:28:20.147 INFO kablam! warning: unused import: `protobuf::Message` Oct 14 20:28:20.148 INFO kablam! --> src/main.rs:10:5 Oct 14 20:28:20.148 INFO kablam! | Oct 14 20:28:20.149 INFO kablam! 10 | use protobuf::Message; Oct 14 20:28:20.150 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 20:28:20.150 INFO kablam! Oct 14 20:28:20.283 INFO kablam! warning: unused variable: `o` Oct 14 20:28:20.284 INFO kablam! --> src/main.rs:20:20 Oct 14 20:28:20.285 INFO kablam! | Oct 14 20:28:20.286 INFO kablam! 20 | fn love(&self, o: grpc::RequestOptions, love_you: proto::LoveYou) -> grpc::StreamingResponse { Oct 14 20:28:20.286 INFO kablam! | ^ help: consider using `_o` instead Oct 14 20:28:20.287 INFO kablam! | Oct 14 20:28:20.287 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:28:20.288 INFO kablam! Oct 14 20:28:28.365 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 14 20:28:28.381 INFO kablam! su: No module specific data is present Oct 14 20:28:30.235 INFO running `"docker" "rm" "-f" "732436e707be09d313de3f89080a4c85888bf3f3297bbb51db5db94a69d3b588"` Oct 14 20:28:30.539 INFO blam! 732436e707be09d313de3f89080a4c85888bf3f3297bbb51db5db94a69d3b588 Oct 14 20:28:30.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 20:28:30.911 INFO blam! 45ac711254b236b0db6534dc03a587876ca52bc74302314cde3dbb18c6352882 Oct 14 20:28:30.927 INFO running `"docker" "start" "-a" "45ac711254b236b0db6534dc03a587876ca52bc74302314cde3dbb18c6352882"` Oct 14 20:28:32.835 INFO kablam! usermod: no changes Oct 14 20:28:33.023 INFO kablam! Compiling forever v0.1.0 (/source) Oct 14 20:28:34.112 INFO kablam! warning: unused imports: `ContentLength`, `ContentType` Oct 14 20:28:34.112 INFO kablam! --> src/main.rs:8:21 Oct 14 20:28:34.112 INFO kablam! | Oct 14 20:28:34.112 INFO kablam! 8 | use hyper::header::{ContentLength, ContentType}; Oct 14 20:28:34.112 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^ Oct 14 20:28:34.112 INFO kablam! | Oct 14 20:28:34.114 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:28:34.114 INFO kablam! Oct 14 20:28:34.114 INFO kablam! warning: unused imports: `Http`, `Response`, `const_service`, `service_fn` Oct 14 20:28:34.114 INFO kablam! --> src/main.rs:9:21 Oct 14 20:28:34.114 INFO kablam! | Oct 14 20:28:34.114 INFO kablam! 9 | use hyper::server::{const_service, Http, Response, service_fn}; Oct 14 20:28:34.114 INFO kablam! | ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^^^ Oct 14 20:28:34.114 INFO kablam! Oct 14 20:28:34.114 INFO kablam! warning: unused import: `protobuf::Message` Oct 14 20:28:34.114 INFO kablam! --> src/main.rs:10:5 Oct 14 20:28:34.114 INFO kablam! | Oct 14 20:28:34.114 INFO kablam! 10 | use protobuf::Message; Oct 14 20:28:34.114 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 20:28:34.114 INFO kablam! Oct 14 20:28:34.259 INFO kablam! warning: unused variable: `o` Oct 14 20:28:34.259 INFO kablam! --> src/main.rs:20:20 Oct 14 20:28:34.259 INFO kablam! | Oct 14 20:28:34.260 INFO kablam! 20 | fn love(&self, o: grpc::RequestOptions, love_you: proto::LoveYou) -> grpc::StreamingResponse { Oct 14 20:28:34.260 INFO kablam! | ^ help: consider using `_o` instead Oct 14 20:28:34.260 INFO kablam! | Oct 14 20:28:34.261 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:28:34.261 INFO kablam! Oct 14 20:28:34.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 14 20:28:34.968 INFO kablam! su: No module specific data is present Oct 14 20:28:36.474 INFO running `"docker" "rm" "-f" "45ac711254b236b0db6534dc03a587876ca52bc74302314cde3dbb18c6352882"` Oct 14 20:28:36.879 INFO blam! 45ac711254b236b0db6534dc03a587876ca52bc74302314cde3dbb18c6352882 Oct 14 20:28:36.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 20:28:37.302 INFO blam! 65637dda15d5dc8371f41aa72b7eba258ff668cb5cf206946c967a802e3e0f0c Oct 14 20:28:37.303 INFO running `"docker" "start" "-a" "65637dda15d5dc8371f41aa72b7eba258ff668cb5cf206946c967a802e3e0f0c"` Oct 14 20:28:39.010 INFO kablam! usermod: no changes Oct 14 20:28:39.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 14 20:28:39.171 INFO kablam! Running /target/debug/deps/forever-1daa47cc710fcdea Oct 14 20:28:39.179 INFO blam! Oct 14 20:28:39.179 INFO blam! running 0 tests Oct 14 20:28:39.179 INFO blam! Oct 14 20:28:39.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:28:39.179 INFO blam! Oct 14 20:28:39.180 INFO kablam! su: No module specific data is present Oct 14 20:28:39.876 INFO running `"docker" "rm" "-f" "65637dda15d5dc8371f41aa72b7eba258ff668cb5cf206946c967a802e3e0f0c"` Oct 14 20:28:40.227 INFO blam! 65637dda15d5dc8371f41aa72b7eba258ff668cb5cf206946c967a802e3e0f0c