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-02-27 #508

Open
13 tasks
github-actions bot opened this issue Feb 27, 2023 · 0 comments
Open
13 tasks

CI Reliability 2023-02-27 #508

github-actions bot opened this issue Feb 27, 2023 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/49943 to node-test-pull-request/50040 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-02-27 00:15 2 6 37 10 45 6.82%

JSTest Failure

Reason parallel/test-http-remove-header-stays-removed
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#46795, nodejs/node#46794, nodejs/node#46770, nodejs/node#46816, nodejs/node#46818, nodejs/node#46838, nodejs/node#46833, nodejs/node#46842)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-alpine311_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-alpine312_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-alpine311_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49951/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50009/
Example
not ok 1440 parallel/test-http-remove-header-stays-removed
  ---
  duration_ms: 0.179
  severity: fail
  exitcode: 1
  stack: |-
    ok
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-header-stays-removed.js:62:14)
        at listOnTimeout (node:internal/timers:568:17)
        at process.processTimers (node:internal/timers:511:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#46806, nodejs/node#46536, nodejs/node#46815, nodejs/node#46816)
Appeared test-digitalocean-ubi81_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49946/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49980/
Example
not ok 1370 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 0.611
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at /home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-connection-header-persists-connection.js:54:7)
        at listOnTimeout (node:internal/timers:568:17)
        at process.processTimers (node:internal/timers:511:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46815, nodejs/node#46833, nodejs/node#46832)
Appeared test-azure_msft-win10_vs2019-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/49978/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50036/
Example
not ok 874 parallel/test-single-executable-application
  ---
  duration_ms: 57.879
  severity: fail
  exitcode: 1
  stack: |-
    Command failed: where signtool
    INFO: Could not find files for the given pattern(s).
    
    INFO: Could not find files for the given pattern(s).
    (node:5868) ExperimentalWarning: Single executable application is an experimental feature and might change at any time
    (Use `sea --trace-warnings ...` to show where the warning was created)
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.623
    Files blocking: [ 'sea.exe' ]
    
    C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:68
        throw e;
        ^
    
    Error: ENOTEMPTY: directory not empty, rmdir '\\?\C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.623'
        at Object.rmdirSync (node:fs:1232:10)
        at _rmdirSync (node:internal/fs/rimraf:260:21)
        at rimrafSync (node:internal/fs/rimraf:193:7)
        at Object.rmSync ...

Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46806, nodejs/node#46818)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49946/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49983/
Example
not ok 117 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360.36
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-request-join-authorization-headers
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46330, nodejs/node#46838)
Appeared test-digitalocean-freebsd12-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49961/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50005/
Example
not ok 1525 parallel/test-http-request-join-authorization-headers
  ---
  duration_ms: 0.200
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    '1, 2' !== '1'
    
        at Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-http-request-join-authorization-headers.js:39:12)
        at Server.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/index.js:449:15)
        at Server.emit (node:events:510:28)
        at parserOnIncoming (node:_http_server:1086:12)
        at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '1, 2',
      expected: '1',
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46806, nodejs/node#46768)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49946/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50001/
Example
not ok 3352 pummel/test-net-throttle
  ---
  duration_ms: 0.466
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      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:525:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
  ...


Reason sequential/test-http-regr-gh-2928
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46838, nodejs/node#46853)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50005/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50039/
Example
not ok 3831 sequential/test-http-regr-gh-2928
  ---
  duration_ms: 120.43
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    .+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.
  ...


Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46804, nodejs/node#46588)
Appeared test-orka-macos11-x64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49944/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49969/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 199.7.167.101/199.7.167.101:32231' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy79.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)

Build Failure

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#46804, nodejs/node#46818, nodejs/node#46815, nodejs/node#46722)
Appeared test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49944/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50003/
Example
error: remote GitHub already exists.

> git fetch --prune --no-tags GitHub 

> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#46768, nodejs/node#46838, nodejs/node#46833, nodejs/node#46842)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/50001/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50009/
Example
fatal error: ld terminated with signal 9 [Killed]

Reason Error: getWindowSize EINVAL
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#46839, nodejs/node#46767)
Appeared test-equinix_mnx-smartos20-x64-4, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50020/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50040/
Example
Error: getWindowSize EINVAL
outline =     at WriteStream._refreshSize (node:tty:132:31)
outline =     at process.refreshStderrOnSigWinch (node:internal/bootstrap/switches/is_main_thread:137:10)
outline =     at process.emit (node:events:525:35)
outline = Emitted 'error' event on WriteStream instance at:
outline =     at WriteStream._refreshSize (node:tty:132:10)

undefined

Reason Unknown
Type undefined
Failed PR 7 (nodejs/node#46501, nodejs/node#46365, nodejs/node#46330, nodejs/node#46839, nodejs/node#46767, nodejs/node#46768, nodejs/node#46832)
Appeared test-nearform_arm-win10_vs2019-arm64-2, test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49959/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50036/
Example
Unknown

CCTest Failure

Git Failure

Reason warning: failed to remove Release/node.exe: Invalid argument
Type GIT_FAILURE
Failed PR 6 (nodejs/node#46501, nodejs/node#46365, nodejs/node#46330, nodejs/node#46839, nodejs/node#46767, nodejs/node#46768)
Appeared test-rackspace-win2012r2_vs2015-x64-1, test-azure_msft-win2016_vs2017-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49959/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50027/
Example
warning: failed to remove Release/node.exe: Invalid argument

Progress

  • parallel/test-http-remove-header-stays-removed (8)
  • parallel/test-http-remove-connection-header-persists-connection (4)
  • parallel/test-single-executable-application (3)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-http-request-join-authorization-headers (2)
  • pummel/test-net-throttle (2)
  • sequential/test-http-regr-gh-2928 (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • error: remote GitHub already exists. (4)
  • fatal error: ld terminated with signal 9 [Killed] (4)
  • Error: getWindowSize EINVAL (2)
  • Unknown (7)
  • warning: failed to remove Release/node.exe: Invalid argument (6)
debadree25 added a commit to debadree25/node that referenced this issue Feb 27, 2023
nodejs-github-bot pushed a commit to nodejs/node that referenced this issue Mar 18, 2023
Refs: nodejs/reliability#508
Refs: #46333
PR-URL: #46855
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
RafaelGSS pushed a commit to nodejs/node that referenced this issue Apr 5, 2023
Refs: nodejs/reliability#508
Refs: #46333
PR-URL: #46855
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
RafaelGSS pushed a commit to nodejs/node that referenced this issue Apr 7, 2023
Refs: nodejs/reliability#508
Refs: #46333
PR-URL: #46855
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
danielleadams pushed a commit to nodejs/node that referenced this issue Jul 6, 2023
Refs: nodejs/reliability#508
Refs: #46333
PR-URL: #46855
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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