[INFO] fetching crate sql 0.4.3... [INFO] testing sql-0.4.3 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate sql 0.4.3 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate sql 0.4.3 [INFO] finished tweaking crates.io crate sql 0.4.3 [INFO] tweaked toml for crates.io crate sql 0.4.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sql 0.4.3 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8704a0a2f8335b9a7f1bf67d0004bcd36f5a4dcf1ee4f7883f6dc979d1749058 [INFO] running `Command { std: "docker" "start" "-a" "8704a0a2f8335b9a7f1bf67d0004bcd36f5a4dcf1ee4f7883f6dc979d1749058", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8704a0a2f8335b9a7f1bf67d0004bcd36f5a4dcf1ee4f7883f6dc979d1749058", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8704a0a2f8335b9a7f1bf67d0004bcd36f5a4dcf1ee4f7883f6dc979d1749058", kill_on_drop: false }` [INFO] [stdout] 8704a0a2f8335b9a7f1bf67d0004bcd36f5a4dcf1ee4f7883f6dc979d1749058 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a75eeb511cb16a38c0ca6c59acb8b5220560b46b28843e0f0fe69510020465e9 [INFO] running `Command { std: "docker" "start" "-a" "a75eeb511cb16a38c0ca6c59acb8b5220560b46b28843e0f0fe69510020465e9", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling sql v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/grammar/clause/order_by.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | fn order(self, Option) -> Self::Output; [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Option` [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] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/order_by.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | buffer.push(try!(expression.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/order_by.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | let main = try!(self.0.compile()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/where.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | buffer.push(try!(condition.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:41:37 [INFO] [stdout] | [INFO] [stdout] 41 | buffer.push(format!("`{}`", some!(self.name))); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | buffer.push(match some!(self.kind) { [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | Ok(format!("`{}`", some!(self.name))) [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/grammar/operation/like.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn like(self, T) -> Like; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/operation/like.rs:27:36 [INFO] [stdout] | [INFO] [stdout] 27 | Ok(format!("{} LIKE '{}'", try!(self.0.compile()), self.1)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/create_table.rs:54:37 [INFO] [stdout] | [INFO] [stdout] 54 | buffer.push(format!("`{}`", some!(self.name))); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/create_table.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | for column in some!(self.columns) { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/create_table.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | buffer.push(try!(column.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/delete.rs:28:37 [INFO] [stdout] | [INFO] [stdout] 28 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/insert.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 50 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/insert.rs:54:31 [INFO] [stdout] | [INFO] [stdout] 54 | for column in some!(self.columns) { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/select.rs:83:37 [INFO] [stdout] | [INFO] [stdout] 83 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/select.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | buffer.push(try!(clause.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/select.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | buffer.push(try!(clause.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/clause/order_by.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct OrderBy(Vec>); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 | pub struct OrderBy(Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/clause/where.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Where(Vec>); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Where(Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/operation/like.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Like(Box, String); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Like(Box, String); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sql v0.4.3 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "a75eeb511cb16a38c0ca6c59acb8b5220560b46b28843e0f0fe69510020465e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a75eeb511cb16a38c0ca6c59acb8b5220560b46b28843e0f0fe69510020465e9", kill_on_drop: false }` [INFO] [stdout] a75eeb511cb16a38c0ca6c59acb8b5220560b46b28843e0f0fe69510020465e9 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdf3b8e1c961969831c68ccf69d0f72744c7130bac1e82999f16850f78abd361 [INFO] running `Command { std: "docker" "start" "-a" "fdf3b8e1c961969831c68ccf69d0f72744c7130bac1e82999f16850f78abd361", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/grammar/clause/order_by.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | fn order(self, Option) -> Self::Output; [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Option` [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] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/order_by.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | buffer.push(try!(expression.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/order_by.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | let main = try!(self.0.compile()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/where.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | buffer.push(try!(condition.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:41:37 [INFO] [stdout] | [INFO] [stdout] 41 | buffer.push(format!("`{}`", some!(self.name))); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sql v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | buffer.push(match some!(self.kind) { [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | Ok(format!("`{}`", some!(self.name))) [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/grammar/operation/like.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn like(self, T) -> Like; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/operation/like.rs:27:36 [INFO] [stdout] | [INFO] [stdout] 27 | Ok(format!("{} LIKE '{}'", try!(self.0.compile()), self.1)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/create_table.rs:54:37 [INFO] [stdout] | [INFO] [stdout] 54 | buffer.push(format!("`{}`", some!(self.name))); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/create_table.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | for column in some!(self.columns) { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/create_table.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | buffer.push(try!(column.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/delete.rs:28:37 [INFO] [stdout] | [INFO] [stdout] 28 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/insert.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 50 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/insert.rs:54:31 [INFO] [stdout] | [INFO] [stdout] 54 | for column in some!(self.columns) { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/select.rs:83:37 [INFO] [stdout] | [INFO] [stdout] 83 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/select.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | buffer.push(try!(clause.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/select.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | buffer.push(try!(clause.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/clause/order_by.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct OrderBy(Vec>); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 | pub struct OrderBy(Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/clause/where.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Where(Vec>); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Where(Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/operation/like.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Like(Box, String); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Like(Box, String); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/grammar/clause/order_by.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | fn order(self, Option) -> Self::Output; [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Option` [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] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/order_by.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | buffer.push(try!(expression.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/order_by.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | let main = try!(self.0.compile()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/clause/where.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | buffer.push(try!(condition.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:41:37 [INFO] [stdout] | [INFO] [stdout] 41 | buffer.push(format!("`{}`", some!(self.name))); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | buffer.push(match some!(self.kind) { [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/definition/column.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | Ok(format!("`{}`", some!(self.name))) [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/grammar/operation/like.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn like(self, T) -> Like; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/operation/like.rs:27:36 [INFO] [stdout] | [INFO] [stdout] 27 | Ok(format!("{} LIKE '{}'", try!(self.0.compile()), self.1)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/create_table.rs:54:37 [INFO] [stdout] | [INFO] [stdout] 54 | buffer.push(format!("`{}`", some!(self.name))); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/create_table.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | for column in some!(self.columns) { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/create_table.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | buffer.push(try!(column.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/delete.rs:28:37 [INFO] [stdout] | [INFO] [stdout] 28 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/insert.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 50 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/insert.rs:54:31 [INFO] [stdout] | [INFO] [stdout] 54 | for column in some!(self.columns) { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:108:50 [INFO] [stdout] | [INFO] [stdout] 108 | return Err(::Error($message.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grammar/statement/select.rs:83:37 [INFO] [stdout] | [INFO] [stdout] 83 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/select.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | buffer.push(try!(clause.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/grammar/statement/select.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | buffer.push(try!(clause.compile())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/clause/order_by.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct OrderBy(Vec>); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 | pub struct OrderBy(Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/clause/where.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Where(Vec>); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Where(Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/grammar/operation/like.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Like(Box, String); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Like(Box, String); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.64s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sql v0.4.3 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] running `Command { std: "docker" "inspect" "fdf3b8e1c961969831c68ccf69d0f72744c7130bac1e82999f16850f78abd361", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdf3b8e1c961969831c68ccf69d0f72744c7130bac1e82999f16850f78abd361", kill_on_drop: false }` [INFO] [stdout] fdf3b8e1c961969831c68ccf69d0f72744c7130bac1e82999f16850f78abd361 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0fbc5d010674e163b457c336430cea98c0e789cf293309fd11448e1ee384b644 [INFO] running `Command { std: "docker" "start" "-a" "0fbc5d010674e163b457c336430cea98c0e789cf293309fd11448e1ee384b644", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/grammar/clause/order_by.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | fn order(self, Option) -> Self::Output; [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Option` [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] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/grammar/clause/order_by.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | buffer.push(try!(expression.compile())); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/grammar/clause/order_by.rs:77:20 [INFO] [stderr] | [INFO] [stderr] 77 | let main = try!(self.0.compile()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/grammar/clause/where.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | buffer.push(try!(condition.compile())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/definition/column.rs:41:37 [INFO] [stderr] | [INFO] [stderr] 41 | buffer.push(format!("`{}`", some!(self.name))); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/definition/column.rs:42:27 [INFO] [stderr] | [INFO] [stderr] 42 | buffer.push(match some!(self.kind) { [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/definition/column.rs:57:28 [INFO] [stderr] | [INFO] [stderr] 57 | Ok(format!("`{}`", some!(self.name))) [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/grammar/operation/like.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | fn like(self, T) -> Like; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/grammar/operation/like.rs:27:36 [INFO] [stderr] | [INFO] [stderr] 27 | Ok(format!("{} LIKE '{}'", try!(self.0.compile()), self.1)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/statement/create_table.rs:54:37 [INFO] [stderr] | [INFO] [stderr] 54 | buffer.push(format!("`{}`", some!(self.name))); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/statement/create_table.rs:57:27 [INFO] [stderr] | [INFO] [stderr] 57 | for column in some!(self.columns) { [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/grammar/statement/create_table.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | buffer.push(try!(column.compile())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/statement/delete.rs:28:37 [INFO] [stderr] | [INFO] [stderr] 28 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/statement/insert.rs:50:37 [INFO] [stderr] | [INFO] [stderr] 50 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/statement/insert.rs:54:31 [INFO] [stderr] | [INFO] [stderr] 54 | for column in some!(self.columns) { [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | return Err(::Error($message.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/grammar/statement/select.rs:83:37 [INFO] [stderr] | [INFO] [stderr] 83 | buffer.push(format!("`{}`", some!(self.table))); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `raise` which comes from the expansion of the macro `some` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/grammar/statement/select.rs:85:25 [INFO] [stderr] | [INFO] [stderr] 85 | buffer.push(try!(clause.compile())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/grammar/statement/select.rs:88:25 [INFO] [stderr] | [INFO] [stderr] 88 | buffer.push(try!(clause.compile())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/grammar/clause/order_by.rs:9:28 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct OrderBy(Vec>); [INFO] [stderr] | ^^^^^^^^^^ [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: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 9 | pub struct OrderBy(Vec>); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/grammar/clause/where.rs:8:26 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct Where(Vec>); [INFO] [stderr] | ^^^^^^^^^ [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] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 8 | pub struct Where(Vec>); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/grammar/operation/like.rs:9:21 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Like(Box, String); [INFO] [stderr] | ^^^^^^^^^^ [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] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Like(Box, String); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `sql` (lib) generated 21 warnings (run `cargo fix --lib -p sql` to apply 5 suggestions) [INFO] [stderr] warning: `sql` (lib test) generated 21 warnings (21 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sql v0.4.3 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sql-1b99e02a4f784e28) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test grammar::clause::order_by::tests::append ... ok [INFO] [stdout] test grammar::clause::order_by::tests::from_column ... ok [INFO] [stdout] test grammar::clause::order_by::tests::from_string ... ok [INFO] [stdout] test grammar::clause::so_that::tests::one ... ok [INFO] [stdout] test grammar::definition::column::tests::not_null ... ok [INFO] [stdout] test grammar::operation::like::tests::from_column ... ok [INFO] [stdout] test grammar::statement::create_table::tests::columns ... ok [INFO] [stdout] test grammar::statement::create_table::tests::if_not_exists ... ok [INFO] [stdout] test grammar::statement::delete::tests::all ... ok [INFO] [stdout] test grammar::statement::select::tests::all ... ok [INFO] [stdout] test grammar::statement::select::tests::columns ... ok [INFO] [stdout] test grammar::statement::select::tests::like ... ok [INFO] [stdout] test grammar::statement::select::tests::limit ... ok [INFO] [stdout] test grammar::statement::select::tests::order ... ok [INFO] [stdout] test grammar::operation::like::tests::from_string ... ok [INFO] [stdout] test grammar::statement::insert::tests::batch ... ok [INFO] [stdout] test grammar::clause::so_that::tests::and ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests sql [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0fbc5d010674e163b457c336430cea98c0e789cf293309fd11448e1ee384b644", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fbc5d010674e163b457c336430cea98c0e789cf293309fd11448e1ee384b644", kill_on_drop: false }` [INFO] [stdout] 0fbc5d010674e163b457c336430cea98c0e789cf293309fd11448e1ee384b644