Skip to content
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

Travis CI stdout write error and resource temporarily unavailable workaround #1686

Closed
tangrammer opened this issue Oct 2, 2018 · 1 comment

Comments

@tangrammer
Copy link
Contributor

tangrammer commented Oct 2, 2018

Context

Merging with master a green travis commit from develop failed in travis during client/ci-build.sh npm rebuild node-sass

Problem or idea

The npm rebuild node-sass is interrupted as consequence of a /dev/stdout: resource temporarily unavailable
https://travis-ci.org/akvo/akvo-lumen/builds/436030471
screen shot 2018-10-02 at 11 47 13

Solution or next step

so far IMO the problem is related with “EAGAIN (errno 11) in Linux while dealing with non-blocking operations.“, as far as it’s detailed here => travis-ci/travis-ci#4704 … summarised here=> https://blog.m157q.tw/posts/2018/03/30/travis-ci-stdout-write-error-and-resource-temporarily-unavailable-workaround/ … maybe located as issue in node already => nodejs/node#19838

IMO, we should go ahead with the python patch (solution stable in travis https://travis-ci.org/akvo/akvo-lumen/builds/436047370) until node fixes its own problems there

PS: I also tried to update node-sass version (as far as the error appears with this operation) with no success f11c859 … which corroborate a bit 🙂 that is a node problem instead of a node-lib problem

@stale
Copy link

stale bot commented Apr 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 24, 2020
@stale stale bot closed this as completed May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants