[INFO] fetching crate cratedb 1.1.0... [INFO] testing cratedb-1.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate cratedb 1.1.0 into /workspace/builds/worker-28/source [INFO] validating manifest of crates.io crate cratedb 1.1.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 cratedb 1.1.0 [INFO] finished tweaking crates.io crate cratedb 1.1.0 [INFO] tweaked toml for crates.io crate cratedb 1.1.0 written to /workspace/builds/worker-28/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] 6249d80495ffe7d01744a7d748b352c493066ce2682e788ae00e1dba5d397f0c [INFO] running `Command { std: "docker" "start" "-a" "6249d80495ffe7d01744a7d748b352c493066ce2682e788ae00e1dba5d397f0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6249d80495ffe7d01744a7d748b352c493066ce2682e788ae00e1dba5d397f0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6249d80495ffe7d01744a7d748b352c493066ce2682e788ae00e1dba5d397f0c", kill_on_drop: false }` [INFO] [stdout] 6249d80495ffe7d01744a7d748b352c493066ce2682e788ae00e1dba5d397f0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] 468d1c6fa03f02e5870ae0e20d5a3aa866d22623023dbdf3b5249b8275a6ef45 [INFO] running `Command { std: "docker" "start" "-a" "468d1c6fa03f02e5870ae0e20d5a3aa866d22623023dbdf3b5249b8275a6ef45", kill_on_drop: false }` [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling webpki-roots v0.15.0 [INFO] [stderr] Compiling rustls v0.13.1 [INFO] [stderr] Compiling hyper-rustls v0.6.2 [INFO] [stderr] Compiling cratedb v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blob.rs:111:49 [INFO] [stdout] | [INFO] [stdout] 111 | fn get(&self, blob: &BlobRef) -> Result, BlobError>; [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] 111 - fn get(&self, blob: &BlobRef) -> Result, BlobError>; [INFO] [stdout] 111 + fn get(&self, blob: &BlobRef) -> Result, BlobError>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blob.rs:194:49 [INFO] [stdout] | [INFO] [stdout] 194 | fn get(&self, blob: &BlobRef) -> Result, BlobError> { [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] 194 - fn get(&self, blob: &BlobRef) -> Result, BlobError> { [INFO] [stdout] 194 + fn get(&self, blob: &BlobRef) -> Result, BlobError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:82:28 [INFO] [stdout] | [INFO] [stdout] 82 | f: &mut Read) [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] 82 - f: &mut Read) [INFO] [stdout] 82 + f: &mut dyn Read) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:118:49 [INFO] [stdout] | [INFO] [stdout] 118 | -> Result<(BackendResult, Box), BackendError>; [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] 118 - -> Result<(BackendResult, Box), BackendError>; [INFO] [stdout] 118 + -> Result<(BackendResult, Box), BackendError>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:174:32 [INFO] [stdout] | [INFO] [stdout] 174 | mut f: &mut Read) [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] 174 - mut f: &mut Read) [INFO] [stdout] 174 + mut f: &mut dyn Read) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:211:49 [INFO] [stdout] | [INFO] [stdout] 211 | -> Result<(BackendResult, Box), BackendError> { [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] 211 - -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] 211 + -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.64s [INFO] running `Command { std: "docker" "inspect" "468d1c6fa03f02e5870ae0e20d5a3aa866d22623023dbdf3b5249b8275a6ef45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "468d1c6fa03f02e5870ae0e20d5a3aa866d22623023dbdf3b5249b8275a6ef45", kill_on_drop: false }` [INFO] [stdout] 468d1c6fa03f02e5870ae0e20d5a3aa866d22623023dbdf3b5249b8275a6ef45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] 1096243756d9d4daa3f4e19456ca18c865b9f5251a28996d5607defeea5bf81d [INFO] running `Command { std: "docker" "start" "-a" "1096243756d9d4daa3f4e19456ca18c865b9f5251a28996d5607defeea5bf81d", kill_on_drop: false }` [INFO] [stderr] Compiling cratedb v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blob.rs:111:49 [INFO] [stdout] | [INFO] [stdout] 111 | fn get(&self, blob: &BlobRef) -> Result, BlobError>; [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] 111 - fn get(&self, blob: &BlobRef) -> Result, BlobError>; [INFO] [stdout] 111 + fn get(&self, blob: &BlobRef) -> Result, BlobError>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blob.rs:194:49 [INFO] [stdout] | [INFO] [stdout] 194 | fn get(&self, blob: &BlobRef) -> Result, BlobError> { [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] 194 - fn get(&self, blob: &BlobRef) -> Result, BlobError> { [INFO] [stdout] 194 + fn get(&self, blob: &BlobRef) -> Result, BlobError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:82:28 [INFO] [stdout] | [INFO] [stdout] 82 | f: &mut Read) [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] 82 - f: &mut Read) [INFO] [stdout] 82 + f: &mut dyn Read) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:118:49 [INFO] [stdout] | [INFO] [stdout] 118 | -> Result<(BackendResult, Box), BackendError>; [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] 118 - -> Result<(BackendResult, Box), BackendError>; [INFO] [stdout] 118 + -> Result<(BackendResult, Box), BackendError>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:174:32 [INFO] [stdout] | [INFO] [stdout] 174 | mut f: &mut Read) [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] 174 - mut f: &mut Read) [INFO] [stdout] 174 + mut f: &mut dyn Read) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:211:49 [INFO] [stdout] | [INFO] [stdout] 211 | -> Result<(BackendResult, Box), BackendError> { [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] 211 - -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] 211 + -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Rc` [INFO] [stdout] --> src/lib.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/lib.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | mod tests { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `Nothing`: Please use `NoParams` [INFO] [stdout] --> src/lib.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 44 | use super::Nothing; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `Nothing`: Please use `NoParams` [INFO] [stdout] --> src/lib.rs:432:47 [INFO] [stdout] | [INFO] [stdout] 432 | ... None::>); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `Nothing`: Please use `NoParams` [INFO] [stdout] --> src/lib.rs:483:83 [INFO] [stdout] | [INFO] [stdout] 483 | let result = cluster.query("create table a(a string, b long)", None::>); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `Nothing`: Please use `NoParams` [INFO] [stdout] --> src/lib.rs:497:74 [INFO] [stdout] | [INFO] [stdout] 497 | let result = cluster.query("select * from sys.nodes", None::>); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blob.rs:111:49 [INFO] [stdout] | [INFO] [stdout] 111 | fn get(&self, blob: &BlobRef) -> Result, BlobError>; [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] 111 - fn get(&self, blob: &BlobRef) -> Result, BlobError>; [INFO] [stdout] 111 + fn get(&self, blob: &BlobRef) -> Result, BlobError>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blob.rs:194:49 [INFO] [stdout] | [INFO] [stdout] 194 | fn get(&self, blob: &BlobRef) -> Result, BlobError> { [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] 194 - fn get(&self, blob: &BlobRef) -> Result, BlobError> { [INFO] [stdout] 194 + fn get(&self, blob: &BlobRef) -> Result, BlobError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:82:28 [INFO] [stdout] | [INFO] [stdout] 82 | f: &mut Read) [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] 82 - f: &mut Read) [INFO] [stdout] 82 + f: &mut dyn Read) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:118:49 [INFO] [stdout] | [INFO] [stdout] 118 | -> Result<(BackendResult, Box), BackendError>; [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] 118 - -> Result<(BackendResult, Box), BackendError>; [INFO] [stdout] 118 + -> Result<(BackendResult, Box), BackendError>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:174:32 [INFO] [stdout] | [INFO] [stdout] 174 | mut f: &mut Read) [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] 174 - mut f: &mut Read) [INFO] [stdout] 174 + mut f: &mut dyn Read) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend.rs:211:49 [INFO] [stdout] | [INFO] [stdout] 211 | -> Result<(BackendResult, Box), BackendError> { [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] 211 - -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] 211 + -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:87:32 [INFO] [stdout] | [INFO] [stdout] 87 | f: &mut Read) [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] 87 - f: &mut Read) [INFO] [stdout] 87 + f: &mut dyn Read) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:104:53 [INFO] [stdout] | [INFO] [stdout] 104 | -> Result<(BackendResult, Box), BackendError> { [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] 104 - -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] 104 + -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:140:32 [INFO] [stdout] | [INFO] [stdout] 140 | f: &mut Read) [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] 140 - f: &mut Read) [INFO] [stdout] 140 + f: &mut dyn Read) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:184:53 [INFO] [stdout] | [INFO] [stdout] 184 | -> Result<(BackendResult, Box), BackendError> { [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] 184 - -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] 184 + -> Result<(BackendResult, Box), BackendError> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/lib.rs:384:41 [INFO] [stdout] | [INFO] [stdout] 384 | let error = cluster.list(bucket.as_ref()).unwrap_err(); [INFO] [stdout] | -------^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`: [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef<[u8]> for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] help: use the fully qualified path for the potential candidates [INFO] [stdout] | [INFO] [stdout] 384 | let error = cluster.list(>::as_ref(bucket)).unwrap_err(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 384 | let error = cluster.list(>::as_ref(bucket)).unwrap_err(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 384 | let error = cluster.list(>::as_ref(bucket)).unwrap_err(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 384 | let error = cluster.list(>::as_ref(bucket)).unwrap_err(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/lib.rs:384:29 [INFO] [stdout] | [INFO] [stdout] 384 | let error = cluster.list(bucket.as_ref()).unwrap_err(); [INFO] [stdout] | ^^^^ cannot infer type for reference `&_` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::string::String: ~const std::convert::From<&_>` found in the `alloc` crate: [INFO] [stdout] - impl<> std::convert::From<&std::string::String> for std::string::String; [INFO] [stdout] - impl<> std::convert::From<&str> for std::string::String; [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `&_` [INFO] [stdout] note: required by a bound in `BlobContainer::list` [INFO] [stdout] --> src/blob.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | fn list>(&self, table: TBL) -> Result, BlobError>; [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `BlobContainer::list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cratedb` due to 3 previous errors; 15 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1096243756d9d4daa3f4e19456ca18c865b9f5251a28996d5607defeea5bf81d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1096243756d9d4daa3f4e19456ca18c865b9f5251a28996d5607defeea5bf81d", kill_on_drop: false }` [INFO] [stdout] 1096243756d9d4daa3f4e19456ca18c865b9f5251a28996d5607defeea5bf81d