[INFO] cloning repository https://github.com/D-lyw/rust-demos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/D-lyw/rust-demos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FD-lyw%2Frust-demos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FD-lyw%2Frust-demos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 36e97711a052bca0ad0764d4039bd7162fe81a93
[INFO] checking D-lyw/rust-demos against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FD-lyw%2Frust-demos" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/D-lyw/rust-demos
[INFO] finished tweaking git repo https://github.com/D-lyw/rust-demos
[INFO] tweaked toml for git repo https://github.com/D-lyw/rust-demos written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/D-lyw/rust-demos on toolchain 018018e881e2db0956f229dbb543e21f058d1ce7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/D-lyw/rust-demos 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" "+018018e881e2db0956f229dbb543e21f058d1ce7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-7-tc1/source/wasm/wasm-pack-learn/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] [stderr] warning: unused workspace dependency `mini-redis`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | mini-redis = "0.4.1"
[INFO] [stderr]   | ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `mini-redis`
[INFO] [stderr] warning: unused workspace dependency `num`
[INFO] [stderr]  --> Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | num = "0.4.1"
[INFO] [stderr]   | ^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the workspace dependency `num`
[INFO] [stderr] warning: unused workspace dependency `rand`
[INFO] [stderr]  --> Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | rand = "0.8.5"
[INFO] [stderr]   | ^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the workspace dependency `rand`
[INFO] [stderr] warning: unused workspace dependency `server`
[INFO] [stderr]   --> Cargo.toml:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | [workspace.dependencies.server]
[INFO] [stderr]    |                         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `server`
[INFO] [stderr] warning: unused workspace dependency `tracing-subscriber`
[INFO] [stderr]   --> Cargo.toml:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | tracing-subscriber = "0.3.18"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `tracing-subscriber`
[INFO] [stderr] warning: workspace (manifest) generated 5 warnings
[INFO] [stderr] warning: binary `url_shortenr` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc1/source/target/.../url_shortenr
[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 `url-shortenr`, convert `package.name`
[INFO] [stderr]   --> web/url_shortenr/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "url_shortenr"
[INFO] [stderr]  2 + name = "url-shortenr"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `url-shortenr`, specify `bin.name`
[INFO] [stderr]   --> web/url_shortenr/Cargo.toml:20:31
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ tracing-subscriber = "0.3.18"
[INFO] [stderr] 21 + [[bin]]
[INFO] [stderr] 22 + name = "url-shortenr"
[INFO] [stderr] 23 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `url_shortenr` (manifest) generated 1 warning
[INFO] [stderr] warning: games/snake/Cargo.toml: unused manifest key: examples
[INFO] [stderr] warning: `snake` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `mini_redis` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc1/source/target/.../mini_redis
[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 `mini-redis`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/mini_redis.rs
[INFO] [stderr] 1 + src/bin/mini-redis.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `test_bin` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc1/source/target/.../test_bin
[INFO] [stderr]   |                                                  ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `test-bin`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/test_bin.rs
[INFO] [stderr] 1 + src/bin/test-bin.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `playground` (manifest) generated 2 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `librocksdb-sys`.
[INFO] [stderr]     ... required by package `rocksdb v0.23.0`
[INFO] [stderr]     ... which satisfies dependency `rocksdb = "^0.23.0"` of package `tui v0.1.0 (/workspace/builds/worker-7-tc1/source/project/tui)`
[INFO] [stderr] versions that meet the requirements `^0.17.1` are: 0.17.3+10.4.2, 0.17.1+9.9.3
[INFO] [stderr] 
[INFO] [stderr] package `librocksdb-sys` links to the native library `rocksdb`, but it conflicts with a previous package which links to `rocksdb` as well:
[INFO] [stderr] package `librocksdb-sys v0.16.0+8.10.0`
[INFO] [stderr]     ... which satisfies dependency `librocksdb-sys = "^0.16.0"` of package `rocksdb v0.22.0`
[INFO] [stderr]     ... which satisfies dependency `rocksdb = "^0.22.0"` of package `blockchain-rust v0.1.0 (/workspace/builds/worker-7-tc1/source/blockchain/blockchain-rust)`
[INFO] [stderr] note: only one package in the dependency graph may specify the same links value to ensure that only one copy of a native library is linked in the final binary
[INFO] [stderr] for more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links
[INFO] [stderr] help: try to adjust your dependencies so that only one package uses the `links = "rocksdb"` value
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `librocksdb-sys` which could resolve this conflict


overridden task result to broken:broken-deps

Caused by:
    broken dependencies: 
    
    warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
    package:   /workspace/builds/worker-7-tc1/source/wasm/wasm-pack-learn/Cargo.toml
    workspace: /workspace/builds/worker-7-tc1/source/Cargo.toml
    warning: unused workspace dependency `mini-redis`
     --> Cargo.toml:7:1
      |
    7 | mini-redis = "0.4.1"
      | ^^^^^^^^^^
      |
      = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
    help: consider removing the workspace dependency `mini-redis`
    warning: unused workspace dependency `num`
     --> Cargo.toml:8:1
      |
    8 | num = "0.4.1"
      | ^^^
      |
    help: consider removing the workspace dependency `num`
    warning: unused workspace dependency `rand`
     --> Cargo.toml:9:1
      |
    9 | rand = "0.8.5"
      | ^^^^
      |
    help: consider removing the workspace dependency `rand`
    warning: unused workspace dependency `server`
      --> Cargo.toml:23:25
       |
    23 | [workspace.dependencies.server]
       |                         ^^^^^^
       |
    help: consider removing the workspace dependency `server`
    warning: unused workspace dependency `tracing-subscriber`
      --> Cargo.toml:13:1
       |
    13 | tracing-subscriber = "0.3.18"
       | ^^^^^^^^^^^^^^^^^^
       |
    help: consider removing the workspace dependency `tracing-subscriber`
    warning: workspace (manifest) generated 5 warnings
    warning: binary `url_shortenr` should have a kebab-case name
       |
     1 | /workspace/builds/worker-7-tc1/source/target/.../url_shortenr
       |                                                  ^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `url-shortenr`, convert `package.name`
      --> web/url_shortenr/Cargo.toml:2:8
       |
     2 - name = "url_shortenr"
     2 + name = "url-shortenr"
       |
    help: to change the binary name to `url-shortenr`, specify `bin.name`
      --> web/url_shortenr/Cargo.toml:20:31
       |
    20 ~ tracing-subscriber = "0.3.18"
    21 + [[bin]]
    22 + name = "url-shortenr"
    23 + path = "src/main.rs"
       |
    warning: `url_shortenr` (manifest) generated 1 warning
    warning: games/snake/Cargo.toml: unused manifest key: examples
    warning: `snake` (manifest) generated 1 warning
    warning: binary `mini_redis` should have a kebab-case name
      |
    1 | /workspace/builds/worker-7-tc1/source/target/.../mini_redis
      |                                                  ^^^^^^^^^^
      |
      = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `mini-redis`, convert the file stem
      |
    1 - src/bin/mini_redis.rs
    1 + src/bin/mini-redis.rs
      |
    warning: binary `test_bin` should have a kebab-case name
      |
    1 | /workspace/builds/worker-7-tc1/source/target/.../test_bin
      |                                                  ^^^^^^^^
      |
    help: to change the binary name to `test-bin`, convert the file stem
      |
    1 - src/bin/test_bin.rs
    1 + src/bin/test-bin.rs
      |
    warning: `playground` (manifest) generated 2 warnings
        Updating crates.io index
    error: failed to select a version for `librocksdb-sys`.
        ... required by package `rocksdb v0.23.0`
        ... which satisfies dependency `rocksdb = "^0.23.0"` of package `tui v0.1.0 (/workspace/builds/worker-7-tc1/source/project/tui)`
    versions that meet the requirements `^0.17.1` are: 0.17.3+10.4.2, 0.17.1+9.9.3
    
    package `librocksdb-sys` links to the native library `rocksdb`, but it conflicts with a previous package which links to `rocksdb` as well:
    package `librocksdb-sys v0.16.0+8.10.0`
        ... which satisfies dependency `librocksdb-sys = "^0.16.0"` of package `rocksdb v0.22.0`
        ... which satisfies dependency `rocksdb = "^0.22.0"` of package `blockchain-rust v0.1.0 (/workspace/builds/worker-7-tc1/source/blockchain/blockchain-rust)`
    note: only one package in the dependency graph may specify the same links value to ensure that only one copy of a native library is linked in the final binary
    for more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links
    help: try to adjust your dependencies so that only one package uses the `links = "rocksdb"` value
    
    failed to select a version for `librocksdb-sys` which could resolve this conflict