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-01-19 #176

Open
13 tasks
github-actions bot opened this issue Jan 19, 2022 · 0 comments
Open
13 tasks

CI Reliability 2022-01-19 #176

github-actions bot opened this issue Jan 19, 2022 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/41912 to node-test-pull-request/42011 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-01-19 00:07 0 6 26 9 59 6.59%

JSTest Failure

Reason parallel/test-fs-rmdir-recursive
Type JS_TEST_FAILURE
Failed PR 9 (nodejs/node#41414, nodejs/node#41412, nodejs/node#41408, nodejs/node#41323, nodejs/node#41571, nodejs/node#41517, nodejs/node#41276, nodejs/node#41566, nodejs/node#41493)
Appeared test-azure_msft-win10_vs2019-x64-1, test-azure_msft-win10_vcbt2015-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/41953/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42010/
Example
not ok 259 parallel/test-fs-rmdir-recursive
  ---
  duration_ms: 0.596
  severity: fail
  exitcode: 1
  stack: |-
    (node:9956) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
    (Use `node --trace-deprecation ...` to show where the warning was created)
    node:assert:991
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.256\rmdir-recursive-0\d-3-1\d-2-1\d-1-2'
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:364:12
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:401:15
        at node:fs:188:23
        at CB (node:internal/fs/rimraf:60:5)
        at node:internal/fs/rimraf:152:18
        at CB (node:internal/fs/rimraf:60:5)
        at node:internal/fs/rimraf:152:18
    ...

Reason parallel/test-common-expect-warning
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#41545, nodejs/node#41424, nodejs/node#41571, nodejs/node#41276, nodejs/node#41553, nodejs/node#40424)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/41949/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42011/
Example
not ok 325 parallel/test-common-expect-warning
  ---
  duration_ms: 0.778
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1026
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Unexpected extra warning received/. Input:
    
    '(node:1957366) [fhqwhgads] fhqwhgads: fhqwhgads\n' +
      '(Use `node --trace-warnings ...` to show where the warning was created)\n'
    
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-common-expect-warning.js:41:14)
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm-debug/test/common/index.js:401:15)
        at ChildProcess.emit (node:events:520:28)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '(node:1957366) [fhqwhgads] fhqwhgads: fhqwhgads\n' +
        '(Use `node --trace-warnings ...` to show ...

Reason parallel/test-fs-readfile
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#41412, nodejs/node#41408, nodejs/node#41276, nodejs/node#41569, nodejs/node#41517)
Appeared test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41954/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41977/
Example
not ok 259 parallel/test-fs-readfile
  ---
  duration_ms: 0.945
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.251
    Files blocking: [
      '.removeme-fs-readfile-6028-1K.txt',
      '.removeme-fs-readfile-6028-1M.txt',
      '.removeme-fs-readfile-6028-1MPlusOne.txt',
      '.removeme-fs-readfile-6028-64K.txt',
      '.removeme-fs-readfile-6028-64KLessOne.txt'
    ]
    
    node:internal/fs/utils:344
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1078:3)
        at Object.truncateSync (node:fs:1037:14)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-readfile.js:61:6)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
        at Module.load (node:internal/modules/cjs/loader:975:32)
   ...

Reason parallel/test-trace-events-fs-sync
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#41570, nodejs/node#41408, nodejs/node#41566, nodejs/node#41487)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vcbt2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41946/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41984/
Example
not ok 690 parallel/test-trace-events-fs-sync
  ---
  duration_ms: 2.473
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.682
    Files blocking: [ 'fs.txt', 'node_trace.1.log' ]
    
    C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-trace-events-fs-sync.js:133
        throw new Error(`${tr}:\n${util.inspect(proc)}`);
        ^
    
    Error: fs.sync.fstat:
    {
      status: 1,
      signal: null,
      output: [
        null,
        '',
        'node:internal/fs/utils:344\r\n' +
          '    throw err;\r\n' +
          '    ^\r\n' +
          '\r\n' +
          "Error: EPERM: operation not permitted, open 'fs.txt'\r\n" +
          '    at Object.openSync (node:fs:585:3)\r\n' +
          '    at Object.writeFileSync (node:fs:2155:35)\r\n' +
          '    at [eval]:1:4\r\n' +
          '    at Script.runInThisContext (node:vm:129:12)\r\n' +
          '    at Object.runInThisContext (node:vm:305:38)...

Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41536, nodejs/node#41571, nodejs/node#41276)
Appeared test-equinix-centos7_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41929/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41981/
Example
not ok 3341 node-api/test_threadsafe_function/test
  ---
  duration_ms: 240.100
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-odd-key
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41441, nodejs/node#41545, nodejs/node#41493)
Appeared test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/41933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41973/
Example
not ok 236 parallel/test-crypto-dh-odd-key
  ---
  duration_ms: 240.131
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-constructor
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#38590, nodejs/node#41513)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41956/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41994/
Example
not ok 206 parallel/test-crypto-dh-constructor
  ---
  duration_ms: 240.136
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-secure-heap
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41571, nodejs/node#41569)
Appeared test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/41971/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41976/
Example
not ok 208 parallel/test-crypto-secure-heap
  ---
  duration_ms: 240.60
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-rm
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41440, nodejs/node#41412)
Appeared test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vcbt2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41934/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41954/
Example
not ok 261 parallel/test-fs-rm
  ---
  duration_ms: 2.305
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.254
    Files blocking: [ 'rm-5', 'rm-6', 'rm-7', 'rm-8', 'rm-args-file.txt' ]
    
    node:internal/process/promises:265
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    [Error: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.254\rm-5\d-3-1'] {
      errno: -4051,
      code: 'ENOTEMPTY',
      syscall: 'rmdir',
      path: 'C:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\.tmp.254\\rm-5\\d-3-1'
    }
    
    Node.js v18.0.0-pre
  ...


Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 5 (nodejs/node#41441, nodejs/node#41566, nodejs/node#41572, nodejs/node#41545, nodejs/node#41513)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1, test-equinix-ubuntu2004_container-armv7l-1, test-azure_msft-win10_vs2019-x64-4, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/41913/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41994/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:22973' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Build Failure

Reason ERROR: The process with PID 7792 (child process of PID 7176) could not be terminated.
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#41571, nodejs/node#41493)
Appeared test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41959/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41973/
Example
ERROR: The process with PID 7792 (child process of PID 7176) could not be terminated.
Reason: There is no running instance of the task.

> taskkill /t /f /fi "IMAGENAME eq cctest.exe" 

INFO: No tasks running with the specified criteria.

undefined

Reason Unknown
Type undefined
Failed PR 12 (nodejs/node#41441, nodejs/node#41545, nodejs/node#41424, nodejs/node#38590, nodejs/node#41571, nodejs/node#41493, nodejs/node#41569, nodejs/node#41276, nodejs/node#41513, nodejs/node#41553, nodejs/node#41502, nodejs/node#40424)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42011/
Example
Unknown

Git Failure

Reason warning: failed to remove Release/node.exe: Invalid argument
Type GIT_FAILURE
Failed PR 4 (nodejs/node#41535, nodejs/node#41441, nodejs/node#41527, nodejs/node#41569)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41912/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41942/
Example
warning: failed to remove Release/node.exe: Invalid argument

Progress

  • parallel/test-fs-rmdir-recursive (9)
  • parallel/test-common-expect-warning (6)
  • parallel/test-fs-readfile (5)
  • parallel/test-trace-events-fs-sync (4)
  • node-api/test_threadsafe_function/test (3)
  • parallel/test-crypto-dh-odd-key (3)
  • parallel/test-crypto-dh-constructor (2)
  • parallel/test-crypto-secure-heap (2)
  • parallel/test-fs-rm (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (5)
  • ERROR: The process with PID 7792 (child process of PID 7176) could not be terminated. (2)
  • Unknown (12)
  • warning: failed to remove Release/node.exe: Invalid argument (4)
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