[INFO] fetching crate barcoders 1.0.2... [INFO] testing barcoders-1.0.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate barcoders 1.0.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate barcoders 1.0.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate barcoders 1.0.2 [INFO] finished tweaking crates.io crate barcoders 1.0.2 [INFO] tweaked toml for crates.io crate barcoders 1.0.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clippy v0.0.166 [INFO] [stderr] Downloaded clippy_lints v0.0.166 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 66fb2b5cefb964709d5eec37e5c6ef788cdb8afa02f809a5489805f8ea69b8a8 [INFO] running `Command { std: "docker" "start" "-a" "66fb2b5cefb964709d5eec37e5c6ef788cdb8afa02f809a5489805f8ea69b8a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66fb2b5cefb964709d5eec37e5c6ef788cdb8afa02f809a5489805f8ea69b8a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66fb2b5cefb964709d5eec37e5c6ef788cdb8afa02f809a5489805f8ea69b8a8", kill_on_drop: false }` [INFO] [stdout] 66fb2b5cefb964709d5eec37e5c6ef788cdb8afa02f809a5489805f8ea69b8a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bad1cd3fe0bc28ec09357c006da1fbcfae006697d0122b2a64d0f5a152d96ec1 [INFO] running `Command { std: "docker" "start" "-a" "bad1cd3fe0bc28ec09357c006da1fbcfae006697d0122b2a64d0f5a152d96ec1", kill_on_drop: false }` [INFO] [stderr] Compiling barcoders v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error/mod.rs:35:32 [INFO] [stdout] | [INFO] [stdout] 35 | fn cause(&self) -> Option<&StdError> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn cause(&self) -> Option<&StdError> { [INFO] [stdout] 35 + fn cause(&self) -> Option<&dyn StdError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code39.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | None => panic!(format!("Unknown char: {}", c)), [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] 87 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 87 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code93.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | None => panic!(format!("Unknown char: {}", c)), [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] 57 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 57 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code11.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | None => panic!(format!("Unknown char: {}", c)), [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] 46 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 46 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.78s [INFO] running `Command { std: "docker" "inspect" "bad1cd3fe0bc28ec09357c006da1fbcfae006697d0122b2a64d0f5a152d96ec1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bad1cd3fe0bc28ec09357c006da1fbcfae006697d0122b2a64d0f5a152d96ec1", kill_on_drop: false }` [INFO] [stdout] bad1cd3fe0bc28ec09357c006da1fbcfae006697d0122b2a64d0f5a152d96ec1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f0faadff35fd0bc956e5ad3e2b209769c1ce785ce1ba7657766defc2b2962df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5f0faadff35fd0bc956e5ad3e2b209769c1ce785ce1ba7657766defc2b2962df", kill_on_drop: false }` [INFO] [stderr] Compiling barcoders v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error/mod.rs:35:32 [INFO] [stdout] | [INFO] [stdout] 35 | fn cause(&self) -> Option<&StdError> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn cause(&self) -> Option<&StdError> { [INFO] [stdout] 35 + fn cause(&self) -> Option<&dyn StdError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code39.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | None => panic!(format!("Unknown char: {}", c)), [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] 87 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 87 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code93.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | None => panic!(format!("Unknown char: {}", c)), [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] 57 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 57 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code11.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | None => panic!(format!("Unknown char: {}", c)), [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] 46 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 46 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error/mod.rs:35:32 [INFO] [stdout] | [INFO] [stdout] 35 | fn cause(&self) -> Option<&StdError> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn cause(&self) -> Option<&StdError> { [INFO] [stdout] 35 + fn cause(&self) -> Option<&dyn StdError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code39.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | None => panic!(format!("Unknown char: {}", c)), [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] 87 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 87 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code93.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | None => panic!(format!("Unknown char: {}", c)), [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] 57 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 57 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sym/code11.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | None => panic!(format!("Unknown char: {}", c)), [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] 46 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stdout] 46 + None => panic!("Unknown char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.91s [INFO] running `Command { std: "docker" "inspect" "5f0faadff35fd0bc956e5ad3e2b209769c1ce785ce1ba7657766defc2b2962df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f0faadff35fd0bc956e5ad3e2b209769c1ce785ce1ba7657766defc2b2962df", kill_on_drop: false }` [INFO] [stdout] 5f0faadff35fd0bc956e5ad3e2b209769c1ce785ce1ba7657766defc2b2962df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9ce837a562925af56cb6c22443062ea82fc4d9850cb311c0feea666df5a2d3b7 [INFO] running `Command { std: "docker" "start" "-a" "9ce837a562925af56cb6c22443062ea82fc4d9850cb311c0feea666df5a2d3b7", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error/mod.rs:35:32 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 35 - fn cause(&self) -> Option<&StdError> { [INFO] [stderr] 35 + fn cause(&self) -> Option<&dyn StdError> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error/mod.rs:22:26 [INFO] [stderr] | [INFO] [stderr] 22 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sym/code39.rs:87:28 [INFO] [stderr] | [INFO] [stderr] 87 | None => panic!(format!("Unknown char: {}", c)), [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] 87 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stderr] 87 + None => panic!("Unknown char: {}", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sym/code93.rs:57:28 [INFO] [stderr] | [INFO] [stderr] 57 | None => panic!(format!("Unknown char: {}", c)), [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] 57 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stderr] 57 + None => panic!("Unknown char: {}", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sym/code11.rs:46:28 [INFO] [stderr] | [INFO] [stderr] 46 | None => panic!(format!("Unknown char: {}", c)), [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] 46 - None => panic!(format!("Unknown char: {}", c)), [INFO] [stderr] 46 + None => panic!("Unknown char: {}", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `barcoders` (lib) generated 5 warnings [INFO] [stderr] warning: `barcoders` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/barcoders-8e0af6f23aa75526) [INFO] [stdout] [INFO] [stdout] running 46 tests [INFO] [stdout] test sym::code128::tests::invalid_length_code128 ... ok [INFO] [stdout] test sym::code128::tests::new_code128 ... ok [INFO] [stdout] test sym::codabar::tests::invalid_data_codabar ... ok [INFO] [stdout] test sym::code11::tests::invalid_data_code11 ... ok [INFO] [stdout] test sym::code11::tests::invalid_length_code11 ... ok [INFO] [stdout] test sym::code11::tests::code11_encode_more_than_10_chars ... ok [INFO] [stdout] test sym::code128::tests::code128_encode_special_chars ... ok [INFO] [stdout] test sym::code128::tests::invalid_data_code128 ... ok [INFO] [stdout] test sym::code39::tests::code39_encode_with_checksum ... ok [INFO] [stdout] test sym::code11::tests::code11_encode_less_than_10_chars ... ok [INFO] [stdout] test sym::code128::tests::code128_encode_longhand ... ok [INFO] [stdout] test sym::code128::tests::code128_encode_fnc_chars ... ok [INFO] [stdout] test sym::ean13::tests::invalid_len_ean13 ... ok [INFO] [stdout] test sym::ean13::tests::invalid_data_ean13 ... ok [INFO] [stdout] test sym::ean13::tests::new_bookland ... ok [INFO] [stdout] test sym::code128::tests::code128_encode ... ok [INFO] [stdout] test sym::ean13::tests::ean13_encode_as_bookland ... ok [INFO] [stdout] test sym::ean13::tests::ean13_encode_as_upca ... ok [INFO] [stdout] test sym::ean_supp::tests::ean2_encode ... ok [INFO] [stdout] test sym::code39::tests::invalid_len_code39 ... ok [INFO] [stdout] test sym::code39::tests::invalid_data_code39 ... ok [INFO] [stdout] test sym::ean13::tests::new_ean13 ... ok [INFO] [stdout] test sym::code39::tests::new_code39 ... ok [INFO] [stdout] test sym::code93::tests::invalid_data_code93 ... ok [INFO] [stdout] test sym::ean8::tests::ean8_encode ... ok [INFO] [stdout] test sym::code39::tests::code39_encode ... ok [INFO] [stdout] test sym::ean8::tests::invalid_data_ean8 ... ok [INFO] [stdout] test sym::codabar::tests::invalid_length_codabar ... ok [INFO] [stdout] test sym::code93::tests::code93_encode ... ok [INFO] [stdout] test sym::codabar::tests::codabar_encode ... ok [INFO] [stdout] test sym::ean8::tests::invalid_len_ean8 ... ok [INFO] [stdout] test sym::ean8::tests::new_ean8 ... ok [INFO] [stdout] test sym::ean_supp::tests::ean5_encode ... ok [INFO] [stdout] test sym::tf::tests::stf_encode ... ok [INFO] [stdout] test sym::ean_supp::tests::invalid_len_ean2 ... ok [INFO] [stdout] test sym::ean_supp::tests::new_ean2 ... ok [INFO] [stdout] test sym::tf::tests::new_stf ... ok [INFO] [stdout] test sym::tf::tests::invalid_data_itf ... ok [INFO] [stdout] test sym::code93::tests::invalid_length_code93 ... ok [INFO] [stdout] test sym::tf::tests::itf_raw_data ... ok [INFO] [stdout] test sym::ean_supp::tests::invalid_data_ean2 ... ok [INFO] [stdout] test sym::ean_supp::tests::new_ean5 ... ok [INFO] [stdout] test sym::ean13::tests::ean13_encode ... ok [INFO] [stdout] test sym::tf::tests::invalid_data_stf ... ok [INFO] [stdout] test sym::tf::tests::new_itf ... ok [INFO] [stderr] Doc-tests barcoders [INFO] [stdout] test sym::tf::tests::itf_encode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/sym/mod.rs - sym (line 7) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9ce837a562925af56cb6c22443062ea82fc4d9850cb311c0feea666df5a2d3b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ce837a562925af56cb6c22443062ea82fc4d9850cb311c0feea666df5a2d3b7", kill_on_drop: false }` [INFO] [stdout] 9ce837a562925af56cb6c22443062ea82fc4d9850cb311c0feea666df5a2d3b7