brisa-build / brisa

The Web Platform Framework.
https://brisa.build
MIT License
438 stars 11 forks source link

Failed to compile some actions for unknown reason #362

Open AlbertSabate opened 3 months ago

AlbertSabate commented 3 months ago

For unknown reason brisa build fails to compile some actions when running on the pipeline.

Screenshot 2024-08-08 at 11 24 19 PM

You can see RPC returning a 500. According to the error seems the action does not exists. Reviewing the output logs when building I can see many actions failed. No more errors are shown anywhere.

Screenshot 2024-08-08 at 11 24 59 PM

aralroca commented 3 months ago

I have seen that there was a bug in the production build due to incorrect AST management. I have fixed it and uploaded a new version. I am not clear if it was related to this bug or this is something else. Could you check it @AlbertSabate ? Thanks!

AlbertSabate commented 3 months ago

Still broken, but now the error is more clear. Screenshot 2024-08-11 at 5 05 08 PM Screenshot 2024-08-11 at 5 05 21 PM

aralroca commented 2 months ago

@AlbertSabate do you have some news in this one?

AlbertSabate commented 1 month ago

Confirmed is a BunJS issue. https://github.com/oven-sh/bun/issues/2257

I can see on the next version logs they are working on improving transitive dependencies. Hopefully at some points gets fixed :)

aralroca commented 1 month ago

@AlbertSabate the issue you shared looks already solved... Maybe is another one?

AlbertSabate commented 1 month ago

Nah, they said is likely fixed, not fixed. So I bet they guess it is fixed. Their fix was to add an extra dependency to make it work on GHA, I believe still something going on which nobody is looking at, and I can't provide more information about it because I literally don't know why is happening 😮‍💨.

aralroca commented 1 month ago

Create a new issue to Bun then with all the details and linked to this old issue, is the only way to fix this

AlbertSabate commented 1 month ago

Let me give it a shot. But when they ask me how to reproduce it or how did it happen, I'm f***ed hehe

aralroca commented 1 week ago

We have seen that this bug is an incompatibility with buildah