[INFO] cloning repository https://github.com/07CalC/rustodo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/07CalC/rustodo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F07CalC%2Frustodo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F07CalC%2Frustodo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4956b9a591f0df8d8ddfa12e02b4c5181c04adcc
[INFO] checking 07CalC/rustodo against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F07CalC%2Frustodo" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/07CalC/rustodo on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/07CalC/rustodo
[INFO] finished tweaking git repo https://github.com/07CalC/rustodo
[INFO] tweaked toml for git repo https://github.com/07CalC/rustodo written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/07CalC/rustodo 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `sqlite3-src`.
[INFO] [stderr]     ... required by package `sqlite3-sys v0.17.0`
[INFO] [stderr]     ... which satisfies dependency `sqlite3-sys = "^0.17"` of package `sqlite v0.36.2`
[INFO] [stderr]     ... which satisfies dependency `sqlite = "^0.36.2"` of package `rustodo v0.1.0 (/workspace/builds/worker-3-tc1/source)`
[INFO] [stderr] versions that meet the requirements `^0.6` are: 0.6.1, 0.6.0
[INFO] [stderr] 
[INFO] [stderr] package `sqlite3-src` 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.32.0`
[INFO] [stderr]     ... which satisfies dependency `libsqlite3-sys = "^0.32.0"` of package `rusqlite v0.34.0`
[INFO] [stderr]     ... which satisfies dependency `rusqlite = "^0.34.0"` of package `rustodo v0.1.0 (/workspace/builds/worker-3-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 `sqlite3-src` which could resolve this conflict


command failed: exit status: 101

    Updating crates.io index
error: failed to select a version for `sqlite3-src`.
    ... required by package `sqlite3-sys v0.17.0`
    ... which satisfies dependency `sqlite3-sys = "^0.17"` of package `sqlite v0.36.2`
    ... which satisfies dependency `sqlite = "^0.36.2"` of package `rustodo v0.1.0 (/workspace/builds/worker-3-tc1/source)`
versions that meet the requirements `^0.6` are: 0.6.1, 0.6.0

package `sqlite3-src` links to the native library `sqlite3`, but it conflicts with a previous package which links to `sqlite3` as well:
package `libsqlite3-sys v0.32.0`
    ... which satisfies dependency `libsqlite3-sys = "^0.32.0"` of package `rusqlite v0.34.0`
    ... which satisfies dependency `rusqlite = "^0.34.0"` of package `rustodo v0.1.0 (/workspace/builds/worker-3-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 `sqlite3-src` which could resolve this conflict