Oct 12 18:13:36.210 INFO testing yasushisakai/http_server against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:13:36.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 18:13:36.867 INFO blam! 2692536f015fda0a9c76da3c95b9c0fe8f45a57c853080eb8a37a15959b638d0 Oct 12 18:13:36.868 INFO running `"docker" "start" "-a" "2692536f015fda0a9c76da3c95b9c0fe8f45a57c853080eb8a37a15959b638d0"` Oct 12 18:13:39.247 INFO kablam! usermod: no changes Oct 12 18:13:39.351 INFO kablam! Compiling proc-macro2 v0.4.9 Oct 12 18:13:39.351 INFO kablam! Compiling serde_json v1.0.24 Oct 12 18:13:43.630 INFO kablam! Compiling quote v0.6.5 Oct 12 18:13:44.983 INFO kablam! Compiling syn v0.14.7 Oct 12 18:13:57.503 INFO kablam! Compiling serde_derive v1.0.71 Oct 12 18:14:12.553 INFO kablam! Compiling http_server v0.1.0 (/source) Oct 12 18:14:14.430 INFO kablam! warning: unused variable: `last_query` Oct 12 18:14:14.430 INFO kablam! --> src/main.rs:35:13 Oct 12 18:14:14.430 INFO kablam! | Oct 12 18:14:14.430 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 12 18:14:14.430 INFO kablam! | ^^^^^^^^^^ help: consider using `_last_query` instead Oct 12 18:14:14.430 INFO kablam! | Oct 12 18:14:14.430 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:14:14.430 INFO kablam! Oct 12 18:14:14.441 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:14.441 INFO kablam! --> src/main.rs:35:9 Oct 12 18:14:14.441 INFO kablam! | Oct 12 18:14:14.441 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 12 18:14:14.441 INFO kablam! | ----^^^^^^^^^^ Oct 12 18:14:14.441 INFO kablam! | | Oct 12 18:14:14.441 INFO kablam! | help: remove this `mut` Oct 12 18:14:14.441 INFO kablam! | Oct 12 18:14:14.441 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:14:14.441 INFO kablam! Oct 12 18:14:14.441 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:14.441 INFO kablam! --> src/main.rs:36:9 Oct 12 18:14:14.441 INFO kablam! | Oct 12 18:14:14.441 INFO kablam! 36 | let mut view = Arc::new(Mutex::new(LaundryView::new().unwrap())); Oct 12 18:14:14.441 INFO kablam! | ----^^^^ Oct 12 18:14:14.441 INFO kablam! | | Oct 12 18:14:14.441 INFO kablam! | help: remove this `mut` Oct 12 18:14:14.441 INFO kablam! Oct 12 18:14:14.441 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:14.441 INFO kablam! --> src/main.rs:37:9 Oct 12 18:14:14.441 INFO kablam! | Oct 12 18:14:14.442 INFO kablam! 37 | let mut state = Arc::new(Mutex::new(State{last_query: None, laundry: None})); Oct 12 18:14:14.442 INFO kablam! | ----^^^^^ Oct 12 18:14:14.442 INFO kablam! | | Oct 12 18:14:14.442 INFO kablam! | help: remove this `mut` Oct 12 18:14:14.442 INFO kablam! Oct 12 18:14:14.504 INFO kablam! warning: method is never used: `to_u8` Oct 12 18:14:14.504 INFO kablam! --> src/laundry_view.rs:110:5 Oct 12 18:14:14.504 INFO kablam! | Oct 12 18:14:14.504 INFO kablam! 110 | pub fn to_u8(&self)-> Result, &'static str>{ Oct 12 18:14:14.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:14.504 INFO kablam! | Oct 12 18:14:14.504 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:14:14.504 INFO kablam! Oct 12 18:14:16.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.75s Oct 12 18:14:16.030 INFO kablam! su: No module specific data is present Oct 12 18:14:17.888 INFO running `"docker" "rm" "-f" "2692536f015fda0a9c76da3c95b9c0fe8f45a57c853080eb8a37a15959b638d0"` Oct 12 18:14:18.195 INFO blam! 2692536f015fda0a9c76da3c95b9c0fe8f45a57c853080eb8a37a15959b638d0 Oct 12 18:14:18.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 18:14:18.574 INFO blam! 62242d165b9f198b70ec996bd2abc17948176c14e1c859d12f475437df9f08e2 Oct 12 18:14:18.576 INFO running `"docker" "start" "-a" "62242d165b9f198b70ec996bd2abc17948176c14e1c859d12f475437df9f08e2"` Oct 12 18:14:21.127 INFO kablam! usermod: no changes Oct 12 18:14:21.262 INFO kablam! Compiling http_server v0.1.0 (/source) Oct 12 18:14:22.086 INFO kablam! warning: unused variable: `last_query` Oct 12 18:14:22.087 INFO kablam! --> src/main.rs:35:13 Oct 12 18:14:22.087 INFO kablam! | Oct 12 18:14:22.088 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 12 18:14:22.088 INFO kablam! | ^^^^^^^^^^ help: consider using `_last_query` instead Oct 12 18:14:22.089 INFO kablam! | Oct 12 18:14:22.089 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:14:22.090 INFO kablam! Oct 12 18:14:22.117 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:22.117 INFO kablam! --> src/main.rs:35:9 Oct 12 18:14:22.117 INFO kablam! | Oct 12 18:14:22.117 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 12 18:14:22.117 INFO kablam! | ----^^^^^^^^^^ Oct 12 18:14:22.117 INFO kablam! | | Oct 12 18:14:22.117 INFO kablam! | help: remove this `mut` Oct 12 18:14:22.117 INFO kablam! | Oct 12 18:14:22.117 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:14:22.117 INFO kablam! Oct 12 18:14:22.117 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:22.117 INFO kablam! --> src/main.rs:36:9 Oct 12 18:14:22.117 INFO kablam! | Oct 12 18:14:22.117 INFO kablam! 36 | let mut view = Arc::new(Mutex::new(LaundryView::new().unwrap())); Oct 12 18:14:22.117 INFO kablam! | ----^^^^ Oct 12 18:14:22.119 INFO kablam! | | Oct 12 18:14:22.119 INFO kablam! | help: remove this `mut` Oct 12 18:14:22.119 INFO kablam! Oct 12 18:14:22.119 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:22.119 INFO kablam! --> src/main.rs:37:9 Oct 12 18:14:22.127 INFO kablam! | Oct 12 18:14:22.127 INFO kablam! 37 | let mut state = Arc::new(Mutex::new(State{last_query: None, laundry: None})); Oct 12 18:14:22.127 INFO kablam! | ----^^^^^ Oct 12 18:14:22.127 INFO kablam! | | Oct 12 18:14:22.127 INFO kablam! | help: remove this `mut` Oct 12 18:14:22.127 INFO kablam! Oct 12 18:14:22.211 INFO kablam! warning: method is never used: `to_u8` Oct 12 18:14:22.211 INFO kablam! --> src/laundry_view.rs:110:5 Oct 12 18:14:22.211 INFO kablam! | Oct 12 18:14:22.211 INFO kablam! 110 | pub fn to_u8(&self)-> Result, &'static str>{ Oct 12 18:14:22.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:22.211 INFO kablam! | Oct 12 18:14:22.211 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:14:22.211 INFO kablam! Oct 12 18:14:23.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 12 18:14:23.020 INFO kablam! su: No module specific data is present Oct 12 18:14:24.399 INFO running `"docker" "rm" "-f" "62242d165b9f198b70ec996bd2abc17948176c14e1c859d12f475437df9f08e2"` Oct 12 18:14:24.735 INFO blam! 62242d165b9f198b70ec996bd2abc17948176c14e1c859d12f475437df9f08e2 Oct 12 18:14:24.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 18:14:25.245 INFO blam! 541b01796ad28d6fe8a773859b9ecab99c41d355cc30ebf481ae66e5d7a636b0 Oct 12 18:14:25.247 INFO running `"docker" "start" "-a" "541b01796ad28d6fe8a773859b9ecab99c41d355cc30ebf481ae66e5d7a636b0"` Oct 12 18:14:27.258 INFO kablam! usermod: no changes Oct 12 18:14:27.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 18:14:27.336 INFO kablam! Running /target/debug/deps/http_server-26372f584f5e3fef Oct 12 18:14:27.338 INFO blam! Oct 12 18:14:27.338 INFO blam! running 0 tests Oct 12 18:14:27.338 INFO blam! Oct 12 18:14:27.338 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:14:27.338 INFO blam! Oct 12 18:14:27.338 INFO kablam! Running /target/debug/deps/http_server-ecd419bd927e42ae Oct 12 18:14:27.340 INFO blam! Oct 12 18:14:27.340 INFO blam! running 0 tests Oct 12 18:14:27.340 INFO blam! Oct 12 18:14:27.340 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:14:27.340 INFO blam! Oct 12 18:14:27.341 INFO kablam! Doc-tests http_server Oct 12 18:14:27.566 INFO blam! Oct 12 18:14:27.566 INFO blam! running 0 tests Oct 12 18:14:27.566 INFO blam! Oct 12 18:14:27.566 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:14:27.566 INFO blam! Oct 12 18:14:27.573 INFO kablam! su: No module specific data is present Oct 12 18:14:29.126 INFO running `"docker" "rm" "-f" "541b01796ad28d6fe8a773859b9ecab99c41d355cc30ebf481ae66e5d7a636b0"` Oct 12 18:14:29.404 INFO blam! 541b01796ad28d6fe8a773859b9ecab99c41d355cc30ebf481ae66e5d7a636b0