-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
* What went wrong:
Execution failed for task ':redwood-layout-modifiers:klibApiMerge'.
> java.io.FileNotFoundException: File does not exist: /Users/runner/work/redwood/redwood/redwood-layout-modifiers/build/api/js/redwood-layout-modifiers.klib.api
- Project: https://github.com/cashapp/redwood
- PR: Enable klib ABI dump cashapp/redwood#1884
- SHA: 5dc8c3377b3c3b7760416dcc5308033090213ca3
Attempt 1
- Action log: https://github.com/cashapp/redwood/actions/runs/8360157932/job/22885183135?pr=1884
- Build scan: https://gradle.com/s/p5ha2lzccuwiq
Attempt 2
- Action log: https://github.com/cashapp/redwood/actions/runs/8360157932/job/22891922690?pr=1884
- Build scan: https://gradle.com/s/ehehhmdxrrf5a
Attempt 3
- Action log: https://github.com/cashapp/redwood/actions/runs/8360157932/job/22893510501?pr=1884
- Build scan: https://gradle.com/s/tiijq75sgyt4c
I have not been able to reproduce this locally on my Mac. I tried executing the same command (after a clean
) with --max-workers=3
to match the core count of the CI machine but it always succeeds (5 attempts).
I also don't know why it's always this specific module and the JS target that fails. I apply it to ~40 modules in this build, most of which are multiplatform containing JS targets. Very weird.
It's possible the problem can be identified just from looking at the code of the plugin, but I don't have time to do that right now. I can try investigating more later tonight or tomorrow, but figured I'd file the issue first.