[INFO] cloning repository https://github.com/thiago-ssilva/minisql
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thiago-ssilva/minisql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiago-ssilva%2Fminisql", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiago-ssilva%2Fminisql'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ddbe739debf9dbf9b1021728bbf8c96d22787265
[INFO] checking thiago-ssilva/minisql against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiago-ssilva%2Fminisql" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thiago-ssilva/minisql
[INFO] finished tweaking git repo https://github.com/thiago-ssilva/minisql
[INFO] tweaked toml for git repo https://github.com/thiago-ssilva/minisql written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thiago-ssilva/minisql on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thiago-ssilva/minisql 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `sql_mini_repl` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc1/source/target/.../sql_mini_repl
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `sql-mini-repl`, convert `package.name`
[INFO] [stderr]   --> sql_mini_repl/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "sql_mini_repl"
[INFO] [stderr]  2 + name = "sql-mini-repl"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `sql-mini-repl`, specify `bin.name`
[INFO] [stderr]   --> sql_mini_repl/Cargo.toml:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 ~ tabled = "0.19.0"
[INFO] [stderr] 11 + [[bin]]
[INFO] [stderr] 12 + name = "sql-mini-repl"
[INFO] [stderr] 13 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `sql_mini_repl` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bigdecimal v0.4.8
[INFO] [stderr]   Downloaded nibble_vec v0.1.0
[INFO] [stderr]   Downloaded endian-type v0.1.2
[INFO] [stderr]   Downloaded fd-lock v4.0.4
[INFO] [stderr]   Downloaded papergrid v0.15.0
[INFO] [stderr]   Downloaded rustyline v15.0.0
[INFO] [stderr]   Downloaded radix_trie v0.2.1
[INFO] [stderr]   Downloaded tabled v0.19.0
[INFO] [stderr]   Downloaded nom_locate v5.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd
[INFO] running `Command { std: "docker" "start" "599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `sql_mini_repl` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../sql_mini_repl
[INFO] [stderr]    |                          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `sql-mini-repl`, convert `package.name`
[INFO] [stderr]   --> sql_mini_repl/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "sql_mini_repl"
[INFO] [stderr]  2 + name = "sql-mini-repl"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `sql-mini-repl`, specify `bin.name`
[INFO] [stderr]   --> sql_mini_repl/Cargo.toml:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 ~ tabled = "0.19.0"
[INFO] [stderr] 11 + [[bin]]
[INFO] [stderr] 12 + name = "sql-mini-repl"
[INFO] [stderr] 13 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `sql_mini_repl` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling libm v0.2.13
[INFO] [stderr]     Checking bytecount v0.6.8
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bigdecimal v0.4.8
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking testing_table v0.3.0
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]     Checking papergrid v0.15.0
[INFO] [stderr]     Checking rustyline v15.0.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]     Checking nom_locate v5.0.0
[INFO] [stderr]     Checking tabled v0.19.0
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking sql_mini_parser v0.1.0 (/opt/rustwide/workdir/sql_mini_parser)
[INFO] [stderr]     Checking sql_mini_execution v0.1.0 (/opt/rustwide/workdir/sql_mini_execution)
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]  --> sql_mini_execution/src/row.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Row<'a> {
[INFO] [stdout]   |            --- field in this struct
[INFO] [stdout] 9 |     id: usize,
[INFO] [stdout]   |     ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Row` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> sql_mini_execution/src/lib.rs:32:16
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn run(&mut self, query: SqlQuery) -> Result<ExecResponse, QueryExecutionError> {
[INFO] [stdout]    |                ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn run(&mut self, query: SqlQuery) -> Result<ExecResponse<'_>, QueryExecutionError> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> sql_mini_execution/src/table.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn select(&self, columns: Vec<String>) -> Result<TableIter, QueryExecutionError> {
[INFO] [stdout]    |                   ^^^^^ the lifetime is elided here      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn select(&self, columns: Vec<String>) -> Result<TableIter<'_>, QueryExecutionError> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]  --> sql_mini_execution/src/row.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Row<'a> {
[INFO] [stdout]   |            --- field in this struct
[INFO] [stdout] 9 |     id: usize,
[INFO] [stdout]   |     ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Row` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> sql_mini_execution/src/lib.rs:32:16
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn run(&mut self, query: SqlQuery) -> Result<ExecResponse, QueryExecutionError> {
[INFO] [stdout]    |                ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn run(&mut self, query: SqlQuery) -> Result<ExecResponse<'_>, QueryExecutionError> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking sql_mini_repl v0.1.0 (/opt/rustwide/workdir/sql_mini_repl)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> sql_mini_execution/src/table.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn select(&self, columns: Vec<String>) -> Result<TableIter, QueryExecutionError> {
[INFO] [stdout]    |                   ^^^^^ the lifetime is elided here      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn select(&self, columns: Vec<String>) -> Result<TableIter<'_>, QueryExecutionError> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0, proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd", kill_on_drop: false }`
[INFO] [stdout] 599af3532523ce64eab3f8fca08ea98e5b1cbe41936b50d40034dbd7433378bd
