Oct 12 18:13:53.338 INFO testing yasushisakai/http_server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:13:53.340 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 18:13:53.799 INFO blam! c9ed0c5577f63d6ef72c62e65f50a86d0b791cb7f733ac700661642a987ccdb2 Oct 12 18:13:53.801 INFO running `"docker" "start" "-a" "c9ed0c5577f63d6ef72c62e65f50a86d0b791cb7f733ac700661642a987ccdb2"` Oct 12 18:13:56.923 INFO kablam! usermod: no changes Oct 12 18:13:57.047 INFO kablam! Compiling proc-macro2 v0.4.9 Oct 12 18:13:57.047 INFO kablam! Compiling serde_json v1.0.24 Oct 12 18:14:01.492 INFO kablam! Compiling quote v0.6.5 Oct 12 18:14:02.693 INFO kablam! Compiling syn v0.14.7 Oct 12 18:14:15.324 INFO kablam! Compiling serde_derive v1.0.71 Oct 12 18:14:30.504 INFO kablam! Compiling http_server v0.1.0 (/source) Oct 12 18:14:32.403 INFO kablam! warning: unused variable: `last_query` Oct 12 18:14:32.404 INFO kablam! --> src/main.rs:35:13 Oct 12 18:14:32.404 INFO kablam! | Oct 12 18:14:32.404 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 12 18:14:32.405 INFO kablam! | ^^^^^^^^^^ help: consider using `_last_query` instead Oct 12 18:14:32.405 INFO kablam! | Oct 12 18:14:32.405 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:14:32.405 INFO kablam! Oct 12 18:14:32.406 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:32.406 INFO kablam! --> src/main.rs:35:9 Oct 12 18:14:32.406 INFO kablam! | Oct 12 18:14:32.407 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 12 18:14:32.407 INFO kablam! | ----^^^^^^^^^^ Oct 12 18:14:32.407 INFO kablam! | | Oct 12 18:14:32.407 INFO kablam! | help: remove this `mut` Oct 12 18:14:32.408 INFO kablam! | Oct 12 18:14:32.408 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:14:32.408 INFO kablam! Oct 12 18:14:32.409 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:32.409 INFO kablam! --> src/main.rs:36:9 Oct 12 18:14:32.409 INFO kablam! | Oct 12 18:14:32.410 INFO kablam! 36 | let mut view = Arc::new(Mutex::new(LaundryView::new().unwrap())); Oct 12 18:14:32.410 INFO kablam! | ----^^^^ Oct 12 18:14:32.410 INFO kablam! | | Oct 12 18:14:32.411 INFO kablam! | help: remove this `mut` Oct 12 18:14:32.411 INFO kablam! Oct 12 18:14:32.411 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:32.411 INFO kablam! --> src/main.rs:37:9 Oct 12 18:14:32.412 INFO kablam! | Oct 12 18:14:32.412 INFO kablam! 37 | let mut state = Arc::new(Mutex::new(State{last_query: None, laundry: None})); Oct 12 18:14:32.412 INFO kablam! | ----^^^^^ Oct 12 18:14:32.413 INFO kablam! | | Oct 12 18:14:32.413 INFO kablam! | help: remove this `mut` Oct 12 18:14:32.413 INFO kablam! Oct 12 18:14:32.463 INFO kablam! warning: method is never used: `to_u8` Oct 12 18:14:32.464 INFO kablam! --> src/laundry_view.rs:110:5 Oct 12 18:14:32.464 INFO kablam! | Oct 12 18:14:32.464 INFO kablam! 110 | pub fn to_u8(&self)-> Result, &'static str>{ Oct 12 18:14:32.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:32.465 INFO kablam! | Oct 12 18:14:32.465 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:14:32.465 INFO kablam! Oct 12 18:14:34.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.20s Oct 12 18:14:34.156 INFO kablam! su: No module specific data is present Oct 12 18:14:35.487 INFO running `"docker" "rm" "-f" "c9ed0c5577f63d6ef72c62e65f50a86d0b791cb7f733ac700661642a987ccdb2"` Oct 12 18:14:35.895 INFO blam! c9ed0c5577f63d6ef72c62e65f50a86d0b791cb7f733ac700661642a987ccdb2 Oct 12 18:14:35.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 18:14:36.351 INFO blam! e29e9c884ae05f367b382bd72f1e5722c689cdf296ee66cadb3921527fca7faf Oct 12 18:14:36.359 INFO running `"docker" "start" "-a" "e29e9c884ae05f367b382bd72f1e5722c689cdf296ee66cadb3921527fca7faf"` Oct 12 18:14:38.062 INFO kablam! usermod: no changes Oct 12 18:14:38.187 INFO kablam! Compiling http_server v0.1.0 (/source) Oct 12 18:14:39.295 INFO kablam! warning: unused variable: `last_query` Oct 12 18:14:39.295 INFO kablam! --> src/main.rs:35:13 Oct 12 18:14:39.295 INFO kablam! | Oct 12 18:14:39.295 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 12 18:14:39.295 INFO kablam! | ^^^^^^^^^^ help: consider using `_last_query` instead Oct 12 18:14:39.295 INFO kablam! | Oct 12 18:14:39.295 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:14:39.295 INFO kablam! Oct 12 18:14:39.323 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:39.323 INFO kablam! --> src/main.rs:35:9 Oct 12 18:14:39.323 INFO kablam! | Oct 12 18:14:39.323 INFO kablam! 35 | let mut last_query = SystemTime::now(); Oct 12 18:14:39.323 INFO kablam! | ----^^^^^^^^^^ Oct 12 18:14:39.323 INFO kablam! | | Oct 12 18:14:39.323 INFO kablam! | help: remove this `mut` Oct 12 18:14:39.323 INFO kablam! | Oct 12 18:14:39.323 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:14:39.323 INFO kablam! Oct 12 18:14:39.323 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:39.323 INFO kablam! --> src/main.rs:36:9 Oct 12 18:14:39.323 INFO kablam! | Oct 12 18:14:39.323 INFO kablam! 36 | let mut view = Arc::new(Mutex::new(LaundryView::new().unwrap())); Oct 12 18:14:39.323 INFO kablam! | ----^^^^ Oct 12 18:14:39.323 INFO kablam! | | Oct 12 18:14:39.323 INFO kablam! | help: remove this `mut` Oct 12 18:14:39.323 INFO kablam! Oct 12 18:14:39.323 INFO kablam! warning: variable does not need to be mutable Oct 12 18:14:39.323 INFO kablam! --> src/main.rs:37:9 Oct 12 18:14:39.323 INFO kablam! | Oct 12 18:14:39.323 INFO kablam! 37 | let mut state = Arc::new(Mutex::new(State{last_query: None, laundry: None})); Oct 12 18:14:39.323 INFO kablam! | ----^^^^^ Oct 12 18:14:39.323 INFO kablam! | | Oct 12 18:14:39.323 INFO kablam! | help: remove this `mut` Oct 12 18:14:39.323 INFO kablam! Oct 12 18:14:39.423 INFO kablam! warning: method is never used: `to_u8` Oct 12 18:14:39.423 INFO kablam! --> src/laundry_view.rs:110:5 Oct 12 18:14:39.423 INFO kablam! | Oct 12 18:14:39.423 INFO kablam! 110 | pub fn to_u8(&self)-> Result, &'static str>{ Oct 12 18:14:39.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:14:39.423 INFO kablam! | Oct 12 18:14:39.423 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:14:39.423 INFO kablam! Oct 12 18:14:40.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 12 18:14:40.071 INFO kablam! su: No module specific data is present Oct 12 18:14:41.375 INFO running `"docker" "rm" "-f" "e29e9c884ae05f367b382bd72f1e5722c689cdf296ee66cadb3921527fca7faf"` Oct 12 18:14:41.655 INFO blam! e29e9c884ae05f367b382bd72f1e5722c689cdf296ee66cadb3921527fca7faf Oct 12 18:14:41.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 18:14:42.139 INFO blam! 2379cf415dd91be03dd2923ab2312b57f9164ea9778352bfbd56a70a50b42429 Oct 12 18:14:42.141 INFO running `"docker" "start" "-a" "2379cf415dd91be03dd2923ab2312b57f9164ea9778352bfbd56a70a50b42429"` Oct 12 18:14:43.639 INFO kablam! usermod: no changes Oct 12 18:14:43.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 18:14:43.751 INFO kablam! Running /target/debug/deps/http_server-e8e91d52f5bff295 Oct 12 18:14:43.753 INFO blam! Oct 12 18:14:43.753 INFO blam! running 0 tests Oct 12 18:14:43.753 INFO blam! Oct 12 18:14:43.753 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:14:43.753 INFO blam! Oct 12 18:14:43.763 INFO kablam! Running /target/debug/deps/http_server-b8c5244e8a5060bb Oct 12 18:14:43.771 INFO kablam! Doc-tests http_server Oct 12 18:14:43.771 INFO blam! Oct 12 18:14:43.771 INFO blam! running 0 tests Oct 12 18:14:43.771 INFO blam! Oct 12 18:14:43.771 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:14:43.771 INFO blam! Oct 12 18:14:43.939 INFO blam! Oct 12 18:14:43.939 INFO blam! running 0 tests Oct 12 18:14:43.939 INFO blam! Oct 12 18:14:43.939 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:14:43.939 INFO blam! Oct 12 18:14:43.944 INFO kablam! su: No module specific data is present Oct 12 18:14:44.907 INFO running `"docker" "rm" "-f" "2379cf415dd91be03dd2923ab2312b57f9164ea9778352bfbd56a70a50b42429"` Oct 12 18:14:45.141 INFO blam! 2379cf415dd91be03dd2923ab2312b57f9164ea9778352bfbd56a70a50b42429