Oct 14 12:09:14.892 INFO testing masterfuzz/hello-rust-http against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:09:14.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 12:09:15.349 INFO blam! 9f062ce29894f7d9921c1772d84e842a4932deac632ec05bfd3dcba0105e5cfe Oct 14 12:09:15.349 INFO running `"docker" "start" "-a" "9f062ce29894f7d9921c1772d84e842a4932deac632ec05bfd3dcba0105e5cfe"` Oct 14 12:09:17.334 INFO kablam! usermod: no changes Oct 14 12:09:17.395 INFO kablam! Compiling helloweb v0.1.0 (/source) Oct 14 12:09:17.651 INFO kablam! warning: unused import: `std::thread` Oct 14 12:09:17.651 INFO kablam! --> src/main.rs:2:5 Oct 14 12:09:17.651 INFO kablam! | Oct 14 12:09:17.651 INFO kablam! 2 | use std::thread; Oct 14 12:09:17.651 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:09:17.651 INFO kablam! | Oct 14 12:09:17.651 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:09:17.651 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: field is never used: `body` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:26:3 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 26 | body: Option>, Oct 14 12:09:17.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:09:17.787 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: variant is never constructed: `Post` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:35:8 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:17.787 INFO kablam! | ^^^^ Oct 14 12:09:17.787 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: variant is never constructed: `Put` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:35:14 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:17.787 INFO kablam! | ^^^ Oct 14 12:09:17.787 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: variant is never constructed: `Head` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:35:19 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:17.787 INFO kablam! | ^^^^ Oct 14 12:09:17.787 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: variant is never constructed: `Delete` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:35:25 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:17.787 INFO kablam! | ^^^^^^ Oct 14 12:09:17.787 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: variant is never constructed: `Patch` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:35:33 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:17.787 INFO kablam! | ^^^^^ Oct 14 12:09:17.787 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: variant is never constructed: `Options` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:35:40 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:17.787 INFO kablam! | ^^^^^^^ Oct 14 12:09:17.787 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: field is never used: `binding` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:66:3 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 66 | binding: &'static str, Oct 14 12:09:17.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:17.787 INFO kablam! Oct 14 12:09:17.787 INFO kablam! warning: method is never used: `new` Oct 14 12:09:17.787 INFO kablam! --> src/http.rs:86:3 Oct 14 12:09:17.787 INFO kablam! | Oct 14 12:09:17.787 INFO kablam! 86 | pub fn new(status: Status, body: Option>) -> Self { Oct 14 12:09:17.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:17.788 INFO kablam! Oct 14 12:09:17.788 INFO kablam! warning: method is never used: `log` Oct 14 12:09:17.788 INFO kablam! --> src/http.rs:122:3 Oct 14 12:09:17.788 INFO kablam! | Oct 14 12:09:17.788 INFO kablam! 122 | fn log(&self) { Oct 14 12:09:17.788 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:09:17.788 INFO kablam! Oct 14 12:09:17.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:17.799 INFO kablam! --> src/main.rs:15:17 Oct 14 12:09:17.799 INFO kablam! | Oct 14 12:09:17.799 INFO kablam! 15 | resp.write(&mut stream); Oct 14 12:09:17.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:17.799 INFO kablam! | Oct 14 12:09:17.799 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:09:17.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:17.799 INFO kablam! Oct 14 12:09:18.767 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 14 12:09:18.767 INFO kablam! su: No module specific data is present Oct 14 12:09:19.870 INFO running `"docker" "rm" "-f" "9f062ce29894f7d9921c1772d84e842a4932deac632ec05bfd3dcba0105e5cfe"` Oct 14 12:09:20.181 INFO blam! 9f062ce29894f7d9921c1772d84e842a4932deac632ec05bfd3dcba0105e5cfe Oct 14 12:09:20.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 12:09:20.688 INFO blam! aeb26c76dc3adbb568d782037320fb85981ae1eeb1148d6c6a73da124d26743e Oct 14 12:09:20.691 INFO running `"docker" "start" "-a" "aeb26c76dc3adbb568d782037320fb85981ae1eeb1148d6c6a73da124d26743e"` Oct 14 12:09:22.783 INFO kablam! usermod: no changes Oct 14 12:09:22.839 INFO kablam! Compiling helloweb v0.1.0 (/source) Oct 14 12:09:22.999 INFO kablam! warning: unused import: `std::thread` Oct 14 12:09:22.999 INFO kablam! --> src/main.rs:2:5 Oct 14 12:09:22.999 INFO kablam! | Oct 14 12:09:22.999 INFO kablam! 2 | use std::thread; Oct 14 12:09:22.999 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:09:22.999 INFO kablam! | Oct 14 12:09:22.999 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:09:22.999 INFO kablam! Oct 14 12:09:23.111 INFO kablam! warning: field is never used: `body` Oct 14 12:09:23.111 INFO kablam! --> src/http.rs:26:3 Oct 14 12:09:23.111 INFO kablam! | Oct 14 12:09:23.111 INFO kablam! 26 | body: Option>, Oct 14 12:09:23.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:23.111 INFO kablam! | Oct 14 12:09:23.111 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:09:23.111 INFO kablam! Oct 14 12:09:23.111 INFO kablam! warning: variant is never constructed: `Post` Oct 14 12:09:23.111 INFO kablam! --> src/http.rs:35:8 Oct 14 12:09:23.112 INFO kablam! | Oct 14 12:09:23.112 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:23.112 INFO kablam! | ^^^^ Oct 14 12:09:23.112 INFO kablam! Oct 14 12:09:23.112 INFO kablam! warning: variant is never constructed: `Put` Oct 14 12:09:23.112 INFO kablam! --> src/http.rs:35:14 Oct 14 12:09:23.112 INFO kablam! | Oct 14 12:09:23.112 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:23.112 INFO kablam! | ^^^ Oct 14 12:09:23.112 INFO kablam! Oct 14 12:09:23.112 INFO kablam! warning: variant is never constructed: `Head` Oct 14 12:09:23.112 INFO kablam! --> src/http.rs:35:19 Oct 14 12:09:23.112 INFO kablam! | Oct 14 12:09:23.113 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:23.113 INFO kablam! | ^^^^ Oct 14 12:09:23.113 INFO kablam! Oct 14 12:09:23.113 INFO kablam! warning: variant is never constructed: `Delete` Oct 14 12:09:23.113 INFO kablam! --> src/http.rs:35:25 Oct 14 12:09:23.113 INFO kablam! | Oct 14 12:09:23.113 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:23.113 INFO kablam! | ^^^^^^ Oct 14 12:09:23.113 INFO kablam! Oct 14 12:09:23.113 INFO kablam! warning: variant is never constructed: `Patch` Oct 14 12:09:23.113 INFO kablam! --> src/http.rs:35:33 Oct 14 12:09:23.113 INFO kablam! | Oct 14 12:09:23.114 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:23.114 INFO kablam! | ^^^^^ Oct 14 12:09:23.114 INFO kablam! Oct 14 12:09:23.114 INFO kablam! warning: variant is never constructed: `Options` Oct 14 12:09:23.114 INFO kablam! --> src/http.rs:35:40 Oct 14 12:09:23.114 INFO kablam! | Oct 14 12:09:23.114 INFO kablam! 35 | Get, Post, Put, Head, Delete, Patch, Options Oct 14 12:09:23.114 INFO kablam! | ^^^^^^^ Oct 14 12:09:23.114 INFO kablam! Oct 14 12:09:23.116 INFO kablam! warning: field is never used: `binding` Oct 14 12:09:23.116 INFO kablam! --> src/http.rs:66:3 Oct 14 12:09:23.116 INFO kablam! | Oct 14 12:09:23.116 INFO kablam! 66 | binding: &'static str, Oct 14 12:09:23.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:23.116 INFO kablam! Oct 14 12:09:23.116 INFO kablam! warning: method is never used: `new` Oct 14 12:09:23.116 INFO kablam! --> src/http.rs:86:3 Oct 14 12:09:23.116 INFO kablam! | Oct 14 12:09:23.116 INFO kablam! 86 | pub fn new(status: Status, body: Option>) -> Self { Oct 14 12:09:23.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:23.116 INFO kablam! Oct 14 12:09:23.116 INFO kablam! warning: method is never used: `log` Oct 14 12:09:23.116 INFO kablam! --> src/http.rs:122:3 Oct 14 12:09:23.116 INFO kablam! | Oct 14 12:09:23.116 INFO kablam! 122 | fn log(&self) { Oct 14 12:09:23.116 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:09:23.116 INFO kablam! Oct 14 12:09:23.118 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:23.118 INFO kablam! --> src/main.rs:15:17 Oct 14 12:09:23.118 INFO kablam! | Oct 14 12:09:23.118 INFO kablam! 15 | resp.write(&mut stream); Oct 14 12:09:23.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:23.118 INFO kablam! | Oct 14 12:09:23.118 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:09:23.118 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:23.121 INFO kablam! Oct 14 12:09:23.590 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 14 12:09:23.591 INFO kablam! su: No module specific data is present Oct 14 12:09:24.615 INFO running `"docker" "rm" "-f" "aeb26c76dc3adbb568d782037320fb85981ae1eeb1148d6c6a73da124d26743e"` Oct 14 12:09:25.035 INFO blam! aeb26c76dc3adbb568d782037320fb85981ae1eeb1148d6c6a73da124d26743e Oct 14 12:09:25.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 12:09:25.493 INFO blam! a530e6fa643897531d990bde7cbed2d7ec92004eec5835d3e57bf453392d7cc3 Oct 14 12:09:25.496 INFO running `"docker" "start" "-a" "a530e6fa643897531d990bde7cbed2d7ec92004eec5835d3e57bf453392d7cc3"` Oct 14 12:09:27.263 INFO kablam! usermod: no changes Oct 14 12:09:27.330 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 12:09:27.331 INFO kablam! Running /target/debug/deps/helloweb-3469575cd5ace1b7 Oct 14 12:09:27.334 INFO blam! Oct 14 12:09:27.335 INFO blam! running 0 tests Oct 14 12:09:27.335 INFO blam! Oct 14 12:09:27.335 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:09:27.335 INFO blam! Oct 14 12:09:27.336 INFO kablam! su: No module specific data is present Oct 14 12:09:28.503 INFO running `"docker" "rm" "-f" "a530e6fa643897531d990bde7cbed2d7ec92004eec5835d3e57bf453392d7cc3"` Oct 14 12:09:28.811 INFO blam! a530e6fa643897531d990bde7cbed2d7ec92004eec5835d3e57bf453392d7cc3