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/06 03:50:12 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue #828: Ballista docker images fail to build

andygrove opened a new issue #828:
URL: https://github.com/apache/arrow-datafusion/issues/828


   **Describe the bug**
   I ran `./dev/integration-tests.sh` with latest from master just now and the docker build phase failed with:
   
   ```
   Step 20/52 : RUN cargo chef cook $RELEASE_FLAG --recipe-path recipe.json
    ---> Running in 77d83a8813dd
   error: failed to load manifest for workspace member `/tmp/ballista/ballista-examples`
   
   Caused by:
     failed to read `/tmp/ballista/ballista-examples/Cargo.toml`
   
   Caused by:
     No such file or directory (os error 2)
   thread 'main' panicked at 'Exited with status code: 101', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cargo-chef-0.1.22/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
   ```
   
   I probably broke this with the recent addition of the `ballista-examples` crate.
   
   **To Reproduce**
   Try and run the integration tests.
   
   


-- 
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



[GitHub] [arrow-datafusion] andygrove closed issue #828: Ballista docker images fail to build

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #828:
URL: https://github.com/apache/arrow-datafusion/issues/828


   


-- 
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