[INFO] fetching crate diesel-dynamic-schema 0.2.2...
[INFO] checking diesel-dynamic-schema-0.2.2 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate diesel-dynamic-schema 0.2.2 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate diesel-dynamic-schema 0.2.2 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 diesel-dynamic-schema 0.2.2
[INFO] removed 3 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate diesel-dynamic-schema 0.2.2
[INFO] tweaked toml for crates.io crate diesel-dynamic-schema 0.2.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate diesel-dynamic-schema 0.2.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded darling_macro v0.20.9
[INFO] [stderr]   Downloaded diesel_table_macro_syntax v0.2.0
[INFO] [stderr]   Downloaded dsl_auto_type v0.1.0
[INFO] [stderr]   Downloaded darling v0.20.9
[INFO] [stderr]   Downloaded diesel_derives v2.2.0
[INFO] [stderr]   Downloaded darling_core v0.20.9
[INFO] [stderr]   Downloaded diesel v2.2.0
[INFO] [stderr]   Downloaded libsqlite3-sys v0.28.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 04b57273bbe554425e4f7eacd6408372b4d015a7cd99787984b85ba22156040f
[INFO] running `Command { std: "docker" "start" "-a" "04b57273bbe554425e4f7eacd6408372b4d015a7cd99787984b85ba22156040f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04b57273bbe554425e4f7eacd6408372b4d015a7cd99787984b85ba22156040f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04b57273bbe554425e4f7eacd6408372b4d015a7cd99787984b85ba22156040f", kill_on_drop: false }`
[INFO] [stdout] 04b57273bbe554425e4f7eacd6408372b4d015a7cd99787984b85ba22156040f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] c7d7a3024ceeffab2b3dc63ade54c0639184bd2846f0b6ac43cd348e43c7fcda
[INFO] running `Command { std: "docker" "start" "-a" "c7d7a3024ceeffab2b3dc63ade54c0639184bd2846f0b6ac43cd348e43c7fcda", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling darling_core v0.20.9
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.9
[INFO] [stderr]    Compiling darling v0.20.9
[INFO] [stderr]    Compiling dsl_auto_type v0.1.0
[INFO] [stderr]    Compiling diesel_derives v2.2.0
[INFO] [stderr]     Checking diesel v2.2.0
[INFO] [stderr]     Checking diesel-dynamic-schema v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `connection_setup::create_user_table`, `connection_setup::establish_connection`
[INFO] [stdout]   --> tests/lib.rs:12:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | use connection_setup::{create_user_table, establish_connection};
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^ no `establish_connection` in `connection_setup`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        no `create_user_table` in `connection_setup`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> tests/connection_setup.rs:2:8
[INFO] [stdout]    |
[INFO] [stdout] 2  | pub fn create_user_table(conn: &mut diesel::PgConnection) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `postgres` feature
[INFO] [stdout]   --> tests/connection_setup.rs:1:7
[INFO] [stdout]    |
[INFO] [stdout] 1  | #[cfg(feature = "postgres")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> tests/connection_setup.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn create_user_table(conn: &mut diesel::SqliteConnection) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `sqlite` feature
[INFO] [stdout]   --> tests/connection_setup.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "sqlite")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> tests/connection_setup.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn create_user_table(conn: &mut diesel::MysqlConnection) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `mysql` feature
[INFO] [stdout]   --> tests/connection_setup.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(feature = "mysql")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> tests/connection_setup.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn establish_connection() -> diesel::SqliteConnection {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `sqlite` feature
[INFO] [stdout]   --> tests/connection_setup.rs:31:7
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg(feature = "sqlite")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> tests/connection_setup.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn establish_connection() -> diesel::PgConnection {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `postgres` feature
[INFO] [stdout]   --> tests/connection_setup.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[cfg(feature = "postgres")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> tests/connection_setup.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn establish_connection() -> diesel::MysqlConnection {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `mysql` feature
[INFO] [stdout]   --> tests/connection_setup.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[cfg(feature = "mysql")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Backend` in this scope
[INFO] [stdout]   --> tests/lib.rs:76:29
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let sql = debug_query::<Backend, _>(&table);
[INFO] [stdout]    |                             ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these traits
[INFO] [stdout]    |
[INFO] [stdout] 4  + use crate::backend::Backend;
[INFO] [stdout]    |
[INFO] [stdout] 4  + use diesel::backend::Backend;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `diesel::deserialize::*`
[INFO] [stdout]  --> tests/dynamic_values.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use diesel::deserialize::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>: FromSqlRow<diesel::sql_types::Untyped, _>` is not satisfied
[INFO] [stdout]     --> tests/dynamic_values.rs:90:35
[INFO] [stdout]      |
[INFO] [stdout] 90   |         users.select(select).load(connection).unwrap();
[INFO] [stdout]      |                              ---- ^^^^^^^^^^ the trait `FromSqlRow<diesel::sql_types::Untyped, _>` is not implemented for `diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<DynamicSelectClause<'_, _, diesel_dynamic_schema::Table<&str>>>>: LoadQuery<'_, _, _>`
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: double check your type mappings via the documentation of `diesel::sql_types::Untyped`
[INFO] [stdout]      = note: `diesel::sql_query` requires the loading target to column names for loading values.
[INFO] [stdout]              You need to provide a type that explicitly derives `diesel::deserialize::QueryableByName`
[INFO] [stdout]      = help: the following other types implement trait `FromSqlRow<ST, DB>`:
[INFO] [stdout]                `(T1, T0)` implements `FromSqlRow<(ST1, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T0)` implements `FromSqlRow<(ST1, ST2, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T0)` implements `FromSqlRow<(ST1, ST2, ST3, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T8, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, ST8, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]              and 7 others
[INFO] [stdout]      = note: required for `diesel::sql_types::Untyped` to implement `load_dsl::private::CompatibleType<diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>, _>`
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<DynamicSelectClause<'_, _, Table<&str>>>>` to implement `LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-16455656740096287386.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `diesel_dynamic_schema::dynamic_value::DynamicRow<MyDynamicValue>: FromSqlRow<diesel::sql_types::Untyped, _>` is not satisfied
[INFO] [stdout]     --> tests/dynamic_values.rs:144:35
[INFO] [stdout]      |
[INFO] [stdout] 144  |         users.select(select).load(connection).unwrap();
[INFO] [stdout]      |                              ---- ^^^^^^^^^^ the trait `FromSqlRow<diesel::sql_types::Untyped, _>` is not implemented for `diesel_dynamic_schema::dynamic_value::DynamicRow<MyDynamicValue>`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<DynamicSelectClause<'_, _, diesel_dynamic_schema::Table<&str>>>>: LoadQuery<'_, _, _>`
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: double check your type mappings via the documentation of `diesel::sql_types::Untyped`
[INFO] [stdout]      = note: `diesel::sql_query` requires the loading target to column names for loading values.
[INFO] [stdout]              You need to provide a type that explicitly derives `diesel::deserialize::QueryableByName`
[INFO] [stdout]      = help: the following other types implement trait `FromSqlRow<ST, DB>`:
[INFO] [stdout]                `(T1, T0)` implements `FromSqlRow<(ST1, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T0)` implements `FromSqlRow<(ST1, ST2, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T0)` implements `FromSqlRow<(ST1, ST2, ST3, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T8, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, ST8, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]              and 7 others
[INFO] [stdout]      = note: required for `diesel::sql_types::Untyped` to implement `load_dsl::private::CompatibleType<diesel_dynamic_schema::dynamic_value::DynamicRow<MyDynamicValue>, _>`
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<DynamicSelectClause<'_, _, Table<&str>>>>` to implement `LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<MyDynamicValue>>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-11258982973616303076.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(diesel::sql_types::Integer, diesel::sql_types::Untyped): load_dsl::private::CompatibleType<(i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>), _>` is not satisfied
[INFO] [stdout]     --> tests/dynamic_values.rs:167:65
[INFO] [stdout]      |
[INFO] [stdout] 167  |         .first::<(i32, DynamicRow<NamedField<MyDynamicValue>>)>(connection)
[INFO] [stdout]      |          ----- required by a bound introduced by this call      ^^^^^^^^^^ the trait `load_dsl::private::CompatibleType<(i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>), _>` is not implemented for `(diesel::sql_types::Integer, diesel::sql_types::Untyped)`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<(diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Integer>, SqlLiteral<diesel::sql_types::Untyped>)>, query_builder::distinct_clause::NoDistinctClause, query_builder::where_clause::NoWhereClause, query_builder::order_clause::NoOrderClause, LimitOffsetClause<LimitClause<expression::bound::Bound<BigInt, i64>>, NoOffsetClause>>: LoadQuery<'_, _, (i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>)>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this is a mismatch between what your query returns and what your type expects the query to return
[INFO] [stdout]      = note: the fields in your struct need to match the fields returned by your query in count, order and type
[INFO] [stdout]      = note: consider using `#[derive(Selectable)]` + `#[diesel(check_for_backend(_))]` on your struct `(i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>)` and 
[INFO] [stdout]              in your query `.select((i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>)::as_select())` to get a better error message
[INFO] [stdout]      = help: the following other types implement trait `load_dsl::private::CompatibleType<U, DB>`:
[INFO] [stdout]                (ST0, ST1)
[INFO] [stdout]                (ST0, ST1, ST2)
[INFO] [stdout]                (ST0, ST1, ST2, ST3)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4, ST5)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4, ST5, ST6)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7, ST8)
[INFO] [stdout]              and 8 others
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<(Column<..., ..., ...>, ...)>, ..., ..., ..., ...>` to implement `LoadQuery<'_, _, (i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>)>`
[INFO] [stdout] note: required by a bound in `first`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1779:22
[INFO] [stdout]      |
[INFO] [stdout] 1776 |     fn first<'query, U>(self, conn: &mut Conn) -> QueryResult<U>
[INFO] [stdout]      |        ----- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 1779 |         Limit<Self>: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::first`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-13940059858995265286.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>): FromSqlRow<_, _>` is not satisfied
[INFO] [stdout]     --> tests/dynamic_values.rs:167:65
[INFO] [stdout]      |
[INFO] [stdout] 167  |         .first::<(i32, DynamicRow<NamedField<MyDynamicValue>>)>(connection)
[INFO] [stdout]      |          ----- required by a bound introduced by this call      ^^^^^^^^^^ the trait `FromSqlRow<_, _>` is not implemented for `(i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>)`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<(diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Integer>, SqlLiteral<diesel::sql_types::Untyped>)>, query_builder::distinct_clause::NoDistinctClause, query_builder::where_clause::NoWhereClause, query_builder::order_clause::NoOrderClause, LimitOffsetClause<LimitClause<expression::bound::Bound<BigInt, i64>>, NoOffsetClause>>: LoadQuery<'_, _, (i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>)>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: double check your type mappings via the documentation of `_`
[INFO] [stdout]      = note: `diesel::sql_query` requires the loading target to column names for loading values.
[INFO] [stdout]              You need to provide a type that explicitly derives `diesel::deserialize::QueryableByName`
[INFO] [stdout]      = help: the following other types implement trait `FromSqlRow<ST, DB>`:
[INFO] [stdout]                `(T1, T0)` implements `FromSqlRow<(ST1, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T0)` implements `FromSqlRow<(ST1, ST2, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T0)` implements `FromSqlRow<(ST1, ST2, ST3, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T8, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, ST8, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]              and 7 others
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<(Column<..., ..., ...>, ...)>, ..., ..., ..., ...>` to implement `LoadQuery<'_, _, (i32, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<MyDynamicValue>>)>`
[INFO] [stdout] note: required by a bound in `first`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1779:22
[INFO] [stdout]      |
[INFO] [stdout] 1776 |     fn first<'query, U>(self, conn: &mut Conn) -> QueryResult<U>
[INFO] [stdout]      |        ----- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 1779 |         Limit<Self>: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::first`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-13940059858995265286.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `diesel::sql_types::Untyped: load_dsl::private::CompatibleType<diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>, _>` is not satisfied
[INFO] [stdout]     --> tests/dynamic_values.rs:189:53
[INFO] [stdout]      |
[INFO] [stdout] 189  |         .load::<DynamicRow<Option<MyDynamicValue>>>(connection)
[INFO] [stdout]      |          ----                                       ^^^^^^^^^^ the trait `load_dsl::private::CompatibleType<diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>, _>` is not implemented for `diesel::sql_types::Untyped`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<SqlLiteral<diesel::sql_types::Untyped>>>: LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>>`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: this is a mismatch between what your query returns and what your type expects the query to return
[INFO] [stdout]      = note: the fields in your struct need to match the fields returned by your query in count, order and type
[INFO] [stdout]      = note: consider using `#[derive(Selectable)]` + `#[diesel(check_for_backend(_))]` on your struct `diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>` and 
[INFO] [stdout]              in your query `.select(diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>::as_select())` to get a better error message
[INFO] [stdout]      = help: the trait `load_dsl::private::CompatibleType<U, DB>` is implemented for `diesel::sql_types::Untyped`
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<SqlLiteral<Untyped>>>` to implement `LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-17327310523155902840.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>: FromSqlRow<_, _>` is not satisfied
[INFO] [stdout]     --> tests/dynamic_values.rs:189:53
[INFO] [stdout]      |
[INFO] [stdout] 189  |         .load::<DynamicRow<Option<MyDynamicValue>>>(connection)
[INFO] [stdout]      |          ----                                       ^^^^^^^^^^ the trait `FromSqlRow<_, _>` is not implemented for `diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<SqlLiteral<diesel::sql_types::Untyped>>>: LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>>`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: double check your type mappings via the documentation of `_`
[INFO] [stdout]      = note: `diesel::sql_query` requires the loading target to column names for loading values.
[INFO] [stdout]              You need to provide a type that explicitly derives `diesel::deserialize::QueryableByName`
[INFO] [stdout]      = help: the following other types implement trait `FromSqlRow<ST, DB>`:
[INFO] [stdout]                `(T1, T0)` implements `FromSqlRow<(ST1, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T0)` implements `FromSqlRow<(ST1, ST2, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T0)` implements `FromSqlRow<(ST1, ST2, ST3, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T8, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, ST8, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]              and 7 others
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<SqlLiteral<Untyped>>>` to implement `LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<Option<MyDynamicValue>>>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-17327310523155902840.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `diesel::sql_types::Untyped: load_dsl::private::CompatibleType<diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>, _>` is not satisfied
[INFO] [stdout]     --> tests/dynamic_values.rs:197:65
[INFO] [stdout]      |
[INFO] [stdout] 197  |         .load::<DynamicRow<NamedField<Option<MyDynamicValue>>>>(connection)
[INFO] [stdout]      |          ---- required by a bound introduced by this call       ^^^^^^^^^^ the trait `load_dsl::private::CompatibleType<diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>, _>` is not implemented for `diesel::sql_types::Untyped`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<SqlLiteral<diesel::sql_types::Untyped>>>: LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this is a mismatch between what your query returns and what your type expects the query to return
[INFO] [stdout]      = note: the fields in your struct need to match the fields returned by your query in count, order and type
[INFO] [stdout]      = note: consider using `#[derive(Selectable)]` + `#[diesel(check_for_backend(_))]` on your struct `diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>` and 
[INFO] [stdout]              in your query `.select(diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>::as_select())` to get a better error message
[INFO] [stdout]      = help: the trait `load_dsl::private::CompatibleType<U, DB>` is implemented for `diesel::sql_types::Untyped`
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<SqlLiteral<Untyped>>>` to implement `LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-9602453469967996698.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>: FromSqlRow<_, _>` is not satisfied
[INFO] [stdout]     --> tests/dynamic_values.rs:197:65
[INFO] [stdout]      |
[INFO] [stdout] 197  |         .load::<DynamicRow<NamedField<Option<MyDynamicValue>>>>(connection)
[INFO] [stdout]      |          ---- required by a bound introduced by this call       ^^^^^^^^^^ the trait `FromSqlRow<_, _>` is not implemented for `diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<SqlLiteral<diesel::sql_types::Untyped>>>: LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: double check your type mappings via the documentation of `_`
[INFO] [stdout]      = note: `diesel::sql_query` requires the loading target to column names for loading values.
[INFO] [stdout]              You need to provide a type that explicitly derives `diesel::deserialize::QueryableByName`
[INFO] [stdout]      = help: the following other types implement trait `FromSqlRow<ST, DB>`:
[INFO] [stdout]                `(T1, T0)` implements `FromSqlRow<(ST1, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T0)` implements `FromSqlRow<(ST1, ST2, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T0)` implements `FromSqlRow<(ST1, ST2, ST3, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T8, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, ST8, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]              and 7 others
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<SqlLiteral<Untyped>>>` to implement `LoadQuery<'_, _, diesel_dynamic_schema::dynamic_value::DynamicRow<diesel_dynamic_schema::dynamic_value::NamedField<Option<MyDynamicValue>>>>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-9602453469967996698.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot deserialize a value of the database type `diesel::sql_types::Text` as `*const str`
[INFO] [stdout]     --> tests/lib.rs:31:51
[INFO] [stdout]      |
[INFO] [stdout] 31   |     let names = users.select(name).load::<String>(conn);
[INFO] [stdout]      |                                    ----           ^^^^ the trait `FromSql<diesel::sql_types::Text, _>` is not implemented for `*const str`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Text>>>: LoadQuery<'_, _, String>`
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: double check your type mappings via the documentation of `diesel::sql_types::Text`
[INFO] [stdout]      = help: the trait `FromSql<ST, DB>` is implemented for `String`
[INFO] [stdout]      = note: required for `String` to implement `FromSql<diesel::sql_types::Text, _>`
[INFO] [stdout]      = note: required for `String` to implement `Queryable<diesel::sql_types::Text, _>`
[INFO] [stdout]      = note: required for `String` to implement `FromSqlRow<diesel::sql_types::Text, _>`
[INFO] [stdout]      = note: required for `diesel::sql_types::Text` to implement `load_dsl::private::CompatibleType<String, _>`
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<Column<Table<&str, &str>, &str, Text>>>` to implement `LoadQuery<'_, _, String>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-16450351173940243092.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(diesel::sql_types::Text, diesel::sql_types::Nullable<diesel::sql_types::Text>): load_dsl::private::CompatibleType<(String, Option<String>), _>` is not satisfied
[INFO] [stdout]     --> tests/lib.rs:48:43
[INFO] [stdout]      |
[INFO] [stdout] 48   |         .load::<(String, Option<String>)>(conn);
[INFO] [stdout]      |          ----                             ^^^^ the trait `load_dsl::private::CompatibleType<(String, Option<String>), _>` is not implemented for `(diesel::sql_types::Text, diesel::sql_types::Nullable<diesel::sql_types::Text>)`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<(diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Text>, diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Nullable<diesel::sql_types::Text>>)>>: LoadQuery<'_, _, (String, Option<String>)>`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: this is a mismatch between what your query returns and what your type expects the query to return
[INFO] [stdout]      = note: the fields in your struct need to match the fields returned by your query in count, order and type
[INFO] [stdout]      = note: consider using `#[derive(Selectable)]` + `#[diesel(check_for_backend(_))]` on your struct `(String, Option<String>)` and 
[INFO] [stdout]              in your query `.select((String, Option<String>)::as_select())` to get a better error message
[INFO] [stdout]      = help: the following other types implement trait `load_dsl::private::CompatibleType<U, DB>`:
[INFO] [stdout]                (ST0, ST1)
[INFO] [stdout]                (ST0, ST1, ST2)
[INFO] [stdout]                (ST0, ST1, ST2, ST3)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4, ST5)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4, ST5, ST6)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7)
[INFO] [stdout]                (ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7, ST8)
[INFO] [stdout]              and 8 others
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<(Column<Table<&str, &str>, &str, Text>, ...)>>` to implement `LoadQuery<'_, _, (String, Option<String>)>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-12582193608776344447.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(String, Option<String>): FromSqlRow<_, _>` is not satisfied
[INFO] [stdout]     --> tests/lib.rs:48:43
[INFO] [stdout]      |
[INFO] [stdout] 48   |         .load::<(String, Option<String>)>(conn);
[INFO] [stdout]      |          ----                             ^^^^ the trait `FromSqlRow<_, _>` is not implemented for `(String, Option<String>)`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<(diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Text>, diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Nullable<diesel::sql_types::Text>>)>>: LoadQuery<'_, _, (String, Option<String>)>`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: double check your type mappings via the documentation of `_`
[INFO] [stdout]      = note: `diesel::sql_query` requires the loading target to column names for loading values.
[INFO] [stdout]              You need to provide a type that explicitly derives `diesel::deserialize::QueryableByName`
[INFO] [stdout]      = help: the following other types implement trait `FromSqlRow<ST, DB>`:
[INFO] [stdout]                `(T1, T0)` implements `FromSqlRow<(ST1, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T0)` implements `FromSqlRow<(ST1, ST2, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T0)` implements `FromSqlRow<(ST1, ST2, ST3, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]                `(T1, T2, T3, T4, T5, T6, T7, T8, T0)` implements `FromSqlRow<(ST1, ST2, ST3, ST4, ST5, ST6, ST7, ST8, diesel::sql_types::Untyped), __DB>`
[INFO] [stdout]              and 7 others
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<(Column<Table<&str, &str>, &str, Text>, ...)>>` to implement `LoadQuery<'_, _, (String, Option<String>)>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-12582193608776344447.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot deserialize a value of the database type `diesel::sql_types::Text` as `*const str`
[INFO] [stdout]     --> tests/lib.rs:68:25
[INFO] [stdout]      |
[INFO] [stdout] 68   |         .load::<String>(conn);
[INFO] [stdout]      |          ----           ^^^^ the trait `FromSql<diesel::sql_types::Text, _>` is not implemented for `*const str`, which is required by `SelectStatement<FromClause<diesel_dynamic_schema::Table<&str>>, query_builder::select_clause::SelectClause<diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Text>>, query_builder::distinct_clause::NoDistinctClause, query_builder::where_clause::WhereClause<expression::grouped::Grouped<expression::operators::Eq<diesel_dynamic_schema::Column<diesel_dynamic_schema::Table<&str, &str>, &str, diesel::sql_types::Text>, expression::bound::Bound<diesel::sql_types::Text, &str>>>>>: LoadQuery<'_, _, String>`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: double check your type mappings via the documentation of `diesel::sql_types::Text`
[INFO] [stdout]      = help: the trait `FromSql<ST, DB>` is implemented for `String`
[INFO] [stdout]      = note: required for `String` to implement `FromSql<diesel::sql_types::Text, _>`
[INFO] [stdout]      = note: required for `String` to implement `Queryable<diesel::sql_types::Text, _>`
[INFO] [stdout]      = note: required for `String` to implement `FromSqlRow<diesel::sql_types::Text, _>`
[INFO] [stdout]      = note: required for `diesel::sql_types::Text` to implement `load_dsl::private::CompatibleType<String, _>`
[INFO] [stdout]      = note: required for `SelectStatement<FromClause<Table<&str>>, SelectClause<Column<Table<&str, &str>, &str, Text>>, ..., ...>` to implement `LoadQuery<'_, _, String>`
[INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.0/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/integration_tests-6dcd5eba28aa6aa5.long-type-822119573390797277.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `diesel-dynamic-schema` (test "integration_tests") due to 14 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "c7d7a3024ceeffab2b3dc63ade54c0639184bd2846f0b6ac43cd348e43c7fcda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7d7a3024ceeffab2b3dc63ade54c0639184bd2846f0b6ac43cd348e43c7fcda", kill_on_drop: false }`
[INFO] [stdout] c7d7a3024ceeffab2b3dc63ade54c0639184bd2846f0b6ac43cd348e43c7fcda
