Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Reliability 2022-12-21 #464

Open
12 tasks
github-actions bot opened this issue Dec 21, 2022 · 0 comments
Open
12 tasks

CI Reliability 2022-12-21 #464

github-actions bot opened this issue Dec 21, 2022 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/48560 to node-test-pull-request/48647 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-12-21 00:12 8 5 9 14 64 6.41%

CCTest Failure

Jenkins Failure

Git Failure

Reason ERROR: Error fetching remote repo 'origin'
Type GIT_FAILURE
Failed PR 16 (nodejs/node#45712, nodejs/node#45877, nodejs/node#45882, nodejs/node#45258, nodejs/node#45793, nodejs/node#45547, nodejs/node#45876, nodejs/node#45857, nodejs/node#45895, nodejs/node#45886, nodejs/node#45885, nodejs/node#45887, nodejs/node#45913, nodejs/node#45847, nodejs/node#45401, nodejs/node#45803)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/48583/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48624/
Example
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1244)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1308)
	at hudson.scm.SCM.checkout(SCM.java:540)

Build Failure

Reason ERROR: No acceptable C compiler found!
Type BUILD_FAILURE
Failed PR 18 (nodejs/node#45712, nodejs/node#45877, nodejs/node#45258, nodejs/node#45793, nodejs/node#45547, nodejs/node#45876, nodejs/node#45895, nodejs/node#45869, nodejs/node#45885, nodejs/node#45913, nodejs/node#45401, nodejs/node#45803, nodejs/node#45857, nodejs/node#45847, nodejs/node#45914, nodejs/node#45887, nodejs/node#45882, nodejs/node#45886)
Appeared test-orka-macos10.14-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48583/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48647/
Example
ERROR: No acceptable C compiler found!

       Please make sure you have a C compiler installed on your system and/or
       consider adjusting the CC environment variable if you installed
       it in a non-standard prefix.
make: *** [build-ci] Error 1

Reason Error: getWindowSize EINVAL
Type BUILD_FAILURE
Failed PR 9 (nodejs/node#45258, nodejs/node#45887, nodejs/node#45876, nodejs/node#45869, nodejs/node#45847, nodejs/node#45914, nodejs/node#45826, nodejs/node#45908, nodejs/node#45871)
Appeared test-equinix_mnx-smartos18-x64-4, test-equinix_mnx-smartos20-x64-3, test-equinix_mnx-smartos20-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48565/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48646/
Example
Error: getWindowSize EINVAL
outline =     at WriteStream._refreshSize (tty.js:133:31)
outline =     at process.<anonymous> (internal/bootstrap/switches/is_main_thread.js:127:41)
outline =     at process.emit (events.js:400:28)
outline = Emitted 'error' event on WriteStream instance at:
outline =     at WriteStream._refreshSize (tty.js:133:10)

Reason ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 6 (nodejs/node#45895, nodejs/node#45869, nodejs/node#45803, nodejs/node#45793, nodejs/node#45547, nodejs/node#45876)
Appeared test-nearform_arm-win10_vs2019-arm64-1, test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48561/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48606/
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 parallel/test-fs-watch-recursive
Type JS_TEST_FAILURE
Failed PR 10 (nodejs/node#45895, nodejs/node#45712, nodejs/node#45882, nodejs/node#45869, nodejs/node#45885, nodejs/node#45847, nodejs/node#45401, nodejs/node#45857, nodejs/node#45914, nodejs/node#45826)
Appeared test-equinix-rhel8_container-arm64-2, test-orka-macos10.15-x64-2, test-orka-macos11-x64-2, test-osuosl-rhel8-ppc64_le-4, test-orka-macos11-x64-1, test-equinix-ubuntu1804_container-arm64-2, test-nearform-macos11.0-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48577/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48638/
Example
not ok 1265 parallel/test-fs-watch-recursive
  ---
  duration_ms: 5.601
  severity: fail
  exitcode: 1
  stack: |-
    (node:838111) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
    (Use `node --trace-warnings ...` to show where the warning was created)
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(!process._getActiveHandles().some((handle) => handle.constructor.name === 'StatWatcher'))
    
        at FSWatcher.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-fs-watch-recursive.js:264:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v20.0.0-pre
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#45847, nodejs/node#45887, nodejs/node#45885, nodejs/node#45878, nodejs/node#45826, nodejs/node#45908, nodejs/node#45914, nodejs/node#45886)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48626/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48647/
Example
not ok 3451 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 89.545
  severity: fail
  exitcode: 7
  stack: |-
    /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-fs-readfile-tostring-fail.js:73
      throw err;
      ^
    
    AssertionError [ERR_ASSERTION]: 385220608 bytes written (expected 539555154 bytes).
        at WriteStream.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-fs-readfile-tostring-fail.js:37:10)
        at WriteStream.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/index.js:448:15)
        at WriteStream.emit (node:events:519:28)
        at finish (node:internal/streams/writable:750:10)
        at finishMaybe (node:internal/streams/writable:735:9)
        at afterWrite (node:internal/streams/writable:507:3)
        at onwrite (node:internal/streams/writable:480:7)
        at node:internal/fs/streams:443:5
        at FSReqCall...

Reason parallel/test-child-process-cwd
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#45902, nodejs/node#45865, nodejs/node#45851, nodejs/node#45869, nodejs/node#45890, nodejs/node#45803)
Appeared test-nearform_arm-win10_vs2019-arm64-1, test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48560/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48624/
Example
not ok 102 parallel/test-child-process-cwd
  ---
  duration_ms: 0.430
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'C:\\Windows'
    - 'C:\\WINDOWS'
            ^
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-cwd.js:56:26)
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15)
        at ChildProcess.emit (node:events:519:28)
        at maybeClose (node:internal/child_process:1098:16)
        at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 'C:\\Windows',
      expected: 'C:\\WINDOWS',
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-child-process-exec-cwd
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#45902, nodejs/node#45865, nodejs/node#45851, nodejs/node#45869, nodejs/node#45890, nodejs/node#45803)
Appeared test-nearform_arm-win10_vs2019-arm64-1, test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48560/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48624/
Example
not ok 103 parallel/test-child-process-exec-cwd
  ---
  duration_ms: 0.498
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:400
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(stdout.startsWith(dir))
    
        at c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
        at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:413:17
        at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15
        at ChildProcess.exithandler (node:child_process:411:7)
        at ChildProcess.emit (node:events:519:28)
        at maybeClose (node:internal/child_process:1098:16)
        at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-runner-reporters
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#45793, nodejs/node#45876, nodejs/node#45887, nodejs/node#45886, nodejs/node#45803)
Appeared test-osuosl-rhel8-ppc64_le-2, test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-4, test-osuosl-rhel8-ppc64_le-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48602/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48637/
Example
not ok 2433 parallel/test-runner-reporters
  ---
  duration_ms: 3.318
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: node:test reporters
        # Subtest: should default to outputing TAP to stdout
        ok 1 - should default to outputing TAP to stdout
          ---
          duration_ms: 2958.256048
          ...


Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#45258, nodejs/node#45876, nodejs/node#45847, nodejs/node#45878)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48601/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48631/
Example
not ok 3472 pummel/test-net-throttle
  ---
  duration_ms: 0.577
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at process.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-net-throttle.js:87:10)
        at process.emit (node:events:531:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-watch-mode-files_watcher
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#45793, nodejs/node#45847, nodejs/node#45887)
Appeared test-equinix-debian10_container-armv7l-2, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48602/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48628/
Example
not ok 3072 parallel/test-watch-mode-files_watcher
  ---
  duration_ms: 0.599
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: watch mode file watcher
        # Subtest: should watch changed files
        not ok 1 - should watch changed files
          ---
          duration_ms: 4.253458
          failureType: 'testCodeFailure'
          error: "EMFILE: too many open files, watch '/home/iojs/tmp/.tmp.3073/file1'"
          code: 'EMFILE'
          stack: |-
            FSWatcher.<computed> (node:internal/fs/watchers:244:19)
            watch (node:fs:2304:36)
            FilesWatcher.watchPath (node:internal/watch_mode/files_watcher:92:21)
            FilesWatcher.filterFile (node:internal/watch_mode/files_watcher:108:12)
            Object.<anonymous> (file:///home/iojs/build/workspace/node-test-binary-armv7l/test/parallel/test-watch-mode-files_watcher.mjs:49:13)
            ItTest.runInAsyncScope (node:async_hooks:204:9)
            ItTest.run (node:internal/test_runner/test:547:...

Reason sequential/test-inspector-debug-end
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45857, nodejs/node#45886)
Appeared test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48625/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48629/
Example
not ok 3796 sequential/test-inspector-debug-end
  ---
  duration_ms: 120.103
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    Test there's no crash stopping server that was not started
    Test there's no crash stopping server without connecting
    [err] Debugger listening on ws://127.0.0.1:33929/98861b08-8991-4e08-a5ab-10b3fefdfc2c
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    Test there's no crash stopping server after connecting
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:36661/974bcc88-5697-40b7-bc2e-a917b616e3aa
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
  ...


Progress

  • ERROR: Error fetching remote repo 'origin' (16)
  • ERROR: No acceptable C compiler found! (18)
  • Error: getWindowSize EINVAL (9)
  • ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error? (6)
  • parallel/test-fs-watch-recursive (10)
  • pummel/test-fs-readfile-tostring-fail (8)
  • parallel/test-child-process-cwd (6)
  • parallel/test-child-process-exec-cwd (6)
  • parallel/test-runner-reporters (5)
  • pummel/test-net-throttle (4)
  • parallel/test-watch-mode-files_watcher (3)
  • sequential/test-inspector-debug-end (2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants