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

CI Reliability 2023-06-05 #586

Open
30 tasks
github-actions bot opened this issue Jun 5, 2023 · 0 comments
Open
30 tasks

CI Reliability 2023-06-05 #586

github-actions bot opened this issue Jun 5, 2023 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Jun 5, 2023

Failures in node-test-pull-request/52000 to node-test-pull-request/52095 that failed more than 2 PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md)

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2023-06-05 00:15 0 4 20 0 76 4.00%

JSTest Failure

Reason parallel/test-child-process-pipe-dataflow
Type JS_TEST_FAILURE
Failed PR 17 (nodejs/node#48258, nodejs/node#46561, nodejs/node#48297, nodejs/node#48292, nodejs/node#48306, nodejs/node#48301, nodejs/node#48308, nodejs/node#48279, nodejs/node#48232, nodejs/node#48330, nodejs/node#48331, nodejs/node#48332, nodejs/node#48319, nodejs/node#48296, nodejs/node#48320, nodejs/node#48321, nodejs/node#48322)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win11_vs2022-arm64-3, test-rackspace-win2012r2_vs2019-x64-6, test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win11_vs2022-arm64-2, test-rackspace-win2012r2_vs2017-x64-3, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-4, test-rackspace-win2012r2_vs2015-x64-2, test-azure_msft-win11_vs2022-arm64-6, test-azure_msft-win11_vs2022-arm64-5, test-azure_msft-win11_vs2022-arm64-4, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-2, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52095/
Example
not ok 107 parallel/test-child-process-pipe-dataflow
  ---
  duration_ms: 293.72900
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + '247816'
    - '1048577'
        at process.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-pipe-dataflow.js:71:12)
        at process.emit (node:events:523:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '247816',
      expected: '1048577',
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-blob-file-backed
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#48258, nodejs/node#48259, nodejs/node#48247, nodejs/node#48296, nodejs/node#48322, nodejs/node#48331)
Appeared test-ibm-rhel8-s390x-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-ibm-rhel8-s390x-1, test-digitalocean-freebsd12-x64-1, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52083/
Example
not ok 100 parallel/test-blob-file-backed
  ---
  duration_ms: 111.62800
  severity: fail
  exitcode: 1
  stack: |-
    
    node:internal/per_context/domexception:53
        ErrorCaptureStackTrace(this);
        ^
    DOMException [NotReadableError]: The blob could not be read
        at new DOMException (node:internal/per_context/domexception:53:5)
        at __node_internal_ (node:internal/util:663:10)
        at BlobReader.<anonymous> (node:internal/blob:290:25)
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-crypto-secure-heap
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#48218, nodejs/node#46826, nodejs/node#48249, nodejs/node#48258, nodejs/node#48259, nodejs/node#48231)
Appeared test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52003/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52015/
Example
not ok 728 parallel/test-crypto-secure-heap
  ---
  duration_ms: 0.581
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1027
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /--secure-heap must be a power of 2/. Input:
    
    ''
    
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-crypto-secure-heap.js:71:12)
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/common/index.js:446:15)
        at ChildProcess.emit (node:events:513:28)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '',
      expected: /--secure-heap must be a power of 2/,
      operator: 'match'
    }
  ...


Reason parallel/test-child-process-stdio-reuse-readable-stdio
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#48296, nodejs/node#48297, nodejs/node#48308, nodejs/node#48322, nodejs/node#48320)
Appeared test-rackspace-win2012r2_vs2019-x64-4, test-rackspace-win2012r2_vs2015-x64-2, test-azure_msft-win10_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52059/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52075/
Example
not ok 112 parallel/test-child-process-stdio-reuse-readable-stdio
  ---
  duration_ms: 311.00000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + '����\x07\x00\x00\x00$�)\x10\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x0F\x00\x00\x00\x00\x00������������\x07\x00\x00\x00$�)\x10\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x0F\x00\x00\x00\x00\x00������������\x07\x00\x00\x00$�)\x10\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x0F\x00\x00\x00\x00\x00������������\x07\x00\x00\x00$�)\x10\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x0F\x00\x00\x00\x00\x00������������\x07\x00\x00\x00$�)\x10\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x0F\x00\x00\x00\x00\x00������������\x07\x00\x00\x00$�)\x10\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x00\x0F\x00\x00\x00\x00\x00������������\x07\x00\x...

Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#48186, nodejs/node#48296, nodejs/node#48331, nodejs/node#48334)
Appeared test-ibm-rhel8-x64-1, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/52052/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52090/
Example
not ok 2220 parallel/test-performance-function
  ---
  duration_ms: 150.98100
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/errors:496
        ErrorCaptureStackTrace(err);
        ^
    
    RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
        at RecordableHistogram.record (node:internal/histogram:283:5)
        at processComplete (node:internal/perf/timerify:40:15)
        at timerified m (node:internal/perf/timerify:87:5)
        at /home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-performance-function.js:98:5
        at runNextTicks (node:internal/process/task_queues:60:5)
        at listOnTimeout (node:internal/timers:540:9)
        at process.processTimers (node:internal/timers:514:7) {
      code: 'ERR_OUT_OF_RANGE'
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-runner-output
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#48258, nodejs/node#48231, nodejs/node#48292, nodejs/node#46561)
Appeared undefined, test-orka-macos11-x64-2, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52060/
Example
not ok 2568 parallel/test-runner-output
  ---
  duration_ms: 3021.68300
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: test runner output
        # Subtest: test-runner/output/abort.js
        not ok 1 - test-runner/output/abort.js
          ---
          duration_ms: 1391.626847
          failureType: 'testCodeFailure'
          error: |-
            Expected values to be strictly equal:
            + actual - expected ... Lines skipped
            
              'TAP version 13\n' +
                '# Subtest: promise timeout signal\n' +
            ...


Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#48258, nodejs/node#48231, nodejs/node#48321)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52074/
Example
not ok 1368 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120311.61400
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-add-file-with-url
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#48258, nodejs/node#48231, nodejs/node#48162)
Appeared test-ibm-rhel8-s390x-4, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52044/
Example
not ok 1328 parallel/test-fs-watch-recursive-add-file-with-url
  ---
  duration_ms: 120126.22800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#48308, nodejs/node#48319, nodejs/node#48334)
Appeared test-rackspace-win2012r2_vs2019-x64-6, test-rackspace-win2012r2_vs2015-x64-2, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52061/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52088/
Example
not ok 758 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 794.00300
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 57311 session? false
    [primary] got "listening"
    [primary] got "listening"
    [primary] got "listening"
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 57311 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 57311 session? true
    [primary] connecting 57311 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 57311 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 57311 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 57311 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 57311 session? true
    [worker] connection reused? true...

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#48258, nodejs/node#48308, nodejs/node#48320)
Appeared test-rackspace-win2012r2_vs2019-x64-4, test-rackspace-win2012r2_vs2015-x64-2, test-nearform-macos11.0-arm64-1, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52075/
Example
not ok 928 sequential/test-worker-prof
  ---
  duration_ms: 1748.99800
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with non-zero status:                      {
      status: 3221225477,
      signal: null,
      output: [ null, '', '' ],
      pid: 4368,
      stdout: '',
      stderr: ''
    }
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\sequential\test-worker-prof.js:61:10)
        at Module._compile (node:internal/modules/cjs/loader:1255:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
        at Module.load (node:internal/modules/cjs/loader:1113:32)
        at Module._load (node:internal/modules/cjs/loader:960:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTIO...

Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48267, nodejs/node#48319)
Appeared test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu1804_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/52048/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52076/
Example
not ok 138 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360026.40900
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-read-stream
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48258, nodejs/node#48321)
Appeared test-digitalocean-fedora34-x64-2, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52074/
Example
not ok 828 parallel/test-fs-read-stream
  ---
  duration_ms: 144.28500
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    '' !== 'xy'
    
        at ReadStream.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-fs-read-stream.js:210:14)
        at ReadStream.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.js:466:15)
        at ReadStream.emit (node:events:511:28)
        at endReadableNT (node:internal/streams/readable:1367:12)
        at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '',
      expected: 'xy',
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-add-file
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48218, nodejs/node#48258)
Appeared test-softlayer-alpine315_container-x64-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52003/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Example
not ok 1167 parallel/test-fs-watch-recursive-add-file
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 937, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 980, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 917, in run
    self._target(*self._args, **self._kwargs)
  File "/home/iojs/build/workspace/node-test-commit-linux/tools/test.py", line 239, in RunSingle
    self.HasRun(output)
  File "/home/iojs/build/workspace/node-test-commit-linux/tools/test.py", line 375, in HasRun
    logger.info(status_line)
Message: 'not ok 1167 parallel/test-fs-watch-recursive-add-file'
Arguments: ()
  ---
--- Logging error ---
Traceback (most recent call last):
  File ...

Reason parallel/test-fs-watch-recursive-add-file-to-new-folder
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48249, nodejs/node#48258)
Appeared test-softlayer-alpine315_container-x64-1, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52006/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Example
not ok 1169 parallel/test-fs-watch-recursive-add-file-to-new-folder
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 937, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 980, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 917, in run
    self._target(*self._args, **self._kwargs)
  File "/home/iojs/build/workspace/node-test-commit-linux/tools/test.py", line 239, in RunSingle
    self.HasRun(output)
  File "/home/iojs/build/workspace/node-test-commit-linux/tools/test.py", line 375, in HasRun
    logger.info(status_line)
Message: 'not ok 1169 parallel/test-fs-watch-recursive-add-file-to-new-folder'
Arguments: ()
  ---
--- Logging error ---
Traceback (mos...

Reason parallel/test-http2-misbehaving-multiplex
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48258, nodejs/node#48242)
Appeared test-orka-macos11-x64-2, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52021/
Example
not ok 1483 parallel/test-http2-misbehaving-multiplex
  ---
  duration_ms: 434.69600
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: 5
        at Http2Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http2-misbehaving-multiplex.js:45:10)
        at Http2Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/index.js:463:15)
        at Http2Server.emit (node:events:511:28)
        at ServerHttp2Session.sessionOnStream (node:internal/http2/core:3003:19)
        at ServerHttp2Session.emit (node:events:511:28)
        at emit (node:internal/http2/core:331:3)
        at process.processTicksAndRejections (node:internal/process/task_queues:85:22) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 5,
      expected: 5,
      operator: 'notStrictEqual'
   ...

Reason parallel/test-inspector-async-stack-traces-set-interval
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48259, nodejs/node#48279)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52014/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52080/
Example
not ok 1839 parallel/test-inspector-async-stack-traces-set-interval
  ---
  duration_ms: 15608.64400
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:36343/951c7f00-5bea-47a0-98ad-431f108c5023
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [test] Skipping the first breakpoint in the eval script
    Timed out waiting for matching notification (break on [eval]:0)
    1
  ...


Reason parallel/test-inspector-stop-profile-after-done
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48231, nodejs/node#48258)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52020/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52027/
Example
not ok 2915 parallel/test-inspector-stop-profile-after-done
  ---
  duration_ms: 120060.01700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:43711/d274f4a8-94e2-4734-b019-49bf2f003328
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
  ...


Reason parallel/test-runner-inspect
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48258, nodejs/node#47932)
Appeared test-ibm-rhel8-s390x-4, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52042/
Example
not ok 3274 parallel/test-runner-inspect
  ---
  duration_ms: 120183.83800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] (node:1815095) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
    [err] (Use `node --trace-warnings ...` to show where the warning was created)
    [err] 
    [out] TAP version 13
    [out] 
    [err] Debugger listening on ws://127.0.0.1:40691/e800c4a0-e30e-40bd-bcd5-2c5b4cd685bc
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [out] # Debugger ending on ws://127.0.0.1:40691/e800c4a0-e30e-40bd-bcd5-2c5b4cd685bc
    [out] 
  ...


Reason parallel/test-runner-run
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48258, nodejs/node#48259)
Appeared test-digitalocean-alpine315_container-x64-1, test-digitalocean-freebsd12-x64-1, test-equinix_mnx-smartos20-x64-4, test-nearform-macos11.0-arm64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52014/
Example
not ok 3149 parallel/test-runner-run
  ---
  duration_ms: 120060.05500
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    TAP version 13
    # Subtest: require('node:test').run
        # Subtest: should run with no tests
        ok 1 - should run with no tests
          ---
          duration_ms: 695.45648
          ...


Reason parallel/test-watch-mode-files_watcher
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48258, nodejs/node#48322)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52073/
Example
not ok 2988 parallel/test-watch-mode-files_watcher
  ---
  duration_ms: 653.12800
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: watch mode file watcher
        # Subtest: should watch changed files
        not ok 1 - should watch changed files
          ---
          duration_ms: 3.124578
          failureType: 'testCodeFailure'
          error: "EMFILE: too many open files, watch '/home/iojs/node-tmp/.tmp.2980/file1'"
          code: 'EMFILE'
          stack: |-
            FSWatcher.<computed> (node:internal/fs/watchers:247:19)
            watch (node:fs:2427:36)
            FilesWatcher.watchPath (node:internal/watch_mode/files_watcher:96:21)
            FilesWatcher.filterFile (node:internal/watch_mode/files_watcher:112:12)
            TestContext.<anonymous> (file:///home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-watch-mode-files_watcher.mjs:49:13)
            Test.runInAsyncScope (node:async_hooks:206:9)
            Test.run (node:internal/test_runner/te...

Reason parallel/test-worker-http2-stream-terminate
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48174, nodejs/node#48255)
Appeared test-rackspace-win2012r2_vs2017-x64-4, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52000/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52054/
Example
not ok 837 parallel/test-worker-http2-stream-terminate
  ---
  duration_ms: 1171.01100
  severity: crashed
  exitcode: 3221225477
  stack: |-
  ...


Reason pummel/test-fs-watch-non-recursive
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48258, nodejs/node#48255)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52017/
Example
not ok 3565 pummel/test-fs-watch-non-recursive
  ---
  duration_ms: 110.95400
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/watchers:255
        throw error;
        ^
    
    Error: ENOSPC: System limit for number of file watchers reached, watch '/home/iojs/node-tmp/.tmp.3564'
        at FSWatcher.<computed> (node:internal/fs/watchers:247:19)
        at Object.watch (node:fs:2427:36)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/pummel/test-fs-watch-non-recursive.js:41:20)
        at Module._compile (node:internal/modules/cjs/loader:1255:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
        at Module.load (node:internal/modules/cjs/loader:1113:32)
        at Module._load (node:internal/modules/cjs/loader:960:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      errno: -28,
      syscall: 'watch',
     ...

Reason sequential/test-http-regr-gh-2928
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48258, nodejs/node#48267)
Appeared test-digitalocean-freebsd12-x64-1, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52047/
Example
not ok 3871 sequential/test-http-regr-gh-2928
  ---
  duration_ms: 120108.22800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    .+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.
  ...


Reason sequential/test-perf-hooks
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48186, nodejs/node#48258)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52022/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52027/
Example
not ok 3884 sequential/test-perf-hooks
  ---
  duration_ms: 615.14200
  severity: fail
  exitcode: 1
  stack: |-
    {
      name: 'node',
      entryType: 'node',
      startTime: 0,
      duration: { around: 385.95592498779297 },
      nodeStart: { around: 0 },
      v8Start: { around: 0 },
      bootstrapComplete: { around: 385.78824186325073, delay: 2500 },
      environment: { around: 0 },
      loopStart: -1,
      loopExit: -1
    }
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: environment: 250.14680194854736 >= 250
        at checkNodeTiming (/home/iojs/build/workspace/node-test-commit-arm-debug/test/sequential/test-perf-hooks.js:31:7)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm-debug/test/sequential/test-perf-hooks.js:43:1)
        at Module._compile (node:internal/modules/cjs/loader:1255:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
        at Module.load (node:internal/modules/cjs/loade...

Jenkins Failure

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#48218, nodejs/node#48270, nodejs/node#48259)
Appeared test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2019-x64-6, test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52009/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52036/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Reason Build timed out (after 120 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#48249, nodejs/node#48301)
Appeared test-digitalocean-fedora32-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52006/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52077/
Example
Build timed out (after 120 minutes). Marking the build as failed.

Git Failure

Reason ERROR: Error fetching remote repo 'jenkins_tmp'
Type GIT_FAILURE
Failed PR 2 (nodejs/node#48321, nodejs/node#48320)
Appeared test-ibm-rhel8_arm_cross_container-x64-1, test-ibm-ubuntu1804_arm_cross_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52074/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52086/
Example
ERROR: Error fetching remote repo 'jenkins_tmp'
hudson.plugins.git.GitException: Failed to fetch from binary_tmp@147.75.72.255:binary_tmp.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
	at hudson.scm.SCM.checkout(SCM.java:540)

Build Failure

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 8 (nodejs/node#48218, nodejs/node#48258, nodejs/node#48259, nodejs/node#48255, nodejs/node#48247, nodejs/node#48265, nodejs/node#48308, nodejs/node#48334)
Appeared test-ibm-rhel8-x64-1, test-nearform-macos10.15-x64-3, test-nearform-macos10.15-x64-1, test-softlayer-ubi81_container-x64-1, test-digitalocean-alpine318_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52003/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52088/
Example
fatal: No rebase in progress?

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#46826, nodejs/node#48162, nodejs/node#48320, nodejs/node#48301)
Appeared test-equinix_mnx-smartos20-x64-3, test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-ubuntu2004_container-armv7l-1, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-arm64-2, test-osuosl-aix72-ppc64_be-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/52005/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52077/
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason fatal error: error in backend: IO failure on output stream: No space left on device
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#48174, nodejs/node#48186)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52000/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52022/
Example
fatal error: error in backend: IO failure on output stream: No space left on device

Progress

  • parallel/test-child-process-pipe-dataflow (17)
  • parallel/test-blob-file-backed (6)
  • parallel/test-crypto-secure-heap (6)
  • parallel/test-child-process-stdio-reuse-readable-stdio (5)
  • parallel/test-performance-function (4)
  • parallel/test-runner-output (4)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (3)
  • parallel/test-fs-watch-recursive-add-file-with-url (3)
  • parallel/test-tls-ticket-cluster (3)
  • sequential/test-worker-prof (3)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-fs-read-stream (2)
  • parallel/test-fs-watch-recursive-add-file (2)
  • parallel/test-fs-watch-recursive-add-file-to-new-folder (2)
  • parallel/test-http2-misbehaving-multiplex (2)
  • parallel/test-inspector-async-stack-traces-set-interval (2)
  • parallel/test-inspector-stop-profile-after-done (2)
  • parallel/test-runner-inspect (2)
  • parallel/test-runner-run (2)
  • parallel/test-watch-mode-files_watcher (2)
  • parallel/test-worker-http2-stream-terminate (2)
  • pummel/test-fs-watch-non-recursive (2)
  • sequential/test-http-regr-gh-2928 (2)
  • sequential/test-perf-hooks (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (3)
  • Build timed out (after 120 minutes). Marking the build as failed. (2)
  • ERROR: Error fetching remote repo 'jenkins_tmp' (2)
  • fatal: No rebase in progress? (8)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (4)
  • fatal error: error in backend: IO failure on output stream: No space left on device (2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants