[INFO] cloning repository https://github.com/angelini/c-store [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/angelini/c-store" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangelini%2Fc-store", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangelini%2Fc-store'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6ccda67829e01f94dc617ee4f3f8b86927a773eb [INFO] testing angelini/c-store against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangelini%2Fc-store" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/angelini/c-store on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/angelini/c-store [INFO] finished tweaking git repo https://github.com/angelini/c-store [INFO] tweaked toml for git repo https://github.com/angelini/c-store written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/angelini/c-store already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6a22d8569a0fca3c3e15e2271a0d859f894a89c2ae49778432e4a8e9382a8fb [INFO] running `Command { std: "docker" "start" "-a" "a6a22d8569a0fca3c3e15e2271a0d859f894a89c2ae49778432e4a8e9382a8fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6a22d8569a0fca3c3e15e2271a0d859f894a89c2ae49778432e4a8e9382a8fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6a22d8569a0fca3c3e15e2271a0d859f894a89c2ae49778432e4a8e9382a8fb", kill_on_drop: false }` [INFO] [stdout] a6a22d8569a0fca3c3e15e2271a0d859f894a89c2ae49778432e4a8e9382a8fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86527378e4bf1256a57d8b30536bf77ba3045816abf0e8a2fa533467c8053ce7 [INFO] running `Command { std: "docker" "start" "-a" "86527378e4bf1256a57d8b30536bf77ba3045816abf0e8a2fa533467c8053ce7", kill_on_drop: false }` [INFO] [stderr] Compiling c-store v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/column.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | fn select(&self, &Predicate) -> Vec; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Predicate` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/column.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | fn mask(&self, &[bool]) -> Box; [INFO] [stdout] | ^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[bool]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | fn mask(&self, &[bool]) -> Box; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:20:69 [INFO] [stdout] | [INFO] [stdout] 20 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:23:53 [INFO] [stdout] | [INFO] [stdout] 23 | fn joined_by(&self, join_idxs: &[usize]) -> Box; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | fn clone(&self) -> Box; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:97:47 [INFO] [stdout] | [INFO] [stdout] 97 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:112:69 [INFO] [stdout] | [INFO] [stdout] 112 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:148:53 [INFO] [stdout] | [INFO] [stdout] 148 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:163:28 [INFO] [stdout] | [INFO] [stdout] 163 | fn clone(&self) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:196:47 [INFO] [stdout] | [INFO] [stdout] 196 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:211:69 [INFO] [stdout] | [INFO] [stdout] 211 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:247:53 [INFO] [stdout] | [INFO] [stdout] 247 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | fn clone(&self) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:348:47 [INFO] [stdout] | [INFO] [stdout] 348 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:374:69 [INFO] [stdout] | [INFO] [stdout] 374 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:410:53 [INFO] [stdout] | [INFO] [stdout] 410 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | fn clone(&self) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:17:37 [INFO] [stdout] | [INFO] [stdout] 17 | columns: HashMap>>, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:22:45 [INFO] [stdout] | [INFO] [stdout] 22 | fn new(mut columns: HashMap>, sort_cols: Vec) -> Projection { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:462:43 [INFO] [stdout] | [INFO] [stdout] 462 | let mut cols: HashMap> = HashMap::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:167:22 [INFO] [stdout] | [INFO] [stdout] 167 | let projection = build_projection!(vec!["strings", "floats"], [INFO] [stdout] | ______________________- [INFO] [stdout] 168 | | "ints", [INFO] [stdout] 169 | | (Int, vec![1, 4, 3, 5, 5]), [INFO] [stdout] 170 | | "floats", [INFO] [stdout] 171 | | (Float, vec![1.1, 4.4, 3.3, 5.5, 5.5]), [INFO] [stdout] 172 | | "strings", [INFO] [stdout] 173 | | (Str, vec!["one", "four", "three", "five", "five"])); [INFO] [stdout] | |___________________________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `build_projection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:462:43 [INFO] [stdout] | [INFO] [stdout] 462 | let mut cols: HashMap> = HashMap::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 185 | let join_projection = build_projection!(vec!["join_strings"], [INFO] [stdout] | ___________________________- [INFO] [stdout] 186 | | "join_ints", [INFO] [stdout] 187 | | (Int, vec![6, 5, 4, 3, 2, 1]), [INFO] [stdout] 188 | | "join_floats", [INFO] [stdout] ... | [INFO] [stdout] 191 | | (Str, [INFO] [stdout] 192 | | vec!["six", "five", "four", "three", "two", "one"])); [INFO] [stdout] | |_________________________________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `build_projection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Str` [INFO] [stdout] --> src/types.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | Str(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Greater` [INFO] [stdout] --> src/types.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | Greater, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Less` [INFO] [stdout] --> src/types.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | Less, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.58s [INFO] running `Command { std: "docker" "inspect" "86527378e4bf1256a57d8b30536bf77ba3045816abf0e8a2fa533467c8053ce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86527378e4bf1256a57d8b30536bf77ba3045816abf0e8a2fa533467c8053ce7", kill_on_drop: false }` [INFO] [stdout] 86527378e4bf1256a57d8b30536bf77ba3045816abf0e8a2fa533467c8053ce7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc723309b8dfaa79b1c5f10dd6e127db4648bd728d7baae4183687015e6bb2d4 [INFO] running `Command { std: "docker" "start" "-a" "cc723309b8dfaa79b1c5f10dd6e127db4648bd728d7baae4183687015e6bb2d4", kill_on_drop: false }` [INFO] [stderr] Compiling c-store v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/column.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | fn select(&self, &Predicate) -> Vec; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Predicate` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/column.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | fn mask(&self, &[bool]) -> Box; [INFO] [stdout] | ^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[bool]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | fn mask(&self, &[bool]) -> Box; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:20:69 [INFO] [stdout] | [INFO] [stdout] 20 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:23:53 [INFO] [stdout] | [INFO] [stdout] 23 | fn joined_by(&self, join_idxs: &[usize]) -> Box; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | fn clone(&self) -> Box; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:97:47 [INFO] [stdout] | [INFO] [stdout] 97 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:112:69 [INFO] [stdout] | [INFO] [stdout] 112 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:148:53 [INFO] [stdout] | [INFO] [stdout] 148 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:163:28 [INFO] [stdout] | [INFO] [stdout] 163 | fn clone(&self) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:196:47 [INFO] [stdout] | [INFO] [stdout] 196 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:211:69 [INFO] [stdout] | [INFO] [stdout] 211 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:247:53 [INFO] [stdout] | [INFO] [stdout] 247 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | fn clone(&self) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:348:47 [INFO] [stdout] | [INFO] [stdout] 348 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:374:69 [INFO] [stdout] | [INFO] [stdout] 374 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:410:53 [INFO] [stdout] | [INFO] [stdout] 410 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | fn clone(&self) -> Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:17:37 [INFO] [stdout] | [INFO] [stdout] 17 | columns: HashMap>>, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:22:45 [INFO] [stdout] | [INFO] [stdout] 22 | fn new(mut columns: HashMap>, sort_cols: Vec) -> Projection { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:462:43 [INFO] [stdout] | [INFO] [stdout] 462 | let mut cols: HashMap> = HashMap::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:167:22 [INFO] [stdout] | [INFO] [stdout] 167 | let projection = build_projection!(vec!["strings", "floats"], [INFO] [stdout] | ______________________- [INFO] [stdout] 168 | | "ints", [INFO] [stdout] 169 | | (Int, vec![1, 4, 3, 5, 5]), [INFO] [stdout] 170 | | "floats", [INFO] [stdout] 171 | | (Float, vec![1.1, 4.4, 3.3, 5.5, 5.5]), [INFO] [stdout] 172 | | "strings", [INFO] [stdout] 173 | | (Str, vec!["one", "four", "three", "five", "five"])); [INFO] [stdout] | |___________________________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `build_projection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/column.rs:462:43 [INFO] [stdout] | [INFO] [stdout] 462 | let mut cols: HashMap> = HashMap::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Column` [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:185:27 [INFO] [stdout] | [INFO] [stdout] 185 | let join_projection = build_projection!(vec!["join_strings"], [INFO] [stdout] | ___________________________- [INFO] [stdout] 186 | | "join_ints", [INFO] [stdout] 187 | | (Int, vec![6, 5, 4, 3, 2, 1]), [INFO] [stdout] 188 | | "join_floats", [INFO] [stdout] ... | [INFO] [stdout] 191 | | (Str, [INFO] [stdout] 192 | | vec!["six", "five", "four", "three", "two", "one"])); [INFO] [stdout] | |_________________________________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `build_projection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Str` [INFO] [stdout] --> src/types.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | Str(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Greater` [INFO] [stdout] --> src/types.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | Greater, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Less` [INFO] [stdout] --> src/types.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | Less, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `Command { std: "docker" "inspect" "cc723309b8dfaa79b1c5f10dd6e127db4648bd728d7baae4183687015e6bb2d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc723309b8dfaa79b1c5f10dd6e127db4648bd728d7baae4183687015e6bb2d4", kill_on_drop: false }` [INFO] [stdout] cc723309b8dfaa79b1c5f10dd6e127db4648bd728d7baae4183687015e6bb2d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 21184745834b7b6f8d2a5ffb81de1093b42e3898f6717a95986c91c1cbe82891 [INFO] running `Command { std: "docker" "start" "-a" "21184745834b7b6f8d2a5ffb81de1093b42e3898f6717a95986c91c1cbe82891", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/column.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | fn select(&self, &Predicate) -> Vec; [INFO] [stderr] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Predicate` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/column.rs:18:20 [INFO] [stderr] | [INFO] [stderr] 18 | fn mask(&self, &[bool]) -> Box; [INFO] [stderr] | ^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[bool]` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:18:36 [INFO] [stderr] | [INFO] [stderr] 18 | fn mask(&self, &[bool]) -> Box; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:20:69 [INFO] [stderr] | [INFO] [stderr] 20 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:23:53 [INFO] [stderr] | [INFO] [stderr] 23 | fn joined_by(&self, join_idxs: &[usize]) -> Box; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:25:28 [INFO] [stderr] | [INFO] [stderr] 25 | fn clone(&self) -> Box; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:97:47 [INFO] [stderr] | [INFO] [stderr] 97 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:112:69 [INFO] [stderr] | [INFO] [stderr] 112 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:148:53 [INFO] [stderr] | [INFO] [stderr] 148 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:163:28 [INFO] [stderr] | [INFO] [stderr] 163 | fn clone(&self) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:196:47 [INFO] [stderr] | [INFO] [stderr] 196 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:211:69 [INFO] [stderr] | [INFO] [stderr] 211 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:247:53 [INFO] [stderr] | [INFO] [stderr] 247 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:262:28 [INFO] [stderr] | [INFO] [stderr] 262 | fn clone(&self) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:348:47 [INFO] [stderr] | [INFO] [stderr] 348 | fn mask(&self, bitstring: &[bool]) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:374:69 [INFO] [stderr] | [INFO] [stderr] 374 | fn sorted_by(&self, ranks: &[usize], primary_sort: bool) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:410:53 [INFO] [stderr] | [INFO] [stderr] 410 | fn joined_by(&self, join_idxs: &[usize]) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:429:28 [INFO] [stderr] | [INFO] [stderr] 429 | fn clone(&self) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:17:37 [INFO] [stderr] | [INFO] [stderr] 17 | columns: HashMap>>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:22:45 [INFO] [stderr] | [INFO] [stderr] 22 | fn new(mut columns: HashMap>, sort_cols: Vec) -> Projection { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [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] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:462:43 [INFO] [stderr] | [INFO] [stderr] 462 | let mut cols: HashMap> = HashMap::new(); [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:167:22 [INFO] [stderr] | [INFO] [stderr] 167 | let projection = build_projection!(vec!["strings", "floats"], [INFO] [stderr] | ______________________- [INFO] [stderr] 168 | | "ints", [INFO] [stderr] 169 | | (Int, vec![1, 4, 3, 5, 5]), [INFO] [stderr] 170 | | "floats", [INFO] [stderr] 171 | | (Float, vec![1.1, 4.4, 3.3, 5.5, 5.5]), [INFO] [stderr] 172 | | "strings", [INFO] [stderr] 173 | | (Str, vec!["one", "four", "three", "five", "five"])); [INFO] [stderr] | |___________________________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `build_projection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/column.rs:462:43 [INFO] [stderr] | [INFO] [stderr] 462 | let mut cols: HashMap> = HashMap::new(); [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Column` [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:185:27 [INFO] [stderr] | [INFO] [stderr] 185 | let join_projection = build_projection!(vec!["join_strings"], [INFO] [stderr] | ___________________________- [INFO] [stderr] 186 | | "join_ints", [INFO] [stderr] 187 | | (Int, vec![6, 5, 4, 3, 2, 1]), [INFO] [stderr] 188 | | "join_floats", [INFO] [stderr] ... | [INFO] [stderr] 191 | | (Str, [INFO] [stderr] 192 | | vec!["six", "five", "four", "three", "two", "one"])); [INFO] [stderr] | |_________________________________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `build_projection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Str` [INFO] [stderr] --> src/types.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | Str(String), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Greater` [INFO] [stderr] --> src/types.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Greater, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Less` [INFO] [stderr] --> src/types.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | Less, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `c-store` (bin "c-store" test) generated 25 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.83s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/c_store-d4c2b6b2575f19c0) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "21184745834b7b6f8d2a5ffb81de1093b42e3898f6717a95986c91c1cbe82891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21184745834b7b6f8d2a5ffb81de1093b42e3898f6717a95986c91c1cbe82891", kill_on_drop: false }` [INFO] [stdout] 21184745834b7b6f8d2a5ffb81de1093b42e3898f6717a95986c91c1cbe82891