[INFO] cloning repository https://github.com/Adesoji1/rust-llama3-onnx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Adesoji1/rust-llama3-onnx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdesoji1%2Frust-llama3-onnx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdesoji1%2Frust-llama3-onnx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6cff8ed2df8d786820fbe6a3c288a9cee7c96c58
[INFO] checking Adesoji1/rust-llama3-onnx against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdesoji1%2Frust-llama3-onnx" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  66% (1430/2140)
Updating files:  67% (1434/2140)
Updating files:  68% (1456/2140)
Updating files:  69% (1477/2140)
Updating files:  70% (1498/2140)
Updating files:  71% (1520/2140)
Updating files:  72% (1541/2140)
Updating files:  73% (1563/2140)
Updating files:  74% (1584/2140)
Updating files:  75% (1605/2140)
Updating files:  76% (1627/2140)
Updating files:  77% (1648/2140)
Updating files:  78% (1670/2140)
Updating files:  78% (1677/2140)
Updating files:  79% (1691/2140)
Updating files:  80% (1712/2140)
Updating files:  81% (1734/2140)
Updating files:  82% (1755/2140)
Updating files:  83% (1777/2140)
Updating files:  84% (1798/2140)
Updating files:  85% (1819/2140)
Updating files:  85% (1826/2140)
Updating files:  86% (1841/2140)
Updating files:  87% (1862/2140)
Updating files:  88% (1884/2140)
Updating files:  89% (1905/2140)
Updating files:  90% (1926/2140)
Updating files:  91% (1948/2140)
Updating files:  92% (1969/2140)
Updating files:  93% (1991/2140)
Updating files:  94% (2012/2140)
Updating files:  95% (2033/2140)
Updating files:  96% (2055/2140)
Updating files:  97% (2076/2140)
Updating files:  98% (2098/2140)
Updating files:  99% (2119/2140)
Updating files: 100% (2140/2140)
Updating files: 100% (2140/2140), done.
[INFO] started tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] finished tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] tweaked toml for git repo https://github.com/Adesoji1/rust-llama3-onnx written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Adesoji1/rust-llama3-onnx on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Adesoji1/rust-llama3-onnx 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.author
[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 `openssl-sys`.
[INFO] [stderr]     ... required by package `openssl v0.7.14`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.7.0"` (locked to 0.7.14) of package `cookie v0.2.5`
[INFO] [stderr]     ... which satisfies dependency `cookie = "^0.2"` (locked to 0.2.5) of package `session v0.1.8`
[INFO] [stderr]     ... which satisfies dependency `session = "^0.1.8"` (locked to 0.1.8) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/source)`
[INFO] [stderr] versions that meet the requirements `^0.7.14` (locked to 0.7.17) are: 0.7.17
[INFO] [stderr] 
[INFO] [stderr] package `openssl-sys` links to the native library `openssl`, but it conflicts with a previous package which links to `openssl` as well:
[INFO] [stderr] package `openssl-sys v0.9.102`
[INFO] [stderr]     ... which satisfies dependency `ffi = "^0.9.100"` (locked to 0.9.102) of package `openssl v0.10.64`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.10.64"` (locked to 0.10.64) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/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 = "openssl"` 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 `openssl-sys` which could resolve this conflict
[INFO] checking Adesoji1/rust-llama3-onnx against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdesoji1%2Frust-llama3-onnx" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  62% (1346/2140)
Updating files:  63% (1349/2140)
Updating files:  64% (1370/2140)
Updating files:  65% (1391/2140)
Updating files:  66% (1413/2140)
Updating files:  67% (1434/2140)
Updating files:  68% (1456/2140)
Updating files:  69% (1477/2140)
Updating files:  70% (1498/2140)
Updating files:  71% (1520/2140)
Updating files:  72% (1541/2140)
Updating files:  73% (1563/2140)
Updating files:  74% (1584/2140)
Updating files:  74% (1592/2140)
Updating files:  75% (1605/2140)
Updating files:  76% (1627/2140)
Updating files:  77% (1648/2140)
Updating files:  78% (1670/2140)
Updating files:  79% (1691/2140)
Updating files:  79% (1701/2140)
Updating files:  80% (1712/2140)
Updating files:  81% (1734/2140)
Updating files:  81% (1744/2140)
Updating files:  82% (1755/2140)
Updating files:  83% (1777/2140)
Updating files:  84% (1798/2140)
Updating files:  85% (1819/2140)
Updating files:  86% (1841/2140)
Updating files:  86% (1860/2140)
Updating files:  87% (1862/2140)
Updating files:  88% (1884/2140)
Updating files:  89% (1905/2140)
Updating files:  90% (1926/2140)
Updating files:  91% (1948/2140)
Updating files:  92% (1969/2140)
Updating files:  93% (1991/2140)
Updating files:  94% (2012/2140)
Updating files:  95% (2033/2140)
Updating files:  96% (2055/2140)
Updating files:  97% (2076/2140)
Updating files:  98% (2098/2140)
Updating files:  99% (2119/2140)
Updating files: 100% (2140/2140)
Updating files: 100% (2140/2140), done.
[INFO] started tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] finished tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] tweaked toml for git repo https://github.com/Adesoji1/rust-llama3-onnx written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Adesoji1/rust-llama3-onnx on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Adesoji1/rust-llama3-onnx 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.author
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `openssl-sys`.
[INFO] [stderr]     ... required by package `openssl v0.7.14`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.7.0"` (locked to 0.7.14) of package `cookie v0.2.5`
[INFO] [stderr]     ... which satisfies dependency `cookie = "^0.2"` (locked to 0.2.5) of package `session v0.1.8`
[INFO] [stderr]     ... which satisfies dependency `session = "^0.1.8"` (locked to 0.1.8) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/source)`
[INFO] [stderr] versions that meet the requirements `^0.7.14` (locked to 0.7.17) are: 0.7.17
[INFO] [stderr] 
[INFO] [stderr] package `openssl-sys` links to the native library `openssl`, but it conflicts with a previous package which links to `openssl` as well:
[INFO] [stderr] package `openssl-sys v0.9.102`
[INFO] [stderr]     ... which satisfies dependency `ffi = "^0.9.100"` (locked to 0.9.102) of package `openssl v0.10.64`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.10.64"` (locked to 0.10.64) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/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 = "openssl"` 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 `openssl-sys` which could resolve this conflict
[INFO] checking Adesoji1/rust-llama3-onnx against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdesoji1%2Frust-llama3-onnx" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  70% (1512/2140)
Updating files:  71% (1520/2140)
Updating files:  72% (1541/2140)
Updating files:  73% (1563/2140)
Updating files:  74% (1584/2140)
Updating files:  75% (1605/2140)
Updating files:  76% (1627/2140)
Updating files:  77% (1648/2140)
Updating files:  78% (1670/2140)
Updating files:  79% (1691/2140)
Updating files:  80% (1712/2140)
Updating files:  80% (1732/2140)
Updating files:  81% (1734/2140)
Updating files:  82% (1755/2140)
Updating files:  83% (1777/2140)
Updating files:  84% (1798/2140)
Updating files:  85% (1819/2140)
Updating files:  86% (1841/2140)
Updating files:  86% (1850/2140)
Updating files:  87% (1862/2140)
Updating files:  88% (1884/2140)
Updating files:  89% (1905/2140)
Updating files:  90% (1926/2140)
Updating files:  91% (1948/2140)
Updating files:  92% (1969/2140)
Updating files:  93% (1991/2140)
Updating files:  94% (2012/2140)
Updating files:  95% (2033/2140)
Updating files:  96% (2055/2140)
Updating files:  97% (2076/2140)
Updating files:  98% (2098/2140)
Updating files:  99% (2119/2140)
Updating files: 100% (2140/2140)
Updating files: 100% (2140/2140), done.
[INFO] started tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] finished tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] tweaked toml for git repo https://github.com/Adesoji1/rust-llama3-onnx written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Adesoji1/rust-llama3-onnx on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Adesoji1/rust-llama3-onnx 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.author
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `openssl-sys`.
[INFO] [stderr]     ... required by package `openssl v0.7.14`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.7.0"` (locked to 0.7.14) of package `cookie v0.2.5`
[INFO] [stderr]     ... which satisfies dependency `cookie = "^0.2"` (locked to 0.2.5) of package `session v0.1.8`
[INFO] [stderr]     ... which satisfies dependency `session = "^0.1.8"` (locked to 0.1.8) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/source)`
[INFO] [stderr] versions that meet the requirements `^0.7.14` (locked to 0.7.17) are: 0.7.17
[INFO] [stderr] 
[INFO] [stderr] package `openssl-sys` links to the native library `openssl`, but it conflicts with a previous package which links to `openssl` as well:
[INFO] [stderr] package `openssl-sys v0.9.102`
[INFO] [stderr]     ... which satisfies dependency `ffi = "^0.9.100"` (locked to 0.9.102) of package `openssl v0.10.64`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.10.64"` (locked to 0.10.64) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/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 = "openssl"` 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 `openssl-sys` which could resolve this conflict
[INFO] checking Adesoji1/rust-llama3-onnx against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdesoji1%2Frust-llama3-onnx" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  66% (1418/2140)
Updating files:  67% (1434/2140)
Updating files:  68% (1456/2140)
Updating files:  69% (1477/2140)
Updating files:  70% (1498/2140)
Updating files:  71% (1520/2140)
Updating files:  72% (1541/2140)
Updating files:  73% (1563/2140)
Updating files:  74% (1584/2140)
Updating files:  75% (1605/2140)
Updating files:  76% (1627/2140)
Updating files:  77% (1648/2140)
Updating files:  78% (1670/2140)
Updating files:  79% (1691/2140)
Updating files:  80% (1712/2140)
Updating files:  81% (1734/2140)
Updating files:  81% (1737/2140)
Updating files:  82% (1755/2140)
Updating files:  83% (1777/2140)
Updating files:  84% (1798/2140)
Updating files:  85% (1819/2140)
Updating files:  86% (1841/2140)
Updating files:  86% (1856/2140)
Updating files:  87% (1862/2140)
Updating files:  88% (1884/2140)
Updating files:  89% (1905/2140)
Updating files:  90% (1926/2140)
Updating files:  91% (1948/2140)
Updating files:  92% (1969/2140)
Updating files:  93% (1991/2140)
Updating files:  94% (2012/2140)
Updating files:  95% (2033/2140)
Updating files:  96% (2055/2140)
Updating files:  97% (2076/2140)
Updating files:  98% (2098/2140)
Updating files:  99% (2119/2140)
Updating files: 100% (2140/2140)
Updating files: 100% (2140/2140), done.
[INFO] started tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] finished tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] tweaked toml for git repo https://github.com/Adesoji1/rust-llama3-onnx written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Adesoji1/rust-llama3-onnx on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Adesoji1/rust-llama3-onnx 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.author
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `openssl-sys`.
[INFO] [stderr]     ... required by package `openssl v0.7.14`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.7.0"` (locked to 0.7.14) of package `cookie v0.2.5`
[INFO] [stderr]     ... which satisfies dependency `cookie = "^0.2"` (locked to 0.2.5) of package `session v0.1.8`
[INFO] [stderr]     ... which satisfies dependency `session = "^0.1.8"` (locked to 0.1.8) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/source)`
[INFO] [stderr] versions that meet the requirements `^0.7.14` (locked to 0.7.17) are: 0.7.17
[INFO] [stderr] 
[INFO] [stderr] package `openssl-sys` links to the native library `openssl`, but it conflicts with a previous package which links to `openssl` as well:
[INFO] [stderr] package `openssl-sys v0.9.102`
[INFO] [stderr]     ... which satisfies dependency `ffi = "^0.9.100"` (locked to 0.9.102) of package `openssl v0.10.64`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.10.64"` (locked to 0.10.64) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/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 = "openssl"` 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 `openssl-sys` which could resolve this conflict
[INFO] checking Adesoji1/rust-llama3-onnx against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdesoji1%2Frust-llama3-onnx" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  72% (1545/2140)
Updating files:  73% (1563/2140)
Updating files:  74% (1584/2140)
Updating files:  75% (1605/2140)
Updating files:  76% (1627/2140)
Updating files:  77% (1648/2140)
Updating files:  78% (1670/2140)
Updating files:  79% (1691/2140)
Updating files:  80% (1712/2140)
Updating files:  81% (1734/2140)
Updating files:  81% (1739/2140)
Updating files:  82% (1755/2140)
Updating files:  83% (1777/2140)
Updating files:  84% (1798/2140)
Updating files:  85% (1819/2140)
Updating files:  86% (1841/2140)
Updating files:  86% (1851/2140)
Updating files:  87% (1862/2140)
Updating files:  88% (1884/2140)
Updating files:  89% (1905/2140)
Updating files:  90% (1926/2140)
Updating files:  91% (1948/2140)
Updating files:  92% (1969/2140)
Updating files:  93% (1991/2140)
Updating files:  94% (2012/2140)
Updating files:  95% (2033/2140)
Updating files:  96% (2055/2140)
Updating files:  97% (2076/2140)
Updating files:  98% (2098/2140)
Updating files:  99% (2119/2140)
Updating files: 100% (2140/2140)
Updating files: 100% (2140/2140), done.
[INFO] started tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] finished tweaking git repo https://github.com/Adesoji1/rust-llama3-onnx
[INFO] tweaked toml for git repo https://github.com/Adesoji1/rust-llama3-onnx written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Adesoji1/rust-llama3-onnx on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Adesoji1/rust-llama3-onnx 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.author
[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 `openssl-sys`.
[INFO] [stderr]     ... required by package `openssl v0.7.14`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.7.0"` (locked to 0.7.14) of package `cookie v0.2.5`
[INFO] [stderr]     ... which satisfies dependency `cookie = "^0.2"` (locked to 0.2.5) of package `session v0.1.8`
[INFO] [stderr]     ... which satisfies dependency `session = "^0.1.8"` (locked to 0.1.8) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/source)`
[INFO] [stderr] versions that meet the requirements `^0.7.14` (locked to 0.7.17) are: 0.7.17
[INFO] [stderr] 
[INFO] [stderr] package `openssl-sys` links to the native library `openssl`, but it conflicts with a previous package which links to `openssl` as well:
[INFO] [stderr] package `openssl-sys v0.9.102`
[INFO] [stderr]     ... which satisfies dependency `ffi = "^0.9.100"` (locked to 0.9.102) of package `openssl v0.10.64`
[INFO] [stderr]     ... which satisfies dependency `openssl = "^0.10.64"` (locked to 0.10.64) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/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 = "openssl"` 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 `openssl-sys` which could resolve this conflict


command failed: exit status: 101

warning: unused manifest key: package.author
    Blocking waiting for file lock on package cache
    Updating crates.io index
error: failed to select a version for `openssl-sys`.
    ... required by package `openssl v0.7.14`
    ... which satisfies dependency `openssl = "^0.7.0"` (locked to 0.7.14) of package `cookie v0.2.5`
    ... which satisfies dependency `cookie = "^0.2"` (locked to 0.2.5) of package `session v0.1.8`
    ... which satisfies dependency `session = "^0.1.8"` (locked to 0.1.8) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/source)`
versions that meet the requirements `^0.7.14` (locked to 0.7.17) are: 0.7.17

package `openssl-sys` links to the native library `openssl`, but it conflicts with a previous package which links to `openssl` as well:
package `openssl-sys v0.9.102`
    ... which satisfies dependency `ffi = "^0.9.100"` (locked to 0.9.102) of package `openssl v0.10.64`
    ... which satisfies dependency `openssl = "^0.10.64"` (locked to 0.10.64) of package `llama3_inference v0.1.0 (/workspace/builds/worker-0-tc2/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 = "openssl"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

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