[INFO] cloning repository https://github.com/clinuxrulz/sodium-rust-push-pull [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/clinuxrulz/sodium-rust-push-pull" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclinuxrulz%2Fsodium-rust-push-pull", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclinuxrulz%2Fsodium-rust-push-pull'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 429266536d15d61ba65c328596fabd832480f1b8 [INFO] testing clinuxrulz/sodium-rust-push-pull against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclinuxrulz%2Fsodium-rust-push-pull" "/workspace/builds/worker-108/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-108/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clinuxrulz/sodium-rust-push-pull on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/clinuxrulz/sodium-rust-push-pull [INFO] finished tweaking git repo https://github.com/clinuxrulz/sodium-rust-push-pull [INFO] tweaked toml for git repo https://github.com/clinuxrulz/sodium-rust-push-pull written to /workspace/builds/worker-108/source/Cargo.toml [INFO] crate git repo https://github.com/clinuxrulz/sodium-rust-push-pull already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a8321d7c07d73dfef25e387d51c88325c4b8bdb8901a108c268783425f995e1 [INFO] running `Command { std: "docker" "start" "-a" "4a8321d7c07d73dfef25e387d51c88325c4b8bdb8901a108c268783425f995e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a8321d7c07d73dfef25e387d51c88325c4b8bdb8901a108c268783425f995e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a8321d7c07d73dfef25e387d51c88325c4b8bdb8901a108c268783425f995e1", kill_on_drop: false }` [INFO] [stdout] 4a8321d7c07d73dfef25e387d51c88325c4b8bdb8901a108c268783425f995e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7669c4fb0cf38191eaf8825c9c2816d703c35233ddd77a32c53e2b678cbe4210 [INFO] running `Command { std: "docker" "start" "-a" "7669c4fb0cf38191eaf8825c9c2816d703c35233ddd77a32c53e2b678cbe4210", kill_on_drop: false }` [INFO] [stderr] Compiling sodium-rust-push-pull v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `sodium::impl_::MemoLazy` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::impl_::MemoLazy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Node` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sodium::impl_::Node; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::gc::Gc` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use sodium::impl_::gc::Gc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `lambda` [INFO] [stdout] --> src/sodium/impl_/lambda.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | macro_rules! lambda { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Listener` [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use sodium::impl_::Listener; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Latch` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::impl_::Latch; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::MemoLazy` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sodium::impl_::MemoLazy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Node` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use sodium::impl_::Node; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::gc::Gc` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sodium::impl_::gc::Gc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:487:16 [INFO] [stdout] | [INFO] [stdout] 487 | trace: 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] 487 - trace: Box, [INFO] [stdout] 487 + trace: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:487:24 [INFO] [stdout] | [INFO] [stdout] 487 | trace: 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] 487 - trace: Box, [INFO] [stdout] 487 + trace: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:488:19 [INFO] [stdout] | [INFO] [stdout] 488 | finalize: 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] 488 - finalize: Box, [INFO] [stdout] 488 + finalize: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:490:18 [INFO] [stdout] | [INFO] [stdout] 490 | cleanup: 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] 490 - cleanup: Box [INFO] [stdout] 490 + cleanup: Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/latch.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | thunk: BoxA>, [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] 12 - thunk: BoxA>, [INFO] [stdout] 12 + thunk: BoxA>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | thunk: 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] 15 - thunk: Box>, [INFO] [stdout] 15 + thunk: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | update: Boxbool>, [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] 31 - update: Boxbool>, [INFO] [stdout] 31 + update: Boxbool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | cleanup: 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] 35 - cleanup: Box, [INFO] [stdout] 35 + cleanup: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | pub pre_trans: Vec>, [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] 30 - pub pre_trans: Vec>, [INFO] [stdout] 30 + pub pre_trans: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | pub post_trans: Vec>, [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] 31 - pub post_trans: Vec>, [INFO] [stdout] 31 + pub post_trans: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | coalescer_op: OptionA>> [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] 20 - coalescer_op: OptionA>> [INFO] [stdout] 20 + coalescer_op: OptionA>> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/cell.rs:112:29 [INFO] [stdout] | [INFO] [stdout] 112 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 112 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 112 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/stream.rs:158:29 [INFO] [stdout] | [INFO] [stdout] 158 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 158 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 158 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/stream_sink.rs:38:29 [INFO] [stdout] | [INFO] [stdout] 38 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 38 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 38 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/cell.rs:35:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 35 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 35 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/cell.rs:466:29 [INFO] [stdout] | [INFO] [stdout] 466 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 466 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 466 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | fn trace(&self, f: &mut FnMut(&GcDep)); [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] 186 - fn trace(&self, f: &mut FnMut(&GcDep)); [INFO] [stdout] 186 + fn trace(&self, f: &mut dyn FnMut(&GcDep)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:196:29 [INFO] [stdout] | [INFO] [stdout] 196 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 196 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 196 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:202:29 [INFO] [stdout] | [INFO] [stdout] 202 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 202 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 202 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:209:29 [INFO] [stdout] | [INFO] [stdout] 209 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 209 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 209 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:218:29 [INFO] [stdout] | [INFO] [stdout] 218 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 218 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 218 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:226:30 [INFO] [stdout] | [INFO] [stdout] 226 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 226 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 226 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:230:29 [INFO] [stdout] | [INFO] [stdout] 230 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 230 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 230 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:238:30 [INFO] [stdout] | [INFO] [stdout] 238 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 238 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 238 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:242:30 [INFO] [stdout] | [INFO] [stdout] 242 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 242 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 242 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:246:30 [INFO] [stdout] | [INFO] [stdout] 246 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 246 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 246 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:250:30 [INFO] [stdout] | [INFO] [stdout] 250 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 250 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 250 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:254:30 [INFO] [stdout] | [INFO] [stdout] 254 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 254 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 254 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:258:29 [INFO] [stdout] | [INFO] [stdout] 258 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 258 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 258 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:494:29 [INFO] [stdout] | [INFO] [stdout] 494 | fn trace(&self, f: &mut FnMut(*mut Node)) { [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] 494 - fn trace(&self, f: &mut FnMut(*mut Node)) { [INFO] [stdout] 494 + fn trace(&self, f: &mut dyn FnMut(*mut Node)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/latch.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 17 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 17 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/listener.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 51 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 51 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 20 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 20 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 31 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 31 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:294:29 [INFO] [stdout] | [INFO] [stdout] 294 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 294 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 294 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 305 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 305 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream.rs:33:29 [INFO] [stdout] | [INFO] [stdout] 33 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 33 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 33 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream.rs:513:29 [INFO] [stdout] | [INFO] [stdout] 513 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 513 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 513 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:32:65 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [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] 32 - pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [INFO] [stdout] 32 + pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:125:29 [INFO] [stdout] | [INFO] [stdout] 125 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 125 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 125 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:576:47 [INFO] [stdout] | [INFO] [stdout] 576 | trace: Box::new(move |f: &mut FnMut(*mut Node)| { [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] 576 - trace: Box::new(move |f: &mut FnMut(*mut Node)| { [INFO] [stdout] 576 + trace: Box::new(move |f: &mut dyn FnMut(*mut Node)| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/sodium/impl_/stream.rs:322:42 [INFO] [stdout] | [INFO] [stdout] 322 | let eb = ebs.map(|(ref a,ref b):&(B,S)| a.clone()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/sodium/impl_/stream.rs:323:40 [INFO] [stdout] | [INFO] [stdout] 323 | let es_out = ebs.map(|(ref a,ref b):&(B,S)| b.clone()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `thunk` [INFO] [stdout] --> src/sodium/impl_/latch.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | thunk: BoxA>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `const_` [INFO] [stdout] --> src/sodium/impl_/latch.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn const_(value: A) -> Latch { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/sodium/impl_/latch.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn newA + 'static>(thunk: F) -> Latch { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/sodium/impl_/latch.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn get(&self) -> &A { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> src/sodium/impl_/latch.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_mut(&mut self) -> &mut A { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reset` [INFO] [stdout] --> src/sodium/impl_/latch.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn reset(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.12s [INFO] running `Command { std: "docker" "inspect" "7669c4fb0cf38191eaf8825c9c2816d703c35233ddd77a32c53e2b678cbe4210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7669c4fb0cf38191eaf8825c9c2816d703c35233ddd77a32c53e2b678cbe4210", kill_on_drop: false }` [INFO] [stdout] 7669c4fb0cf38191eaf8825c9c2816d703c35233ddd77a32c53e2b678cbe4210 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30ea39862546d57ff07bc4203eca522d99dbaa5e8d2782b8d6e89691a746615f [INFO] running `Command { std: "docker" "start" "-a" "30ea39862546d57ff07bc4203eca522d99dbaa5e8d2782b8d6e89691a746615f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unused import: `sodium::impl_::MemoLazy` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::impl_::MemoLazy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Node` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sodium::impl_::Node; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::gc::Gc` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use sodium::impl_::gc::Gc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `lambda` [INFO] [stdout] --> src/sodium/impl_/lambda.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | macro_rules! lambda { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Listener` [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use sodium::impl_::Listener; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Latch` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::impl_::Latch; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::MemoLazy` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sodium::impl_::MemoLazy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Node` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use sodium::impl_::Node; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::gc::Gc` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sodium::impl_::gc::Gc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:487:16 [INFO] [stdout] | [INFO] [stdout] 487 | trace: 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] 487 - trace: Box, [INFO] [stdout] 487 + trace: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:487:24 [INFO] [stdout] | [INFO] [stdout] 487 | trace: 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] 487 - trace: Box, [INFO] [stdout] 487 + trace: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:488:19 [INFO] [stdout] | [INFO] [stdout] 488 | finalize: 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] 488 - finalize: Box, [INFO] [stdout] 488 + finalize: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:490:18 [INFO] [stdout] | [INFO] [stdout] 490 | cleanup: 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] 490 - cleanup: Box [INFO] [stdout] 490 + cleanup: Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/latch.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | thunk: BoxA>, [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] 12 - thunk: BoxA>, [INFO] [stdout] 12 + thunk: BoxA>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | thunk: 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] 15 - thunk: Box>, [INFO] [stdout] 15 + thunk: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | update: Boxbool>, [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] 31 - update: Boxbool>, [INFO] [stdout] 31 + update: Boxbool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | cleanup: 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] 35 - cleanup: Box, [INFO] [stdout] 35 + cleanup: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | pub pre_trans: Vec>, [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] 30 - pub pre_trans: Vec>, [INFO] [stdout] 30 + pub pre_trans: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | pub post_trans: Vec>, [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] 31 - pub post_trans: Vec>, [INFO] [stdout] 31 + pub post_trans: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | coalescer_op: OptionA>> [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] 20 - coalescer_op: OptionA>> [INFO] [stdout] 20 + coalescer_op: OptionA>> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/cell.rs:112:29 [INFO] [stdout] | [INFO] [stdout] 112 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 112 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 112 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/stream.rs:158:29 [INFO] [stdout] | [INFO] [stdout] 158 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 158 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 158 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/stream_sink.rs:38:29 [INFO] [stdout] | [INFO] [stdout] 38 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 38 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 38 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/cell.rs:35:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 35 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 35 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/cell.rs:466:29 [INFO] [stdout] | [INFO] [stdout] 466 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 466 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 466 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | fn trace(&self, f: &mut FnMut(&GcDep)); [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] 186 - fn trace(&self, f: &mut FnMut(&GcDep)); [INFO] [stdout] 186 + fn trace(&self, f: &mut dyn FnMut(&GcDep)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:196:29 [INFO] [stdout] | [INFO] [stdout] 196 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 196 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 196 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:202:29 [INFO] [stdout] | [INFO] [stdout] 202 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 202 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 202 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:209:29 [INFO] [stdout] | [INFO] [stdout] 209 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 209 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 209 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:218:29 [INFO] [stdout] | [INFO] [stdout] 218 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 218 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 218 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:226:30 [INFO] [stdout] | [INFO] [stdout] 226 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 226 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 226 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:230:29 [INFO] [stdout] | [INFO] [stdout] 230 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 230 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 230 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:238:30 [INFO] [stdout] | [INFO] [stdout] 238 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 238 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 238 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:242:30 [INFO] [stdout] | [INFO] [stdout] 242 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 242 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 242 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:246:30 [INFO] [stdout] | [INFO] [stdout] 246 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 246 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 246 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:250:30 [INFO] [stdout] | [INFO] [stdout] 250 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 250 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 250 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:254:30 [INFO] [stdout] | [INFO] [stdout] 254 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 254 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 254 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:258:29 [INFO] [stdout] | [INFO] [stdout] 258 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 258 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 258 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:494:29 [INFO] [stdout] | [INFO] [stdout] 494 | fn trace(&self, f: &mut FnMut(*mut Node)) { [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] 494 - fn trace(&self, f: &mut FnMut(*mut Node)) { [INFO] [stdout] 494 + fn trace(&self, f: &mut dyn FnMut(*mut Node)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/latch.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 17 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 17 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/listener.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 51 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 51 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 20 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 20 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 31 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 31 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:294:29 [INFO] [stdout] | [INFO] [stdout] 294 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 294 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 294 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 305 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 305 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream.rs:33:29 [INFO] [stdout] | [INFO] [stdout] 33 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 33 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 33 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream.rs:513:29 [INFO] [stdout] | [INFO] [stdout] 513 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 513 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 513 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:32:65 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [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] 32 - pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [INFO] [stdout] 32 + pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:125:29 [INFO] [stdout] | [INFO] [stdout] 125 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 125 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 125 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:576:47 [INFO] [stdout] | [INFO] [stdout] 576 | trace: Box::new(move |f: &mut FnMut(*mut Node)| { [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] 576 - trace: Box::new(move |f: &mut FnMut(*mut Node)| { [INFO] [stdout] 576 + trace: Box::new(move |f: &mut dyn FnMut(*mut Node)| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/sodium/impl_/stream.rs:322:42 [INFO] [stdout] | [INFO] [stdout] 322 | let eb = ebs.map(|(ref a,ref b):&(B,S)| a.clone()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/sodium/impl_/stream.rs:323:40 [INFO] [stdout] | [INFO] [stdout] 323 | let es_out = ebs.map(|(ref a,ref b):&(B,S)| b.clone()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `thunk` [INFO] [stdout] --> src/sodium/impl_/latch.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | thunk: BoxA>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `const_` [INFO] [stdout] --> src/sodium/impl_/latch.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn const_(value: A) -> Latch { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/sodium/impl_/latch.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn newA + 'static>(thunk: F) -> Latch { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/sodium/impl_/latch.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn get(&self) -> &A { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> src/sodium/impl_/latch.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_mut(&mut self) -> &mut A { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reset` [INFO] [stdout] --> src/sodium/impl_/latch.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn reset(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sodium-rust-push-pull v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `sodium::impl_::MemoLazy` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::impl_::MemoLazy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Node` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sodium::impl_::Node; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::gc::Gc` [INFO] [stdout] --> src/sodium/impl_/cell_loop.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use sodium::impl_::gc::Gc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `lambda` [INFO] [stdout] --> src/sodium/impl_/lambda.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | macro_rules! lambda { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Listener` [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use sodium::impl_::Listener; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Latch` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::impl_::Latch; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::MemoLazy` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sodium::impl_::MemoLazy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::Node` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use sodium::impl_::Node; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::impl_::gc::Gc` [INFO] [stdout] --> src/sodium/impl_/stream_loop.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sodium::impl_::gc::Gc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::CellSink` [INFO] [stdout] --> src/tests/cell_test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::CellSink; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/tests/mod.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mod cell_test; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::CellLoop` [INFO] [stdout] --> src/tests/cell_loop_test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sodium::CellLoop; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/tests/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod cell_loop_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::CellSink` [INFO] [stdout] --> src/tests/cell_loop_test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::CellSink; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/tests/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod cell_loop_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::StreamSink` [INFO] [stdout] --> src/tests/cell_loop_test.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use sodium::StreamSink; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/tests/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod cell_loop_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::CellLoop` [INFO] [stdout] --> src/tests/stream_test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sodium::CellLoop; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/tests/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | mod stream_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::CellSink` [INFO] [stdout] --> src/tests/stream_test.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sodium::CellSink; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/tests/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | mod stream_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sodium::StreamLoop` [INFO] [stdout] --> src/tests/stream_test.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use sodium::StreamLoop; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/tests/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | mod stream_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:487:16 [INFO] [stdout] | [INFO] [stdout] 487 | trace: 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] 487 - trace: Box, [INFO] [stdout] 487 + trace: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:487:24 [INFO] [stdout] | [INFO] [stdout] 487 | trace: 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] 487 - trace: Box, [INFO] [stdout] 487 + trace: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:488:19 [INFO] [stdout] | [INFO] [stdout] 488 | finalize: 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] 488 - finalize: Box, [INFO] [stdout] 488 + finalize: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:490:18 [INFO] [stdout] | [INFO] [stdout] 490 | cleanup: 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] 490 - cleanup: Box [INFO] [stdout] 490 + cleanup: Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/latch.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | thunk: BoxA>, [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] 12 - thunk: BoxA>, [INFO] [stdout] 12 + thunk: BoxA>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | thunk: 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] 15 - thunk: Box>, [INFO] [stdout] 15 + thunk: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | update: Boxbool>, [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] 31 - update: Boxbool>, [INFO] [stdout] 31 + update: Boxbool>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | cleanup: 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] 35 - cleanup: Box, [INFO] [stdout] 35 + cleanup: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | pub pre_trans: Vec>, [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] 30 - pub pre_trans: Vec>, [INFO] [stdout] 30 + pub pre_trans: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/sodium_ctx.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | pub post_trans: Vec>, [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] 31 - pub post_trans: Vec>, [INFO] [stdout] 31 + pub post_trans: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | coalescer_op: OptionA>> [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] 20 - coalescer_op: OptionA>> [INFO] [stdout] 20 + coalescer_op: OptionA>> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/cell.rs:112:29 [INFO] [stdout] | [INFO] [stdout] 112 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 112 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 112 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/stream.rs:158:29 [INFO] [stdout] | [INFO] [stdout] 158 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 158 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 158 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/stream_sink.rs:38:29 [INFO] [stdout] | [INFO] [stdout] 38 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 38 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 38 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tests/gc_test.rs:33:33 [INFO] [stdout] | [INFO] [stdout] 33 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 33 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 33 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tests/gc_test.rs:86:33 [INFO] [stdout] | [INFO] [stdout] 86 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 86 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 86 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tests/gc_test.rs:142:33 [INFO] [stdout] | [INFO] [stdout] 142 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 142 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 142 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tests/gc_test.rs:203:33 [INFO] [stdout] | [INFO] [stdout] 203 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [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] 203 - fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 203 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tests/stream_test.rs:541:37 [INFO] [stdout] | [INFO] [stdout] 541 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [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] 541 - fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 541 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tests/stream_test.rs:608:37 [INFO] [stdout] | [INFO] [stdout] 608 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [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] 608 - fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 608 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tests/stream_test.rs:675:37 [INFO] [stdout] | [INFO] [stdout] 675 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 675 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 675 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/cell.rs:35:29 [INFO] [stdout] | [INFO] [stdout] 35 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 35 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 35 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/cell.rs:466:29 [INFO] [stdout] | [INFO] [stdout] 466 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 466 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 466 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | fn trace(&self, f: &mut FnMut(&GcDep)); [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] 186 - fn trace(&self, f: &mut FnMut(&GcDep)); [INFO] [stdout] 186 + fn trace(&self, f: &mut dyn FnMut(&GcDep)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:196:29 [INFO] [stdout] | [INFO] [stdout] 196 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 196 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 196 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:202:29 [INFO] [stdout] | [INFO] [stdout] 202 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 202 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 202 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:209:29 [INFO] [stdout] | [INFO] [stdout] 209 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 209 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 209 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:218:29 [INFO] [stdout] | [INFO] [stdout] 218 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 218 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 218 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:226:30 [INFO] [stdout] | [INFO] [stdout] 226 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 226 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 226 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:230:29 [INFO] [stdout] | [INFO] [stdout] 230 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 230 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 230 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:238:30 [INFO] [stdout] | [INFO] [stdout] 238 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 238 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 238 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:242:30 [INFO] [stdout] | [INFO] [stdout] 242 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 242 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 242 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:246:30 [INFO] [stdout] | [INFO] [stdout] 246 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 246 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 246 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:250:30 [INFO] [stdout] | [INFO] [stdout] 250 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 250 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 250 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:254:30 [INFO] [stdout] | [INFO] [stdout] 254 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 254 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stdout] 254 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:258:29 [INFO] [stdout] | [INFO] [stdout] 258 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 258 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 258 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:494:29 [INFO] [stdout] | [INFO] [stdout] 494 | fn trace(&self, f: &mut FnMut(*mut Node)) { [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] 494 - fn trace(&self, f: &mut FnMut(*mut Node)) { [INFO] [stdout] 494 + fn trace(&self, f: &mut dyn FnMut(*mut Node)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/latch.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 17 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 17 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/listener.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 51 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 51 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 20 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 20 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/memo_lazy.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 31 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 31 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:294:29 [INFO] [stdout] | [INFO] [stdout] 294 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 294 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 294 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/node.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 305 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 305 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream.rs:33:29 [INFO] [stdout] | [INFO] [stdout] 33 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 33 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 33 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream.rs:513:29 [INFO] [stdout] | [INFO] [stdout] 513 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 513 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 513 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:32:65 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [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] 32 - pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [INFO] [stdout] 32 + pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/stream_sink.rs:125:29 [INFO] [stdout] | [INFO] [stdout] 125 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 125 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stdout] 125 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sodium/impl_/gc.rs:576:47 [INFO] [stdout] | [INFO] [stdout] 576 | trace: Box::new(move |f: &mut FnMut(*mut Node)| { [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] 576 - trace: Box::new(move |f: &mut FnMut(*mut Node)| { [INFO] [stdout] 576 + trace: Box::new(move |f: &mut dyn FnMut(*mut Node)| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tests/gc_test.rs:219:42 [INFO] [stdout] | [INFO] [stdout] 219 | .upcast(|x| x as &GcCell); [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] 219 - .upcast(|x| x as &GcCell); [INFO] [stdout] 219 + .upcast(|x| x as &GcCell); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/tests/gc_test.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sodium_ctx` [INFO] [stdout] --> src/tests/stream_test.rs:286:14 [INFO] [stdout] | [INFO] [stdout] 286 | |sodium_ctx| { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sodium_ctx2` [INFO] [stdout] --> src/tests/stream_test.rs:544:13 [INFO] [stdout] | [INFO] [stdout] 544 | let sodium_ctx2 = sodium_ctx.clone(); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sodium_ctx2` [INFO] [stdout] --> src/tests/stream_test.rs:614:13 [INFO] [stdout] | [INFO] [stdout] 614 | let sodium_ctx2 = &mut sodium_ctx2; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sodium_ctx` [INFO] [stdout] --> src/tests/stream_test.rs:708:14 [INFO] [stdout] | [INFO] [stdout] 708 | |sodium_ctx| { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sodium_ctx2` [INFO] [stdout] --> src/tests/stream_test.rs:685:13 [INFO] [stdout] | [INFO] [stdout] 685 | let sodium_ctx2 = &sodium_ctx2; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/tests/stream_test.rs:541:29 [INFO] [stdout] | [INFO] [stdout] 541 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/tests/stream_test.rs:608:29 [INFO] [stdout] | [INFO] [stdout] 608 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/sodium/impl_/stream.rs:322:42 [INFO] [stdout] | [INFO] [stdout] 322 | let eb = ebs.map(|(ref a,ref b):&(B,S)| a.clone()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/sodium/impl_/stream.rs:323:40 [INFO] [stdout] | [INFO] [stdout] 323 | let es_out = ebs.map(|(ref a,ref b):&(B,S)| b.clone()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tests/cell_loop_test.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | let mut b = sodium_ctx.new_cell_loop(); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tests/cell_loop_test.rs:54:21 [INFO] [stdout] | [INFO] [stdout] 54 | let mut a = sodium_ctx.new_cell_loop(); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tests/cell_loop_test.rs:86:21 [INFO] [stdout] | [INFO] [stdout] 86 | let mut a = sodium_ctx.new_cell_loop(); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tests/stream_test.rs:287:21 [INFO] [stdout] | [INFO] [stdout] 287 | let mut sb = sodium_ctx2.new_stream_loop(); [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tests/stream_test.rs:729:21 [INFO] [stdout] | [INFO] [stdout] 729 | let mut sum = sodium_ctx.new_cell_loop(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `thunk` [INFO] [stdout] --> src/sodium/impl_/latch.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | thunk: BoxA>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `const_` [INFO] [stdout] --> src/sodium/impl_/latch.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn const_(value: A) -> Latch { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/sodium/impl_/latch.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn newA + 'static>(thunk: F) -> Latch { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/sodium/impl_/latch.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn get(&self) -> &A { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> src/sodium/impl_/latch.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_mut(&mut self) -> &mut A { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reset` [INFO] [stdout] --> src/sodium/impl_/latch.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn reset(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 86 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "30ea39862546d57ff07bc4203eca522d99dbaa5e8d2782b8d6e89691a746615f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30ea39862546d57ff07bc4203eca522d99dbaa5e8d2782b8d6e89691a746615f", kill_on_drop: false }` [INFO] [stdout] 30ea39862546d57ff07bc4203eca522d99dbaa5e8d2782b8d6e89691a746615f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d354ce90f3ddcaca21c31fca4fddee687417fc3d7cd3b89c4550ad804a07d40c [INFO] running `Command { std: "docker" "start" "-a" "d354ce90f3ddcaca21c31fca4fddee687417fc3d7cd3b89c4550ad804a07d40c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused import: `sodium::impl_::MemoLazy` [INFO] [stderr] --> src/sodium/impl_/cell_loop.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use sodium::impl_::MemoLazy; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::impl_::Node` [INFO] [stderr] --> src/sodium/impl_/cell_loop.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use sodium::impl_::Node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::impl_::gc::Gc` [INFO] [stderr] --> src/sodium/impl_/cell_loop.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use sodium::impl_::gc::Gc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition: `lambda` [INFO] [stderr] --> src/sodium/impl_/lambda.rs:26:14 [INFO] [stderr] | [INFO] [stderr] 26 | macro_rules! lambda { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::impl_::Listener` [INFO] [stderr] --> src/sodium/impl_/sodium_ctx.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use sodium::impl_::Listener; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::impl_::Latch` [INFO] [stderr] --> src/sodium/impl_/stream_loop.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use sodium::impl_::Latch; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::impl_::MemoLazy` [INFO] [stderr] --> src/sodium/impl_/stream_loop.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use sodium::impl_::MemoLazy; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::impl_::Node` [INFO] [stderr] --> src/sodium/impl_/stream_loop.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use sodium::impl_::Node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::impl_::gc::Gc` [INFO] [stderr] --> src/sodium/impl_/stream_loop.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use sodium::impl_::gc::Gc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:487:16 [INFO] [stderr] | [INFO] [stderr] 487 | trace: 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] 487 - trace: Box, [INFO] [stderr] 487 + trace: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:487:24 [INFO] [stderr] | [INFO] [stderr] 487 | trace: 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] 487 - trace: Box, [INFO] [stderr] 487 + trace: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:488:19 [INFO] [stderr] | [INFO] [stderr] 488 | finalize: 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] 488 - finalize: Box, [INFO] [stderr] 488 + finalize: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:490:18 [INFO] [stderr] | [INFO] [stderr] 490 | cleanup: 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] 490 - cleanup: Box [INFO] [stderr] 490 + cleanup: Box [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/latch.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | thunk: BoxA>, [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] 12 - thunk: BoxA>, [INFO] [stderr] 12 + thunk: BoxA>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/memo_lazy.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | thunk: 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] 15 - thunk: Box>, [INFO] [stderr] 15 + thunk: Box>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/node.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | update: Boxbool>, [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] 31 - update: Boxbool>, [INFO] [stderr] 31 + update: Boxbool>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/node.rs:35:18 [INFO] [stderr] | [INFO] [stderr] 35 | cleanup: 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] 35 - cleanup: Box, [INFO] [stderr] 35 + cleanup: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/sodium_ctx.rs:30:28 [INFO] [stderr] | [INFO] [stderr] 30 | pub pre_trans: Vec>, [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] 30 - pub pre_trans: Vec>, [INFO] [stderr] 30 + pub pre_trans: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/sodium_ctx.rs:31:29 [INFO] [stderr] | [INFO] [stderr] 31 | pub post_trans: Vec>, [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] 31 - pub post_trans: Vec>, [INFO] [stderr] 31 + pub post_trans: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/stream_sink.rs:20:29 [INFO] [stderr] | [INFO] [stderr] 20 | coalescer_op: OptionA>> [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] 20 - coalescer_op: OptionA>> [INFO] [stderr] 20 + coalescer_op: OptionA>> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/cell.rs:112:29 [INFO] [stderr] | [INFO] [stderr] 112 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 112 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 112 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/stream.rs:158:29 [INFO] [stderr] | [INFO] [stderr] 158 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 158 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 158 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/stream_sink.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 38 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 38 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/cell.rs:35:29 [INFO] [stderr] | [INFO] [stderr] 35 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 35 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 35 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/cell.rs:466:29 [INFO] [stderr] | [INFO] [stderr] 466 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 466 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 466 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:186:29 [INFO] [stderr] | [INFO] [stderr] 186 | fn trace(&self, f: &mut FnMut(&GcDep)); [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] 186 - fn trace(&self, f: &mut FnMut(&GcDep)); [INFO] [stderr] 186 + fn trace(&self, f: &mut dyn FnMut(&GcDep)); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:196:29 [INFO] [stderr] | [INFO] [stderr] 196 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 196 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 196 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:202:29 [INFO] [stderr] | [INFO] [stderr] 202 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 202 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 202 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:209:29 [INFO] [stderr] | [INFO] [stderr] 209 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 209 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 209 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:218:29 [INFO] [stderr] | [INFO] [stderr] 218 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 218 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 218 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:226:30 [INFO] [stderr] | [INFO] [stderr] 226 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 226 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 226 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:230:29 [INFO] [stderr] | [INFO] [stderr] 230 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 230 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 230 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:238:30 [INFO] [stderr] | [INFO] [stderr] 238 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 238 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 238 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:242:30 [INFO] [stderr] | [INFO] [stderr] 242 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 242 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 242 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:246:30 [INFO] [stderr] | [INFO] [stderr] 246 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 246 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 246 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:250:30 [INFO] [stderr] | [INFO] [stderr] 250 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 250 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 250 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:254:30 [INFO] [stderr] | [INFO] [stderr] 254 | fn trace(&self, _f: &mut FnMut(&GcDep)) {} [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] 254 - fn trace(&self, _f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 254 + fn trace(&self, _f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:258:29 [INFO] [stderr] | [INFO] [stderr] 258 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 258 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 258 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:494:29 [INFO] [stderr] | [INFO] [stderr] 494 | fn trace(&self, f: &mut FnMut(*mut Node)) { [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] 494 - fn trace(&self, f: &mut FnMut(*mut Node)) { [INFO] [stderr] 494 + fn trace(&self, f: &mut dyn FnMut(*mut Node)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/latch.rs:17:29 [INFO] [stderr] | [INFO] [stderr] 17 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 17 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 17 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/listener.rs:51:29 [INFO] [stderr] | [INFO] [stderr] 51 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 51 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 51 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/memo_lazy.rs:20:29 [INFO] [stderr] | [INFO] [stderr] 20 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 20 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 20 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/memo_lazy.rs:31:29 [INFO] [stderr] | [INFO] [stderr] 31 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 31 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 31 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/node.rs:294:29 [INFO] [stderr] | [INFO] [stderr] 294 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 294 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 294 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/node.rs:305:29 [INFO] [stderr] | [INFO] [stderr] 305 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 305 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 305 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/stream.rs:33:29 [INFO] [stderr] | [INFO] [stderr] 33 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 33 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 33 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/stream.rs:513:29 [INFO] [stderr] | [INFO] [stderr] 513 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 513 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 513 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/stream_sink.rs:32:65 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [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] 32 - pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [INFO] [stderr] 32 + pub fn _new(sodium_ctx: &SodiumCtx, coalescer_op: OptionA>>) -> StreamSink { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/stream_sink.rs:125:29 [INFO] [stderr] | [INFO] [stderr] 125 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 125 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 125 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sodium/impl_/gc.rs:576:47 [INFO] [stderr] | [INFO] [stderr] 576 | trace: Box::new(move |f: &mut FnMut(*mut Node)| { [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] 576 - trace: Box::new(move |f: &mut FnMut(*mut Node)| { [INFO] [stderr] 576 + trace: Box::new(move |f: &mut dyn FnMut(*mut Node)| { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/sodium/impl_/stream.rs:322:42 [INFO] [stderr] | [INFO] [stderr] 322 | let eb = ebs.map(|(ref a,ref b):&(B,S)| a.clone()); [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/sodium/impl_/stream.rs:323:40 [INFO] [stderr] | [INFO] [stderr] 323 | let es_out = ebs.map(|(ref a,ref b):&(B,S)| b.clone()); [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `thunk` [INFO] [stderr] --> src/sodium/impl_/latch.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | thunk: BoxA>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `const_` [INFO] [stderr] --> src/sodium/impl_/latch.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn const_(value: A) -> Latch { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/sodium/impl_/latch.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn newA + 'static>(thunk: F) -> Latch { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get` [INFO] [stderr] --> src/sodium/impl_/latch.rs:49:12 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn get(&self) -> &A { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_mut` [INFO] [stderr] --> src/sodium/impl_/latch.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn get_mut(&mut self) -> &mut A { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `reset` [INFO] [stderr] --> src/sodium/impl_/latch.rs:59:12 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn reset(&mut self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `sodium-rust-push-pull` (lib) generated 58 warnings [INFO] [stderr] warning: unused import: `sodium::CellSink` [INFO] [stderr] --> src/tests/cell_test.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use sodium::CellSink; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stderr] --> src/tests/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | mod cell_test; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::CellLoop` [INFO] [stderr] --> src/tests/cell_loop_test.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use sodium::CellLoop; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stderr] --> src/tests/mod.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | mod cell_loop_test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::CellSink` [INFO] [stderr] --> src/tests/cell_loop_test.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use sodium::CellSink; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stderr] --> src/tests/mod.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | mod cell_loop_test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::StreamSink` [INFO] [stderr] --> src/tests/cell_loop_test.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use sodium::StreamSink; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stderr] --> src/tests/mod.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | mod cell_loop_test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::CellLoop` [INFO] [stderr] --> src/tests/stream_test.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use sodium::CellLoop; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stderr] --> src/tests/mod.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | mod stream_test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::CellSink` [INFO] [stderr] --> src/tests/stream_test.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use sodium::CellSink; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stderr] --> src/tests/mod.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | mod stream_test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sodium::StreamLoop` [INFO] [stderr] --> src/tests/stream_test.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use sodium::StreamLoop; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stderr] --> src/tests/mod.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | mod stream_test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/gc_test.rs:33:33 [INFO] [stderr] | [INFO] [stderr] 33 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 33 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 33 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/gc_test.rs:86:33 [INFO] [stderr] | [INFO] [stderr] 86 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 86 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 86 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/gc_test.rs:142:33 [INFO] [stderr] | [INFO] [stderr] 142 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 142 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 142 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/gc_test.rs:203:33 [INFO] [stderr] | [INFO] [stderr] 203 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [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] 203 - fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 203 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/stream_test.rs:541:37 [INFO] [stderr] | [INFO] [stderr] 541 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [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] 541 - fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 541 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/stream_test.rs:608:37 [INFO] [stderr] | [INFO] [stderr] 608 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [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] 608 - fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stderr] 608 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/stream_test.rs:675:37 [INFO] [stderr] | [INFO] [stderr] 675 | fn trace(&self, f: &mut FnMut(&GcDep)) { [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] 675 - fn trace(&self, f: &mut FnMut(&GcDep)) { [INFO] [stderr] 675 + fn trace(&self, f: &mut dyn FnMut(&GcDep)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/gc_test.rs:219:42 [INFO] [stderr] | [INFO] [stderr] 219 | .upcast(|x| x as &GcCell); [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] 219 - .upcast(|x| x as &GcCell); [INFO] [stderr] 219 + .upcast(|x| x as &GcCell); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/tests/gc_test.rs:203:25 [INFO] [stderr] | [INFO] [stderr] 203 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sodium_ctx` [INFO] [stderr] --> src/tests/stream_test.rs:286:14 [INFO] [stderr] | [INFO] [stderr] 286 | |sodium_ctx| { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sodium_ctx2` [INFO] [stderr] --> src/tests/stream_test.rs:544:13 [INFO] [stderr] | [INFO] [stderr] 544 | let sodium_ctx2 = sodium_ctx.clone(); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sodium_ctx2` [INFO] [stderr] --> src/tests/stream_test.rs:614:13 [INFO] [stderr] | [INFO] [stderr] 614 | let sodium_ctx2 = &mut sodium_ctx2; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sodium_ctx` [INFO] [stderr] --> src/tests/stream_test.rs:708:14 [INFO] [stderr] | [INFO] [stderr] 708 | |sodium_ctx| { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sodium_ctx2` [INFO] [stderr] --> src/tests/stream_test.rs:685:13 [INFO] [stderr] | [INFO] [stderr] 685 | let sodium_ctx2 = &sodium_ctx2; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sodium_ctx2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/tests/stream_test.rs:541:29 [INFO] [stderr] | [INFO] [stderr] 541 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/tests/stream_test.rs:608:29 [INFO] [stderr] | [INFO] [stderr] 608 | fn trace(&self, f: &mut FnMut(&GcDep)) {} [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/sodium/impl_/stream.rs:322:42 [INFO] [stderr] | [INFO] [stderr] 322 | let eb = ebs.map(|(ref a,ref b):&(B,S)| a.clone()); [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tests/cell_loop_test.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | let mut b = sodium_ctx.new_cell_loop(); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tests/cell_loop_test.rs:54:21 [INFO] [stderr] | [INFO] [stderr] 54 | let mut a = sodium_ctx.new_cell_loop(); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tests/cell_loop_test.rs:86:21 [INFO] [stderr] | [INFO] [stderr] 86 | let mut a = sodium_ctx.new_cell_loop(); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tests/stream_test.rs:287:21 [INFO] [stderr] | [INFO] [stderr] 287 | let mut sb = sodium_ctx2.new_stream_loop(); [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tests/stream_test.rs:729:21 [INFO] [stderr] | [INFO] [stderr] 729 | let mut sum = sodium_ctx.new_cell_loop(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: `sodium-rust-push-pull` (lib test) generated 86 warnings (57 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.49s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sodium_rust_push_pull-e8c4b2250216ca3c) [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test tests::cell_test::constant_cell ... ok [INFO] [stdout] test tests::cell_loop_test::loop_value_snapshot ... ok [INFO] [stdout] test tests::cell_loop_test::lift_loop ... ok [INFO] [stdout] test tests::cell_loop_test::loop_value_hold ... ok [INFO] [stdout] test tests::gc_test::gc_deref ... ok [INFO] [stdout] test tests::gc_test::gc_loop ... ok [INFO] [stdout] test tests::gc_test::gc_twin_loop ... ok [INFO] [stdout] test tests::gc_test::gc_twin_loop_self ... ok [INFO] [stdout] test tests::gc_test::gc_upcast ... ok [INFO] [stdout] test tests::cell_test::map_c ... ok [INFO] [stdout] test tests::gc_test::gc_weak ... ok [INFO] [stdout] test tests::stream_test::coalesce ... ok [INFO] [stdout] test tests::stream_test::gc_crash_test ... ok [INFO] [stdout] test tests::stream_test::filter ... ok [INFO] [stdout] test tests::stream_test::filter_option ... ok [INFO] [stdout] test tests::stream_test::gate ... ok [INFO] [stdout] test tests::stream_test::hold_is_delayed ... ok [INFO] [stdout] test tests::stream_test::map ... ok [INFO] [stdout] test tests::stream_test::defer ... ok [INFO] [stdout] test tests::stream_test::hold ... ok [INFO] [stdout] test tests::stream_test::map_to ... ok [INFO] [stdout] test tests::stream_test::accum ... ok [INFO] [stdout] test tests::cell_test::lift_cells_in_switch_c ... ok [INFO] [stdout] test tests::stream_test::once ... ok [INFO] [stdout] test tests::stream_test::loop_ ... ok [INFO] [stdout] test tests::stream_test::merge_non_simultaneous ... ok [INFO] [stdout] test tests::stream_test::merge ... ok [INFO] [stdout] test tests::stream_test::loop_cell ... ok [INFO] [stdout] test tests::stream_test::merge_simultaneous ... ok [INFO] [stdout] test tests::stream_test::collect ... ok [INFO] [stdout] test tests::stream_test::switch_s_simultaneous ... ok [INFO] [stdout] test tests::stream_test::switch_s ... FAILED [INFO] [stdout] test tests::stream_test::switch_c ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::stream_test::switch_s stdout ---- [INFO] [stdout] thread 'tests::stream_test::switch_s' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `["A", "B", "C", "d", "e", "F", "G", "h", "I"]`, [INFO] [stdout] right: `["A", "B", "C", "F", "G", "I"]`', src/tests/stream_test.rs:648:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5571abc21e5c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5571abc21e5c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5571abc21e5c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5571abc21e5c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5571abc471bc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5571abc1d758 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5571abc24127 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5571abc24127 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5571abc24127 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5571abc23e5b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5571abc2487a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5571abc24567 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5571abc22324 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5571abc24279 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5571ab9ae133 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5571abc45d78 - core::panicking::assert_failed_inner::h6332a1b3f7595954 [INFO] [stdout] 16: 0x5571aba1254a - core::panicking::assert_failed::hdbc05e7361284d2a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5571abb60777 - sodium_rust_push_pull::tests::stream_test::switch_s::hb5eeea9d891d64e6 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/stream_test.rs:648:9 [INFO] [stdout] 18: 0x5571abb5fbfa - sodium_rust_push_pull::tests::stream_test::switch_s::{{closure}}::h185e1f0f6689b4ad [INFO] [stdout] at /opt/rustwide/workdir/src/tests/stream_test.rs:584:1 [INFO] [stdout] 19: 0x5571aba4248e - core::ops::function::FnOnce::call_once::h0d2100712eecbf95 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5571abbf7e83 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5571abbf7e83 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x5571abbf6bb1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x5571abbf6bb1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5571abbf6bb1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5571abbf6bb1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5571abbf6bb1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5571abbf6bb1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x5571abbf6bb1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5571abc00491 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5571abc00491 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5571abbccbef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5571abbccbef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5571abbccbef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5571abbccbef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5571abbccbef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5571abbccbef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5571abbccbef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5571abc2a513 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5571abc2a513 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x5571abc2a513 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe46ded2609 - start_thread [INFO] [stdout] 42: 0x7fe46dca4293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::stream_test::switch_s [INFO] [stdout] [INFO] [stdout] test result: FAILED. 32 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "d354ce90f3ddcaca21c31fca4fddee687417fc3d7cd3b89c4550ad804a07d40c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d354ce90f3ddcaca21c31fca4fddee687417fc3d7cd3b89c4550ad804a07d40c", kill_on_drop: false }` [INFO] [stdout] d354ce90f3ddcaca21c31fca4fddee687417fc3d7cd3b89c4550ad804a07d40c