[INFO] fetching crate besu-mysql 0.0.1... [INFO] checking besu-mysql-0.0.1 against try#1463461488056994d1b84e8b752e7c11c7fae7aa for pr-154205 [INFO] extracting crate besu-mysql 0.0.1 into /workspace/builds/worker-3-tc2/source [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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate besu-mysql 0.0.1 on toolchain 1463461488056994d1b84e8b752e7c11c7fae7aa [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "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" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 147 packages to latest compatible versions [INFO] [stderr] Adding generic-array v0.14.7 (available: v0.14.9) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc3ec720751e6a9544df3e2c68e69791eb0c85bede6f037e9ea442cad07d075c [INFO] running `Command { std: "docker" "start" "-a" "cc3ec720751e6a9544df3e2c68e69791eb0c85bede6f037e9ea442cad07d075c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc3ec720751e6a9544df3e2c68e69791eb0c85bede6f037e9ea442cad07d075c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc3ec720751e6a9544df3e2c68e69791eb0c85bede6f037e9ea442cad07d075c", kill_on_drop: false }` [INFO] [stdout] cc3ec720751e6a9544df3e2c68e69791eb0c85bede6f037e9ea442cad07d075c [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fae11cd8cff31d690a3554375e2f0f8303c93c7134a1c544219d400d3a45ace5 [INFO] running `Command { std: "docker" "start" "-a" "fae11cd8cff31d690a3554375e2f0f8303c93c7134a1c544219d400d3a45ace5", 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]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sqlx::{ [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [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] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `use` statements changed in Rust 2018; read more at [INFO] [stdout] help: a similar path exists [INFO] [stdout] | [INFO] [stdout] 3 | use crate::sqlx::{ [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use sqlx::{ [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [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] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `use` statements changed in Rust 2018; read more at [INFO] [stdout] help: a similar path exists [INFO] [stdout] | [INFO] [stdout] 3 | use crate::sqlx::{ [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | sqlx::Error::Encode(err) [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod 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]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | sqlx::Error::Decode(err) [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod 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] [stderr] [FMTARGS] {"crate":"besu_mysql","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | sqlx::Error::Encode(err) [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod 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]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | sqlx::Error::Decode(err) [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod 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] [stderr] [FMTARGS] {"crate":"besu_mysql","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Sqlx(Pool); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:22:60 [INFO] [stdout] | [INFO] [stdout] 22 | pub async fn new(uri: impl AsRef) -> Result { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 22 - pub async fn new(uri: impl AsRef) -> Result { [INFO] [stdout] 22 + pub async fn new(uri: impl AsRef) -> Result { [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn inner(&self) -> &Pool { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 32 - pub fn inner(&self) -> &Pool { [INFO] [stdout] 32 + pub fn inner(&self) -> &Pool { [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:38:18 [INFO] [stdout] | [INFO] [stdout] 38 | type Error = sqlx::Error; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 38 - type Error = sqlx::Error; [INFO] [stdout] 38 + type Error = Sqlx::Error; [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:86:17 [INFO] [stdout] | [INFO] [stdout] 86 | impl sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 86 - impl sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] 86 + impl Sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:86:34 [INFO] [stdout] | [INFO] [stdout] 86 | impl sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 86 - impl sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] 86 + impl sqlx::Decode<'q, Sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | >::decode(value) [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 88 - >::decode(value) [INFO] [stdout] 88 + >::decode(value) [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:88:32 [INFO] [stdout] | [INFO] [stdout] 88 | >::decode(value) [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 88 - >::decode(value) [INFO] [stdout] 88 + >::decode(value) [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 95 - impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] 95 + impl<'a, T: for<'q> Sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:95:38 [INFO] [stdout] | [INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 95 - impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] 95 + impl<'a, T: for<'q> sqlx::Encode<'q, Sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 95 - impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] 95 + impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + Sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:95:64 [INFO] [stdout] | [INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 95 - impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] 95 + impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [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]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Sqlx(Pool); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `besu-mysql` (lib) due to 16 previous errors [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:22:60 [INFO] [stdout] | [INFO] [stdout] 22 | pub async fn new(uri: impl AsRef) -> Result { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 22 - pub async fn new(uri: impl AsRef) -> Result { [INFO] [stdout] 22 + pub async fn new(uri: impl AsRef) -> Result { [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn inner(&self) -> &Pool { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 32 - pub fn inner(&self) -> &Pool { [INFO] [stdout] 32 + pub fn inner(&self) -> &Pool { [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:38:18 [INFO] [stdout] | [INFO] [stdout] 38 | type Error = sqlx::Error; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 38 - type Error = sqlx::Error; [INFO] [stdout] 38 + type Error = Sqlx::Error; [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:86:17 [INFO] [stdout] | [INFO] [stdout] 86 | impl sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 86 - impl sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] 86 + impl Sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:86:34 [INFO] [stdout] | [INFO] [stdout] 86 | impl sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 86 - impl sqlx::Decode<'q, sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] 86 + impl sqlx::Decode<'q, Sqlx::MySql>> DecodeValue for DecodeImpl { [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | >::decode(value) [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 88 - >::decode(value) [INFO] [stdout] 88 + >::decode(value) [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:88:32 [INFO] [stdout] | [INFO] [stdout] 88 | >::decode(value) [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 88 - >::decode(value) [INFO] [stdout] 88 + >::decode(value) [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 95 - impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] 95 + impl<'a, T: for<'q> Sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:95:38 [INFO] [stdout] | [INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 95 - impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] 95 + impl<'a, T: for<'q> sqlx::Encode<'q, Sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 95 - impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] 95 + impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + Sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `sqlx` in this scope [INFO] [stdout] --> src/sqlx.rs:95:64 [INFO] [stdout] | [INFO] [stdout] 95 | impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sqlx` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 95 - impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] 95 + impl<'a, T: for<'q> sqlx::Encode<'q, sqlx::MySql> + sqlx::Type> EncodeArgument<'a, T> [INFO] [stdout] | [INFO] [stdout] help: to make use of source file src/sqlx.rs, use `mod sqlx` in this file to declare the module [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 + mod sqlx; [INFO] [stdout] | [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] running `Command { std: "docker" "inspect" "fae11cd8cff31d690a3554375e2f0f8303c93c7134a1c544219d400d3a45ace5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fae11cd8cff31d690a3554375e2f0f8303c93c7134a1c544219d400d3a45ace5", kill_on_drop: false }` [INFO] [stdout] fae11cd8cff31d690a3554375e2f0f8303c93c7134a1c544219d400d3a45ace5