[INFO] fetching crate task_kit 0.2.0... [INFO] testing task_kit-0.2.0 against beta-2022-04-10 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 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 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" "+beta-2022-04-10" "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" "+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-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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c46f297cbe89597b83fa42144518f653511c472a236d05701880f5f805262b93 [INFO] running `Command { std: "docker" "start" "-a" "c46f297cbe89597b83fa42144518f653511c472a236d05701880f5f805262b93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c46f297cbe89597b83fa42144518f653511c472a236d05701880f5f805262b93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c46f297cbe89597b83fa42144518f653511c472a236d05701880f5f805262b93", kill_on_drop: false }` [INFO] [stdout] c46f297cbe89597b83fa42144518f653511c472a236d05701880f5f805262b93 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3130c0a41a336061df8534d893739949f163f6769eca053044614393471c5c1 [INFO] running `Command { std: "docker" "start" "-a" "b3130c0a41a336061df8534d893739949f163f6769eca053044614393471c5c1", 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 8.05s [INFO] running `Command { std: "docker" "inspect" "b3130c0a41a336061df8534d893739949f163f6769eca053044614393471c5c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3130c0a41a336061df8534d893739949f163f6769eca053044614393471c5c1", kill_on_drop: false }` [INFO] [stdout] b3130c0a41a336061df8534d893739949f163f6769eca053044614393471c5c1 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ca49822e220ab052f85c69056d1e62308524b2954bdf4bd9cfd2155874968f5 [INFO] running `Command { std: "docker" "start" "-a" "2ca49822e220ab052f85c69056d1e62308524b2954bdf4bd9cfd2155874968f5", 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 15.31s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/task_kit-18b90ad8a918e74a) [INFO] running `Command { std: "docker" "inspect" "2ca49822e220ab052f85c69056d1e62308524b2954bdf4bd9cfd2155874968f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ca49822e220ab052f85c69056d1e62308524b2954bdf4bd9cfd2155874968f5", kill_on_drop: false }` [INFO] [stdout] 2ca49822e220ab052f85c69056d1e62308524b2954bdf4bd9cfd2155874968f5 [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c22f5ff458b5b85be476f5881d6cd6c2a0ef78c97c4749361cbc1de402bc0cd7 [INFO] running `Command { std: "docker" "start" "-a" "c22f5ff458b5b85be476f5881d6cd6c2a0ef78c97c4749361cbc1de402bc0cd7", kill_on_drop: false }` [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 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/task_kit-18b90ad8a918e74a) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test task::task::tests::can_chain_tasks ... ok [INFO] [stdout] test task::task::tests::can_create_task ... ok [INFO] [stdout] test task::task::tests::can_poll_for_value ... ok [INFO] [stdout] test task::task::tests::can_use_done ... ok [INFO] [stdout] test task::task::tests::can_wait_for_value ... 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::new (line 75) ... 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::with (line 148) ... ok [INFO] [stdout] test src/task/task.rs - task::task::Task (line 19) has been running for over 60 seconds [INFO] [stdout] test src/task/task.rs - task::task::Task::join (line 180) has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "c22f5ff458b5b85be476f5881d6cd6c2a0ef78c97c4749361cbc1de402bc0cd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c22f5ff458b5b85be476f5881d6cd6c2a0ef78c97c4749361cbc1de402bc0cd7", kill_on_drop: false }` [INFO] [stdout] c22f5ff458b5b85be476f5881d6cd6c2a0ef78c97c4749361cbc1de402bc0cd7