[INFO] cloning repository https://github.com/shoyo/minuSQL [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shoyo/minuSQL" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshoyo%2FminuSQL", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshoyo%2FminuSQL'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 770eb156290d8bb07e833d7f6deb648f7b74e19e [INFO] checking shoyo/minuSQL against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshoyo%2FminuSQL" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shoyo/minuSQL on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shoyo/minuSQL [INFO] finished tweaking git repo https://github.com/shoyo/minuSQL [INFO] tweaked toml for git repo https://github.com/shoyo/minuSQL written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/shoyo/minuSQL already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f274344832eaf5e07f3f50d38629154efff11e037828014f9a48e71d94ca4bd0 [INFO] running `Command { std: "docker" "start" "-a" "f274344832eaf5e07f3f50d38629154efff11e037828014f9a48e71d94ca4bd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f274344832eaf5e07f3f50d38629154efff11e037828014f9a48e71d94ca4bd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f274344832eaf5e07f3f50d38629154efff11e037828014f9a48e71d94ca4bd0", kill_on_drop: false }` [INFO] [stdout] f274344832eaf5e07f3f50d38629154efff11e037828014f9a48e71d94ca4bd0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 850bed9f547902c5667cba5c51034b9390e3fefb8afa2e96cf6d46ecee718561 [INFO] running `Command { std: "docker" "start" "-a" "850bed9f547902c5667cba5c51034b9390e3fefb8afa2e96cf6d46ecee718561", kill_on_drop: false }` [INFO] [stderr] Checking jin v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `rid` [INFO] [stdout] --> src/relation/heap.rs:204:35 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn rollback_delete(&self, rid: RecordId) -> Result<(), HeapError> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rid` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `system_catalog` and `buffer_manager` are never read [INFO] [stdout] --> src/executor/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct QueryMeta { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 22 | system_catalog: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 23 | buffer_manager: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `meta` and `node` are never read [INFO] [stdout] --> src/executor/exec_insert.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct InsertExecutor { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 13 | /// Metadata for this executor [INFO] [stdout] 14 | meta: QueryMeta, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | node: InsertPlanNode, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `table_name`, and `schema` are never read [INFO] [stdout] --> src/index.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct IndexMeta { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 19 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 20 | table_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 21 | schema: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LogRecovery` is never constructed [INFO] [stdout] --> src/log.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | struct LogRecovery { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `redo` and `undo` are never used [INFO] [stdout] --> src/log.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl LogRecovery { [INFO] [stdout] | ---------------- associated functions in this implementation [INFO] [stdout] 22 | pub fn redo() { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn undo() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LSN_OFFSET` is never used [INFO] [stdout] --> src/page.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | const LSN_OFFSET: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `get_lsn` and `set_lsn` are never used [INFO] [stdout] --> src/page.rs:168:8 [INFO] [stdout] | [INFO] [stdout] 102 | impl RelationPage { [INFO] [stdout] | ----------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 168 | fn get_lsn(bytes: &PageBytes) -> u32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | fn set_lsn(bytes: &mut PageBytes, lsn: LsnT) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `relation_id` is never read [INFO] [stdout] --> src/plan/insert.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct InsertPlanNode { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 13 | /// Relation affected by this insert plan. [INFO] [stdout] 14 | relation_id: RelationIdT, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rid` [INFO] [stdout] --> src/relation/heap.rs:204:35 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn rollback_delete(&self, rid: RecordId) -> Result<(), HeapError> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rid` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `system_catalog` and `buffer_manager` are never read [INFO] [stdout] --> src/executor/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct QueryMeta { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 22 | system_catalog: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 23 | buffer_manager: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `meta` and `node` are never read [INFO] [stdout] --> src/executor/exec_insert.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct InsertExecutor { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 13 | /// Metadata for this executor [INFO] [stdout] 14 | meta: QueryMeta, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | node: InsertPlanNode, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `table_name`, and `schema` are never read [INFO] [stdout] --> src/index.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct IndexMeta { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 19 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 20 | table_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 21 | schema: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LogRecovery` is never constructed [INFO] [stdout] --> src/log.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | struct LogRecovery { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `redo` and `undo` are never used [INFO] [stdout] --> src/log.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl LogRecovery { [INFO] [stdout] | ---------------- associated functions in this implementation [INFO] [stdout] 22 | pub fn redo() { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn undo() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LSN_OFFSET` is never used [INFO] [stdout] --> src/page.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | const LSN_OFFSET: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `get_lsn` and `set_lsn` are never used [INFO] [stdout] --> src/page.rs:168:8 [INFO] [stdout] | [INFO] [stdout] 102 | impl RelationPage { [INFO] [stdout] | ----------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 168 | fn get_lsn(bytes: &PageBytes) -> u32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | fn set_lsn(bytes: &mut PageBytes, lsn: LsnT) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `relation_id` is never read [INFO] [stdout] --> src/plan/insert.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct InsertPlanNode { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 13 | /// Relation affected by this insert plan. [INFO] [stdout] 14 | relation_id: RelationIdT, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] running `Command { std: "docker" "inspect" "850bed9f547902c5667cba5c51034b9390e3fefb8afa2e96cf6d46ecee718561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "850bed9f547902c5667cba5c51034b9390e3fefb8afa2e96cf6d46ecee718561", kill_on_drop: false }` [INFO] [stdout] 850bed9f547902c5667cba5c51034b9390e3fefb8afa2e96cf6d46ecee718561 [INFO] checking shoyo/minuSQL against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshoyo%2FminuSQL" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shoyo/minuSQL on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shoyo/minuSQL [INFO] finished tweaking git repo https://github.com/shoyo/minuSQL [INFO] tweaked toml for git repo https://github.com/shoyo/minuSQL written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/shoyo/minuSQL already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 573e78508c4ccd87ddf831007ccd17f5acf283ac8f1ef1545097be69a8ae9c32 [INFO] running `Command { std: "docker" "start" "-a" "573e78508c4ccd87ddf831007ccd17f5acf283ac8f1ef1545097be69a8ae9c32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "573e78508c4ccd87ddf831007ccd17f5acf283ac8f1ef1545097be69a8ae9c32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "573e78508c4ccd87ddf831007ccd17f5acf283ac8f1ef1545097be69a8ae9c32", kill_on_drop: false }` [INFO] [stdout] 573e78508c4ccd87ddf831007ccd17f5acf283ac8f1ef1545097be69a8ae9c32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f133fc6535d8cfde4ab2f4af345674db84db0d7c184882e496620419ec2c0c91 [INFO] running `Command { std: "docker" "start" "-a" "f133fc6535d8cfde4ab2f4af345674db84db0d7c184882e496620419ec2c0c91", kill_on_drop: false }` [INFO] [stderr] Checking jin v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `rid` [INFO] [stdout] --> src/relation/heap.rs:204:35 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn rollback_delete(&self, rid: RecordId) -> Result<(), HeapError> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rid` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `system_catalog` and `buffer_manager` are never read [INFO] [stdout] --> src/executor/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct QueryMeta { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 22 | system_catalog: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 23 | buffer_manager: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `meta` and `node` are never read [INFO] [stdout] --> src/executor/exec_insert.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct InsertExecutor { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 13 | /// Metadata for this executor [INFO] [stdout] 14 | meta: QueryMeta, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | node: InsertPlanNode, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `table_name`, and `schema` are never read [INFO] [stdout] --> src/index.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct IndexMeta { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 19 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 20 | table_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 21 | schema: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LogRecovery` is never constructed [INFO] [stdout] --> src/log.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | struct LogRecovery { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `redo` and `undo` are never used [INFO] [stdout] --> src/log.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl LogRecovery { [INFO] [stdout] | ---------------- associated functions in this implementation [INFO] [stdout] 22 | pub fn redo() { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn undo() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LSN_OFFSET` is never used [INFO] [stdout] --> src/page.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | const LSN_OFFSET: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `get_lsn` and `set_lsn` are never used [INFO] [stdout] --> src/page.rs:168:8 [INFO] [stdout] | [INFO] [stdout] 102 | impl RelationPage { [INFO] [stdout] | ----------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 168 | fn get_lsn(bytes: &PageBytes) -> u32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | fn set_lsn(bytes: &mut PageBytes, lsn: LsnT) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `relation_id` is never read [INFO] [stdout] --> src/plan/insert.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct InsertPlanNode { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 13 | /// Relation affected by this insert plan. [INFO] [stdout] 14 | relation_id: RelationIdT, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:214:21 [INFO] [stdout] | [INFO] [stdout] 207 | let replacer: Box = match replacer_algorithm { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 214 | buffer: Buffer::new(buffer_size), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 207 | let replacer: Box = match replacer_algorithm { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 217 | page_table: Arc::new(Mutex::new(HashMap::with_capacity(BUFFER_SIZE as usize))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:279:15 [INFO] [stdout] | [INFO] [stdout] 277 | let mut page_table = self.page_table.lock().unwrap(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 278 | [INFO] [stdout] 279 | match self.lookup(&page_table, page_id) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:343:15 [INFO] [stdout] | [INFO] [stdout] 341 | let mut page_table = self.page_table.lock().unwrap(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 342 | [INFO] [stdout] 343 | match self.lookup(&page_table, page_id) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 369 | let page_table = self.page_table.lock().unwrap(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 370 | [INFO] [stdout] 371 | match self.lookup(&page_table, page_id) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/lru.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 37 | let mut queue = VecDeque::with_capacity(buffer_size as usize); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | let mut map = HashMap::with_capacity(buffer_size as usize); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 45 | queue: Arc::new(Mutex::new(queue)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/lru.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 37 | let mut queue = VecDeque::with_capacity(buffer_size as usize); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | let mut map = HashMap::with_capacity(buffer_size as usize); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 46 | map: Arc::new(Mutex::new(map)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/lru.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 53 | let mut queue = self.queue.lock().unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 54 | match queue.pop_front() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/slow.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 22 | let mut set = HashSet::with_capacity(buffer_size as usize); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 28 | queue: Arc::new(Mutex::new(queue)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/slow.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 22 | let mut set = HashSet::with_capacity(buffer_size as usize); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | set: Arc::new(Mutex::new(set)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/catalog.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn new(buffer_manager: Arc) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | Self { [INFO] [stdout] 34 | relations: Arc::new(RwLock::new(HashMap::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/catalog.rs:35:27 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn new(buffer_manager: Arc) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 35 | relation_ids: Arc::new(RwLock::new(HashMap::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/mod.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 31 | let rwlock = self.get_children(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | let children = rwlock.read().unwrap(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 36 | Some(Arc::clone(&children[idx])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/aggr.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(output_schema: Arc) -> Self { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | Self { [INFO] [stdout] 19 | children: Arc::new(RwLock::new(Vec::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/hash_join.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(output_schema: Arc) -> Self { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | Self { [INFO] [stdout] 19 | children: Arc::new(RwLock::new(Vec::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/insert.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(relation_id: RelationIdT, output_schema: Arc) -> Self { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 24 | children: Arc::new(RwLock::new(Vec::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/seq_scan.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(output_schema: Arc) -> Self { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | Self { [INFO] [stdout] 19 | children: Arc::new(RwLock::new(Vec::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/relation/heap.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(buffer_manager: Arc) -> Result { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let frame_arc = buffer_manager.create_page()?; [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 31 | let mut frame = frame_arc.write().unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 43 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 44 | | root_id: head_page_id, [INFO] [stdout] 45 | | buffer_manager, [INFO] [stdout] 46 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `jin` (lib) due to 19 previous errors; 9 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused variable: `rid` [INFO] [stdout] --> src/relation/heap.rs:204:35 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn rollback_delete(&self, rid: RecordId) -> Result<(), HeapError> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rid` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `system_catalog` and `buffer_manager` are never read [INFO] [stdout] --> src/executor/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct QueryMeta { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 22 | system_catalog: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 23 | buffer_manager: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `meta` and `node` are never read [INFO] [stdout] --> src/executor/exec_insert.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct InsertExecutor { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 13 | /// Metadata for this executor [INFO] [stdout] 14 | meta: QueryMeta, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | node: InsertPlanNode, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `table_name`, and `schema` are never read [INFO] [stdout] --> src/index.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct IndexMeta { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 19 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 20 | table_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 21 | schema: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LogRecovery` is never constructed [INFO] [stdout] --> src/log.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | struct LogRecovery { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `redo` and `undo` are never used [INFO] [stdout] --> src/log.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl LogRecovery { [INFO] [stdout] | ---------------- associated functions in this implementation [INFO] [stdout] 22 | pub fn redo() { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn undo() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LSN_OFFSET` is never used [INFO] [stdout] --> src/page.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | const LSN_OFFSET: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `get_lsn` and `set_lsn` are never used [INFO] [stdout] --> src/page.rs:168:8 [INFO] [stdout] | [INFO] [stdout] 102 | impl RelationPage { [INFO] [stdout] | ----------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 168 | fn get_lsn(bytes: &PageBytes) -> u32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | fn set_lsn(bytes: &mut PageBytes, lsn: LsnT) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `relation_id` is never read [INFO] [stdout] --> src/plan/insert.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct InsertPlanNode { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 13 | /// Relation affected by this insert plan. [INFO] [stdout] 14 | relation_id: RelationIdT, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:214:21 [INFO] [stdout] | [INFO] [stdout] 207 | let replacer: Box = match replacer_algorithm { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 214 | buffer: Buffer::new(buffer_size), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 207 | let replacer: Box = match replacer_algorithm { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 217 | page_table: Arc::new(Mutex::new(HashMap::with_capacity(BUFFER_SIZE as usize))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:279:15 [INFO] [stdout] | [INFO] [stdout] 277 | let mut page_table = self.page_table.lock().unwrap(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 278 | [INFO] [stdout] 279 | match self.lookup(&page_table, page_id) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:343:15 [INFO] [stdout] | [INFO] [stdout] 341 | let mut page_table = self.page_table.lock().unwrap(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 342 | [INFO] [stdout] 343 | match self.lookup(&page_table, page_id) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/mod.rs:371:15 [INFO] [stdout] | [INFO] [stdout] 369 | let page_table = self.page_table.lock().unwrap(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 370 | [INFO] [stdout] 371 | match self.lookup(&page_table, page_id) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/lru.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 37 | let mut queue = VecDeque::with_capacity(buffer_size as usize); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | let mut map = HashMap::with_capacity(buffer_size as usize); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 45 | queue: Arc::new(Mutex::new(queue)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/lru.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 37 | let mut queue = VecDeque::with_capacity(buffer_size as usize); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | let mut map = HashMap::with_capacity(buffer_size as usize); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 46 | map: Arc::new(Mutex::new(map)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/lru.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 53 | let mut queue = self.queue.lock().unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 54 | match queue.pop_front() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/slow.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 22 | let mut set = HashSet::with_capacity(buffer_size as usize); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 28 | queue: Arc::new(Mutex::new(queue)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/buffer/replacement/slow.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 22 | let mut set = HashSet::with_capacity(buffer_size as usize); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | set: Arc::new(Mutex::new(set)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/catalog.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn new(buffer_manager: Arc) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | Self { [INFO] [stdout] 34 | relations: Arc::new(RwLock::new(HashMap::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/catalog.rs:35:27 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn new(buffer_manager: Arc) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 35 | relation_ids: Arc::new(RwLock::new(HashMap::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/mod.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 31 | let rwlock = self.get_children(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | let children = rwlock.read().unwrap(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 36 | Some(Arc::clone(&children[idx])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/aggr.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(output_schema: Arc) -> Self { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | Self { [INFO] [stdout] 19 | children: Arc::new(RwLock::new(Vec::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/hash_join.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(output_schema: Arc) -> Self { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | Self { [INFO] [stdout] 19 | children: Arc::new(RwLock::new(Vec::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/insert.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(relation_id: RelationIdT, output_schema: Arc) -> Self { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 24 | children: Arc::new(RwLock::new(Vec::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/plan/seq_scan.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(output_schema: Arc) -> Self { [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | Self { [INFO] [stdout] 19 | children: Arc::new(RwLock::new(Vec::new())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/relation/heap.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(buffer_manager: Arc) -> Result { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 30 | let frame_arc = buffer_manager.create_page()?; [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 31 | let mut frame = frame_arc.write().unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 43 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 44 | | root_id: head_page_id, [INFO] [stdout] 45 | | buffer_manager, [INFO] [stdout] 46 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `jin` (lib test) due to 19 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f133fc6535d8cfde4ab2f4af345674db84db0d7c184882e496620419ec2c0c91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f133fc6535d8cfde4ab2f4af345674db84db0d7c184882e496620419ec2c0c91", kill_on_drop: false }` [INFO] [stdout] f133fc6535d8cfde4ab2f4af345674db84db0d7c184882e496620419ec2c0c91