Oct 13 02:39:51.714 INFO testing rjulian/hostname-service against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 02:39:51.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 02:39:52.193 INFO blam! 7b298a7c6bb56855e9d6a7bba1b0c281d60dd8bd30faeec3c424eaea16a36eab Oct 13 02:39:52.196 INFO running `"docker" "start" "-a" "7b298a7c6bb56855e9d6a7bba1b0c281d60dd8bd30faeec3c424eaea16a36eab"` Oct 13 02:39:53.265 INFO kablam! usermod: no changes Oct 13 02:39:53.527 INFO kablam! Compiling openssl v0.9.23 Oct 13 02:39:53.527 INFO kablam! Compiling typenum v1.9.0 Oct 13 02:39:53.527 INFO kablam! Compiling groupable v0.2.0 Oct 13 02:39:53.527 INFO kablam! Compiling iovec v0.1.2 Oct 13 02:39:53.527 INFO kablam! Compiling openssl-sys v0.9.24 Oct 13 02:39:53.535 INFO kablam! Compiling semver v0.6.0 Oct 13 02:39:53.536 INFO kablam! Compiling serde_json v1.0.9 Oct 13 02:39:53.536 INFO kablam! Compiling mustache v0.8.2 Oct 13 02:39:54.634 INFO kablam! Compiling hyper v0.10.13 Oct 13 02:39:54.663 INFO kablam! Compiling bytes v0.4.6 Oct 13 02:40:01.353 INFO kablam! Compiling mio v0.6.13 Oct 13 02:40:01.353 INFO kablam! Compiling rustc_version v0.2.1 Oct 13 02:40:01.411 INFO kablam! Compiling tokio-io v0.1.5 Oct 13 02:40:05.375 INFO kablam! Compiling rusoto_core v0.31.0 Oct 13 02:40:06.191 INFO kablam! Compiling generic-array v0.9.0 Oct 13 02:40:07.998 INFO kablam! Compiling tokio-core v0.1.12 Oct 13 02:40:08.047 INFO kablam! Compiling crypto-mac v0.5.2 Oct 13 02:40:08.047 INFO kablam! Compiling digest v0.7.2 Oct 13 02:40:09.063 INFO kablam! Compiling hmac v0.5.0 Oct 13 02:40:09.063 INFO kablam! Compiling sha2 v0.7.0 Oct 13 02:40:14.579 INFO kablam! Compiling tokio-proto v0.1.1 Oct 13 02:40:22.811 INFO kablam! Compiling nickel v0.10.1 Oct 13 02:40:23.510 INFO kablam! Compiling native-tls v0.1.5 Oct 13 02:40:24.683 INFO kablam! Compiling hyper v0.11.18 Oct 13 02:40:25.379 INFO kablam! Compiling tokio-tls v0.1.4 Oct 13 02:40:25.379 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 13 02:40:36.747 INFO kablam! Compiling hyper-tls v0.1.2 Oct 13 02:40:38.183 INFO kablam! Compiling rusoto_credential v0.10.0 Oct 13 02:40:48.370 INFO kablam! Compiling rusoto_dynamodb v0.31.0 Oct 13 02:40:56.319 INFO kablam! Compiling hostname-service v0.0.1 (/source) Oct 13 02:40:59.011 INFO kablam! warning: unused imports: `MediaType`, `MiddlewareResult`, `Request`, `Response` Oct 13 02:40:59.011 INFO kablam! --> src/main.rs:16:44 Oct 13 02:40:59.011 INFO kablam! | Oct 13 02:40:59.011 INFO kablam! 16 | use nickel::{Nickel, JsonBody, HttpRouter, Request, Response, MiddlewareResult, MediaType}; Oct 13 02:40:59.011 INFO kablam! | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ Oct 13 02:40:59.011 INFO kablam! | Oct 13 02:40:59.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:40:59.011 INFO kablam! Oct 13 02:40:59.011 INFO kablam! warning: unused imports: `Json`, `ToJson` Oct 13 02:40:59.011 INFO kablam! --> src/main.rs:22:29 Oct 13 02:40:59.011 INFO kablam! | Oct 13 02:40:59.011 INFO kablam! 22 | use rustc_serialize::json::{Json, ToJson}; Oct 13 02:40:59.011 INFO kablam! | ^^^^ ^^^^^^ Oct 13 02:40:59.011 INFO kablam! Oct 13 02:40:59.011 INFO kablam! warning: unused import: `Value` Oct 13 02:40:59.011 INFO kablam! --> src/main.rs:23:25 Oct 13 02:40:59.011 INFO kablam! | Oct 13 02:40:59.011 INFO kablam! 23 | use serde_json::value::{Value}; Oct 13 02:40:59.011 INFO kablam! | ^^^^^ Oct 13 02:40:59.011 INFO kablam! Oct 13 02:40:59.011 INFO kablam! warning: unused import: `Forbidden` Oct 13 02:40:59.011 INFO kablam! --> src/main.rs:26:40 Oct 13 02:40:59.011 INFO kablam! | Oct 13 02:40:59.011 INFO kablam! 26 | use nickel::status::StatusCode::{self, Forbidden}; Oct 13 02:40:59.011 INFO kablam! | ^^^^^^^^^ Oct 13 02:40:59.011 INFO kablam! Oct 13 02:40:59.175 INFO kablam! warning: unused variable: `request` Oct 13 02:40:59.175 INFO kablam! --> src/main.rs:34:39 Oct 13 02:40:59.175 INFO kablam! | Oct 13 02:40:59.175 INFO kablam! 34 | router.get("/health", middleware! { |request, response| Oct 13 02:40:59.175 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 13 02:40:59.175 INFO kablam! | Oct 13 02:40:59.175 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:40:59.175 INFO kablam! Oct 13 02:40:59.175 INFO kablam! warning: unused variable: `request` Oct 13 02:40:59.175 INFO kablam! --> src/main.rs:38:38 Oct 13 02:40:59.175 INFO kablam! | Oct 13 02:40:59.175 INFO kablam! 38 | router.get("/hosts", middleware! { |request, response| Oct 13 02:40:59.175 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 13 02:40:59.175 INFO kablam! Oct 13 02:40:59.203 INFO kablam! warning: variable `itemAttr` should have a snake case name such as `item_attr` Oct 13 02:40:59.203 INFO kablam! --> src/main.rs:55:15 Oct 13 02:40:59.203 INFO kablam! | Oct 13 02:40:59.203 INFO kablam! 55 | Some(itemAttr) => { Oct 13 02:40:59.203 INFO kablam! | ^^^^^^^^ Oct 13 02:40:59.203 INFO kablam! | Oct 13 02:40:59.203 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:40:59.203 INFO kablam! Oct 13 02:40:59.203 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:40:59.207 INFO kablam! --> src/main.rs:131:2 Oct 13 02:40:59.207 INFO kablam! | Oct 13 02:40:59.207 INFO kablam! 131 | server.listen("0.0.0.0:9000"); Oct 13 02:40:59.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:40:59.207 INFO kablam! | Oct 13 02:40:59.207 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:40:59.207 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:40:59.207 INFO kablam! Oct 13 02:41:06.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 13 02:41:06.899 INFO kablam! su: No module specific data is present Oct 13 02:41:07.440 INFO running `"docker" "rm" "-f" "7b298a7c6bb56855e9d6a7bba1b0c281d60dd8bd30faeec3c424eaea16a36eab"` Oct 13 02:41:07.550 INFO blam! 7b298a7c6bb56855e9d6a7bba1b0c281d60dd8bd30faeec3c424eaea16a36eab Oct 13 02:41:07.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 02:41:07.723 INFO blam! 27fe4b1051af87c321e013993ceeb3af547e17538ba546b4a28cec9d027e96c1 Oct 13 02:41:07.724 INFO running `"docker" "start" "-a" "27fe4b1051af87c321e013993ceeb3af547e17538ba546b4a28cec9d027e96c1"` Oct 13 02:41:08.280 INFO kablam! usermod: no changes Oct 13 02:41:08.456 INFO kablam! Compiling hostname-service v0.0.1 (/source) Oct 13 02:41:10.291 INFO kablam! warning: unused imports: `MediaType`, `MiddlewareResult`, `Request`, `Response` Oct 13 02:41:10.291 INFO kablam! --> src/main.rs:16:44 Oct 13 02:41:10.291 INFO kablam! | Oct 13 02:41:10.291 INFO kablam! 16 | use nickel::{Nickel, JsonBody, HttpRouter, Request, Response, MiddlewareResult, MediaType}; Oct 13 02:41:10.291 INFO kablam! | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ Oct 13 02:41:10.291 INFO kablam! | Oct 13 02:41:10.291 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:41:10.291 INFO kablam! Oct 13 02:41:10.291 INFO kablam! warning: unused imports: `Json`, `ToJson` Oct 13 02:41:10.291 INFO kablam! --> src/main.rs:22:29 Oct 13 02:41:10.291 INFO kablam! | Oct 13 02:41:10.291 INFO kablam! 22 | use rustc_serialize::json::{Json, ToJson}; Oct 13 02:41:10.291 INFO kablam! | ^^^^ ^^^^^^ Oct 13 02:41:10.291 INFO kablam! Oct 13 02:41:10.291 INFO kablam! warning: unused import: `Value` Oct 13 02:41:10.291 INFO kablam! --> src/main.rs:23:25 Oct 13 02:41:10.291 INFO kablam! | Oct 13 02:41:10.291 INFO kablam! 23 | use serde_json::value::{Value}; Oct 13 02:41:10.291 INFO kablam! | ^^^^^ Oct 13 02:41:10.291 INFO kablam! Oct 13 02:41:10.291 INFO kablam! warning: unused import: `Forbidden` Oct 13 02:41:10.291 INFO kablam! --> src/main.rs:26:40 Oct 13 02:41:10.291 INFO kablam! | Oct 13 02:41:10.291 INFO kablam! 26 | use nickel::status::StatusCode::{self, Forbidden}; Oct 13 02:41:10.291 INFO kablam! | ^^^^^^^^^ Oct 13 02:41:10.291 INFO kablam! Oct 13 02:41:10.422 INFO kablam! warning: unused variable: `request` Oct 13 02:41:10.422 INFO kablam! --> src/main.rs:34:39 Oct 13 02:41:10.422 INFO kablam! | Oct 13 02:41:10.422 INFO kablam! 34 | router.get("/health", middleware! { |request, response| Oct 13 02:41:10.422 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 13 02:41:10.422 INFO kablam! | Oct 13 02:41:10.422 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:41:10.422 INFO kablam! Oct 13 02:41:10.422 INFO kablam! warning: unused variable: `request` Oct 13 02:41:10.422 INFO kablam! --> src/main.rs:38:38 Oct 13 02:41:10.422 INFO kablam! | Oct 13 02:41:10.422 INFO kablam! 38 | router.get("/hosts", middleware! { |request, response| Oct 13 02:41:10.422 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 13 02:41:10.422 INFO kablam! Oct 13 02:41:10.451 INFO kablam! warning: variable `itemAttr` should have a snake case name such as `item_attr` Oct 13 02:41:10.451 INFO kablam! --> src/main.rs:55:15 Oct 13 02:41:10.451 INFO kablam! | Oct 13 02:41:10.451 INFO kablam! 55 | Some(itemAttr) => { Oct 13 02:41:10.451 INFO kablam! | ^^^^^^^^ Oct 13 02:41:10.451 INFO kablam! | Oct 13 02:41:10.451 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:41:10.451 INFO kablam! Oct 13 02:41:10.451 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:41:10.451 INFO kablam! --> src/main.rs:131:2 Oct 13 02:41:10.451 INFO kablam! | Oct 13 02:41:10.451 INFO kablam! 131 | server.listen("0.0.0.0:9000"); Oct 13 02:41:10.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:10.451 INFO kablam! | Oct 13 02:41:10.451 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:41:10.451 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:41:10.451 INFO kablam! Oct 13 02:41:10.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 13 02:41:10.882 INFO kablam! su: No module specific data is present Oct 13 02:41:11.119 INFO running `"docker" "rm" "-f" "27fe4b1051af87c321e013993ceeb3af547e17538ba546b4a28cec9d027e96c1"` Oct 13 02:41:11.221 INFO blam! 27fe4b1051af87c321e013993ceeb3af547e17538ba546b4a28cec9d027e96c1 Oct 13 02:41:11.222 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 02:41:11.435 INFO blam! 649863a0b5602772de1e1e33b2d2a6241b38276cd8ed0da868e46602509ca966 Oct 13 02:41:11.439 INFO running `"docker" "start" "-a" "649863a0b5602772de1e1e33b2d2a6241b38276cd8ed0da868e46602509ca966"` Oct 13 02:41:11.821 INFO kablam! usermod: no changes Oct 13 02:41:11.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 13 02:41:11.994 INFO kablam! Running /target/debug/deps/hostname_service-c33f86f1761cbb3c Oct 13 02:41:11.996 INFO blam! Oct 13 02:41:11.996 INFO blam! running 0 tests Oct 13 02:41:11.996 INFO blam! Oct 13 02:41:11.996 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:41:11.996 INFO blam! Oct 13 02:41:11.997 INFO kablam! su: No module specific data is present Oct 13 02:41:12.281 INFO running `"docker" "rm" "-f" "649863a0b5602772de1e1e33b2d2a6241b38276cd8ed0da868e46602509ca966"` Oct 13 02:41:12.453 INFO blam! 649863a0b5602772de1e1e33b2d2a6241b38276cd8ed0da868e46602509ca966