Oct 14 20:27:11.496 INFO testing foreverfamily/forever against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:27:11.498 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 14 20:27:12.071 INFO blam! 1408ded82cf3b5eddd8d239e8630fddfef79d3d1bd319938c673fcb492a89180 Oct 14 20:27:12.071 INFO running `"docker" "start" "-a" "1408ded82cf3b5eddd8d239e8630fddfef79d3d1bd319938c673fcb492a89180"` Oct 14 20:27:12.969 INFO kablam! usermod: no changes Oct 14 20:27:13.132 INFO kablam! Compiling futures v0.1.19 Oct 14 20:27:13.134 INFO kablam! Compiling iovec v0.1.2 Oct 14 20:27:13.135 INFO kablam! Compiling net2 v0.2.32 Oct 14 20:27:13.136 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 20:27:13.137 INFO kablam! Compiling tls-api v0.1.14 Oct 14 20:27:13.137 INFO kablam! Compiling rand v0.3.22 Oct 14 20:27:14.091 INFO kablam! Compiling tls-api-stub v0.1.14 Oct 14 20:27:14.856 INFO kablam! Compiling bytes v0.4.6 Oct 14 20:27:15.811 INFO kablam! Compiling mio v0.6.14 Oct 14 20:27:18.273 INFO kablam! Compiling protobuf v1.4.4 Oct 14 20:27:20.575 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 20:27:20.575 INFO kablam! Compiling tokio-executor v0.1.0 Oct 14 20:27:20.575 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 20:27:20.575 INFO kablam! Compiling tokio-timer v0.1.2 Oct 14 20:27:20.575 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 20:27:20.575 INFO kablam! Compiling relay v0.1.1 Oct 14 20:27:22.263 INFO kablam! Compiling tokio-threadpool v0.1.0 Oct 14 20:27:25.316 INFO kablam! Compiling tokio-reactor v0.1.0 Oct 14 20:27:27.935 INFO kablam! Compiling tokio v0.1.3 Oct 14 20:27:30.891 INFO kablam! Compiling tokio-core v0.1.15 Oct 14 20:27:34.487 INFO kablam! Compiling tokio-tls-api v0.1.14 Oct 14 20:27:34.487 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 20:27:35.639 INFO kablam! Compiling httpbis v0.4.1 Oct 14 20:27:39.451 INFO kablam! Compiling hyper v0.11.22 Oct 14 20:28:05.455 INFO kablam! Compiling grpc v0.2.1 Oct 14 20:28:12.483 INFO kablam! Compiling forever v0.1.0 (/source) Oct 14 20:28:13.531 INFO kablam! warning: unused imports: `ContentLength`, `ContentType` Oct 14 20:28:13.531 INFO kablam! --> src/main.rs:8:21 Oct 14 20:28:13.531 INFO kablam! | Oct 14 20:28:13.531 INFO kablam! 8 | use hyper::header::{ContentLength, ContentType}; Oct 14 20:28:13.531 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^ Oct 14 20:28:13.531 INFO kablam! | Oct 14 20:28:13.531 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:28:13.531 INFO kablam! Oct 14 20:28:13.532 INFO kablam! warning: unused imports: `Http`, `Response`, `const_service`, `service_fn` Oct 14 20:28:13.533 INFO kablam! --> src/main.rs:9:21 Oct 14 20:28:13.533 INFO kablam! | Oct 14 20:28:13.534 INFO kablam! 9 | use hyper::server::{const_service, Http, Response, service_fn}; Oct 14 20:28:13.534 INFO kablam! | ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^^^ Oct 14 20:28:13.534 INFO kablam! Oct 14 20:28:13.535 INFO kablam! warning: unused import: `protobuf::Message` Oct 14 20:28:13.535 INFO kablam! --> src/main.rs:10:5 Oct 14 20:28:13.536 INFO kablam! | Oct 14 20:28:13.536 INFO kablam! 10 | use protobuf::Message; Oct 14 20:28:13.537 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 20:28:13.537 INFO kablam! Oct 14 20:28:13.681 INFO kablam! warning: unused variable: `o` Oct 14 20:28:13.682 INFO kablam! --> src/main.rs:20:20 Oct 14 20:28:13.687 INFO kablam! | Oct 14 20:28:13.687 INFO kablam! 20 | fn love(&self, o: grpc::RequestOptions, love_you: proto::LoveYou) -> grpc::StreamingResponse { Oct 14 20:28:13.687 INFO kablam! | ^ help: consider using `_o` instead Oct 14 20:28:13.687 INFO kablam! | Oct 14 20:28:13.687 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:28:13.687 INFO kablam! Oct 14 20:28:21.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 14 20:28:21.440 INFO kablam! su: No module specific data is present Oct 14 20:28:23.234 INFO running `"docker" "rm" "-f" "1408ded82cf3b5eddd8d239e8630fddfef79d3d1bd319938c673fcb492a89180"` Oct 14 20:28:23.623 INFO blam! 1408ded82cf3b5eddd8d239e8630fddfef79d3d1bd319938c673fcb492a89180 Oct 14 20:28:23.627 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 14 20:28:24.102 INFO blam! 0d22db4a4940d0c64cce69b18a41f3a5dbac806e42cec15be84fcfa817f5f33f Oct 14 20:28:24.104 INFO running `"docker" "start" "-a" "0d22db4a4940d0c64cce69b18a41f3a5dbac806e42cec15be84fcfa817f5f33f"` Oct 14 20:28:26.495 INFO kablam! usermod: no changes Oct 14 20:28:26.655 INFO kablam! Compiling forever v0.1.0 (/source) Oct 14 20:28:27.871 INFO kablam! warning: unused imports: `ContentLength`, `ContentType` Oct 14 20:28:27.871 INFO kablam! --> src/main.rs:8:21 Oct 14 20:28:27.871 INFO kablam! | Oct 14 20:28:27.871 INFO kablam! 8 | use hyper::header::{ContentLength, ContentType}; Oct 14 20:28:27.871 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^ Oct 14 20:28:27.871 INFO kablam! | Oct 14 20:28:27.873 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:28:27.873 INFO kablam! Oct 14 20:28:27.873 INFO kablam! warning: unused imports: `Http`, `Response`, `const_service`, `service_fn` Oct 14 20:28:27.873 INFO kablam! --> src/main.rs:9:21 Oct 14 20:28:27.873 INFO kablam! | Oct 14 20:28:27.873 INFO kablam! 9 | use hyper::server::{const_service, Http, Response, service_fn}; Oct 14 20:28:27.873 INFO kablam! | ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^^^ Oct 14 20:28:27.873 INFO kablam! Oct 14 20:28:27.873 INFO kablam! warning: unused import: `protobuf::Message` Oct 14 20:28:27.873 INFO kablam! --> src/main.rs:10:5 Oct 14 20:28:27.873 INFO kablam! | Oct 14 20:28:27.873 INFO kablam! 10 | use protobuf::Message; Oct 14 20:28:27.873 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 20:28:27.873 INFO kablam! Oct 14 20:28:28.013 INFO kablam! warning: unused variable: `o` Oct 14 20:28:28.013 INFO kablam! --> src/main.rs:20:20 Oct 14 20:28:28.013 INFO kablam! | Oct 14 20:28:28.013 INFO kablam! 20 | fn love(&self, o: grpc::RequestOptions, love_you: proto::LoveYou) -> grpc::StreamingResponse { Oct 14 20:28:28.013 INFO kablam! | ^ help: consider using `_o` instead Oct 14 20:28:28.013 INFO kablam! | Oct 14 20:28:28.013 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:28:28.014 INFO kablam! Oct 14 20:28:28.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 14 20:28:28.719 INFO kablam! su: No module specific data is present Oct 14 20:28:30.230 INFO running `"docker" "rm" "-f" "0d22db4a4940d0c64cce69b18a41f3a5dbac806e42cec15be84fcfa817f5f33f"` Oct 14 20:28:30.664 INFO blam! 0d22db4a4940d0c64cce69b18a41f3a5dbac806e42cec15be84fcfa817f5f33f Oct 14 20:28:30.667 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 14 20:28:31.071 INFO blam! 8718f42907f9896c5bb8f068b41b65ac90fa785b042b28ea0c91b2db11b6f6e6 Oct 14 20:28:31.079 INFO running `"docker" "start" "-a" "8718f42907f9896c5bb8f068b41b65ac90fa785b042b28ea0c91b2db11b6f6e6"` Oct 14 20:28:32.906 INFO kablam! usermod: no changes Oct 14 20:28:33.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 20:28:33.075 INFO kablam! Running /target/debug/deps/forever-ea5e5fec57bead01 Oct 14 20:28:33.087 INFO blam! Oct 14 20:28:33.087 INFO blam! running 0 tests Oct 14 20:28:33.087 INFO blam! Oct 14 20:28:33.087 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:28:33.087 INFO blam! Oct 14 20:28:33.088 INFO kablam! su: No module specific data is present Oct 14 20:28:34.312 INFO running `"docker" "rm" "-f" "8718f42907f9896c5bb8f068b41b65ac90fa785b042b28ea0c91b2db11b6f6e6"` Oct 14 20:28:34.593 INFO blam! 8718f42907f9896c5bb8f068b41b65ac90fa785b042b28ea0c91b2db11b6f6e6