[INFO] fetching crate besu-mysql 0.0.1...
[INFO] checking besu-mysql-0.0.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate besu-mysql 0.0.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate besu-mysql 0.0.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate besu-mysql 0.0.1
[INFO] finished tweaking crates.io crate besu-mysql 0.0.1
[INFO] tweaked toml for crates.io crate besu-mysql 0.0.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 173 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 795037a938150430b746fb3cda91fc595b828259cf5cc5325d8bb3afd0f13278
[INFO] running `Command { std: "docker" "start" "-a" "795037a938150430b746fb3cda91fc595b828259cf5cc5325d8bb3afd0f13278", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "795037a938150430b746fb3cda91fc595b828259cf5cc5325d8bb3afd0f13278", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "795037a938150430b746fb3cda91fc595b828259cf5cc5325d8bb3afd0f13278", kill_on_drop: false }`
[INFO] [stdout] 795037a938150430b746fb3cda91fc595b828259cf5cc5325d8bb3afd0f13278
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1085e709c6588f327ca7188dda8e12c8504fb8bb0c6037264bd90253e2fa69d6
[INFO] running `Command { std: "docker" "start" "-a" "1085e709c6588f327ca7188dda8e12c8504fb8bb0c6037264bd90253e2fa69d6", kill_on_drop: false }`
[INFO] [stderr]     Checking besu v0.0.1
[INFO] [stderr]     Checking besu-mysql 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:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         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] 58 -         sqlx::Error::Encode(err)
[INFO] [stdout] 58 +         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:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         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] 64 -         sqlx::Error::Decode(err)
[INFO] [stdout] 64 +         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:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         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] 58 -         sqlx::Error::Encode(err)
[INFO] [stdout] 58 +         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:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         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] 64 -         sqlx::Error::Decode(err)
[INFO] [stdout] 64 +         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:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Sqlx(Pool<sqlx::MySql>);
[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:22:60
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub async fn new(uri: impl AsRef<str>) -> 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:32:34
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn inner(&self) -> &Pool<sqlx::MySql> {
[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:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     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:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl<T: for<'q> sqlx::Decode<'q, sqlx::MySql>> 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:86:34
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl<T: for<'q> sqlx::Decode<'q, sqlx::MySql>> 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:88:15
[INFO] [stdout]    |
[INFO] [stdout] 88 |         <T as sqlx::Decode<'q, sqlx::MySql>>::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:88:32
[INFO] [stdout]    |
[INFO] [stdout] 88 |         <T as sqlx::Decode<'q, sqlx::MySql>>::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:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type<sqlx::MySql>> 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:95:38
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type<sqlx::MySql>> 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:95:53
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type<sqlx::MySql>> 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:95:64
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type<sqlx::MySql>> 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:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Sqlx(Pool<sqlx::MySql>);
[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:22:60
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub async fn new(uri: impl AsRef<str>) -> 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:32:34
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn inner(&self) -> &Pool<sqlx::MySql> {
[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:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     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:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl<T: for<'q> sqlx::Decode<'q, sqlx::MySql>> 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:86:34
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl<T: for<'q> sqlx::Decode<'q, sqlx::MySql>> 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:88:15
[INFO] [stdout]    |
[INFO] [stdout] 88 |         <T as sqlx::Decode<'q, sqlx::MySql>>::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:88:32
[INFO] [stdout]    |
[INFO] [stdout] 88 |         <T as sqlx::Decode<'q, sqlx::MySql>>::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:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type<sqlx::MySql>> 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:95:38
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type<sqlx::MySql>> 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:95:53
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type<sqlx::MySql>> 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:95:64
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type<sqlx::MySql>> 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-mysql` (lib test) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `besu-mysql` (lib) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "1085e709c6588f327ca7188dda8e12c8504fb8bb0c6037264bd90253e2fa69d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1085e709c6588f327ca7188dda8e12c8504fb8bb0c6037264bd90253e2fa69d6", kill_on_drop: false }`
[INFO] [stdout] 1085e709c6588f327ca7188dda8e12c8504fb8bb0c6037264bd90253e2fa69d6
