[INFO] fetching crate task_kit 0.2.0... [INFO] testing task_kit-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate task_kit 0.2.0 into /workspace/builds/worker-106/source [INFO] validating manifest of crates.io crate task_kit 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate task_kit 0.2.0 [INFO] finished tweaking crates.io crate task_kit 0.2.0 [INFO] tweaked toml for crates.io crate task_kit 0.2.0 written to /workspace/builds/worker-106/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7fc58198f133484167252b893d2f6ba5536ac4528f0162d5b9917ab7252c783 [INFO] running `Command { std: "docker" "start" "-a" "c7fc58198f133484167252b893d2f6ba5536ac4528f0162d5b9917ab7252c783", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7fc58198f133484167252b893d2f6ba5536ac4528f0162d5b9917ab7252c783", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7fc58198f133484167252b893d2f6ba5536ac4528f0162d5b9917ab7252c783", kill_on_drop: false }` [INFO] [stdout] c7fc58198f133484167252b893d2f6ba5536ac4528f0162d5b9917ab7252c783 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69e2a6c64e679879459ed1154b0a7e9662db3cf77256bb110f3acc9e99d8ae69 [INFO] running `Command { std: "docker" "start" "-a" "69e2a6c64e679879459ed1154b0a7e9662db3cf77256bb110f3acc9e99d8ae69", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling task_kit v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/task/task.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | task: Box State + 'a>, [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] 51 - task: Box State + 'a>, [INFO] [stdout] 51 + task: Box State + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct TaskQueue(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] 6 - pub struct TaskQueue(Arc>>>); [INFO] [stdout] 6 + pub struct TaskQueue(Arc>>>); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue_set.rs:22:50 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn steal_from_rand_queue(&self) -> 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] 22 - pub fn steal_from_rand_queue(&self) -> Vec> { [INFO] [stdout] 22 + pub fn steal_from_rand_queue(&self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue_set.rs:33:46 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn push_to_rand_queue(&self, task: 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] 33 - pub fn push_to_rand_queue(&self, task: Box) { [INFO] [stdout] 33 + pub fn push_to_rand_queue(&self, task: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn append(&self, tasks: &mut 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] 13 - pub fn append(&self, tasks: &mut Vec>) { [INFO] [stdout] 13 + pub fn append(&self, tasks: &mut Vec>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn insert(&self, task: 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] 17 - pub fn insert(&self, task: Box) { [INFO] [stdout] 17 + pub fn insert(&self, task: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:21:34 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn split(&self) -> 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] 21 - pub fn split(&self) -> Vec> { [INFO] [stdout] 21 + pub fn split(&self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn next(&self) -> Option> { [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 next(&self) -> Option> { [INFO] [stdout] 32 + pub fn next(&self) -> Option> { [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 32.06s [INFO] running `Command { std: "docker" "inspect" "69e2a6c64e679879459ed1154b0a7e9662db3cf77256bb110f3acc9e99d8ae69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69e2a6c64e679879459ed1154b0a7e9662db3cf77256bb110f3acc9e99d8ae69", kill_on_drop: false }` [INFO] [stdout] 69e2a6c64e679879459ed1154b0a7e9662db3cf77256bb110f3acc9e99d8ae69 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f0de88c8e8d0dbb7084cddaefb71962b2aa7ec3035ed2ae04c4cb56eecc40d1 [INFO] running `Command { std: "docker" "start" "-a" "4f0de88c8e8d0dbb7084cddaefb71962b2aa7ec3035ed2ae04c4cb56eecc40d1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/task/task.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | task: Box State + 'a>, [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] 51 - task: Box State + 'a>, [INFO] [stdout] 51 + task: Box State + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct TaskQueue(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] 6 - pub struct TaskQueue(Arc>>>); [INFO] [stdout] 6 + pub struct TaskQueue(Arc>>>); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue_set.rs:22:50 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn steal_from_rand_queue(&self) -> 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] 22 - pub fn steal_from_rand_queue(&self) -> Vec> { [INFO] [stdout] 22 + pub fn steal_from_rand_queue(&self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue_set.rs:33:46 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn push_to_rand_queue(&self, task: 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] 33 - pub fn push_to_rand_queue(&self, task: Box) { [INFO] [stdout] 33 + pub fn push_to_rand_queue(&self, task: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn append(&self, tasks: &mut 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] 13 - pub fn append(&self, tasks: &mut Vec>) { [INFO] [stdout] 13 + pub fn append(&self, tasks: &mut Vec>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn insert(&self, task: 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] 17 - pub fn insert(&self, task: Box) { [INFO] [stdout] 17 + pub fn insert(&self, task: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:21:34 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn split(&self) -> 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] 21 - pub fn split(&self) -> Vec> { [INFO] [stdout] 21 + pub fn split(&self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn next(&self) -> Option> { [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 next(&self) -> Option> { [INFO] [stdout] 32 + pub fn next(&self) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling task_kit v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/task/task.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | task: Box State + 'a>, [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] 51 - task: Box State + 'a>, [INFO] [stdout] 51 + task: Box State + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct TaskQueue(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] 6 - pub struct TaskQueue(Arc>>>); [INFO] [stdout] 6 + pub struct TaskQueue(Arc>>>); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue_set.rs:22:50 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn steal_from_rand_queue(&self) -> 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] 22 - pub fn steal_from_rand_queue(&self) -> Vec> { [INFO] [stdout] 22 + pub fn steal_from_rand_queue(&self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue_set.rs:33:46 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn push_to_rand_queue(&self, task: 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] 33 - pub fn push_to_rand_queue(&self, task: Box) { [INFO] [stdout] 33 + pub fn push_to_rand_queue(&self, task: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn append(&self, tasks: &mut 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] 13 - pub fn append(&self, tasks: &mut Vec>) { [INFO] [stdout] 13 + pub fn append(&self, tasks: &mut Vec>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn insert(&self, task: 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] 17 - pub fn insert(&self, task: Box) { [INFO] [stdout] 17 + pub fn insert(&self, task: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:21:34 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn split(&self) -> 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] 21 - pub fn split(&self) -> Vec> { [INFO] [stdout] 21 + pub fn split(&self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/runner/task_queue.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn next(&self) -> Option> { [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 next(&self) -> Option> { [INFO] [stdout] 32 + pub fn next(&self) -> Option> { [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 11.99s [INFO] running `Command { std: "docker" "inspect" "4f0de88c8e8d0dbb7084cddaefb71962b2aa7ec3035ed2ae04c4cb56eecc40d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f0de88c8e8d0dbb7084cddaefb71962b2aa7ec3035ed2ae04c4cb56eecc40d1", kill_on_drop: false }` [INFO] [stdout] 4f0de88c8e8d0dbb7084cddaefb71962b2aa7ec3035ed2ae04c4cb56eecc40d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6613662f5a081328e4eeb3413242420d7429ce1d8b1d97b3cc9cdef30bdf000d [INFO] running `Command { std: "docker" "start" "-a" "6613662f5a081328e4eeb3413242420d7429ce1d8b1d97b3cc9cdef30bdf000d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/task/task.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | task: Box State + 'a>, [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] 51 - task: Box State + 'a>, [INFO] [stderr] 51 + task: Box State + 'a>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/task_queue.rs:6:41 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct TaskQueue(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] 6 - pub struct TaskQueue(Arc>>>); [INFO] [stderr] 6 + pub struct TaskQueue(Arc>>>); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/task_queue_set.rs:22:50 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn steal_from_rand_queue(&self) -> 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] 22 - pub fn steal_from_rand_queue(&self) -> Vec> { [INFO] [stderr] 22 + pub fn steal_from_rand_queue(&self) -> Vec> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/task_queue_set.rs:33:46 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn push_to_rand_queue(&self, task: 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] 33 - pub fn push_to_rand_queue(&self, task: Box) { [INFO] [stderr] 33 + pub fn push_to_rand_queue(&self, task: Box) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/task_queue.rs:13:44 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn append(&self, tasks: &mut 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] 13 - pub fn append(&self, tasks: &mut Vec>) { [INFO] [stderr] 13 + pub fn append(&self, tasks: &mut Vec>) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/task_queue.rs:17:34 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn insert(&self, task: 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] 17 - pub fn insert(&self, task: Box) { [INFO] [stderr] 17 + pub fn insert(&self, task: Box) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/task_queue.rs:21:34 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn split(&self) -> 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] 21 - pub fn split(&self) -> Vec> { [INFO] [stderr] 21 + pub fn split(&self) -> Vec> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/runner/task_queue.rs:32:36 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn next(&self) -> Option> { [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 next(&self) -> Option> { [INFO] [stderr] 32 + pub fn next(&self) -> Option> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `task_kit` (lib) generated 8 warnings [INFO] [stderr] warning: `task_kit` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.21s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/task_kit-be2cfd58568af370) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test task::task::tests::can_chain_tasks ... ok [INFO] [stdout] test task::task::tests::can_use_done ... ok [INFO] [stdout] test task::task::tests::can_poll_for_value ... ok [INFO] [stdout] test task::task::tests::can_wait_for_value ... ok [INFO] [stdout] test task::task::tests::can_create_task ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests task_kit [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/task/task.rs - task::task::Task (line 19) ... ok [INFO] [stdout] test src/task/task.rs - task::task::Task (line 37) ... ok [INFO] [stdout] test src/task/task.rs - task::task::Task::from (line 104) ... ok [INFO] [stdout] test src/task/task.rs - task::task::Task::join (line 180) ... ok [INFO] [stdout] test src/task/task.rs - task::task::Task::new (line 75) has been running for over 60 seconds [INFO] [stdout] test src/task/task.rs - task::task::Task::with (line 148) has been running for over 60 seconds [INFO] [stdout] test src/task/task.rs - task::task::Task::new (line 75) ... ok [INFO] [stdout] test src/task/task.rs - task::task::Task::with (line 148) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 383.53s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6613662f5a081328e4eeb3413242420d7429ce1d8b1d97b3cc9cdef30bdf000d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6613662f5a081328e4eeb3413242420d7429ce1d8b1d97b3cc9cdef30bdf000d", kill_on_drop: false }` [INFO] [stdout] 6613662f5a081328e4eeb3413242420d7429ce1d8b1d97b3cc9cdef30bdf000d