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-28 #601

Open
36 tasks
github-actions bot opened this issue Jun 28, 2023 · 0 comments
Open
36 tasks

CI Reliability 2023-06-28 #601

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

Comments

@github-actions
Copy link

Failures in node-test-pull-request/52430 to node-test-pull-request/52528 that failed 2 or more 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-28 00:17 2 0 20 2 76 0.00%

CCTest Failure

Jenkins Failure

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#48548, nodejs/node#45190, nodejs/node#48564, nodejs/node#48325)
Appeared test-rackspace-win2012r2_vs2019-x64-6, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52493/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52522/
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#48464, nodejs/node#48565)
Appeared test-digitalocean-fedora32-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52487/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52518/
Example
Build timed out (after 120 minutes). Marking the build as failed.

Build Failure

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#48414, nodejs/node#42387, nodejs/node#48271)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52462/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52480/
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-armv7l] $ /bin/bash -ex /tmp/jenkins3943075535710582993.sh
+ '[' -d .git ']'
+ git clean -fdx

Reason Error: list index out of range
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#42387, nodejs/node#48271)
Appeared test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52465/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52480/
Example
Error: list index out of range
+ true
+ tap2junit -i cctest.tap -o out/junit/cctest.xml
usage: tap2junit [-h] --input INPUT --output OUTPUT [--compact] [--name NAME]
                 [--package PACKAGE]
tap2junit: error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'

Reason Failed to trigger node-test-commit
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#48477, nodejs/node#48345)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52438/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52494/
Example
Failed to trigger node-test-commit

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#48540, nodejs/node#48550)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52461/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52509/
Example
fatal: No rebase in progress?

JSTest Failure

Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 10 (nodejs/node#48518, nodejs/node#48395, nodejs/node#47769, nodejs/node#48544, nodejs/node#48526, nodejs/node#48547, nodejs/node#48548, nodejs/node#48561, nodejs/node#48549, nodejs/node#48565)
Appeared test-digitalocean-freebsd12-x64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/52432/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52518/
Example
not ok 3601 pummel/test-net-throttle
  ---
  duration_ms: 356.60800
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at process.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-net-throttle.js:87:10)
        at process.emit (node:events:524:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-http-request-join-authorization-headers
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#48537, nodejs/node#48501, nodejs/node#48275, nodejs/node#48548, nodejs/node#48464, nodejs/node#48345, nodejs/node#48325)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1, test-digitalocean-alpine318_container-x64-1, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52449/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52528/
Example
not ok 1251 parallel/test-http-request-join-authorization-headers
  ---
  duration_ms: 286.69100
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    '1, 2' !== '1'
    
        at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-request-join-authorization-headers.js:39:12)
        at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/index.js:466:15)
        at Server.emit (node:events:512:28)
        at parserOnIncoming (node:_http_server:1125:12)
        at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '1, 2',
      expected: '1',
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason wpt/test-webcrypto
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#48395, nodejs/node#48345, nodejs/node#48555, nodejs/node#48564, nodejs/node#48325)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52451/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52528/
Example
not ok 3962 wpt/test-webcrypto
  ---
  duration_ms: 42383.54100
  severity: crashed
  exitcode: -6
  stack: |-
    [SKIPPED] algorithm-discards-context.https.window.js: Not relevant in Node.js context
    [SKIPPED] historical.any.js: Not relevant in Node.js context
    [PASS] setup - define tests
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 0
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 1
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 8
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)
    [PASS] X448 key derivation checks for all-zero value result with a key of order 0
    [PASS] X448 key derivation checks for all-zero value result with a...

Reason parallel/test-child-process-stdio-reuse-readable-stdio
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#48477, nodejs/node#48395, nodejs/node#48518, nodejs/node#48345)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2019-x64-4, test-rackspace-win2012r2_vs2015-x64-1, test-rackspace-win2012r2_vs2019-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/52441/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52500/
Example
not ok 125 parallel/test-child-process-stdio-reuse-readable-stdio
  ---
  duration_ms: 0.374
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
--- Logging error ---
Traceback (most recent call last):
  File "C:\Python310\lib\logging\__init__.py", line 1103, in emit
    stream.write(msg + self.terminator)
  File "C:\Python310\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 7-10: character maps to <undefined>
Call stack:
  File "C:\Python310\lib\threading.py", line 973, in _bootstrap
    self._bootstrap_inner()
  File "C:\Python310\lib\threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "C:\Python310\lib\threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "C:\work...

Reason parallel/test-fs-watch-recursive-add-file-with-url
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#48395, nodejs/node#48484, nodejs/node#48550, nodejs/node#48548)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-3, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52434/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52486/
Example
not ok 1353 parallel/test-fs-watch-recursive-add-file-with-url
  ---
  duration_ms: 120035.14400
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-symlink
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#48537, nodejs/node#48545, nodejs/node#48548, nodejs/node#48549)
Appeared test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52430/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52514/
Example
not ok 1257 parallel/test-fs-watch-recursive-symlink
  ---
  duration_ms: 120150.55900
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-single-executable-application-disable-experimental-sea-warning
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#48547, nodejs/node#48545, nodejs/node#48271)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52471/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52480/
Example
not ok 3918 sequential/test-single-executable-application-disable-experimental-sea-warning
  ---
  duration_ms: 6368.34100
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3917/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.3917/sea: the codesign_allocate helper tool cannot be found or used
    node:child_process:924
        throw err;
        ^
    
    Error: Command failed: codesign --sign - /Users/iojs/node-tmp/.tmp.3917/sea
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3917/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.3917/sea: the codesign_allocate helper tool cannot be found or used
    
        at checkExecSyncError (node:child_process:885:11)
        at execFileSync (node:child_process:921:15)
        at...

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#47769, nodejs/node#48549, nodejs/node#48510)
Appeared test-azure_msft-win2022_vs2019-x64-3, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52443/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52523/
Example
not ok 932 sequential/test-worker-prof
  ---
  duration_ms: 1575.76000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with non-zero status:                      {
      status: 3221226505,
      signal: null,
      output: [ null, '', '' ],
      pid: 6324,
      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:1257:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
        at Module.load (node:internal/modules/cjs/loader:1115:32)
        at Module._load (node:internal/modules/cjs/loader:962: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 parallel/test-child-process-pipe-dataflow
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48345, nodejs/node#48275)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-azure_msft-win2022_vs2019-x64-3, test-rackspace-win2012r2_vs2015-x64-1, test-azure_msft-win2022_vs2019-x64-2, test-rackspace-win2012r2_vs2019-x64-4, test-azure_msft-win2022_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52500/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52520/
Example
not ok 119 parallel/test-child-process-pipe-dataflow
  ---
  duration_ms: 0.324
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + '187896'
    - '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:525:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '187896',
      expected: '1048577',
      operator: 'strictEqual'
    }
    
    Node.js v18.16.2-pre
  ...


Reason parallel/test-crypto-dh
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48501, nodejs/node#45190)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52447/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52519/
Example
not ok 889 parallel/test-crypto-dh
  ---
  duration_ms: 120148.00400
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-debugger-break
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48518, nodejs/node#48542)
Appeared test-nearform-macos10.15-x64-1, test-rackspace-win2012r2_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52453/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52455/
Example
not ok 439 parallel/test-debugger-break
  ---
  duration_ms: 280.11100
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert.ok(cli.output.includes(`#1 ${script}:16`))
    
        at /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-debugger-break.js:64:10
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-fs-read-stream
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48548, nodejs/node#48564)
Appeared test-digitalocean-fedora34-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/52486/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52516/
Example
not ok 831 parallel/test-fs-read-stream
  ---
  duration_ms: 171.32500
  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:512:28)
        at endReadableNT (node:internal/streams/readable:1378: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#48540, nodejs/node#48548)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52466/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52493/
Example
not ok 1320 parallel/test-fs-watch-recursive-add-file
  ---
  duration_ms: 120102.83200
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-add-file-to-new-folder
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48395, nodejs/node#48563)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52434/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52504/
Example
not ok 1332 parallel/test-fs-watch-recursive-add-file-to-new-folder
  ---
  duration_ms: 120079.83800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-add-folder
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48518, nodejs/node#48555)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52432/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52506/
Example
not ok 1340 parallel/test-fs-watch-recursive-add-folder
  ---
  duration_ms: 120210.30000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-assert-leaks
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48545, nodejs/node#45190)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52470/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52519/
Example
not ok 1345 parallel/test-fs-watch-recursive-assert-leaks
  ---
  duration_ms: 120192.05400
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-update-file
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48563, nodejs/node#48549)
Appeared test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52505/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52514/
Example
not ok 1270 parallel/test-fs-watch-recursive-update-file
  ---
  duration_ms: 120051.01200
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48544, nodejs/node#48563)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52445/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52507/
Example
not ok 1345 parallel/test-http-server-request-timeouts-mixed
  ---
  duration_ms: 3049.09400
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(request2.completed)
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-http-server-request-timeouts-mixed.js:108:5)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-http2-misbehaving-multiplex
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48271, nodejs/node#48575)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52480/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52521/
Example
not ok 1487 parallel/test-http2-misbehaving-multiplex
  ---
  duration_ms: 276.60500
  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:466:15)
        at Http2Server.emit (node:events:512:28)
        at ServerHttp2Session.sessionOnStream (node:internal/http2/core:3004:19)
        at ServerHttp2Session.emit (node:events:512:28)
        at emit (node:internal/http2/core:329: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-debug-brk-flag
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48544, nodejs/node#48548)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52445/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52474/
Example
not ok 1841 parallel/test-inspector-debug-brk-flag
  ---
  duration_ms: 15273.52400
  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:33353/4f94b1db-6cbb-4def-be4c-2f6e5d53497d
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (break on file:///home/iojs/build/workspace/node-test-commit-linuxone/test/fixtures/loop.js:0)
    1
  ...


Reason parallel/test-inspector-exception
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47769, nodejs/node#48573)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52442/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52526/
Example
not ok 1975 parallel/test-inspector-exception
  ---
  duration_ms: 15357.58200
  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:38189/c737dad9-b328-4b6c-990e-fb072e18ed49
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [test] Verifying debugger stops on start (--inspect-brk option)
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (break on file:///home/iojs/build/workspace/node-test-commit-linuxone/test/fixtures/throws_error.js:21)
    1
  ...


Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48561, nodejs/node#39463)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/52490/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52515/
Example
not ok 2279 parallel/test-performance-function
  ---
  duration_ms: 265.76600
  severity: fail
  exitcode: 1
  stack: |-
    
    node:internal/event_target:1058
      process.nextTick(() => { throw 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-custom-suites-freestyle/test/parallel/test-performance-function.js:98:5
    Emitted 'error' event on Worker instance at:
        at [kOnErrorMessage] (node:internal/worker:326:10)
        at [kOnMessage] (node:internal/worker:337:37)
        at MessagePort.<anonymous> (node:internal/worker:232:57)
        at [nodejs.internal.kHybridDispatch] (node:internal/event_target:782:20)
        at exports.emitMessage (no...

Reason parallel/test-permission-fs-write-report
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48275, nodejs/node#48564)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-azure_msft-win2022_vs2019-x64-4, test-azure_msft-win11_vs2022-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52503/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52512/
Example
not ok 556 parallel/test-permission-fs-write-report
  ---
  duration_ms: 173.00000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:635
          throw err;
          ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    + actual - expected
    
      Comparison {
        code: 'ERR_ACCESS_DENIED',
        permission: 'FileSystemWrite',
    +   resource: 'C:\\workspace\\node-test-binary-windows-js-suites\\node\\secret.txt'
    -   resource: '\\\\?\\C:\\workspace\\node-test-binary-windows-js-suites\\node\\secret.txt'
      }
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:719:12)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:466:15)
        at expectedException (node:assert:724:17)
        at expectsError (node:assert:847:3)
        at Function.throws (node:assert:902:3)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\no...

Reason parallel/test-runner-inspect
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47769, nodejs/node#48518)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52436/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52440/
Example
not ok 3395 parallel/test-runner-inspect
  ---
  duration_ms: 120086.83700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] (node:2200749) 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:44595/3d60e0c3-317c-490e-ab21-e9c73d6323b2
    [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:44595/3d60e0c3-317c-490e-ab21-e9c73d6323b2
    [out] 
  ...


Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48345, nodejs/node#48275)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52495/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52503/
Example
not ok 2751 parallel/test-single-executable-application
  ---
  duration_ms: 120.41
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason pummel/test-net-bytes-per-incoming-chunk-overhead
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48563, nodejs/node#48576)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52507/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52510/
Example
not ok 3596 pummel/test-net-bytes-per-incoming-chunk-overhead
  ---
  duration_ms: 73725.34500
  severity: crashed
  exitcode: -6
  stack: |-
    Assertion failed: (timeout != -1), function uv__io_poll, file kqueue.c, line 290.
  ...


Reason pummel/test-process-hrtime
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48540, nodejs/node#48545)
Appeared test-ibm-rhel8-s390x-3, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52466/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52470/
Example
not ok 3614 pummel/test-process-hrtime
  ---
  duration_ms: 3505.83200
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(diff[0] <= 2)
    
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/pummel/test-process-hrtime.js:41:1)
        at Module._compile (node:internal/modules/cjs/loader:1257:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
        at Module.load (node:internal/modules/cjs/loader:1115:32)
        at Module._load (node:internal/modules/cjs/loader:962:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v21.0.0-pre
  ...


Reason sequential/test-perf-hooks
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48549, nodejs/node#45190)
Appeared test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/52482/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52519/
Example
not ok 3895 sequential/test-perf-hooks
  ---
  duration_ms: 414.70200
  severity: fail
  exitcode: 1
  stack: |-
    {
      name: 'node',
      entryType: 'node',
      startTime: 0,
      duration: { around: 286.7071042060852 },
      nodeStart: { around: 0 },
      v8Start: { around: 0 },
      bootstrapComplete: { around: 286.6749029159546, delay: 2500 },
      environment: { around: 0 },
      loopStart: -1,
      loopExit: -1
    }
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: environment: 254.6782102584839 >= 250
        at checkNodeTiming (/home/iojs/build/workspace/node-test-commit-arm/test/sequential/test-perf-hooks.js:31:7)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/sequential/test-perf-hooks.js:43:1)
        at Module._compile (node:internal/modules/cjs/loader:1257:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
        at Module.load (node:internal/modules/cjs/loader:1115:32)
    ...

Reason sequential/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48545, nodejs/node#48271)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52476/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52480/
Example
not ok 3917 sequential/test-single-executable-application
  ---
  duration_ms: 6480.24100
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3916/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.3916/sea: the codesign_allocate helper tool cannot be found or used
    node:child_process:924
        throw err;
        ^
    
    Error: Command failed: codesign --sign - /Users/iojs/node-tmp/.tmp.3916/sea
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3916/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.3916/sea: the codesign_allocate helper tool cannot be found or used
    
        at checkExecSyncError (node:child_process:885:11)
        at execFileSync (node:child_process:921:15)
        at injectAndCodeSign (/Users/iojs/b...

Reason sequential/test-single-executable-application-empty
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48545, nodejs/node#48271)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52476/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52480/
Example
not ok 3919 sequential/test-single-executable-application-empty
  ---
  duration_ms: 6494.95900
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3918/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.3918/sea: the codesign_allocate helper tool cannot be found or used
    node:child_process:924
        throw err;
        ^
    
    Error: Command failed: codesign --sign - /Users/iojs/node-tmp/.tmp.3918/sea
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.3918/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.3918/sea: the codesign_allocate helper tool cannot be found or used
    
        at checkExecSyncError (node:child_process:885:11)
        at execFileSync (node:child_process:921:15)
        at injectAndCodeSign (/Users/...

Progress

  • Build timed out (after 60 minutes). Marking the build as failed. (4)
  • Build timed out (after 120 minutes). Marking the build as failed. (2)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (3)
  • Error: list index out of range (2)
  • Failed to trigger node-test-commit (2)
  • fatal: No rebase in progress? (2)
  • pummel/test-net-throttle (10)
  • parallel/test-http-request-join-authorization-headers (7)
  • wpt/test-webcrypto (5)
  • parallel/test-child-process-stdio-reuse-readable-stdio (4)
  • parallel/test-fs-watch-recursive-add-file-with-url (4)
  • parallel/test-fs-watch-recursive-symlink (4)
  • sequential/test-single-executable-application-disable-experimental-sea-warning (3)
  • sequential/test-worker-prof (3)
  • parallel/test-child-process-pipe-dataflow (2)
  • parallel/test-crypto-dh (2)
  • parallel/test-debugger-break (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-fs-watch-recursive-add-folder (2)
  • parallel/test-fs-watch-recursive-assert-leaks (2)
  • parallel/test-fs-watch-recursive-update-file (2)
  • parallel/test-http-server-request-timeouts-mixed (2)
  • parallel/test-http2-misbehaving-multiplex (2)
  • parallel/test-inspector-debug-brk-flag (2)
  • parallel/test-inspector-exception (2)
  • parallel/test-performance-function (2)
  • parallel/test-permission-fs-write-report (2)
  • parallel/test-runner-inspect (2)
  • parallel/test-single-executable-application (2)
  • pummel/test-net-bytes-per-incoming-chunk-overhead (2)
  • pummel/test-process-hrtime (2)
  • sequential/test-perf-hooks (2)
  • sequential/test-single-executable-application (2)
  • sequential/test-single-executable-application-empty (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