[INFO] cloning repository https://github.com/robinstraub/fabrique
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robinstraub/fabrique" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinstraub%2Ffabrique", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinstraub%2Ffabrique'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6e35edf78efd76be07b787141fca82496038566
[INFO] testing robinstraub/fabrique against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinstraub%2Ffabrique" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/robinstraub/fabrique
[INFO] finished tweaking git repo https://github.com/robinstraub/fabrique
[INFO] tweaked toml for git repo https://github.com/robinstraub/fabrique written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/robinstraub/fabrique on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/robinstraub/fabrique 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-sqlite v0.9.0-alpha.1
[INFO] [stderr]   Downloaded trybuild v1.0.112
[INFO] [stderr]   Downloaded sqlx v0.9.0-alpha.1
[INFO] [stderr]   Downloaded sqlx-core v0.9.0-alpha.1
[INFO] [stderr]   Downloaded sqlx-postgres v0.9.0-alpha.1
[INFO] [stderr]   Downloaded etcetera v0.10.0
[INFO] [stderr]   Downloaded sqlx-mysql v0.9.0-alpha.1
[INFO] [stderr]   Downloaded pluralizer v0.4.0
[INFO] [stderr]   Downloaded sqlx-macros-core v0.9.0-alpha.1
[INFO] [stderr]   Downloaded tokio-test v0.4.4
[INFO] [stderr]   Downloaded dummy v0.11.0
[INFO] [stderr]   Downloaded sqlx-macros v0.9.0-alpha.1
[INFO] [stderr]   Downloaded cargo-husky v1.5.0
[INFO] [stderr]   Downloaded fake v4.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b
[INFO] running `Command { std: "docker" "start" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b", 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" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b", 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" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling atomic v0.6.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling pluralizer v0.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling dummy v0.11.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling fake v4.4.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling sqlx-core v0.9.0-alpha.1
[INFO] [stderr]    Compiling sqlx-sqlite v0.9.0-alpha.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0-alpha.1
[INFO] [stderr]    Compiling sqlx-macros v0.9.0-alpha.1
[INFO] [stderr]    Compiling sqlx v0.9.0-alpha.1
[INFO] [stderr]    Compiling fabrique-core v0.3.1 (/opt/rustwide/workdir/fabrique-core)
[INFO] [stderr]    Compiling fabrique-derive v0.3.1 (/opt/rustwide/workdir/fabrique-derive)
[INFO] [stderr]    Compiling fabrique v0.3.1 (/opt/rustwide/workdir/fabrique)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b", 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" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling cargo-husky v1.5.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling fake v4.4.0
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling trybuild v1.0.112
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling sqlx-core v0.9.0-alpha.1
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling sqlx-sqlite v0.9.0-alpha.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0-alpha.1
[INFO] [stderr]    Compiling sqlx-macros v0.9.0-alpha.1
[INFO] [stderr]    Compiling sqlx v0.9.0-alpha.1
[INFO] [stderr]    Compiling fabrique-core v0.3.1 (/opt/rustwide/workdir/fabrique-core)
[INFO] [stderr]    Compiling fabrique-derive v0.3.1 (/opt/rustwide/workdir/fabrique-derive)
[INFO] [stderr]    Compiling fabrique v0.3.1 (/opt/rustwide/workdir/fabrique)
[INFO] [stderr]    Compiling ui-tests v0.0.0 (/opt/rustwide/workdir/ui-tests)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 39.05s
[INFO] running `Command { std: "docker" "inspect" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b", 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" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fabrique-aac36a4ff87364ae)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/composite_primary_keys.rs (/opt/rustwide/target/debug/deps/composite_primary_keys-ba3b04836a075820)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_composite_primary_key_sqlite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/conversion.rs (/opt/rustwide/target/debug/deps/conversion-6b140a97dfff2d91)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_where_accepts_a_rust_type_sqlite ... ok
[INFO] [stdout] test test_set_accepts_a_rust_type_sqlite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stderr]      Running tests/factory.rs (/opt/rustwide/target/debug/deps/factory-2508dc4908b76b2a)
[INFO] [stdout] test test_has_many_creates_children_sqlite ... ok
[INFO] [stdout] test test_factory_for_relations_accept_models_sqlite ... ok
[INFO] [stdout] test test_has_many_through_join_model_sqlite ... ok
[INFO] [stdout] test test_factory_for_relations_accept_factories_sqlite ... ok
[INFO] [stdout] test test_auto_creates_belongs_to_sqlite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/has_many.rs (/opt/rustwide/target/debug/deps/has_many-92bd3248fc9fc954)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_load_messages_by_alias_sqlite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/model.rs (/opt/rustwide/target/debug/deps/model-ef2f745dbcf113e2)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_update_sqlite ... ok
[INFO] [stdout] test test_save_sqlite ... ok
[INFO] [stderr]      Running tests/query_builder.rs (/opt/rustwide/target/debug/deps/query_builder-09b670c908bbef43)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 84 tests
[INFO] [stdout] test initial::default_creates_query_builder ... ok
[INFO] [stdout] test filtered_selected::get_executes_sqlite ... ok
[INFO] [stdout] test filtered_selected::first_executes_sqlite ... ok
[INFO] [stdout] test conflicted::do_nothing_transitions_to_upserted_sqlite ... ok
[INFO] [stdout] test filtered_selected::order_by_transitions_to_ordered_sqlite ... ok
[INFO] [stdout] test filtered_selected::where_null_chains_sqlite ... ok
[INFO] [stdout] test initial::join_transitions_to_joining_sqlite ... ok
[INFO] [stdout] test initial::insert_transitions_to_inserting_sqlite ... ok
[INFO] [stdout] test conflicted::do_update_transitions_to_upserted ... ok
[INFO] [stdout] test filtered_selected::limit_transitions_to_limited_sqlite ... ok
[INFO] [stdout] test initial::first_or_fail_implicit_select_executes_sqlite ... ok
[INFO] [stdout] test filtered_selected::where_chains_sqlite ... ok
[INFO] [stdout] test initial::first_implicit_select_executes_sqlite ... ok
[INFO] [stdout] test filtered_selected::first_or_fail_executes_sqlite ... ok
[INFO] [stdout] test filtered_selected::where_not_null_chains_sqlite ... ok
[INFO] [stdout] test initial::order_by_implicit_select_transitions_to_ordered_sqlite ... ok
[INFO] [stdout] test initial::get_implicit_select_executes_sqlite ... ok
[INFO] [stdout] test filtered_updated::execute_executes_sqlite ... ok
[INFO] [stdout] test filtered_updated::returning_transitions_to_returned ... ok
[INFO] [stdout] test initial::select_columns_transitions_to_selected_sqlite ... ok
[INFO] [stdout] test inserted::on_conflict_transitions_to_conflicted_sqlite ... ok
[INFO] [stdout] test joined_selected::first_executes_sqlite ... ok
[INFO] [stdout] test initial::where_implicit_select_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test filtered_updated::where_chains_sqlite ... ok
[INFO] [stdout] test inserted::returning_transitions_to_returned ... ok
[INFO] [stdout] test joined_selected::get_executes_sqlite ... ok
[INFO] [stdout] test joined_selected::limit_transitions_to_limited_sqlite ... ok
[INFO] [stdout] test inserted::set_chains_sqlite ... ok
[INFO] [stdout] test inserted::execute_executes_sqlite ... ok
[INFO] [stdout] test initial::select_as_transitions_to_selected_sqlite ... ok
[INFO] [stdout] test initial::limit_implicit_select_transitions_to_limited_sqlite ... ok
[INFO] [stdout] test joining::join_chains_sqlite ... ok
[INFO] [stdout] test joining::get_implicit_select_executes_sqlite ... ok
[INFO] [stdout] test joined_selected::order_by_transitions_to_ordered_sqlite ... ok
[INFO] [stdout] test joined_selected::where_null_on_named_join_sqlite ... ok
[INFO] [stdout] test joined_selected::where_not_null_on_named_join_sqlite ... ok
[INFO] [stdout] test joined_selected::where_on_named_join_sqlite ... ok
[INFO] [stdout] test joining::first_implicit_select_executes_sqlite ... ok
[INFO] [stdout] test joined_selected::where_on_joined_model_column_sqlite ... ok
[INFO] [stdout] test joined_selected::where_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test joining::first_or_fail_implicit_select_executes_sqlite ... ok
[INFO] [stdout] test joining::limit_implicit_select_transitions_to_limited_sqlite ... ok
[INFO] [stdout] test joining::join_as_chains_sqlite ... ok
[INFO] [stdout] test joining::join_through_chains_sqlite ... ok
[INFO] [stdout] test joining::where_null_implicit_select_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test joining::order_by_on_implicit_select_transitions_to_ordered_sqlite ... ok
[INFO] [stdout] test joining::where_implicit_select_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test joining::order_by_implicit_select_transitions_to_ordered_sqlite ... ok
[INFO] [stdout] test joining::where_not_null_on_implicit_select_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test joining::where_not_null_implicit_select_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test joining::where_null_on_implicit_select_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test joining::where_on_implicit_select_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test limited::get_executes_sqlite ... ok
[INFO] [stdout] test ordered::first_executes_sqlite ... ok
[INFO] [stdout] test ordered::first_or_fail_executes_sqlite ... ok
[INFO] [stdout] test ordered::limit_transitions_to_limited_sqlite ... ok
[INFO] [stdout] test offsetted::get_executes_sqlite ... ok
[INFO] [stdout] test ordered::get_executes_sqlite ... ok
[INFO] [stdout] test returned::first_or_fail_executes ... ok
[INFO] [stdout] test returned::get_executes ... ok
[INFO] [stdout] test selected::first_or_fail_fails_when_empty_sqlite ... ok
[INFO] [stdout] test selected::first_or_fail_executes_sqlite ... ok
[INFO] [stdout] test selected::first_executes_sqlite ... ok
[INFO] [stdout] test selected::get_executes_sqlite ... ok
[INFO] [stdout] test selected::where_not_null_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test selected::limit_transitions_to_limited_sqlite ... ok
[INFO] [stdout] test initial::where_not_null_implicit_select_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test selected::where_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test selected::where_null_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test updated::set_chains_sqlite ... ok
[INFO] [stdout] test updated::where_transitions_to_filtered_sqlite ... ok
[INFO] [stdout] test updating::set_transitions_to_updated_sqlite ... ok
[INFO] [stdout] test updated::returning_transitions_to_returned ... ok
[INFO] [stdout] test upserted::returning_transitions_to_returned ... ok
[INFO] [stdout] test upserted::execute_executes_sqlite ... ok
[INFO] [stdout] test limited::offset_transitions_to_offsetted_sqlite ... ok
[INFO] [stdout] test returned::first_executes ... ok
[INFO] [stdout] test inserting::set_transitions_to_inserted_sqlite ... ok
[INFO] [stdout] test initial::update_transitions_to_updating_sqlite ... ok
[INFO] [stdout] test joined_selected::first_or_fail_executes_sqlite ... ok
[INFO] [stdout] test joining::select_as_transitions_to_selected_sqlite ... ok
[INFO] [stdout] test selected::order_by_transitions_to_ordered_sqlite ... ok
[INFO] [stdout] test joined_selected::order_by_on_named_join_sqlite ... ok
[INFO] [stderr]      Running tests/soft_delete.rs (/opt/rustwide/target/debug/deps/soft_delete-bacdbd0a4985d14a)
[INFO] [stdout] test joining::select_columns_transitions_to_selected_sqlite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_soft_delete_sqlite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test.rs (/opt/rustwide/target/debug/deps/test-61ae6d9fd003c975)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_create_sqlite ... ok
[INFO] [stdout] test test_query_builder_sqlite ... ok
[INFO] [stdout] test test_destroy_sqlite ... ok
[INFO] [stdout] test test_delete_sqlite ... ok
[INFO] [stdout] test test_all_sqlite ... ok
[INFO] [stdout] test test_persistable_macro_compiles_sqlite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/upsert.rs (/opt/rustwide/target/debug/deps/upsert-7fa9237b665dc2e7)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_upsert_with_tuples_sqlite ... ok
[INFO] [stdout] test test_upsert_empty_vec_is_noop_sqlite ... ok
[INFO] [stdout] test test_upsert_updates_existing_records_sqlite ... ok
[INFO] [stdout] test test_upsert_with_composite_unique_by_sqlite ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fabrique_core-b06eee59e9751dce)
[INFO] [stdout] test test_upsert_inserts_new_records_sqlite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test dialect::tests::test_sqlite_dialect ... ok
[INFO] [stdout] test error::tests::error_display_conversion ... ok
[INFO] [stdout] test database::tests::test_nil_into_db_returns_nil ... ok
[INFO] [stdout] test error::tests::error_display_not_found ... ok
[INFO] [stdout] test error::tests::error_display_other ... ok
[INFO] [stdout] test error::tests::from_sqlx_decode_with_fabrique_error ... ok
[INFO] [stdout] test error::tests::conversion_direction_display ... ok
[INFO] [stdout] test error::tests::from_sqlx_decode_with_other_error ... ok
[INFO] [stdout] test error::tests::from_sqlx_other_error ... ok
[INFO] [stdout] test error::tests::from_sqlx_row_not_found ... ok
[INFO] [stdout] test model::column_set::tests::into_db_is_identity_for_plain_columns ... ok
[INFO] [stdout] test sql::operators::tests::test_direction_as_str ... ok
[INFO] [stdout] test sql::operators::tests::test_direction_from_str ... ok
[INFO] [stdout] test sql::operators::tests::test_operator_from_str ... ok
[INFO] [stdout] test sql::operators::tests::test_operator_as_str ... ok
[INFO] [stdout] test model::column_set::tests::single_column_returns_its_qualified_name ... ok
[INFO] [stdout] test model::column_set::tests::two_columns_return_both_qualified_names_in_order ... ok
[INFO] [stdout] test __private::tests::create_sqlite_pool_applies_migrations ... ok
[INFO] [stdout] test database::tests::test_nil_column_name_panics - should panic ... ok
[INFO] [stdout] test database::tests::test_nil_encode_panics - should panic ... ok
[INFO] [stdout] test database::tests::test_nil_column_qualified_name_panics - should panic ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fabrique_derive-7324019ad9a45765)
[INFO] [stdout] test database::tests::test_nil_type_info_panics - should panic ... ok
[INFO] [stdout] test sql::operators::tests::test_operator_from_str_invalid - should panic ... ok
[INFO] [stdout] test sql::operators::tests::test_direction_from_str_invalid - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 92 tests
[INFO] [stdout] test analysis::ast::tests::test_faker_range_expression_parsed ... ok
[INFO] [stdout] test analysis::ast::tests::test_alias_without_belongs_to_fails ... ok
[INFO] [stdout] test analysis::ast::tests::test_faker_attribute_parsed ... ok
[INFO] [stdout] test analysis::ast::tests::test_faker_without_attribute_is_none ... ok
[INFO] [stdout] test analysis::ast::tests::test_generic_type_is_column ... ok
[INFO] [stdout] test analysis::ast::tests::test_invalid_faker_expression_fails ... ok
[INFO] [stdout] test analysis::steps::tests::test_analysis_fails_explicitly_on_invalid_struct ... ok
[INFO] [stdout] test analysis::ast::tests::test_reference_type_is_column ... ok
[INFO] [stdout] test analysis::steps::tests::test_parsing_a_union_fails_explicitly ... ok
[INFO] [stdout] test analysis::steps::tests::test_validate_with_custom_table_name ... ok
[INFO] [stdout] test analysis::steps::tests::test_validate_with_unknown_attribute_fails ... ok
[INFO] [stdout] test analysis::steps::tests::test_parsing_an_enum_fails_explicitly ... ok
[INFO] [stdout] test analysis::ast::tests::test_regular_field_is_column ... ok
[INFO] [stdout] test analysis::ast::tests::test_try_from_attrs_without_ident_fails ... ok
[INFO] [stdout] test analysis::steps::tests::test_validate_with_default_table_name ... ok
[INFO] [stdout] test codegen::alias::tests::test_generate ... ok
[INFO] [stdout] test codegen::belongs_to::tests::test_generate_multiple_belongs_to_impls_to_different_parents ... ok
[INFO] [stdout] test codegen::columns::tests::test_generate_columns_with_type_conversion ... ok
[INFO] [stdout] test analysis::steps::tests::test_parsing_a_tuple_struct_fails_explicitly ... ok
[INFO] [stdout] test codegen::factory::tests::test_aliased_belongs_to_generates_for_alias_methods ... ok
[INFO] [stdout] test codegen::delete::tests::test_basic_struct_delegates_to_hard_delete ... ok
[INFO] [stdout] test codegen::factory::tests::test_aliased_belongs_to_generates_set_foreign_key_with_alias ... ok
[INFO] [stdout] test codegen::delete::tests::test_soft_delete_struct_delegates_to_soft_delete ... ok
[INFO] [stdout] test analysis::steps::tests::test_parsing_a_unit_struct_fails_explicitly ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory_fields ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory_method_create ... ok
[INFO] [stdout] test analysis::steps::tests::test_analysis_fails_explicitly_on_missing_primary_key ... ok
[INFO] [stdout] test codegen::alias::tests::test_no_alias_generates_empty ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory_method_make_with_custom_faker ... ok
[INFO] [stdout] test analysis::steps::tests::test_parsing_a_struct_works ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory_method_fields ... ok
[INFO] [stdout] test codegen::belongs_to::tests::test_generate_belongs_to_impl ... ok
[INFO] [stdout] test analysis::steps::tests::test_duplicate_alias_fails ... ok
[INFO] [stdout] test analysis::steps::tests::test_parsing_a_named_struct_works ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory_method_create_with_custom_faker ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory_methods_for_relation ... ok
[INFO] [stdout] test codegen::belongs_to::tests::test_aliased_belongs_to_generates_belongs_to_alias ... ok
[INFO] [stdout] test codegen::columns::tests::test_generate_columns ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory_method_new ... ok
[INFO] [stdout] test codegen::factory::tests::test_factory_codegen_from_fails_on_invalid_input ... ok
[INFO] [stdout] test analysis::steps::tests::test_analysis_fails_explicitly_on_invalid_fields ... ok
[INFO] [stdout] test codegen::belongs_to::tests::test_no_belongs_to_generates_empty ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_set_foreign_key_impls ... ok
[INFO] [stdout] test codegen::from_row::tests::test_generate_from_row ... ok
[INFO] [stdout] test codegen::find::tests::test_find_with_single_primary_key ... ok
[INFO] [stdout] test codegen::factory::tests::test_generate_factory_relation_fields ... ok
[INFO] [stdout] test codegen::joinable::tests::test_no_belongs_to_generates_empty ... ok
[INFO] [stdout] test codegen::model::tests::test_generate_model_trait_with_soft_delete ... ok
[INFO] [stdout] test codegen::hard_delete::tests::test_a_basic_struct_derive_delete ... ok
[INFO] [stdout] test codegen::find::tests::test_find_with_composite_primary_key ... ok
[INFO] [stdout] test codegen::model::tests::test_generate_model_trait ... ok
[INFO] [stdout] test codegen::hard_delete::tests::test_composite_keys ... ok
[INFO] [stdout] test codegen::persist::tests::test_generate_persist_trait ... ok
[INFO] [stdout] test error::tests::test_crate_error_converts_to_syn_error ... ok
[INFO] [stdout] test codegen::has_many::tests::test_generate_has_many_method_without_alias ... ok
[INFO] [stdout] test codegen::persist::tests::test_generate_persist_trait_with_type_conversion ... ok
[INFO] [stdout] test codegen::has_many::tests::test_generate_has_many_methods ... ok
[INFO] [stdout] test test::tests::test_analysis_parses_mysql_backend ... ok
[INFO] [stdout] test test::tests::test_analysis_parses_multi_custom_name ... ok
[INFO] [stdout] test test::tests::test_analysis_parses_multi_backend ... ok
[INFO] [stdout] test test::tests::test_analysis_rejects_non_ident_pattern ... ok
[INFO] [stdout] test test::tests::test_analysis_parses_postgres_backend ... ok
[INFO] [stdout] test test::tests::test_analysis_rejects_missing_param ... ok
[INFO] [stdout] test test::tests::test_analysis_rejects_non_path_type ... ok
[INFO] [stdout] test test::tests::test_analysis_rejects_non_path_type_argument ... ok
[INFO] [stdout] test test::tests::test_analysis_parses_sqlite_backend ... ok
[INFO] [stdout] test test::tests::test_analysis_rejects_non_pool_type ... ok
[INFO] [stdout] test codegen::query::tests::test_generate_query_trait ... ok
[INFO] [stdout] test codegen::has_many_factory::tests::test_generate_deferred_factory_simple ... ok
[INFO] [stdout] test codegen::soft_delete::tests::test_a_basic_struct_derive_none ... ok
[INFO] [stdout] test test::tests::test_analysis_rejects_pool_without_angle_brackets ... ok
[INFO] [stdout] test test::tests::test_expand_test_rejects_attributes ... ok
[INFO] [stdout] test test::tests::test_find_workspace_root_from_subcrate ... ok
[INFO] [stdout] test codegen::has_many_factory::tests::test_generate_deferred_factory_aliased ... ok
[INFO] [stdout] test test::tests::test_analysis_rejects_self_param ... ok
[INFO] [stdout] test test::tests::test_expand_doctest_delegates_correctly ... ok
[INFO] [stdout] test test::tests::test_analysis_parses_qualified_path ... ok
[INFO] [stdout] test test::tests::test_generate_doctest ... ok
[INFO] [stdout] test test::tests::test_analysis_rejects_unsupported_backend ... ok
[INFO] [stdout] test test::tests::test_generate_postgres_test ... ok
[INFO] [stdout] test test::tests::test_doctest_rejects_non_sqlite_backend ... ok
[INFO] [stdout] test codegen::soft_delete::tests::test_a_struct_with_soft_delete_derive_soft_delete ... ok
[INFO] [stdout] test test::tests::test_doctest_rejects_multi_backend ... ok
[INFO] [stdout] test codegen::soft_delete::tests::test_composite_keys ... ok
[INFO] [stdout] test test::tests::test_expand_test_delegates_correctly ... ok
[INFO] [stdout] test test::tests::test_generate_mysql_test ... ok
[INFO] [stdout] test test::tests::test_generate_sqlite_test ... ok
[INFO] [stdout] test codegen::from_row::tests::test_generate_from_row_with_type_conversion ... ok
[INFO] [stdout] test test::tests::test_generate_multi_backend ... ok
[INFO] [stdout] test codegen::joinable::tests::test_generate_bidirectional_joinable_impls ... ok
[INFO] [stdout] test test::tests::test_find_workspace_root_panics_without_workspace - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-7b01d592193f8d8b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling atomic v0.6.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0938e8922bfda265 -C extra-filename=-3a6a320b855df2ad --out-dir /opt/rustwide/target/tests/trybuild/debug/deps -L dependency=/opt/rustwide/target/tests/trybuild/debug/deps --extern bytes=/opt/rustwide/target/tests/trybuild/debug/deps/libbytes-96d71ac26d82b75d.rmeta --extern libc=/opt/rustwide/target/tests/trybuild/debug/deps/liblibc-b014d67845e7b82b.rmeta --extern mio=/opt/rustwide/target/tests/trybuild/debug/deps/libmio-e493ea6e427ed619.rmeta --extern pin_project_lite=/opt/rustwide/target/tests/trybuild/debug/deps/libpin_project_lite-4ef12aa87e19efa2.rmeta --extern socket2=/opt/rustwide/target/tests/trybuild/debug/deps/libsocket2-0703b6fc03a2da4f.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=7b678117c92d1b67 -C extra-filename=-aa1e05803fa904d6 --out-dir /opt/rustwide/target/tests/trybuild/debug/deps -L dependency=/opt/rustwide/target/tests/trybuild/debug/deps --extern proc_macro2=/opt/rustwide/target/tests/trybuild/debug/deps/libproc_macro2-a92a5ca848e7f781.rmeta --extern quote=/opt/rustwide/target/tests/trybuild/debug/deps/libquote-bc9f1f4ad5bfe6fa.rmeta --extern unicode_ident=/opt/rustwide/target/tests/trybuild/debug/deps/libunicode_ident-ba6360e13c6e72f2.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: test failed, to rerun pass `-p ui-tests --test ui`
[INFO] [stdout] test ui ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ui stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'ui' (3250) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.112/src/run.rs:62:13:
[INFO] [stdout] tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6059786e3308 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6059786e3308 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6059786e3308 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6059786e3308 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6059786f983a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6059786f983a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6059786e8322 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6059786e8322 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6059786bf346 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6059786bf346 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6059786da889 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60597867386c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x60597867386c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6059786daa42 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6059786daa42 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6059786bf434 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x6059786b4309 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6059786c011d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6059786f9fcc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60597854f7f1 - <trybuild[a5d4b2e0e15d7639]::Runner>::run::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.112/src/run.rs:62:13
[INFO] [stdout]   20:     0x6059784884b8 - <core[8fb95b77d25ab6c8]::result::Result<(trybuild[a5d4b2e0e15d7639]::run::Project, trybuild[a5d4b2e0e15d7639]::flock::Lock), trybuild[a5d4b2e0e15d7639]::error::Error>>::unwrap_or_else::<<trybuild[a5d4b2e0e15d7639]::Runner>::run::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x60597843203f - <trybuild[a5d4b2e0e15d7639]::Runner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.112/src/run.rs:60:10
[INFO] [stdout]   22:     0x60597843dcb8 - <trybuild[a5d4b2e0e15d7639]::TestCases as core[8fb95b77d25ab6c8]::ops::drop::Drop>::drop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.112/src/lib.rs:342:38
[INFO] [stdout]   23:     0x60597842b3e7 - core[8fb95b77d25ab6c8]::ptr::drop_glue::<trybuild[a5d4b2e0e15d7639]::TestCases>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ptr/mod.rs:825:1
[INFO] [stdout]   24:     0x60597842b623 - ui[630536aa1eac357a]::ui
[INFO] [stdout]                                at /opt/rustwide/workdir/ui-tests/tests/ui.rs:9:1
[INFO] [stdout]   25:     0x60597842b547 - ui[630536aa1eac357a]::ui::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/ui-tests/tests/ui.rs:2:8
[INFO] [stdout]   26:     0x60597842bab6 - <ui[630536aa1eac357a]::ui::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x60597866694b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x60597866694b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x6059786741c5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x6059786741c5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x6059786741c5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x6059786741c5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x6059786741c5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x6059786741c5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x6059786741c5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x60597866dad4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x60597866dad4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x605978677242 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x605978677242 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x605978677242 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x605978677242 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x605978677242 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x605978677242 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x605978677242 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x6059786e26af - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   46:     0x6059786e26af - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x75afcbf2daa4 - <unknown>
[INFO] [stdout]   48:     0x75afcbfbaa64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ui
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 47.97s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b", kill_on_drop: false }`
[INFO] [stdout] 59439f6702f6719af266378ab0de7a98df149ba235c6fa6027f3a76bd9dd900b
