[INFO] cloning repository https://github.com/Dyrindyi/dlmm-sdk3
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dyrindyi/dlmm-sdk3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDyrindyi%2Fdlmm-sdk3", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDyrindyi%2Fdlmm-sdk3'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] be1a663cad5cfbbc8162993f4e154978f325a941
[INFO] checking Dyrindyi/dlmm-sdk3 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDyrindyi%2Fdlmm-sdk3" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] finished tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] tweaked toml for git repo https://github.com/Dyrindyi/dlmm-sdk3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dyrindyi/dlmm-sdk3 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dyrindyi/dlmm-sdk3 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `market_making` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../market_making
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `market-making`, convert `package.name`
[INFO] [stderr]   --> market_making/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "market_making"
[INFO] [stderr]  2 + name = "market-making"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `market-making`, specify `bin.name`
[INFO] [stderr]   --> market_making/Cargo.toml:28:2
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ 
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "market-making"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `market_making` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `tokio`.
[INFO] [stderr]     ... required by package `solana-program-test v1.18.22`
[INFO] [stderr]     ... which satisfies dependency `solana-program-test = "^1.18.22"` of package `lb_clmm v0.8.2 (/workspace/builds/worker-6-tc2/source/programs/lb_clmm)`
[INFO] [stderr]     ... which satisfies path dependency `lb_clmm` (locked to 0.8.2) of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] versions that meet the requirements `^1.29.1` are: 1.53.1, 1.53.0, 1.52.4, 1.52.3, 1.52.2, 1.52.1, 1.52.0, 1.51.4, 1.51.3, 1.51.2, 1.51.1, 1.51.0, 1.50.0, 1.49.0, 1.48.0, 1.47.5, 1.47.4, 1.47.3, 1.47.2, 1.47.1, 1.47.0, 1.46.1, 1.46.0, 1.45.1, 1.45.0, 1.44.2, 1.44.1, 1.44.0, 1.43.4, 1.43.3, 1.43.2, 1.43.1, 1.43.0, 1.42.1, 1.42.0, 1.41.1, 1.41.0, 1.40.0, 1.39.3, 1.39.2, 1.39.1, 1.38.2, 1.38.1, 1.38.0, 1.37.0, 1.36.0, 1.35.1, 1.35.0, 1.34.0, 1.33.0, 1.32.1, 1.32.0, 1.31.0, 1.30.0, 1.29.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `tokio v1.14.1`
[INFO] [stderr]     ... which satisfies dependency `tokio = "~1.14.1"` of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `tokio` which could resolve this conflict
[INFO] checking Dyrindyi/dlmm-sdk3 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDyrindyi%2Fdlmm-sdk3" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] finished tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] tweaked toml for git repo https://github.com/Dyrindyi/dlmm-sdk3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dyrindyi/dlmm-sdk3 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dyrindyi/dlmm-sdk3 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `market_making` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../market_making
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `market-making`, convert `package.name`
[INFO] [stderr]   --> market_making/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "market_making"
[INFO] [stderr]  2 + name = "market-making"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `market-making`, specify `bin.name`
[INFO] [stderr]   --> market_making/Cargo.toml:28:2
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ 
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "market-making"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `market_making` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `tokio`.
[INFO] [stderr]     ... required by package `solana-program-test v1.18.22`
[INFO] [stderr]     ... which satisfies dependency `solana-program-test = "^1.18.22"` of package `lb_clmm v0.8.2 (/workspace/builds/worker-6-tc2/source/programs/lb_clmm)`
[INFO] [stderr]     ... which satisfies path dependency `lb_clmm` (locked to 0.8.2) of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] versions that meet the requirements `^1.29.1` are: 1.53.1, 1.53.0, 1.52.4, 1.52.3, 1.52.2, 1.52.1, 1.52.0, 1.51.4, 1.51.3, 1.51.2, 1.51.1, 1.51.0, 1.50.0, 1.49.0, 1.48.0, 1.47.5, 1.47.4, 1.47.3, 1.47.2, 1.47.1, 1.47.0, 1.46.1, 1.46.0, 1.45.1, 1.45.0, 1.44.2, 1.44.1, 1.44.0, 1.43.4, 1.43.3, 1.43.2, 1.43.1, 1.43.0, 1.42.1, 1.42.0, 1.41.1, 1.41.0, 1.40.0, 1.39.3, 1.39.2, 1.39.1, 1.38.2, 1.38.1, 1.38.0, 1.37.0, 1.36.0, 1.35.1, 1.35.0, 1.34.0, 1.33.0, 1.32.1, 1.32.0, 1.31.0, 1.30.0, 1.29.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `tokio v1.14.1`
[INFO] [stderr]     ... which satisfies dependency `tokio = "~1.14.1"` of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `tokio` which could resolve this conflict
[INFO] checking Dyrindyi/dlmm-sdk3 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDyrindyi%2Fdlmm-sdk3" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] finished tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] tweaked toml for git repo https://github.com/Dyrindyi/dlmm-sdk3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dyrindyi/dlmm-sdk3 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dyrindyi/dlmm-sdk3 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `market_making` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../market_making
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `market-making`, convert `package.name`
[INFO] [stderr]   --> market_making/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "market_making"
[INFO] [stderr]  2 + name = "market-making"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `market-making`, specify `bin.name`
[INFO] [stderr]   --> market_making/Cargo.toml:28:2
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ 
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "market-making"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `market_making` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `tokio`.
[INFO] [stderr]     ... required by package `solana-program-test v1.18.22`
[INFO] [stderr]     ... which satisfies dependency `solana-program-test = "^1.18.22"` of package `lb_clmm v0.8.2 (/workspace/builds/worker-6-tc2/source/programs/lb_clmm)`
[INFO] [stderr]     ... which satisfies path dependency `lb_clmm` (locked to 0.8.2) of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] versions that meet the requirements `^1.29.1` are: 1.53.1, 1.53.0, 1.52.4, 1.52.3, 1.52.2, 1.52.1, 1.52.0, 1.51.4, 1.51.3, 1.51.2, 1.51.1, 1.51.0, 1.50.0, 1.49.0, 1.48.0, 1.47.5, 1.47.4, 1.47.3, 1.47.2, 1.47.1, 1.47.0, 1.46.1, 1.46.0, 1.45.1, 1.45.0, 1.44.2, 1.44.1, 1.44.0, 1.43.4, 1.43.3, 1.43.2, 1.43.1, 1.43.0, 1.42.1, 1.42.0, 1.41.1, 1.41.0, 1.40.0, 1.39.3, 1.39.2, 1.39.1, 1.38.2, 1.38.1, 1.38.0, 1.37.0, 1.36.0, 1.35.1, 1.35.0, 1.34.0, 1.33.0, 1.32.1, 1.32.0, 1.31.0, 1.30.0, 1.29.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `tokio v1.14.1`
[INFO] [stderr]     ... which satisfies dependency `tokio = "~1.14.1"` of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `tokio` which could resolve this conflict
[INFO] checking Dyrindyi/dlmm-sdk3 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDyrindyi%2Fdlmm-sdk3" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] finished tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] tweaked toml for git repo https://github.com/Dyrindyi/dlmm-sdk3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dyrindyi/dlmm-sdk3 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dyrindyi/dlmm-sdk3 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `market_making` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../market_making
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `market-making`, convert `package.name`
[INFO] [stderr]   --> market_making/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "market_making"
[INFO] [stderr]  2 + name = "market-making"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `market-making`, specify `bin.name`
[INFO] [stderr]   --> market_making/Cargo.toml:28:2
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ 
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "market-making"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `market_making` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `tokio`.
[INFO] [stderr]     ... required by package `solana-program-test v1.18.22`
[INFO] [stderr]     ... which satisfies dependency `solana-program-test = "^1.18.22"` of package `lb_clmm v0.8.2 (/workspace/builds/worker-6-tc2/source/programs/lb_clmm)`
[INFO] [stderr]     ... which satisfies path dependency `lb_clmm` (locked to 0.8.2) of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] versions that meet the requirements `^1.29.1` are: 1.53.1, 1.53.0, 1.52.4, 1.52.3, 1.52.2, 1.52.1, 1.52.0, 1.51.4, 1.51.3, 1.51.2, 1.51.1, 1.51.0, 1.50.0, 1.49.0, 1.48.0, 1.47.5, 1.47.4, 1.47.3, 1.47.2, 1.47.1, 1.47.0, 1.46.1, 1.46.0, 1.45.1, 1.45.0, 1.44.2, 1.44.1, 1.44.0, 1.43.4, 1.43.3, 1.43.2, 1.43.1, 1.43.0, 1.42.1, 1.42.0, 1.41.1, 1.41.0, 1.40.0, 1.39.3, 1.39.2, 1.39.1, 1.38.2, 1.38.1, 1.38.0, 1.37.0, 1.36.0, 1.35.1, 1.35.0, 1.34.0, 1.33.0, 1.32.1, 1.32.0, 1.31.0, 1.30.0, 1.29.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `tokio v1.14.1`
[INFO] [stderr]     ... which satisfies dependency `tokio = "~1.14.1"` of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `tokio` which could resolve this conflict
[INFO] checking Dyrindyi/dlmm-sdk3 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDyrindyi%2Fdlmm-sdk3" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] finished tweaking git repo https://github.com/Dyrindyi/dlmm-sdk3
[INFO] tweaked toml for git repo https://github.com/Dyrindyi/dlmm-sdk3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dyrindyi/dlmm-sdk3 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dyrindyi/dlmm-sdk3 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `market_making` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../market_making
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `market-making`, convert `package.name`
[INFO] [stderr]   --> market_making/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "market_making"
[INFO] [stderr]  2 + name = "market-making"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `market-making`, specify `bin.name`
[INFO] [stderr]   --> market_making/Cargo.toml:28:2
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ 
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "market-making"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `market_making` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `tokio`.
[INFO] [stderr]     ... required by package `solana-program-test v1.18.22`
[INFO] [stderr]     ... which satisfies dependency `solana-program-test = "^1.18.22"` of package `lb_clmm v0.8.2 (/workspace/builds/worker-6-tc2/source/programs/lb_clmm)`
[INFO] [stderr]     ... which satisfies path dependency `lb_clmm` (locked to 0.8.2) of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] versions that meet the requirements `^1.29.1` are: 1.53.1, 1.53.0, 1.52.4, 1.52.3, 1.52.2, 1.52.1, 1.52.0, 1.51.4, 1.51.3, 1.51.2, 1.51.1, 1.51.0, 1.50.0, 1.49.0, 1.48.0, 1.47.5, 1.47.4, 1.47.3, 1.47.2, 1.47.1, 1.47.0, 1.46.1, 1.46.0, 1.45.1, 1.45.0, 1.44.2, 1.44.1, 1.44.0, 1.43.4, 1.43.3, 1.43.2, 1.43.1, 1.43.0, 1.42.1, 1.42.0, 1.41.1, 1.41.0, 1.40.0, 1.39.3, 1.39.2, 1.39.1, 1.38.2, 1.38.1, 1.38.0, 1.37.0, 1.36.0, 1.35.1, 1.35.0, 1.34.0, 1.33.0, 1.32.1, 1.32.0, 1.31.0, 1.30.0, 1.29.1
[INFO] [stderr] 
[INFO] [stderr] all possible versions conflict with previously selected packages
[INFO] [stderr] 
[INFO] [stderr]   previously selected package `tokio v1.14.1`
[INFO] [stderr]     ... which satisfies dependency `tokio = "~1.14.1"` of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `tokio` which could resolve this conflict


overridden task result to broken:broken-deps

Caused by:
    broken dependencies: 
    
    warning: binary `market_making` should have a kebab-case name
       |
     1 | /workspace/builds/worker-6-tc2/source/target/.../market_making
       |                                                  ^^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `market-making`, convert `package.name`
      --> market_making/Cargo.toml:2:8
       |
     2 - name = "market_making"
     2 + name = "market-making"
       |
    help: to change the binary name to `market-making`, specify `bin.name`
      --> market_making/Cargo.toml:28:2
       |
    28 ~ 
    29 + [[bin]]
    30 + name = "market-making"
    31 + path = "src/main.rs"
       |
    warning: `market_making` (manifest) generated 1 warning
        Updating crates.io index
    error: failed to select a version for `tokio`.
        ... required by package `solana-program-test v1.18.22`
        ... which satisfies dependency `solana-program-test = "^1.18.22"` of package `lb_clmm v0.8.2 (/workspace/builds/worker-6-tc2/source/programs/lb_clmm)`
        ... which satisfies path dependency `lb_clmm` (locked to 0.8.2) of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
    versions that meet the requirements `^1.29.1` are: 1.53.1, 1.53.0, 1.52.4, 1.52.3, 1.52.2, 1.52.1, 1.52.0, 1.51.4, 1.51.3, 1.51.2, 1.51.1, 1.51.0, 1.50.0, 1.49.0, 1.48.0, 1.47.5, 1.47.4, 1.47.3, 1.47.2, 1.47.1, 1.47.0, 1.46.1, 1.46.0, 1.45.1, 1.45.0, 1.44.2, 1.44.1, 1.44.0, 1.43.4, 1.43.3, 1.43.2, 1.43.1, 1.43.0, 1.42.1, 1.42.0, 1.41.1, 1.41.0, 1.40.0, 1.39.3, 1.39.2, 1.39.1, 1.38.2, 1.38.1, 1.38.0, 1.37.0, 1.36.0, 1.35.1, 1.35.0, 1.34.0, 1.33.0, 1.32.1, 1.32.0, 1.31.0, 1.30.0, 1.29.1
    
    all possible versions conflict with previously selected packages
    
      previously selected package `tokio v1.14.1`
        ... which satisfies dependency `tokio = "~1.14.1"` of package `cli v0.4.0 (/workspace/builds/worker-6-tc2/source/cli)`
    
    failed to select a version for `tokio` which could resolve this conflict