Oct 16 06:15:58.877 INFO testing http-box-0.1.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:15:58.877 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 16 06:15:59.111 INFO blam! 6175fc15ab8edd75e376c7c6c8c130a08749ce7c5f57c818e45ba0459cafbdac Oct 16 06:15:59.114 INFO running `"docker" "start" "-a" "6175fc15ab8edd75e376c7c6c8c130a08749ce7c5f57c818e45ba0459cafbdac"` Oct 16 06:15:59.512 INFO kablam! usermod: no changes Oct 16 06:15:59.583 INFO kablam! Compiling byte-slice v0.1.12 Oct 16 06:15:59.583 INFO kablam! Compiling pulldown-cmark v0.0.8 Oct 16 06:16:01.875 INFO kablam! Compiling skeptic v0.7.1 Oct 16 06:16:03.071 INFO kablam! Compiling http-box v0.1.5 (/source) Oct 16 06:16:05.155 INFO kablam! warning: unused macro definition Oct 16 06:16:05.156 INFO kablam! --> src/fsm.rs:195:1 Oct 16 06:16:05.156 INFO kablam! | Oct 16 06:16:05.156 INFO kablam! 195 | / macro_rules! get_state { Oct 16 06:16:05.157 INFO kablam! 196 | | ($parser:expr) => ({ Oct 16 06:16:05.157 INFO kablam! 197 | | $parser.state Oct 16 06:16:05.158 INFO kablam! 198 | | }) Oct 16 06:16:05.158 INFO kablam! 199 | | } Oct 16 06:16:05.158 INFO kablam! | |_^ Oct 16 06:16:05.158 INFO kablam! | Oct 16 06:16:05.159 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 06:16:05.159 INFO kablam! Oct 16 06:16:05.159 INFO kablam! warning: unused macro definition Oct 16 06:16:05.160 INFO kablam! --> src/http1.rs:94:1 Oct 16 06:16:05.160 INFO kablam! | Oct 16 06:16:05.160 INFO kablam! 94 | / macro_rules! inc_lower14 { Oct 16 06:16:05.161 INFO kablam! 95 | | ($parser:expr, $length:expr) => ({ Oct 16 06:16:05.161 INFO kablam! 96 | | set_lower14!( Oct 16 06:16:05.161 INFO kablam! 97 | | $parser, Oct 16 06:16:05.162 INFO kablam! ... | Oct 16 06:16:05.162 INFO kablam! 100 | | }); Oct 16 06:16:05.162 INFO kablam! 101 | | } Oct 16 06:16:05.163 INFO kablam! | |_^ Oct 16 06:16:05.163 INFO kablam! Oct 16 06:16:05.163 INFO kablam! warning: unused macro definition Oct 16 06:16:05.164 INFO kablam! --> src/http1.rs:141:1 Oct 16 06:16:05.164 INFO kablam! | Oct 16 06:16:05.164 INFO kablam! 141 | / macro_rules! unset_flag { Oct 16 06:16:05.164 INFO kablam! 142 | | ($parser:expr, $flag:expr) => ({ Oct 16 06:16:05.165 INFO kablam! 143 | | $parser.bit_data &= !(($flag & FLAG_MASK) << FLAG_SHIFT); Oct 16 06:16:05.165 INFO kablam! 144 | | }); Oct 16 06:16:05.165 INFO kablam! 145 | | } Oct 16 06:16:05.166 INFO kablam! | |_^ Oct 16 06:16:05.166 INFO kablam! Oct 16 06:16:05.171 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 06:16:05.171 INFO kablam! --> src/http2.rs:2164:13 Oct 16 06:16:05.172 INFO kablam! | Oct 16 06:16:05.172 INFO kablam! 2164 | ((self.bit_data16a as u32) << 16 | self.bit_data16b as u32) Oct 16 06:16:05.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 06:16:05.172 INFO kablam! | Oct 16 06:16:05.173 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 06:16:05.173 INFO kablam! Oct 16 06:16:05.173 INFO kablam! warning: unused import: `str` Oct 16 06:16:05.173 INFO kablam! --> src/util.rs:25:12 Oct 16 06:16:05.174 INFO kablam! | Oct 16 06:16:05.174 INFO kablam! 25 | str }; Oct 16 06:16:05.174 INFO kablam! | ^^^ Oct 16 06:16:05.174 INFO kablam! | Oct 16 06:16:05.175 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:16:05.175 INFO kablam! Oct 16 06:16:07.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.84s Oct 16 06:16:07.379 INFO kablam! su: No module specific data is present Oct 16 06:16:08.013 INFO running `"docker" "rm" "-f" "6175fc15ab8edd75e376c7c6c8c130a08749ce7c5f57c818e45ba0459cafbdac"` Oct 16 06:16:08.379 INFO blam! 6175fc15ab8edd75e376c7c6c8c130a08749ce7c5f57c818e45ba0459cafbdac Oct 16 06:16:08.383 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 16 06:16:08.755 INFO blam! 3a5e95849d49464a3ce5dbdf032599a7b93e4d5309083bd36f9d7cff3f817c42 Oct 16 06:16:08.759 INFO running `"docker" "start" "-a" "3a5e95849d49464a3ce5dbdf032599a7b93e4d5309083bd36f9d7cff3f817c42"` Oct 16 06:16:11.279 INFO kablam! usermod: no changes Oct 16 06:16:11.451 INFO kablam! Compiling http-box v0.1.5 (/source) Oct 16 06:16:14.539 INFO kablam! warning: unused import: `std::str` Oct 16 06:16:14.539 INFO kablam! --> tests/http1_multipart.rs:12:5 Oct 16 06:16:14.539 INFO kablam! | Oct 16 06:16:14.539 INFO kablam! 12 | use std::str; Oct 16 06:16:14.539 INFO kablam! | ^^^^^^^^ Oct 16 06:16:14.539 INFO kablam! | Oct 16 06:16:14.539 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:16:14.539 INFO kablam! Oct 16 06:16:14.616 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:14.616 INFO kablam! --> tests/http1_url_encoded.rs:87:5 Oct 16 06:16:14.616 INFO kablam! | Oct 16 06:16:14.616 INFO kablam! 87 | File::open("tests/http1_data/url_encoded.dat").unwrap().read_to_end(&mut d); Oct 16 06:16:14.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:14.616 INFO kablam! | Oct 16 06:16:14.616 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 06:16:14.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:14.616 INFO kablam! Oct 16 06:16:14.835 INFO kablam! warning: unused import: `std::str` Oct 16 06:16:14.835 INFO kablam! --> tests/http1_chunk_encoded.rs:11:5 Oct 16 06:16:14.835 INFO kablam! | Oct 16 06:16:14.835 INFO kablam! 11 | use std::str; Oct 16 06:16:14.835 INFO kablam! | ^^^^^^^^ Oct 16 06:16:14.835 INFO kablam! | Oct 16 06:16:14.835 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:16:14.835 INFO kablam! Oct 16 06:16:14.947 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:14.947 INFO kablam! --> tests/http1_multipart.rs:178:5 Oct 16 06:16:14.947 INFO kablam! | Oct 16 06:16:14.947 INFO kablam! 178 | File::open("tests/http1_data/multipart.dat").unwrap().read_to_end(&mut d); Oct 16 06:16:14.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:14.947 INFO kablam! | Oct 16 06:16:14.947 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 06:16:14.947 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:14.947 INFO kablam! Oct 16 06:16:15.155 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:15.155 INFO kablam! --> tests/http1_chunk_encoded.rs:136:5 Oct 16 06:16:15.156 INFO kablam! | Oct 16 06:16:15.156 INFO kablam! 136 | File::open("tests/http1_data/chunk_encoded.dat").unwrap().read_to_end(&mut d); Oct 16 06:16:15.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:15.157 INFO kablam! | Oct 16 06:16:15.157 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 06:16:15.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:15.158 INFO kablam! Oct 16 06:16:15.243 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:15.244 INFO kablam! --> tests/http1_head.rs:108:5 Oct 16 06:16:15.244 INFO kablam! | Oct 16 06:16:15.244 INFO kablam! 108 | File::open("tests/http1_data/multipart.dat").unwrap().read_to_end(&mut d); Oct 16 06:16:15.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:15.245 INFO kablam! | Oct 16 06:16:15.245 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 06:16:15.245 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:15.246 INFO kablam! Oct 16 06:16:15.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:15.246 INFO kablam! --> tests/http1_head.rs:113:5 Oct 16 06:16:15.246 INFO kablam! | Oct 16 06:16:15.247 INFO kablam! 113 | p.resume(&mut h, &d); Oct 16 06:16:15.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:15.247 INFO kablam! | Oct 16 06:16:15.248 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:15.248 INFO kablam! Oct 16 06:16:19.235 INFO kablam! warning: unused macro definition Oct 16 06:16:19.236 INFO kablam! --> src/fsm.rs:195:1 Oct 16 06:16:19.236 INFO kablam! | Oct 16 06:16:19.237 INFO kablam! 195 | / macro_rules! get_state { Oct 16 06:16:19.238 INFO kablam! 196 | | ($parser:expr) => ({ Oct 16 06:16:19.238 INFO kablam! 197 | | $parser.state Oct 16 06:16:19.239 INFO kablam! 198 | | }) Oct 16 06:16:19.240 INFO kablam! 199 | | } Oct 16 06:16:19.240 INFO kablam! | |_^ Oct 16 06:16:19.241 INFO kablam! | Oct 16 06:16:19.241 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 06:16:19.242 INFO kablam! Oct 16 06:16:19.243 INFO kablam! warning: unused macro definition Oct 16 06:16:19.243 INFO kablam! --> src/http1.rs:94:1 Oct 16 06:16:19.244 INFO kablam! | Oct 16 06:16:19.244 INFO kablam! 94 | / macro_rules! inc_lower14 { Oct 16 06:16:19.244 INFO kablam! 95 | | ($parser:expr, $length:expr) => ({ Oct 16 06:16:19.244 INFO kablam! 96 | | set_lower14!( Oct 16 06:16:19.245 INFO kablam! 97 | | $parser, Oct 16 06:16:19.245 INFO kablam! ... | Oct 16 06:16:19.245 INFO kablam! 100 | | }); Oct 16 06:16:19.245 INFO kablam! 101 | | } Oct 16 06:16:19.245 INFO kablam! | |_^ Oct 16 06:16:19.245 INFO kablam! Oct 16 06:16:19.247 INFO kablam! warning: unused macro definition Oct 16 06:16:19.247 INFO kablam! --> src/http1.rs:141:1 Oct 16 06:16:19.247 INFO kablam! | Oct 16 06:16:19.247 INFO kablam! 141 | / macro_rules! unset_flag { Oct 16 06:16:19.247 INFO kablam! 142 | | ($parser:expr, $flag:expr) => ({ Oct 16 06:16:19.247 INFO kablam! 143 | | $parser.bit_data &= !(($flag & FLAG_MASK) << FLAG_SHIFT); Oct 16 06:16:19.247 INFO kablam! 144 | | }); Oct 16 06:16:19.247 INFO kablam! 145 | | } Oct 16 06:16:19.247 INFO kablam! | |_^ Oct 16 06:16:19.247 INFO kablam! Oct 16 06:16:19.343 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 06:16:19.343 INFO kablam! --> src/http2.rs:2164:13 Oct 16 06:16:19.344 INFO kablam! | Oct 16 06:16:19.344 INFO kablam! 2164 | ((self.bit_data16a as u32) << 16 | self.bit_data16b as u32) Oct 16 06:16:19.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 06:16:19.345 INFO kablam! | Oct 16 06:16:19.345 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 06:16:19.345 INFO kablam! Oct 16 06:16:19.345 INFO kablam! warning: unused import: `str` Oct 16 06:16:19.345 INFO kablam! --> src/util.rs:25:12 Oct 16 06:16:19.345 INFO kablam! | Oct 16 06:16:19.345 INFO kablam! 25 | str }; Oct 16 06:16:19.346 INFO kablam! | ^^^ Oct 16 06:16:19.346 INFO kablam! | Oct 16 06:16:19.346 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:16:19.346 INFO kablam! Oct 16 06:16:19.743 INFO kablam! warning: unused import: `ParserState` Oct 16 06:16:19.744 INFO kablam! --> src/test/http2/frame_format.rs:22:14 Oct 16 06:16:19.745 INFO kablam! | Oct 16 06:16:19.745 INFO kablam! 22 | ParserState }; Oct 16 06:16:19.746 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:16:19.746 INFO kablam! Oct 16 06:16:29.835 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.836 INFO kablam! --> src/test/http2/continuation.rs:51:5 Oct 16 06:16:29.837 INFO kablam! | Oct 16 06:16:29.838 INFO kablam! 51 | p.resume(&mut h, &v); Oct 16 06:16:29.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.839 INFO kablam! | Oct 16 06:16:29.840 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 06:16:29.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.841 INFO kablam! Oct 16 06:16:29.842 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.842 INFO kablam! --> src/test/http2/data.rs:59:5 Oct 16 06:16:29.843 INFO kablam! | Oct 16 06:16:29.844 INFO kablam! 59 | p.resume(&mut h, &v); Oct 16 06:16:29.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.845 INFO kablam! | Oct 16 06:16:29.846 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.846 INFO kablam! Oct 16 06:16:29.846 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.846 INFO kablam! --> src/test/http2/data.rs:106:5 Oct 16 06:16:29.846 INFO kablam! | Oct 16 06:16:29.846 INFO kablam! 106 | p.resume(&mut h, &v); Oct 16 06:16:29.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/frame_format.rs:48:5 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 48 | p.resume(&mut h, &v); Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/frame_format.rs:93:5 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 93 | p.resume(&mut h, &v); Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/go_away.rs:51:9 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 51 | 0xBBEEBBEE Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 16 06:16:29.847 INFO kablam! = note: the literal `0xBBEEBBEE` (decimal `3152985070`) does not fit into an `i32` and will become `-1141982226i32` Oct 16 06:16:29.847 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/go_away.rs:51:9 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 51 | 0xBBEEBBEE Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: the literal `0xBBEEBBEE` (decimal `3152985070`) does not fit into an `i32` and will become `-1141982226i32` Oct 16 06:16:29.847 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/go_away.rs:63:5 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 63 | p.resume(&mut h, &v); Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/go_away.rs:120:9 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 120 | 0xBBEEBBEE Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: the literal `0xBBEEBBEE` (decimal `3152985070`) does not fit into an `i32` and will become `-1141982226i32` Oct 16 06:16:29.847 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/go_away.rs:126:5 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 126 | p.resume(&mut h, &v); Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/headers.rs:63:5 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 63 | p.resume(&mut h, &v); Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.847 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.847 INFO kablam! --> src/test/http2/headers.rs:120:9 Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! 120 | 0xFFFFFFFF Oct 16 06:16:29.847 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.847 INFO kablam! | Oct 16 06:16:29.847 INFO kablam! = note: the literal `0xFFFFFFFF` (decimal `4294967295`) does not fit into an `i32` and will become `-1i32` Oct 16 06:16:29.847 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.847 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/headers.rs:144:5 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 144 | p.resume(&mut h, &v); Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/headers.rs:202:5 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 202 | p.resume(&mut h, &v); Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/headers.rs:255:9 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 255 | 0xFFFFFFFF Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: the literal `0xFFFFFFFF` (decimal `4294967295`) does not fit into an `i32` and will become `-1i32` Oct 16 06:16:29.848 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/headers.rs:273:5 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 273 | p.resume(&mut h, &v); Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/ping.rs:45:9 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 45 | 0xFFAADDAA Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: the literal `0xFFAADDAA` (decimal `4289387946`) does not fit into an `i32` and will become `-5579350i32` Oct 16 06:16:29.848 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/ping.rs:49:9 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 49 | 0xFFAADDAA Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: the literal `0xFFAADDAA` (decimal `4289387946`) does not fit into an `i32` and will become `-5579350i32` Oct 16 06:16:29.848 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/ping.rs:55:5 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 55 | p.resume(&mut h, &v); Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/priority.rs:57:5 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 57 | p.resume(&mut h, &v); Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/priority.rs:115:5 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 115 | p.resume(&mut h, &v); Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.848 INFO kablam! Oct 16 06:16:29.848 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.848 INFO kablam! --> src/test/http2/push_promise.rs:69:5 Oct 16 06:16:29.848 INFO kablam! | Oct 16 06:16:29.848 INFO kablam! 69 | p.resume(&mut h, &v); Oct 16 06:16:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.849 INFO kablam! Oct 16 06:16:29.849 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.849 INFO kablam! --> src/test/http2/push_promise.rs:125:5 Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! 125 | p.resume(&mut h, &v); Oct 16 06:16:29.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.849 INFO kablam! Oct 16 06:16:29.849 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.849 INFO kablam! --> src/test/http2/rst_stream.rs:45:9 Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! 45 | 0xFFFFFFFF Oct 16 06:16:29.849 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! = note: the literal `0xFFFFFFFF` (decimal `4294967295`) does not fit into an `i32` and will become `-1i32` Oct 16 06:16:29.849 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.849 INFO kablam! Oct 16 06:16:29.849 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.849 INFO kablam! --> src/test/http2/rst_stream.rs:51:5 Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! 51 | p.resume(&mut h, &v); Oct 16 06:16:29.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.849 INFO kablam! Oct 16 06:16:29.849 INFO kablam! warning: literal out of range for i32 Oct 16 06:16:29.849 INFO kablam! --> src/test/http2/settings.rs:51:9 Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! 51 | 0xFFFFFFFF Oct 16 06:16:29.849 INFO kablam! | ^^^^^^^^^^ Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! = note: the literal `0xFFFFFFFF` (decimal `4294967295`) does not fit into an `i32` and will become `-1i32` Oct 16 06:16:29.849 INFO kablam! = help: consider using `u32` instead Oct 16 06:16:29.849 INFO kablam! Oct 16 06:16:29.849 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.849 INFO kablam! --> src/test/http2/settings.rs:57:5 Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! 57 | p.resume(&mut h, &v); Oct 16 06:16:29.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.849 INFO kablam! | Oct 16 06:16:29.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.849 INFO kablam! Oct 16 06:16:29.850 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:29.850 INFO kablam! --> src/test/http2/window_update.rs:51:5 Oct 16 06:16:29.850 INFO kablam! | Oct 16 06:16:29.850 INFO kablam! 51 | p.resume(&mut h, &v); Oct 16 06:16:29.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:16:29.850 INFO kablam! | Oct 16 06:16:29.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:29.850 INFO kablam! Oct 16 06:16:44.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.42s Oct 16 06:16:44.792 INFO kablam! su: No module specific data is present Oct 16 06:16:45.477 INFO running `"docker" "rm" "-f" "3a5e95849d49464a3ce5dbdf032599a7b93e4d5309083bd36f9d7cff3f817c42"` Oct 16 06:16:45.865 INFO blam! 3a5e95849d49464a3ce5dbdf032599a7b93e4d5309083bd36f9d7cff3f817c42 Oct 16 06:16:45.873 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 16 06:16:46.355 INFO blam! 2443c4b822a86282dbda37f2b12a269eba46b3d834056c50b1942404e4c62601 Oct 16 06:16:46.359 INFO running `"docker" "start" "-a" "2443c4b822a86282dbda37f2b12a269eba46b3d834056c50b1942404e4c62601"` Oct 16 06:16:47.556 INFO kablam! usermod: no changes Oct 16 06:16:47.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 16 06:16:47.691 INFO kablam! Running /target/debug/deps/http_box-cc5a0ea40bed8f2a Oct 16 06:16:47.707 INFO blam! Oct 16 06:16:47.707 INFO blam! running 226 tests Oct 16 06:16:47.711 INFO blam! test test::http1::chunk_data::multiple ... ok Oct 16 06:16:47.711 INFO blam! test test::http1::chunk_extension_name::normalize ... ok Oct 16 06:16:47.711 INFO blam! test test::http1::chunk_data::multiple_chunks ... ok Oct 16 06:16:47.711 INFO blam! test test::http1::chunk_data::single ... ok Oct 16 06:16:47.716 INFO blam! test test::http1::chunk_extension_name::callback_exit ... ok Oct 16 06:16:47.716 INFO blam! test test::http1::chunk_extension_name::no_value ... ok Oct 16 06:16:47.716 INFO blam! test test::http1::chunk_extension_finished::callback_exit ... ok Oct 16 06:16:47.716 INFO blam! test test::http1::chunk_extension_name::byte_check ... ok Oct 16 06:16:47.723 INFO blam! test test::http1::chunk_extension_quoted_value::repeat ... ok Oct 16 06:16:47.723 INFO blam! test test::http1::chunk_data::byte_check ... ok Oct 16 06:16:47.726 INFO blam! test test::http1::chunk_extension_quoted_value::escaped ... ok Oct 16 06:16:47.726 INFO blam! test test::http1::chunk_extension_name::valid ... ok Oct 16 06:16:47.726 INFO blam! test test::http1::chunk_extension_quoted_value::callback_exit ... ok Oct 16 06:16:47.726 INFO blam! test test::http1::chunk_extension_value::byte_check_unquoted ... ok Oct 16 06:16:47.726 INFO blam! test test::http1::chunk_extension_value::callback_exit ... ok Oct 16 06:16:47.726 INFO blam! test test::http1::chunk_extension_value::basic ... ok Oct 16 06:16:47.726 INFO blam! test test::http1::chunk_extension_quoted_value::basic ... ok Oct 16 06:16:47.731 INFO blam! test test::http1::chunk_extensions_finished::callback_exit ... ok Oct 16 06:16:47.731 INFO blam! test test::http1::chunk_extension_value::repeat ... ok Oct 16 06:16:47.731 INFO blam! test test::http1::chunk_length::callback_exit ... ok Oct 16 06:16:47.731 INFO blam! test test::http1::chunk_length::length2 ... ok Oct 16 06:16:47.731 INFO blam! test test::http1::chunk_length::length1 ... ok Oct 16 06:16:47.731 INFO blam! test test::http1::chunk_length::byte_check ... ok Oct 16 06:16:47.731 INFO blam! test test::http1::chunk_extension_quoted_value::byte_check ... ok Oct 16 06:16:47.731 INFO blam! test test::http1::chunk_extension_value::linear_space ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::chunk_trailer::single ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::chunk_trailer::multiple ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_accept ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_accept_encoding ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::chunk_length::too_long ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_accept_charset ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_content_length ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_connection ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_content_security_policy ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_cache_control ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_authorization ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_accept_language ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_cookie ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_content_type ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_set_cookie ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_pragma ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_location ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_last_modified ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_upgrade ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_transfer_encoding ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_www_authenticate ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_user_agent ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::header_name::by_name_x_webkit_csp ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::chunk_length::length3 ... ok Oct 16 06:16:47.735 INFO blam! test test::http1::chunk_length::missing_length ... ok Oct 16 06:16:47.739 INFO blam! test test::http1::header_name::byte_check ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_name::single ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_name::callback_exit ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_name::normalize ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_name::multiple ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_name::by_name_x_xss_protection ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_name::by_name_x_forwarded_for ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_name::by_name_x_powered_by ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_name::by_name_x_forwarded_host ... ok Oct 16 06:16:47.751 INFO blam! test test::http1::header_quoted_value::escaped_multiple ... ok Oct 16 06:16:47.755 INFO blam! test test::http1::header_quoted_value::escaped_single ... ok Oct 16 06:16:47.757 INFO blam! test test::http1::header_value::multiline ... ok Oct 16 06:16:47.757 INFO blam! test test::http1::header_value::callback_exit ... ok Oct 16 06:16:47.757 INFO blam! test test::http1::header_value::multiple ... ok Oct 16 06:16:47.757 INFO blam! test test::http1::header_quoted_value::multiple ... ok Oct 16 06:16:47.757 INFO blam! test test::http1::header_quoted_value::single ... ok Oct 16 06:16:47.757 INFO blam! test test::http1::header_quoted_value::byte_check ... ok Oct 16 06:16:47.759 INFO blam! test test::http1::headers_finished::callback_exit ... ok Oct 16 06:16:47.759 INFO blam! test test::http1::headers_finished::finished ... ok Oct 16 06:16:47.759 INFO blam! test test::http1::header_value::space ... ok Oct 16 06:16:47.759 INFO blam! test test::http1::header_value::single ... ok Oct 16 06:16:47.759 INFO blam! test test::http1::header_value::byte_check ... ok Oct 16 06:16:47.759 INFO blam! test test::http1::multipart_boundary::first_boundary_hyphen1_error ... ok Oct 16 06:16:47.759 INFO blam! test test::http1::initial_finished::callback_exit ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_data::data_ok ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_boundary::second_false_third_boundary_match ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_begin::callback_exit ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::callback_exit ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_header::headers_ok ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::h_upper ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_boundary::first_boundary_hyphen2_error ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_boundary::first_boundary_match ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_boundary::first_boundary_no_match ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_boundary::second_false_boundary ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::multipart_boundary::second_boundary_match ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::h_lower ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::ht_lower ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::http_2_0 ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::http_1_1 ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::http_lower ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::http_1_0 ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::htt_upper ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::http_slash_lower ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::http_slash_upper ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_http::http_upper ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::byte_check ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::callback_exit ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_connect ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_delete ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_get ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_head ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_post ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_put ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_options ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_unknown ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::normalize ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::single_connect ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::single_delete ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::multiple_trace ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::single_get ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::single_put ... ok Oct 16 06:16:47.763 INFO blam! test test::http1::request_method::single_head ... ok Oct 16 06:16:47.767 INFO blam! test test::http1::request_method::single_options ... ok Oct 16 06:16:47.767 INFO blam! test test::http1::request_http::htt_lower ... ok Oct 16 06:16:47.767 INFO blam! test test::http1::request_method::single_post ... ok Oct 16 06:16:47.767 INFO blam! test test::http1::request_method::single_unknown ... ok Oct 16 06:16:47.767 INFO blam! test test::http1::request_method::single_trace ... ok Oct 16 06:16:47.772 INFO blam! test test::http1::request_method::starting_space ... ok Oct 16 06:16:47.772 INFO blam! test test::http1::request_url::asterisk ... ok Oct 16 06:16:47.777 INFO blam! test test::http1::request_http::ht_upper ... ok Oct 16 06:16:47.777 INFO blam! test test::http1::request_url::callback_exit ... ok Oct 16 06:16:47.777 INFO blam! test test::http1::request_version::callback_exit ... ok Oct 16 06:16:47.777 INFO blam! test test::http1::request_url::byte_check ... ok Oct 16 06:16:47.777 INFO blam! test test::http1::request_url::without_schema ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::request_version::v0_0 ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::request_url::with_schema ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::request_version::v0_1000 ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::h_lower ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::callback_exit ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::h_upper ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::ht_lower ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::ht_upper ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::htt_lower ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::htt_upper ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::http_1_0 ... ok Oct 16 06:16:47.780 INFO blam! test test::http1::response_http::http_1_1 ... ok Oct 16 06:16:47.787 INFO blam! test test::http1::response_http::http_2_0 ... ok Oct 16 06:16:47.816 INFO kablam! Running /target/debug/deps/http1_chunk_encoded-efe353a21ceb4db7 Oct 16 06:16:47.816 INFO blam! test test::http1::request_version::v2_0 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_http::http_slash_lower ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::request_version::v999_999 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::request_version::v1_0 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::request_version::v1_1 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_http::http_lower ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::request_version::v1000_0 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_http::http_slash_upper ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status::callback_exit ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status::multiple ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_http::http_upper ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status::byte_check ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status_code::v1000 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status_code::v999 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_version::callback_exit ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_version::v0_0 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status::single ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status_code::byte_check ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status_code::callback_exit ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_status_code::v0 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_version::v0_1000 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_version::v1000_0 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_version::v1_0 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_version::v1_1 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_version::v2_0 ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::ending_ampersand ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::ending_equal ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::callback_exit ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::ending_percent ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::ending_plus ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::hex_error ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::byte_check ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::hex ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::callback_exit ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::equal_error ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::full_complex ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::value ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::byte_check ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::hex_error ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_name::basic ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::response_version::v999_999 ... ok Oct 16 06:16:47.816 INFO blam! test test::http2::data::without_padding ... ok Oct 16 06:16:47.816 INFO blam! test test::http2::continuation::continuation ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::value_hex ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::value_ending_percent ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::full_simple ... ok Oct 16 06:16:47.816 INFO blam! test test::http1::url_encoded_value::value_ending_plus ... ok Oct 16 06:16:47.816 INFO blam! test test::http2::data::with_padding ... ok Oct 16 06:16:47.816 INFO blam! test test::http2::headers::with_padding_without_priority ... ok Oct 16 06:16:47.816 INFO blam! test test::http2::go_away::go_away_without_debug_data ... ok Oct 16 06:16:47.816 INFO blam! test test::http2::frame_format::no_flags ... ok Oct 16 06:16:47.816 INFO blam! test test::http2::go_away::go_away_with_debug_data ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::headers::with_padding_with_priority ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::frame_format::all_flags ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::headers::without_padding_with_priority ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::headers::without_padding_without_priority ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::ping::ping ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::priority::is_exclusive ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::priority::is_not_exclusive ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::push_promise::push_promise_with_padding ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::push_promise::push_promise_without_padding ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::rst_stream::rst_stream ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::settings::settings ... ok Oct 16 06:16:47.817 INFO blam! test test::http2::window_update::window_update ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::basic ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::byte_check ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::complex ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::ending_hex ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::ending_hex_error ... ok Oct 16 06:16:47.817 INFO blam! test test::http1::url_encoded_value::value_ending_ampersand ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::ending_plus ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::middle_hex ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::middle_hex_error ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::middle_plus ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::plus ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::starting_hex ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::starting_hex_error ... ok Oct 16 06:16:47.817 INFO blam! test test::util::field_iterator::no_normalize ... ok Oct 16 06:16:47.817 INFO blam! test test::util::field_iterator::no_value ... ok Oct 16 06:16:47.817 INFO blam! test test::util::field_iterator::name_error ... ok Oct 16 06:16:47.817 INFO blam! test test::util::field_iterator::normalize ... ok Oct 16 06:16:47.817 INFO blam! test test::util::field_iterator::quoted ... ok Oct 16 06:16:47.817 INFO blam! test test::util::field_iterator::value_error ... ok Oct 16 06:16:47.817 INFO blam! test test::util::query_iterator::hex ... ok Oct 16 06:16:47.817 INFO blam! test test::util::query_iterator::no_hex ... ok Oct 16 06:16:47.817 INFO blam! test test::util::query_iterator::hex_value_error ... ok Oct 16 06:16:47.817 INFO blam! test test::util::query_iterator::hex_name_error ... ok Oct 16 06:16:47.817 INFO blam! test test::util::decode::starting_plus ... ok Oct 16 06:16:47.817 INFO blam! test test::util::field_iterator::missing_end_quote_error ... ok Oct 16 06:16:47.817 INFO blam! Oct 16 06:16:47.817 INFO blam! test result: ok. 226 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:16:47.817 INFO blam! Oct 16 06:16:47.831 INFO kablam! Running /target/debug/deps/http1_head-00777fb1d926c87b Oct 16 06:16:47.831 INFO blam! Oct 16 06:16:47.831 INFO blam! running 1 test Oct 16 06:16:47.831 INFO blam! test chunk_encoded_body ... ok Oct 16 06:16:47.831 INFO blam! Oct 16 06:16:47.831 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:16:47.831 INFO blam! Oct 16 06:16:47.847 INFO kablam! Running /target/debug/deps/http1_multipart-2554626c2f816111 Oct 16 06:16:47.847 INFO blam! Oct 16 06:16:47.847 INFO blam! running 1 test Oct 16 06:16:47.847 INFO blam! test head ... ok Oct 16 06:16:47.847 INFO blam! Oct 16 06:16:47.847 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:16:47.847 INFO blam! Oct 16 06:16:47.859 INFO blam! Oct 16 06:16:47.859 INFO blam! running 1 test Oct 16 06:16:47.867 INFO blam! test multipart ... ok Oct 16 06:16:47.867 INFO kablam! Running /target/debug/deps/http1_url_encoded-e92fc10a31654344 Oct 16 06:16:47.867 INFO blam! Oct 16 06:16:47.867 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:16:47.867 INFO blam! Oct 16 06:16:47.884 INFO blam! Oct 16 06:16:47.884 INFO blam! running 1 test Oct 16 06:16:47.884 INFO blam! test url_encoded ... ok Oct 16 06:16:47.884 INFO blam! Oct 16 06:16:47.884 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:16:47.884 INFO blam! Oct 16 06:16:47.888 INFO kablam! Running /target/debug/deps/skeptic-7f33a816de255d30 Oct 16 06:16:47.892 INFO blam! Oct 16 06:16:47.892 INFO blam! running 6 tests Oct 16 06:16:52.434 INFO blam! test http_parsing_header_fields_0 ... ok Oct 16 06:16:53.083 INFO blam! test http_decoding_url_encoded_data_0 ... ok Oct 16 06:16:53.211 INFO blam! test http_parsing_query_strings_1 ... ok Oct 16 06:16:53.339 INFO blam! test http_parsing_query_strings_0 ... ok Oct 16 06:16:53.637 INFO blam! test http_parsing_header_fields_1 ... ok Oct 16 06:16:53.849 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 06:16:53.849 INFO kablam! --> /tmp/rust-skeptic.WQNoV20hmis3/test.rs:161:5 Oct 16 06:16:53.849 INFO kablam! | Oct 16 06:16:53.849 INFO kablam! 161 | / p.resume( Oct 16 06:16:53.849 INFO kablam! 162 | | &mut h, Oct 16 06:16:53.849 INFO kablam! 163 | | b"GET /resource?query HTTP/1.1\r\n\ Oct 16 06:16:53.849 INFO kablam! 164 | | Host: github.com\r\n\ Oct 16 06:16:53.849 INFO kablam! ... | Oct 16 06:16:53.849 INFO kablam! 168 | | \r\n" Oct 16 06:16:53.849 INFO kablam! 169 | | ); Oct 16 06:16:53.849 INFO kablam! | |______^ Oct 16 06:16:53.849 INFO kablam! | Oct 16 06:16:53.849 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 06:16:53.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 06:16:53.849 INFO kablam! Oct 16 06:16:53.868 INFO blam! test http1_head_parsing_0 ... ok Oct 16 06:16:53.869 INFO blam! Oct 16 06:16:53.870 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:16:53.870 INFO blam! Oct 16 06:16:53.873 INFO kablam! Doc-tests http-box Oct 16 06:16:55.024 INFO blam! Oct 16 06:16:55.024 INFO blam! running 3 tests Oct 16 06:16:58.040 INFO blam! test src/util.rs - util::QueryIterator (line 509) ... ok Oct 16 06:16:58.412 INFO blam! test src/util.rs - util::FieldIterator (line 205) ... ok Oct 16 06:16:58.515 INFO blam! test src/util.rs - util::decode (line 781) ... ok Oct 16 06:16:58.516 INFO blam! Oct 16 06:16:58.517 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:16:58.517 INFO blam! Oct 16 06:16:58.540 INFO kablam! su: No module specific data is present Oct 16 06:16:59.844 INFO running `"docker" "rm" "-f" "2443c4b822a86282dbda37f2b12a269eba46b3d834056c50b1942404e4c62601"` Oct 16 06:17:00.096 INFO blam! 2443c4b822a86282dbda37f2b12a269eba46b3d834056c50b1942404e4c62601