[INFO] fetching crate bcrypt-wasm 0.7.0...
[INFO] checking bcrypt-wasm-0.7.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bcrypt-wasm 0.7.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate bcrypt-wasm 0.7.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bcrypt-wasm 0.7.0
[INFO] finished tweaking crates.io crate bcrypt-wasm 0.7.0
[INFO] tweaked toml for crates.io crate bcrypt-wasm 0.7.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate bcrypt-wasm 0.7.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.60
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.60
[INFO] [stderr]   Downloaded block-cipher-trait v0.6.2
[INFO] [stderr]   Downloaded blowfish v0.4.0
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.60
[INFO] [stderr]   Downloaded quickcheck v0.9.2
[INFO] [stderr]   Downloaded typenum v1.11.2
[INFO] [stderr]   Downloaded base64 v0.12.0
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.60
[INFO] [stderr]   Downloaded bumpalo v3.2.1
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.60
[INFO] [stderr]   Downloaded libc v0.2.68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51248d2e828d4696b8813255814f892f8eb5c57292827365ec3e0c7023e2a8ac
[INFO] running `Command { std: "docker" "start" "-a" "51248d2e828d4696b8813255814f892f8eb5c57292827365ec3e0c7023e2a8ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51248d2e828d4696b8813255814f892f8eb5c57292827365ec3e0c7023e2a8ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51248d2e828d4696b8813255814f892f8eb5c57292827365ec3e0c7023e2a8ac", kill_on_drop: false }`
[INFO] [stdout] 51248d2e828d4696b8813255814f892f8eb5c57292827365ec3e0c7023e2a8ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a08b52e28fc4d434feba4b251024d427947d27fa1734182a5569be13685e718c
[INFO] running `Command { std: "docker" "start" "-a" "a08b52e28fc4d434feba4b251024d427947d27fa1734182a5569be13685e718c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.68
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.6
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking base64 v0.12.0
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking aho-corasick v0.7.10
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking block-cipher-trait v0.6.2
[INFO] [stderr]     Checking blowfish v0.4.0
[INFO] [stderr]     Checking regex v1.3.6
[INFO] [stderr]     Checking bcrypt-wasm v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `getrandom` is imported redundantly
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use getrandom;
[INFO] [stdout]   |     ^^^^^^^^^ the item `getrandom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AsRef` is imported redundantly
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::AsRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `AsRef` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `base64` is imported redundantly
[INFO] [stdout]  --> src/b64.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use base64;
[INFO] [stdout]   |     ^^^^^^ the item `base64` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking quickcheck v0.9.2
[INFO] [stdout] warning: the item `getrandom` is imported redundantly
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use getrandom;
[INFO] [stdout]   |     ^^^^^^^^^ the item `getrandom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AsRef` is imported redundantly
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::AsRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `AsRef` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `base64` is imported redundantly
[INFO] [stdout]  --> src/b64.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use base64;
[INFO] [stdout]   |     ^^^^^^ the item `base64` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:324:33
[INFO] [stdout]     |
[INFO] [stdout] 324 |                   Ok(_) => panic!(format!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 325 | |                     "NULL bytes must be forbidden, but {:?} is allowed.",
[INFO] [stdout] 326 | |                     password
[INFO] [stdout] 327 | |                 )),
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 324 ~                 Ok(_) => panic!(
[INFO] [stdout] 325 |                     "NULL bytes must be forbidden, but {:?} is allowed.",
[INFO] [stdout] 326 |                     password
[INFO] [stdout] 327 ~                 ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:329:34
[INFO] [stdout]     |
[INFO] [stdout] 329 |                   Err(e) => panic!(format!(
[INFO] [stdout]     |  __________________________________^
[INFO] [stdout] 330 | |                     "NULL bytes are forbidden but error differs: {} for {:?}.",
[INFO] [stdout] 331 | |                     e, password
[INFO] [stdout] 332 | |                 )),
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 329 ~                 Err(e) => panic!(
[INFO] [stdout] 330 |                     "NULL bytes are forbidden but error differs: {} for {:?}.",
[INFO] [stdout] 331 |                     e, password
[INFO] [stdout] 332 ~                 ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
[INFO] running `Command { std: "docker" "inspect" "a08b52e28fc4d434feba4b251024d427947d27fa1734182a5569be13685e718c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a08b52e28fc4d434feba4b251024d427947d27fa1734182a5569be13685e718c", kill_on_drop: false }`
[INFO] [stdout] a08b52e28fc4d434feba4b251024d427947d27fa1734182a5569be13685e718c
[INFO] checking bcrypt-wasm-0.7.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bcrypt-wasm 0.7.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate bcrypt-wasm 0.7.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bcrypt-wasm 0.7.0
[INFO] finished tweaking crates.io crate bcrypt-wasm 0.7.0
[INFO] tweaked toml for crates.io crate bcrypt-wasm 0.7.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate bcrypt-wasm 0.7.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e0e61c5936048c6bbf1f2d4f0862e3236cfb369fed51afcf0f1042444fd4ce3
[INFO] running `Command { std: "docker" "start" "-a" "0e0e61c5936048c6bbf1f2d4f0862e3236cfb369fed51afcf0f1042444fd4ce3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e0e61c5936048c6bbf1f2d4f0862e3236cfb369fed51afcf0f1042444fd4ce3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e0e61c5936048c6bbf1f2d4f0862e3236cfb369fed51afcf0f1042444fd4ce3", kill_on_drop: false }`
[INFO] [stdout] 0e0e61c5936048c6bbf1f2d4f0862e3236cfb369fed51afcf0f1042444fd4ce3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19a5e7b94c92b6a662dd09e1e926be40ff90f4de686a504a3c7d8688413fb31a
[INFO] running `Command { std: "docker" "start" "-a" "19a5e7b94c92b6a662dd09e1e926be40ff90f4de686a504a3c7d8688413fb31a", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling libc v0.2.68
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking base64 v0.12.0
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking aho-corasick v0.7.10
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking block-cipher-trait v0.6.2
[INFO] [stderr]     Checking blowfish v0.4.0
[INFO] [stderr]     Checking regex v1.3.6
[INFO] [stderr]     Checking bcrypt-wasm v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `getrandom` is imported redundantly
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use getrandom;
[INFO] [stdout]   |     ^^^^^^^^^ the item `getrandom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AsRef` is imported redundantly
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::AsRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `AsRef` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `base64` is imported redundantly
[INFO] [stdout]  --> src/b64.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use base64;
[INFO] [stdout]   |     ^^^^^^ the item `base64` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking quickcheck v0.9.2
[INFO] [stdout] warning: the item `getrandom` is imported redundantly
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use getrandom;
[INFO] [stdout]   |     ^^^^^^^^^ the item `getrandom` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AsRef` is imported redundantly
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::AsRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `AsRef` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `base64` is imported redundantly
[INFO] [stdout]  --> src/b64.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use base64;
[INFO] [stdout]   |     ^^^^^^ the item `base64` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:324:33
[INFO] [stdout]     |
[INFO] [stdout] 324 |                   Ok(_) => panic!(format!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 325 | |                     "NULL bytes must be forbidden, but {:?} is allowed.",
[INFO] [stdout] 326 | |                     password
[INFO] [stdout] 327 | |                 )),
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 324 ~                 Ok(_) => panic!(
[INFO] [stdout] 325 |                     "NULL bytes must be forbidden, but {:?} is allowed.",
[INFO] [stdout] 326 |                     password
[INFO] [stdout] 327 ~                 ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:329:34
[INFO] [stdout]     |
[INFO] [stdout] 329 |                   Err(e) => panic!(format!(
[INFO] [stdout]     |  __________________________________^
[INFO] [stdout] 330 | |                     "NULL bytes are forbidden but error differs: {} for {:?}.",
[INFO] [stdout] 331 | |                     e, password
[INFO] [stdout] 332 | |                 )),
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 329 ~                 Err(e) => panic!(
[INFO] [stdout] 330 |                     "NULL bytes are forbidden but error differs: {} for {:?}.",
[INFO] [stdout] 331 |                     e, password
[INFO] [stdout] 332 ~                 ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
[INFO] running `Command { std: "docker" "inspect" "19a5e7b94c92b6a662dd09e1e926be40ff90f4de686a504a3c7d8688413fb31a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19a5e7b94c92b6a662dd09e1e926be40ff90f4de686a504a3c7d8688413fb31a", kill_on_drop: false }`
[INFO] [stdout] 19a5e7b94c92b6a662dd09e1e926be40ff90f4de686a504a3c7d8688413fb31a
