-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
IBM i CI failures #43509
Comments
These two are variations on #36925 (comment). I'll open a PR to add |
I suspect this one is that IBM i doesn't (cannot?) report memory usage: #32043 (comment) |
@V-for-Vasili, since you volunteered to look, please take a look at test-icu-env on IBM i. It was added back in May by #42683 and appears to be timing out on IBM i, e.g. https://ci.nodejs.org/job/node-test-commit-ibmi/798/nodes=ibmi73-ppc64/testReport/junit/(root)/test/parallel_test_icu_env/ |
Looks like the whole test takes about 3m to complete on IBMi compared to about 11seconds on x64 linux. Does not look like SLOW is an option for Release build, PR to skip: #43559 |
On IBM i rss memory information is not available and always returns `0`. PR-URL: #43511 Refs: #43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Some platforms may return `EOVERFLOW` errors instead of `EFBIG`. PR-URL: nodejs#43510 Refs: nodejs#42999 Refs: nodejs#43509 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
On IBM i rss memory information is not available and always returns `0`. PR-URL: nodejs#43511 Refs: nodejs#43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
I edited the IBM i Jenkins job to increase the test timeout from the default 2 mins to 5 mins (via
It looks like we've gained two new failures in |
I assume this is not needed then #43559 if we intend to keep the timeout 5minutes on ibmi? |
Yeah, sorry about that. I'd be happy to keep the timeout on IBM i at 5 minutes (or even extend further if we find it necessary to do so). |
The two new failures are problems opening a test fixture: 09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\n' +
09:24:45 'Error: Could not open history file.\n' +
09:24:45 'REPL session history will not be persisted.\n'
09:24:45 Failed test # 8
09:24:45 /home/IOJS/build/workspace/node-test-commit-ibmi/nodes/ibmi73-ppc64/test/parallel/test-repl-persistent-history.js:234
09:24:45 throw err;
09:24:45 ^
09:24:45
09:24:45 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
09:24:45 + actual - expected
09:24:45
09:24:45 + '\n' +
09:24:45 + 'Error: Could not open history file.\n' +
09:24:45 + 'REPL session history will not be persisted.\n'
09:24:45 - undefined
09:24:45 at Writable.write [as _write] (/home/IOJS/build/workspace/node-test-commit-ibmi/nodes/ibmi73-ppc64/test/parallel/test-repl-persistent-history.js:231:18)
09:24:45 at writeOrBuffer (node:internal/streams/writable:392:12)
09:24:45 at _write (node:internal/streams/writable:333:10)
09:24:45 at Writable.write (node:internal/streams/writable:337:10)
09:24:45 at [_writeToOutput] [as _writeToOutput] (node:internal/readline/interface:445:19)
09:24:45 at _writeToOutput (node:internal/repl/history:29:8)
09:24:45 at oninit (node:internal/repl/history:69:7)
09:24:45 at FSReqCallback.oncomplete (node:fs:201:23)
09:24:45 at FSReqCallback.callbackTrampoline (node:internal/async_hooks:130:17) {
09:24:45 generatedMessage: true,
09:24:45 code: 'ERR_ASSERTION',
09:24:45 actual: '\n' +
09:24:45 'Error: Could not open history file.\n' +
09:24:45 'REPL session history will not be persisted.\n',
09:24:45 expected: undefined,
09:24:45 operator: 'strictEqual'
09:24:45 } 09:24:45 not ok 2227 parallel/test-repl-persistent-history
09:24:45 ---
09:24:45 duration_ms: 2.1
09:24:45 severity: fail
09:24:45 exitcode: 1
09:24:45 stack: |-
09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\n' +
09:24:45 'Persistent history support disabled. Set the NODE_REPL_HISTORY environment\n' +
09:24:45 'variable to a valid, user-writable path to enable.\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\n' +
09:24:45 'Persistent history support disabled. Set the NODE_REPL_HISTORY environment\n' +
09:24:45 'variable to a valid, user-writable path to enable.\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT "> 'you look fabulous today'"
09:24:45 INPUT '\x1B[28G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '2'
09:24:45 INPUT '1'
09:24:45 INPUT '\r\n'
09:24:45 INPUT '21\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT "'"
09:24:45 INPUT '4'
09:24:45 INPUT '2'
09:24:45 INPUT "'"
09:24:45 INPUT '\r\n'
09:24:45 INPUT "'42'\n"
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT "> '42'"
09:24:45 INPUT '\x1B[7G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> 21'
09:24:45 INPUT '\x1B[5G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT "> '42'"
09:24:45 INPUT '\x1B[7G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> 21'
09:24:45 INPUT '\x1B[5G'
09:24:45 INPUT '\r\n'
09:24:45 INPUT '21\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT "> 'you look fabulous today'"
09:24:45 INPUT '\x1B[28G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT "> 'you look fabulous today'"
09:24:45 INPUT '\x1B[28G'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\n' +
09:24:45 'Error: Could not open history file.\n' +
09:24:45 'REPL session history will not be persisted.\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\n' +
09:24:45 'Persistent history support disabled. Set the NODE_REPL_HISTORY environment\n' +
09:24:45 'variable to a valid, user-writable path to enable.\n'
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\r\n'
09:24:45 NEW
09:24:45 INPUT '\x1B[1G'
09:24:45 INPUT '\x1B[0J'
09:24:45 INPUT '> '
09:24:45 INPUT '\x1B[3G'
09:24:45 INPUT '\n' +
09:24:45 'Error: Could not open history file.\n' +
09:24:45 'REPL session history will not be persisted.\n'
09:24:45 Failed test # 8
09:24:45 /home/IOJS/build/workspace/node-test-commit-ibmi/nodes/ibmi73-ppc64/test/parallel/test-repl-persistent-history.js:234
09:24:45 throw err;
09:24:45 ^
09:24:45
09:24:45 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
09:24:45 + actual - expected
09:24:45
09:24:45 + '\n' +
09:24:45 + 'Error: Could not open history file.\n' +
09:24:45 + 'REPL session history will not be persisted.\n'
09:24:45 - undefined
09:24:45 at Writable.write [as _write] (/home/IOJS/build/workspace/node-test-commit-ibmi/nodes/ibmi73-ppc64/test/parallel/test-repl-persistent-history.js:231:18)
09:24:45 at writeOrBuffer (node:internal/streams/writable:392:12)
09:24:45 at _write (node:internal/streams/writable:333:10)
09:24:45 at Writable.write (node:internal/streams/writable:337:10)
09:24:45 at [_writeToOutput] [as _writeToOutput] (node:internal/readline/interface:445:19)
09:24:45 at _writeToOutput (node:internal/repl/history:29:8)
09:24:45 at oninit (node:internal/repl/history:69:7)
09:24:45 at FSReqCallback.oncomplete (node:fs:201:23)
09:24:45 at FSReqCallback.callbackTrampoline (node:internal/async_hooks:130:17) {
09:24:45 generatedMessage: true,
09:24:45 code: 'ERR_ASSERTION',
09:24:45 actual: '\n' +
09:24:45 'Error: Could not open history file.\n' +
09:24:45 'REPL session history will not be persisted.\n',
09:24:45 expected: undefined,
09:24:45 operator: 'strictEqual'
09:24:45 }
09:24:45
09:24:45 Node.js v19.0.0-pre
09:24:45 ...
...
09:24:47 not ok 2235 parallel/test-repl-programmatic-history
09:24:48 ---
09:24:48 duration_ms: 2.119
09:24:48 severity: fail
09:24:48 exitcode: 1
09:24:48 stack: |-
09:24:48 NEW
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\n' +
09:24:48 'Persistent history support disabled. Set the NODE_REPL_HISTORY environment\n' +
09:24:48 'variable to a valid, user-writable path to enable.\n'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 NEW
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\n' +
09:24:48 'Persistent history support disabled. Set the NODE_REPL_HISTORY environment\n' +
09:24:48 'variable to a valid, user-writable path to enable.\n'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 NEW
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT "> 'you look fabulous today'"
09:24:48 INPUT '\x1B[28G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 NEW
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '2'
09:24:48 INPUT '1'
09:24:48 INPUT '\r\n'
09:24:48 INPUT '21\n'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT "'"
09:24:48 INPUT '4'
09:24:48 INPUT '2'
09:24:48 INPUT "'"
09:24:48 INPUT '\r\n'
09:24:48 INPUT "'42'\n"
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 NEW
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT "> '42'"
09:24:48 INPUT '\x1B[7G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> 21'
09:24:48 INPUT '\x1B[5G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> 21'
09:24:48 INPUT '\x1B[5G'
09:24:48 INPUT '\r\n'
09:24:48 INPUT '21\n'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 NEW
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT "> 'you look fabulous today'"
09:24:48 INPUT '\x1B[28G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT "> 'you look fabulous today'"
09:24:48 INPUT '\x1B[28G'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 NEW
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\n' +
09:24:48 'Error: Could not open history file.\n' +
09:24:48 'REPL session history will not be persisted.\n'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\n' +
09:24:48 'Persistent history support disabled. Set the NODE_REPL_HISTORY environment\n' +
09:24:48 'variable to a valid, user-writable path to enable.\n'
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\r\n'
09:24:48 NEW
09:24:48 INPUT '\x1B[1G'
09:24:48 INPUT '\x1B[0J'
09:24:48 INPUT '> '
09:24:48 INPUT '\x1B[3G'
09:24:48 INPUT '\n' +
09:24:48 'Error: Could not open history file.\n' +
09:24:48 'REPL session history will not be persisted.\n'
09:24:48 Failed test # 8
09:24:48 /home/IOJS/build/workspace/node-test-commit-ibmi/nodes/ibmi73-ppc64/test/parallel/test-repl-programmatic-history.js:231
09:24:48 throw err;
09:24:48 ^
09:24:48
09:24:48 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
09:24:48 + actual - expected
09:24:48
09:24:48 + '\n' +
09:24:48 + 'Error: Could not open history file.\n' +
09:24:48 + 'REPL session history will not be persisted.\n'
09:24:48 - undefined
09:24:48 at Writable.write [as _write] (/home/IOJS/build/workspace/node-test-commit-ibmi/nodes/ibmi73-ppc64/test/parallel/test-repl-programmatic-history.js:228:18)
09:24:48 at writeOrBuffer (node:internal/streams/writable:392:12)
09:24:48 at _write (node:internal/streams/writable:333:10)
09:24:48 at Writable.write (node:internal/streams/writable:337:10)
09:24:48 at [_writeToOutput] [as _writeToOutput] (node:internal/readline/interface:445:19)
09:24:48 at _writeToOutput (node:internal/repl/history:29:8)
09:24:48 at oninit (node:internal/repl/history:69:7)
09:24:48 at FSReqCallback.oncomplete (node:fs:201:23)
09:24:48 at FSReqCallback.callbackTrampoline (node:internal/async_hooks:130:17) {
09:24:48 generatedMessage: true,
09:24:48 code: 'ERR_ASSERTION',
09:24:48 actual: '\n' +
09:24:48 'Error: Could not open history file.\n' +
09:24:48 'REPL session history will not be persisted.\n',
09:24:48 expected: undefined,
09:24:48 operator: 'strictEqual'
09:24:48 }
09:24:48
09:24:48 Node.js v19.0.0-pre
09:24:48 ... |
I logged into the machine and was able to see that, for some reason, one of the test fixtures was not owned by the bash-5.1$ ls -al /home/IOJS/build/workspace/node-test-commit-ibmi/nodes/ibmi73-ppc64/test/fixtures/
total 2608
drwxrwsrwx 51 iojs 0 126976 Jun 20 12:05 .
drwxrwsrwx 30 iojs 0 24576 Jun 29 08:32 ..
-rw-r--r-- 1 nodejs 0 0 Jun 29 08:21 .empty-hidden-repl-history-file
-rw-rw-rw- 1 iojs 0 0 Jun 2 03:04 .empty-repl-history-file
-rw-rw-rw- 1 iojs 0 40 Jun 2 03:04 .node_repl_history
drwxrwsrwx 2 iojs 0 8192 Jun 2 03:04 0-dns I'm not entirely sure how that has happened -- I've changed the owner of that file back to |
Good news is the repl test failures have gone away. Bad news is that this run has yet another failure 😢.
Trying again: https://ci.nodejs.org/job/node-test-commit-ibmi/810/nodes=ibmi73-ppc64/ |
This error message looks like the one from ECONNRESET test failures a while back. Were PTFs MF69727 and MF69652 |
I have no idea. @ThePrez were the PTF's applied to the iinthecloud machines as well as the rzkh one? |
Sorry, @richardlau et al. |
On IBM i rss memory information is not available and always returns `0`. PR-URL: #43511 Refs: #43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
On IBM i rss memory information is not available and always returns `0`. PR-URL: #43511 Refs: #43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
On IBM i rss memory information is not available and always returns `0`. PR-URL: #43511 Refs: #43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Still lots of IBM i CI failures. Here's today's daily run: https://ci.nodejs.org/job/node-test-commit-ibmi/849/nodes=ibmi73-ppc64/#showFailuresLink It seems to be the difference between a red daily run and a yellow daily run. Should we consider removing IBM i from the daily run until things are in a better state? Or maybe moving it to its own daily run so it doesn't affect the daily results for overall? |
@ThePrez Any news on APAR for the iinthecloud machines? |
@richardlau unfortunately not. They have been unresponsive. |
There's only one failure there that isn't already marked flaky -- I've opened a PR to mark |
With #44215 we're down to one test that is failing the IBM i CI build: https://ci.nodejs.org/job/node-test-commit-ibmi/862/nodes=ibmi73-ppc64/console
This test is already marked flaky on IBM i node/test/sequential/sequential.status Lines 30 to 31 in d7f1934
severity: fail ) instead of flakes (severity: flaky ).
|
Mark `test-http-pipeline-requests-connection-leak` flaky on IBM i. PR-URL: nodejs#44215 Refs: nodejs#43509 Refs: nodejs#39683 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Some platforms may return `EOVERFLOW` errors instead of `EFBIG`. PR-URL: nodejs/node#43510 Refs: nodejs/node#42999 Refs: nodejs/node#43509 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
On IBM i rss memory information is not available and always returns `0`. PR-URL: nodejs/node#43511 Refs: nodejs/node#43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Mark `test-http-pipeline-requests-connection-leak` flaky on IBM i. PR-URL: nodejs/node#44215 Refs: nodejs/node#43509 Refs: nodejs/node#39683 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Mark `test-http-pipeline-requests-connection-leak` flaky on IBM i. PR-URL: nodejs/node#44215 Refs: nodejs/node#43509 Refs: nodejs/node#39683 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
It looks like the IBM CI has been red for as long as we've got history: https://ci.nodejs.org/job/node-test-commit-ibmi/
From the latest CI run, https://ci.nodejs.org/job/node-test-commit-ibmi/798/#showFailuresLink, filtering out the tests already marked flaky we have these failures:
test.parallel/test-fs-readSync-position-validation
test.parallel/test-icu-env
test.parallel/test-fs-read-position-validation
test.parallel/test-v8-serialize-leak
cc @nodejs/platform-ibmi
The text was updated successfully, but these errors were encountered: