[INFO] fetching crate oozz 0.4.1... [INFO] testing oozz-0.4.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate oozz 0.4.1 into /workspace/builds/worker-93/source [INFO] validating manifest of crates.io crate oozz 0.4.1 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 oozz 0.4.1 [INFO] finished tweaking crates.io crate oozz 0.4.1 [INFO] tweaked toml for crates.io crate oozz 0.4.1 written to /workspace/builds/worker-93/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] [stderr] Blocking waiting for file lock on package cache [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-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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] 2bab4f97d0ade1be88e0a433a71fb5997aa917ff1909c633677d3cbb2c5d9fc2 [INFO] running `Command { std: "docker" "start" "-a" "2bab4f97d0ade1be88e0a433a71fb5997aa917ff1909c633677d3cbb2c5d9fc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bab4f97d0ade1be88e0a433a71fb5997aa917ff1909c633677d3cbb2c5d9fc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bab4f97d0ade1be88e0a433a71fb5997aa917ff1909c633677d3cbb2c5d9fc2", kill_on_drop: false }` [INFO] [stdout] 2bab4f97d0ade1be88e0a433a71fb5997aa917ff1909c633677d3cbb2c5d9fc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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] 9e045bc3f5dceabe2f8c0efbb86608e36cb9b57c9be46dba6fa2934ce4d043a1 [INFO] running `Command { std: "docker" "start" "-a" "9e045bc3f5dceabe2f8c0efbb86608e36cb9b57c9be46dba6fa2934ce4d043a1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling utf8-ranges v1.0.5 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling oozz v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / lazy_static! { [INFO] [stdout] 34 | | static ref VALID_RE: Regex = Regex::new(r"[^a-zA-Z\s!\./'\042_\$0-9]").unwrap(); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:147:83 [INFO] [stdout] | [INFO] [stdout] 147 | fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [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] 147 - fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [INFO] [stdout] 147 + fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:161:81 [INFO] [stdout] | [INFO] [stdout] 161 | fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 161 - fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] 161 + fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:184:57 [INFO] [stdout] | [INFO] [stdout] 184 | fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 184 - fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] 184 + fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:227:110 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 227 - pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stdout] 227 + pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [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 13.63s [INFO] running `Command { std: "docker" "inspect" "9e045bc3f5dceabe2f8c0efbb86608e36cb9b57c9be46dba6fa2934ce4d043a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e045bc3f5dceabe2f8c0efbb86608e36cb9b57c9be46dba6fa2934ce4d043a1", kill_on_drop: false }` [INFO] [stdout] 9e045bc3f5dceabe2f8c0efbb86608e36cb9b57c9be46dba6fa2934ce4d043a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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] b84e600b1356d0dbcffb6718601fd25c73b9683d21b631a4fa254a86f6c73c76 [INFO] running `Command { std: "docker" "start" "-a" "b84e600b1356d0dbcffb6718601fd25c73b9683d21b631a4fa254a86f6c73c76", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / lazy_static! { [INFO] [stdout] 34 | | static ref VALID_RE: Regex = Regex::new(r"[^a-zA-Z\s!\./'\042_\$0-9]").unwrap(); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:147:83 [INFO] [stdout] | [INFO] [stdout] 147 | fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [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] 147 - fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [INFO] [stdout] 147 + fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:161:81 [INFO] [stdout] | [INFO] [stdout] 161 | fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 161 - fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] 161 + fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:184:57 [INFO] [stdout] | [INFO] [stdout] 184 | fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 184 - fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] 184 + fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:227:110 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 227 - pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stdout] 227 + pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling oozz v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / lazy_static! { [INFO] [stdout] 34 | | static ref VALID_RE: Regex = Regex::new(r"[^a-zA-Z\s!\./'\042_\$0-9]").unwrap(); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:147:83 [INFO] [stdout] | [INFO] [stdout] 147 | fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [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] 147 - fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [INFO] [stdout] 147 + fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:161:81 [INFO] [stdout] | [INFO] [stdout] 161 | fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 161 - fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] 161 + fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:184:57 [INFO] [stdout] | [INFO] [stdout] 184 | fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 184 - fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] 184 + fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:227:110 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [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] 227 - pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stdout] 227 + pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [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.56s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/oozz-7a835d9111ca6765) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/oozz-88e04d6094770665) [INFO] [stderr] Executable tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-0781b0c498e75720) [INFO] running `Command { std: "docker" "inspect" "b84e600b1356d0dbcffb6718601fd25c73b9683d21b631a4fa254a86f6c73c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b84e600b1356d0dbcffb6718601fd25c73b9683d21b631a4fa254a86f6c73c76", kill_on_drop: false }` [INFO] [stdout] b84e600b1356d0dbcffb6718601fd25c73b9683d21b631a4fa254a86f6c73c76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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] 22c6d9ad7f1a779bfeb30f2f58fe0bf1b94cc7cb4a1c1ad065fc8934a8d89f41 [INFO] running `Command { std: "docker" "start" "-a" "22c6d9ad7f1a779bfeb30f2f58fe0bf1b94cc7cb4a1c1ad065fc8934a8d89f41", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / lazy_static! { [INFO] [stderr] 34 | | static ref VALID_RE: Regex = Regex::new(r"[^a-zA-Z\s!\./'\042_\$0-9]").unwrap(); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:147:83 [INFO] [stderr] | [INFO] [stderr] 147 | fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [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] 147 - fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [INFO] [stderr] 147 + fn choose_oozz(input: &str, oozz: &[Vec]) -> Result>, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:161:81 [INFO] [stderr] | [INFO] [stderr] 161 | fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [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] 161 - fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stderr] 161 + fn produce_chars(input: &str, color: u8, bold: bool) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:184:57 [INFO] [stderr] | [INFO] [stderr] 184 | fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [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] 184 - fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stderr] 184 + fn produce_oozz(input: &str) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:227:110 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [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] 227 - pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stderr] 227 + pub fn run(input: &str, color: &str, bold: bool, center: bool, term_width: usize) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `oozz` (lib) generated 5 warnings [INFO] [stderr] warning: `oozz` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oozz-7a835d9111ca6765) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test::create_prelude ... ok [INFO] [stdout] test test::get_color_id ... ok [INFO] [stdout] test test::colorize ... ok [INFO] [stdout] test test::trim_prelude ... ok [INFO] [stdout] test test::valid_chars ... ok [INFO] [stdout] test test::parse_string ... ok [INFO] [stdout] test test::produce_chars ... ok [INFO] [stdout] test test::choose_oozz ... ok [INFO] [stdout] test test::produce_oozz ... ok [INFO] [stdout] test test::parse_oozz ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/oozz-88e04d6094770665) [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/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-0781b0c498e75720) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test dollar_quote ... ok [INFO] [stdout] test all_args ... ok [INFO] [stdout] test blue_centered ... ok [INFO] [stdout] test yellow_bold ... ok [INFO] [stdout] test no_args ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests oozz [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.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "22c6d9ad7f1a779bfeb30f2f58fe0bf1b94cc7cb4a1c1ad065fc8934a8d89f41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22c6d9ad7f1a779bfeb30f2f58fe0bf1b94cc7cb4a1c1ad065fc8934a8d89f41", kill_on_drop: false }` [INFO] [stdout] 22c6d9ad7f1a779bfeb30f2f58fe0bf1b94cc7cb4a1c1ad065fc8934a8d89f41