Oct 27 17:22:29.618 INFO checking redis-protocol-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:22:29.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 17:22:29.939 INFO blam! a806a660722d1e031fb2c77723e4bbdc6fc795758203385365f9dd12fc3a04f4 Oct 27 17:22:29.945 INFO running `"docker" "start" "-a" "a806a660722d1e031fb2c77723e4bbdc6fc795758203385365f9dd12fc3a04f4"` Oct 27 17:22:31.523 INFO kablam! usermod: no changes Oct 27 17:22:31.637 INFO kablam! Compiling crc16 v0.3.4 Oct 27 17:22:31.638 INFO kablam! Checking cookie-factory v0.2.4 Oct 27 17:22:31.669 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 27 17:22:34.255 INFO kablam! Checking redis-protocol v0.1.1 (/source) Oct 27 17:22:36.599 INFO kablam! warning: unused import: `::types::*` Oct 27 17:22:36.599 INFO kablam! --> src/encode.rs:111:7 Oct 27 17:22:36.599 INFO kablam! | Oct 27 17:22:36.599 INFO kablam! 111 | use ::types::*; Oct 27 17:22:36.599 INFO kablam! | ^^^^^^^^^^ Oct 27 17:22:36.600 INFO kablam! | Oct 27 17:22:36.600 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:22:36.600 INFO kablam! Oct 27 17:22:36.601 INFO kablam! warning: unused import: `::utils` Oct 27 17:22:36.601 INFO kablam! --> src/decode.rs:143:7 Oct 27 17:22:36.601 INFO kablam! | Oct 27 17:22:36.601 INFO kablam! 143 | use ::utils; Oct 27 17:22:36.601 INFO kablam! | ^^^^^^^ Oct 27 17:22:36.602 INFO kablam! Oct 27 17:22:36.602 INFO kablam! warning: unused import: `::types::*` Oct 27 17:22:36.602 INFO kablam! --> src/decode.rs:144:7 Oct 27 17:22:36.602 INFO kablam! | Oct 27 17:22:36.602 INFO kablam! 144 | use ::types::*; Oct 27 17:22:36.602 INFO kablam! | ^^^^^^^^^^ Oct 27 17:22:36.602 INFO kablam! Oct 27 17:22:36.602 INFO kablam! warning: unused import: `std::fmt` Oct 27 17:22:36.602 INFO kablam! --> src/decode.rs:146:7 Oct 27 17:22:36.602 INFO kablam! | Oct 27 17:22:36.602 INFO kablam! 146 | use std::fmt; Oct 27 17:22:36.602 INFO kablam! | ^^^^^^^^ Oct 27 17:22:36.602 INFO kablam! Oct 27 17:22:36.603 INFO kablam! warning: unused import: `nom::Err as NomError` Oct 27 17:22:36.603 INFO kablam! --> src/decode.rs:149:7 Oct 27 17:22:36.603 INFO kablam! | Oct 27 17:22:36.603 INFO kablam! 149 | use nom::Err as NomError; Oct 27 17:22:36.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:36.603 INFO kablam! Oct 27 17:22:36.604 INFO kablam! warning: unused import: `nom::simple_errors::Context` Oct 27 17:22:36.604 INFO kablam! --> src/decode.rs:150:7 Oct 27 17:22:36.604 INFO kablam! | Oct 27 17:22:36.604 INFO kablam! 150 | use nom::simple_errors::Context; Oct 27 17:22:36.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:36.604 INFO kablam! Oct 27 17:22:37.579 INFO kablam! warning: unused variable: `s` Oct 27 17:22:37.580 INFO kablam! --> src/types.rs:360:9 Oct 27 17:22:37.580 INFO kablam! | Oct 27 17:22:37.580 INFO kablam! 360 | let s = e.to_string(); Oct 27 17:22:37.581 INFO kablam! | ^ help: consider using `_s` instead Oct 27 17:22:37.582 INFO kablam! | Oct 27 17:22:37.582 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:22:37.582 INFO kablam! Oct 27 17:22:37.583 INFO kablam! warning: unused variable: `s` Oct 27 17:22:37.583 INFO kablam! --> src/types.rs:370:9 Oct 27 17:22:37.583 INFO kablam! | Oct 27 17:22:37.584 INFO kablam! 370 | let s = e.to_string(); Oct 27 17:22:37.584 INFO kablam! | ^ help: consider using `_s` instead Oct 27 17:22:37.585 INFO kablam! Oct 27 17:22:37.587 INFO kablam! warning: unused variable: `s` Oct 27 17:22:37.588 INFO kablam! --> src/types.rs:380:9 Oct 27 17:22:37.588 INFO kablam! | Oct 27 17:22:37.589 INFO kablam! 380 | let s = e.to_string(); Oct 27 17:22:37.589 INFO kablam! | ^ help: consider using `_s` instead Oct 27 17:22:37.590 INFO kablam! Oct 27 17:22:37.591 INFO kablam! warning: unused variable: `s` Oct 27 17:22:37.591 INFO kablam! --> src/types.rs:390:9 Oct 27 17:22:37.592 INFO kablam! | Oct 27 17:22:37.592 INFO kablam! 390 | let s = e.to_string(); Oct 27 17:22:37.593 INFO kablam! | ^ help: consider using `_s` instead Oct 27 17:22:37.593 INFO kablam! Oct 27 17:22:37.997 INFO kablam! warning: variable does not need to be mutable Oct 27 17:22:37.997 INFO kablam! --> src/decode.rs:297:9 Oct 27 17:22:37.997 INFO kablam! | Oct 27 17:22:37.997 INFO kablam! 297 | let mut bytes: BytesMut = "foobarbazwibblewobble".into(); Oct 27 17:22:37.997 INFO kablam! | ----^^^^^ Oct 27 17:22:37.997 INFO kablam! | | Oct 27 17:22:37.997 INFO kablam! | help: remove this `mut` Oct 27 17:22:38.003 INFO kablam! | Oct 27 17:22:38.003 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:22:38.003 INFO kablam! Oct 27 17:22:38.087 INFO kablam! warning: function is never used: `to_bytes` Oct 27 17:22:38.087 INFO kablam! --> src/encode.rs:119:3 Oct 27 17:22:38.087 INFO kablam! | Oct 27 17:22:38.088 INFO kablam! 119 | fn to_bytes(s: &str) -> BytesMut { Oct 27 17:22:38.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:38.088 INFO kablam! | Oct 27 17:22:38.089 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 17:22:38.089 INFO kablam! Oct 27 17:22:38.090 INFO kablam! warning: function is never used: `to_bytes` Oct 27 17:22:38.090 INFO kablam! --> src/decode.rs:158:3 Oct 27 17:22:38.090 INFO kablam! | Oct 27 17:22:38.091 INFO kablam! 158 | fn to_bytes(s: &str) -> BytesMut { Oct 27 17:22:38.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:38.091 INFO kablam! Oct 27 17:22:38.092 INFO kablam! warning: function is never used: `empty_bytes` Oct 27 17:22:38.092 INFO kablam! --> src/decode.rs:162:3 Oct 27 17:22:38.092 INFO kablam! | Oct 27 17:22:38.093 INFO kablam! 162 | fn empty_bytes() -> BytesMut { Oct 27 17:22:38.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:38.093 INFO kablam! Oct 27 17:22:41.087 INFO kablam! warning: unused `#[macro_use]` import Oct 27 17:22:41.087 INFO kablam! --> benches/utils.rs:8:1 Oct 27 17:22:41.087 INFO kablam! | Oct 27 17:22:41.087 INFO kablam! 8 | #[macro_use] Oct 27 17:22:41.087 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:22:41.087 INFO kablam! | Oct 27 17:22:41.087 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:22:41.087 INFO kablam! Oct 27 17:22:41.087 INFO kablam! warning: unused import: `redis_protocol::prelude::*` Oct 27 17:22:41.087 INFO kablam! --> benches/utils.rs:13:5 Oct 27 17:22:41.087 INFO kablam! | Oct 27 17:22:41.087 INFO kablam! 13 | use redis_protocol::prelude::*; Oct 27 17:22:41.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.087 INFO kablam! Oct 27 17:22:41.087 INFO kablam! warning: unused import: `bytes::BytesMut` Oct 27 17:22:41.087 INFO kablam! --> benches/utils.rs:14:5 Oct 27 17:22:41.087 INFO kablam! | Oct 27 17:22:41.087 INFO kablam! 14 | use bytes::BytesMut; Oct 27 17:22:41.087 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:22:41.087 INFO kablam! Oct 27 17:22:41.087 INFO kablam! warning: unused import: `bytes::BufMut` Oct 27 17:22:41.087 INFO kablam! --> benches/utils.rs:15:5 Oct 27 17:22:41.087 INFO kablam! | Oct 27 17:22:41.087 INFO kablam! 15 | use bytes::BufMut; Oct 27 17:22:41.087 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 17:22:41.087 INFO kablam! Oct 27 17:22:41.111 INFO kablam! warning: use of deprecated item 'rand::Rng::gen_ascii_chars': use sample_iter(&Alphanumeric) instead Oct 27 17:22:41.111 INFO kablam! --> benches/utils.rs:19:6 Oct 27 17:22:41.111 INFO kablam! | Oct 27 17:22:41.111 INFO kablam! 19 | .gen_ascii_chars() Oct 27 17:22:41.111 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:22:41.111 INFO kablam! | Oct 27 17:22:41.111 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:22:41.111 INFO kablam! Oct 27 17:22:41.315 INFO kablam! warning: unused `#[macro_use]` import Oct 27 17:22:41.315 INFO kablam! --> benches/decode.rs:8:1 Oct 27 17:22:41.315 INFO kablam! | Oct 27 17:22:41.315 INFO kablam! 8 | #[macro_use] Oct 27 17:22:41.315 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:22:41.315 INFO kablam! | Oct 27 17:22:41.315 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:22:41.315 INFO kablam! Oct 27 17:22:41.367 INFO kablam! warning: use of deprecated item 'rand::Rng::gen_ascii_chars': use sample_iter(&Alphanumeric) instead Oct 27 17:22:41.367 INFO kablam! --> benches/decode.rs:19:6 Oct 27 17:22:41.368 INFO kablam! | Oct 27 17:22:41.368 INFO kablam! 19 | .gen_ascii_chars() Oct 27 17:22:41.368 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:22:41.369 INFO kablam! | Oct 27 17:22:41.369 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:22:41.369 INFO kablam! Oct 27 17:22:41.431 INFO kablam! warning: variable does not need to be mutable Oct 27 17:22:41.431 INFO kablam! --> benches/decode.rs:49:23 Oct 27 17:22:41.432 INFO kablam! | Oct 27 17:22:41.432 INFO kablam! 49 | (0..len).fold(buf, |mut buf, i| { Oct 27 17:22:41.432 INFO kablam! | ----^^^ Oct 27 17:22:41.433 INFO kablam! | | Oct 27 17:22:41.433 INFO kablam! | help: remove this `mut` Oct 27 17:22:41.433 INFO kablam! | Oct 27 17:22:41.433 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:22:41.434 INFO kablam! Oct 27 17:22:41.434 INFO kablam! warning: variable does not need to be mutable Oct 27 17:22:41.434 INFO kablam! --> benches/decode.rs:47:7 Oct 27 17:22:41.435 INFO kablam! | Oct 27 17:22:41.435 INFO kablam! 47 | let mut buf = BytesMut::with_capacity(1 + arr_len_digits + 2 + (len * (1 + str_len_digits + 2 + str_len + 2))); Oct 27 17:22:41.435 INFO kablam! | ----^^^ Oct 27 17:22:41.435 INFO kablam! | | Oct 27 17:22:41.436 INFO kablam! | help: remove this `mut` Oct 27 17:22:41.436 INFO kablam! Oct 27 17:22:41.451 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.451 INFO kablam! --> benches/decode.rs:70:7 Oct 27 17:22:41.451 INFO kablam! | Oct 27 17:22:41.452 INFO kablam! 70 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.452 INFO kablam! | Oct 27 17:22:41.453 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 17:22:41.453 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.453 INFO kablam! Oct 27 17:22:41.453 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.454 INFO kablam! --> benches/decode.rs:79:7 Oct 27 17:22:41.454 INFO kablam! | Oct 27 17:22:41.454 INFO kablam! 79 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.455 INFO kablam! | Oct 27 17:22:41.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.455 INFO kablam! Oct 27 17:22:41.456 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.456 INFO kablam! --> benches/decode.rs:88:7 Oct 27 17:22:41.456 INFO kablam! | Oct 27 17:22:41.457 INFO kablam! 88 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.457 INFO kablam! | Oct 27 17:22:41.457 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.458 INFO kablam! Oct 27 17:22:41.458 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.458 INFO kablam! --> benches/decode.rs:97:7 Oct 27 17:22:41.459 INFO kablam! | Oct 27 17:22:41.459 INFO kablam! 97 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.459 INFO kablam! | Oct 27 17:22:41.459 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.459 INFO kablam! Oct 27 17:22:41.460 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.460 INFO kablam! --> benches/decode.rs:106:7 Oct 27 17:22:41.460 INFO kablam! | Oct 27 17:22:41.460 INFO kablam! 106 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.460 INFO kablam! | Oct 27 17:22:41.461 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.461 INFO kablam! Oct 27 17:22:41.461 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.461 INFO kablam! --> benches/decode.rs:117:7 Oct 27 17:22:41.461 INFO kablam! | Oct 27 17:22:41.461 INFO kablam! 117 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.462 INFO kablam! | Oct 27 17:22:41.462 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.462 INFO kablam! Oct 27 17:22:41.462 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.462 INFO kablam! --> benches/decode.rs:126:7 Oct 27 17:22:41.471 INFO kablam! | Oct 27 17:22:41.471 INFO kablam! 126 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.471 INFO kablam! | Oct 27 17:22:41.471 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.471 INFO kablam! Oct 27 17:22:41.472 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.472 INFO kablam! --> benches/decode.rs:135:7 Oct 27 17:22:41.472 INFO kablam! | Oct 27 17:22:41.472 INFO kablam! 135 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.472 INFO kablam! | Oct 27 17:22:41.473 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.473 INFO kablam! Oct 27 17:22:41.473 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.473 INFO kablam! --> benches/decode.rs:144:7 Oct 27 17:22:41.473 INFO kablam! | Oct 27 17:22:41.473 INFO kablam! 144 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.474 INFO kablam! | Oct 27 17:22:41.474 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.474 INFO kablam! Oct 27 17:22:41.474 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.475 INFO kablam! --> benches/decode.rs:153:7 Oct 27 17:22:41.475 INFO kablam! | Oct 27 17:22:41.475 INFO kablam! 153 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.475 INFO kablam! | Oct 27 17:22:41.475 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.475 INFO kablam! Oct 27 17:22:41.476 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.476 INFO kablam! --> benches/decode.rs:162:7 Oct 27 17:22:41.476 INFO kablam! | Oct 27 17:22:41.476 INFO kablam! 162 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.476 INFO kablam! | Oct 27 17:22:41.477 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.477 INFO kablam! Oct 27 17:22:41.477 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.477 INFO kablam! --> benches/decode.rs:171:7 Oct 27 17:22:41.477 INFO kablam! | Oct 27 17:22:41.478 INFO kablam! 171 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.478 INFO kablam! | Oct 27 17:22:41.478 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.478 INFO kablam! Oct 27 17:22:41.478 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.487 INFO kablam! --> benches/decode.rs:180:7 Oct 27 17:22:41.487 INFO kablam! | Oct 27 17:22:41.487 INFO kablam! 180 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.487 INFO kablam! | Oct 27 17:22:41.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.488 INFO kablam! Oct 27 17:22:41.488 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.488 INFO kablam! --> benches/decode.rs:189:7 Oct 27 17:22:41.488 INFO kablam! | Oct 27 17:22:41.488 INFO kablam! 189 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.489 INFO kablam! | Oct 27 17:22:41.489 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.489 INFO kablam! Oct 27 17:22:41.489 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.489 INFO kablam! --> benches/decode.rs:198:7 Oct 27 17:22:41.490 INFO kablam! | Oct 27 17:22:41.490 INFO kablam! 198 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.490 INFO kablam! | Oct 27 17:22:41.490 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.491 INFO kablam! Oct 27 17:22:41.491 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.491 INFO kablam! --> benches/decode.rs:207:7 Oct 27 17:22:41.491 INFO kablam! | Oct 27 17:22:41.491 INFO kablam! 207 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.492 INFO kablam! | Oct 27 17:22:41.492 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.492 INFO kablam! Oct 27 17:22:41.492 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.492 INFO kablam! --> benches/decode.rs:216:7 Oct 27 17:22:41.493 INFO kablam! | Oct 27 17:22:41.493 INFO kablam! 216 | black_box(decode_bytes(&buf)); Oct 27 17:22:41.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.493 INFO kablam! | Oct 27 17:22:41.493 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.493 INFO kablam! Oct 27 17:22:41.835 INFO kablam! warning: unused `#[macro_use]` import Oct 27 17:22:41.835 INFO kablam! --> benches/encode.rs:8:1 Oct 27 17:22:41.835 INFO kablam! | Oct 27 17:22:41.835 INFO kablam! 8 | #[macro_use] Oct 27 17:22:41.836 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:22:41.836 INFO kablam! | Oct 27 17:22:41.836 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:22:41.836 INFO kablam! Oct 27 17:22:41.867 INFO kablam! warning: use of deprecated item 'rand::Rng::gen_ascii_chars': use sample_iter(&Alphanumeric) instead Oct 27 17:22:41.867 INFO kablam! --> benches/encode.rs:18:6 Oct 27 17:22:41.867 INFO kablam! | Oct 27 17:22:41.867 INFO kablam! 18 | .gen_ascii_chars() Oct 27 17:22:41.867 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:22:41.867 INFO kablam! | Oct 27 17:22:41.867 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:22:41.867 INFO kablam! Oct 27 17:22:41.914 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.915 INFO kablam! --> benches/encode.rs:50:7 Oct 27 17:22:41.915 INFO kablam! | Oct 27 17:22:41.915 INFO kablam! 50 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.915 INFO kablam! | Oct 27 17:22:41.915 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 17:22:41.915 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.915 INFO kablam! Oct 27 17:22:41.915 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.915 INFO kablam! --> benches/encode.rs:60:7 Oct 27 17:22:41.915 INFO kablam! | Oct 27 17:22:41.915 INFO kablam! 60 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.915 INFO kablam! | Oct 27 17:22:41.915 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.915 INFO kablam! Oct 27 17:22:41.922 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.922 INFO kablam! --> benches/encode.rs:70:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 70 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:80:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 80 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:90:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 90 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:103:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 103 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:113:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 113 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:123:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 123 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:133:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 133 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:143:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 143 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:153:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 153 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:163:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 163 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.923 INFO kablam! Oct 27 17:22:41.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.923 INFO kablam! --> benches/encode.rs:173:7 Oct 27 17:22:41.923 INFO kablam! | Oct 27 17:22:41.923 INFO kablam! 173 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.924 INFO kablam! Oct 27 17:22:41.924 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.924 INFO kablam! --> benches/encode.rs:183:7 Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! 183 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.924 INFO kablam! Oct 27 17:22:41.924 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.924 INFO kablam! --> benches/encode.rs:193:7 Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! 193 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.924 INFO kablam! Oct 27 17:22:41.924 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.924 INFO kablam! --> benches/encode.rs:203:7 Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! 203 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.924 INFO kablam! Oct 27 17:22:41.924 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 17:22:41.924 INFO kablam! --> benches/encode.rs:213:7 Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! 213 | black_box(encode_bytes(&mut b, &f)); Oct 27 17:22:41.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:22:41.924 INFO kablam! | Oct 27 17:22:41.924 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 17:22:41.924 INFO kablam! Oct 27 17:22:41.942 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.40s Oct 27 17:22:41.949 INFO kablam! su: No module specific data is present Oct 27 17:22:42.274 INFO running `"docker" "rm" "-f" "a806a660722d1e031fb2c77723e4bbdc6fc795758203385365f9dd12fc3a04f4"` Oct 27 17:22:42.413 INFO blam! a806a660722d1e031fb2c77723e4bbdc6fc795758203385365f9dd12fc3a04f4