[INFO] fetching crate oozz 0.4.1... [INFO] testing oozz-0.4.1 against 1.60.0 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 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 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" "+1.60.0" "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" "+1.60.0" "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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 016679babc698a2ee8285c02b30ed75cff2ff336a83f6630075cda18a12bf521 [INFO] running `Command { std: "docker" "start" "-a" "016679babc698a2ee8285c02b30ed75cff2ff336a83f6630075cda18a12bf521", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "016679babc698a2ee8285c02b30ed75cff2ff336a83f6630075cda18a12bf521", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "016679babc698a2ee8285c02b30ed75cff2ff336a83f6630075cda18a12bf521", kill_on_drop: false }` [INFO] [stdout] 016679babc698a2ee8285c02b30ed75cff2ff336a83f6630075cda18a12bf521 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 352df384f0352c2fed0aac188e5ac3d7054d7d283d61b3fc21e6e203b0c47b96 [INFO] running `Command { std: "docker" "start" "-a" "352df384f0352c2fed0aac188e5ac3d7054d7d283d61b3fc21e6e203b0c47b96", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling utf8-ranges v1.0.5 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [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 12.57s [INFO] running `Command { std: "docker" "inspect" "352df384f0352c2fed0aac188e5ac3d7054d7d283d61b3fc21e6e203b0c47b96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "352df384f0352c2fed0aac188e5ac3d7054d7d283d61b3fc21e6e203b0c47b96", kill_on_drop: false }` [INFO] [stdout] 352df384f0352c2fed0aac188e5ac3d7054d7d283d61b3fc21e6e203b0c47b96 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d48b3077ae524514cf2cad504c442da4de8daca8547cb774b987c636a0d5f09e [INFO] running `Command { std: "docker" "start" "-a" "d48b3077ae524514cf2cad504c442da4de8daca8547cb774b987c636a0d5f09e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Compiling oozz v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [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 3.92s [INFO] running `Command { std: "docker" "inspect" "d48b3077ae524514cf2cad504c442da4de8daca8547cb774b987c636a0d5f09e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d48b3077ae524514cf2cad504c442da4de8daca8547cb774b987c636a0d5f09e", kill_on_drop: false }` [INFO] [stdout] d48b3077ae524514cf2cad504c442da4de8daca8547cb774b987c636a0d5f09e [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2eefadd58f789e7985be0556ef5625f2f7be55552d44e44c7779d63f85a294f0 [INFO] running `Command { std: "docker" "start" "-a" "2eefadd58f789e7985be0556ef5625f2f7be55552d44e44c7779d63f85a294f0", 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.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/oozz-2e01b892a00fb54e) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test::colorize ... ok [INFO] [stdout] test test::create_prelude ... ok [INFO] [stdout] test test::choose_oozz ... ok [INFO] [stdout] test test::get_color_id ... ok [INFO] [stdout] test test::trim_prelude ... ok [INFO] [stdout] test test::parse_string ... ok [INFO] [stdout] test test::produce_chars ... ok [INFO] [stdout] test test::valid_chars ... 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.05s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/oozz-dded88cf08bc1618) [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-597990764bf81e6c) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test all_args ... ok [INFO] [stdout] test blue_centered ... ok [INFO] [stdout] test yellow_bold ... ok [INFO] [stdout] test dollar_quote ... 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.03s [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.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2eefadd58f789e7985be0556ef5625f2f7be55552d44e44c7779d63f85a294f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2eefadd58f789e7985be0556ef5625f2f7be55552d44e44c7779d63f85a294f0", kill_on_drop: false }` [INFO] [stdout] 2eefadd58f789e7985be0556ef5625f2f7be55552d44e44c7779d63f85a294f0