[INFO] cloning repository https://github.com/umajho/mod_template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/umajho/mod_template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumajho%2Fmod_template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumajho%2Fmod_template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 890b3d8d7ce061d1860190c5e87b9f1e701e7de2
[INFO] testing umajho/mod_template against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumajho%2Fmod_template" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/umajho/mod_template
[INFO] finished tweaking git repo https://github.com/umajho/mod_template
[INFO] tweaked toml for git repo https://github.com/umajho/mod_template written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/umajho/mod_template on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/umajho/mod_template 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-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99918555b5d68adafa499b187a446442c5cf9d79b841d4ffcc5747d832c79dfc
[INFO] running `Command { std: "docker" "start" "-a" "99918555b5d68adafa499b187a446442c5cf9d79b841d4ffcc5747d832c79dfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99918555b5d68adafa499b187a446442c5cf9d79b841d4ffcc5747d832c79dfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99918555b5d68adafa499b187a446442c5cf9d79b841d4ffcc5747d832c79dfc", kill_on_drop: false }`
[INFO] [stdout] 99918555b5d68adafa499b187a446442c5cf9d79b841d4ffcc5747d832c79dfc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 77660d67d5351944b2cd3deee05f4d79f538b35671844411050658c205f1bc0e
[INFO] running `Command { std: "docker" "start" "-a" "77660d67d5351944b2cd3deee05f4d79f538b35671844411050658c205f1bc0e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling mod_template_macros v0.3.0 (/opt/rustwide/workdir/mod_template_macros)
[INFO] [stdout] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stdout]   --> mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mod_template v0.3.0 (/opt/rustwide/workdir/mod_template)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.36s
[INFO] running `Command { std: "docker" "inspect" "77660d67d5351944b2cd3deee05f4d79f538b35671844411050658c205f1bc0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77660d67d5351944b2cd3deee05f4d79f538b35671844411050658c205f1bc0e", kill_on_drop: false }`
[INFO] [stdout] 77660d67d5351944b2cd3deee05f4d79f538b35671844411050658c205f1bc0e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33ac5f44927b78a23a1ef20d019405bf64a8445cb0eba674c4126d77595dabee
[INFO] running `Command { std: "docker" "start" "-a" "33ac5f44927b78a23a1ef20d019405bf64a8445cb0eba674c4126d77595dabee", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling zerocopy v0.7.30
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling unicode-bidi v0.3.14
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling cpufeatures v0.2.11
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling crc v3.0.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling tokio v1.35.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling futures-executor v0.3.29
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling mod_template_macros v0.3.0 (/opt/rustwide/workdir/mod_template_macros)
[INFO] [stdout] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stdout]   --> mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling atomic-write-file v0.1.2
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling tempfile v3.8.1
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling trybuild v1.0.85
[INFO] [stderr]    Compiling basic-toml v0.1.7
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling mod_template v0.3.0 (/opt/rustwide/workdir/mod_template)
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling termcolor v1.4.0
[INFO] [stderr]    Compiling typed-builder-macro v0.18.0
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling typed-builder v0.18.0
[INFO] [stdout] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stdout]   --> mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sqlx-core v0.7.3
[INFO] [stderr]    Compiling sqlx-sqlite v0.7.3
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.3
[INFO] [stderr]    Compiling sqlx-macros v0.7.3
[INFO] [stderr]    Compiling sqlx v0.7.3
[INFO] [stderr]    Compiling ui_tests v0.3.0 (/opt/rustwide/workdir/ui_tests)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 55s
[INFO] running `Command { std: "docker" "inspect" "33ac5f44927b78a23a1ef20d019405bf64a8445cb0eba674c4126d77595dabee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33ac5f44927b78a23a1ef20d019405bf64a8445cb0eba674c4126d77595dabee", kill_on_drop: false }`
[INFO] [stdout] 33ac5f44927b78a23a1ef20d019405bf64a8445cb0eba674c4126d77595dabee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5980113764ab00a7e65363e56527c70bf655e2db13ddbaac74fc1b65be41d0d3
[INFO] running `Command { std: "docker" "start" "-a" "5980113764ab00a7e65363e56527c70bf655e2db13ddbaac74fc1b65be41d0d3", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stderr]   --> mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `mod_template_macros` (lib) generated 1 warning (run `cargo fix --lib -p mod_template_macros` to apply 1 suggestion)
[INFO] [stderr] warning: `mod_template_macros` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mod_template-99e434a8c2f31e4b)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mod_template_macros-09053dc4bf916552)
[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] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options::attribute_substitution_declaration::tests::basic ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options::construction_declaration::tests::empty ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options::attribute_substitution_declaration::tests::empty ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options::tests::no_attribute_substitutions_and_with_no_parameters_in_constructions ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options::tests::basic ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options::tests::no_constructions_and_without_trailing_comma ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options::tests::only_mod_header ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options_pair::utils::tests::it_works ... ok
[INFO] [stdout] test attributes::define::attribute_options::tests::basic ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options_pair::tests::basic ... ok
[INFO] [stdout] test attributes::define::attribute_options::tests::macro_2_with_pub ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::tests::basic ... ok
[INFO] [stdout] test attributes::construct::tests::basic ... ok
[INFO] [stdout] test attributes::construct::tests::empty ... ok
[INFO] [stdout] test attributes::define::attribute_options::tests::macro_rules_with_an_attribute ... ok
[INFO] [stdout] test attributes::define::attribute_options::tests::no_attribute_substitutions_and_with_no_parameters_in_constructions ... ok
[INFO] [stdout] test attributes::define::attribute_options::tests::no_constructions_and_without_trailing_comma ... ok
[INFO] [stdout] test attributes::define::attribute_options::tests::only_mbe_header ... ok
[INFO] [stdout] test attributes::define::tests::basic ... ok
[INFO] [stdout] test attributes::extend_parameter_list::tests::basic ... ok
[INFO] [stdout] test attributes::extend_parameter_list::tests::as_is ... ok
[INFO] [stdout] test utils::substitute_attributes::tests::errors::multiple ... ok
[INFO] [stdout] test utils::substitute_attributes::tests::basic ... ok
[INFO] [stdout] test utils::substitute_attributes::tests::errors::single ... ok
[INFO] [stdout] test attributes::__monomorphize_mod::attribute_options::construction_declaration::tests::basic ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/1_1-construct.rs (/opt/rustwide/target/debug/deps/1_1_construct-96fa52b6a33e589a)
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_one_adds_three ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/1_2-extend-parameter-list.rs (/opt/rustwide/target/debug/deps/1_2_extend_parameter_list-cf401ac8c772fc74)
[INFO] [stdout] running 2 tests
[INFO] [stderr]      Running tests/1_3-standalone-together.rs (/opt/rustwide/target/debug/deps/1_3_standalone_together-e84290a8096d4f28)
[INFO] [stdout] test test_abs ... ok
[INFO] [stderr]      Running tests/2_1-basic.rs (/opt/rustwide/target/debug/deps/2_1_basic-19e6db58566d25e3)
[INFO] [stdout] test test_add ... ok
[INFO] [stderr]      Running tests/_try_build.rs (/opt/rustwide/target/debug/deps/_try_build-f2e95a35a2ae33e3)
[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] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_add_two_a ... ok
[INFO] [stdout] test test_add_two_b ... 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] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test builtin_sumer_test_suite::it_works ... ok
[INFO] [stdout] test functional_sumer_test_suite::it_works ... ok
[INFO] [stdout] test imperative_sumer_test_suite::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling zerocopy v0.7.30
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.14
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling tokio v1.35.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling cpufeatures v0.2.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crc v3.0.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stdout] test ui has been running for over 60 seconds
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling futures-executor v0.3.29
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling atomic-write-file v0.1.2
[INFO] [stderr]    Compiling tempfile v3.8.1
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling mod_template_macros v0.3.0 (/opt/rustwide/workdir/mod_template_macros)
[INFO] [stderr] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stderr]   --> /opt/rustwide/workdir/mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr] warning: `mod_template_macros` (lib) generated 1 warning (run `cargo fix --lib -p mod_template_macros` to apply 1 suggestion)
[INFO] [stderr]    Compiling mod_template v0.3.0 (/opt/rustwide/workdir/mod_template)
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling sqlx-core v0.7.3
[INFO] [stderr]    Compiling sqlx-sqlite v0.7.3
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.3
[INFO] [stderr]    Compiling sqlx-macros v0.7.3
[INFO] [stderr]    Compiling sqlx v0.7.3
[INFO] [stderr]    Compiling ui_tests-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/ui_tests)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] test ./tests/1_2-extend-parameter-list.rs [should pass] ... ok
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stderr]   --> /opt/rustwide/workdir/mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test ./tests/2_1-basic.rs [should pass] ... ok
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stderr]   --> /opt/rustwide/workdir/mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test ./tests/1_1-construct.rs [should pass] ... ok
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stderr]   --> /opt/rustwide/workdir/mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test ./tests/x-sqlx.rs [should pass] ... ok
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stderr]   --> /opt/rustwide/workdir/mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test ./tests/1_3-standalone-together.rs [should pass] ... ok
[INFO] [stderr] 
[INFO] [stderr] STDERR:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] warning: unused imports: `AttributeSubstitutionDeclaration` and `ConstructionDeclaration`
[INFO] [stderr]   --> /opt/rustwide/workdir/mod_template_macros/src/attributes/define/mod.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     AttributeOptions, AttributeSubstitutionDeclaration, ConstructionDeclaration,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] test tests/should-fail/1_1-standalone-only-fn.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/should-fail/2_1-bare.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/should-fail/2_2-top-mod-bad-name.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/should-fail/2_3-unknown-target-names.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/should-fail/2_4-bad-construct.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/should-fail/2_5-top-mod-attributes-below.rs [should fail to compile] ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test ui ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 167.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/x-sqlx.rs (/opt/rustwide/target/debug/deps/x_sqlx-0fb4532a586e0449)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test in_memory_store_test_suite::it_works ... ok
[INFO] [stdout] test sqlite_store_test_suite::it_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- sqlite_store_test_suite::it_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sqlite_store_test_suite::it_works' (3133) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.7.3/src/testing/mod.rs:44:14:
[INFO] [stdout] failed to create folders: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55d541a42d9a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55d541a42d9a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55d541a42d9a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55d541a42d9a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55d541a58c8a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55d541a58c8a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x55d541a47762 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55d541a47762 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x55d541a20c1f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55d541a20c1f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55d541a3ae99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55d541983c4c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x55d541983c4c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55d541a3b112 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x55d541a3b112 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55d541a20cd8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55d541a18569 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55d541a219ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55d541a5956c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55d541a592e2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55d5419f6c7c - core::result::Result<T,E>::expect::h223479599ffc4425
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x55d54174ec4a - sqlx_sqlite::testing::test_context::{{closure}}::h1213ffb21cdcbaf9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.7.3/src/testing/mod.rs:44:14
[INFO] [stdout]   22:     0x55d54174f388 - sqlx_sqlite::testing::<impl sqlx_core::testing::TestSupport for sqlx_sqlite::database::Sqlite>::test_context::{{closure}}::h22c3c8ccdc8ca49c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.7.3/src/testing/mod.rs:15:42
[INFO] [stdout]   23:     0x55d54169babf - <core::pin::Pin<P> as core::future::future::Future>::poll::hc68ef6687a370865
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55d541694192 - sqlx_core::testing::run_test::{{closure}}::hcb7681f19296a254
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.3/src/testing/mod.rs:212:14
[INFO] [stdout]   25:     0x55d54169bb5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hf32d72481881dd41
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x55d54168212d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h432f22a290c3f6e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   27:     0x55d54168207b - tokio::runtime::coop::with_budget::h56e00c99e9724455
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   28:     0x55d54168207b - tokio::runtime::coop::budget::h55bd52fc75d5d9ad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   29:     0x55d54168207b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hfc1804e179966350
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   30:     0x55d54167f1b0 - tokio::runtime::scheduler::current_thread::Context::enter::h9e9ec39bd2323af1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   31:     0x55d54168159d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hb6ca286142ff3d06
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   32:     0x55d541680774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3db10b70bc23beaf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   33:     0x55d54168d1ab - tokio::runtime::context::scoped::Scoped<T>::set::h99fedf6581423c33
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   34:     0x55d5416a7469 - tokio::runtime::context::set_scheduler::{{closure}}::hfd7500b747a65038
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context.rs:176:38
[INFO] [stdout]   35:     0x55d5416a1412 - std::thread::local::LocalKey<T>::try_with::h8d3c9f2c202188e3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   36:     0x55d5416a0e3e - std::thread::local::LocalKey<T>::with::h27a6b2c27fe28bee
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   37:     0x55d5416a739d - tokio::runtime::context::set_scheduler::h164a1509e6f064ac
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context.rs:176:17
[INFO] [stdout]   38:     0x55d541680520 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h1a95c8353ac8e056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   39:     0x55d541680857 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hf3c5a6d477dfe5b2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   40:     0x55d54167e3b6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h8c4c98778119010d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   41:     0x55d5416a7885 - tokio::runtime::context::runtime::enter_runtime::hfb12c729d185b088
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   42:     0x55d54167e2d6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h2e5c88df5718c9dd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   43:     0x55d541691932 - tokio::runtime::runtime::Runtime::block_on::he429b84cede15aff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.35.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   44:     0x55d54169884d - sqlx_core::rt::test_block_on::hf7c3300d46f3a871
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.3/src/rt/mod.rs:123:14
[INFO] [stdout]   45:     0x55d541693f4e - sqlx_core::testing::run_test::hf51c9a629490a0a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.3/src/testing/mod.rs:210:5
[INFO] [stdout]   46:     0x55d541693666 - sqlx_core::testing::run_test_with_pool::h28b733dedc5762dd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.3/src/testing/mod.rs:181:5
[INFO] [stdout]   47:     0x55d54168e28a - <fn(sqlx_core::pool::Pool<DB>) .> Fut as sqlx_core::testing::TestFn>::run_test::hbfb3914d4043b860
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.3/src/testing/mod.rs:84:9
[INFO] [stdout]   48:     0x55d541691a3a - x_sqlx::sqlite_store_test_suite::it_works::hb858564fd2c9c387
[INFO] [stdout]                                at /opt/rustwide/workdir/ui_tests/tests/x-sqlx.rs:100:17
[INFO] [stdout]   49:     0x55d541691a57 - x_sqlx::sqlite_store_test_suite::it_works::{{closure}}::hc633c41f9b3c5f7b
[INFO] [stdout]                                at /opt/rustwide/workdir/ui_tests/tests/x-sqlx.rs:100:32
[INFO] [stdout]   50:     0x55d541675af6 - core::ops::function::FnOnce::call_once::h99f0150202ab7799
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x55d541977d2b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x55d541977d2b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   53:     0x55d54198471b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   54:     0x55d54198471b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x55d54198471b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x55d54198471b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x55d54198471b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x55d54198471b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   59:     0x55d54198471b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   60:     0x55d54197fe34 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   61:     0x55d54197fe34 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   62:     0x55d541987322 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   63:     0x55d541987322 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x55d541987322 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   65:     0x55d541987322 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   66:     0x55d541987322 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x55d541987322 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   68:     0x55d541987322 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x55d541a4266f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   70:     0x55d541a4266f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   71:     0x7a8f1a2f9aa4 - <unknown>
[INFO] [stdout]   72:     0x7a8f1a386a64 - clone
[INFO] [stdout]   73:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     sqlite_store_test_suite::it_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p ui_tests --test x-sqlx`
[INFO] running `Command { std: "docker" "inspect" "5980113764ab00a7e65363e56527c70bf655e2db13ddbaac74fc1b65be41d0d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5980113764ab00a7e65363e56527c70bf655e2db13ddbaac74fc1b65be41d0d3", kill_on_drop: false }`
[INFO] [stdout] 5980113764ab00a7e65363e56527c70bf655e2db13ddbaac74fc1b65be41d0d3
