Oct 13 13:41:44.919 INFO checking http-box-0.1.5 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 13:41:44.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 13:41:45.303 INFO blam! a0b06513e9ea3ca3bb17c026351408133edeef7ded4bce7866dd541c26a6b3d0 Oct 13 13:41:45.306 INFO running `"docker" "start" "-a" "a0b06513e9ea3ca3bb17c026351408133edeef7ded4bce7866dd541c26a6b3d0"` Oct 13 13:41:46.591 INFO kablam! usermod: no changes Oct 13 13:41:46.733 INFO kablam! Checking byte-slice v0.1.12 Oct 13 13:41:46.734 INFO kablam! Compiling pulldown-cmark v0.0.8 Oct 13 13:41:49.252 INFO kablam! Checking skeptic v0.7.1 Oct 13 13:41:53.004 INFO kablam! Compiling http-box v0.1.5 (/source) Oct 13 13:41:56.688 INFO kablam! warning: unused macro definition Oct 13 13:41:56.689 INFO kablam! --> src/fsm.rs:195:1 Oct 13 13:41:56.689 INFO kablam! | Oct 13 13:41:56.691 INFO kablam! 195 | / macro_rules! get_state { Oct 13 13:41:56.691 INFO kablam! 196 | | ($parser:expr) => ({ Oct 13 13:41:56.691 INFO kablam! 197 | | $parser.state Oct 13 13:41:56.691 INFO kablam! 198 | | }) Oct 13 13:41:56.691 INFO kablam! 199 | | } Oct 13 13:41:56.691 INFO kablam! | |_^ Oct 13 13:41:56.691 INFO kablam! | Oct 13 13:41:56.691 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 13:41:56.691 INFO kablam! Oct 13 13:41:56.693 INFO kablam! warning: unused macro definition Oct 13 13:41:56.693 INFO kablam! --> src/http1.rs:94:1 Oct 13 13:41:56.693 INFO kablam! | Oct 13 13:41:56.693 INFO kablam! 94 | / macro_rules! inc_lower14 { Oct 13 13:41:56.693 INFO kablam! 95 | | ($parser:expr, $length:expr) => ({ Oct 13 13:41:56.693 INFO kablam! 96 | | set_lower14!( Oct 13 13:41:56.693 INFO kablam! 97 | | $parser, Oct 13 13:41:56.693 INFO kablam! ... | Oct 13 13:41:56.693 INFO kablam! 100 | | }); Oct 13 13:41:56.693 INFO kablam! 101 | | } Oct 13 13:41:56.693 INFO kablam! | |_^ Oct 13 13:41:56.693 INFO kablam! Oct 13 13:41:56.693 INFO kablam! warning: unused macro definition Oct 13 13:41:56.693 INFO kablam! --> src/http1.rs:141:1 Oct 13 13:41:56.693 INFO kablam! | Oct 13 13:41:56.693 INFO kablam! 141 | / macro_rules! unset_flag { Oct 13 13:41:56.693 INFO kablam! 142 | | ($parser:expr, $flag:expr) => ({ Oct 13 13:41:56.693 INFO kablam! 143 | | $parser.bit_data &= !(($flag & FLAG_MASK) << FLAG_SHIFT); Oct 13 13:41:56.693 INFO kablam! 144 | | }); Oct 13 13:41:56.693 INFO kablam! 145 | | } Oct 13 13:41:56.693 INFO kablam! | |_^ Oct 13 13:41:56.693 INFO kablam! Oct 13 13:41:56.704 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 13:41:56.704 INFO kablam! --> src/http2.rs:2164:13 Oct 13 13:41:56.704 INFO kablam! | Oct 13 13:41:56.704 INFO kablam! 2164 | ((self.bit_data16a as u32) << 16 | self.bit_data16b as u32) Oct 13 13:41:56.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 13:41:56.704 INFO kablam! | Oct 13 13:41:56.704 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 13:41:56.704 INFO kablam! Oct 13 13:41:56.704 INFO kablam! warning: unused import: `str` Oct 13 13:41:56.704 INFO kablam! --> src/util.rs:25:12 Oct 13 13:41:56.704 INFO kablam! | Oct 13 13:41:56.704 INFO kablam! 25 | str }; Oct 13 13:41:56.704 INFO kablam! | ^^^ Oct 13 13:41:56.704 INFO kablam! | Oct 13 13:41:56.704 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 13:41:56.704 INFO kablam! Oct 13 13:41:58.660 INFO kablam! warning: unused macro definition Oct 13 13:41:58.660 INFO kablam! --> src/fsm.rs:195:1 Oct 13 13:41:58.660 INFO kablam! | Oct 13 13:41:58.660 INFO kablam! 195 | / macro_rules! get_state { Oct 13 13:41:58.660 INFO kablam! 196 | | ($parser:expr) => ({ Oct 13 13:41:58.660 INFO kablam! 197 | | $parser.state Oct 13 13:41:58.660 INFO kablam! 198 | | }) Oct 13 13:41:58.660 INFO kablam! 199 | | } Oct 13 13:41:58.660 INFO kablam! | |_^ Oct 13 13:41:58.660 INFO kablam! | Oct 13 13:41:58.660 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 13:41:58.660 INFO kablam! Oct 13 13:41:58.660 INFO kablam! warning: unused macro definition Oct 13 13:41:58.660 INFO kablam! --> src/http1.rs:94:1 Oct 13 13:41:58.660 INFO kablam! | Oct 13 13:41:58.660 INFO kablam! 94 | / macro_rules! inc_lower14 { Oct 13 13:41:58.661 INFO kablam! 95 | | ($parser:expr, $length:expr) => ({ Oct 13 13:41:58.661 INFO kablam! 96 | | set_lower14!( Oct 13 13:41:58.661 INFO kablam! 97 | | $parser, Oct 13 13:41:58.661 INFO kablam! ... | Oct 13 13:41:58.661 INFO kablam! 100 | | }); Oct 13 13:41:58.661 INFO kablam! 101 | | } Oct 13 13:41:58.661 INFO kablam! | |_^ Oct 13 13:41:58.661 INFO kablam! Oct 13 13:41:58.661 INFO kablam! warning: unused macro definition Oct 13 13:41:58.661 INFO kablam! --> src/http1.rs:141:1 Oct 13 13:41:58.661 INFO kablam! | Oct 13 13:41:58.661 INFO kablam! 141 | / macro_rules! unset_flag { Oct 13 13:41:58.661 INFO kablam! 142 | | ($parser:expr, $flag:expr) => ({ Oct 13 13:41:58.661 INFO kablam! 143 | | $parser.bit_data &= !(($flag & FLAG_MASK) << FLAG_SHIFT); Oct 13 13:41:58.661 INFO kablam! 144 | | }); Oct 13 13:41:58.661 INFO kablam! 145 | | } Oct 13 13:41:58.661 INFO kablam! | |_^ Oct 13 13:41:58.661 INFO kablam! Oct 13 13:41:58.668 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 13:41:58.668 INFO kablam! --> src/http2.rs:2164:13 Oct 13 13:41:58.668 INFO kablam! | Oct 13 13:41:58.668 INFO kablam! 2164 | ((self.bit_data16a as u32) << 16 | self.bit_data16b as u32) Oct 13 13:41:58.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 13:41:58.668 INFO kablam! | Oct 13 13:41:58.668 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 13:41:58.668 INFO kablam! Oct 13 13:41:58.676 INFO kablam! warning: unused import: `str` Oct 13 13:41:58.676 INFO kablam! --> src/util.rs:25:12 Oct 13 13:41:58.676 INFO kablam! | Oct 13 13:41:58.676 INFO kablam! 25 | str }; Oct 13 13:41:58.676 INFO kablam! | ^^^ Oct 13 13:41:58.676 INFO kablam! | Oct 13 13:41:58.676 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 13:41:58.676 INFO kablam! Oct 13 13:41:58.716 INFO kablam! warning: unused import: `ParserState` Oct 13 13:41:58.716 INFO kablam! --> src/test/http2/frame_format.rs:22:14 Oct 13 13:41:58.716 INFO kablam! | Oct 13 13:41:58.716 INFO kablam! 22 | ParserState }; Oct 13 13:41:58.717 INFO kablam! | ^^^^^^^^^^^ Oct 13 13:41:58.717 INFO kablam! Oct 13 13:42:03.031 INFO kablam! warning: unused import: `std::str` Oct 13 13:42:03.031 INFO kablam! --> tests/http1_multipart.rs:12:5 Oct 13 13:42:03.031 INFO kablam! | Oct 13 13:42:03.031 INFO kablam! 12 | use std::str; Oct 13 13:42:03.031 INFO kablam! | ^^^^^^^^ Oct 13 13:42:03.048 INFO kablam! | Oct 13 13:42:03.048 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 13:42:03.048 INFO kablam! Oct 13 13:42:03.676 INFO kablam! warning: unused import: `std::str` Oct 13 13:42:03.676 INFO kablam! --> tests/http1_chunk_encoded.rs:11:5 Oct 13 13:42:03.676 INFO kablam! | Oct 13 13:42:03.676 INFO kablam! 11 | use std::str; Oct 13 13:42:03.676 INFO kablam! | ^^^^^^^^ Oct 13 13:42:03.692 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:03.692 INFO kablam! --> tests/http1_url_encoded.rs:87:5 Oct 13 13:42:03.692 INFO kablam! | Oct 13 13:42:03.692 INFO kablam! 87 | File::open("tests/http1_data/url_encoded.dat").unwrap().read_to_end(&mut d); Oct 13 13:42:03.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:03.692 INFO kablam! | Oct 13 13:42:03.692 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 13:42:03.692 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:03.692 INFO kablam! Oct 13 13:42:03.693 INFO kablam! | Oct 13 13:42:03.693 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 13:42:03.693 INFO kablam! Oct 13 13:42:03.952 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:03.952 INFO kablam! --> tests/http1_head.rs:108:5 Oct 13 13:42:03.953 INFO kablam! | Oct 13 13:42:03.953 INFO kablam! 108 | File::open("tests/http1_data/multipart.dat").unwrap().read_to_end(&mut d); Oct 13 13:42:03.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:03.953 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:03.953 INFO kablam! --> tests/http1_multipart.rs:178:5 Oct 13 13:42:03.953 INFO kablam! | Oct 13 13:42:03.954 INFO kablam! 178 | File::open("tests/http1_data/multipart.dat").unwrap().read_to_end(&mut d); Oct 13 13:42:03.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:03.954 INFO kablam! | Oct 13 13:42:03.954 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 13:42:03.954 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:03.954 INFO kablam! Oct 13 13:42:03.955 INFO kablam! | Oct 13 13:42:03.955 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 13:42:03.955 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:03.955 INFO kablam! Oct 13 13:42:03.956 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:03.956 INFO kablam! --> tests/http1_head.rs:113:5 Oct 13 13:42:03.956 INFO kablam! | Oct 13 13:42:03.956 INFO kablam! 113 | p.resume(&mut h, &d); Oct 13 13:42:03.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:03.957 INFO kablam! | Oct 13 13:42:03.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:03.957 INFO kablam! Oct 13 13:42:04.248 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:04.249 INFO kablam! --> tests/http1_chunk_encoded.rs:136:5 Oct 13 13:42:04.249 INFO kablam! | Oct 13 13:42:04.249 INFO kablam! 136 | File::open("tests/http1_data/chunk_encoded.dat").unwrap().read_to_end(&mut d); Oct 13 13:42:04.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:04.272 INFO kablam! | Oct 13 13:42:04.273 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 13:42:04.273 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:04.273 INFO kablam! Oct 13 13:42:09.948 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.948 INFO kablam! --> src/test/http2/continuation.rs:51:5 Oct 13 13:42:09.948 INFO kablam! | Oct 13 13:42:09.948 INFO kablam! 51 | p.resume(&mut h, &v); Oct 13 13:42:09.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.948 INFO kablam! | Oct 13 13:42:09.948 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 13:42:09.948 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.948 INFO kablam! Oct 13 13:42:09.948 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.948 INFO kablam! --> src/test/http2/data.rs:59:5 Oct 13 13:42:09.948 INFO kablam! | Oct 13 13:42:09.948 INFO kablam! 59 | p.resume(&mut h, &v); Oct 13 13:42:09.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.948 INFO kablam! | Oct 13 13:42:09.948 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.948 INFO kablam! Oct 13 13:42:09.956 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.956 INFO kablam! --> src/test/http2/data.rs:106:5 Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! 106 | p.resume(&mut h, &v); Oct 13 13:42:09.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.956 INFO kablam! Oct 13 13:42:09.956 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.956 INFO kablam! --> src/test/http2/frame_format.rs:48:5 Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! 48 | p.resume(&mut h, &v); Oct 13 13:42:09.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.956 INFO kablam! Oct 13 13:42:09.956 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.956 INFO kablam! --> src/test/http2/frame_format.rs:93:5 Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! 93 | p.resume(&mut h, &v); Oct 13 13:42:09.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.956 INFO kablam! Oct 13 13:42:09.956 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.956 INFO kablam! --> src/test/http2/go_away.rs:51:9 Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! 51 | 0xBBEEBBEE Oct 13 13:42:09.956 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 13 13:42:09.956 INFO kablam! = note: the literal `0xBBEEBBEE` (decimal `3152985070`) does not fit into an `i32` and will become `-1141982226i32` Oct 13 13:42:09.956 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.956 INFO kablam! Oct 13 13:42:09.956 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.956 INFO kablam! --> src/test/http2/go_away.rs:51:9 Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! 51 | 0xBBEEBBEE Oct 13 13:42:09.956 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.956 INFO kablam! | Oct 13 13:42:09.956 INFO kablam! = note: the literal `0xBBEEBBEE` (decimal `3152985070`) does not fit into an `i32` and will become `-1141982226i32` Oct 13 13:42:09.957 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/go_away.rs:63:5 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 63 | p.resume(&mut h, &v); Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/go_away.rs:120:9 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 120 | 0xBBEEBBEE Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: the literal `0xBBEEBBEE` (decimal `3152985070`) does not fit into an `i32` and will become `-1141982226i32` Oct 13 13:42:09.957 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/go_away.rs:126:5 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 126 | p.resume(&mut h, &v); Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/headers.rs:63:5 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 63 | p.resume(&mut h, &v); Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/headers.rs:120:9 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 120 | 0xFFFFFFFF Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: the literal `0xFFFFFFFF` (decimal `4294967295`) does not fit into an `i32` and will become `-1i32` Oct 13 13:42:09.957 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/headers.rs:144:5 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 144 | p.resume(&mut h, &v); Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/headers.rs:202:5 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 202 | p.resume(&mut h, &v); Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/headers.rs:255:9 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 255 | 0xFFFFFFFF Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: the literal `0xFFFFFFFF` (decimal `4294967295`) does not fit into an `i32` and will become `-1i32` Oct 13 13:42:09.957 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/headers.rs:273:5 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 273 | p.resume(&mut h, &v); Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/ping.rs:45:9 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 45 | 0xFFAADDAA Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: the literal `0xFFAADDAA` (decimal `4289387946`) does not fit into an `i32` and will become `-5579350i32` Oct 13 13:42:09.957 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.957 INFO kablam! Oct 13 13:42:09.957 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.957 INFO kablam! --> src/test/http2/ping.rs:49:9 Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! 49 | 0xFFAADDAA Oct 13 13:42:09.957 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.957 INFO kablam! | Oct 13 13:42:09.957 INFO kablam! = note: the literal `0xFFAADDAA` (decimal `4289387946`) does not fit into an `i32` and will become `-5579350i32` Oct 13 13:42:09.957 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.958 INFO kablam! Oct 13 13:42:09.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.964 INFO kablam! --> src/test/http2/ping.rs:55:5 Oct 13 13:42:09.964 INFO kablam! | Oct 13 13:42:09.964 INFO kablam! 55 | p.resume(&mut h, &v); Oct 13 13:42:09.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.964 INFO kablam! | Oct 13 13:42:09.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.964 INFO kablam! Oct 13 13:42:09.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.964 INFO kablam! --> src/test/http2/priority.rs:57:5 Oct 13 13:42:09.964 INFO kablam! | Oct 13 13:42:09.964 INFO kablam! 57 | p.resume(&mut h, &v); Oct 13 13:42:09.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.964 INFO kablam! | Oct 13 13:42:09.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.964 INFO kablam! Oct 13 13:42:09.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.964 INFO kablam! --> src/test/http2/priority.rs:115:5 Oct 13 13:42:09.964 INFO kablam! | Oct 13 13:42:09.964 INFO kablam! 115 | p.resume(&mut h, &v); Oct 13 13:42:09.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.964 INFO kablam! | Oct 13 13:42:09.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.964 INFO kablam! Oct 13 13:42:09.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.964 INFO kablam! --> src/test/http2/push_promise.rs:69:5 Oct 13 13:42:09.964 INFO kablam! | Oct 13 13:42:09.964 INFO kablam! 69 | p.resume(&mut h, &v); Oct 13 13:42:09.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.964 INFO kablam! | Oct 13 13:42:09.968 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.969 INFO kablam! Oct 13 13:42:09.969 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.969 INFO kablam! --> src/test/http2/push_promise.rs:125:5 Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! 125 | p.resume(&mut h, &v); Oct 13 13:42:09.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.969 INFO kablam! Oct 13 13:42:09.969 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.969 INFO kablam! --> src/test/http2/rst_stream.rs:45:9 Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! 45 | 0xFFFFFFFF Oct 13 13:42:09.969 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! = note: the literal `0xFFFFFFFF` (decimal `4294967295`) does not fit into an `i32` and will become `-1i32` Oct 13 13:42:09.969 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.969 INFO kablam! Oct 13 13:42:09.969 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.969 INFO kablam! --> src/test/http2/rst_stream.rs:51:5 Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! 51 | p.resume(&mut h, &v); Oct 13 13:42:09.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.969 INFO kablam! Oct 13 13:42:09.969 INFO kablam! warning: literal out of range for i32 Oct 13 13:42:09.969 INFO kablam! --> src/test/http2/settings.rs:51:9 Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! 51 | 0xFFFFFFFF Oct 13 13:42:09.969 INFO kablam! | ^^^^^^^^^^ Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! = note: the literal `0xFFFFFFFF` (decimal `4294967295`) does not fit into an `i32` and will become `-1i32` Oct 13 13:42:09.969 INFO kablam! = help: consider using `u32` instead Oct 13 13:42:09.969 INFO kablam! Oct 13 13:42:09.969 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.969 INFO kablam! --> src/test/http2/settings.rs:57:5 Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! 57 | p.resume(&mut h, &v); Oct 13 13:42:09.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.969 INFO kablam! | Oct 13 13:42:09.969 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.969 INFO kablam! Oct 13 13:42:09.972 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 13:42:09.972 INFO kablam! --> src/test/http2/window_update.rs:51:5 Oct 13 13:42:09.972 INFO kablam! | Oct 13 13:42:09.972 INFO kablam! 51 | p.resume(&mut h, &v); Oct 13 13:42:09.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:42:09.972 INFO kablam! | Oct 13 13:42:09.972 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 13:42:09.972 INFO kablam! Oct 13 13:42:10.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.48s Oct 13 13:42:10.112 INFO kablam! su: No module specific data is present Oct 13 13:42:10.657 INFO running `"docker" "rm" "-f" "a0b06513e9ea3ca3bb17c026351408133edeef7ded4bce7866dd541c26a6b3d0"` Oct 13 13:42:10.908 INFO blam! a0b06513e9ea3ca3bb17c026351408133edeef7ded4bce7866dd541c26a6b3d0