nodejs / nodejs/reliability

CI Reliability 2021-10-25

Offen
#97 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen

Dieses Issue hat noch niemand übernommen.

Vorherrschende Sprache
Shell
Sterne
57
Forks
20
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Failures in node-test-pull-request/40356 to node-test-pull-request/40453 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
2021-10-25 00:02 2 17 1 10 70 19.32%
Jenkins Failure
Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40351/)
Appeared test-digitalocean-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10
First CI https://ci.nodejs.org/job/node-test-pull-request/40395/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40410/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Build Failure
Reason sh: line 30: sudo: command not found
Type BUILD_FAILURE
Failed PR 15 (https://github.com/nodejs/node/pull/39283/, https://github.com/nodejs/node/pull/40511/, https://github.com/nodejs/node/pull/40518/, https://github.com/nodejs/node/pull/40487/, https://github.com/nodejs/node/pull/40504/, https://github.com/nodejs/node/pull/40535/, https://github.com/nodejs/node/pull/40488/, https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40545/, https://github.com/nodejs/node/pull/40520/, https://github.com/nodejs/node/pull/40574/, https://github.com/nodejs/node/pull/40572/, https://github.com/nodejs/node/pull/40481/, https://github.com/nodejs/node/pull/40510/, https://github.com/nodejs/node/pull/40568/)
Appeared test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40356/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40448/
Example
sh: line 30: sudo: command not found

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/40450/, https://github.com/nodejs/node/pull/40487/, https://github.com/nodejs/node/pull/40488/, https://github.com/nodejs/node/pull/40545/, https://github.com/nodejs/node/pull/40543/, https://github.com/nodejs/node/pull/40554/, https://github.com/nodejs/node/pull/40572/, https://github.com/nodejs/node/pull/39283/, https://github.com/nodejs/node/pull/40481/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40361/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40429/
Example
fatal error: ld terminated with signal 9 [Killed]

JSTest Failure
Reason parallel/test-http2-pipe-named-pipe
Type JS_TEST_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/40119/, https://github.com/nodejs/node/pull/40488/, https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40568/, https://github.com/nodejs/node/pull/40520/, https://github.com/nodejs/node/pull/40351/, https://github.com/nodejs/node/pull/40572/, https://github.com/nodejs/node/pull/40481/, https://github.com/nodejs/node/pull/39283/)
Appeared test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/40366/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40424/
Example
not ok 1327 parallel/test-http2-pipe-named-pipe
  ---
  duration_ms: 0.81
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    139837 !== 139244
    
        at WriteStream.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/parallel/test-http2-pipe-named-pipe.js:26:12)
        at WriteStream.emit (node:events:402:35)
        at finish (node:internal/streams/writable:751:10)
        at processTicksAndRejections (node:internal/process/task_queues:83:21) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 139837,
      expected: 139244,
      operator: 'strictEqual'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-fs-rmdir-recursive
Type JS_TEST_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/40545/, https://github.com/nodejs/node/pull/40351/, https://github.com/nodejs/node/pull/40572/, https://github.com/nodejs/node/pull/39283/, https://github.com/nodejs/node/pull/40481/, https://github.com/nodejs/node/pull/40584/, https://github.com/nodejs/node/pull/40574/, https://github.com/nodejs/node/pull/40568/)
Appeared test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vcbt2015-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40400/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40448/
Example
not ok 252 parallel/test-fs-rmdir-recursive
  ---
  duration_ms: 0.714
  severity: fail
  exitcode: 1
  stack: |-
    (node:5404) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
    (Use `node --trace-deprecation ...` to show where the warning was created)
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.250
    Files blocking: [ 'rmdir-recursive-1', 'rmdir-recursive-4', 'rmdir-recursive-5' ]
    
    node:assert:986
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.250\rmdir-recursive-1\d-1-2'
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:364:12
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:401:15
        at node:fs:188:23
        ...

Reason wpt/test-user-timing
Type JS_TEST_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/40520/, https://github.com/nodejs/node/pull/40488/, https://github.com/nodejs/node/pull/40545/, https://github.com/nodejs/node/pull/40568/, https://github.com/nodejs/node/pull/40572/, https://github.com/nodejs/node/pull/39283/, https://github.com/nodejs/node/pull/40481/, https://github.com/nodejs/node/pull/40510/)
Appeared test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-orka-macos11-x64-1, test-requireio_williamkapke-debian10-arm64_pi3-2, test-orka-macos11-x64-2, test-requireio_securogroup-debian10-arm64_pi3-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40391/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40445/
Example
not ok 842 wpt/test-user-timing
  ---
  duration_ms: 9.222
  severity: fail
  exitcode: 1
  stack: |-
    ---- idlharness.any.js ----
    [SKIPPED] idlharness cannot recognize Node.js environment
    ---- invoke_with_timing_attributes.worker.js ----
    [SKIPPED] importScripts not supported
    ---- performance-measure-invalid.worker.js ----
    [SKIPPED] importScripts not supported
    ---- case-sensitivity.any.js ----
    [PASS] getEntriesByType values are case sensitive
    ---- clear_all_marks.any.js ----
    [PASS] Clearing all marks remove all of them.
    ---- buffered-flag.any.js ----
    [PASS] PerformanceObserver with buffered flag sees previous marks
    ---- buffered-flag.any.js ----
    [PASS] PerformanceObserver with buffered flag sees previous measures
    ---- clear_all_measures.any.js ----
    [PASS] Clearing all marks remove all of them.
    ---- clear_non_existent_mark.any.js ----
    [PASS] Clearing a non-existent mark doesn't affect existing marks
    ---- clear_one_mark.any.js ----
    [...

Reason parallel/test-child-process-pipe-dataflow
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/40487/, https://github.com/nodejs/node/pull/40504/, https://github.com/nodejs/node/pull/40526/, https://github.com/nodejs/node/pull/40351/, https://github.com/nodejs/node/pull/40584/, https://github.com/nodejs/node/pull/40568/, https://github.com/nodejs/node/pull/40574/)
Appeared test-azure_msft-win2016_vs2017-x64-5, test-azure_msft-win2016_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40371/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40451/
Example
not ok 81 parallel/test-child-process-pipe-dataflow
  ---
  duration_ms: 1.110
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:101
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    '0' !== '1048577'
    
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-pipe-dataflow.js:66:12)
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:361:15)
        at Socket.emit (events.js:314:20)
        at addChunk (_stream_readable.js:297:12)
        at readableAddChunk (_stream_readable.js:272:9)
        at Socket.Readable.push (_stream_readable.js:213:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:188:23) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '0',
      expected: '1048577',
      operator: 'strictEqual'
    }
  ...


Reason pummel/test-fs-watch-non-recursive
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/40239/, https://github.com/nodejs/node/pull/40504/, https://github.com/nodejs/node/pull/40526/, https://github.com/nodejs/node/pull/40545/, https://github.com/nodejs/node/pull/40351/, https://github.com/nodejs/node/pull/39283/, https://github.com/nodejs/node/pull/40574/)
Appeared test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-1, test-azure_msft-win10_vcbt2015-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40444/
Example
not ok 785 pummel/test-fs-watch-non-recursive
  ---
  duration_ms: 1.381
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:171
      throw err;
      ^
    
    AssertionError [ERR_ASSERTION]: function should not have been called at C:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-fs-watch-non-recursive.js:43
    called with arguments: 'change', 'testsubdir'
        at FSWatcher.mustNotCall (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:479:12)
        at FSWatcher.emit (node:events:390:28)
        at FSEvent.FSWatcher._handle.onchange (node:internal/fs/watchers:212:12) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: undefined,
      expected: undefined,
      operator: 'fail'
    }
    
    Node.js v18.0.0-pre
  ...


Reason benchmark/test-benchmark-buffer
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/40568/, https://github.com/nodejs/node/pull/40572/, https://github.com/nodejs/node/pull/40481/, https://github.com/nodejs/node/pull/40584/, https://github.com/nodejs/node/pull/39283/, https://github.com/nodejs/node/pull/40510/)
Appeared test-azure_msft-win10_vcbt2015-x64-3, test-azure_msft-win10_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40409/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40447/
Example
not ok 138 benchmark/test-benchmark-buffer
  ---
  duration_ms: 121.723
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-repl-sigint-nested-eval
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/40488/, https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40545/, https://github.com/nodejs/node/pull/40543/, https://github.com/nodejs/node/pull/40351/, https://github.com/nodejs/node/pull/40568/)
Appeared test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-macstadium-macos11.0-arm64-3, test-joyent-ubuntu1804-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40360/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40422/
Example
not ok 2100 parallel/test-repl-sigint-nested-eval
  ---
  duration_ms: 0.419
  severity: fail
  exitcode: 1
  stack: |-
    Stacktrace:
       ptr1=0x2152cb641d49
        ptr2=0
        ptr3=0
        ptr4=0
        failure_message_object=0x7ffc00b4aef0
    
    ==== JS stack trace =========================================
    
        0: ExitFrame [pc: 0x5603545df639]
        1: StubFrame [pc: 0x56035466a25d]
    Security context: 0x1cb2b3f2aff1 <JSGlobalObject>
        2: _fatalException [0x1cb2b3f08821] [node:internal/process/execution:151] [bytecode=0x8b7d7e60b9 offset=13](this=0x1cb2b3f02d09 <process map = 0x351a2c359c1>,0x2152cb641d49 <Odd Oddball: termination_exception>,0x2152cb641769 <false>)
        3: InternalFrame [pc: 0x56035456c89b]
        4: EntryFrame [pc: 0x56035456c5c3]
        5: builtin exit frame: evaluate(this=0x299ad74e8bf9 <ModuleWrap map = 0x18249620d8c9>,0x299ad74e8bf9 <ModuleWrap map = 0x18249620d8c9>,-1,0x2152cb641769 <false>)
    
        6: getESMFacade [0x3223b1718201] [node:int...

Reason sequential/test-debugger-heap-profiler
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/40526/, https://github.com/nodejs/node/pull/40488/, https://github.com/nodejs/node/pull/40535/, https://github.com/nodejs/node/pull/40520/, https://github.com/nodejs/node/pull/40543/, https://github.com/nodejs/node/pull/40568/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-alpine311_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40380/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40406/
Example
not ok 3418 sequential/test-debugger-heap-profiler
  ---
  duration_ms: 10.331
  severity: fail
  exitcode: 1
  stack: |-
    /home/iojs/build/workspace/node-test-commit-linux-containered/test/common/debugger.js:84
              reject(new Error([
                     ^
    
    Error: Timeout (5000) while waiting for />\s+$/; found: Heap snapshot: 0/0
    Heap snapshot: 0/34804
    Heap snapshot: 10000/34804
    Heap snapshot: 20000/34804
    Heap snapshot: 30000/34804
    Heap snapshot: 34803/34804
    Heap snapshot: 34804/34804
    Heap snaphost prepared.
    
    Writing snapshot: 102400
    Writing snapshot: 204800
    Writing snapshot: 307200
    Writing snapshot: 409600
    Writing snapshot: 512000
    Writing snapshot: 614400
    Writing snapshot: 716800
    Writing snapshot: 819200
    Writing snapshot: 921600
    Writing snapshot: 1024000
    Writing snapshot: 1126400
    Writing snapshot: 1228800
    Writing snapshot: 1331200
    Writing snapshot: 1433600
    Writing snapshot: 1536000
    Writing s...

Reason parallel/test-crypto-dh-odd-key
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/40488/, https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40520/, https://github.com/nodejs/node/pull/40568/, https://github.com/nodejs/node/pull/40510/)
Appeared test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_joeyvandijk-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40386/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40445/
Example
not ok 334 parallel/test-crypto-dh-odd-key
  ---
  duration_ms: 240.132
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/40511/, https://github.com/nodejs/node/pull/40520/, https://github.com/nodejs/node/pull/40572/, https://github.com/nodejs/node/pull/40481/)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40364/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40428/
Example
not ok 236 parallel/test-crypto-dh
  ---
  duration_ms: 240.75
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-keygen
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/40487/, https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40545/, https://github.com/nodejs/node/pull/40574/)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2015-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40371/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40451/
Example
not ok 793 parallel/test-crypto-keygen
  ---
  duration_ms: 120.86
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-fs-rm
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/40504/, https://github.com/nodejs/node/pull/40545/, https://github.com/nodejs/node/pull/40572/, https://github.com/nodejs/node/pull/40574/)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vcbt2015-x64-2, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/40377/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40440/
Example
not ok 252 parallel/test-fs-rm
  ---
  duration_ms: 3.417
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.249
    Files blocking: [ 'rm-4', 'rm-5', 'rm-6', 'rm-7', 'rm-args-file.txt' ]
    
    node:internal/process/promises:246
              triggerUncaughtException(err, true /* fromPromise */);
              ^
    
    [Error: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.249\rm-4\d-3-2\d-2-2\d-1-2'] {
      errno: -4051,
      code: 'ENOTEMPTY',
      syscall: 'rmdir',
      path: 'C:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\.tmp.249\\rm-4\\d-3-2\\d-2-2\\d-1-2'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-crypto-classes
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/40487/, https://github.com/nodejs/node/pull/40481/, https://github.com/nodejs/node/pull/40510/)
Appeared test-requireio_svincent-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40371/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40445/
Example
not ok 195 parallel/test-crypto-classes
  ---
  duration_ms: 240.99
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-constructor
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/40511/, https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40481/)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40364/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40430/
Example
not ok 201 parallel/test-crypto-dh-constructor
  ---
  duration_ms: 240.131
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/40450/, https://github.com/nodejs/node/pull/40568/)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu1804_sharedlibs_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40361/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40406/
Example
not ok 3287 node-api/test_threadsafe_function/test
  ---
  duration_ms: 240.101
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-binary-default
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/40488/, https://github.com/nodejs/node/pull/40520/)
Appeared test-requireio_svincent-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40379/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40408/
Example
not ok 158 parallel/test-crypto-binary-default
  ---
  duration_ms: 240.74
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http2-cancel-while-client-reading
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/39283/, https://github.com/nodejs/node/pull/40568/)
Appeared test-orka-macos10.15-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40358/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40407/
Example
not ok 1198 parallel/test-http2-cancel-while-client-reading
  ---
  duration_ms: 0.488
  severity: fail
  exitcode: 1
  stack: |-
    node:events:368
          throw er; // Unhandled 'error' event
          ^
    
    Error: read ECONNRESET
        at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20)
    Emitted 'error' event on ServerHttp2Stream instance at:
        at emitErrorNT (node:internal/streams/destroy:164:8)
        at emitErrorCloseNT (node:internal/streams/destroy:129:3)
        at processTicksAndRejections (node:internal/process/task_queues:83:21) {
      errno: -54,
      code: 'ECONNRESET',
      syscall: 'read'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-stdout-to-file
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/40504/, https://github.com/nodejs/node/pull/40526/)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/40377/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40380/
Example
not ok 580 parallel/test-stdout-to-file
  ---
  duration_ms: 1.510
  severity: fail
  exitcode: 1
  stack: |-
    1048576 chars to C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.561\stdout.txt...
    done!
    C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.561\stdout.txt has 1048576 bytes
    Done printing with string
    1048576 chars to C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.561\stdout.txt...
    done!
    C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.561\stdout.txt has 1048576 bytes
    Done printing with buffer
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.561
    Files blocking: [ 'stdout.txt' ]
    
    C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:54
        throw e;
        ^
    
    Error: EPERM: operation not permitted, lstat '\\?\C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.561\stdout.txt'
        at lstatSync (node:fs:1514:3)
        at r...

Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/40568/, https://github.com/nodejs/node/pull/40520/)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40407/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40408/
Example
not ok 2440 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 1.267
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 37012 session? false
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] got "listening"
    [primary] got "listening"
    [primary] connecting 37012 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 37012 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 37012 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 37012 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 37012 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 37012 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 37012 session? true
    [...

Reason parallel/test-webcrypto-sign-verify
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/40520/, https://github.com/nodejs/node/pull/40568/)
Appeared test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_rvagg-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40408/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40448/
Example
not ok 782 parallel/test-webcrypto-sign-verify
  ---
  duration_ms: 240.137
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason pummel/test-policy-integrity
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/40568/, https://github.com/nodejs/node/pull/40574/)
Appeared test-azure_msft-win10_vs2019-x64-3, test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40407/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40446/
Example
not ok 792 pummel/test-policy-integrity
  ---
  duration_ms: 482.201
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Progress
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • sh: line 30: sudo: command not found (15)
  • fatal error: ld terminated with signal 9 [Killed] (9)
  • parallel/test-http2-pipe-named-pipe (9)
  • parallel/test-fs-rmdir-recursive (8)
  • wpt/test-user-timing (8)
  • parallel/test-child-process-pipe-dataflow (7)
  • pummel/test-fs-watch-non-recursive (7)
  • benchmark/test-benchmark-buffer (6)
  • parallel/test-repl-sigint-nested-eval (6)
  • sequential/test-debugger-heap-profiler (6)
  • parallel/test-crypto-dh-odd-key (5)
  • parallel/test-crypto-dh (4)
  • parallel/test-crypto-keygen (4)
  • parallel/test-fs-rm (4)
  • parallel/test-crypto-classes (3)
  • parallel/test-crypto-dh-constructor (3)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-crypto-binary-default (2)
  • parallel/test-http2-cancel-while-client-reading (2)
  • parallel/test-stdout-to-file (2)
  • parallel/test-tls-ticket-cluster (2)
  • parallel/test-webcrypto-sign-verify (2)
  • pummel/test-policy-integrity (2)

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
  3. Forke das Repository und arbeite in einem Branch.
  4. Öffne einen Pull Request, der die Issue-Nummer nennt.

Rechercherichtung

Beginnen Sie mit der Überprüfung der Jenkins CI-Links und der aufgeführten fehlschlagenden Tests, einschließlich test/parallel/test-http2-pipe-named-pipe.js und test/parallel/test-fs-rmdir-recursive. Vergleichen Sie die plattformspezifischen Fehler und Build-Fehler in den referenzierten Jobs; done ist im Issue nicht definiert, daher müssen der beabsichtigte Fix und die Validierungskriterien zuerst festgelegt werden.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
node.js, shell
Bereich
ci-cd, devops, testing-qa
Issue-Typ
Bug
Schwierigkeit
5/5
Geschätzter Aufwand
Über eine Woche
Aktivitätsstatus
Veraltet
Klarheit
Muss geklärt werden
Anfängerfreundlichkeit
20/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.