Oct 11 00:16:17.561 INFO testing detro/mooncell against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:16:17.561 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:16:17.561 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 11 00:16:17.911 INFO blam! 253a6512e5eefc9bb153062d1ec6b541afb9e9aabd07a3426f7ec78a36a1b497 Oct 11 00:16:17.912 INFO running `"docker" "start" "-a" "253a6512e5eefc9bb153062d1ec6b541afb9e9aabd07a3426f7ec78a36a1b497"` Oct 11 00:16:19.277 INFO kablam! usermod: no changes Oct 11 00:16:19.840 INFO kablam! Compiling openssl v0.10.10 Oct 11 00:16:19.848 INFO kablam! Compiling socket2 v0.3.7 Oct 11 00:16:19.848 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 11 00:16:19.848 INFO kablam! Compiling radix_trie v0.1.3 Oct 11 00:16:19.848 INFO kablam! Compiling log v0.4.3 Oct 11 00:16:19.848 INFO kablam! Compiling serde_yaml v0.7.5 Oct 11 00:16:19.860 INFO kablam! Compiling openssl-sys v0.9.33 Oct 11 00:16:19.860 INFO kablam! Compiling native-tls v0.2.0 Oct 11 00:16:19.932 INFO kablam! Compiling data-encoding-macro-internal v0.1.3 Oct 11 00:16:24.201 INFO kablam! Compiling backtrace v0.2.3 Oct 11 00:16:24.480 INFO kablam! Compiling chrono v0.4.4 Oct 11 00:16:26.296 INFO kablam! Compiling mio v0.6.15 Oct 11 00:16:26.432 INFO kablam! Compiling tokio-io v0.1.7 Oct 11 00:16:27.108 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 11 00:16:27.167 INFO kablam! Compiling want v0.0.6 Oct 11 00:16:31.920 INFO kablam! Compiling env_logger v0.5.10 Oct 11 00:16:32.742 INFO kablam! Compiling serde-value v0.5.2 Oct 11 00:16:37.918 INFO kablam! Compiling error-chain v0.1.12 Oct 11 00:16:46.276 INFO kablam! Compiling tokio-codec v0.1.0 Oct 11 00:16:46.321 INFO kablam! Compiling h2 v0.1.10 Oct 11 00:16:46.321 INFO kablam! Compiling log4rs v0.8.0 Oct 11 00:16:46.457 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 11 00:16:47.441 INFO kablam! Compiling tokio-fs v0.1.2 Oct 11 00:16:48.189 INFO kablam! Compiling data-encoding-macro v0.1.3 Oct 11 00:16:53.966 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 11 00:16:53.967 INFO kablam! Compiling tokio-udp v0.1.1 Oct 11 00:16:57.471 INFO kablam! Compiling tokio-openssl v0.2.1 Oct 11 00:16:58.208 INFO kablam! Compiling tokio v0.1.7 Oct 11 00:16:58.208 INFO kablam! Compiling trust-dns-proto v0.4.0 Oct 11 00:17:08.463 INFO kablam! Compiling hyper v0.12.6 Oct 11 00:17:10.136 INFO kablam! Compiling rusqlite v0.13.0 Oct 11 00:17:18.124 INFO kablam! Compiling trust-dns-openssl v0.3.0 Oct 11 00:17:18.124 INFO kablam! Compiling trust-dns v0.14.0 Oct 11 00:17:22.020 INFO kablam! Compiling hyper-tls v0.3.0 Oct 11 00:17:27.201 INFO kablam! Compiling trust-dns-server v0.14.0 Oct 11 00:17:36.643 INFO kablam! Compiling mooncell v0.1.0 (/source) Oct 11 00:17:46.576 INFO kablam! warning: unused import: `Version` Oct 11 00:17:46.576 INFO kablam! --> src/doh/protocol.rs:1:30 Oct 11 00:17:46.576 INFO kablam! | Oct 11 00:17:46.576 INFO kablam! 1 | use hyper::{Method, Request, Version}; Oct 11 00:17:46.576 INFO kablam! | ^^^^^^^ Oct 11 00:17:46.576 INFO kablam! | Oct 11 00:17:46.576 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:17:46.576 INFO kablam! Oct 11 00:17:46.882 INFO kablam! warning: unused variable: `response_handle` Oct 11 00:17:46.882 INFO kablam! --> src/core/request_handler.rs:17:5 Oct 11 00:17:46.883 INFO kablam! | Oct 11 00:17:46.883 INFO kablam! 17 | response_handle: R, Oct 11 00:17:46.883 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_response_handle` instead Oct 11 00:17:46.883 INFO kablam! | Oct 11 00:17:46.884 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:17:46.884 INFO kablam! Oct 11 00:18:03.093 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 43s Oct 11 00:18:03.108 INFO kablam! su: No module specific data is present Oct 11 00:18:03.865 INFO running `"docker" "rm" "-f" "253a6512e5eefc9bb153062d1ec6b541afb9e9aabd07a3426f7ec78a36a1b497"` Oct 11 00:18:04.312 INFO blam! 253a6512e5eefc9bb153062d1ec6b541afb9e9aabd07a3426f7ec78a36a1b497 Oct 11 00:18:04.317 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:18:04.318 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 11 00:18:04.824 INFO blam! ec3b94c83ef20c98afa15b46a27f9bb273f1d4612c0ec60ca97b07abd22c3064 Oct 11 00:18:04.825 INFO running `"docker" "start" "-a" "ec3b94c83ef20c98afa15b46a27f9bb273f1d4612c0ec60ca97b07abd22c3064"` Oct 11 00:18:06.116 INFO kablam! usermod: no changes Oct 11 00:18:06.536 INFO kablam! Compiling mooncell v0.1.0 (/source) Oct 11 00:18:17.890 INFO kablam! warning: unused variable: `response_handle` Oct 11 00:18:17.891 INFO kablam! --> src/core/request_handler.rs:17:5 Oct 11 00:18:17.892 INFO kablam! | Oct 11 00:18:17.893 INFO kablam! 17 | response_handle: R, Oct 11 00:18:17.893 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_response_handle` instead Oct 11 00:18:17.894 INFO kablam! | Oct 11 00:18:17.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:18:17.895 INFO kablam! Oct 11 00:18:23.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.57s Oct 11 00:18:23.753 INFO kablam! su: No module specific data is present Oct 11 00:18:24.740 INFO running `"docker" "rm" "-f" "ec3b94c83ef20c98afa15b46a27f9bb273f1d4612c0ec60ca97b07abd22c3064"` Oct 11 00:18:24.972 INFO blam! ec3b94c83ef20c98afa15b46a27f9bb273f1d4612c0ec60ca97b07abd22c3064 Oct 11 00:18:24.975 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:18:24.976 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 11 00:18:25.402 INFO blam! 12f09c4c3a2aae3ba9b498a61d515966332cb4b234c41c4b86a6e91c214a6a3e Oct 11 00:18:25.404 INFO running `"docker" "start" "-a" "12f09c4c3a2aae3ba9b498a61d515966332cb4b234c41c4b86a6e91c214a6a3e"` Oct 11 00:18:27.266 INFO kablam! usermod: no changes Oct 11 00:18:27.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 11 00:18:27.536 INFO kablam! Running /target/debug/deps/mooncell-19f0da2f1157a27e Oct 11 00:18:27.548 INFO blam! Oct 11 00:18:27.548 INFO blam! running 4 tests Oct 11 00:18:27.549 INFO blam! test doh::protocol::should_deserialize_response ... ok Oct 11 00:18:27.549 INFO blam! test doh::protocol::should_create_request ... ok Oct 11 00:18:27.553 INFO blam! test doh::protocol::should_produce_default_providers ... ok Oct 11 00:18:27.560 INFO blam! test doh::protocol::should_serialize_response ... ok Oct 11 00:18:27.560 INFO blam! Oct 11 00:18:27.560 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:18:27.560 INFO blam! Oct 11 00:18:27.565 INFO kablam! Running /target/debug/deps/mooncell-c1cce857df710f1a Oct 11 00:18:27.570 INFO blam! Oct 11 00:18:27.570 INFO blam! running 0 tests Oct 11 00:18:27.570 INFO blam! Oct 11 00:18:27.570 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:18:27.570 INFO blam! Oct 11 00:18:27.570 INFO kablam! Doc-tests mooncell Oct 11 00:18:43.212 INFO blam! Oct 11 00:18:43.212 INFO blam! running 0 tests Oct 11 00:18:43.212 INFO blam! Oct 11 00:18:43.212 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:18:43.212 INFO blam! Oct 11 00:18:43.218 INFO kablam! su: No module specific data is present Oct 11 00:18:44.144 INFO running `"docker" "rm" "-f" "12f09c4c3a2aae3ba9b498a61d515966332cb4b234c41c4b86a6e91c214a6a3e"` Oct 11 00:18:44.535 INFO blam! 12f09c4c3a2aae3ba9b498a61d515966332cb4b234c41c4b86a6e91c214a6a3e