-
Notifications
You must be signed in to change notification settings - Fork 166
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
spurious lint failures in CI #906
Comments
Hmm, maybe the machine can't handle that much console logging. |
Probably caused by #720 (comment) |
AFAICT it happened only one (and #720 (comment) is a genius idea!). |
I think there's an stdout race of some sort between
|
Got an incantation - replace |
@Trott to the point of job 12318's failure, see nodejs/node#15805 (comment) |
Yeah, it's probably due to the speed at which this spewed out 5000 lines of text. This should be fixed by #720 (comment). I'll close this, reopen if it reoccurs. |
Key line seems to be:
ok 19 - /usr/home/iojs/build/workspace/node-test-lintercat: stdout: Resource temporarily unavailable
See https://ci.nodejs.org/job/node-test-linter/12318/console for an example.
/cc @refack
The text was updated successfully, but these errors were encountered: