[INFO] cloning repository https://github.com/ivanceras/old-rustorm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ivanceras/old-rustorm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivanceras%2Fold-rustorm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivanceras%2Fold-rustorm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] afc29b9edb9eee1fc805d07237549a0bc7d4ee77
[INFO] documenting ivanceras/old-rustorm 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%2Fivanceras%2Fold-rustorm" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ivanceras/old-rustorm
[INFO] finished tweaking git repo https://github.com/ivanceras/old-rustorm
[INFO] tweaked toml for git repo https://github.com/ivanceras/old-rustorm written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ivanceras/old-rustorm 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/ivanceras/old-rustorm 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] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `libsqlite3-sys`.
[INFO] [stderr]     ... required by package `rusqlite v0.11.0`
[INFO] [stderr]     ... which satisfies dependency `rusqlite = "^0.11"` (locked to 0.11.0) of package `r2d2_sqlite v0.1.4`
[INFO] [stderr]     ... which satisfies dependency `r2d2_sqlite = "^0.1"` (locked to 0.1.4) of package `rustorm v0.7.0 (/workspace/builds/worker-0-tc1/source)`
[INFO] [stderr] versions that meet the requirements `^0.8` (locked to 0.8.0) are: 0.8.0
[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.7.1`
[INFO] [stderr]     ... which satisfies dependency `libsqlite3-sys = "^0.7"` (locked to 0.7.1) of package `rusqlite v0.10.1`
[INFO] [stderr]     ... which satisfies dependency `rusqlite = "^0.10"` (locked to 0.10.1) of package `rustorm v0.7.0 (/workspace/builds/worker-0-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

warning: no edition set: defaulting to the 2015 edition while the latest is 2024
    Blocking waiting for file lock on package cache
    Updating crates.io index
error: failed to select a version for `libsqlite3-sys`.
    ... required by package `rusqlite v0.11.0`
    ... which satisfies dependency `rusqlite = "^0.11"` (locked to 0.11.0) of package `r2d2_sqlite v0.1.4`
    ... which satisfies dependency `r2d2_sqlite = "^0.1"` (locked to 0.1.4) of package `rustorm v0.7.0 (/workspace/builds/worker-0-tc1/source)`
versions that meet the requirements `^0.8` (locked to 0.8.0) are: 0.8.0

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.7.1`
    ... which satisfies dependency `libsqlite3-sys = "^0.7"` (locked to 0.7.1) of package `rusqlite v0.10.1`
    ... which satisfies dependency `rusqlite = "^0.10"` (locked to 0.10.1) of package `rustorm v0.7.0 (/workspace/builds/worker-0-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