[INFO] cloning repository https://github.com/0xc0deface/cargo_workspace_issue
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xc0deface/cargo_workspace_issue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xc0deface%2Fcargo_workspace_issue", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xc0deface%2Fcargo_workspace_issue'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dcfd57ced37bdf5ba2c62c6a610c72a95a565cde
[INFO] checking 0xc0deface/cargo_workspace_issue against master#c8551d3c63c51f290cf1dc9dc4714249ea849fd1 for pr-148946
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xc0deface%2Fcargo_workspace_issue" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xc0deface/cargo_workspace_issue
[INFO] finished tweaking git repo https://github.com/0xc0deface/cargo_workspace_issue
[INFO] tweaked toml for git repo https://github.com/0xc0deface/cargo_workspace_issue written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xc0deface/cargo_workspace_issue on toolchain c8551d3c63c51f290cf1dc9dc4714249ea849fd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xc0deface/cargo_workspace_issue 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" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "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.12.0`
[INFO] [stderr]     ... which satisfies dependency `sqlite3-sys = "^0.12"` (locked to 0.12.0) of package `sqlite v0.25.3`
[INFO] [stderr]     ... which satisfies dependency `sqlite = "^0.25.3"` (locked to 0.25.3) of package `lib2 v0.1.0 (/workspace/builds/worker-4-tc1/source/lib2)`
[INFO] [stderr]     ... which satisfies path dependency `lib2` (locked to 0.1.0) of package `lib1 v0.1.0 (/workspace/builds/worker-4-tc1/source/lib1)`
[INFO] [stderr] versions that meet the requirements `^0.2` (locked to 0.2.12) are: 0.2.12
[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.9.1`
[INFO] [stderr]     ... which satisfies dependency `libsqlite3-sys = ">=0.8.0, <0.19.0"` (locked to 0.9.1) of package `diesel v1.4.5`
[INFO] [stderr]     ... which satisfies dependency `diesel = "^1.4.5"` (locked to 1.4.5) of package `lib1 v0.1.0 (/workspace/builds/worker-4-tc1/source/lib1)`
[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.12.0`
    ... which satisfies dependency `sqlite3-sys = "^0.12"` (locked to 0.12.0) of package `sqlite v0.25.3`
    ... which satisfies dependency `sqlite = "^0.25.3"` (locked to 0.25.3) of package `lib2 v0.1.0 (/workspace/builds/worker-4-tc1/source/lib2)`
    ... which satisfies path dependency `lib2` (locked to 0.1.0) of package `lib1 v0.1.0 (/workspace/builds/worker-4-tc1/source/lib1)`
versions that meet the requirements `^0.2` (locked to 0.2.12) are: 0.2.12

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.9.1`
    ... which satisfies dependency `libsqlite3-sys = ">=0.8.0, <0.19.0"` (locked to 0.9.1) of package `diesel v1.4.5`
    ... which satisfies dependency `diesel = "^1.4.5"` (locked to 1.4.5) of package `lib1 v0.1.0 (/workspace/builds/worker-4-tc1/source/lib1)`
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