[INFO] fetching crate toasty 0.4.0...
[INFO] testing toasty-0.4.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate toasty 0.4.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate toasty 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate toasty 0.4.0
[INFO] tweaked toml for crates.io crate toasty 0.4.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate toasty 0.4.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate toasty 0.4.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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8f89969541d1ec447627e21f5b24bac2828a0aedab3007810ffc84fc3cc785e0
[INFO] running `Command { std: "docker" "start" "-a" "8f89969541d1ec447627e21f5b24bac2828a0aedab3007810ffc84fc3cc785e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f89969541d1ec447627e21f5b24bac2828a0aedab3007810ffc84fc3cc785e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f89969541d1ec447627e21f5b24bac2828a0aedab3007810ffc84fc3cc785e0", kill_on_drop: false }`
[INFO] [stdout] 8f89969541d1ec447627e21f5b24bac2828a0aedab3007810ffc84fc3cc785e0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93946843d0a20ae3b18dd339c58052d60b552d50b08b4d52c77f654bf77a72fb
[INFO] running `Command { std: "docker" "start" "-a" "93946843d0a20ae3b18dd339c58052d60b552d50b08b4d52c77f654bf77a72fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling bit-vec v0.9.1
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling toasty-macros v0.4.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling toasty v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling bit-set v0.10.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]    Compiling index_vec v0.1.4
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling pluralizer v0.5.0
[INFO] [stderr]    Compiling toasty-core v0.4.0
[INFO] [stderr]    Compiling deadpool-runtime v0.3.1
[INFO] [stderr]    Compiling deadpool v0.13.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.12s
[INFO] running `Command { std: "docker" "inspect" "93946843d0a20ae3b18dd339c58052d60b552d50b08b4d52c77f654bf77a72fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93946843d0a20ae3b18dd339c58052d60b552d50b08b4d52c77f654bf77a72fb", kill_on_drop: false }`
[INFO] [stdout] 93946843d0a20ae3b18dd339c58052d60b552d50b08b4d52c77f654bf77a72fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e16cddf15dd3877bddc5b0519d326f3b0635cb388b23cf0eaf9ebc5aaa29f947
[INFO] running `Command { std: "docker" "start" "-a" "e16cddf15dd3877bddc5b0519d326f3b0635cb388b23cf0eaf9ebc5aaa29f947", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling assert-struct-macros v0.4.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling annotate-snippets v0.12.15
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling assert-struct v0.4.2
[INFO] [stderr]    Compiling toasty-core v0.4.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling toasty-macros v0.4.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling deadpool-runtime v0.3.1
[INFO] [stderr]    Compiling deadpool v0.13.0
[INFO] [stderr]    Compiling toasty-sql v0.4.0
[INFO] [stderr]    Compiling toasty v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling toasty-driver-sqlite v0.4.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 39.57s
[INFO] running `Command { std: "docker" "inspect" "e16cddf15dd3877bddc5b0519d326f3b0635cb388b23cf0eaf9ebc5aaa29f947", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e16cddf15dd3877bddc5b0519d326f3b0635cb388b23cf0eaf9ebc5aaa29f947", kill_on_drop: false }`
[INFO] [stdout] e16cddf15dd3877bddc5b0519d326f3b0635cb388b23cf0eaf9ebc5aaa29f947
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7b3f6fe88ecee733ca3bfc63c96cec5a1827907065371004f960dc9a56017f99
[INFO] running `Command { std: "docker" "start" "-a" "7b3f6fe88ecee733ca3bfc63c96cec5a1827907065371004f960dc9a56017f99", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/toasty-a3cc66127917ecbb)
[INFO] [stdout] 
[INFO] [stdout] running 257 tests
[INFO] [stdout] test engine::index::tests::any_map_with_arg_base_passes_through_for_dynamodb ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::absorption_and_or ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::absorption_two_and_three_or ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::absorption_with_multiple_operands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::complement_basic ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::complement_multiple_repetitions ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::complement_nullable_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::complement_with_other_operands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::empty_after_removing_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::error_and_false_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::error_and_true_keeps_error ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::error_operand_not_simplified_in_and ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::false_and_null_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_all_symbolic ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_all_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_outer_symbolic_nested_all_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_outer_true_nested_one_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_true_and_false_mixed ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_with_false_in_nested ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_with_false_in_outer ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_with_true_in_nested_first ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_with_true_in_nested_second ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::flatten_with_true_in_outer ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::idempotent_three_identical ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::idempotent_two_identical ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::idempotent_with_different ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::multiple_nulls_and_true_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::multiple_nulls_become_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::null_and_false_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::null_and_null_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::null_and_symbolic_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::null_and_true_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::prune_or_all_branches_contradicted ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::prune_or_branch_contradicting_outer_eq ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::prune_or_end_to_end_via_visit ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::prune_or_multiple_constraints ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::prune_or_multiple_contradicting_branches ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::prune_or_no_constraints_no_change ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::prune_or_no_contradiction_preserved ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::prune_or_non_and_branch ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::range_to_equality_different_bounds_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::range_to_equality_different_exprs_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::range_to_equality_ge_le ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::range_to_equality_le_ge ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::range_to_equality_uneven_repetitions ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::range_to_equality_with_other_operands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::single_operand_unwrapped ... ok
[INFO] [stdout] test engine::simplify::tests::expr_and::true_and_null_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_any::empty_const_list_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_any::multiple_items_become_or ... ok
[INFO] [stdout] test engine::simplify::tests::expr_any::non_const_base_returns_none ... ok
[INFO] [stdout] test engine::simplify::tests::expr_any::non_map_returns_none ... ok
[INFO] [stdout] test engine::simplify::tests::expr_any::single_item_unwrapped ... ok
[INFO] [stdout] test engine::index::tests::pk_or_sets_key_values ... ok
[INFO] [stdout] test engine::index::tests::or_on_pk_stays_as_or_for_sql ... ok
[INFO] [stdout] test engine::index::tests::pk_lt_column_on_rhs_commutes_to_gt ... ok
[INFO] [stdout] test engine::index::tests::pk_equality_column_on_rhs_goes_to_index_filter ... ok
[INFO] [stdout] test engine::index::tests::composite_pk_or_sets_key_values ... ok
[INFO] [stdout] test engine::index::tests::composite_pk_full_equality_sets_key_values ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::canonicalize_eq_literal_on_left ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::canonicalize_le_literal_on_left ... ok
[INFO] [stdout] test engine::index::tests::and_with_any_map_distributes_into_any_map_for_dynamodb ... ok
[INFO] [stdout] test engine::simplify::tests::association::has_many_via_becomes_in_subquery ... ok
[INFO] [stdout] test engine::index::tests::or_on_pk_becomes_any_map_for_dynamodb ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::canonicalize_lt_literal_on_left ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::canonicalize_gt_literal_on_left ... ok
[INFO] [stdout] test engine::index::tests::pk_range_does_not_set_key_values ... ok
[INFO] [stdout] test engine::index::tests::and_splits_pk_to_index_and_name_to_result ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_eq_different_values_becomes_false ... ok
[INFO] [stdout] test engine::index::tests::composite_pk_or_becomes_any_map_for_dynamodb ... ok
[INFO] [stdout] test engine::index::tests::pk_equality_sets_key_values ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::canonicalize_ge_literal_on_left ... ok
[INFO] [stdout] test engine::index::tests::pk_equality_goes_to_index_filter ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_eq_null_with_null_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_eq_same_values_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_eq_with_null_becomes_null ... ok
[INFO] [stdout] test engine::index::tests::composite_pk_partition_key_only_does_not_set_key_values ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_ge_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_ge_equal_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_le_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_gt_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_gt_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_le_equal_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_lt_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_lt_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_lt_different_types_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_lt_string_lexicographic ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_ne_different_values_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::constant_ne_same_values_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::different_fields_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::lt_with_non_constant_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::match_eq_constant_value ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::match_eq_no_matching_arm_folds_to_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::match_eq_scalar_folds_matching_arm ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::match_ne_preserves_non_matching_arms ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::match_on_rhs ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::no_canonicalize_when_literal_on_right ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::match_with_non_constant_subject ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::non_id_cast_not_unwrapped ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::self_comparison_eq_non_nullable_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::self_comparison_ne_non_nullable_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::self_comparison_nullable_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::single_element_tuple_eq ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::tuple_eq_decomposition_two_elements ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::tuple_ne_decomposition ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::x_eq_false_becomes_not_x ... ok
[INFO] [stdout] test engine::simplify::tests::expr_cast::non_redundant_cast_on_field_kept ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::x_eq_true_becomes_x ... ok
[INFO] [stdout] test engine::simplify::tests::expr_cast::non_const_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::true_eq_x_becomes_x ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::tuple_eq_decomposition_three_elements ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::x_ne_true_becomes_not_x ... ok
[INFO] [stdout] test engine::simplify::tests::expr_cast::string_cast_to_uuid ... ok
[INFO] [stdout] test engine::simplify::tests::expr_cast::string_identity_cast ... ok
[INFO] [stdout] test engine::simplify::tests::expr_exists::exists_empty_query_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_cast::uuid_cast_to_string ... ok
[INFO] [stdout] test engine::simplify::tests::expr_binary_op::x_ne_false_becomes_x ... ok
[INFO] [stdout] test engine::simplify::tests::expr_cast::null_passes_through ... ok
[INFO] [stdout] test engine::simplify::tests::expr_cast::redundant_cast_on_field_eliminated ... ok
[INFO] [stdout] test engine::simplify::tests::expr_exists::not_exists_empty_query_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_exists::not_exists_non_empty_query_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::arg_in_empty ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::arg_in_multi ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::arg_in_single ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::dedup_all_identical_values ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::dedup_leading_duplicate ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::dedup_preserves_order ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::dedup_trailing_duplicate ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::empty_expr_list_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::empty_value_list_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::null_in_expr_list_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::null_in_list_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::null_in_single_item_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::single_expr_becomes_eq ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::single_value_becomes_eq ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::two_exprs_unchanged ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::two_values_unchanged ... ok
[INFO] [stdout] test engine::simplify::tests::expr_is_null::cast_is_stripped_from_is_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_exists::exists_non_empty_query_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_is_null::is_null_non_nullable_field ... ok
[INFO] [stdout] test engine::simplify::tests::expr_is_null::non_cast_expr_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_in_list::dedup_no_duplicates_unchanged ... ok
[INFO] [stdout] test engine::simplify::tests::expr_is_null::non_null_const_is_not_null_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_is_null::non_null_const_is_null_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_is_null::null_is_null_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_is_null::null_is_not_null_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_let::body_with_match_inlined ... ok
[INFO] [stdout] test engine::simplify::tests::expr_let::outer_arg_nesting_decremented ... ok
[INFO] [stdout] test engine::simplify::tests::expr_let::let_inlined_through_visit ... ok
[INFO] [stdout] test engine::simplify::tests::expr_let::single_binding_inlined ... ok
[INFO] [stdout] test engine::simplify::tests::expr_let::unstable_binding_not_inlined ... ok
[INFO] [stdout] test engine::simplify::tests::expr_let::multiple_bindings_inlined ... ok
[INFO] [stdout] test engine::simplify::tests::expr_list::empty_list_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_let::let_with_match_fully_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_list::list_with_error_item_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_list::mixed_types_in_list ... ok
[INFO] [stdout] test engine::simplify::tests::expr_list::non_const_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_list::all_const_values_become_value_list ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::constant_subject_match_found_error_else_not_reached ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::constant_subject_matches_arm ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::constant_subject_no_match_folds_to_error_else ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::constant_subject_matching_arm_is_error ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::dead_arms_not_visited_with_constant_subject ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::constant_subject_no_matching_arm_folds_to_else ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::false_arm_expr_not_dropped ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::non_constant_subject_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::non_constant_subject_simplifies_all_arms ... ok
[INFO] [stdout] test engine::simplify::tests::expr_let::nested_let_inlined_bottom_up ... ok
[INFO] [stdout] test engine::simplify::tests::expr_map::non_const_base_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::non_uniform_arms_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::subject_simplified_before_folding ... ok
[INFO] [stdout] test engine::simplify::tests::expr_map::const_base_with_identity_map ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::uniform_arms_and_else_folds_to_single_expr ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::constant_subject_folds_to_arm_value ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_gt_becomes_le ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::double_negation_eliminated ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_in_non_empty_list_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_and_becomes_or_of_nots ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_ne_becomes_eq ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_le_becomes_gt ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_or_becomes_and_of_nots ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_lt_becomes_ge ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_and_with_three_operands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_eq_becomes_ne ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_error_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_false_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_ge_becomes_lt ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_in_empty_list_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_match::uniform_arms_but_different_else_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_null_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_or_with_three_operands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::triple_negation_reduces_to_single ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::absorption_or_and ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::absorption_two_or_three_and ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::complement_basic ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::complement_nullable_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::complement_multiple_repetitions ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::error_or_false_keeps_error ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::error_or_true_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::absorption_with_multiple_operands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::complement_with_other_operands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::factoring_basic ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::factoring_multiple_common ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::factoring_no_common ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::factoring_three_ands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::flatten_all_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::flatten_all_symbolic ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::flatten_outer_false_nested_one_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::error_operand_preserved_in_or ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::false_or_null_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::flatten_outer_symbolic_nested_all_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::flatten_with_false_in_nested_first ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::flatten_with_false_in_outer ... ok
[INFO] [stdout] test engine::simplify::tests::expr_not::not_true_becomes_false ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::flatten_with_true_in_outer ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::idempotent_three_identical ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::idempotent_with_different ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::multiple_nulls_and_false_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::idempotent_two_identical ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::multiple_nulls_become_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::null_or_false_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::flatten_with_true_in_nested ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::or_to_in_two_values ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::null_or_symbolic_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::or_to_in_basic ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::all_two_variants_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::null_or_null_becomes_null ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::all_variants_with_extra_operands_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::or_to_in_different_lhs_not_converted ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::or_to_in_multiple_groups ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::or_to_in_mixed_keeps_other_operands ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::or_to_in_non_const_rhs_not_converted ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::or_to_in_single_value_not_converted ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::or_to_in_with_non_equality_preserved ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::null_or_true_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::single_operand_unwrapped ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::all_three_variants_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::different_inner_exprs_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::no_is_variant_operands_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::duplicate_variants_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::reversed_order_becomes_true ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::single_variant_of_two_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_or::variant_tautology::subset_of_variants_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_project::project_identity_path ... ok
[INFO] [stdout] test engine::simplify::tests::expr_project::project_into_match_distributes ... ok
[INFO] [stdout] test engine::simplify::tests::expr_project::project_non_constant_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_record::empty_record_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_record::non_const_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::expr_record::all_const_values_become_value_record ... ok
[INFO] [stdout] test engine::simplify::tests::expr_record::record_with_error_field_not_simplified ... ok
[INFO] [stdout] test engine::simplify::tests::lift_in_subquery::belongs_to_lifts_fk_constraint_to_direct_eq ... ok
[INFO] [stdout] test engine::simplify::tests::stmt_query::non_empty_query_keeps_order_by_and_limit ... ok
[INFO] [stdout] test engine::simplify::tests::stmt_query::non_empty_values_query_not_empty ... ok
[INFO] [stdout] test stmt::into_expr::assert_bounds ... ok
[INFO] [stdout] test engine::simplify::tests::stmt_query::simplify_clears_order_by_and_limit ... ok
[INFO] [stdout] test engine::simplify::tests::stmt_query::empty_values_query_is_empty ... ok
[INFO] [stdout] test engine::simplify::tests::prop_const::simplify_preserves_eval ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 257 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generate_unique_id.rs (/opt/rustwide/target/debug/deps/generate_unique_id-ae50dbc4086d630d)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_generate_unique_id ... ok
[INFO] [stdout] test test_generate_unique_id_thread_safety ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/query_macro.rs (/opt/rustwide/target/debug/deps/query_macro-eabcfeb88530830c)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test and_keyword_uppercase ... ok
[INFO] [stdout] test double_not ... ok
[INFO] [stdout] test complex_and_or_not_with_parens ... ok
[INFO] [stdout] test filter_bool_true ... ok
[INFO] [stdout] test filter_different_fields ... ok
[INFO] [stdout] test filter_eq_string ... ok
[INFO] [stdout] test filter_external_variable ... ok
[INFO] [stdout] test filter_external_expression ... ok
[INFO] [stdout] test filter_bool_false ... ok
[INFO] [stdout] test filter_gt ... ok
[INFO] [stdout] test filter_in_list_integers ... ok
[INFO] [stdout] test filter_in_list_case_insensitive ... ok
[INFO] [stdout] test filter_ge ... ok
[INFO] [stdout] test filter_in_list_external_variable ... ok
[INFO] [stdout] test filter_in_list_strings ... ok
[INFO] [stdout] test filter_and ... ok
[INFO] [stdout] test filter_in_list_with_and ... ok
[INFO] [stdout] test filter_integer_literal ... ok
[INFO] [stdout] test filter_keyword_mixed_case ... ok
[INFO] [stdout] test filter_keyword_uppercase ... ok
[INFO] [stdout] test filter_le ... ok
[INFO] [stdout] test filter_lt ... ok
[INFO] [stdout] test filter_ne_string ... ok
[INFO] [stdout] test filter_not ... ok
[INFO] [stdout] test filter_or ... ok
[INFO] [stdout] test filter_parens_override_precedence ... ok
[INFO] [stdout] test filter_query_is_not_single ... ok
[INFO] [stdout] test filter_source_model_matches_user_id ... ok
[INFO] [stdout] test nested_parens ... ok
[INFO] [stdout] test not_keyword_uppercase ... ok
[INFO] [stdout] test or_keyword_uppercase ... ok
[INFO] [stdout] test or_precedence_lower_than_and ... ok
[INFO] [stdout] test query_all ... ok
[INFO] [stdout] test source_model_matches_user_id ... ok
[INFO] [stdout] test triple_and ... ok
[INFO] [stdout] test triple_or ... ok
[INFO] [stdout] test query_all_is_not_single ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/stmt_into_expr.rs (/opt/rustwide/target/debug/deps/stmt_into_expr-4a0d1b70e5681b2f)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test batch_by_ref_wraps_statement ... ok
[INFO] [stdout] test batch_into_expr_and_by_ref_agree ... ok
[INFO] [stdout] test batch_into_expr_wraps_statement ... ok
[INFO] [stdout] test by_ref_array_to_list ... ok
[INFO] [stdout] test by_ref_i64 ... ok
[INFO] [stdout] test by_ref_none ... ok
[INFO] [stdout] test by_ref_some ... ok
[INFO] [stdout] test by_ref_vec_to_list ... ok
[INFO] [stdout] test by_ref_string ... ok
[INFO] [stdout] test by_ref_identity ... ok
[INFO] [stdout] test by_ref_pair ... ok
[INFO] [stdout] test into_expr_empty_vec_to_list ... ok
[INFO] [stdout] test into_expr_none ... ok
[INFO] [stdout] test into_expr_ref_array_to_list ... ok
[INFO] [stdout] test into_expr_some ... ok
[INFO] [stdout] test into_expr_string ... ok
[INFO] [stdout] test into_expr_str_ref ... ok
[INFO] [stdout] test into_expr_value_as_option ... ok
[INFO] [stdout] test into_expr_bool ... ok
[INFO] [stdout] test into_expr_uuid ... ok
[INFO] [stdout] test into_expr_empty_array_to_list ... ok
[INFO] [stdout] test into_expr_array_to_list ... ok
[INFO] [stdout] test into_expr_vec_to_list ... ok
[INFO] [stdout] test into_expr_slice_to_list ... ok
[INFO] [stdout] test into_expr_i64 ... ok
[INFO] [stdout] test into_expr_identity ... ok
[INFO] [stdout] test into_expr_pair ... ok
[INFO] [stdout] test into_expr_ref_delegates ... ok
[INFO] [stderr]    Doc-tests toasty
[INFO] [stdout] test into_expr_triple ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 100 tests
[INFO] [stdout] test src/schema/register.rs - schema::register::models (line 118) ... ignored
[INFO] [stdout] test src/schema/register.rs - schema::register::models (line 94) ... ignored
[INFO] [stdout] test src/stmt/assignment.rs - stmt::assignment::apply (line 239) ... ignored
[INFO] [stdout] test src/stmt/assignment.rs - stmt::assignment::insert (line 123) ... ignored
[INFO] [stdout] test src/stmt/assignment.rs - stmt::assignment::patch (line 205) ... ignored
[INFO] [stdout] test src/stmt/assignment.rs - stmt::assignment::remove (line 147) ... ignored
[INFO] [stdout] test src/stmt/assignment.rs - stmt::assignment::set (line 168) ... ignored
[INFO] [stdout] test src/stmt/assignment.rs - stmt::assignment::set (line 180) ... ignored
[INFO] [stdout] test src/db/builder.rs - db::builder::Builder::models (line 65) ... ok
[INFO] [stdout] test src/stmt/association.rs - stmt::association::Association<List<M>>::insert (line 116) ... ok
[INFO] [stdout] test src/stmt.rs - stmt::in_list (line 221) ... ok
[INFO] [stdout] test src/stmt/batch.rs - stmt::batch::batch (line 22) ... ignored
[INFO] [stdout] test src/stmt.rs - stmt::Statement<T>::from_untyped_stmt (line 90) ... ok
[INFO] [stdout] test src/stmt.rs - stmt::Statement<T>::into_query (line 135) ... ok
[INFO] [stdout] test src/stmt/create_many.rs - stmt::create_many::CreateMany (line 19) - compile ... ok
[INFO] [stdout] test src/stmt/association.rs - stmt::association::Association<List<M>>::remove (line 162) ... ok
[INFO] [stdout] test src/stmt.rs - stmt::Statement<T>::into_untyped (line 109) ... ok
[INFO] [stdout] test src/stmt/association.rs - stmt::association::Association<List<M>>::many (line 35) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<Option<T>>::is_none (line 231) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<List<T>>::list (line 82) ... ok
[INFO] [stdout] test src/stmt/delete.rs - stmt::delete::Delete<T>::from_untyped (line 50) ... ok
[INFO] [stdout] test src/stmt/association.rs - stmt::association::Association<List<M>>::many_via_one (line 77) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<T>::cast (line 61) ... ok
[INFO] [stdout] test src/db/builder.rs - db::builder::Builder::connect (line 109) ... FAILED
[INFO] [stdout] test src/stmt/association.rs - stmt::association::Association<M>::one (line 225) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<Option<T>>::is_some (line 244) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<T>::from_untyped (line 38) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<bool>::and (line 101) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<bool>::or (line 154) ... ok
[INFO] [stdout] test src/stmt/insert.rs - stmt::insert::Insert<M>::from_untyped (line 76) ... ok
[INFO] [stdout] test src/stmt/insert.rs - stmt::insert::Insert<M>::insert_all (line 193) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<bool>::and_all (line 122) ... ok
[INFO] [stdout] test src/stmt/into_expr.rs - stmt::into_expr::IntoExpr (line 16) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<bool>::in_list (line 195) ... ok
[INFO] [stdout] test src/stmt/page.rs - stmt::page::Page<M>::next (line 71) - compile ... ok
[INFO] [stdout] test src/stmt/page.rs - stmt::page::Page<M>::prev (line 99) - compile ... ok
[INFO] [stdout] test src/stmt/insert.rs - stmt::insert::Insert<M>::into_list_expr (line 250) ... ok
[INFO] [stdout] test src/stmt/insert.rs - stmt::insert::Insert<M>::insert (line 156) ... ok
[INFO] [stdout] test src/stmt/insert.rs - stmt::insert::Insert<M>::set (line 132) ... ok
[INFO] [stdout] test src/stmt/expr.rs - stmt::expr::Expr<bool>::not (line 174) ... ok
[INFO] [stdout] test src/stmt/into_expr.rs - stmt::into_expr::IntoExpr::by_ref (line 49) ... ok
[INFO] [stdout] test src/stmt/insert.rs - stmt::insert::Insert<M>::set_scope (line 107) ... ok
[INFO] [stdout] test src/stmt.rs - stmt::Statement<T>::exec (line 160) ... ok
[INFO] [stdout] test src/stmt/into_expr.rs - stmt::into_expr::IntoExpr::into_expr (line 34) ... ok
[INFO] [stdout] test src/stmt/paginate.rs - stmt::paginate::Paginate<M>::before (line 145) ... ok
[INFO] [stdout] test src/stmt/paginate.rs - stmt::paginate::Paginate<M>::after (line 109) ... ok
[INFO] [stdout] test src/stmt/paginate.rs - stmt::paginate::Paginate<M>::new (line 63) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::chain (line 140) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::desc (line 362) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::eq (line 167) ... ok
[INFO] [stdout] test src/stmt/delete.rs - stmt::delete::Delete (line 20) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::asc (line 341) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,T>::root (line 47) ... ok
[INFO] [stdout] test src/db.rs - db::Db::builder (line 60) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::from_field_index (line 84) ... ok
[INFO] [stdout] test src/stmt/delete.rs - stmt::delete::Delete<T>::exec (line 78) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,Option<U>>::is_none (line 428) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::in_query (line 311) ... ok
[INFO] [stdout] test src/db/executor.rs - db::executor::dynExecutor+'_::exec (line 46) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,Option<U>>::is_some (line 449) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::in_list (line 290) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::into_variant (line 111) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<List<M>>::count (line 420) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<List<M>>::all (line 443) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<List<M>>::filter (line 396) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query (line 26) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::ge (line 227) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::gt (line 207) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::delete (line 244) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::and (line 109) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<List<T>>::one (line 330) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<List<T>>::first (line 303) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path (line 20) ... ok
[INFO] [stdout] test src/stmt/insert.rs - stmt::insert::Insert<M>::blank_single (line 34) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::limit (line 180) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::lt (line 247) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::ne (line 187) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::as_untyped_mut (line 88) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::from_untyped (line 64) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::unit (line 63) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,List<U>>::any (line 390) ... ok
[INFO] [stdout] test src/stmt/path.rs - stmt::path::Path<T,U>::le (line 267) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::order_by (line 159) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::offset (line 208) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::into_untyped (line 213) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::remove (line 173) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::include (line 134) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::new (line 39) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::set_assignments (line 110) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::insert (line 153) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::set_returning_none (line 193) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::set (line 132) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::to_list (line 271) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::from_expr (line 85) ... ok
[INFO] [stdout] test src/stmt/paginate.rs - stmt::paginate::Paginate (line 18) ... ok
[INFO] [stdout] test src/db/builder.rs - db::builder::Builder (line 27) ... ok
[INFO] [stdout] test src/db/builder.rs - db::builder::Builder::build (line 142) ... ok
[INFO] [stdout] test src/stmt/paginate.rs - stmt::paginate::Paginate<M>::exec (line 177) ... ok
[INFO] [stdout] test src/stmt/query.rs - stmt::query::Query<T>::exec (line 366) ... ok
[INFO] [stdout] test src/stmt/update.rs - stmt::update::Update<T>::exec (line 238) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/db/builder.rs - db::builder::Builder::connect (line 109) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (400) panicked at /tmp/rustdoctestKNwQdA/doctest_bundle_2024.rs:80:6:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: unsupported feature: `sqlite` feature not enabled
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59ac47a0e49a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ac47a0e49a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ac47a0e49a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59ac47a0e49a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59ac47a2529a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59ac47a2529a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x59ac47a13a22 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x59ac47a13a22 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x59ac479ecbff - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59ac479ecbff - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59ac47a064a1 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x59ac47a0671b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x59ac479eccb8 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x59ac479e1e19 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x59ac479edaed - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x59ac47a25adc - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x59ac47a25852 - core[6771d259883166e6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x59ac470ec9f8 - doctest_bundle_2024::__doctest_3::main::{{closure}}::hf19ae0eefacda1b6
[INFO] [stdout]   18:     0x59ac47179d57 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::ha603b418e26b8541
[INFO] [stdout]   19:     0x59ac471757b0 - tokio::runtime::park::CachedParkThread::block_on::h9e01a1a9816362c8
[INFO] [stdout]   20:     0x59ac47188351 - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::hfafdb005ad862fa7
[INFO] [stdout]   21:     0x59ac4718cae1 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h5dfa40318f5e0a3a
[INFO] [stdout]   22:     0x59ac4717fe47 - tokio::runtime::context::runtime::enter_runtime::h9dafc7560e726f6f
[INFO] [stdout]   23:     0x59ac4718c322 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h0a05dd97b261c7a7
[INFO] [stdout]   24:     0x59ac4718a3bd - tokio::runtime::runtime::Runtime::block_on_inner::hf7891b4ae388c528
[INFO] [stdout]   25:     0x59ac4718adaa - tokio::runtime::runtime::Runtime::block_on::h3183823ba605d97d
[INFO] [stdout]   26:     0x59ac470ec656 - doctest_bundle_2024::__doctest_3::main::h2feecf675ed41e1e
[INFO] [stdout]   27:     0x59ac470ed846 - doctest_bundle_2024::__doctest_3::__main_fn::hd0ee9de3cd35f383
[INFO] [stdout]   28:     0x59ac470d8ad1 - doctest_runner_2024[78924df70b732f50]::__doctest_3::TEST::{closure#0}
[INFO] [stdout]   29:     0x59ac470e0436 - <doctest_runner_2024[78924df70b732f50]::__doctest_3::TEST::{closure#0} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   30:     0x59ac470dd39b - doctest_runner_2024[78924df70b732f50]::main
[INFO] [stdout]   31:     0x59ac470e02d3 - <fn() -> std[128c3efe2914e152]::process::ExitCode as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   32:     0x59ac470d8266 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[128c3efe2914e152]::process::ExitCode, std[128c3efe2914e152]::process::ExitCode>
[INFO] [stdout]   33:     0x59ac470d8779 - std[128c3efe2914e152]::rt::lang_start::<std[128c3efe2914e152]::process::ExitCode>::{closure#0}
[INFO] [stdout]   34:     0x59ac47a05114 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   35:     0x59ac47a05114 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x59ac47a05114 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x59ac47a05114 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x59ac47a05114 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   39:     0x59ac47a05114 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x59ac47a05114 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x59ac47a05114 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x59ac47a05114 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   43:     0x59ac470d75e1 - std[128c3efe2914e152]::rt::lang_start::<std[128c3efe2914e152]::process::ExitCode>
[INFO] [stdout]   44:     0x59ac470e1d35 - main
[INFO] [stdout]   45:     0x74f533d5a1ca - <unknown>
[INFO] [stdout]   46:     0x74f533d5a28b - __libc_start_main
[INFO] [stdout]   47:     0x59ac470d6655 - _start
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/db/builder.rs - db::builder::Builder::connect (line 109)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 90 passed; 1 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 15.74s; merged doctests compilation took 15.36s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "7b3f6fe88ecee733ca3bfc63c96cec5a1827907065371004f960dc9a56017f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b3f6fe88ecee733ca3bfc63c96cec5a1827907065371004f960dc9a56017f99", kill_on_drop: false }`
[INFO] [stdout] 7b3f6fe88ecee733ca3bfc63c96cec5a1827907065371004f960dc9a56017f99
