Oct 13 05:30:51.932 INFO testing nicoburns/rustdi against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:30:51.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:30:52.293 INFO blam! cd55dc7ee88bd8599b5ca829f661df0698404ef17c405f4a1515c0196e0dcc61 Oct 13 05:30:52.295 INFO running `"docker" "start" "-a" "cd55dc7ee88bd8599b5ca829f661df0698404ef17c405f4a1515c0196e0dcc61"` Oct 13 05:30:54.039 INFO kablam! usermod: no changes Oct 13 05:30:54.275 INFO kablam! Compiling futures v0.1.24 Oct 13 05:30:54.295 INFO kablam! Compiling unsafe-any v0.4.2 Oct 13 05:30:54.303 INFO kablam! Compiling http v0.1.13 Oct 13 05:30:54.303 INFO kablam! Compiling syn v0.15.9 Oct 13 05:30:54.303 INFO kablam! Compiling env_logger v0.5.13 Oct 13 05:30:55.183 INFO kablam! Compiling typemap v0.3.3 Oct 13 05:31:00.061 INFO kablam! Compiling pretty_env_logger v0.2.4 Oct 13 05:31:04.927 INFO kablam! Compiling tokio-executor v0.1.5 Oct 13 05:31:04.927 INFO kablam! Compiling tokio-io v0.1.9 Oct 13 05:31:04.927 INFO kablam! Compiling rustdi v0.1.0 (/source/rustdi) Oct 13 05:31:04.927 INFO kablam! Compiling want v0.0.6 Oct 13 05:31:04.927 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 13 05:31:08.327 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 13 05:31:08.328 INFO kablam! Compiling tokio-timer v0.2.7 Oct 13 05:31:08.328 INFO kablam! Compiling tokio-current-thread v0.1.3 Oct 13 05:31:13.023 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 13 05:31:13.148 INFO kablam! Compiling tokio-codec v0.1.1 Oct 13 05:31:16.043 INFO kablam! Compiling h2 v0.1.12 Oct 13 05:31:18.031 INFO kablam! Compiling tokio-fs v0.1.3 Oct 13 05:31:21.219 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 13 05:31:21.220 INFO kablam! Compiling tokio-uds v0.2.2 Oct 13 05:31:21.220 INFO kablam! Compiling tokio-udp v0.1.2 Oct 13 05:31:25.811 INFO kablam! Compiling tokio v0.1.11 Oct 13 05:31:35.707 INFO kablam! Compiling hyper v0.12.11 Oct 13 05:31:36.667 INFO kablam! Compiling rustdi_derive v0.1.0 (/source/rustdi_derive) Oct 13 05:31:44.817 INFO kablam! Compiling rustdi_examples v0.1.0 (/source/rustdi_examples) Oct 13 05:31:46.942 INFO kablam! warning: unused import: `std::mem` Oct 13 05:31:46.942 INFO kablam! --> rustdi_examples/src/router.rs:10:5 Oct 13 05:31:46.943 INFO kablam! | Oct 13 05:31:46.944 INFO kablam! 10 | use std::mem; Oct 13 05:31:46.944 INFO kablam! | ^^^^^^^^ Oct 13 05:31:46.947 INFO kablam! | Oct 13 05:31:46.947 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:31:46.948 INFO kablam! Oct 13 05:31:46.948 INFO kablam! warning: unused imports: `Chunk`, `Client`, `StatusCode`, `header` Oct 13 05:31:46.948 INFO kablam! --> rustdi_examples/src/router.rs:11:19 Oct 13 05:31:46.948 INFO kablam! | Oct 13 05:31:46.949 INFO kablam! 11 | use hyper::{Body, Chunk, Client, Method, Request, Response, Server, StatusCode, header, Error}; Oct 13 05:31:46.949 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^^^ Oct 13 05:31:46.949 INFO kablam! Oct 13 05:31:46.950 INFO kablam! warning: unused import: `read_handler` Oct 13 05:31:46.950 INFO kablam! --> rustdi_examples/src/router.rs:21:24 Oct 13 05:31:46.950 INFO kablam! | Oct 13 05:31:46.951 INFO kablam! 21 | use common::handlers::{read_handler, write_handler}; Oct 13 05:31:46.951 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:31:46.951 INFO kablam! Oct 13 05:31:47.103 INFO kablam! warning: unused import: `Stream` Oct 13 05:31:47.103 INFO kablam! --> rustdi_examples/src/router.rs:13:31 Oct 13 05:31:47.104 INFO kablam! | Oct 13 05:31:47.104 INFO kablam! 13 | use futures::{future, Future, Stream}; Oct 13 05:31:47.104 INFO kablam! | ^^^^^^ Oct 13 05:31:47.104 INFO kablam! Oct 13 05:31:53.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.93s Oct 13 05:31:53.011 INFO kablam! su: No module specific data is present Oct 13 05:31:54.159 INFO running `"docker" "rm" "-f" "cd55dc7ee88bd8599b5ca829f661df0698404ef17c405f4a1515c0196e0dcc61"` Oct 13 05:31:54.643 INFO blam! cd55dc7ee88bd8599b5ca829f661df0698404ef17c405f4a1515c0196e0dcc61 Oct 13 05:31:54.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:31:55.072 INFO blam! 85edb196f0879aa9f6fa3e86ba0705974b4a925b0824724824c348ded7ea79f7 Oct 13 05:31:55.079 INFO running `"docker" "start" "-a" "85edb196f0879aa9f6fa3e86ba0705974b4a925b0824724824c348ded7ea79f7"` Oct 13 05:31:56.375 INFO kablam! usermod: no changes Oct 13 05:31:56.583 INFO kablam! Compiling rustdi v0.1.0 (/source/rustdi) Oct 13 05:31:56.584 INFO kablam! Compiling rustdi_derive v0.1.0 (/source/rustdi_derive) Oct 13 05:31:56.584 INFO kablam! Compiling rustdi_examples v0.1.0 (/source/rustdi_examples) Oct 13 05:32:00.767 INFO kablam! warning: unused import: `std::mem` Oct 13 05:32:00.768 INFO kablam! --> rustdi_examples/src/router.rs:10:5 Oct 13 05:32:00.768 INFO kablam! | Oct 13 05:32:00.768 INFO kablam! 10 | use std::mem; Oct 13 05:32:00.769 INFO kablam! | ^^^^^^^^ Oct 13 05:32:00.769 INFO kablam! | Oct 13 05:32:00.769 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:32:00.769 INFO kablam! Oct 13 05:32:00.769 INFO kablam! warning: unused imports: `Chunk`, `Client`, `StatusCode`, `header` Oct 13 05:32:00.770 INFO kablam! --> rustdi_examples/src/router.rs:11:19 Oct 13 05:32:00.770 INFO kablam! | Oct 13 05:32:00.770 INFO kablam! 11 | use hyper::{Body, Chunk, Client, Method, Request, Response, Server, StatusCode, header, Error}; Oct 13 05:32:00.771 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^^^ Oct 13 05:32:00.771 INFO kablam! Oct 13 05:32:00.771 INFO kablam! warning: unused import: `read_handler` Oct 13 05:32:00.771 INFO kablam! --> rustdi_examples/src/router.rs:21:24 Oct 13 05:32:00.772 INFO kablam! | Oct 13 05:32:00.772 INFO kablam! 21 | use common::handlers::{read_handler, write_handler}; Oct 13 05:32:00.772 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:32:00.772 INFO kablam! Oct 13 05:32:00.995 INFO kablam! warning: unused import: `Stream` Oct 13 05:32:00.996 INFO kablam! --> rustdi_examples/src/router.rs:13:31 Oct 13 05:32:00.996 INFO kablam! | Oct 13 05:32:00.996 INFO kablam! 13 | use futures::{future, Future, Stream}; Oct 13 05:32:00.997 INFO kablam! | ^^^^^^ Oct 13 05:32:00.997 INFO kablam! Oct 13 05:32:01.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.15s Oct 13 05:32:01.559 INFO kablam! su: No module specific data is present Oct 13 05:32:02.674 INFO running `"docker" "rm" "-f" "85edb196f0879aa9f6fa3e86ba0705974b4a925b0824724824c348ded7ea79f7"` Oct 13 05:32:03.015 INFO blam! 85edb196f0879aa9f6fa3e86ba0705974b4a925b0824724824c348ded7ea79f7 Oct 13 05:32:03.017 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:32:03.532 INFO blam! c955deef1cc45bd3a7e4c73a7fe596733576d4fa9826787f58a4a26453a79689 Oct 13 05:32:03.536 INFO running `"docker" "start" "-a" "c955deef1cc45bd3a7e4c73a7fe596733576d4fa9826787f58a4a26453a79689"` Oct 13 05:32:04.584 INFO kablam! usermod: no changes Oct 13 05:32:04.786 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 13 05:32:04.809 INFO kablam! Running /target/debug/deps/rustdi-59d43e18a700c39d Oct 13 05:32:04.812 INFO blam! Oct 13 05:32:04.812 INFO blam! running 0 tests Oct 13 05:32:04.812 INFO blam! Oct 13 05:32:04.812 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:32:04.812 INFO kablam! Running /target/debug/deps/rustdi_derive-69ecdd7caa529797 Oct 13 05:32:04.812 INFO blam! Oct 13 05:32:04.823 INFO blam! Oct 13 05:32:04.824 INFO blam! running 0 tests Oct 13 05:32:04.824 INFO blam! Oct 13 05:32:04.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:32:04.824 INFO blam! Oct 13 05:32:04.824 INFO kablam! Running /target/debug/deps/rustdi_example_basic-983a6e816d0f6eb5 Oct 13 05:32:04.826 INFO blam! Oct 13 05:32:04.827 INFO blam! running 0 tests Oct 13 05:32:04.827 INFO blam! Oct 13 05:32:04.827 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:32:04.827 INFO blam! Oct 13 05:32:04.828 INFO kablam! Running /target/debug/deps/rustdi_example_router-70ba3624c733fd07 Oct 13 05:32:04.837 INFO blam! Oct 13 05:32:04.837 INFO kablam! Doc-tests rustdi_derive Oct 13 05:32:04.837 INFO blam! running 0 tests Oct 13 05:32:04.837 INFO blam! Oct 13 05:32:04.837 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:32:04.837 INFO blam! Oct 13 05:32:07.139 INFO blam! Oct 13 05:32:07.139 INFO blam! running 0 tests Oct 13 05:32:07.139 INFO blam! Oct 13 05:32:07.139 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:32:07.139 INFO blam! Oct 13 05:32:07.147 INFO kablam! Doc-tests rustdi Oct 13 05:32:07.609 INFO blam! Oct 13 05:32:07.609 INFO blam! running 0 tests Oct 13 05:32:07.609 INFO blam! Oct 13 05:32:07.609 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:32:07.609 INFO blam! Oct 13 05:32:07.627 INFO kablam! su: No module specific data is present Oct 13 05:32:09.187 INFO running `"docker" "rm" "-f" "c955deef1cc45bd3a7e4c73a7fe596733576d4fa9826787f58a4a26453a79689"` Oct 13 05:32:09.443 INFO blam! c955deef1cc45bd3a7e4c73a7fe596733576d4fa9826787f58a4a26453a79689