nodejs / nodejs/reliability

CI Reliability 2024-06-15

Offen
#896 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/59693 to node-test-pull-request/59791 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
2024-06-15 00:08 0 4 31 3 62 4.12%
Jenkins Failure
Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/53015/, https://github.com/nodejs/node/pull/53389/, https://github.com/nodejs/node/pull/53063/)
Appeared test-digitalocean-ubi81_container-x64-1, test-ibm-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59696/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59769/
Example
Build timed out (after 60 minutes). Marking the build as failed.

CCTest Failure
Git Failure
Build Failure
Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/53436/, https://github.com/nodejs/node/pull/53418/, https://github.com/nodejs/node/pull/53431/, https://github.com/nodejs/node/pull/53442/, https://github.com/nodejs/node/pull/53063/, https://github.com/nodejs/node/pull/53157/, https://github.com/nodejs/node/pull/53438/, https://github.com/nodejs/node/pull/53455/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-ibm-ubuntu2204_sharedlibs_container-x64-5, test-ibm-ubuntu2204_sharedlibs_container-x64-2, test-ibm-ubi81_container-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/59748/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59790/
Example
fatal: No rebase in progress?

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/53452/, https://github.com/nodejs/node/pull/53239/, https://github.com/nodejs/node/pull/53456/)
Appeared test-mnx-smartos21-x64-2, test-mnx-smartos23-x64-1, test-equinix-debian11_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-debian11_container-armv7l-2, test-osuosl-ubuntu2004_container-armv7l-1, test-osuosl-debian11_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59785/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59791/
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

JSTest Failure
Reason benchmark/test-benchmark-crypto
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/53239/, https://github.com/nodejs/node/pull/52435/, https://github.com/nodejs/node/pull/53429/, https://github.com/nodejs/node/pull/53439/, https://github.com/nodejs/node/pull/53431/, https://github.com/nodejs/node/pull/51344/, https://github.com/nodejs/node/pull/53438/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-10, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-ibm-ubuntu2204_sharedlibs_container-x64-2, test-digitalocean-ubuntu2204_sharedlibs_container-x64-2, test-equinix-debian11_container-armv7l-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-digitalocean-fedora38-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59707/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59778/
Example
not ok 4016 benchmark/test-benchmark-crypto
  ---
  duration_ms: 2513.95400
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:126
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 0
    
        at main (/home/iojs/build/workspace/node-test-commit-linux-containered/benchmark/crypto/timingSafeEqual.js:21:10)
        at /home/iojs/build/workspace/node-test-commit-linux-containered/benchmark/common.js:54:9
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 0,
      operator: 'strictEqual'
    }
    
    Node.js v23.0.0-pre
    node:assert:126
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 0
    
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/...

Reason parallel/test-net-write-fully-async-buffer
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/53370/, https://github.com/nodejs/node/pull/53389/, https://github.com/nodejs/node/pull/53239/, https://github.com/nodejs/node/pull/53412/, https://github.com/nodejs/node/pull/52135/, https://github.com/nodejs/node/pull/53455/)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-equinix-rhel8_container-arm64-2, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu2004_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59705/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59790/
Example
not ok 3987 parallel/test-net-write-fully-async-buffer
  ---
  duration_ms: 360118.44700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/53015/, https://github.com/nodejs/node/pull/53239/, https://github.com/nodejs/node/pull/53442/, https://github.com/nodejs/node/pull/53411/)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59696/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59788/
Example
not ok 4115 sequential/test-http-server-request-timeouts-mixed
  ---
  duration_ms: 3286.79900
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:408
        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/osx11-x64/test/sequential/test-http-server-request-timeouts-mixed.js:108:5)
        at listOnTimeout (node:internal/timers:581:17)
        at process.processTimers (node:internal/timers:519:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v23.0.0-pre
  ...


Reason parallel/test-pipe-file-to-http
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/53429/, https://github.com/nodejs/node/pull/53157/, https://github.com/nodejs/node/pull/51344/)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59737/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59773/
Example
not ok 3837 parallel/test-pipe-file-to-http
  ---
  duration_ms: 360027.69000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason async-hooks/test-writewrap
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53366/, https://github.com/nodejs/node/pull/53436/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-10, test-digitalocean-ubuntu2204_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/59693/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59748/
Example
not ok 3791 async-hooks/test-writewrap
  ---
  duration_ms: 120010.79300
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason benchmark/test-benchmark-child-process
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53439/, https://github.com/nodejs/node/pull/53442/)
Appeared test-osuosl-debian11_container-armv7l-1, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59755/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59761/
Example
not ok 171 benchmark/test-benchmark-child-process
  ---
  duration_ms: 2160099.51100
  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/53379/, https://github.com/nodejs/node/pull/53456/)
Appeared test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59715/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59791/
Example
not ok 144 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360088.55600
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-stream-readable-unpipe-resume
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53412/, https://github.com/nodejs/node/pull/53239/)
Appeared test-equinix-rhel8_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59721/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59743/
Example
not ok 3789 parallel/test-stream-readable-unpipe-resume
  ---
  duration_ms: 360039.41700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-worker-memory
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53226/, https://github.com/nodejs/node/pull/53455/)
Appeared test-azure_msft-win10_vs2019-x64-3, test-rackspace-win2022_vs2022-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/59733/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59790/
Example
not ok 902 parallel/test-worker-memory
  ---
  duration_ms: 2317.16700
  severity: crashed
  exitcode: 3221225477
  stack: |-
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=10 (numWorkers=4)
    run() called...

Reason sequential/test-single-executable-application-snapshot-and-code-cache
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53370/, https://github.com/nodejs/node/pull/53416/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-3, test-ibm-ubuntu2204_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59705/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59722/
Example
not ok 4144 sequential/test-single-executable-application-snapshot-and-code-cache
  ---
  duration_ms: 9445.62500
  severity: fail
  exitcode: 1
  stack: |-
    Copied /home/iojs/build/workspace/node-test-commit-linux-containered/out/Release/node to /home/iojs/node-tmp/.tmp.4143/sea
    Injected /home/iojs/node-tmp/.tmp.4143/sea-prep.blob into /home/iojs/node-tmp/.tmp.4143/sea
    [process 2197433]: --- stderr ---
    Found SEA blob 0x5561389f0080, size=4431744
    Found SEA resource 0x5561389f0080, size=4431744
    Read<uint32_t>()(4-byte), count=1: { 21223968 }, read 4 bytes
    Read SEA magic 143da20
    Read<uint32_t>()(4-byte), count=1: { 6 }, read 4 bytes
    Read SEA flags 6
    Read<uint64_t>()(8-byte), count=1: { 11 }, read 8 bytes
    ReadStringView(), length=11: 0x5561389f0090, read 11 bytes, content: snapshot.js
    Read SEA code path 0x5561389f0090, size=11
    Read<uint64_t>()(8-byte), count=1: { 4431709 }, read 8 bytes
    ReadStringView(), length=4431709: 0x5561389f00a3, read 4431709 bytes
   ...

Progress
  • Build timed out (after 60 minutes). Marking the build as failed. (3)
  • fatal: No rebase in progress? (8)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (3)
  • benchmark/test-benchmark-crypto (7)
  • parallel/test-net-write-fully-async-buffer (6)
  • sequential/test-http-server-request-timeouts-mixed (4)
  • parallel/test-pipe-file-to-http (3)
  • async-hooks/test-writewrap (2)
  • benchmark/test-benchmark-child-process (2)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-stream-readable-unpipe-resume (2)
  • parallel/test-worker-memory (2)
  • sequential/test-single-executable-application-snapshot-and-code-cache (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

Beginne mit der Prüfung der verlinkten Jenkins-Konsolenprotokolle und der gruppierten Fehlertabellen und untersuche anschließend die von ncu-ci walk pr --stats=true --markdown ... erzeugte Ausgabe auf wiederkehrende Fehler. Erledigt ist die Aufgabe, wenn die gemeldeten CI-Fehler untersucht wurden und die relevanten Zuverlässigkeitsprobleme behoben oder eindeutig nachverfolgt sind.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
git, node.js, shell
Bereich
ci-cd, devops, testing-qa
Issue-Typ
Bug
Schwierigkeit
4/5
Geschätzter Aufwand
3-5 Tage
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.