-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Vue-cli parallelism error at building when CPU limitations #2208
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
Comments
Not sure if that's the real cause as our own tests run on free Circle CI. |
Are you able to reproduce it? |
As quoted here:
I've encountered this issue before, with jest. |
@JFGHT Vue CLI's own tests runs on Circle CI free tier all the time, and it is passing right now. The only thing I can think of is that we are open source so we get 4 containers by default. Are you building from a private repo? In addition, can you share your Circle CI One obvious option is disabling parallel by default in CI environments, although I'd like to avoid that if possible, as that would lead to non-optimal performance in CI systems that do support multiple cores. |
Yes, I'm building in a private repo. Here is the config.yaml: https://pastebin.com/tJUuktPa |
Fixed #3850. |
Uh oh!
There was an error while loading. Please reload this page.
Version
3.0.0
Node and OS info
Yarn 1.9.4 / CircleCI docker img: circleci/node:10.8-stretch-browsers
Steps to reproduce
What is expected?
Normal build
What is actually happening?
events.js:183
throw er; // Unhandled 'error' event
^
Error: This socket has been ended by the other party
at Socket.writeAfterFIN (...)
Deactivating the parallelism is a workaround. More info here: https://forum.vuejs.org/t/solution-to-building-error-in-circleci-or-any-other-machine-with-cpu-limitations/40862
I think this should be in the docs.
The text was updated successfully, but these errors were encountered: