[INFO] cloning repository https://github.com/ElliotLockerman/rust_args [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ElliotLockerman/rust_args" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElliotLockerman%2Frust_args", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElliotLockerman%2Frust_args'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4cd46a147620a0db895309b6a7ebfec5c51e5fa [INFO] testing ElliotLockerman/rust_args against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElliotLockerman%2Frust_args" "/workspace/builds/worker-113/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-113/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ElliotLockerman/rust_args on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ElliotLockerman/rust_args [INFO] finished tweaking git repo https://github.com/ElliotLockerman/rust_args [INFO] tweaked toml for git repo https://github.com/ElliotLockerman/rust_args written to /workspace/builds/worker-113/source/Cargo.toml [INFO] crate git repo https://github.com/ElliotLockerman/rust_args already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74aeb305f04f0692b68fcb0d855ab60a5a8349785172ba4bd83f360d72b642c8 [INFO] running `Command { std: "docker" "start" "-a" "74aeb305f04f0692b68fcb0d855ab60a5a8349785172ba4bd83f360d72b642c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74aeb305f04f0692b68fcb0d855ab60a5a8349785172ba4bd83f360d72b642c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74aeb305f04f0692b68fcb0d855ab60a5a8349785172ba4bd83f360d72b642c8", kill_on_drop: false }` [INFO] [stdout] 74aeb305f04f0692b68fcb0d855ab60a5a8349785172ba4bd83f360d72b642c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6052d1f4360d6d6762b2802cf7f075e688c04cf30e4540e2248780d67547d9f8 [INFO] running `Command { std: "docker" "start" "-a" "6052d1f4360d6d6762b2802cf7f075e688c04cf30e4540e2248780d67547d9f8", kill_on_drop: false }` [INFO] [stderr] Compiling args v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pos_args: Vec<&'a mut PosArgBase>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn PosArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:136:43 [INFO] [stdout] | [INFO] [stdout] 136 | kv_keys: BTreeMap>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn KVArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:138:45 [INFO] [stdout] | [INFO] [stdout] 138 | flag_keys: BTreeMap>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn FlagArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:152:52 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn add_pos_arg(&mut self, pos_arg: &'a mut PosArgBase) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn PosArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:158:54 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn add_kv_arg(&mut self, kv_arg: &'a RefCell) { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn KVArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:175:58 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn add_flag_arg(&mut self, flag_arg: &'a RefCell) { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn FlagArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.02s [INFO] running `Command { std: "docker" "inspect" "6052d1f4360d6d6762b2802cf7f075e688c04cf30e4540e2248780d67547d9f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6052d1f4360d6d6762b2802cf7f075e688c04cf30e4540e2248780d67547d9f8", kill_on_drop: false }` [INFO] [stdout] 6052d1f4360d6d6762b2802cf7f075e688c04cf30e4540e2248780d67547d9f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f03600991f384f4b87234e580843ff0cb9adf26eee14eb7725056ddaa94ed6fa [INFO] running `Command { std: "docker" "start" "-a" "f03600991f384f4b87234e580843ff0cb9adf26eee14eb7725056ddaa94ed6fa", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pos_args: Vec<&'a mut PosArgBase>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn PosArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling args v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:136:43 [INFO] [stdout] | [INFO] [stdout] 136 | kv_keys: BTreeMap>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn KVArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:138:45 [INFO] [stdout] | [INFO] [stdout] 138 | flag_keys: BTreeMap>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn FlagArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:152:52 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn add_pos_arg(&mut self, pos_arg: &'a mut PosArgBase) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn PosArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:158:54 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn add_kv_arg(&mut self, kv_arg: &'a RefCell) { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn KVArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:175:58 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn add_flag_arg(&mut self, flag_arg: &'a RefCell) { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn FlagArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pos_args: Vec<&'a mut PosArgBase>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn PosArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:136:43 [INFO] [stdout] | [INFO] [stdout] 136 | kv_keys: BTreeMap>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn KVArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:138:45 [INFO] [stdout] | [INFO] [stdout] 138 | flag_keys: BTreeMap>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn FlagArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:152:52 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn add_pos_arg(&mut self, pos_arg: &'a mut PosArgBase) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn PosArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:158:54 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn add_kv_arg(&mut self, kv_arg: &'a RefCell) { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn KVArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:175:58 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn add_flag_arg(&mut self, flag_arg: &'a RefCell) { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn FlagArgBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.19s [INFO] running `Command { std: "docker" "inspect" "f03600991f384f4b87234e580843ff0cb9adf26eee14eb7725056ddaa94ed6fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f03600991f384f4b87234e580843ff0cb9adf26eee14eb7725056ddaa94ed6fa", kill_on_drop: false }` [INFO] [stdout] f03600991f384f4b87234e580843ff0cb9adf26eee14eb7725056ddaa94ed6fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 94814e76af69b5b47568fe8cc8d7fbd3fc267808b56fc48f76113ad68523ffa8 [INFO] running `Command { std: "docker" "start" "-a" "94814e76af69b5b47568fe8cc8d7fbd3fc267808b56fc48f76113ad68523ffa8", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:133:27 [INFO] [stderr] | [INFO] [stderr] 133 | pos_args: Vec<&'a mut PosArgBase>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn PosArgBase` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:136:43 [INFO] [stderr] | [INFO] [stderr] 136 | kv_keys: BTreeMap>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn KVArgBase` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:138:45 [INFO] [stderr] | [INFO] [stderr] 138 | flag_keys: BTreeMap>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn FlagArgBase` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:152:52 [INFO] [stderr] | [INFO] [stderr] 152 | pub fn add_pos_arg(&mut self, pos_arg: &'a mut PosArgBase) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn PosArgBase` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:158:54 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn add_kv_arg(&mut self, kv_arg: &'a RefCell) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn KVArgBase` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:175:58 [INFO] [stderr] | [INFO] [stderr] 175 | pub fn add_flag_arg(&mut self, flag_arg: &'a RefCell) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn FlagArgBase` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `args` (lib) generated 6 warnings [INFO] [stderr] warning: `args` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/args-28cf89578d8b9dd3) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests args [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" "94814e76af69b5b47568fe8cc8d7fbd3fc267808b56fc48f76113ad68523ffa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94814e76af69b5b47568fe8cc8d7fbd3fc267808b56fc48f76113ad68523ffa8", kill_on_drop: false }` [INFO] [stdout] 94814e76af69b5b47568fe8cc8d7fbd3fc267808b56fc48f76113ad68523ffa8