Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ballista docker images fail to build #828

Closed
andygrove opened this issue Aug 6, 2021 · 0 comments · Fixed by #829
Closed

Ballista docker images fail to build #828

andygrove opened this issue Aug 6, 2021 · 0 comments · Fixed by #829
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

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.aaakk.us.kg-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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant