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-14 #457

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

CI Reliability 2022-12-14 #457

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

Comments

@github-actions
Copy link

Failures in node-test-pull-request/48359 to node-test-pull-request/48453 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-14 00:14 3 6 30 7 54 6.67%

Jenkins Failure

Git Failure

Build Failure

Reason Error: getWindowSize EINVAL
Type BUILD_FAILURE
Failed PR 10 (nodejs/node#45792, nodejs/node#45808, nodejs/node#45822, nodejs/node#45803, nodejs/node#45811, nodejs/node#45817, nodejs/node#45826, nodejs/node#45621, nodejs/node#45704, nodejs/node#45831)
Appeared test-joyent-smartos18-x64-3, test-joyent-smartos20-x64-3, test-joyent-smartos20-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48369/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48452/
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 8 (nodejs/node#45744, nodejs/node#45608, nodejs/node#45776, nodejs/node#45788, nodejs/node#45799, nodejs/node#45792, nodejs/node#45803, nodejs/node#45704)
Appeared test-equinix-rhel8_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-2, test-osuosl-aix72-ppc64_be-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-equinix-debian10_container-armv7l-2, test-joyent-smartos18-x64-3, test-joyent-smartos20-x64-3, test-joyent-smartos20-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48359/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48450/
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

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#45803, nodejs/node#45704)
Appeared test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-osuosl-rhel8-ppc64_le-4, test-rackspace-debian10-x64-1, test-ibm-rhel8-x64-1, test-softlayer-ubi81_container-x64-1, test-softlayer-debian10-x64-1, test-ibm-rhel8-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48411/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48450/
Example
fatal: No rebase in progress?

node-core-utils failure

undefined

CCTest Failure

Reason [ RUN ] InspectorSocketTest.HostIPv6NonRoutable
Type CC_TEST_FAILURE
Failed PR 2 (nodejs/node#45791, nodejs/node#45811)
Appeared test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48370/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48416/
Example
[ RUN      ] InspectorSocketTest.HostIPv6NonRoutable
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5001 ms)

JSTest Failure

Reason parallel/test-fs-watch-recursive
Type JS_TEST_FAILURE
Failed PR 9 (nodejs/node#45639, nodejs/node#45811, nodejs/node#45803, nodejs/node#45778, nodejs/node#45621, nodejs/node#45815, nodejs/node#45817, nodejs/node#45831, nodejs/node#45298)
Appeared test-osuosl-rhel8-ppc64_le-2, test-osuosl-rhel8-ppc64_le-1, test-orka-macos11-x64-1, test-nearform-macos11.0-arm64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-osuosl-rhel8-ppc64_le-3, test-ibm-rhel8-s390x-4, test-equinix-ubuntu1804_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48388/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48445/
Example
not ok 1133 parallel/test-fs-watch-recursive
  ---
  duration_ms: 5.862
  severity: fail
  exitcode: 1
  stack: |-
    (node:1506821) 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-plinux/nodes/rhel8-ppc64le/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 parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#45799, nodejs/node#45792, nodejs/node#45822, nodejs/node#45831)
Appeared test-nearform_arm-win10_vs2019-arm64-2, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48366/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48438/
Example
not ok 734 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 1.367
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 58815 session? false
    [primary] got "listening"
    [primary] got "listening"
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 58815 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 58815 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 58815 session? true
    [primary] got "listening"
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 58815 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 58815 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 58815 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connect...

Reason parallel/test-child-process-exec-timeout-kill
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#45808, nodejs/node#45831, nodejs/node#45826)
Appeared test-digitalocean-freebsd12-x64-2, test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48386/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48441/
Example
not ok 159 parallel/test-child-process-exec-timeout-kill
  ---
  duration_ms: 0.303
  severity: fail
  exitcode: 1
  stack: |-
    [stdout] 
    [stderr] 
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== null
    
        at /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-child-process-exec-timeout-kill.js:32:10
        at /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/index.js:448:15
        at ChildProcess.exithandler (node:child_process:427:5)
        at ChildProcess.emit (node:events:519:28)
        at maybeClose (node:internal/child_process:1098:16)
        at Socket.<anonymous> (node:internal/child_process:456:11)
        at Socket.emit (node:events:519:28)
        at Pipe.<anonymous> (node:net:305:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: null,
      op...

Reason node-api/test_worker_buffer_callback/test-free-called
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45803, nodejs/node#45807)
Appeared test-osuosl-aix72-ppc64_be-2, test-osuosl-aix72-ppc64_be-3
First CI https://ci.nodejs.org/job/node-test-pull-request/48372/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48387/
Example
not ok 3628 node-api/test_worker_buffer_callback/test-free-called
  ---
  duration_ms: 0.367
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 0
    
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/node-api/test_worker_buffer_callback/test-free-called.js:14:8)
        at Module._compile (node:internal/modules/cjs/loader:1218:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1272:10)
        at Module.load (node:internal/modules/cjs/loader:1081:32)
        at Module._load (node:internal/modules/cjs/loader:922:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 0,
      operator: 'strictEqual'
    }...

Reason parallel/test-corepack-yarn-install
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45803, nodejs/node#45778)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48411/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48423/
Example
not ok 591 parallel/test-corepack-yarn-install
  ---
  duration_ms: 2.718
  severity: fail
  exitcode: 1
  stack: |-
    (node:20655) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
    (Use `node --trace-deprecation ...` to show where the warning was created)
    
    
    #
    # Fatal error in ../deps/v8/src/base/memory.h, line 22
    # Debug check failed: IsAligned(addr, alignof(T)).
    #
    #
    #
    #FailureMessage Object: 0x7fffac25bb40
     1: 0x562de73b7a63 node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     2: 0x562de755fc77  [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     3: 0x562de755fc97  [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     4: 0x562de8fe4c07 V8_Fatal(char const*, int, char const*, ...) [/home/iojs/build/workspace/node-te...

Reason parallel/test-process-wrap
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45776, nodejs/node#45792)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48364/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48369/
Example
not ok 2466 parallel/test-process-wrap
  ---
  duration_ms: 120.116
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    (node:61867) internal/test/binding: These APIs are for internal testing only. Do not use them.
    (Use `node --trace-warnings ...` to show where the warning was created)
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45826, nodejs/node#45831)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48447/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48448/
Example
not ok 3438 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 40.759
  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]: 302907392 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:513: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 pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45803, nodejs/node#45831)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48402/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48452/
Example
not ok 3466 pummel/test-net-throttle
  ---
  duration_ms: 0.630
  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:525:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v19.3.0
  ...


Progress

  • Error: getWindowSize EINVAL (10)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (8)
  • fatal: No rebase in progress? (2)
  • [ RUN ] InspectorSocketTest.HostIPv6NonRoutable (2)
  • parallel/test-fs-watch-recursive (9)
  • parallel/test-tls-ticket-cluster (4)
  • parallel/test-child-process-exec-timeout-kill (3)
  • node-api/test_worker_buffer_callback/test-free-called (2)
  • parallel/test-corepack-yarn-install (2)
  • parallel/test-process-wrap (2)
  • pummel/test-fs-readfile-tostring-fail (2)
  • pummel/test-net-throttle (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