Skip to content

CI Reliability 2023-10-07 #686

@github-actions

Description

@github-actions

Failures in node-test-pull-request/54496 to node-test-pull-request/54591 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-10-07 00:12 0 16 20 0 64 16.00%

JSTest Failure

Reason pummel/test-heapdump-shadow-realm
Type JS_TEST_FAILURE
Failed PR 9 (nodejs/node#50027, nodejs/node#49712, nodejs/node#50035, nodejs/node#50037, nodejs/node#49990, nodejs/node#49635, nodejs/node#50047, nodejs/node#50057, nodejs/node#50025)
Appeared test-azure_msft-win2016_vs2017-x64-6, test-azure_msft-win2016_vs2017-x64-2, test-azure_msft-win2016_vs2017-x64-1, test-azure_msft-win2016_vs2017-x64-3, test-softlayer-debian10-x64-1, test-rackspace-debian10-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54502/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54590/
Example
not ok 915 pummel/test-heapdump-shadow-realm
  ---
  duration_ms: 12921.95700
  severity: fail
  exitcode: 3221226505
  stack: |-
    (node:5684) internal/test/binding: These APIs are for internal testing only. Do not use them.
    (Use `node --trace-warnings ...` to show where the warning was created)
  ...


Reason parallel/test-whatwg-webstreams-transfer
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#50034, nodejs/node#50035, nodejs/node#49990, nodejs/node#49831)
Appeared undefined, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/54519/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54570/
Example
not ok 3645 parallel/test-whatwg-webstreams-transfer
  ---
  duration_ms: 120092.97500
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-tls-socket-close
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#49989, nodejs/node#49950, nodejs/node#50035)
Appeared test-ibm-rhel8-s390x-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-ibm-rhel8-s390x-4, test-nearform-macos11.0-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54496/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54523/
Example
not ok 2868 parallel/test-tls-socket-close
  ---
  duration_ms: 321.19400
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Immediate._onImmediate (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-tls-socket-close.js:49:18)
        at process.processImmediate (node:internal/timers:478:21) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49963, nodejs/node#49855)
Appeared test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54536/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54555/
Example
not ok 3841 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360067.20300
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-debugger-heap-profiler
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49963, nodejs/node#50026)
Appeared test-rackspace-win2022_vs2022-x64-4, test-rackspace-win2012r2_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54548/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54581/
Example
not ok 193 parallel/test-debugger-heap-profiler
  ---
  duration_ms: 2056.02500
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.179
    Files blocking: [ 'node.heapsnapshot' ]
    
    C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:69
        throw e;
        ^
    
    Error: EBUSY: resource busy or locked, rmdir '\\?\C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.179'
        at rmdirSync (node:fs:1232:10)
        at _rmdirSync (node:internal/fs/rimraf:235:5)
        at rimrafSync (node:internal/fs/rimraf:193:7)
        at Object.rmSync (node:fs:1281:10)
        at rmSync (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:20:8)
        at onexit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:54:5)
        at process.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:43:14)
        at process.em...

Reason parallel/test-fs-watch-recursive-add-file-with-url
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49639, nodejs/node#50026)
Appeared test-nearform-macos11.0-arm64-1, test-digitalocean-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54550/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54581/
Example
not ok 3839 parallel/test-fs-watch-recursive-add-file-with-url
  ---
  duration_ms: 360087.45000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-server-headers-timeout-pipelining
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#50018, nodejs/node#49855)
Appeared test-ibm-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54500/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54555/
Example
not ok 1583 parallel/test-http-server-headers-timeout-pipelining
  ---
  duration_ms: 5376.99000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + ''
    - 'HTTP/1.1 408 Request Timeout\r\nConnection: close\r\n\r\n'
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-http-server-headers-timeout-pipelining.js:57:12)
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/index.js:476:15)
        at Socket.emit (node:events:527:35)
        at endReadableNT (node:internal/streams/readable:1408:12)
        at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '',
      expected: 'HTTP/1.1 408 Request Timeout\r\nConnection: close\r\...

Reason parallel/test-inspector-async-stack-traces-set-interval
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#50035, nodejs/node#50047)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54523/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54557/
Example
not ok 2004 parallel/test-inspector-async-stack-traces-set-interval
  ---
  duration_ms: 15294.05600
  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:35455/ed10fed7-af72-40d3-8ddf-5affb2748b5d
    [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-console
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#31137, nodejs/node#49824)
Appeared test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/54580/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54588/
Example
not ok 2169 parallel/test-inspector-console
  ---
  duration_ms: 15328.22200
  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:44428/a175de77-b5f0-45c3-a2c1-1eb99a8df1ee
    [err] 
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (Runtime.consoleAPICalled)
    1
  ...


Reason parallel/test-runner-output
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#50018, nodejs/node#49824)
Appeared test-digitalocean-rhel8-x64-1, test-rackspace-win2012r2_vs2015-x64-2, test-azure_msft-win2016_vs2017-x64-1, test-rackspace-win2019_vs2019-x64-4, test-rackspace-win2022_vs2022-x64-5, test-azure_msft-win2022_vs2019-x64-2, test-azure_msft-win11_vs2022-arm64-3, test-azure_msft-win11_vs2022-arm64-5, test-rackspace-win2012r2_vs2019-x64-1, test-azure_msft-win2016_vs2017-x64-4, test-rackspace-win2019_vs2019-x64-1, test-azure_msft-win2022_vs2019-x64-3, test-azure_msft-win2022_vs2019-x64-1, test-azure_msft-win11_vs2022-arm64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-rackspace-win2022_vs2022-x64-3, test-azure_msft-win2022_vs2019-x64-4, test-azure_msft-win11_vs2022-arm64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-azure_msft-win11_vs2022-arm64-6, test-azure_msft-win2016_vs2017-x64-2, test-rackspace-win2019_vs2019-x64-2, test-rackspace-win2022_vs2022-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/54579/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54588/
Example
not ok 2589 parallel/test-runner-output
  ---
  duration_ms: 3694.80700
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: test runner output
        # Subtest: test-runner/output/abort.js
        ok 1 - test-runner/output/abort.js
          ---
          duration_ms: 1818.43021
          ...


Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#50039, nodejs/node#50030)
Appeared test-rackspace-win2022_vs2022-x64-3, test-azure_msft-win2022_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54531/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54584/
Example
not ok 749 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 1100.03800
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 54033 session? false
    [primary] got "listening"
    [primary] got "listening"
    [primary] got "listening"
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 54033 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54033 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54033 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54033 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54033 session? true
    [primary] connecting 54033 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54033 session? true
    [worker] connection reused? tru...

Reason pummel/test-fs-watch-non-recursive
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49953, nodejs/node#50036)
Appeared test-orka-macos11-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54508/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54522/
Example
not ok 3530 pummel/test-fs-watch-non-recursive
  ---
  duration_ms: 159.84300
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'foo.json'
    - 'testsubdir'
        at FSWatcher.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-watch-non-recursive.js:44:10)
        at FSWatcher.emit (node:events:517:28)
        at FSWatcher._handle.onchange (node:internal/fs/watchers:215:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 'foo.json',
      expected: 'testsubdir',
      operator: 'strictEqual'
    }
    
    Node.js v18.18.1-pre
  ...


Reason sequential/test-single-executable-application-snapshot-and-code-cache
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48638, nodejs/node#50039)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-osuosl-rhel8-ppc64_le-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54497/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54531/
Example
not ok 4026 sequential/test-single-executable-application-snapshot-and-code-cache
  ---
  duration_ms: 9445.21800
  severity: fail
  exitcode: 1
  stack: |-
    [process 7488]: --- stderr ---
    
    [process 7488]: --- stdout ---
    
    [process 7488]: status = null, signal = SIGSEGV
    /home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status null, expected 0
    - process terminated with signal SIGSEGV, expected null
        at logAndThrow (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:86:11)
        at expectSyncExit (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:91:5)
        at spawnSyncAndExitWithoutError (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:125:10)
        at Object.<anonymous> (/home/iojs/build/workspace/node-t...

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#49639, nodejs/node#31137, nodejs/node#49840, nodejs/node#49824)
Appeared test-osuosl-centos7_container-arm64-1, test-osuosl-rhel8_container-arm64-1, test-osuosl-ubuntu2004_sharedlibs_container-arm64-1, test-osuosl-ubuntu2004_container-armv7l-1, test-digitalocean-fedora38-x64-2, test-digitalocean-fedora37-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54565/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54588/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 140-211-169-11-openstack.osuosl.org/140.211.169.11:59082' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy76.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)

Git Failure

Build Failure

Reason fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
Type BUILD_FAILURE
Failed PR 9 (nodejs/node#50027, nodejs/node#49953, nodejs/node#49990, nodejs/node#49963, nodejs/node#49037, nodejs/node#49639, nodejs/node#50057, nodejs/node#50018, nodejs/node#49824)
Appeared test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54502/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54588/
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
fatal: failed to run repack

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 6 (nodejs/node#49970, nodejs/node#31137, nodejs/node#49720, nodejs/node#49963, nodejs/node#49840, nodejs/node#49824)
Appeared test-equinix-centos7_container-arm64-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2, test-osuosl-debian10_container-armv7l-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-ibm-aix72-ppc64_be-2, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/54511/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54588/
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 Error: list index out of range
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#31137, nodejs/node#49720)
Appeared test-equinix-debian10_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54580/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54583/
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 fatal error: string_view: No such file or directory
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#31137, nodejs/node#49824)
Appeared test-rackspace-centos7-x64-1, test-ibm-ubuntu1804-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/54580/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54588/
Example
fatal error: string_view: No such file or directory

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#31137, nodejs/node#49825)
Appeared test-orka-macos11-x64-1, test-orka-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54580/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54587/
Example
fatal: No rebase in progress?

Progress

  • pummel/test-heapdump-shadow-realm (9)
  • parallel/test-whatwg-webstreams-transfer (4)
  • parallel/test-tls-socket-close (3)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-debugger-heap-profiler (2)
  • parallel/test-fs-watch-recursive-add-file-with-url (2)
  • parallel/test-http-server-headers-timeout-pipelining (2)
  • parallel/test-inspector-async-stack-traces-set-interval (2)
  • parallel/test-inspector-console (2)
  • parallel/test-runner-output (2)
  • parallel/test-tls-ticket-cluster (2)
  • pummel/test-fs-watch-non-recursive (2)
  • sequential/test-single-executable-application-snapshot-and-code-cache (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (4)
  • fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository (9)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (6)
  • Error: list index out of range (2)
  • fatal error: string_view: No such file or directory (2)
  • fatal: No rebase in progress? (2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions