Oct 10 12:02:41.151 INFO testing yasushisakai/http_server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:02:41.151 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:02:41.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 12:02:41.580 INFO blam! 1e2d0218746f13a999688f8158bf1cdcd3d0dea7f7a99117cbb957d7a7529113 Oct 10 12:02:41.583 INFO running `"docker" "start" "-a" "1e2d0218746f13a999688f8158bf1cdcd3d0dea7f7a99117cbb957d7a7529113"` Oct 10 12:02:42.727 INFO kablam! usermod: no changes Oct 10 12:02:42.832 INFO kablam! Compiling serde_json v1.0.24 Oct 10 12:02:46.528 INFO kablam! Compiling http_server v0.1.0 (/source) Oct 10 12:02:48.637 INFO kablam! warning: unused variable: `last_query` Oct 10 12:02:48.637 INFO kablam! --> src/main.rs:35:13 Oct 10 12:02:48.637 INFO kablam! | Oct 10 12:02:48.637 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 10 12:02:48.637 INFO kablam! | ^^^^^^^^^^ help: consider using `_last_query` instead Oct 10 12:02:48.637 INFO kablam! | Oct 10 12:02:48.637 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:02:48.637 INFO kablam! Oct 10 12:02:48.650 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:48.650 INFO kablam! --> src/main.rs:35:9 Oct 10 12:02:48.650 INFO kablam! | Oct 10 12:02:48.650 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 10 12:02:48.650 INFO kablam! | ----^^^^^^^^^^ Oct 10 12:02:48.650 INFO kablam! | | Oct 10 12:02:48.650 INFO kablam! | help: remove this `mut` Oct 10 12:02:48.650 INFO kablam! | Oct 10 12:02:48.650 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:02:48.650 INFO kablam! Oct 10 12:02:48.650 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:48.650 INFO kablam! --> src/main.rs:36:9 Oct 10 12:02:48.650 INFO kablam! | Oct 10 12:02:48.650 INFO kablam! 36 | let mut view = Arc::new(Mutex::new(LaundryView::new().unwrap())); Oct 10 12:02:48.650 INFO kablam! | ----^^^^ Oct 10 12:02:48.650 INFO kablam! | | Oct 10 12:02:48.650 INFO kablam! | help: remove this `mut` Oct 10 12:02:48.650 INFO kablam! Oct 10 12:02:48.650 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:48.650 INFO kablam! --> src/main.rs:37:9 Oct 10 12:02:48.650 INFO kablam! | Oct 10 12:02:48.650 INFO kablam! 37 | let mut state = Arc::new(Mutex::new(State{last_query: None, laundry: None})); Oct 10 12:02:48.650 INFO kablam! | ----^^^^^ Oct 10 12:02:48.650 INFO kablam! | | Oct 10 12:02:48.650 INFO kablam! | help: remove this `mut` Oct 10 12:02:48.650 INFO kablam! Oct 10 12:02:48.708 INFO kablam! warning: method is never used: `to_u8` Oct 10 12:02:48.708 INFO kablam! --> src/laundry_view.rs:110:5 Oct 10 12:02:48.708 INFO kablam! | Oct 10 12:02:48.709 INFO kablam! 110 | pub fn to_u8(&self)-> Result, &'static str>{ Oct 10 12:02:48.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:48.709 INFO kablam! | Oct 10 12:02:48.709 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:02:48.709 INFO kablam! Oct 10 12:02:49.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.17s Oct 10 12:02:49.928 INFO kablam! su: No module specific data is present Oct 10 12:02:50.612 INFO running `"docker" "rm" "-f" "1e2d0218746f13a999688f8158bf1cdcd3d0dea7f7a99117cbb957d7a7529113"` Oct 10 12:02:50.858 INFO blam! 1e2d0218746f13a999688f8158bf1cdcd3d0dea7f7a99117cbb957d7a7529113 Oct 10 12:02:50.861 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:02:50.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 12:02:51.217 INFO blam! dc2058f4f926da468a34d40d3f96d0f206b068ff8684e3a09ebfea8722d85e66 Oct 10 12:02:51.228 INFO running `"docker" "start" "-a" "dc2058f4f926da468a34d40d3f96d0f206b068ff8684e3a09ebfea8722d85e66"` Oct 10 12:02:52.100 INFO kablam! usermod: no changes Oct 10 12:02:52.172 INFO kablam! Compiling http_server v0.1.0 (/source) Oct 10 12:02:53.499 INFO kablam! warning: unused variable: `last_query` Oct 10 12:02:53.499 INFO kablam! --> src/main.rs:35:13 Oct 10 12:02:53.499 INFO kablam! | Oct 10 12:02:53.499 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 10 12:02:53.499 INFO kablam! | ^^^^^^^^^^ help: consider using `_last_query` instead Oct 10 12:02:53.499 INFO kablam! | Oct 10 12:02:53.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:02:53.499 INFO kablam! Oct 10 12:02:53.516 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:53.517 INFO kablam! --> src/main.rs:35:9 Oct 10 12:02:53.517 INFO kablam! | Oct 10 12:02:53.517 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 10 12:02:53.518 INFO kablam! | ----^^^^^^^^^^ Oct 10 12:02:53.518 INFO kablam! | | Oct 10 12:02:53.518 INFO kablam! | help: remove this `mut` Oct 10 12:02:53.518 INFO kablam! | Oct 10 12:02:53.519 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:02:53.519 INFO kablam! Oct 10 12:02:53.519 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:53.519 INFO kablam! --> src/main.rs:36:9 Oct 10 12:02:53.520 INFO kablam! | Oct 10 12:02:53.520 INFO kablam! 36 | let mut view = Arc::new(Mutex::new(LaundryView::new().unwrap())); Oct 10 12:02:53.520 INFO kablam! | ----^^^^ Oct 10 12:02:53.521 INFO kablam! | | Oct 10 12:02:53.521 INFO kablam! | help: remove this `mut` Oct 10 12:02:53.521 INFO kablam! Oct 10 12:02:53.521 INFO kablam! warning: variable does not need to be mutable Oct 10 12:02:53.522 INFO kablam! --> src/main.rs:37:9 Oct 10 12:02:53.522 INFO kablam! | Oct 10 12:02:53.522 INFO kablam! 37 | let mut state = Arc::new(Mutex::new(State{last_query: None, laundry: None})); Oct 10 12:02:53.522 INFO kablam! | ----^^^^^ Oct 10 12:02:53.523 INFO kablam! | | Oct 10 12:02:53.523 INFO kablam! | help: remove this `mut` Oct 10 12:02:53.523 INFO kablam! Oct 10 12:02:53.569 INFO kablam! warning: method is never used: `to_u8` Oct 10 12:02:53.569 INFO kablam! --> src/laundry_view.rs:110:5 Oct 10 12:02:53.570 INFO kablam! | Oct 10 12:02:53.570 INFO kablam! 110 | pub fn to_u8(&self)-> Result, &'static str>{ Oct 10 12:02:53.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:02:53.570 INFO kablam! | Oct 10 12:02:53.570 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:02:53.571 INFO kablam! Oct 10 12:02:54.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 10 12:02:54.132 INFO kablam! su: No module specific data is present Oct 10 12:02:54.904 INFO running `"docker" "rm" "-f" "dc2058f4f926da468a34d40d3f96d0f206b068ff8684e3a09ebfea8722d85e66"` Oct 10 12:02:55.156 INFO blam! dc2058f4f926da468a34d40d3f96d0f206b068ff8684e3a09ebfea8722d85e66 Oct 10 12:02:55.165 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:02:55.165 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 12:02:55.562 INFO blam! d5fb2524f2b074366806aad6d07d7308ec7b027dca98bdffc014630c1ddb5432 Oct 10 12:02:55.566 INFO running `"docker" "start" "-a" "d5fb2524f2b074366806aad6d07d7308ec7b027dca98bdffc014630c1ddb5432"` Oct 10 12:02:56.891 INFO kablam! usermod: no changes Oct 10 12:02:56.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 12:02:56.972 INFO kablam! Running /target/debug/deps/http_server-e8e91d52f5bff295 Oct 10 12:02:56.981 INFO kablam! Running /target/debug/deps/http_server-b8c5244e8a5060bb Oct 10 12:02:56.981 INFO blam! Oct 10 12:02:56.981 INFO blam! running 0 tests Oct 10 12:02:56.981 INFO blam! Oct 10 12:02:56.981 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:02:56.981 INFO blam! Oct 10 12:02:56.981 INFO blam! Oct 10 12:02:56.981 INFO blam! running 0 tests Oct 10 12:02:56.981 INFO blam! Oct 10 12:02:56.981 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:02:56.981 INFO blam! Oct 10 12:02:56.984 INFO kablam! Doc-tests http_server Oct 10 12:02:57.672 INFO blam! Oct 10 12:02:57.672 INFO blam! running 0 tests Oct 10 12:02:57.672 INFO blam! Oct 10 12:02:57.672 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:02:57.673 INFO blam! Oct 10 12:02:57.680 INFO kablam! su: No module specific data is present Oct 10 12:02:58.428 INFO running `"docker" "rm" "-f" "d5fb2524f2b074366806aad6d07d7308ec7b027dca98bdffc014630c1ddb5432"` Oct 10 12:02:58.653 INFO blam! d5fb2524f2b074366806aad6d07d7308ec7b027dca98bdffc014630c1ddb5432