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-10-25 #410

Open
16 tasks
github-actions bot opened this issue Oct 25, 2022 · 0 comments
Open
16 tasks

CI Reliability 2022-10-25 #410

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

Comments

@github-actions
Copy link

Failures in node-test-pull-request/47352 to node-test-pull-request/47448 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-25 00:24 1 9 17 0 73 9.09%

JSTest Failure

Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 13 (nodejs/node#45061, nodejs/node#45060, nodejs/node#45091, nodejs/node#45127, nodejs/node#43525, nodejs/node#45129, nodejs/node#45092, nodejs/node#44713, nodejs/node#45098, nodejs/node#45135, nodejs/node#45132, nodejs/node#45133, nodejs/node#45043)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47364/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47439/
Example
not ok 3409 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 0.344
  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 pummel/test-fs-largefile
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#44713, nodejs/node#45068, nodejs/node#45043, nodejs/node#45135, nodejs/node#44935)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47393/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47448/
Example
not ok 3408 pummel/test-fs-largefile
  ---
  duration_ms: 0.96
  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:1175:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1229:10)
        at Module.load (node:internal/modules/cjs/loader:1038:32)
        at Module._load (node:internal/modules/cjs/loader:879: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 parallel/test-macos-app-sandbox
Type JS_TEST_FAILURE
Failed PR 3 (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/47358/
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 abort/test-abort-backtrace
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45100, nodejs/node#43525)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/47373/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47403/
Example
not ok 3649 abort/test-abort-backtrace
  ---
  duration_ms: 300.200
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_fatal/test2
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45100, nodejs/node#45132)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/47373/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47422/
Example
not ok 3603 node-api/test_fatal/test2
  ---
  duration_ms: 300.79
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-child-process-exec-timeout-kill
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45098, nodejs/node#44412)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47386/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47440/
Example
not ok 400 parallel/test-child-process-exec-timeout-kill
  ---
  duration_ms: 0.355
  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:298:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: null,
      op...

Reason parallel/test-corepack-yarn-install
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45095, nodejs/node#44412)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/47404/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47440/
Example
not ok 591 parallel/test-corepack-yarn-install
  ---
  duration_ms: 2.520
  severity: fail
  exitcode: 1
  stack: |-
    (node:23604) [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)
    Segmentation fault (core dumped)
    assert.js:118
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: yarn install got error code 139
        at handleExit (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-corepack-yarn-install.js:60:10)
        at handleExit (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:380:15)
        at ChildProcess.exithandler (child_process.js:390:5)
        at ChildProcess.emit (events.js:400:28)
        at maybeClose (internal/child_process.js:1088:16)
        at Process.ChildProcess._handle.one...

Reason parallel/test-fs-promises-watch
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45068, nodejs/node#45098)
Appeared test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-x64-1, test-digitalocean-ubuntu1804-x64-1, test-osuosl-rhel8-ppc64_le-2, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1, test-ibm-rhel8-s390x-4, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, undefined, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47408/
Example
not ok 996 parallel/test-fs-promises-watch
  ---
  duration_ms: 0.139
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    [AssertionError [ERR_ASSERTION]: Missing expected rejection.] {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: undefined,
      expected: { code: 'ERR_INVALID_ARG_TYPE' },
      operator: 'rejects'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-runner-inspect
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#43525, nodejs/node#44412)
Appeared test-ibm-rhel8-s390x-4, test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/47423/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47440/
Example
not ok 3355 parallel/test-runner-inspect
  ---
  duration_ms: 120.41
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] (node:4128394) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
    [err] (Use `node --trace-warnings ...` to show where the warning was created)
    [err] 
    [out] TAP version 13
    [out] 
    [err] Debugger listening on ws://127.0.0.1:46757/1075ad56-be7b-4084-9c58-15c36a17f4a7
    [err] 
    [err] Debugger attached.
    [err] 
  ...


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

Reason sequential/test-cpu-prof-name
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45058, nodejs/node#45116)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/47354/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47406/
Example
not ok 3710 sequential/test-cpu-prof-name
  ---
  duration_ms: 1.117
  severity: fail
  exitcode: 1
  stack: |-
    Dispatching message { "id": 1, "method": "Profiler.enable" }
    Receive CPU profile message
    {"id":1,"result":{}}
    Dispatching message { "id": 2, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
    Receive CPU profile message
    {"id":2,"result":{}}
    Dispatching message { "id": 3, "method": "Profiler.start" }
    Receive CPU profile message
    {"id":3,"result":{}}
    
    
    #
    # Fatal error in ../deps/v8/src/execution/frames.h, line 197
    # Debug check failed: static_cast<uintptr_t>(type) < Type::NUMBER_OF_TYPES (140736983195888 vs. 27).
    #
    #
    #
    #FailureMessage Object: 0xffffc3c7a078
     1: 0xaaaac835c318 node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
     2: 0xaaaac853ee28  [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
     3: 0xaaaac853ee5c  [/home/iojs/b...

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 10 (nodejs/node#45100, nodejs/node#45098, nodejs/node#45119, nodejs/node#45092, nodejs/node#45124, nodejs/node#44713, nodejs/node#44935, nodejs/node#45068, nodejs/node#43525, nodejs/node#45043)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47382/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47441/
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.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#45091, nodejs/node#45092)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47375/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47416/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:34155' 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)

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

Build Failure

Reason Error: invalid syntax
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#45126, nodejs/node#43525, nodejs/node#45098)
Appeared test-rackspace-centos7-x64-1, test-softlayer-debian9-x64-1, test-rackspace-ubuntu1604-x64-2, test-osuosl-centos7-ppc64_le-1, test-equinix-centos7_container-arm64-1, test-ibm-rhel7-s390x-3, test-ibm-aix71-ppc64_be-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-orka-macos10.14-x64-2, test-orka-macos10.15-x64-1, test-digitalocean-alpine311_container-x64-1, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-ibm-rhel8-x64-2, test-ibm-ubuntu1804-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-equinix-ubuntu1804_sharedlibs_container-arm64-5, test-ibm-rhel8-s390x-1, test-osuosl-rhel8-ppc64_le-1, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/47405/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47408/
Example
Error: invalid syntax
make[1]: *** [Makefile:511: test-ci] Error 1
make: *** [Makefile:540: run-ci] Error 2
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for : : True

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#43525, nodejs/node#45124)
Appeared test-rackspace-win2012r2_vs2019-x64-6, test-rackspace-win2012r2_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/47391/
Last CI https://ci.nodejs.org/job/node-test-pull-request/47392/
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

Progress

  • pummel/test-fs-readfile-tostring-fail (13)
  • pummel/test-fs-largefile (5)
  • parallel/test-macos-app-sandbox (3)
  • abort/test-abort-backtrace (2)
  • node-api/test_fatal/test2 (2)
  • parallel/test-child-process-exec-timeout-kill (2)
  • parallel/test-corepack-yarn-install (2)
  • parallel/test-fs-promises-watch (2)
  • parallel/test-runner-inspect (2)
  • parallel/test-tls-ticket-cluster (2)
  • sequential/test-cpu-prof-name (2)
  • Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64 (10)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • Error: invalid syntax (3)
  • error: remote GitHub already exists. (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