Skip to content
New issue

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

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

Already on GitHub? # to your account

CI Reliability 2022-10-22 #407

Open
12 tasks
github-actions bot opened this issue Oct 22, 2022 · 0 comments
Open
12 tasks

CI Reliability 2022-10-22 #407

github-actions bot opened this issue Oct 22, 2022 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/47289 to node-test-pull-request/47385 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-10-22 00:20 1 11 20 5 63 11.70%

Jenkins Failure

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#45032, nodejs/node#45046, nodejs/node#45026, nodejs/node#45043)
Appeared test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/47291/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47361/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Reason Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#45068, nodejs/node#45100, nodejs/node#44935, nodejs/node#43525)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47381/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47385/
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:1626)
	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)

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#45046, nodejs/node#45026, nodejs/node#45091)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47313/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47375/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:36037' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy87.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)

Build Failure

JSTest Failure

Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 10 (nodejs/node#45058, nodejs/node#45046, nodejs/node#41276, nodejs/node#43716, nodejs/node#45068, nodejs/node#45026, nodejs/node#45061, nodejs/node#45043, nodejs/node#45060, nodejs/node#45091)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47330/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47375/
Example
not ok 3407 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 0.210
  severity: fail
  exitcode: 7
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:73
      throw err;
      ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOSPC: no space left on device, write
        at Object.callback (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:31:37)
        at callback (node:internal/streams/writable:555:21)
        at onwriteError (node:internal/streams/writable:418:3)
        at onwrite (node:internal/streams/writable:460:7)
        at node:internal/fs/streams:439:14
        at FSReqCallback.wrapper [as oncomplete] (node:fs:946:5) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: [Error: ENOSPC: no space left on device, write] {
        errno: -28,
        code: 'ENOSPC',
        syscall: 'write'
      },
      expe...

Reason parallel/test-macos-app-sandbox
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#45061, nodejs/node#45060, nodejs/node#45043, nodejs/node#45091)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47350/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47375/
Example
not ok 1679 parallel/test-macos-app-sandbox
  ---
  duration_ms: 5.144
  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> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-macos-app-sandbox.js:43:8)
        at Module._compile (node:internal/modules/cjs/loader:1159:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
        at Module.load (node:internal/modules/cjs/loader:1037:32)
        at Module._load (node:internal/modules/cjs/loader:878: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'
    }
    
    Node.js v20.0.0-pre
  ...


Reason sequential/test-watch-mode-inspect
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#45041, nodejs/node#45045, nodejs/node#41276)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/47306/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47336/
Example
not ok 3804 sequential/test-watch-mode-inspect
  ---
  duration_ms: 120.94
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    TAP version 13
    [err] (node:23416) ExperimentalWarning: Watch mode is an experimental feature. This feature could change at any time
    [err] (Use `node --trace-warnings ...` to show where the warning was created)
    [err] 
    [err] Debugger listening on ws://127.0.0.1:58845/b9017f08-ecdb-485a-a05e-bf9f2f4d52ba
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [out] safe to debug now
    [out] 
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger ending on ws://127.0.0.1:58845/b9017f08-ecdb-485a-a05e-bf9f2f4d52ba
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
  ...


Reason abort/test-abort-backtrace
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45032, nodejs/node#45100)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/47294/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47373/
Example
not ok 3624 abort/test-abort-backtrace
  ---
  duration_ms: 300.157
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-addon-uv-handle-leak
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#44626, nodejs/node#43716)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/47300/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47340/
Example
not ok 3646 abort/test-addon-uv-handle-leak
  ---
  duration_ms: 300.91
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-child-process-exec-timeout-kill
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#44626, nodejs/node#45046)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/47300/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47312/
Example
not ok 398 parallel/test-child-process-exec-timeout-kill
  ---
  duration_ms: 0.313
  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:513:28)
        at maybeClose (node:internal/child_process:1098:16)
        at Socket.<anonymous> (node:internal/child_process:456:11)
        at Socket.emit (node:events:513:28)
        at Pipe.<anonymous> (node:net:298:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: null,
      op...

Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41276, nodejs/node#45060)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/47320/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47359/
Example
not ok 2625 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 0.625
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 49160 session? false
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 49160 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 49160 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 49160 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 49160 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 49160 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 49160 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 49160 session? true
    [worker] connection reused? true
    [primary] got "reused"
 ...

Reason pummel/test-fs-largefile
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45076, nodejs/node#45068)
Appeared test-nearform-macos10.15-x64-2, test-rackspace-win2012r2_vs2019-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/47344/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47376/
Example
not ok 3406 pummel/test-fs-largefile
  ---
  duration_ms: 0.88
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/utils:347
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1131:3)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-largefile.js:37:4)
        at Module._compile (node:internal/modules/cjs/loader:1159:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
        at Module.load (node:internal/modules/cjs/loader:1037:32)
        at Module._load (node:internal/modules/cjs/loader:878:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12)
        at node:internal/main/run_main_module:23:47 {
      errno: -28,
      syscall: 'ftruncate',
      code: 'ENOSPC'
    }
    
    Node.js v20.0.0-pre
  ...


Reason sequential/test-perf-hooks
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#44626, nodejs/node#45042)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/47298/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47301/
Example
not ok 3796 sequential/test-perf-hooks
  ---
  duration_ms: 1.913
  severity: fail
  exitcode: 1
  stack: |-
    {
      name: 'node',
      entryType: 'node',
      startTime: 0,
      duration: { around: 34.9045524597168 },
      nodeStart: { around: 0 },
      v8Start: { around: 0 },
      bootstrapComplete: { around: 34.8656005859375, delay: 2500 },
      environment: { around: 0 },
      loopStart: -1,
      loopExit: -1
    }
    {
      name: 'node',
      entryType: 'node',
      startTime: 0,
      duration: { around: 1039.352783203125 },
      nodeStart: { around: 0 },
      v8Start: { around: 0 },
      bootstrapComplete: { around: 34.8656005859375, delay: 2500 },
      environment: { around: 0 },
      loopStart: { around: 34.8656005859375, delay: 2500 },
      loopExit: -1
    }
    {
      name: 'node',
      entryType: 'node',
      startTime: 0,
      duration: { around: 1758.757698059082 },
      nodeStart: { around: 0 },
      v8Start: { around: 0 },
      bootstrapComplete: { around: 34.865...

Progress

  • Build timed out (after 60 minutes). Marking the build as failed. (4)
  • Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64 (4)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (3)
  • pummel/test-fs-readfile-tostring-fail (10)
  • parallel/test-macos-app-sandbox (4)
  • sequential/test-watch-mode-inspect (3)
  • abort/test-abort-backtrace (2)
  • abort/test-addon-uv-handle-leak (2)
  • parallel/test-child-process-exec-timeout-kill (2)
  • parallel/test-tls-ticket-cluster (2)
  • pummel/test-fs-largefile (2)
  • sequential/test-perf-hooks (2)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants