[INFO] cloning repository https://github.com/areif-dev/sqlx-axum-mvc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/areif-dev/sqlx-axum-mvc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fareif-dev%2Fsqlx-axum-mvc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fareif-dev%2Fsqlx-axum-mvc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cce6e10c02b18c77b55b866ca8574e77224e6784
[INFO] testing areif-dev/sqlx-axum-mvc against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fareif-dev%2Fsqlx-axum-mvc" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/areif-dev/sqlx-axum-mvc
[INFO] finished tweaking git repo https://github.com/areif-dev/sqlx-axum-mvc
[INFO] tweaked toml for git repo https://github.com/areif-dev/sqlx-axum-mvc written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/areif-dev/sqlx-axum-mvc on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/areif-dev/sqlx-axum-mvc 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_syscall v0.5.6
[INFO] [stderr]   Downloaded unicode-properties v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 046e62650f0e87f7201111157b1b7a005ab459967d0e54b1e05f7bb555f5b07e
[INFO] running `Command { std: "docker" "start" "-a" "046e62650f0e87f7201111157b1b7a005ab459967d0e54b1e05f7bb555f5b07e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "046e62650f0e87f7201111157b1b7a005ab459967d0e54b1e05f7bb555f5b07e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "046e62650f0e87f7201111157b1b7a005ab459967d0e54b1e05f7bb555f5b07e", kill_on_drop: false }`
[INFO] [stdout] 046e62650f0e87f7201111157b1b7a005ab459967d0e54b1e05f7bb555f5b07e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f34229b725c1ee39a7f0321ac76436a44d49d52a03718c38f0d19cad55d5a1d2
[INFO] running `Command { std: "docker" "start" "-a" "f34229b725c1ee39a7f0321ac76436a44d49d52a03718c38f0d19cad55d5a1d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling thiserror v2.0.9
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling tokio v1.47.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.9
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling sqlx-model v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] running `Command { std: "docker" "inspect" "f34229b725c1ee39a7f0321ac76436a44d49d52a03718c38f0d19cad55d5a1d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f34229b725c1ee39a7f0321ac76436a44d49d52a03718c38f0d19cad55d5a1d2", kill_on_drop: false }`
[INFO] [stdout] f34229b725c1ee39a7f0321ac76436a44d49d52a03718c38f0d19cad55d5a1d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0440ba2d4dec0882c44e58b522aee4d1a9dd3b96dc23724d29002fee5af86ad
[INFO] running `Command { std: "docker" "start" "-a" "e0440ba2d4dec0882c44e58b522aee4d1a9dd3b96dc23724d29002fee5af86ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling sqlx-model v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/sqlite.rs:588:19
[INFO] [stdout]     |
[INFO] [stdout] 588 |         SqlxError(sqlx::Error),
[INFO] [stdout]     |         --------- ^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 588 -         SqlxError(sqlx::Error),
[INFO] [stdout] 588 +         SqlxError(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/sqlite.rs:589:24
[INFO] [stdout]     |
[INFO] [stdout] 589 |         SerdeJsonError(serde_json::Error),
[INFO] [stdout]     |         -------------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 589 -         SerdeJsonError(serde_json::Error),
[INFO] [stdout] 589 +         SerdeJsonError(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.74s
[INFO] running `Command { std: "docker" "inspect" "e0440ba2d4dec0882c44e58b522aee4d1a9dd3b96dc23724d29002fee5af86ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0440ba2d4dec0882c44e58b522aee4d1a9dd3b96dc23724d29002fee5af86ad", kill_on_drop: false }`
[INFO] [stdout] e0440ba2d4dec0882c44e58b522aee4d1a9dd3b96dc23724d29002fee5af86ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9f716b5ec3cb4aec00cfab4476613aedb235739548b9e449806a0c548382b6b3
[INFO] running `Command { std: "docker" "start" "-a" "9f716b5ec3cb4aec00cfab4476613aedb235739548b9e449806a0c548382b6b3", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/sqlite.rs:588:19
[INFO] [stderr]     |
[INFO] [stderr] 588 |         SqlxError(sqlx::Error),
[INFO] [stderr]     |         --------- ^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 588 -         SqlxError(sqlx::Error),
[INFO] [stderr] 588 +         SqlxError(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/sqlite.rs:589:24
[INFO] [stderr]     |
[INFO] [stderr] 589 |         SerdeJsonError(serde_json::Error),
[INFO] [stderr]     |         -------------- ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 589 -         SerdeJsonError(serde_json::Error),
[INFO] [stderr] 589 +         SerdeJsonError(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `sqlx-model` (lib test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlx_model-815b9cdbdeeeba1b)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test sqlite::tests::test_create_table ... ok
[INFO] [stdout] test sqlite::tests::test_insert ... ok
[INFO] [stdout] test sqlite::tests::test_select_many ... ok
[INFO] [stdout] test sqlite::tests::test_select_one ... ok
[INFO] [stdout] test sqlite::tests::test_like ... ok
[INFO] [stdout] test tests::test_sanitize ... ok
[INFO] [stdout] test sqlite::tests::test_gt ... ok
[INFO] [stdout] test sqlite::tests::test_lt ... ok
[INFO] [stdout] test sqlite::tests::test_le ... ok
[INFO] [stdout] test sqlite::tests::test_ne ... ok
[INFO] [stdout] test sqlite::tests::test_ge ... ok
[INFO] [stdout] test sqlite::tests::test_delete ... ok
[INFO] [stdout] test sqlite::tests::test_upsert ... ok
[INFO] [stderr]    Doc-tests sqlx_model
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - sanitize_name (line 20) ... ok
[INFO] [stdout] test src/sqlite.rs - sqlite::QueryBuilder<M>::eq (line 119) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/sqlite.rs - sqlite::QueryBuilder<M>::eq (line 119) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/sqlite.rs:60:78:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: SqlxError(Database(SqliteError { code: 1, message: "no such table: TestModel" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a4492b53fd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a4492b53fd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a4492b53fd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5a4492b53fd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5a4492b76503 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5a4492b76503 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5a4492b51523 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5a4492b51523 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5a4492b53e22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5a4492b55043 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5a4492b54e25 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x5a4492b55a55 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x5a4492b557ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x5a4492b544d9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5a4492b5547d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x5a4492b74220 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5a4492b746e6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x5a44927f3651 - rust_out::main::{{closure}}::h4e16b051961b29e4
[INFO] [stdout]   18:     0x5a44927d9a46 - <core::pin::Pin<P> as core::future::future::Future>::poll::h55b3798bf83be589
[INFO] [stdout]   19:     0x5a44927c3af6 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h5a2cd87f456eaafb
[INFO] [stdout]   20:     0x5a44927c3246 - tokio::runtime::park::CachedParkThread::block_on::h869059a733a4fa70
[INFO] [stdout]   21:     0x5a44927d2b8b - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h51b6bfb6769f76ec
[INFO] [stdout]   22:     0x5a44927d3271 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h007359bc547c9c1e
[INFO] [stdout]   23:     0x5a44927d1fc2 - tokio::runtime::context::runtime::enter_runtime::h10f289474724853b
[INFO] [stdout]   24:     0x5a44927d325d - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::he41d25c2c6d2283d
[INFO] [stdout]   25:     0x5a44927d2efd - tokio::runtime::runtime::Runtime::block_on_inner::hbdd4d5e4ec3b7b3c
[INFO] [stdout]   26:     0x5a44927d31b3 - tokio::runtime::runtime::Runtime::block_on::h494f9d8c6601269d
[INFO] [stdout]   27:     0x5a44927f2ffb - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   28:     0x5a44927b7ec3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   29:     0x5a44927b3c86 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   30:     0x5a44927b3c69 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   31:     0x5a4492b4bcb0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   32:     0x5a4492b4bcb0 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   33:     0x5a4492b4bcb0 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x5a4492b4bcb0 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5a4492b4bcb0 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   36:     0x5a4492b4bcb0 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x5a4492b4bcb0 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x5a4492b4bcb0 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5a4492b4bcb0 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   40:     0x5a44927b3c51 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   41:     0x5a44927f3755 - main
[INFO] [stdout]   42:     0x771fd908f1ca - <unknown>
[INFO] [stdout]   43:     0x771fd908f28b - __libc_start_main
[INFO] [stdout]   44:     0x5a44927acb45 - _start
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/sqlite.rs - sqlite::QueryBuilder<M>::eq (line 119)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.36s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9f716b5ec3cb4aec00cfab4476613aedb235739548b9e449806a0c548382b6b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f716b5ec3cb4aec00cfab4476613aedb235739548b9e449806a0c548382b6b3", kill_on_drop: false }`
[INFO] [stdout] 9f716b5ec3cb4aec00cfab4476613aedb235739548b9e449806a0c548382b6b3
