[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] checking Gopiandcode/dependent-view against master#bdcb6a99e853732f8ec050ae4986aa3af51d44c5 for 92191_revert [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGopiandcode%2Fdependent-view" "/workspace/builds/worker-73/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-73/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Gopiandcode/dependent-view on toolchain bdcb6a99e853732f8ec050ae4986aa3af51d44c5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bdcb6a99e853732f8ec050ae4986aa3af51d44c5" "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-73/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" "+bdcb6a99e853732f8ec050ae4986aa3af51d44c5" "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-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+bdcb6a99e853732f8ec050ae4986aa3af51d44c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 614eb27b549151e89c4a0dacf9031da80290a7ca263d77e97cba73b0dbf77a39 [INFO] running `Command { std: "docker" "start" "-a" "614eb27b549151e89c4a0dacf9031da80290a7ca263d77e97cba73b0dbf77a39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "614eb27b549151e89c4a0dacf9031da80290a7ca263d77e97cba73b0dbf77a39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "614eb27b549151e89c4a0dacf9031da80290a7ca263d77e97cba73b0dbf77a39", kill_on_drop: false }` [INFO] [stdout] 614eb27b549151e89c4a0dacf9031da80290a7ca263d77e97cba73b0dbf77a39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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=forbid" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+bdcb6a99e853732f8ec050ae4986aa3af51d44c5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f8203423a93dcddd0f614b8ba4c9db44a15e12049b7e76d58214711f57b7cf8 [INFO] running `Command { std: "docker" "start" "-a" "0f8203423a93dcddd0f614b8ba4c9db44a15e12049b7e76d58214711f57b7cf8", kill_on_drop: false }` [INFO] [stderr] Checking 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: 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] [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "0f8203423a93dcddd0f614b8ba4c9db44a15e12049b7e76d58214711f57b7cf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f8203423a93dcddd0f614b8ba4c9db44a15e12049b7e76d58214711f57b7cf8", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: Could not kill running container 0f8203423a93dcddd0f614b8ba4c9db44a15e12049b7e76d58214711f57b7cf8, cannot remove - container 0f8203423a93 PID 469468 is zombie and can not be killed. Use the --init option when creating containers to run an init inside the container that forwards signals and reaps processes [ERROR] failed to delete container 0f8203423a93dcddd0f614b8ba4c9db44a15e12049b7e76d58214711f57b7cf8 [ERROR] caused by: command failed: exit status: 1