[INFO] fetching crate uows-crypto 0.2.2... [INFO] testing uows-crypto-0.2.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate uows-crypto 0.2.2 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate uows-crypto 0.2.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate uows-crypto 0.2.2 [INFO] finished tweaking crates.io crate uows-crypto 0.2.2 [INFO] tweaked toml for crates.io crate uows-crypto 0.2.2 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27b7c628fa0964a3b641ebe476b0f8e44b23dfa0d156266932af14b52c92885b [INFO] running `Command { std: "docker" "start" "-a" "27b7c628fa0964a3b641ebe476b0f8e44b23dfa0d156266932af14b52c92885b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27b7c628fa0964a3b641ebe476b0f8e44b23dfa0d156266932af14b52c92885b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27b7c628fa0964a3b641ebe476b0f8e44b23dfa0d156266932af14b52c92885b", kill_on_drop: false }` [INFO] [stdout] 27b7c628fa0964a3b641ebe476b0f8e44b23dfa0d156266932af14b52c92885b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1bc54815c1c0f2074d21bc14661e642b4dee8bb0d6322abd142a1a963e2411e9 [INFO] running `Command { std: "docker" "start" "-a" "1bc54815c1c0f2074d21bc14661e642b4dee8bb0d6322abd142a1a963e2411e9", kill_on_drop: false }` [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling uows-crypto v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:79:20 [INFO] [stdout] | [INFO] [stdout] 79 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 80 | | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 81 | | key.len() [INFO] [stdout] 82 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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 [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] 79 ~ panic!( [INFO] [stdout] 80 | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 81 | key.len() [INFO] [stdout] 82 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 87 | | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 88 | | nonce.len() [INFO] [stdout] 89 | | )) [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 [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] 86 ~ panic!( [INFO] [stdout] 87 | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 88 | nonce.len() [INFO] [stdout] 89 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 102 | | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 103 | | key.len() [INFO] [stdout] 104 | | )) [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 [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] 101 ~ panic!( [INFO] [stdout] 102 | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 103 | key.len() [INFO] [stdout] 104 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 109 | | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 110 | | nonce.len() [INFO] [stdout] 111 | | )) [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 [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] 108 ~ panic!( [INFO] [stdout] 109 | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 110 | nonce.len() [INFO] [stdout] 111 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.89s [INFO] running `Command { std: "docker" "inspect" "1bc54815c1c0f2074d21bc14661e642b4dee8bb0d6322abd142a1a963e2411e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bc54815c1c0f2074d21bc14661e642b4dee8bb0d6322abd142a1a963e2411e9", kill_on_drop: false }` [INFO] [stdout] 1bc54815c1c0f2074d21bc14661e642b4dee8bb0d6322abd142a1a963e2411e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7eb747da7df4214a7516fbc4db684f3b50942e5a9638c7dc5b03553de2e6e889 [INFO] running `Command { std: "docker" "start" "-a" "7eb747da7df4214a7516fbc4db684f3b50942e5a9638c7dc5b03553de2e6e889", kill_on_drop: false }` [INFO] [stderr] Compiling uows-crypto v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:79:20 [INFO] [stdout] | [INFO] [stdout] 79 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 80 | | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 81 | | key.len() [INFO] [stdout] 82 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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 [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] 79 ~ panic!( [INFO] [stdout] 80 | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 81 | key.len() [INFO] [stdout] 82 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 87 | | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 88 | | nonce.len() [INFO] [stdout] 89 | | )) [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 [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] 86 ~ panic!( [INFO] [stdout] 87 | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 88 | nonce.len() [INFO] [stdout] 89 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 102 | | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 103 | | key.len() [INFO] [stdout] 104 | | )) [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 [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] 101 ~ panic!( [INFO] [stdout] 102 | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 103 | key.len() [INFO] [stdout] 104 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 109 | | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 110 | | nonce.len() [INFO] [stdout] 111 | | )) [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 [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] 108 ~ panic!( [INFO] [stdout] 109 | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 110 | nonce.len() [INFO] [stdout] 111 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:79:20 [INFO] [stdout] | [INFO] [stdout] 79 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 80 | | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 81 | | key.len() [INFO] [stdout] 82 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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 [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] 79 ~ panic!( [INFO] [stdout] 80 | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 81 | key.len() [INFO] [stdout] 82 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 87 | | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 88 | | nonce.len() [INFO] [stdout] 89 | | )) [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 [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] 86 ~ panic!( [INFO] [stdout] 87 | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 88 | nonce.len() [INFO] [stdout] 89 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 102 | | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 103 | | key.len() [INFO] [stdout] 104 | | )) [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 [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] 101 ~ panic!( [INFO] [stdout] 102 | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stdout] 103 | key.len() [INFO] [stdout] 104 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 109 | | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 110 | | nonce.len() [INFO] [stdout] 111 | | )) [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 [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] 108 ~ panic!( [INFO] [stdout] 109 | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stdout] 110 | nonce.len() [INFO] [stdout] 111 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.58s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/uows_crypto-711ba124154e4bdc) [INFO] [stderr] Executable tests/test.rs (/opt/rustwide/target/debug/deps/test-58982911e5d4c73e) [INFO] running `Command { std: "docker" "inspect" "7eb747da7df4214a7516fbc4db684f3b50942e5a9638c7dc5b03553de2e6e889", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eb747da7df4214a7516fbc4db684f3b50942e5a9638c7dc5b03553de2e6e889", kill_on_drop: false }` [INFO] [stdout] 7eb747da7df4214a7516fbc4db684f3b50942e5a9638c7dc5b03553de2e6e889 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 736dbabadeacab85b44f377c526b421048f4ec3e2e3cde0113bdb3e4b87bf751 [INFO] running `Command { std: "docker" "start" "-a" "736dbabadeacab85b44f377c526b421048f4ec3e2e3cde0113bdb3e4b87bf751", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:79:20 [INFO] [stderr] | [INFO] [stderr] 79 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 80 | | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stderr] 81 | | key.len() [INFO] [stderr] 82 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 79 ~ panic!( [INFO] [stderr] 80 | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stderr] 81 | key.len() [INFO] [stderr] 82 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:86:20 [INFO] [stderr] | [INFO] [stderr] 86 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 87 | | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stderr] 88 | | nonce.len() [INFO] [stderr] 89 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 86 ~ panic!( [INFO] [stderr] 87 | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stderr] 88 | nonce.len() [INFO] [stderr] 89 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:101:20 [INFO] [stderr] | [INFO] [stderr] 101 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 102 | | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stderr] 103 | | key.len() [INFO] [stderr] 104 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 101 ~ panic!( [INFO] [stderr] 102 | "Key isn't 32 chars long. It is {} chars long.", [INFO] [stderr] 103 | key.len() [INFO] [stderr] 104 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:108:20 [INFO] [stderr] | [INFO] [stderr] 108 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 109 | | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stderr] 110 | | nonce.len() [INFO] [stderr] 111 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 108 ~ panic!( [INFO] [stderr] 109 | "Nonce isn't 12 chars long. It is {} chars long.", [INFO] [stderr] 110 | nonce.len() [INFO] [stderr] 111 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `uows-crypto` (lib) generated 4 warnings [INFO] [stderr] warning: `uows-crypto` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uows_crypto-711ba124154e4bdc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-58982911e5d4c73e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test verify_bytes ... ok [INFO] [stderr] Doc-tests uows-crypto [INFO] [stdout] test verify ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "736dbabadeacab85b44f377c526b421048f4ec3e2e3cde0113bdb3e4b87bf751", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "736dbabadeacab85b44f377c526b421048f4ec3e2e3cde0113bdb3e4b87bf751", kill_on_drop: false }` [INFO] [stdout] 736dbabadeacab85b44f377c526b421048f4ec3e2e3cde0113bdb3e4b87bf751