[INFO] fetching crate otter-sql 0.1.2... [INFO] checking otter-sql-0.1.2 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate otter-sql 0.1.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate otter-sql 0.1.2 [INFO] finished tweaking crates.io crate otter-sql 0.1.2 [INFO] tweaked toml for crates.io crate otter-sql 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate otter-sql 0.1.2 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 42 packages to latest compatible versions [INFO] [stderr] Adding fmt-derive v0.0.5 (available: v0.1.2) [INFO] [stderr] Adding hashbrown v0.12.3 (available: v0.15.4) [INFO] [stderr] Adding ordered-float v3.9.2 (available: v5.0.0) [INFO] [stderr] Adding sqlparser v0.18.0 (available: v0.57.0) [INFO] [stderr] Adding tabled v0.10.0 (available: v0.20.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fmt-derive v0.0.5 [INFO] [stderr] Downloaded fmt-derive-proc v0.0.5 [INFO] [stderr] Downloaded sqlparser v0.18.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7593731a07d5e37a7eec6b909e9230afcafc68484a6ecf9acffcde65541f0311 [INFO] running `Command { std: "docker" "start" "-a" "7593731a07d5e37a7eec6b909e9230afcafc68484a6ecf9acffcde65541f0311", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7593731a07d5e37a7eec6b909e9230afcafc68484a6ecf9acffcde65541f0311", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7593731a07d5e37a7eec6b909e9230afcafc68484a6ecf9acffcde65541f0311", kill_on_drop: false }` [INFO] [stdout] 7593731a07d5e37a7eec6b909e9230afcafc68484a6ecf9acffcde65541f0311 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 014b510fc7afb4de1b3140ac5bf15740c510ea09db5009aa27dc2ea78b48d2b0 [INFO] running `Command { std: "docker" "start" "-a" "014b510fc7afb4de1b3140ac5bf15740c510ea09db5009aa27dc2ea78b48d2b0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking bytecount v0.6.9 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking papergrid v0.7.1 [INFO] [stderr] Checking sqlparser v0.18.0 [INFO] [stderr] Checking arraystring v0.3.0 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking permutation v0.4.1 [INFO] [stderr] Checking ordered-float v3.9.2 [INFO] [stderr] Compiling tabled_derive v0.5.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking tabled v0.10.0 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling fmt-derive-proc v0.0.5 [INFO] [stderr] Checking fmt-derive v0.0.5 [INFO] [stderr] Checking otter-sql v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `current_reg` is never read [INFO] [stdout] --> src/codegen.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | current_reg = current_reg.next_index(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `current_reg` is never read [INFO] [stdout] --> src/codegen.rs:288:25 [INFO] [stdout] | [INFO] [stdout] 288 | current_reg = current_reg.next_index(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_register`, `table`, and `drop_table` are never used [INFO] [stdout] --> src/vm.rs:78:8 [INFO] [stdout] | [INFO] [stdout] 62 | impl VirtualMachine { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 78 | fn get_register(&mut self, index: &RegisterIndex) -> Option<&Register> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | fn table(&self, index: &TableIndex) -> Option<&Table> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | fn drop_table(&mut self, index: &TableIndex) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/table.rs:283:22 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn to_shared(&self) -> RowShared { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 283 | pub fn to_shared(&self) -> RowShared<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `current_reg` is never read [INFO] [stdout] --> src/codegen.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | current_reg = current_reg.next_index(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `current_reg` is never read [INFO] [stdout] --> src/codegen.rs:288:25 [INFO] [stdout] | [INFO] [stdout] 288 | current_reg = current_reg.next_index(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_register` and `drop_table` are never used [INFO] [stdout] --> src/vm.rs:78:8 [INFO] [stdout] | [INFO] [stdout] 62 | impl VirtualMachine { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 78 | fn get_register(&mut self, index: &RegisterIndex) -> Option<&Register> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | fn drop_table(&mut self, index: &TableIndex) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/table.rs:283:22 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn to_shared(&self) -> RowShared { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 283 | pub fn to_shared(&self) -> RowShared<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.75s [INFO] running `Command { std: "docker" "inspect" "014b510fc7afb4de1b3140ac5bf15740c510ea09db5009aa27dc2ea78b48d2b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "014b510fc7afb4de1b3140ac5bf15740c510ea09db5009aa27dc2ea78b48d2b0", kill_on_drop: false }` [INFO] [stdout] 014b510fc7afb4de1b3140ac5bf15740c510ea09db5009aa27dc2ea78b48d2b0