| Summary: | [dev-preview-int] NPM build fails : Error response from daemon: Unable to remove filesystem for | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Charles Moulliard <cmoulliard> |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> |
| Status: | CLOSED WORKSFORME | QA Contact: | DeShuai Ma <dma> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | aos-bugs, dakini, jokerman, mmccomas, sspeiche, trankin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-06 16:45:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Charles Moulliard
2016-12-05 14:49:35 UTC
The issue appears to be memory/resource related. Online Ops nor I have been able to reproduce the exact problem but we cannot build the project with the following failures: <--- Last few GCs ---> 2352307 ms: Mark-sweep 1359.6 (1458.1) -> 1358.7 (1458.1) MB, 3177.3 / 0 ms [allocation failure] [GC in old space requested]. 2354579 ms: Mark-sweep 1358.7 (1458.1) -> 1358.6 (1458.1) MB, 2271.9 / 0 ms [allocation failure] [GC in old space requested]. 2357021 ms: Mark-sweep 1358.6 (1458.1) -> 1356.4 (1458.1) MB, 2442.1 / 0 ms [last resort gc]. 2359668 ms: Mark-sweep 1356.4 (1458.1) -> 1357.2 (1458.1) MB, 2646.9 / 0 ms [last resort gc]. <--- JS stacktrace ---> ==== JS stack trace ========================================= Security context: 0x2c1f9ca5a91 <JS Object> 2: /* anonymous */(aka /* anonymous */) [/opt/rh/rh-nodejs4/root/usr/lib/node_modules/spdx-expression-parse/index.js:~3] [pc=0x2ac02d7c857f] (this=0x2c1f9c041b9 <undefined>,argument=0x1ddc0bfff509 <String[3]: MIT>) 3: /* anonymous */ [/opt/rh/rh-nodejs4/root/usr/lib/node_modules/validate-npm-package-license/index.js:36] [pc=0x2ac02d4da807] (this=0x198e33324fc9 <JS Global Object>,argument... FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory /tmp/scripts/assemble: line 26: 23 Aborted (core dumped) npm install --dev --no-progress error: build error: non-zero (13) exit code from centos/nodejs-4-centos7 The stack trace is produced when the build is done under an account with sufficiently larger resources than a regular user in the INT environment. |