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

Random fails when building within github actions #31

Open
johanneskoester opened this issue Sep 15, 2020 · 1 comment
Open

Random fails when building within github actions #31

johanneskoester opened this issue Sep 15, 2020 · 1 comment

Comments

@johanneskoester
Copy link

We try to build a container image via cargo wharf. Locally everything works fine. However, in github actions we have failures at random crates (everytime a different one). The errors always look like this:

#375 Compiling unic-char-range
#375 ERROR: executor failed running [rustc --edition=2018 --crate-name unic_char_range /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unic-char-range-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg feature="default" -C metadata=3b7b6d2f09242336 -C extra-filename=-3b7b6d2f09242336 --out-dir /target/release/deps -L dependency=/target/release/deps --cap-lints allow]: flightcontrol: exceeded retry timeout

We suspect it might be due to the implicit parallelization. Is it possible to limit it somehow? Or do you have another hint about the error?

@chris13524
Copy link

We are also seeing the same issue, but it is consistent for us:

#262 Compiling signature
#262 ERROR: executor failed running [rustc --edition=2018 --crate-name signature /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/signature-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg feature="std" -C metadata=e1d46eb5baa92a7c -C extra-filename=-e1d46eb5baa92a7c --out-dir /target/release/deps -L dependency=/target/release/deps --cap-lints allow]: flightcontrol: exceeded retry timeout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants