[INFO] cloning repository https://github.com/LCrossman/christmas-code-hunt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LCrossman/christmas-code-hunt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLCrossman%2Fchristmas-code-hunt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLCrossman%2Fchristmas-code-hunt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9884b6bc92fb0abfa0d62d912d02dfb370d4d8ab
[INFO] documenting LCrossman/christmas-code-hunt against 1.90.0 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLCrossman%2Fchristmas-code-hunt" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LCrossman/christmas-code-hunt
[INFO] finished tweaking git repo https://github.com/LCrossman/christmas-code-hunt
[INFO] tweaked toml for git repo https://github.com/LCrossman/christmas-code-hunt written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LCrossman/christmas-code-hunt 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/LCrossman/christmas-code-hunt 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]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `libsqlite3-sys`.
[INFO] [stderr]     ... required by package `sqlx-sqlite v0.8.1`
[INFO] [stderr]     ... which satisfies dependency `sqlx-sqlite = "=0.8.1"` of package `sqlx v0.8.1`
[INFO] [stderr]     ... which satisfies dependency `sqlx = "^0.8.1"` of package `cch23-rustyclause12 v0.1.0 (/workspace/builds/worker-5-tc1/source)`
[INFO] [stderr] versions that meet the requirements `^0.30.1` are: 0.30.1
[INFO] [stderr] 
[INFO] [stderr] package `libsqlite3-sys` links to the native library `sqlite3`, but it conflicts with a previous package which links to `sqlite3` as well:
[INFO] [stderr] package `libsqlite3-sys v0.26.0`
[INFO] [stderr]     ... which satisfies dependency `libsqlite3-sys = "^0.26.0"` of package `sqlx-sqlite v0.7.1`
[INFO] [stderr]     ... which satisfies dependency `sqlx-sqlite = "=0.7.1"` of package `sqlx v0.7.1`
[INFO] [stderr]     ... which satisfies dependency `sqlx = "^0.7.1"` of package `shuttle-shared-db v0.42.0`
[INFO] [stderr]     ... which satisfies dependency `shuttle-shared-db = "^0.42.0"` of package `cch23-rustyclause12 v0.1.0 (/workspace/builds/worker-5-tc1/source)`
[INFO] [stderr] Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "sqlite3"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `libsqlite3-sys` which could resolve this conflict


command failed: exit status: 101

    Updating crates.io index
error: failed to select a version for `libsqlite3-sys`.
    ... required by package `sqlx-sqlite v0.8.1`
    ... which satisfies dependency `sqlx-sqlite = "=0.8.1"` of package `sqlx v0.8.1`
    ... which satisfies dependency `sqlx = "^0.8.1"` of package `cch23-rustyclause12 v0.1.0 (/workspace/builds/worker-5-tc1/source)`
versions that meet the requirements `^0.30.1` are: 0.30.1

package `libsqlite3-sys` links to the native library `sqlite3`, but it conflicts with a previous package which links to `sqlite3` as well:
package `libsqlite3-sys v0.26.0`
    ... which satisfies dependency `libsqlite3-sys = "^0.26.0"` of package `sqlx-sqlite v0.7.1`
    ... which satisfies dependency `sqlx-sqlite = "=0.7.1"` of package `sqlx v0.7.1`
    ... which satisfies dependency `sqlx = "^0.7.1"` of package `shuttle-shared-db v0.42.0`
    ... which satisfies dependency `shuttle-shared-db = "^0.42.0"` of package `cch23-rustyclause12 v0.1.0 (/workspace/builds/worker-5-tc1/source)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "sqlite3"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `libsqlite3-sys` which could resolve this conflict