[INFO] cloning repository https://github.com/ABHIJEET-MUNESHWAR/To-Do-Postgres
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ABHIJEET-MUNESHWAR/To-Do-Postgres" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FABHIJEET-MUNESHWAR%2FTo-Do-Postgres", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FABHIJEET-MUNESHWAR%2FTo-Do-Postgres'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8bb4f8c6db93eb1a3d745c91d3e50824dd22724d
[INFO] checking ABHIJEET-MUNESHWAR/To-Do-Postgres against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FABHIJEET-MUNESHWAR%2FTo-Do-Postgres" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ABHIJEET-MUNESHWAR/To-Do-Postgres
[INFO] finished tweaking git repo https://github.com/ABHIJEET-MUNESHWAR/To-Do-Postgres
[INFO] tweaked toml for git repo https://github.com/ABHIJEET-MUNESHWAR/To-Do-Postgres written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ABHIJEET-MUNESHWAR/To-Do-Postgres on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ABHIJEET-MUNESHWAR/To-Do-Postgres 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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `To-Do-Postgres` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc1/source/target/.../To-Do-Postgres
[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 `to-do-postgres`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:73:8
[INFO] [stderr]    |
[INFO] [stderr] 73 - name = "To-Do-Postgres"
[INFO] [stderr] 73 + name = "to-do-postgres"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `to-do-postgres`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:74:19
[INFO] [stderr]    |
[INFO] [stderr] 74 ~ version = "0.2.0"
[INFO] [stderr] 75 + [[bin]]
[INFO] [stderr] 76 + name = "to-do-postgres"
[INFO] [stderr] 77 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `To-Do-Postgres` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: failed to select a version for `redis`.
[INFO] [stderr]     ... required by package `To-Do-Postgres v0.2.0 (/workspace/builds/worker-3-tc1/source)`
[INFO] [stderr] versions that meet the requirements `^0.23` are: 0.23.5, 0.23.3, 0.23.2, 0.23.1, 0.23.0
[INFO] [stderr] 
[INFO] [stderr] package `To-Do-Postgres` depends on `redis` with feature `tokio-compat` but `redis` does not have that feature.
[INFO] [stderr] help: there is a feature `tokio-comp` with a similar name
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] failed to select a version for `redis` which could resolve this conflict


overridden task result to broken:broken-deps

Caused by:
    broken dependencies: 
    
    warning: binary `To-Do-Postgres` should have a kebab-case name
       |
     1 | /workspace/builds/worker-3-tc1/source/target/.../To-Do-Postgres
       |                                                  ^^^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `to-do-postgres`, convert `package.name`
      --> Cargo.toml:73:8
       |
    73 - name = "To-Do-Postgres"
    73 + name = "to-do-postgres"
       |
    help: to change the binary name to `to-do-postgres`, specify `bin.name`
      --> Cargo.toml:74:19
       |
    74 ~ version = "0.2.0"
    75 + [[bin]]
    76 + name = "to-do-postgres"
    77 + path = "src/main.rs"
       |
    warning: `To-Do-Postgres` (manifest) generated 1 warning
        Updating crates.io index
    error: failed to select a version for `redis`.
        ... required by package `To-Do-Postgres v0.2.0 (/workspace/builds/worker-3-tc1/source)`
    versions that meet the requirements `^0.23` are: 0.23.5, 0.23.3, 0.23.2, 0.23.1, 0.23.0
    
    package `To-Do-Postgres` depends on `redis` with feature `tokio-compat` but `redis` does not have that feature.
    help: there is a feature `tokio-comp` with a similar name
    
    
    failed to select a version for `redis` which could resolve this conflict