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

GitHub Actions random build failures #849

Open
wmdietl opened this issue Aug 9, 2024 · 3 comments
Open

GitHub Actions random build failures #849

wmdietl opened this issue Aug 9, 2024 · 3 comments

Comments

@wmdietl
Copy link
Member

wmdietl commented Aug 9, 2024

Many builds sometimes fail with

ERROR: internal error in type processor! method typeProcessOver() doesn't get called.
> Task :dataflow:busyExpressionTest FAILED

This seems to be some caching issue and requires running gh cache delete --all to clean out all caches.

This might be a sign that the :dataflow:busyExpressionTest and related tasks miss some dependency.

Alternatively, find some other way to clean out the caches automatically.

This SO question sounds like it could be relevant, but there is no answer...

@Ao-senXiong
Copy link
Member

@wmdietl The CI seems working now. How did you do gh cache delete --all or did you disable the dataflow task?

@wmdietl
Copy link
Member Author

wmdietl commented Aug 9, 2024

CI still consistently has this problem, which is why I filed this issue.
I run gh cache delete --all whenever a PR fails and re-run the tests.

Do you want to look whether you see a dependency problem with :dataflow:busyExpressionTest?

@Ao-senXiong
Copy link
Member

CI still consistently has this problem, which is why I filed this issue. I run gh cache delete --all whenever a PR fails and re-run the tests.

Do you want to look whether you see a dependency problem with :dataflow:busyExpressionTest?

sure, I will take a look!

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