Oct 13 02:39:52.075 INFO testing rjulian/hostname-service against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:39:52.077 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 13 02:39:52.629 INFO blam! 5e97f1e1daf696e601487587174adcec53f2ea859f2bbf7cb4bc44fc583b63e8 Oct 13 02:39:52.633 INFO running `"docker" "start" "-a" "5e97f1e1daf696e601487587174adcec53f2ea859f2bbf7cb4bc44fc583b63e8"` Oct 13 02:39:53.441 INFO kablam! usermod: no changes Oct 13 02:39:53.656 INFO kablam! Compiling openssl v0.9.23 Oct 13 02:39:53.656 INFO kablam! Compiling hex v0.2.0 Oct 13 02:39:53.663 INFO kablam! Compiling openssl-sys v0.9.24 Oct 13 02:39:53.699 INFO kablam! Compiling semver v0.6.0 Oct 13 02:39:53.699 INFO kablam! Compiling serde_json v1.0.9 Oct 13 02:39:53.699 INFO kablam! Compiling xml-rs v0.7.0 Oct 13 02:39:53.699 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 13 02:39:53.699 INFO kablam! Compiling mio v0.6.13 Oct 13 02:39:54.831 INFO kablam! Compiling mustache v0.8.2 Oct 13 02:39:58.047 INFO kablam! Compiling tokio-io v0.1.5 Oct 13 02:39:58.047 INFO kablam! Compiling num v0.1.41 Oct 13 02:39:58.068 INFO kablam! Compiling rustc_version v0.2.1 Oct 13 02:40:03.448 INFO kablam! Compiling hyper v0.10.13 Oct 13 02:40:03.531 INFO kablam! Compiling chrono v0.4.0 Oct 13 02:40:03.643 INFO kablam! Compiling rusoto_core v0.31.0 Oct 13 02:40:03.751 INFO kablam! Compiling tokio-core v0.1.12 Oct 13 02:40:10.880 INFO kablam! Compiling tokio-proto v0.1.1 Oct 13 02:40:18.830 INFO kablam! Compiling hyper v0.11.18 Oct 13 02:40:23.485 INFO kablam! Compiling nickel v0.10.1 Oct 13 02:40:23.498 INFO kablam! Compiling native-tls v0.1.5 Oct 13 02:40:24.547 INFO kablam! Compiling tokio-tls v0.1.4 Oct 13 02:40:24.547 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 13 02:40:36.719 INFO kablam! Compiling hyper-tls v0.1.2 Oct 13 02:40:37.968 INFO kablam! Compiling rusoto_credential v0.10.0 Oct 13 02:40:48.241 INFO kablam! Compiling rusoto_dynamodb v0.31.0 Oct 13 02:40:56.183 INFO kablam! Compiling hostname-service v0.0.1 (/source) Oct 13 02:40:58.567 INFO kablam! warning: unused imports: `MediaType`, `MiddlewareResult`, `Request`, `Response` Oct 13 02:40:58.567 INFO kablam! --> src/main.rs:16:44 Oct 13 02:40:58.567 INFO kablam! | Oct 13 02:40:58.567 INFO kablam! 16 | use nickel::{Nickel, JsonBody, HttpRouter, Request, Response, MiddlewareResult, MediaType}; Oct 13 02:40:58.567 INFO kablam! | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ Oct 13 02:40:58.567 INFO kablam! | Oct 13 02:40:58.567 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:40:58.567 INFO kablam! Oct 13 02:40:58.567 INFO kablam! warning: unused imports: `Json`, `ToJson` Oct 13 02:40:58.567 INFO kablam! --> src/main.rs:22:29 Oct 13 02:40:58.567 INFO kablam! | Oct 13 02:40:58.567 INFO kablam! 22 | use rustc_serialize::json::{Json, ToJson}; Oct 13 02:40:58.567 INFO kablam! | ^^^^ ^^^^^^ Oct 13 02:40:58.567 INFO kablam! Oct 13 02:40:58.567 INFO kablam! warning: unused import: `Value` Oct 13 02:40:58.567 INFO kablam! --> src/main.rs:23:25 Oct 13 02:40:58.567 INFO kablam! | Oct 13 02:40:58.567 INFO kablam! 23 | use serde_json::value::{Value}; Oct 13 02:40:58.567 INFO kablam! | ^^^^^ Oct 13 02:40:58.567 INFO kablam! Oct 13 02:40:58.567 INFO kablam! warning: unused import: `Forbidden` Oct 13 02:40:58.567 INFO kablam! --> src/main.rs:26:40 Oct 13 02:40:58.567 INFO kablam! | Oct 13 02:40:58.567 INFO kablam! 26 | use nickel::status::StatusCode::{self, Forbidden}; Oct 13 02:40:58.567 INFO kablam! | ^^^^^^^^^ Oct 13 02:40:58.567 INFO kablam! Oct 13 02:40:58.763 INFO kablam! warning: unused variable: `request` Oct 13 02:40:58.763 INFO kablam! --> src/main.rs:34:39 Oct 13 02:40:58.764 INFO kablam! | Oct 13 02:40:58.764 INFO kablam! 34 | router.get("/health", middleware! { |request, response| Oct 13 02:40:58.764 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 13 02:40:58.764 INFO kablam! | Oct 13 02:40:58.765 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:40:58.765 INFO kablam! Oct 13 02:40:58.765 INFO kablam! warning: unused variable: `request` Oct 13 02:40:58.765 INFO kablam! --> src/main.rs:38:38 Oct 13 02:40:58.766 INFO kablam! | Oct 13 02:40:58.766 INFO kablam! 38 | router.get("/hosts", middleware! { |request, response| Oct 13 02:40:58.766 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 13 02:40:58.767 INFO kablam! Oct 13 02:40:58.795 INFO kablam! warning: variable `itemAttr` should have a snake case name such as `item_attr` Oct 13 02:40:58.795 INFO kablam! --> src/main.rs:55:15 Oct 13 02:40:58.795 INFO kablam! | Oct 13 02:40:58.795 INFO kablam! 55 | Some(itemAttr) => { Oct 13 02:40:58.795 INFO kablam! | ^^^^^^^^ Oct 13 02:40:58.795 INFO kablam! | Oct 13 02:40:58.795 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:40:58.795 INFO kablam! Oct 13 02:40:58.795 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:40:58.795 INFO kablam! --> src/main.rs:131:2 Oct 13 02:40:58.795 INFO kablam! | Oct 13 02:40:58.795 INFO kablam! 131 | server.listen("0.0.0.0:9000"); Oct 13 02:40:58.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:40:58.795 INFO kablam! | Oct 13 02:40:58.795 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:40:58.795 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:40:58.795 INFO kablam! Oct 13 02:41:05.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 13 02:41:05.923 INFO kablam! su: No module specific data is present Oct 13 02:41:06.675 INFO running `"docker" "rm" "-f" "5e97f1e1daf696e601487587174adcec53f2ea859f2bbf7cb4bc44fc583b63e8"` Oct 13 02:41:06.987 INFO blam! 5e97f1e1daf696e601487587174adcec53f2ea859f2bbf7cb4bc44fc583b63e8 Oct 13 02:41:06.992 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 13 02:41:07.363 INFO blam! 027a8712b762a00e1ab1b4e1f75e12d38cd98bec5a7cfad97274cd857d547bc9 Oct 13 02:41:07.365 INFO running `"docker" "start" "-a" "027a8712b762a00e1ab1b4e1f75e12d38cd98bec5a7cfad97274cd857d547bc9"` Oct 13 02:41:07.807 INFO kablam! usermod: no changes Oct 13 02:41:07.948 INFO kablam! Compiling hostname-service v0.0.1 (/source) Oct 13 02:41:09.464 INFO kablam! warning: unused imports: `MediaType`, `MiddlewareResult`, `Request`, `Response` Oct 13 02:41:09.465 INFO kablam! --> src/main.rs:16:44 Oct 13 02:41:09.465 INFO kablam! | Oct 13 02:41:09.465 INFO kablam! 16 | use nickel::{Nickel, JsonBody, HttpRouter, Request, Response, MiddlewareResult, MediaType}; Oct 13 02:41:09.465 INFO kablam! | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ Oct 13 02:41:09.465 INFO kablam! | Oct 13 02:41:09.465 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:41:09.465 INFO kablam! Oct 13 02:41:09.465 INFO kablam! warning: unused imports: `Json`, `ToJson` Oct 13 02:41:09.465 INFO kablam! --> src/main.rs:22:29 Oct 13 02:41:09.465 INFO kablam! | Oct 13 02:41:09.465 INFO kablam! 22 | use rustc_serialize::json::{Json, ToJson}; Oct 13 02:41:09.465 INFO kablam! | ^^^^ ^^^^^^ Oct 13 02:41:09.465 INFO kablam! Oct 13 02:41:09.465 INFO kablam! warning: unused import: `Value` Oct 13 02:41:09.465 INFO kablam! --> src/main.rs:23:25 Oct 13 02:41:09.465 INFO kablam! | Oct 13 02:41:09.465 INFO kablam! 23 | use serde_json::value::{Value}; Oct 13 02:41:09.465 INFO kablam! | ^^^^^ Oct 13 02:41:09.465 INFO kablam! Oct 13 02:41:09.465 INFO kablam! warning: unused import: `Forbidden` Oct 13 02:41:09.465 INFO kablam! --> src/main.rs:26:40 Oct 13 02:41:09.465 INFO kablam! | Oct 13 02:41:09.465 INFO kablam! 26 | use nickel::status::StatusCode::{self, Forbidden}; Oct 13 02:41:09.465 INFO kablam! | ^^^^^^^^^ Oct 13 02:41:09.465 INFO kablam! Oct 13 02:41:09.637 INFO kablam! warning: unused variable: `request` Oct 13 02:41:09.637 INFO kablam! --> src/main.rs:34:39 Oct 13 02:41:09.637 INFO kablam! | Oct 13 02:41:09.637 INFO kablam! 34 | router.get("/health", middleware! { |request, response| Oct 13 02:41:09.637 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 13 02:41:09.637 INFO kablam! | Oct 13 02:41:09.637 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:41:09.637 INFO kablam! Oct 13 02:41:09.637 INFO kablam! warning: unused variable: `request` Oct 13 02:41:09.637 INFO kablam! --> src/main.rs:38:38 Oct 13 02:41:09.637 INFO kablam! | Oct 13 02:41:09.637 INFO kablam! 38 | router.get("/hosts", middleware! { |request, response| Oct 13 02:41:09.637 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 13 02:41:09.637 INFO kablam! Oct 13 02:41:09.655 INFO kablam! warning: variable `itemAttr` should have a snake case name such as `item_attr` Oct 13 02:41:09.655 INFO kablam! --> src/main.rs:55:15 Oct 13 02:41:09.655 INFO kablam! | Oct 13 02:41:09.655 INFO kablam! 55 | Some(itemAttr) => { Oct 13 02:41:09.655 INFO kablam! | ^^^^^^^^ Oct 13 02:41:09.655 INFO kablam! | Oct 13 02:41:09.655 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:41:09.655 INFO kablam! Oct 13 02:41:09.659 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:41:09.659 INFO kablam! --> src/main.rs:131:2 Oct 13 02:41:09.659 INFO kablam! | Oct 13 02:41:09.659 INFO kablam! 131 | server.listen("0.0.0.0:9000"); Oct 13 02:41:09.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:41:09.659 INFO kablam! | Oct 13 02:41:09.659 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:41:09.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:41:09.659 INFO kablam! Oct 13 02:41:10.217 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 13 02:41:10.221 INFO kablam! su: No module specific data is present Oct 13 02:41:10.740 INFO running `"docker" "rm" "-f" "027a8712b762a00e1ab1b4e1f75e12d38cd98bec5a7cfad97274cd857d547bc9"` Oct 13 02:41:10.835 INFO blam! 027a8712b762a00e1ab1b4e1f75e12d38cd98bec5a7cfad97274cd857d547bc9 Oct 13 02:41:10.836 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 13 02:41:11.044 INFO blam! c1eea2cc2baa2302a2be84fe141e196c0f07943556103a4017b9d1f7096a777a Oct 13 02:41:11.046 INFO running `"docker" "start" "-a" "c1eea2cc2baa2302a2be84fe141e196c0f07943556103a4017b9d1f7096a777a"` Oct 13 02:41:11.492 INFO kablam! usermod: no changes Oct 13 02:41:11.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 13 02:41:11.640 INFO kablam! Running /target/debug/deps/hostname_service-7ae19d7752e40640 Oct 13 02:41:11.644 INFO blam! Oct 13 02:41:11.644 INFO blam! running 0 tests Oct 13 02:41:11.644 INFO blam! Oct 13 02:41:11.644 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:41:11.644 INFO blam! Oct 13 02:41:11.647 INFO kablam! su: No module specific data is present Oct 13 02:41:11.883 INFO running `"docker" "rm" "-f" "c1eea2cc2baa2302a2be84fe141e196c0f07943556103a4017b9d1f7096a777a"` Oct 13 02:41:11.949 INFO blam! c1eea2cc2baa2302a2be84fe141e196c0f07943556103a4017b9d1f7096a777a