[INFO] cloning repository https://github.com/Gopiandcode/dependent-view [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Gopiandcode/dependent-view" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGopiandcode%2Fdependent-view", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGopiandcode%2Fdependent-view'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0b2146a53e0b47d2deb527542357a1d143c0c4eb [INFO] testing Gopiandcode/dependent-view against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGopiandcode%2Fdependent-view" "/workspace/builds/worker-41/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-41/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Gopiandcode/dependent-view on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Gopiandcode/dependent-view [INFO] finished tweaking git repo https://github.com/Gopiandcode/dependent-view [INFO] tweaked toml for git repo https://github.com/Gopiandcode/dependent-view written to /workspace/builds/worker-41/source/Cargo.toml [INFO] crate git repo https://github.com/Gopiandcode/dependent-view already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9be8cc12bb9216e38dde0ad16180a8eae6a50264f1a138866b6a985eabb25028 [INFO] running `Command { std: "docker" "start" "-a" "9be8cc12bb9216e38dde0ad16180a8eae6a50264f1a138866b6a985eabb25028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9be8cc12bb9216e38dde0ad16180a8eae6a50264f1a138866b6a985eabb25028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9be8cc12bb9216e38dde0ad16180a8eae6a50264f1a138866b6a985eabb25028", kill_on_drop: false }` [INFO] [stdout] 9be8cc12bb9216e38dde0ad16180a8eae6a50264f1a138866b6a985eabb25028 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1401d01d1a3774d94660b01e3b63854c18b0836c992996aacc9aafc5ee7b9e22 [INFO] running `Command { std: "docker" "start" "-a" "1401d01d1a3774d94660b01e3b63854c18b0836c992996aacc9aafc5ee7b9e22", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dependent_view v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | dependants: Vec> [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] 63 - dependants: Vec> [INFO] [stdout] 63 + dependants: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:142:25 [INFO] [stdout] | [INFO] [stdout] 142 | dependants: 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] 142 - dependants: Vec> [INFO] [stdout] 142 + dependants: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:89:31 [INFO] [stdout] | [INFO] [stdout] 89 | H : FnOnce(X) -> Rc [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] 89 - H : FnOnce(X) -> Rc [INFO] [stdout] 89 + H : FnOnce(X) -> Rc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:168:26 [INFO] [stdout] | [INFO] [stdout] 168 | H : FnOnce(X) -> Arc [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] 168 - H : FnOnce(X) -> Arc [INFO] [stdout] 168 + H : FnOnce(X) -> Arc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:92:28 [INFO] [stdout] | [INFO] [stdout] 92 | let reference : Rc = to_any(reference); [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] 92 - let reference : Rc = to_any(reference); [INFO] [stdout] 92 + let reference : Rc = to_any(reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | let reference : &Rc = push_ref(&mut self.dependants, reference); [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] 93 - let reference : &Rc = push_ref(&mut self.dependants, reference); [INFO] [stdout] 93 + let reference : &Rc = push_ref(&mut self.dependants, reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:171:29 [INFO] [stdout] | [INFO] [stdout] 171 | let reference : Arc = to_any(reference); [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] 171 - let reference : Arc = to_any(reference); [INFO] [stdout] 171 + let reference : Arc = to_any(reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:172:30 [INFO] [stdout] | [INFO] [stdout] 172 | let reference : &Arc = push_ref(&mut self.dependants, reference); [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] 172 - let reference : &Arc = push_ref(&mut self.dependants, reference); [INFO] [stdout] 172 + let reference : &Arc = push_ref(&mut self.dependants, reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "1401d01d1a3774d94660b01e3b63854c18b0836c992996aacc9aafc5ee7b9e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1401d01d1a3774d94660b01e3b63854c18b0836c992996aacc9aafc5ee7b9e22", kill_on_drop: false }` [INFO] [stdout] 1401d01d1a3774d94660b01e3b63854c18b0836c992996aacc9aafc5ee7b9e22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0bd7d6cfc4baa00729d533f1da145bcde167ad2f92624decd3b7dea418d6f36 [INFO] running `Command { std: "docker" "start" "-a" "a0bd7d6cfc4baa00729d533f1da145bcde167ad2f92624decd3b7dea418d6f36", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | dependants: Vec> [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] 63 - dependants: Vec> [INFO] [stdout] 63 + dependants: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:142:25 [INFO] [stdout] | [INFO] [stdout] 142 | dependants: 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] 142 - dependants: Vec> [INFO] [stdout] 142 + dependants: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:89:31 [INFO] [stdout] | [INFO] [stdout] 89 | H : FnOnce(X) -> Rc [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] 89 - H : FnOnce(X) -> Rc [INFO] [stdout] 89 + H : FnOnce(X) -> Rc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dependent_view v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:168:26 [INFO] [stdout] | [INFO] [stdout] 168 | H : FnOnce(X) -> Arc [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] 168 - H : FnOnce(X) -> Arc [INFO] [stdout] 168 + H : FnOnce(X) -> Arc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:92:28 [INFO] [stdout] | [INFO] [stdout] 92 | let reference : Rc = to_any(reference); [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] 92 - let reference : Rc = to_any(reference); [INFO] [stdout] 92 + let reference : Rc = to_any(reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | let reference : &Rc = push_ref(&mut self.dependants, reference); [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] 93 - let reference : &Rc = push_ref(&mut self.dependants, reference); [INFO] [stdout] 93 + let reference : &Rc = push_ref(&mut self.dependants, reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:171:29 [INFO] [stdout] | [INFO] [stdout] 171 | let reference : Arc = to_any(reference); [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] 171 - let reference : Arc = to_any(reference); [INFO] [stdout] 171 + let reference : Arc = to_any(reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:172:30 [INFO] [stdout] | [INFO] [stdout] 172 | let reference : &Arc = push_ref(&mut self.dependants, reference); [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] 172 - let reference : &Arc = push_ref(&mut self.dependants, reference); [INFO] [stdout] 172 + let reference : &Arc = push_ref(&mut self.dependants, reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | dependants: Vec> [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] 63 - dependants: Vec> [INFO] [stdout] 63 + dependants: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:142:25 [INFO] [stdout] | [INFO] [stdout] 142 | dependants: 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] 142 - dependants: Vec> [INFO] [stdout] 142 + dependants: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:89:31 [INFO] [stdout] | [INFO] [stdout] 89 | H : FnOnce(X) -> Rc [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] 89 - H : FnOnce(X) -> Rc [INFO] [stdout] 89 + H : FnOnce(X) -> Rc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:168:26 [INFO] [stdout] | [INFO] [stdout] 168 | H : FnOnce(X) -> Arc [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] 168 - H : FnOnce(X) -> Arc [INFO] [stdout] 168 + H : FnOnce(X) -> Arc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:92:28 [INFO] [stdout] | [INFO] [stdout] 92 | let reference : Rc = to_any(reference); [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] 92 - let reference : Rc = to_any(reference); [INFO] [stdout] 92 + let reference : Rc = to_any(reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rc.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | let reference : &Rc = push_ref(&mut self.dependants, reference); [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] 93 - let reference : &Rc = push_ref(&mut self.dependants, reference); [INFO] [stdout] 93 + let reference : &Rc = push_ref(&mut self.dependants, reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:171:29 [INFO] [stdout] | [INFO] [stdout] 171 | let reference : Arc = to_any(reference); [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] 171 - let reference : Arc = to_any(reference); [INFO] [stdout] 171 + let reference : Arc = to_any(reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/arc.rs:172:30 [INFO] [stdout] | [INFO] [stdout] 172 | let reference : &Arc = push_ref(&mut self.dependants, reference); [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] 172 - let reference : &Arc = push_ref(&mut self.dependants, reference); [INFO] [stdout] 172 + let reference : &Arc = push_ref(&mut self.dependants, reference); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.25s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/dependent_view-edbdf920180dfdd1) [INFO] running `Command { std: "docker" "inspect" "a0bd7d6cfc4baa00729d533f1da145bcde167ad2f92624decd3b7dea418d6f36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0bd7d6cfc4baa00729d533f1da145bcde167ad2f92624decd3b7dea418d6f36", kill_on_drop: false }` [INFO] [stdout] a0bd7d6cfc4baa00729d533f1da145bcde167ad2f92624decd3b7dea418d6f36 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5b1b70b571dfebd91978d04335a70b086efff6b522303124b40f53969eaf9603 [INFO] running `Command { std: "docker" "start" "-a" "5b1b70b571dfebd91978d04335a70b086efff6b522303124b40f53969eaf9603", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rc.rs:63:24 [INFO] [stderr] | [INFO] [stderr] 63 | dependants: Vec> [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] 63 - dependants: Vec> [INFO] [stderr] 63 + dependants: Vec> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/arc.rs:142:25 [INFO] [stderr] | [INFO] [stderr] 142 | dependants: 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] 142 - dependants: Vec> [INFO] [stderr] 142 + dependants: Vec> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rc.rs:89:31 [INFO] [stderr] | [INFO] [stderr] 89 | H : FnOnce(X) -> Rc [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] 89 - H : FnOnce(X) -> Rc [INFO] [stderr] 89 + H : FnOnce(X) -> Rc [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/arc.rs:168:26 [INFO] [stderr] | [INFO] [stderr] 168 | H : FnOnce(X) -> Arc [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] 168 - H : FnOnce(X) -> Arc [INFO] [stderr] 168 + H : FnOnce(X) -> Arc [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rc.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | let reference : Rc = to_any(reference); [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] 92 - let reference : Rc = to_any(reference); [INFO] [stderr] 92 + let reference : Rc = to_any(reference); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rc.rs:93:29 [INFO] [stderr] | [INFO] [stderr] 93 | let reference : &Rc = push_ref(&mut self.dependants, reference); [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] 93 - let reference : &Rc = push_ref(&mut self.dependants, reference); [INFO] [stderr] 93 + let reference : &Rc = push_ref(&mut self.dependants, reference); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/arc.rs:171:29 [INFO] [stderr] | [INFO] [stderr] 171 | let reference : Arc = to_any(reference); [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] 171 - let reference : Arc = to_any(reference); [INFO] [stderr] 171 + let reference : Arc = to_any(reference); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/arc.rs:172:30 [INFO] [stderr] | [INFO] [stderr] 172 | let reference : &Arc = push_ref(&mut self.dependants, reference); [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] 172 - let reference : &Arc = push_ref(&mut self.dependants, reference); [INFO] [stderr] 172 + let reference : &Arc = push_ref(&mut self.dependants, reference); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `dependent_view` (lib) generated 8 warnings [INFO] [stderr] warning: `dependent_view` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dependent_view-edbdf920180dfdd1) [INFO] [stderr] Doc-tests dependent_view [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/lib.rs - (line 12) ... ignored [INFO] [stdout] test src/lib.rs - (line 150) ... ignored [INFO] [stdout] test src/lib.rs - (line 7) ... ignored [INFO] [stdout] test src/lib.rs - (line 32) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/lib.rs - (line 58) ... ok [INFO] [stdout] test src/arc.rs - arc::to_view_sync (line 105) ... ok [INFO] [stdout] test src/rc.rs - rc::to_view (line 25) ... ok [INFO] [stdout] test src/lib.rs - (line 79) ... ok [INFO] [stdout] test src/lib.rs - (line 105) ... ok [INFO] [stdout] test src/arc.rs - arc (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5b1b70b571dfebd91978d04335a70b086efff6b522303124b40f53969eaf9603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b1b70b571dfebd91978d04335a70b086efff6b522303124b40f53969eaf9603", kill_on_drop: false }` [INFO] [stdout] 5b1b70b571dfebd91978d04335a70b086efff6b522303124b40f53969eaf9603