nodejs / nodejs/reliability

CI Reliability 2022-05-04

Aperta
#271 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Lingua principale
Shell
Stelle
57
Fork
20
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Failures in node-test-pull-request/43766 to node-test-pull-request/43864 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
2022-05-04 00:13 1 8 24 4 63 8.42%
JSTest Failure
Reason parallel/test-http-server-request-timeout-keepalive
Type JS_TEST_FAILURE
Failed PR 11 (https://github.com/nodejs/node/pull/42812/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42924/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42623/, https://github.com/nodejs/node/pull/42926/, https://github.com/nodejs/node/pull/42931/, https://github.com/nodejs/node/pull/42899/, https://github.com/nodejs/node/pull/42939/, https://github.com/nodejs/node/pull/42867/, https://github.com/nodejs/node/pull/42943/)
Appeared test-nearform-macos10.15-x64-1, test-orka-macos10.15-x64-1, test-orka-macos11-x64-2, test-macstadium-macos11.0-arm64-3, test-orka-macos11-x64-1, test-digitalocean-freebsd12-x64-1, test-macstadium-macos11.0-arm64-4, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-s390x-4, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43766/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43851/
Example
not ok 1174 parallel/test-http-server-request-timeout-keepalive
  ---
  duration_ms: 6.678
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'HTTP/1.1 200 OK\r\n' +
    +   'Content-Type: text/plain\r\n' +
    +   'Date: Tue, 03 May 2022 07:54:41 GMT\r\n' +
    +   'Connection: close\r\n' +
    +   'Transfer-Encoding: chunked\r\n' +
    +   '\r\n' +
    +   '0\r\n' +
    +   '\r\n'
    - ''
        at Socket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-http-server-request-timeout-keepalive.js:79:12)
        at Socket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/index.js:438:15)
        at Socket.emit (node:events:539:35)
        at endReadableNT (node:internal/streams/readable:1344:12)
        at process.processTicksAndRejections (node:internal/proc...

Reason parallel/test-http-server-headers-timeout-keepalive
Type JS_TEST_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/42903/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42924/, https://github.com/nodejs/node/pull/42931/, https://github.com/nodejs/node/pull/42869/, https://github.com/nodejs/node/pull/42867/, https://github.com/nodejs/node/pull/42934/, https://github.com/nodejs/node/pull/42943/)
Appeared test-orka-macos11-x64-1, test-nearform-macos10.15-x64-1, test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43773/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43849/
Example
not ok 1164 parallel/test-http-server-headers-timeout-keepalive
  ---
  duration_ms: 6.751
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'HTTP/1.1 200 OK\r\n' +
    +   'Content-Type: text/plain\r\n' +
    +   'Date: Tue, 03 May 2022 07:14:29 GMT\r\n' +
    +   'Connection: close\r\n' +
    +   'Transfer-Encoding: chunked\r\n' +
    +   '\r\n' +
    +   '0\r\n' +
    +   '\r\n'
    - ''
        at Socket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-server-headers-timeout-keepalive.js:81:12)
        at Socket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/index.js:438:15)
        at Socket.emit (node:events:539:35)
        at endReadableNT (node:internal/streams/readable:1344:12)
        at process.processTicksAndRejections (node:internal/...

Reason parallel/test-fs-promises-file-handle-readFile
Type JS_TEST_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42926/, https://github.com/nodejs/node/pull/42869/, https://github.com/nodejs/node/pull/42867/, https://github.com/nodejs/node/pull/42943/, https://github.com/nodejs/node/pull/42812/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43778/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43824/
Example
not ok 721 parallel/test-fs-promises-file-handle-readFile
  ---
  duration_ms: 0.93
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:288
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    [Error: ENOSPC: no space left on device, ftruncate] {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'ftruncate'
    }
    
    Node.js v19.0.0-pre
  ...


Reason parallel/test-fs-readfile
Type JS_TEST_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42926/, https://github.com/nodejs/node/pull/42869/, https://github.com/nodejs/node/pull/42867/, https://github.com/nodejs/node/pull/42943/, https://github.com/nodejs/node/pull/42812/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43778/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43824/
Example
not ok 765 parallel/test-fs-readfile
  ---
  duration_ms: 0.117
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/utils:345
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1099:3)
        at Object.truncateSync (node:fs:1058:14)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-fs-readfile.js:61:6)
        at Module._compile (node:internal/modules/cjs/loader:1105:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        at Module.load (node:internal/modules/cjs/loader:981:32)
        at Module._load (node:internal/modules/cjs/loader:827:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        at node:internal/main/run_main_module:17:47 {
      errno: -28,
      syscall: 'ftruncate',
      code: 'ENOSPC'
    }
    
    Node.js v19.0.0-pre
  ...


Reason pummel/test-fs-largefile
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42926/, https://github.com/nodejs/node/pull/42869/, https://github.com/nodejs/node/pull/42867/, https://github.com/nodejs/node/pull/42812/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43778/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43824/
Example
not ok 3250 pummel/test-fs-largefile
  ---
  duration_ms: 0.92
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/utils:345
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1099:3)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-largefile.js:37:4)
        at Module._compile (node:internal/modules/cjs/loader:1105:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        at Module.load (node:internal/modules/cjs/loader:981:32)
        at Module._load (node:internal/modules/cjs/loader:827:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        at node:internal/main/run_main_module:17:47 {
      errno: -28,
      syscall: 'ftruncate',
      code: 'ENOSPC'
    }
    
    Node.js v19.0.0-pre
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42926/, https://github.com/nodejs/node/pull/42869/, https://github.com/nodejs/node/pull/42867/, https://github.com/nodejs/node/pull/42812/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43778/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43824/
Example
not ok 3251 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 0.70
  severity: fail
  exitcode: 7
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:69
      throw err;
      ^
    
    [Error: ENOSPC: no space left on device, write] {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'write'
    }
    
    Node.js v19.0.0-pre
  ...


Reason parallel/test-macos-app-sandbox
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42926/, https://github.com/nodejs/node/pull/42867/, https://github.com/nodejs/node/pull/42943/, https://github.com/nodejs/node/pull/42812/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43778/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43824/
Example
not ok 1578 parallel/test-macos-app-sandbox
  ---
  duration_ms: 1.92
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 0
    
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-macos-app-sandbox.js:43:8)
        at Module._compile (node:internal/modules/cjs/loader:1105:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        at Module.load (node:internal/modules/cjs/loader:981:32)
        at Module._load (node:internal/modules/cjs/loader:827:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        at node:internal/main/run_main_module:17:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 0,
      operator: 'strictEqual'
    }
    
    Node.js v19.0.0-pre
  ...


Reason parallel/test-runner-cli
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42854/, https://github.com/nodejs/node/pull/42934/)
Appeared test-nearform-macos10.15-x64-1, test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43777/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43821/
Example
not ok 2026 parallel/test-runner-cli
  ---
  duration_ms: 0.836
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1026
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /not ok 1 - this should fail/. Input:
    
    'TAP version 13\n' +
      'not ok 1 - /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js\n' +
      '  ---\n' +
      '  duration_ms: 0.065645184\n' +
      "  failureType: 'subtestsFailed'\n" +
      '  exitCode: 1\n' +
      "  stdout: ''\n" +
      '  stderr: |-\n' +
      '    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js:2\n' +
      "    throw new Error('thrown from index.js');\n" +
      '    ^\n' +
      '    \n' +
      '    Error: thrown from index.js\n' +
      '        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js:2:7)\n' +
      '        ...

Reason abort/test-addon-uv-handle-leak
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42900/, https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/41850/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43771/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43840/
Example
not ok 3476 abort/test-addon-uv-handle-leak
  ---
  duration_ms: 120.180
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-http-parser-consume
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42900/, https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/41850/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43771/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43840/
Example
not ok 3477 abort/test-http-parser-consume
  ---
  duration_ms: 120.131
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-3
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42854/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Example
not ok 669 parallel/test-domain-no-error-handler-abort-on-uncaught-3
  ---
  duration_ms: 120.148
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-5
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Example
not ok 671 parallel/test-domain-no-error-handler-abort-on-uncaught-5
  ---
  duration_ms: 120.134
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-6
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Example
not ok 672 parallel/test-domain-no-error-handler-abort-on-uncaught-6
  ---
  duration_ms: 120.177
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-7
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Example
not ok 674 parallel/test-domain-no-error-handler-abort-on-uncaught-7
  ---
  duration_ms: 120.182
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-8
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Example
not ok 673 parallel/test-domain-no-error-handler-abort-on-uncaught-8
  ---
  duration_ms: 120.182
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42812/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43861/
Example
not ok 707 parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
  ---
  duration_ms: 120.171
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-net-connect-memleak
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42399/, https://github.com/nodejs/node/pull/42899/)
Appeared test-azure_msft-win2016_vs2017-x64-3, test-rackspace-win2012r2_vs2013-x64-1, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43857/
Example
not ok 435 parallel/test-net-connect-memleak
  ---
  duration_ms: 0.247
  severity: fail
  exitcode: 1
  stack: |-
    events.js:377
          throw er; // Unhandled 'error' event
          ^
    
    Error: read ECONNRESET
        at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
    Emitted 'error' event on Socket instance at:
        at emitErrorNT (internal/streams/destroy.js:106:8)
        at emitErrorCloseNT (internal/streams/destroy.js:74:3)
        at processTicksAndRejections (internal/process/task_queues.js:82:21) {
      errno: -4077,
      code: 'ECONNRESET',
      syscall: 'read'
    }
  ...


Reason parallel/test-zlib-unused-weak
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42812/, https://github.com/nodejs/node/pull/42754/)
Appeared test-rackspace-win2012r2_vs2017-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/43827/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43834/
Example
not ok 664 parallel/test-zlib-unused-weak
  ---
  duration_ms: 0.206
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:386
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: Expected after-GC delta 521512 to be less than 5 % of before-GC delta 1612937
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-zlib-unused-weak.js:16:1)
        at Module._compile (internal/modules/cjs/loader.js:999:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
        at Module.load (internal/modules/cjs/loader.js:863:32)
        at Function.Module._load (internal/modules/cjs/loader.js:708:14)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
        at internal/main/run_main_module.js:17:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
  ...


Reason report/test-report-fatal-error
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42812/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43777/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43833/
Example
not ok 3245 report/test-report-fatal-error
  ---
  duration_ms: 120.110
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason wpt/test-url
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42926/)
Appeared test-azure_msft-win10_vs2019-x64-4, test-digitalocean-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-ibm-rhel8-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-2, test-orka-macos11-x64-1, test-osuosl-rhel8-ppc64_le-4, test-joyent-smartos20-x64-4, test-digitalocean-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-macstadium-macos11.0-arm64-4, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-osuosl-aix72-ppc64_be-2, test-equinix-rhel8_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-equinix-ubuntu2004_container-armv7l-2, test-ibm-rhel8-s390x-1, test-rackspace-win2012r2_vs2013-x64-1, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1, test-rackspace-win2012r2_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/43779/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43792/
Example
not ok 861 wpt/test-url
  ---
  duration_ms: 2.540
  severity: fail
  exitcode: 3221226356
  stack: |-
    ---- percent-encoding.window.js ----
    [SKIPPED] TODO: port from .window.js
    ---- url-setters-a-area.window.js ----
    [SKIPPED] already tested in url-setters.any.js
    ---- historical.any.js ----
    [PASS] Setting URL's href attribute and base URLs
    ---- historical.any.js ----
    [PASS] URL.domainToASCII should be undefined
    ---- historical.any.js ----
    [PASS] URL.domainToUnicode should be undefined
    ---- idlharness.any.js ----
    [PASS] idl_test validation
    ---- idlharness.any.js ----
    [PASS] URL interface: existence and properties of interface object
    ---- idlharness.any.js ----
    [PASS] URL interface object length
    ---- idlharness.any.js ----
    [PASS] URL interface object name
    ---- idlharness.any.js ----
    [PASS] URL interface: legacy window alias
    ---- idlharness.any.js ----
    [PASS] URL interface: existence and properties of interface prototype objec...

Reason abort/test-abort-uncaught-exception
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/42909/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43775/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43831/
Example
not ok 3472 abort/test-abort-uncaught-exception
  ---
  duration_ms: 120.73
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-worker-abort-uncaught-exception
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42900/, https://github.com/nodejs/node/pull/42601/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43771/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43838/
Example
not ok 3483 abort/test-worker-abort-uncaught-exception
  ---
  duration_ms: 120.119
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-zlib-invalid-internals-usage
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42900/, https://github.com/nodejs/node/pull/42601/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43771/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43838/
Example
not ok 3484 abort/test-zlib-invalid-internals-usage
  ---
  duration_ms: 120.94
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-2
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42854/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43799/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Example
not ok 668 parallel/test-domain-no-error-handler-abort-on-uncaught-2
  ---
  duration_ms: 120.147
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-4
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Example
not ok 670 parallel/test-domain-no-error-handler-abort-on-uncaught-4
  ---
  duration_ms: 120.148
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-9
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Example
not ok 679 parallel/test-domain-no-error-handler-abort-on-uncaught-9
  ---
  duration_ms: 120.153
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-with-abort-on-uncaught-exception
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42812/, https://github.com/nodejs/node/pull/42960/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43842/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43861/
Example
not ok 806 parallel/test-domain-with-abort-on-uncaught-exception
  ---
  duration_ms: 120.85
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-header-overflow
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42932/, https://github.com/nodejs/node/pull/42934/)
Appeared test-rackspace-win2012r2_vs2013-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43803/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43805/
Example
not ok 319 parallel/test-http-header-overflow
  ---
  duration_ms: 0.315
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:635
          throw err;
          ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    + actual - expected ... Lines skipped
    
      Comparison {
    +   bytesParsed: 10642,
    -   bytesParsed: 16402,
        code: 'HPE_HEADER_OVERFLOW',
        message: 'Parse Error: Header overflow',
        name: 'Error',
    +   rawPacket: Buffer(10645) [Uint8Array] [
    ...


Reason parallel/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42960/, https://github.com/nodejs/node/pull/42909/)
Appeared test-orka-macos10.15-x64-1, test-orka-macos11-x64-1, test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43861/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43862/
Example
not ok 1166 parallel/test-http-server-request-timeouts-mixed
  ---
  duration_ms: 3.503
  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 (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-http-server-request-timeouts-mixed.js:106:5)
        at listOnTimeout (node:internal/timers:564:17)
        at process.processTimers (node:internal/timers:507:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v19.0.0-pre
  ...


Reason sequential/test-diagnostic-dir-cpu-prof
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42899/, https://github.com/nodejs/node/pull/42780/)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43811/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43841/
Example
not ok 3569 sequential/test-diagnostic-dir-cpu-prof
  ---
  duration_ms: 0.333
  severity: fail
  exitcode: 1
  stack: |-
    Dispatching message { "id": 1, "method": "Profiler.enable" }
    Receive CPU profile message
    {"id":1,"result":{}}
    Dispatching message { "id": 2, "method": "Profiler.start" }
    Receive CPU profile message
    {"id":2,"result":{}}
    Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
    Receive CPU profile message
    {"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
    
    
    #
    # Fatal error in ../deps/v8/src/execution/frames.h, line 190
    # Debug check failed: static_cast<uintptr_t>(type) < Type::NUMBER_OF_TYPES (93825068624774 vs. 24).
    #
    #
    #
    #FailureMessage Object: 0xfffffdbf9288
     1: 0xaaaab319f5ec node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
     2: 0xaaaab335699c  [/home/iojs/build/workspace...

Reason sequential/test-net-connect-local-error
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/42623/)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43779/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43795/
Example
not ok 3584 sequential/test-net-connect-local-error
  ---
  duration_ms: 0.122
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + undefined
    - 12347
        at onError (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/sequential/test-net-connect-local-error.js:28:10)
        at Socket.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/sequential/test-net-connect-local-error.js:38:49)
        at Socket.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/index.js:438:15)
        at Socket.emit (node:events:527:28)
        at emitErrorNT (node:internal/streams/destroy:151:8)
        at emitErrorCloseNT (node:internal/streams/destroy:116:3)
        at process.processTicksAndRejections (node:internal/process/task_queues:8...

Jenkins Failure
Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42812/, https://github.com/nodejs/node/pull/42901/, https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/42897/)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43768/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43837/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.81.219/145.40.81.219:54742' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy79.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Build Failure
Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42867/, https://github.com/nodejs/node/pull/42812/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43816/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43833/
Example
fatal: No rebase in progress?

undefined
Reason Unknown
Type undefined
Failed PR 16 (https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42901/, https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42926/, https://github.com/nodejs/node/pull/42623/, https://github.com/nodejs/node/pull/42399/, https://github.com/nodejs/node/pull/42932/, https://github.com/nodejs/node/pull/42934/, https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42812/, https://github.com/nodejs/node/pull/42754/, https://github.com/nodejs/node/pull/42897/, https://github.com/nodejs/node/pull/42899/, https://github.com/nodejs/node/pull/42956/)
Appeared test-nearform_arm-win10_vs2019-arm64-1, test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43768/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43860/
Example
Unknown

Progress
  • parallel/test-http-server-request-timeout-keepalive (11)
  • parallel/test-http-server-headers-timeout-keepalive (9)
  • parallel/test-fs-promises-file-handle-readFile (8)
  • parallel/test-fs-readfile (8)
  • pummel/test-fs-largefile (7)
  • pummel/test-fs-readfile-tostring-fail (7)
  • parallel/test-macos-app-sandbox (5)
  • parallel/test-runner-cli (4)
  • abort/test-addon-uv-handle-leak (3)
  • abort/test-http-parser-consume (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-3 (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-5 (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-6 (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-7 (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-8 (3)
  • parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler (3)
  • parallel/test-net-connect-memleak (3)
  • parallel/test-zlib-unused-weak (3)
  • report/test-report-fatal-error (3)
  • wpt/test-url (3)
  • abort/test-abort-uncaught-exception (2)
  • abort/test-worker-abort-uncaught-exception (2)
  • abort/test-zlib-invalid-internals-usage (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-2 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-4 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-9 (2)
  • parallel/test-domain-with-abort-on-uncaught-exception (2)
  • parallel/test-http-header-overflow (2)
  • parallel/test-http-server-request-timeouts-mixed (2)
  • sequential/test-diagnostic-dir-cpu-prof (2)
  • sequential/test-net-connect-local-error (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (5)
  • fatal: No rebase in progress? (2)
  • Unknown (16)

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia con i job CI elencati e i test che falliscono, in particolare test/parallel/test-http-server-request-timeout-keepalive.js, test/parallel/test-http-server-headers-timeout-keepalive.js e i test fs e pummel. Confronta i loro fallimenti tra i worker macOS collegati e gli altri worker, quindi determina quali fallimenti sono problemi di test riproducibili e quali sono problemi dell’ambiente, come ENOSPC. Il lavoro è completo quando i fallimenti CI segnalati sono stati risolti e i job pertinenti diventano affidabili.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
node.js, shell
Ambito
ci-cd, devops, testing-qa
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
20/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.