[INFO] fetching crate besu-sqlite 0.0.1...
[INFO] checking besu-sqlite-0.0.1 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate besu-sqlite 0.0.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate besu-sqlite 0.0.1 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate besu-sqlite 0.0.1
[INFO] finished tweaking crates.io crate besu-sqlite 0.0.1
[INFO] tweaked toml for crates.io crate besu-sqlite 0.0.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 126 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded besu v0.0.1
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5317c179cde423beb0b01a88d9777a9089605d125aadec18f360351bfb06ae6f
[INFO] running `Command { std: "docker" "start" "-a" "5317c179cde423beb0b01a88d9777a9089605d125aadec18f360351bfb06ae6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5317c179cde423beb0b01a88d9777a9089605d125aadec18f360351bfb06ae6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5317c179cde423beb0b01a88d9777a9089605d125aadec18f360351bfb06ae6f", kill_on_drop: false }`
[INFO] [stdout] 5317c179cde423beb0b01a88d9777a9089605d125aadec18f360351bfb06ae6f
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2bc90e8eb220df1844a936197b48f60f3d63dc44f686fb8f1c11d5559773fc58
[INFO] running `Command { std: "docker" "start" "-a" "2bc90e8eb220df1844a936197b48f60f3d63dc44f686fb8f1c11d5559773fc58", kill_on_drop: false }`
[INFO] [stderr]     Checking besu v0.0.1
[INFO] [stderr]     Checking besu-sqlite v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]  --> src/sqlx.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sqlx::{
[INFO] [stdout]   |     ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sqlx`
[INFO] [stdout]  --> src/sqlx.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sqlx::{
[INFO] [stdout]   |     ^^^^ help: a similar path exists: `crate::sqlx`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]  --> src/sqlx.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sqlx::{
[INFO] [stdout]   |     ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sqlx`
[INFO] [stdout]  --> src/sqlx.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sqlx::{
[INFO] [stdout]   |     ^^^^ help: a similar path exists: `crate::sqlx`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let mut pool = sqlx::sqlite::SqlitePoolOptions::new();
[INFO] [stdout]    |                        ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let mut pool = sqlx::sqlite::SqlitePoolOptions::new();
[INFO] [stdout]    |                        ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             sqlx::sqlite::SqliteConnectOptions::new()
[INFO] [stdout]    |             ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             sqlx::sqlite::SqliteConnectOptions::new()
[INFO] [stdout]    |             ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:36:31
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 .journal_mode(sqlx::sqlite::SqliteJournalMode::Wal)
[INFO] [stdout]    |                               ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:36:31
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 .journal_mode(sqlx::sqlite::SqliteJournalMode::Wal)
[INFO] [stdout]    |                               ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         sqlx::Error::Encode(err)
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]      and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 70 -         sqlx::Error::Encode(err)
[INFO] [stdout] 70 +         Error::Encode(err)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         sqlx::Error::Decode(err)
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]      and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 76 -         sqlx::Error::Decode(err)
[INFO] [stdout] 76 +         Error::Decode(err)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         sqlx::Error::Encode(err)
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]      and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 70 -         sqlx::Error::Encode(err)
[INFO] [stdout] 70 +         Error::Encode(err)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         sqlx::Error::Decode(err)
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]      and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 76 -         sqlx::Error::Decode(err)
[INFO] [stdout] 76 +         Error::Decode(err)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Sqlx(Pool<sqlx::Sqlite>);
[INFO] [stdout]    |                      ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:19:62
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub async fn new(path: impl AsRef<Path>) -> Result<Self, sqlx::Error> {
[INFO] [stdout]    |                                                              ^^^^
[INFO] [stdout]    |                                                              |
[INFO] [stdout]    |                                                              use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                                                              help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:44:34
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn inner(&self) -> &Pool<sqlx::Sqlite> {
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                                  help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     type Error = sqlx::Error;
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                  help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 | impl<T: for<'q> sqlx::Decode<'q, sqlx::Sqlite>> DecodeValue<Sqlx, T> for DecodeImpl {
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                 help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:98:34
[INFO] [stdout]    |
[INFO] [stdout] 98 | impl<T: for<'q> sqlx::Decode<'q, sqlx::Sqlite>> DecodeValue<Sqlx, T> for DecodeImpl {
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                                  help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:100:15
[INFO] [stdout]     |
[INFO] [stdout] 100 |         <T as sqlx::Decode<'q, sqlx::Sqlite>>::decode(value)
[INFO] [stdout]     |               ^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               use of undeclared crate or module `sqlx`
[INFO] [stdout]     |               help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 |         <T as sqlx::Decode<'q, sqlx::Sqlite>>::decode(value)
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                                help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::Sqlite> + sqlx::Type<sqlx::Sqlite>> EncodeArgument<'a, T>
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                     help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:107:38
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::Sqlite> + sqlx::Type<sqlx::Sqlite>> EncodeArgument<'a, T>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                                      help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:107:54
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::Sqlite> + sqlx::Type<sqlx::Sqlite>> EncodeArgument<'a, T>
[INFO] [stdout]     |                                                      ^^^^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                                                      help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Sqlx(Pool<sqlx::Sqlite>);
[INFO] [stdout]    |                      ^^^^ use of undeclared crate or module `sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:107:65
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::Sqlite> + sqlx::Type<sqlx::Sqlite>> EncodeArgument<'a, T>
[INFO] [stdout]     |                                                                 ^^^^
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                                                                 help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:19:62
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub async fn new(path: impl AsRef<Path>) -> Result<Self, sqlx::Error> {
[INFO] [stdout]    |                                                              ^^^^
[INFO] [stdout]    |                                                              |
[INFO] [stdout]    |                                                              use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                                                              help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:44:34
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn inner(&self) -> &Pool<sqlx::Sqlite> {
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                                  help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     type Error = sqlx::Error;
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                  help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 | impl<T: for<'q> sqlx::Decode<'q, sqlx::Sqlite>> DecodeValue<Sqlx, T> for DecodeImpl {
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                 help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]   --> src/sqlx.rs:98:34
[INFO] [stdout]    |
[INFO] [stdout] 98 | impl<T: for<'q> sqlx::Decode<'q, sqlx::Sqlite>> DecodeValue<Sqlx, T> for DecodeImpl {
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  use of undeclared crate or module `sqlx`
[INFO] [stdout]    |                                  help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:100:15
[INFO] [stdout]     |
[INFO] [stdout] 100 |         <T as sqlx::Decode<'q, sqlx::Sqlite>>::decode(value)
[INFO] [stdout]     |               ^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               use of undeclared crate or module `sqlx`
[INFO] [stdout]     |               help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 |         <T as sqlx::Decode<'q, sqlx::Sqlite>>::decode(value)
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                                help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::Sqlite> + sqlx::Type<sqlx::Sqlite>> EncodeArgument<'a, T>
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                     help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:107:38
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::Sqlite> + sqlx::Type<sqlx::Sqlite>> EncodeArgument<'a, T>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                                      help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:107:54
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::Sqlite> + sqlx::Type<sqlx::Sqlite>> EncodeArgument<'a, T>
[INFO] [stdout]     |                                                      ^^^^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                                                      help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sqlx`
[INFO] [stdout]    --> src/sqlx.rs:107:65
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::Sqlite> + sqlx::Type<sqlx::Sqlite>> EncodeArgument<'a, T>
[INFO] [stdout]     |                                                                 ^^^^
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 use of undeclared crate or module `sqlx`
[INFO] [stdout]     |                                                                 help: a struct with a similar name exists (notice the capitalization): `Sqlx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `besu-sqlite` (lib) due to 19 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `besu-sqlite` (lib test) due to 19 previous errors
[INFO] running `Command { std: "docker" "inspect" "2bc90e8eb220df1844a936197b48f60f3d63dc44f686fb8f1c11d5559773fc58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bc90e8eb220df1844a936197b48f60f3d63dc44f686fb8f1c11d5559773fc58", kill_on_drop: false }`
[INFO] [stdout] 2bc90e8eb220df1844a936197b48f60f3d63dc44f686fb8f1c11d5559773fc58
