[INFO] fetching crate sqlstr 0.1.0... [INFO] testing sqlstr-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate sqlstr 0.1.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate sqlstr 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate sqlstr 0.1.0 [INFO] tweaked toml for crates.io crate sqlstr 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sqlstr 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sqlstr 0.1.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f829d59584eed9094b48a8e48ca08f68bbf8f1641c2d4011d8519e5996f9a746 [INFO] running `Command { std: "docker" "start" "-a" "f829d59584eed9094b48a8e48ca08f68bbf8f1641c2d4011d8519e5996f9a746", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f829d59584eed9094b48a8e48ca08f68bbf8f1641c2d4011d8519e5996f9a746", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f829d59584eed9094b48a8e48ca08f68bbf8f1641c2d4011d8519e5996f9a746", kill_on_drop: false }` [INFO] [stdout] f829d59584eed9094b48a8e48ca08f68bbf8f1641c2d4011d8519e5996f9a746 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a18ec7a476374cc6e0c2ebe48ccb2a8f5e06148d2a778ec333aae742add0b879 [INFO] running `Command { std: "docker" "start" "-a" "a18ec7a476374cc6e0c2ebe48ccb2a8f5e06148d2a778ec333aae742add0b879", kill_on_drop: false }` [INFO] [stderr] Compiling sqlstr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/expr/column.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | pub const ALIAS: &str = "AS"; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] note: cannot automatically infer `'static` because of other lifetimes in scope [INFO] [stdout] --> src/expr/column.rs:86:6 [INFO] [stdout] | [INFO] [stdout] 86 | impl<'c> ColumnExprList<'c> { [INFO] [stdout] | ^^ [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_associated_constant)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 87 | pub const ALIAS: &'static str = "AS"; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "a18ec7a476374cc6e0c2ebe48ccb2a8f5e06148d2a778ec333aae742add0b879", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a18ec7a476374cc6e0c2ebe48ccb2a8f5e06148d2a778ec333aae742add0b879", kill_on_drop: false }` [INFO] [stdout] a18ec7a476374cc6e0c2ebe48ccb2a8f5e06148d2a778ec333aae742add0b879 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc998a866f4ec0212a447f6f1f1a5355f5ed677d9167dedf983b8c7e56dcfc71 [INFO] running `Command { std: "docker" "start" "-a" "bc998a866f4ec0212a447f6f1f1a5355f5ed677d9167dedf983b8c7e56dcfc71", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling zerocopy v0.7.26 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling cpufeatures v0.2.11 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling crc v3.0.1 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling finl_unicode v1.2.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling whoami v1.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/expr/column.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | pub const ALIAS: &str = "AS"; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] note: cannot automatically infer `'static` because of other lifetimes in scope [INFO] [stdout] --> src/expr/column.rs:86:6 [INFO] [stdout] | [INFO] [stdout] 86 | impl<'c> ColumnExprList<'c> { [INFO] [stdout] | ^^ [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_associated_constant)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 87 | pub const ALIAS: &'static str = "AS"; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling stringprep v0.1.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling tokio v1.34.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.192 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling sqlformat v0.2.2 [INFO] [stderr] Compiling sqlx-core v0.7.3 [INFO] [stderr] Compiling sqlx-postgres v0.7.3 [INFO] [stderr] Compiling sqlx v0.7.3 [INFO] [stderr] Compiling sqlstr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/expr/column.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | pub const ALIAS: &str = "AS"; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] note: cannot automatically infer `'static` because of other lifetimes in scope [INFO] [stdout] --> src/expr/column.rs:86:6 [INFO] [stdout] | [INFO] [stdout] 86 | impl<'c> ColumnExprList<'c> { [INFO] [stdout] | ^^ [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_associated_constant)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 87 | pub const ALIAS: &'static str = "AS"; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 41.06s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.3 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "bc998a866f4ec0212a447f6f1f1a5355f5ed677d9167dedf983b8c7e56dcfc71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc998a866f4ec0212a447f6f1f1a5355f5ed677d9167dedf983b8c7e56dcfc71", kill_on_drop: false }` [INFO] [stdout] bc998a866f4ec0212a447f6f1f1a5355f5ed677d9167dedf983b8c7e56dcfc71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 05844a49e15512e0bf512742ce368ce4a2349aa786ef3e7af1bcef287be7b5e5 [INFO] running `Command { std: "docker" "start" "-a" "05844a49e15512e0bf512742ce368ce4a2349aa786ef3e7af1bcef287be7b5e5", kill_on_drop: false }` [INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stderr] --> src/expr/column.rs:87:22 [INFO] [stderr] | [INFO] [stderr] 87 | pub const ALIAS: &str = "AS"; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #115010 [INFO] [stderr] note: cannot automatically infer `'static` because of other lifetimes in scope [INFO] [stderr] --> src/expr/column.rs:86:6 [INFO] [stderr] | [INFO] [stderr] 86 | impl<'c> ColumnExprList<'c> { [INFO] [stderr] | ^^ [INFO] [stderr] = note: `#[warn(elided_lifetimes_in_associated_constant)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] help: use the `'static` lifetime [INFO] [stderr] | [INFO] [stderr] 87 | pub const ALIAS: &'static str = "AS"; [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `sqlstr` (lib) generated 1 warning (run `cargo fix --lib -p sqlstr` to apply 1 suggestion) [INFO] [stderr] warning: `sqlstr` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.3 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlstr-fb34e5f1d32032ba) [INFO] [stdout] [INFO] [stdout] running 48 tests [INFO] [stdout] test expr::column::test::columns_list ... ok [INFO] [stdout] test expr::column::test::columns_extended ... ok [INFO] [stdout] test expr::column::test::static_columns_test ... ok [INFO] [stdout] test expr::group::test::group_condition ... ok [INFO] [stdout] test expr::expression::test::condition_comparison ... ok [INFO] [stdout] test expr::group_by::test::group_by_no_column ... ok [INFO] [stdout] test expr::group::test::group_scope ... ok [INFO] [stdout] test expr::group_by::test::group_by_single_column ... ok [INFO] [stdout] test expr::join::test::join_using_single_column ... ok [INFO] [stdout] test expr::join::test::join_using_multiple_columns ... ok [INFO] [stdout] test expr::join::test::static_join_macro ... ok [INFO] [stdout] test expr::join::test::static_using_macro ... ok [INFO] [stdout] test expr::limit::test::static_offset_macro ... ok [INFO] [stdout] test expr::limit::test::static_limit_macro ... ok [INFO] [stdout] test expr::locking::row_lock_test::row_locking_strength_with_concurrency ... ok [INFO] [stdout] test expr::locking::row_lock_test::row_locking_with_tables_and_concurrency ... ok [INFO] [stdout] test expr::locking::row_lock_test::row_locking_strength ... ok [INFO] [stdout] test expr::locking::table_lock_test::lock_table_only_with_lockmode ... ok [INFO] [stdout] test expr::locking::row_lock_test::row_locking_with_tables ... ok [INFO] [stdout] test expr::locking::static_row_lock_test::static_table_lock_macro ... ok [INFO] [stdout] test expr::locking::table_lock_test::lock_table_only_with_onwait ... ok [INFO] [stdout] test expr::locking::table_lock_test::lock_tables_with_lockmode_and_nowait ... ok [INFO] [stdout] test expr::order_by::test::static_order_by_macro ... ok [INFO] [stdout] test expr::cast::test::cast ... ok [INFO] [stdout] test expr::locking::table_lock_test::lock_tables ... ok [INFO] [stdout] test expr::select::test::static_select_macro ... ok [INFO] [stdout] test expr::table::test::from_tables_multiple_table ... ok [INFO] [stdout] test expr::table::test::from_tables_one_table ... ok [INFO] [stdout] test expr::expression::test::condition_math ... ok [INFO] [stdout] test expr::locking::table_lock_test::lock_tables_with_lockmode ... ok [INFO] [stdout] test expr::locking::static_row_lock_test::static_row_lock_macro ... ok [INFO] [stdout] test expr::locking::table_lock_test::lock_table_only ... ok [INFO] [stdout] test expr::locking::table_lock_test::lock_tables_with_nowait ... ok [INFO] [stdout] test expr::locking::table_lock_test::lock_table_only_with_lockmode_and_wait ... ok [INFO] [stdout] test format_num::test::u32_max ... ok [INFO] [stdout] test expr::table::test::static_tables_test ... ok [INFO] [stdout] test expr::value::test::select_values_iter ... ok [INFO] [stdout] test expr::value::test::select_values_iter_multiple_times ... ok [INFO] [stdout] test expr::value::test::values_macro_single ... ok [INFO] [stdout] test expr::value::test::values_macro_variadic ... ok [INFO] [stdout] test format_num::test::u32_inputs ... ok [INFO] [stdout] test expr::column::test::select_columns_from_table ... ok [INFO] [stdout] test expr::condition::test::static_condition_macro ... ok [INFO] [stdout] test expr::column::test::columns_list_aliased ... ok [INFO] [stdout] test expr::table::test::select_static_from_tables ... ok [INFO] [stdout] test expr::table::test::static_from_tables_test ... ok [INFO] [stdout] test expr::table::test::from_tables_no_tables ... ok [INFO] [stdout] test format_num::test::u32_zero ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests sqlstr [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test src/expr/join.rs - expr::join::join_on (line 82) ... ok [INFO] [stdout] test src/expr/delete.rs - expr::delete::delete_from (line 33) ... ok [INFO] [stdout] test src/expr/insert.rs - expr::insert::on_conflict (line 71) ... ok [INFO] [stdout] test src/expr/insert.rs - expr::insert::insert (line 8) ... ok [INFO] [stdout] test src/expr/delete.rs - expr::delete::delete_using_iter (line 84) ... ok [INFO] [stdout] test src/expr/group_by.rs - expr::group_by::static_group_by (line 5) ... ok [INFO] [stdout] test src/expr/column.rs - expr::column::columns_iter (line 11) ... ok [INFO] [stdout] test src/expr/join.rs - expr::join::join (line 52) ... ok [INFO] [stdout] test src/expr/join.rs - expr::join::cross_join (line 27) ... ok [INFO] [stdout] test src/expr/insert.rs - expr::insert::insert_into (line 33) ... ok [INFO] [stdout] test src/expr/filter.rs - expr::filter::filter_having (line 32) ... ok [INFO] [stdout] test src/expr/filter.rs - expr::filter::filter_where (line 9) ... ok [INFO] [stdout] test src/expr/group_by.rs - expr::group_by::group_by (line 27) ... ok [INFO] [stdout] test src/expr/delete.rs - expr::delete::delete (line 8) ... ok [INFO] [stdout] test src/expr/select.rs - expr::select::select (line 10) ... ok [INFO] [stdout] test src/expr/cast.rs - expr::cast::cast (line 9) ... ok [INFO] [stdout] test src/expr/order_by.rs - expr::order_by::order_by_expr (line 78) ... ok [INFO] [stdout] test src/expr/limit.rs - expr::limit::offset (line 37) ... ok [INFO] [stdout] test src/expr/delete.rs - expr::delete::delete_using (line 59) ... ok [INFO] [stdout] test src/expr/select.rs - expr::select::select_all (line 35) ... ok [INFO] [stdout] test src/expr/limit.rs - expr::limit::limit (line 10) ... ok [INFO] [stdout] test src/expr/order_by.rs - expr::order_by::order_by (line 42) ... ok [INFO] [stdout] test src/expr/order_by.rs - expr::order_by::order_by (line 27) ... ok [INFO] [stdout] test src/expr/separator.rs - expr::separator::item_separator_optional (line 10) ... ok [INFO] [stdout] test src/expr/select.rs - expr::select::select_distinct (line 60) ... ok [INFO] [stdout] test src/expr/separator.rs - expr::separator::item_separator (line 113) ... ok [INFO] [stdout] test src/expr/returning.rs - expr::returning::returning (line 10) ... ok [INFO] [stdout] test src/expr/separator.rs - expr::separator::item_separator_optional (line 28) ... ok [INFO] [stdout] test src/expr/separator.rs - expr::separator::item_separator_optional (line 63) ... ok [INFO] [stdout] test src/expr/update.rs - expr::update::set_column (line 62) ... ok [INFO] [stdout] test src/expr/separator.rs - expr::separator::separator (line 174) ... ok [INFO] [stdout] test src/expr/join.rs - expr::join::join_using (line 107) ... ok [INFO] [stdout] test src/expr/separator.rs - expr::separator::item_separator_optional (line 46) ... ok [INFO] [stdout] test src/expr/separator.rs - expr::separator::separator_optional (line 138) ... ok [INFO] [stdout] test src/expr/update.rs - expr::update::set_tuple (line 88) ... ok [INFO] [stdout] test src/expr/update.rs - expr::update::update (line 8) ... ok [INFO] [stdout] test src/expr/update.rs - expr::update::update_table (line 32) ... ok [INFO] [stdout] test src/expr/value.rs - expr::value::values (line 9) ... ok [INFO] [stdout] test src/expr/value.rs - expr::value::write_iter (line 33) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "05844a49e15512e0bf512742ce368ce4a2349aa786ef3e7af1bcef287be7b5e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05844a49e15512e0bf512742ce368ce4a2349aa786ef3e7af1bcef287be7b5e5", kill_on_drop: false }` [INFO] [stdout] 05844a49e15512e0bf512742ce368ce4a2349aa786ef3e7af1bcef287be7b5e5