-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build fails #16
Comments
@chytonpide It appears that |
@VaughnVernon The build is successful on other machines.
|
@chytonpide I was going to ask about M1 😃 but I thought it must be an open port. I don't want M1 to be my go-to for all weird problems. This is a question for @jakzal, who bought the new MBP six months ago. He also did a lot of recent work on |
The ERROR is actually something that's also showing up in our CI. It doesn't make the tests fail though. Turns out the state wasn't cleaned properly after each test and the world was being reused. Fixed in 92677c1 Hope this solves your problem @chytonpide too. |
@jakzal Thanks! The error is no longer visible. I found I picked the wrong cause.
|
@chytonpide nothing unusual here. Is there anything before it goes into an infinite loop of these log entries? |
@chytonpide is it hanging like this every time? I can't see why, to be honest. |
@jakzal Yes, The build hangs every time. The test that the build hangs on is different each time. It seems to be a problem with the execution or terminating timing of threads. I have tested the build with other machines. |
Thanks for looking into this in such detail. I also have an M1 Mac and it works fine on mine :/ |
Build fails when running test.
With skipping tests, The Build success, and the artifact works well.
This is a repeated stack trace.
The text was updated successfully, but these errors were encountered: