Oct 10 18:51:21.943 INFO testing masterfuzz/hello-rust-http against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:51:21.943 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:51:21.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 18:51:22.472 INFO blam! 22cda43cfb7a2ae5b9ed08b42623265f215b68059d8e67d600e3231b3084aab7 Oct 10 18:51:22.475 INFO running `"docker" "start" "-a" "22cda43cfb7a2ae5b9ed08b42623265f215b68059d8e67d600e3231b3084aab7"` Oct 10 18:51:24.338 INFO kablam! usermod: no changes Oct 10 18:51:24.407 INFO kablam! Compiling helloweb v0.1.0 (/source) Oct 10 18:51:24.892 INFO kablam! warning: unused import: `std::thread` Oct 10 18:51:24.892 INFO kablam! --> src/main.rs:2:5 Oct 10 18:51:24.892 INFO kablam! | Oct 10 18:51:24.892 INFO kablam! 2 | use std::thread; Oct 10 18:51:24.892 INFO kablam! | ^^^^^^^^^^^ Oct 10 18:51:24.892 INFO kablam! | Oct 10 18:51:24.892 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:51:24.892 INFO kablam! Oct 10 18:51:25.024 INFO kablam! warning: field is never used: `body` Oct 10 18:51:25.024 INFO kablam! --> src/http.rs:26:3 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 26 | body: Option>, Oct 10 18:51:25.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: variant is never constructed: `Post` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:35:8 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:25.025 INFO kablam! | ^^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: variant is never constructed: `Put` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:35:14 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:25.025 INFO kablam! | ^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: variant is never constructed: `Head` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:35:19 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:25.025 INFO kablam! | ^^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: variant is never constructed: `Delete` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:35:25 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:25.025 INFO kablam! | ^^^^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: variant is never constructed: `Patch` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:35:33 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:25.025 INFO kablam! | ^^^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: variant is never constructed: `Options` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:35:40 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:25.025 INFO kablam! | ^^^^^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: field is never used: `binding` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:66:3 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 66 | binding: &'static str, Oct 10 18:51:25.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: method is never used: `new` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:86:3 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 86 | pub fn new(status: Status, body: Option>) -> Self { Oct 10 18:51:25.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: method is never used: `log` Oct 10 18:51:25.025 INFO kablam! --> src/http.rs:122:3 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 122 | fn log(&self) { Oct 10 18:51:25.025 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.025 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:25.025 INFO kablam! --> src/main.rs:15:17 Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! 15 | resp.write(&mut stream); Oct 10 18:51:25.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:25.025 INFO kablam! | Oct 10 18:51:25.025 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 18:51:25.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:25.025 INFO kablam! Oct 10 18:51:25.820 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Oct 10 18:51:25.821 INFO kablam! su: No module specific data is present Oct 10 18:51:26.859 INFO running `"docker" "rm" "-f" "22cda43cfb7a2ae5b9ed08b42623265f215b68059d8e67d600e3231b3084aab7"` Oct 10 18:51:27.102 INFO blam! 22cda43cfb7a2ae5b9ed08b42623265f215b68059d8e67d600e3231b3084aab7 Oct 10 18:51:27.105 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:51:27.106 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 18:51:27.554 INFO blam! 2210276d08e077e7fbb6df4b2177981f5e7a7cf36d8ab5140b634b8f1901f9cb Oct 10 18:51:27.557 INFO running `"docker" "start" "-a" "2210276d08e077e7fbb6df4b2177981f5e7a7cf36d8ab5140b634b8f1901f9cb"` Oct 10 18:51:29.249 INFO kablam! usermod: no changes Oct 10 18:51:29.309 INFO kablam! Compiling helloweb v0.1.0 (/source) Oct 10 18:51:29.995 INFO kablam! warning: unused import: `std::thread` Oct 10 18:51:29.995 INFO kablam! --> src/main.rs:2:5 Oct 10 18:51:29.996 INFO kablam! | Oct 10 18:51:29.996 INFO kablam! 2 | use std::thread; Oct 10 18:51:29.996 INFO kablam! | ^^^^^^^^^^^ Oct 10 18:51:29.996 INFO kablam! | Oct 10 18:51:29.997 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:51:29.997 INFO kablam! Oct 10 18:51:30.096 INFO kablam! warning: field is never used: `body` Oct 10 18:51:30.096 INFO kablam! --> src/http.rs:26:3 Oct 10 18:51:30.096 INFO kablam! | Oct 10 18:51:30.096 INFO kablam! 26 | body: Option>, Oct 10 18:51:30.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:30.096 INFO kablam! | Oct 10 18:51:30.096 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:51:30.096 INFO kablam! Oct 10 18:51:30.096 INFO kablam! warning: variant is never constructed: `Post` Oct 10 18:51:30.096 INFO kablam! --> src/http.rs:35:8 Oct 10 18:51:30.096 INFO kablam! | Oct 10 18:51:30.096 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:30.096 INFO kablam! | ^^^^ Oct 10 18:51:30.096 INFO kablam! Oct 10 18:51:30.096 INFO kablam! warning: variant is never constructed: `Put` Oct 10 18:51:30.096 INFO kablam! --> src/http.rs:35:14 Oct 10 18:51:30.096 INFO kablam! | Oct 10 18:51:30.096 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:30.096 INFO kablam! | ^^^ Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.097 INFO kablam! warning: variant is never constructed: `Head` Oct 10 18:51:30.097 INFO kablam! --> src/http.rs:35:19 Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:30.097 INFO kablam! | ^^^^ Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.097 INFO kablam! warning: variant is never constructed: `Delete` Oct 10 18:51:30.097 INFO kablam! --> src/http.rs:35:25 Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:30.097 INFO kablam! | ^^^^^^ Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.097 INFO kablam! warning: variant is never constructed: `Patch` Oct 10 18:51:30.097 INFO kablam! --> src/http.rs:35:33 Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:30.097 INFO kablam! | ^^^^^ Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.097 INFO kablam! warning: variant is never constructed: `Options` Oct 10 18:51:30.097 INFO kablam! --> src/http.rs:35:40 Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 10 18:51:30.097 INFO kablam! | ^^^^^^^ Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.097 INFO kablam! warning: field is never used: `binding` Oct 10 18:51:30.097 INFO kablam! --> src/http.rs:66:3 Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! 66 | binding: &'static str, Oct 10 18:51:30.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.097 INFO kablam! warning: method is never used: `new` Oct 10 18:51:30.097 INFO kablam! --> src/http.rs:86:3 Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! 86 | pub fn new(status: Status, body: Option>) -> Self { Oct 10 18:51:30.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.097 INFO kablam! warning: method is never used: `log` Oct 10 18:51:30.097 INFO kablam! --> src/http.rs:122:3 Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! 122 | fn log(&self) { Oct 10 18:51:30.097 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.097 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:30.097 INFO kablam! --> src/main.rs:15:17 Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! 15 | resp.write(&mut stream); Oct 10 18:51:30.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:30.097 INFO kablam! | Oct 10 18:51:30.097 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 18:51:30.097 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:30.097 INFO kablam! Oct 10 18:51:30.565 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 10 18:51:30.567 INFO kablam! su: No module specific data is present Oct 10 18:51:31.111 INFO running `"docker" "rm" "-f" "2210276d08e077e7fbb6df4b2177981f5e7a7cf36d8ab5140b634b8f1901f9cb"` Oct 10 18:51:31.408 INFO blam! 2210276d08e077e7fbb6df4b2177981f5e7a7cf36d8ab5140b634b8f1901f9cb Oct 10 18:51:31.410 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:51:31.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 18:51:31.781 INFO blam! 32cbd0a76882ac0b12f21192ef53c3dbba844b22010e292be176b841f979d1aa Oct 10 18:51:31.794 INFO running `"docker" "start" "-a" "32cbd0a76882ac0b12f21192ef53c3dbba844b22010e292be176b841f979d1aa"` Oct 10 18:51:33.034 INFO kablam! usermod: no changes Oct 10 18:51:33.089 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 18:51:33.101 INFO kablam! Running /target/debug/deps/helloweb-3469575cd5ace1b7 Oct 10 18:51:33.107 INFO blam! Oct 10 18:51:33.107 INFO blam! running 0 tests Oct 10 18:51:33.107 INFO blam! Oct 10 18:51:33.107 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:51:33.107 INFO blam! Oct 10 18:51:33.109 INFO kablam! su: No module specific data is present Oct 10 18:51:33.756 INFO running `"docker" "rm" "-f" "32cbd0a76882ac0b12f21192ef53c3dbba844b22010e292be176b841f979d1aa"` Oct 10 18:51:34.070 INFO blam! 32cbd0a76882ac0b12f21192ef53c3dbba844b22010e292be176b841f979d1aa