You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/21 19:37:55 UTC

[GitHub] [arrow-datafusion] andygrove edited a comment on issue #918: Integration test fails to build docker images due to version mismatch

andygrove edited a comment on issue #918:
URL: https://github.com/apache/arrow-datafusion/issues/918#issuecomment-903166400


   I changed 0.5.0-SNAPSHOT to 0.6.0 but there is another issue:
   
   ```
   Step 20/56 : FROM base as cacher
    ---> 374276d706db
   Step 21/56 : COPY --from=planner /tmp/ballista/recipe.json recipe.json
    ---> Using cache
    ---> 80fb39713935
   Step 22/56 : RUN cargo chef cook $RELEASE_FLAG --recipe-path recipe.json
    ---> Running in 3a6371cc71a5
       Updating crates.io index
   error: failed to select a version for the requirement `ballista-core = "^0.6.0"`
   candidate versions found which didn't match: 0.0.1
   location searched: /tmp/ballista/ballista/rust/core
   required by package `ballista v0.0.1 (/tmp/ballista/ballista/rust/client)`
   thread 'main' panicked at 'Exited with status code: 101', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cargo-chef-0.1.25/src/recipe.rs:142:27
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   The command '/bin/sh -c cargo chef cook $RELEASE_FLAG --recipe-path recipe.json' returned a non-zero code: 101
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org