CI Reliability 2023-11-29

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

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
15/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
node.js, shell

Direzione di ricerca

Inizia con i log CI collegati e con i punti di ingresso dei test elencati, inclusi test/pummel/test-crypto-timing-safe-equal-benchmarks.js e i test sequenziali e paralleli. Il report riguarda diversi fallimenti su più piattaforme; il lavoro sarebbe completato quando i fallimenti ricorrenti della CI saranno identificati e risolti e sarà confermato che i test interessati hanno esito positivo.

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

Descrizione

Failures in node-test-pull-request/55891 to node-test-pull-request/55983 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md)

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2023-11-29 00:13 4 13 7 1 75 13.68%
JSTest Failure
Reason pummel/test-crypto-timing-safe-equal-benchmarks
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/50773/, https://github.com/nodejs/node/pull/50897/, https://github.com/nodejs/node/pull/50790/, https://github.com/nodejs/node/pull/50887/)
Appeared test-ibm-aix72-ppc64_be-2, test-equinix_mnx-smartos20-x64-3, test-nearform-macos11.0-arm64-1, test-equinix_mnx-smartos20-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/55904/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55933/
Example
not ok 3669 pummel/test-crypto-timing-safe-equal-benchmarks
  ---
  duration_ms: 3384.41700
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:408
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=4.669142668648351)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/pummel/test-crypto-timing-safe-equal-benchmarks.js:109:1)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '...

Reason sequential/test-single-executable-application-snapshot-and-code-cache
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/50784/, https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1, test-digitalocean-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55892/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 4031 sequential/test-single-executable-application-snapshot-and-code-cache
  ---
  duration_ms: 1711.62700
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.4032/sea'
        at copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-snapshot-and-code-cache.js:61:3)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/r...

Reason parallel/test-child-process-fork-exec-path
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 201 parallel/test-child-process-fork-exec-path
  ---
  duration_ms: 3414.07100
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.185/node-copy.exe'
        at Object.copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-child-process-fork-exec-path.js:50:4)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      errno: -28...

Reason parallel/test-file-write-stream4
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 805 parallel/test-file-write-stream4
  ---
  duration_ms: 2679.26600
  severity: fail
  exitcode: 1
  stack: |-
    node:events:497
          throw er; // Unhandled 'error' event
          ^
    
    Error: ENOSPC: no space left on device, write
    Emitted 'error' event on WriteStream instance at:
        at WriteStream.onerror (node:internal/streams/readable:1026:14)
        at WriteStream.emit (node:events:519:28)
        at emitErrorNT (node:internal/streams/destroy:169:8)
        at emitErrorCloseNT (node:internal/streams/destroy:128:3)
        at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'write'
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-add-file-with-url
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/49884/, https://github.com/nodejs/node/pull/50927/, https://github.com/nodejs/node/pull/50759/)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55928/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55981/
Example
not ok 1275 parallel/test-fs-watch-recursive-add-file-with-url
  ---
  duration_ms: 120046.32500
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-write-stream-eagain
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50784/, https://github.com/nodejs/node/pull/50783/, https://github.com/nodejs/node/pull/50954/)
Appeared test-osuosl-rhel8-ppc64_le-1, test-ibm-ubi81_container-x64-1, test-rackspace-win2019_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/55892/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55970/
Example
not ok 1244 parallel/test-fs-write-stream-eagain
  ---
  duration_ms: 288.47400
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: WriteStream EAGAIN
        # Subtest: _write
        not ok 1 - _write
          ---
          duration_ms: 34.722393
          location: 'file:///home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/parallel/test-fs-write-stream-eagain.mjs:15:3'
          failureType: 'testCodeFailure'
          error: |-
            Expected values to be strictly equal:
            
            '' !== 'foo'
            
          code: 'ERR_ASSERTION'
          name: 'AssertionError'
          expected: 'foo'
          actual: ''
          operator: 'strictEqual'
          stack: |-
            TestContext.<anonymous> (file:///home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/parallel/test-fs-write-stream-eagain.mjs:30:12)
            process.processTicksAndRejections (node:internal/process/task_queues:95:5)
            asy...

Reason parallel/test-module-loading-globalpaths
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 1848 parallel/test-module-loading-globalpaths
  ---
  duration_ms: 2270.53300
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1845/install/bin/node'
        at Object.copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-module-loading-globalpaths.js:32:6)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      errno: -2...

Reason pummel/test-fs-watch-non-recursive
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50194/, https://github.com/nodejs/node/pull/50953/, https://github.com/nodejs/node/pull/50944/)
Appeared test-equinix-debian10_container-armv7l-2, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55938/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55969/
Example
not ok 3589 pummel/test-fs-watch-non-recursive
  ---
  duration_ms: 340.00000
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/watchers:255
        throw error;
        ^
    
    Error: EMFILE: too many open files, watch '/home/iojs/tmp/.tmp.3588'
        at FSWatcher.<computed> (node:internal/fs/watchers:247:19)
        at Object.watch (node:fs:2418:34)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-armv7l/test/pummel/test-fs-watch-non-recursive.js:41:20)
        at Module._compile (node:internal/modules/cjs/loader:1356:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
        at Module.load (node:internal/modules/cjs/loader:1197:32)
        at Module._load (node:internal/modules/cjs/loader:1013:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
        at node:internal/main/run_main_module:28:49 {
      errno: -24,
      syscall: 'watch',
      code: 'EMFILE',
      path: '/home/iojs/tm...

Reason sequential/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 4027 sequential/test-single-executable-application
  ---
  duration_ms: 1330.91900
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.4028/sea'
        at copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application.js:52:1)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:i...

Reason sequential/test-single-executable-application-disable-experimental-sea-warning
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 4028 sequential/test-single-executable-application-disable-experimental-sea-warning
  ---
  duration_ms: 1527.96900
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.4029/sea'
        at copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-disable-experimental-sea-warning.js:53:1)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as ...

Reason sequential/test-single-executable-application-empty
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 4029 sequential/test-single-executable-application-empty
  ---
  duration_ms: 1259.58500
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.4030/sea'
        at copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-empty.js:40:1)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
     ...

Reason sequential/test-single-executable-application-snapshot
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 4030 sequential/test-single-executable-application-snapshot
  ---
  duration_ms: 2035.47100
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.4031/sea'
        at copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-snapshot.js:84:3)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      e...

Reason sequential/test-single-executable-application-use-code-cache
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50899/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55979/
Example
not ok 4032 sequential/test-single-executable-application-use-code-cache
  ---
  duration_ms: 1281.55800
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.4033/sea'
        at copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-use-code-cache.js:53:1)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_...

Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50825/, https://github.com/nodejs/node/pull/50759/)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55976/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55981/
Example
not ok 1276 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120355.29100
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-inspector-async-stack-traces-set-interval
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50881/, https://github.com/nodejs/node/pull/50897/)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/55900/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55912/
Example
not ok 1993 parallel/test-inspector-async-stack-traces-set-interval
  ---
  duration_ms: 15327.02600
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:39711/930e180d-e60c-4849-8568-cced25f55dad
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [test] Skipping the first breakpoint in the eval script
    Timed out waiting for matching notification (break on [eval]:0)
    1
  ...


Reason parallel/test-inspector-console
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50897/, https://github.com/nodejs/node/pull/49731/)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/55918/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55932/
Example
not ok 2008 parallel/test-inspector-console
  ---
  duration_ms: 15271.12100
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:36713/96e505d4-645d-480f-85e6-0bb4030a3b19
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (Runtime.consoleAPICalled)
    1
  ...


Reason parallel/test-macos-app-sandbox
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50825/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55973/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55976/
Example
not ok 1820 parallel/test-macos-app-sandbox
  ---
  duration_ms: 3518.48300
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3031
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1822/node_sandboxed.app/Contents/MacOS/node'
        at Object.copyFileSync (node:fs:3031:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-macos-app-sandbox.js:41:4)
        at Module._compile (node:internal/modules/cjs/loader:1375:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32)
        at Module._load (node:internal/modules/cjs/loader:1022:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      errno...

Jenkins Failure
Reason Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64
Type JENKINS_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50433/, https://github.com/nodejs/node/pull/50759/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55978/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55981/
Example
java.io.IOException: Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64
	at hudson.FilePath.createTextTempFile(FilePath.java:1624)
	at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:202)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:120)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:123)

Git Failure
Build Failure
Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 14 (https://github.com/nodejs/node/pull/50488/, https://github.com/nodejs/node/pull/50840/, https://github.com/nodejs/node/pull/50651/, https://github.com/nodejs/node/pull/50923/, https://github.com/nodejs/node/pull/50887/, https://github.com/nodejs/node/pull/49025/, https://github.com/nodejs/node/pull/50763/, https://github.com/nodejs/node/pull/50793/, https://github.com/nodejs/node/pull/50899/, https://github.com/nodejs/node/pull/50843/, https://github.com/nodejs/node/pull/50930/, https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/47342/, https://github.com/nodejs/node/pull/50944/)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55907/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55969/
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-armv7l] $ /bin/bash -ex /tmp/jenkins13623765599043883003.sh
+ '[' -d .git ']'
+ git clean -fdx
Removing out/

Reason fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
Type BUILD_FAILURE
Failed PR 12 (https://github.com/nodejs/node/pull/50789/, https://github.com/nodejs/node/pull/49790/, https://github.com/nodejs/node/pull/50782/, https://github.com/nodejs/node/pull/50840/, https://github.com/nodejs/node/pull/50881/, https://github.com/nodejs/node/pull/50572/, https://github.com/nodejs/node/pull/50907/, https://github.com/nodejs/node/pull/50790/, https://github.com/nodejs/node/pull/50923/, https://github.com/nodejs/node/pull/50899/, https://github.com/nodejs/node/pull/50759/, https://github.com/nodejs/node/pull/50465/)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55891/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55982/
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
fatal: failed to run repack

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50923/, https://github.com/nodejs/node/pull/50354/)
Appeared test-rackspace-win2022_vs2022-x64-4, test-rackspace-win2022_vs2022-x64-5, test-rackspace-win2022_vs2022-x64-3, test-rackspace-win2022_vs2022-x64-2, test-rackspace-win2022_vs2022-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/55942/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55973/
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

undefined
Reason Unknown
Type undefined
Failed PR 8 (https://github.com/nodejs/node/pull/50784/, https://github.com/nodejs/node/pull/50773/, https://github.com/nodejs/node/pull/50790/, https://github.com/nodejs/node/pull/49884/, https://github.com/nodejs/node/pull/50793/, https://github.com/nodejs/node/pull/50910/, https://github.com/nodejs/node/pull/50572/, https://github.com/nodejs/node/pull/50825/)
Appeared test-equinix-centos7_container-arm64-1, test-equinix-centos7_container-arm64-2, test-rackspace-centos7-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-equinix_mnx-smartos18-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/55892/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55976/
Example
Unknown

Progress
  • pummel/test-crypto-timing-safe-equal-benchmarks (4)
  • sequential/test-single-executable-application-snapshot-and-code-cache (4)
  • parallel/test-child-process-fork-exec-path (3)
  • parallel/test-file-write-stream4 (3)
  • parallel/test-fs-watch-recursive-add-file-with-url (3)
  • parallel/test-fs-write-stream-eagain (3)
  • parallel/test-module-loading-globalpaths (3)
  • pummel/test-fs-watch-non-recursive (3)
  • sequential/test-single-executable-application (3)
  • sequential/test-single-executable-application-disable-experimental-sea-warning (3)
  • sequential/test-single-executable-application-empty (3)
  • sequential/test-single-executable-application-snapshot (3)
  • sequential/test-single-executable-application-use-code-cache (3)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (2)
  • parallel/test-inspector-async-stack-traces-set-interval (2)
  • parallel/test-inspector-console (2)
  • parallel/test-macos-app-sandbox (2)
  • Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64 (2)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (14)
  • fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository (12)
  • error: remote GitHub already exists. (2)
  • Unknown (8)
Lingua principale
Shell
Stelle
57
Fork
20
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

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.

Altre issue di nodejs/reliability

Tutte le issue di nodejs/reliability

Issue simili

Altre issue su Shell/Bash

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.