[INFO] cloning repository https://github.com/lamco-admin/laminate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lamco-admin/laminate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flamco-admin%2Flaminate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flamco-admin%2Flaminate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 920dd648cfe0075c72ac2cd8046c7608de88a3e9
[INFO] testing lamco-admin/laminate against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flamco-admin%2Flaminate" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lamco-admin/laminate
[INFO] finished tweaking git repo https://github.com/lamco-admin/laminate
[INFO] tweaked toml for git repo https://github.com/lamco-admin/laminate written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lamco-admin/laminate on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lamco-admin/laminate 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rusty-fork v0.3.1
[INFO] [stderr]   Downloaded proptest v1.11.0
[INFO] [stderr]   Downloaded cc v1.2.58
[INFO] [stderr]   Downloaded uom v0.36.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb
[INFO] running `Command { std: "docker" "start" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling laminate-derive v0.4.0 (/opt/rustwide/workdir/laminate-derive)
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling laminate v0.4.1 (/opt/rustwide/workdir/laminate)
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling laminate-cli v0.4.0 (/opt/rustwide/workdir/laminate-cli)
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling laminate-sql v0.4.0 (/opt/rustwide/workdir/laminate-sql)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling laminate-derive v0.4.0 (/opt/rustwide/workdir/laminate-derive)
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling laminate-cli v0.4.0 (/opt/rustwide/workdir/laminate-cli)
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling laminate-sql v0.4.0 (/opt/rustwide/workdir/laminate-sql)
[INFO] [stdout] error[E0432]: unresolved import `laminate_sql::sqlite`
[INFO] [stdout]   --> laminate-sql/tests/iteration_58_sqlite_json_text.rs:3:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | use laminate_sql::sqlite::SqliteSource;
[INFO] [stdout]    |                   ^^^^^^ could not find `sqlite` in `laminate_sql`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> laminate-sql/src/lib.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[cfg(feature = "sqlite")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `sqlite` feature
[INFO] [stdout] 94 | pub mod sqlite;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `laminate-sql` (test "iteration_58_sqlite_json_text") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `laminate_sql::sqlite`
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:3:19
[INFO] [stdout]    |
[INFO] [stdout]  3 | use laminate_sql::sqlite::SqliteSource;
[INFO] [stdout]    |                   ^^^^^^ could not find `sqlite` in `laminate_sql`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> laminate-sql/src/lib.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[cfg(feature = "sqlite")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `sqlite` feature
[INFO] [stdout] 94 | pub mod sqlite;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `laminate_sql::sqlite`
[INFO] [stdout]   --> laminate-sql/tests/iteration_96_sqlite_json_detection.rs:6:19
[INFO] [stdout]    |
[INFO] [stdout]  6 | use laminate_sql::sqlite::SqliteSource;
[INFO] [stdout]    |                   ^^^^^^ could not find `sqlite` in `laminate_sql`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> laminate-sql/src/lib.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[cfg(feature = "sqlite")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `sqlite` feature
[INFO] [stdout] 94 | pub mod sqlite;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i64: sqlx::Encode<'_, _>` is not satisfied
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |             .bind(i)
[INFO] [stdout]    |              ---- ^ the trait `sqlx::Encode<'_, _>` is not implemented for `i64`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `sqlx::Encode<'q, DB>`:
[INFO] [stdout]              &T
[INFO] [stdout]              JsonValue
[INFO] [stdout]              NonZero<i16>
[INFO] [stdout]              NonZero<i32>
[INFO] [stdout]              NonZero<i64>
[INFO] [stdout]              NonZero<i8>
[INFO] [stdout]              NonZero<u16>
[INFO] [stdout]              NonZero<u32>
[INFO] [stdout]            and 2 others
[INFO] [stdout] note: required by a bound in `Query::<'q, DB, <DB as sqlx::Database>::Arguments<'q>>::bind`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs:86:25
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn bind<T: 'q + Encode<'q, DB> + Type<DB>>(mut self, value: T) -> Self {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^ required by this bound in `Query::<'q, DB, <DB as Database>::Arguments<'q>>::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i64: sqlx::Type<_>` is not satisfied
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |             .bind(i)
[INFO] [stdout]    |              ---- ^ the trait `sqlx::Type<_>` is not implemented for `i64`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `sqlx::Type<DB>`:
[INFO] [stdout]              &T
[INFO] [stdout]              JsonRawValue
[INFO] [stdout]              JsonValue
[INFO] [stdout]              NonZero<i16>
[INFO] [stdout]              NonZero<i32>
[INFO] [stdout]              NonZero<i64>
[INFO] [stdout]              NonZero<i8>
[INFO] [stdout]              NonZero<u16>
[INFO] [stdout]            and 4 others
[INFO] [stdout] note: required by a bound in `Query::<'q, DB, <DB as sqlx::Database>::Arguments<'q>>::bind`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs:86:42
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn bind<T: 'q + Encode<'q, DB> + Type<DB>>(mut self, value: T) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^^ required by this bound in `Query::<'q, DB, <DB as Database>::Arguments<'q>>::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::string::String: sqlx::Encode<'_, _>` is not satisfied
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |             .bind(format!("sensor_{}", i % 100))
[INFO] [stdout]    |              ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `sqlx::Encode<'_, _>` is not implemented for `std::string::String`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `sqlx::Encode<'q, DB>`:
[INFO] [stdout]              &T
[INFO] [stdout]              JsonValue
[INFO] [stdout]              NonZero<i16>
[INFO] [stdout]              NonZero<i32>
[INFO] [stdout]              NonZero<i64>
[INFO] [stdout]              NonZero<i8>
[INFO] [stdout]              NonZero<u16>
[INFO] [stdout]              NonZero<u32>
[INFO] [stdout]            and 2 others
[INFO] [stdout] note: required by a bound in `Query::<'q, DB, <DB as sqlx::Database>::Arguments<'q>>::bind`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs:86:25
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn bind<T: 'q + Encode<'q, DB> + Type<DB>>(mut self, value: T) -> Self {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^ required by this bound in `Query::<'q, DB, <DB as Database>::Arguments<'q>>::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `std::string::String: sqlx::Type<_>` is not satisfied
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |             .bind(format!("sensor_{}", i % 100))
[INFO] [stdout]    |              ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `sqlx::Type<_>` is not implemented for `std::string::String`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `sqlx::Type<DB>`:
[INFO] [stdout]              &T
[INFO] [stdout]              JsonRawValue
[INFO] [stdout]              JsonValue
[INFO] [stdout]              NonZero<i16>
[INFO] [stdout]              NonZero<i32>
[INFO] [stdout]              NonZero<i64>
[INFO] [stdout]              NonZero<i8>
[INFO] [stdout]              NonZero<u16>
[INFO] [stdout]            and 4 others
[INFO] [stdout] note: required by a bound in `Query::<'q, DB, <DB as sqlx::Database>::Arguments<'q>>::bind`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs:86:42
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn bind<T: 'q + Encode<'q, DB> + Type<DB>>(mut self, value: T) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^^ required by this bound in `Query::<'q, DB, <DB as Database>::Arguments<'q>>::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f64: sqlx::Encode<'_, _>` is not satisfied
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 21 |             .bind(i as f64 * 0.1)
[INFO] [stdout]    |              ---- ^^^^^^^^^^^^^^ the trait `sqlx::Encode<'_, _>` is not implemented for `f64`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `sqlx::Encode<'q, DB>`:
[INFO] [stdout]              &T
[INFO] [stdout]              JsonValue
[INFO] [stdout]              NonZero<i16>
[INFO] [stdout]              NonZero<i32>
[INFO] [stdout]              NonZero<i64>
[INFO] [stdout]              NonZero<i8>
[INFO] [stdout]              NonZero<u16>
[INFO] [stdout]              NonZero<u32>
[INFO] [stdout]            and 2 others
[INFO] [stdout] note: required by a bound in `Query::<'q, DB, <DB as sqlx::Database>::Arguments<'q>>::bind`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs:86:25
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn bind<T: 'q + Encode<'q, DB> + Type<DB>>(mut self, value: T) -> Self {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^ required by this bound in `Query::<'q, DB, <DB as Database>::Arguments<'q>>::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f64: sqlx::Type<_>` is not satisfied
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 21 |             .bind(i as f64 * 0.1)
[INFO] [stdout]    |              ---- ^^^^^^^^^^^^^^ the trait `sqlx::Type<_>` is not implemented for `f64`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `sqlx::Type<DB>`:
[INFO] [stdout]              &T
[INFO] [stdout]              JsonRawValue
[INFO] [stdout]              JsonValue
[INFO] [stdout]              NonZero<i16>
[INFO] [stdout]              NonZero<i32>
[INFO] [stdout]              NonZero<i64>
[INFO] [stdout]              NonZero<i8>
[INFO] [stdout]              NonZero<u16>
[INFO] [stdout]            and 4 others
[INFO] [stdout] note: required by a bound in `Query::<'q, DB, <DB as sqlx::Database>::Arguments<'q>>::bind`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs:86:42
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn bind<T: 'q + Encode<'q, DB> + Type<DB>>(mut self, value: T) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^^ required by this bound in `Query::<'q, DB, <DB as Database>::Arguments<'q>>::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i64: sqlx::Encode<'_, _>` is not satisfied
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |             .bind(if i % 10 == 0 { 0i64 } else { 1i64 })
[INFO] [stdout]    |              ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `sqlx::Encode<'_, _>` is not implemented for `i64`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `sqlx::Encode<'q, DB>`:
[INFO] [stdout]              &T
[INFO] [stdout]              JsonValue
[INFO] [stdout]              NonZero<i16>
[INFO] [stdout]              NonZero<i32>
[INFO] [stdout]              NonZero<i64>
[INFO] [stdout]              NonZero<i8>
[INFO] [stdout]              NonZero<u16>
[INFO] [stdout]              NonZero<u32>
[INFO] [stdout]            and 2 others
[INFO] [stdout] note: required by a bound in `Query::<'q, DB, <DB as sqlx::Database>::Arguments<'q>>::bind`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs:86:25
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn bind<T: 'q + Encode<'q, DB> + Type<DB>>(mut self, value: T) -> Self {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^ required by this bound in `Query::<'q, DB, <DB as Database>::Arguments<'q>>::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i64: sqlx::Type<_>` is not satisfied
[INFO] [stdout]   --> laminate-sql/tests/iteration_59_sqlite_scale.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |             .bind(if i % 10 == 0 { 0i64 } else { 1i64 })
[INFO] [stdout]    |              ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `sqlx::Type<_>` is not implemented for `i64`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `sqlx::Type<DB>`:
[INFO] [stdout]              &T
[INFO] [stdout]              JsonRawValue
[INFO] [stdout]              JsonValue
[INFO] [stdout]              NonZero<i16>
[INFO] [stdout]              NonZero<i32>
[INFO] [stdout]              NonZero<i64>
[INFO] [stdout]              NonZero<i8>
[INFO] [stdout]              NonZero<u16>
[INFO] [stdout]            and 4 others
[INFO] [stdout] note: required by a bound in `Query::<'q, DB, <DB as sqlx::Database>::Arguments<'q>>::bind`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs:86:42
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn bind<T: 'q + Encode<'q, DB> + Type<DB>>(mut self, value: T) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^^ required by this bound in `Query::<'q, DB, <DB as Database>::Arguments<'q>>::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `laminate-sql` (test "iteration_96_sqlite_json_detection") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `laminate-sql` (test "iteration_59_sqlite_scale") due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb", kill_on_drop: false }`
[INFO] [stdout] 7a99e53e53e2f9c64201458e0007df41863149adc7385111d28860ac86a634fb
