Oct 15 06:22:02.956 INFO testing TheAdnan/Nickel-test against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:22:02.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:22:03.484 INFO blam! faac2e36e9d01e461b7bb995350210a7e381151e74090ab8e6cb51b15a61ac54 Oct 15 06:22:03.486 INFO running `"docker" "start" "-a" "faac2e36e9d01e461b7bb995350210a7e381151e74090ab8e6cb51b15a61ac54"` Oct 15 06:22:04.487 INFO kablam! usermod: no changes Oct 15 06:22:04.787 INFO kablam! Compiling hostname v0.1.5 Oct 15 06:22:04.827 INFO kablam! Compiling mime v0.2.6 Oct 15 06:22:04.827 INFO kablam! Compiling mustache v0.8.2 Oct 15 06:22:04.827 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 06:22:04.827 INFO kablam! Compiling serde_json v1.0.19 Oct 15 06:22:04.827 INFO kablam! Compiling scan_fmt v0.1.3 Oct 15 06:22:04.827 INFO kablam! Compiling textnonce v0.6.3 Oct 15 06:22:07.150 INFO kablam! Compiling hyper v0.10.13 Oct 15 06:22:19.198 INFO kablam! Compiling bson v0.10.0 Oct 15 06:22:20.087 INFO kablam! Compiling nickel v0.10.1 Oct 15 06:22:22.343 INFO kablam! Compiling mongodb v0.3.7 Oct 15 06:22:29.166 INFO kablam! Compiling rust-web v0.1.0 (/source) Oct 15 06:22:31.291 INFO kablam! warning: unused imports: `MediaType`, `MiddlewareResult`, `Request`, `Response` Oct 15 06:22:31.291 INFO kablam! --> src/main.rs:9:44 Oct 15 06:22:31.291 INFO kablam! | Oct 15 06:22:31.291 INFO kablam! 9 | use nickel::{Nickel, HttpRouter, JsonBody, Response, Request, MediaType, MiddlewareResult}; Oct 15 06:22:31.291 INFO kablam! | ^^^^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^ Oct 15 06:22:31.291 INFO kablam! | Oct 15 06:22:31.291 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:22:31.291 INFO kablam! Oct 15 06:22:31.291 INFO kablam! warning: unused import: `mongodb::error::Result as MongoResult` Oct 15 06:22:31.291 INFO kablam! --> src/main.rs:16:5 Oct 15 06:22:31.291 INFO kablam! | Oct 15 06:22:31.291 INFO kablam! 16 | use mongodb::error::Result as MongoResult; Oct 15 06:22:31.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:31.291 INFO kablam! Oct 15 06:22:31.299 INFO kablam! warning: unused imports: `Bson`, `Document` Oct 15 06:22:31.299 INFO kablam! --> src/main.rs:19:12 Oct 15 06:22:31.299 INFO kablam! | Oct 15 06:22:31.299 INFO kablam! 19 | use bson::{Bson, Document}; Oct 15 06:22:31.299 INFO kablam! | ^^^^ ^^^^^^^^ Oct 15 06:22:31.299 INFO kablam! Oct 15 06:22:31.299 INFO kablam! warning: unused import: `bson::oid::ObjectId` Oct 15 06:22:31.299 INFO kablam! --> src/main.rs:20:5 Oct 15 06:22:31.299 INFO kablam! | Oct 15 06:22:31.299 INFO kablam! 20 | use bson::oid::ObjectId; Oct 15 06:22:31.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:31.299 INFO kablam! Oct 15 06:22:31.299 INFO kablam! warning: unused imports: `Json`, `ToJson` Oct 15 06:22:31.299 INFO kablam! --> src/main.rs:23:29 Oct 15 06:22:31.299 INFO kablam! | Oct 15 06:22:31.299 INFO kablam! 23 | use rustc_serialize::json::{Json, ToJson}; Oct 15 06:22:31.299 INFO kablam! | ^^^^ ^^^^^^ Oct 15 06:22:31.299 INFO kablam! Oct 15 06:22:31.381 INFO kablam! warning: unused variable: `request` Oct 15 06:22:31.381 INFO kablam! --> src/main.rs:37:40 Oct 15 06:22:31.381 INFO kablam! | Oct 15 06:22:31.381 INFO kablam! 37 | router.get("/home", middleware! { |request, response| Oct 15 06:22:31.381 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 15 06:22:31.381 INFO kablam! | Oct 15 06:22:31.381 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:22:31.381 INFO kablam! Oct 15 06:22:31.381 INFO kablam! warning: unused variable: `request` Oct 15 06:22:31.381 INFO kablam! --> src/main.rs:41:41 Oct 15 06:22:31.381 INFO kablam! | Oct 15 06:22:31.381 INFO kablam! 41 | router.get("/users", middleware! { |request, response| Oct 15 06:22:31.381 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 15 06:22:31.381 INFO kablam! Oct 15 06:22:31.396 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:22:31.396 INFO kablam! --> src/main.rs:73:5 Oct 15 06:22:31.396 INFO kablam! | Oct 15 06:22:31.396 INFO kablam! 73 | server.listen("127.0.0.1:1992"); Oct 15 06:22:31.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:31.396 INFO kablam! | Oct 15 06:22:31.396 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:22:31.396 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:22:31.396 INFO kablam! Oct 15 06:22:36.001 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.49s Oct 15 06:22:36.009 INFO kablam! su: No module specific data is present Oct 15 06:22:36.300 INFO running `"docker" "rm" "-f" "faac2e36e9d01e461b7bb995350210a7e381151e74090ab8e6cb51b15a61ac54"` Oct 15 06:22:36.422 INFO blam! faac2e36e9d01e461b7bb995350210a7e381151e74090ab8e6cb51b15a61ac54 Oct 15 06:22:36.425 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:22:36.702 INFO blam! b43eaaed28afd89ab48cafac3d94acdb4f7c9dfc6d9501430bed852ef07a8dfb Oct 15 06:22:36.711 INFO running `"docker" "start" "-a" "b43eaaed28afd89ab48cafac3d94acdb4f7c9dfc6d9501430bed852ef07a8dfb"` Oct 15 06:22:37.181 INFO kablam! usermod: no changes Oct 15 06:22:37.342 INFO kablam! Compiling rust-web v0.1.0 (/source) Oct 15 06:22:39.475 INFO kablam! warning: unused imports: `MediaType`, `MiddlewareResult`, `Request`, `Response` Oct 15 06:22:39.475 INFO kablam! --> src/main.rs:9:44 Oct 15 06:22:39.475 INFO kablam! | Oct 15 06:22:39.475 INFO kablam! 9 | use nickel::{Nickel, HttpRouter, JsonBody, Response, Request, MediaType, MiddlewareResult}; Oct 15 06:22:39.475 INFO kablam! | ^^^^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^ Oct 15 06:22:39.475 INFO kablam! | Oct 15 06:22:39.476 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:22:39.476 INFO kablam! Oct 15 06:22:39.476 INFO kablam! warning: unused import: `mongodb::error::Result as MongoResult` Oct 15 06:22:39.476 INFO kablam! --> src/main.rs:16:5 Oct 15 06:22:39.476 INFO kablam! | Oct 15 06:22:39.476 INFO kablam! 16 | use mongodb::error::Result as MongoResult; Oct 15 06:22:39.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:39.476 INFO kablam! Oct 15 06:22:39.476 INFO kablam! warning: unused imports: `Bson`, `Document` Oct 15 06:22:39.476 INFO kablam! --> src/main.rs:19:12 Oct 15 06:22:39.476 INFO kablam! | Oct 15 06:22:39.476 INFO kablam! 19 | use bson::{Bson, Document}; Oct 15 06:22:39.476 INFO kablam! | ^^^^ ^^^^^^^^ Oct 15 06:22:39.476 INFO kablam! Oct 15 06:22:39.476 INFO kablam! warning: unused import: `bson::oid::ObjectId` Oct 15 06:22:39.476 INFO kablam! --> src/main.rs:20:5 Oct 15 06:22:39.476 INFO kablam! | Oct 15 06:22:39.476 INFO kablam! 20 | use bson::oid::ObjectId; Oct 15 06:22:39.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:39.476 INFO kablam! Oct 15 06:22:39.476 INFO kablam! warning: unused imports: `Json`, `ToJson` Oct 15 06:22:39.477 INFO kablam! --> src/main.rs:23:29 Oct 15 06:22:39.477 INFO kablam! | Oct 15 06:22:39.477 INFO kablam! 23 | use rustc_serialize::json::{Json, ToJson}; Oct 15 06:22:39.477 INFO kablam! | ^^^^ ^^^^^^ Oct 15 06:22:39.477 INFO kablam! Oct 15 06:22:39.567 INFO kablam! warning: unused variable: `request` Oct 15 06:22:39.567 INFO kablam! --> src/main.rs:37:40 Oct 15 06:22:39.567 INFO kablam! | Oct 15 06:22:39.567 INFO kablam! 37 | router.get("/home", middleware! { |request, response| Oct 15 06:22:39.567 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 15 06:22:39.567 INFO kablam! | Oct 15 06:22:39.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:22:39.567 INFO kablam! Oct 15 06:22:39.567 INFO kablam! warning: unused variable: `request` Oct 15 06:22:39.567 INFO kablam! --> src/main.rs:41:41 Oct 15 06:22:39.567 INFO kablam! | Oct 15 06:22:39.567 INFO kablam! 41 | router.get("/users", middleware! { |request, response| Oct 15 06:22:39.567 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 15 06:22:39.567 INFO kablam! Oct 15 06:22:39.583 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:22:39.583 INFO kablam! --> src/main.rs:73:5 Oct 15 06:22:39.583 INFO kablam! | Oct 15 06:22:39.583 INFO kablam! 73 | server.listen("127.0.0.1:1992"); Oct 15 06:22:39.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:39.583 INFO kablam! | Oct 15 06:22:39.583 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:22:39.583 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:22:39.583 INFO kablam! Oct 15 06:22:40.205 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.99s Oct 15 06:22:40.216 INFO kablam! su: No module specific data is present Oct 15 06:22:41.224 INFO running `"docker" "rm" "-f" "b43eaaed28afd89ab48cafac3d94acdb4f7c9dfc6d9501430bed852ef07a8dfb"` Oct 15 06:22:41.587 INFO blam! b43eaaed28afd89ab48cafac3d94acdb4f7c9dfc6d9501430bed852ef07a8dfb Oct 15 06:22:41.591 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:22:41.984 INFO blam! 176e4006bb34fe98a974c27429946939ea55788045f674028309a521437dffcb Oct 15 06:22:41.999 INFO running `"docker" "start" "-a" "176e4006bb34fe98a974c27429946939ea55788045f674028309a521437dffcb"` Oct 15 06:22:43.335 INFO kablam! usermod: no changes Oct 15 06:22:43.522 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 06:22:43.535 INFO kablam! Running /target/debug/deps/rust_web-ff5fb06042a0a405 Oct 15 06:22:43.538 INFO blam! Oct 15 06:22:43.538 INFO blam! running 0 tests Oct 15 06:22:43.538 INFO blam! Oct 15 06:22:43.538 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:43.538 INFO blam! Oct 15 06:22:43.538 INFO kablam! su: No module specific data is present Oct 15 06:22:44.454 INFO running `"docker" "rm" "-f" "176e4006bb34fe98a974c27429946939ea55788045f674028309a521437dffcb"` Oct 15 06:22:44.755 INFO blam! 176e4006bb34fe98a974c27429946939ea55788045f674028309a521437dffcb