-
Notifications
You must be signed in to change notification settings - Fork 33
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
Worker is terminated #169
Comments
We’ve been trying to improve the error messages that come out of workerpool. Could you share the version of workerpool that is being pulled in? I want to see if your in an old version, or if there are additional issues to resolve. Also, to debug this further please set the environment variable JOBS=1. That should run the worker code in the main thread and potentially provide a more useful stacktrace. |
Actually, after setting the environment variable JOBS=1 it worked 🎉 Looks like there's an issue with parallelism added to broccoli-babel-transpiler and the fix is to set the JOBS environment variable to 1 to essentially disable the parallelism on CI. Thanks @stefanpenner for getting back to me on this and please let me know if you think this is not the proper fix. References: |
@rafael-paiva well, I wouldn't consider that fixed. Maybe a work-around. Do you have a reproduction? |
Right, I needed at least a quick work around to unblock my builds. @stefanpenner like I said I can't even reproduce this on my local env, it only fails on CI so I assumed it had something to do with this parallelism issue on CIs. Although I'm not sure why it started happening now. I don't know what else information I can give you. If you can guide me I'd be happy to help.
Does this help?
Additionally, this is what I added to my docker:
- image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
command: /sbin/init
environment:
JOBS: 1 # https://github.com/emberjs/ember.js/issues/15641 |
We're having the following build error since yesterday. I'm not able to reproduce locally yet but it fails on our CI when running
ember test
. I've tried many different things but the error persists. This is blocking our builds so any help would be much appreciated.Note that this time it mentioned 'ember-data-copyable' but sometimes it mentions a different dependency so not sure if that's relevant.
The text was updated successfully, but these errors were encountered: