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-03-31 #237

Open
11 tasks
github-actions bot opened this issue Mar 31, 2022 · 0 comments
Open
11 tasks

CI Reliability 2022-03-31 #237

github-actions bot opened this issue Mar 31, 2022 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/43139 to node-test-pull-request/43237 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-03-31 00:12 0 8 23 14 55 9.30%

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#42443, nodejs/node#42420, nodejs/node#42409, nodejs/node#42115)
Appeared test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-requireio_mcollina-debian10-armv7l_pi2-1, test-digitalocean-fedora34-x64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-requireio_joeyvandijk-debian10-armv7l_pi2-1, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43185/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43234/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 139.178.85.13/139.178.85.13:47766' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy79.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#42466, nodejs/node#42410)
Appeared test-softlayer-ubi81_container-x64-1, test-rackspace-win2012r2_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/43183/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43191/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Git Failure

Build Failure

Reason ERROR: No acceptable C compiler found!
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#42338, nodejs/node#42414, nodejs/node#41397, nodejs/node#42361)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43139/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43165/
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 Failed to trigger node-test-commit
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#42399, nodejs/node#43206)
Appeared test-packetnet-ubuntu1804-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43184/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43208/
Example
Failed to trigger node-test-commit

undefined

Reason Unknown
Type undefined
Failed PR 8 (nodejs/node#42338, nodejs/node#42360, nodejs/node#42191, nodejs/node#42278, nodejs/node#42471, nodejs/node#42409, nodejs/node#42466, nodejs/node#42512)
Appeared test-nearform_arm-win10_vs2019-arm64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43140/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43225/
Example
Unknown

JSTest Failure

Reason parallel/test-http-header-overflow
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42338, nodejs/node#42360, nodejs/node#41263)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-rackspace-win2012r2_vs2013-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43140/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43232/
Example
not ok 1015 parallel/test-http-header-overflow
  ---
  duration_ms: 0.431
  severity: crashed
  exitcode: -6
  stack: |-
    Found bad BaseObject during clean exit: ConnectionsList
     1: 0xaaaad17311e8 node::DumpBacktrace(_IO_FILE*) [out/Debug/node]
     2: 0xaaaad181d748 node::Abort() [out/Debug/node]
     3: 0xaaaad1754004  [out/Debug/node]
     4: 0xaaaad1761058  [out/Debug/node]
     5: 0xaaaad175409c node::Environment::VerifyNoStrongBaseObjects() [out/Debug/node]
     6: 0xaaaad16c5194 node::SpinEventLoop(node::Environment*) [out/Debug/node]
     7: 0xaaaad188faf0 node::NodeMainInstance::Run(int*, node::Environment*) [out/Debug/node]
     8: 0xaaaad188fa34 node::NodeMainInstance::Run() [out/Debug/node]
     9: 0xaaaad17bf870 node::Start(int, char**) [out/Debug/node]
    10: 0xaaaad2d3a214 main [out/Debug/node]
    11: 0xffffa0eae720 __libc_start_main [/lib/aarch64-linux-gnu/libc.so.6]
    12: 0xaaaad16bf8b0  [out/Debug/node]
  ...


Reason parallel/test-child-process-fork-closed-channel-segfault
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42442, nodejs/node#42486)
Appeared test-requireio_securogroup-debian10-arm64_pi3-2, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43175/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43198/
Example
not ok 106 parallel/test-child-process-fork-closed-channel-segfault
  ---
  duration_ms: 3.784
  severity: fail
  exitcode: 1
  stack: |-
    /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-fork-closed-channel-segfault.js:83
                throw err;
                ^
    
    Error: write EPIPE
        at ChildProcess.target._send (node:internal/child_process:864:20)
        at ChildProcess.<anonymous> (node:internal/child_process:667:16)
        at ChildProcess.emit (node:events:539:35)
        at emit (node:internal/child_process:936:14)
        at processTicksAndRejections (node:internal/process/task_queues:83:21) {
      errno: -32,
      code: 'EPIPE',
      syscall: 'write'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-crypto-keygen
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42360, nodejs/node#42054)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43170/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43187/
Example
not ok 1637 parallel/test-crypto-keygen
  ---
  duration_ms: 120.75
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-secure-heap
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41397, nodejs/node#42507)
Appeared test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43146/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43226/
Example
not ok 249 parallel/test-crypto-secure-heap
  ---
  duration_ms: 360.87
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-trace-events-fs-sync
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42471, nodejs/node#42466)
Appeared test-azure_msft-win10_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43193/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43218/
Example
not ok 695 parallel/test-trace-events-fs-sync
  ---
  duration_ms: 1.993
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.691
    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:345\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:584:3)\r\n' +
          '    at Object.writeFileSync (node:fs:2169: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 parallel/test-vm-timeout-escape-promise-2
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42115, nodejs/node#42466)
Appeared test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43234/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43237/
Example
not ok 2704 parallel/test-vm-timeout-escape-promise-2
  ---
  duration_ms: 0.239
  severity: fail
  exitcode: 1
  stack: |-
    /home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:20
          throw new Error(
                ^
    
    Error: escaped timeout at 100 milliseconds!
        at loop (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:20:13)
        at evalmachine.<anonymous>:1:30
        at Script.runInContext (node:vm:139:12)
        at Script.runInNewContext (node:vm:144:17)
        at Object.runInNewContext (node:vm:298:38)
        at assert.throws.code (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:27:6)
        at getActual (node:assert:756:5)
        at Function.throws (node:assert:902:24)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-vm-timeout-escape-promise-2.js:26:8)
      ...

Progress

  • Backing channel 'JNLP4-connect connection from ... is disconnected. (4)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • ERROR: No acceptable C compiler found! (4)
  • Failed to trigger node-test-commit (2)
  • Unknown (8)
  • parallel/test-http-header-overflow (3)
  • parallel/test-child-process-fork-closed-channel-segfault (2)
  • parallel/test-crypto-keygen (2)
  • parallel/test-crypto-secure-heap (2)
  • parallel/test-trace-events-fs-sync (2)
  • parallel/test-vm-timeout-escape-promise-2 (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