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 Relability 2020-06-10 #10

Open
13 tasks
github-actions bot opened this issue Jun 10, 2020 · 0 comments
Open
13 tasks

CI Relability 2020-06-10 #10

github-actions bot opened this issue Jun 10, 2020 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/31718 to node-test-pull-request/31816 that failed more than 2 PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/nodejs-reliability/nodejs-reliability/results.md)

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2020-06-10 00:15 3 10 17 7 63 11.11%

JSTest Failure

Reason parallel/test-fs-stream-construct
Type JS_TEST_FAILURE
Failed PR 20 (nodejs/node#31617, nodejs/node#33680, nodejs/node#33624, nodejs/node#33694, nodejs/node#33584, nodejs/node#33794, nodejs/node#33717, nodejs/node#33793, nodejs/node#33774, nodejs/node#33784, nodejs/node#33772, nodejs/node#33690, nodejs/node#33776, nodejs/node#33689, nodejs/node#33751, nodejs/node#33807, nodejs/node#33808, nodejs/node#33563, nodejs/node#33508, nodejs/node#33778)
Appeared test-requireio_sambthompson-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_kahwee-debian10-arm64_pi3-1, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_notthetup_sayanee-debian10-arm64_pi3-1, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31759/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31805/
Example
not ok 495 parallel/test-fs-stream-construct
  ---
  duration_ms: 240.183
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-net-dns-error
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#33694, nodejs/node#33624, nodejs/node#33584, nodejs/node#33778)
Appeared test-rackspace-win2012r2_vs2017-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/31761/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31777/
Example
not ok 334 parallel/test-net-dns-error
  ---
  duration_ms: 0.270
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:84
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
    + expected - actual
    
    - 'EAI_FAIL'
    + 'ENOTFOUND'
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-net-dns-error.js:37:10)
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:379:15)
        at Socket.emit (events.js:198:13)
        at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:1005:12)
        at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:17)
  ...


Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#33709, nodejs/node#33624, nodejs/node#33717, nodejs/node#33807)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-centos7-x64-1, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/31732/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31794/
Example
not ok 2247 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 0.74
  severity: fail
  exitcode: 1
  stack: |-
    internal/bootstrap/loaders.js:135
          mod = bindingObj[module] = getInternalBinding(module);
                                     ^
    
    Error: No such module: profiler
        at internalBinding (internal/bootstrap/loaders.js:135:34)
        at v8.js:42:5
        at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
        at nativeModuleRequire (internal/bootstrap/loaders.js:305:14)
        at internal/child_process/serialization.js:10:12
        at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
        at nativeModuleRequire (internal/bootstrap/loaders.js:305:14)
        at setupChannel (internal/child_process.js:575:21)
        at ChildProcess.spawn (internal/child_process.js:461:26)
        at spawn (child_process.js:553:9)
  ...


Reason parallel/test-http2-large-writes-session-memory-leak
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#33527, nodejs/node#33694, nodejs/node#33778)
Appeared test-rackspace-win2012r2_vs2013-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31735/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31777/
Example
not ok 317 parallel/test-http2-large-writes-session-memory-leak
  ---
  duration_ms: 0.266
  severity: fail
  exitcode: 1
  stack: |-
    events.js:292
          throw er; // Unhandled 'error' event
          ^
    
    Error [ERR_HTTP2_STREAM_ERROR]: Stream closed with error code NGHTTP2_ENHANCE_YOUR_CALM
        at ClientHttp2Stream._destroy (internal/http2/core.js:2151:13)
        at _destroy (internal/streams/destroy.js:59:8)
        at ClientHttp2Stream.destroy (internal/streams/destroy.js:52:5)
        at Http2Stream.onStreamClose (internal/http2/core.js:515:12)
    Emitted 'error' event on ClientHttp2Stream instance at:
        at emitErrorNT (internal/streams/destroy.js:127:8)
        at emitErrorCloseNT (internal/streams/destroy.js:92:3)
        at processTicksAndRejections (internal/process/task_queues.js:84:21) {
      code: 'ERR_HTTP2_STREAM_ERROR'
    }
  ...


Reason parallel/test-cluster-concurrent-disconnect
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#33774, nodejs/node#33807)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-packetnet-centos7-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/31755/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31794/
Example
not ok 315 parallel/test-cluster-concurrent-disconnect
  ---
  duration_ms: 0.74
  severity: fail
  exitcode: 1
  stack: |-
    internal/bootstrap/loaders.js:135
          mod = bindingObj[module] = getInternalBinding(module);
                                     ^
    
    Error: No such module: profiler
        at internalBinding (internal/bootstrap/loaders.js:135:34)
        at v8.js:42:5
        at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
        at nativeModuleRequire (internal/bootstrap/loaders.js:305:14)
        at internal/child_process/serialization.js:10:12
        at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
        at nativeModuleRequire (internal/bootstrap/loaders.js:305:14)
        at setupChannel (internal/child_process.js:575:21)
        at ChildProcess.spawn (internal/child_process.js:461:26)
        at spawn (child_process.js:553:9)
  ...


Reason parallel/test-cluster-fork-stdio
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#33690, nodejs/node#33807)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-rackspace-win2012r2_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/31752/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31794/
Example
not ok 335 parallel/test-cluster-fork-stdio
  ---
  duration_ms: 0.73
  severity: fail
  exitcode: 1
  stack: |-
    internal/bootstrap/loaders.js:135
          mod = bindingObj[module] = getInternalBinding(module);
                                     ^
    
    Error: No such module: profiler
        at internalBinding (internal/bootstrap/loaders.js:135:34)
        at v8.js:42:5
        at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
        at nativeModuleRequire (internal/bootstrap/loaders.js:305:14)
        at internal/child_process/serialization.js:10:12
        at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
        at nativeModuleRequire (internal/bootstrap/loaders.js:305:14)
        at setupChannel (internal/child_process.js:575:21)
        at ChildProcess.spawn (internal/child_process.js:461:26)
        at spawn (child_process.js:553:9)
  ...


Reason parallel/test-http-destroyed-socket-write2
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#33731, nodejs/node#33697)
Appeared test-orka-macos10.14-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/31726/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31733/
Example
not ok 851 parallel/test-http-destroyed-socket-write2
  ---
  duration_ms: 0.447
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:103
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'ERR_STREAM_DESTROYED'
    - 'ECONNRESET'
        at ClientRequest.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1014/test/parallel/test-http-destroyed-socket-write2.js:67:16)
        at ClientRequest.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1014/test/common/index.js:363:15)
        at ClientRequest.emit (events.js:315:20)
        at emitErrorNt (_http_outgoing.js:666:43)
        at processTicksAndRejections (internal/process/task_queues.js:85:21) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 'ERR_STREAM_DESTROYED',
      expected: 'ECONNRESET',
      operator: 'strictEqual'
    }
  ...


Reason parallel/test-util-inspect
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#33690, nodejs/node#33807)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, undefined, test-digitalocean-freebsd11-x64-1, test-osuosl-centos7-ppc64_le-2, test-joyent-smartos18-x64-3, test-digitalocean-alpine310_container-x64-2, test-joyent-alpine311_container-x64-1, test-rackspace-centos7-x64-1, test-digitalocean-debian9-x64-1, test-rackspace-fedora27-x64-1, test-digitalocean-fedora30-x64-2, test-rackspace-ubuntu1604-x64-2, test-digitalocean-ubuntu1804-x64-1, test-orka-macos10.14-x64-1, test-nearform-macos10.15-x64-1, test-azure_msft-win10_vcbt2015-x64-3, test-rackspace-win2012r2_vs2017-x64-3, test-azure_msft-win2016_vs2017-x64-4, test-softlayer-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-joyent-ubuntu1804_sharedlibs_container-x64-1, test-packetnet-centos7-arm64-2, test-ibm-rhel7-s390x-1, test-ibm-aix71-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/31752/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31794/
Example
not ok 2315 parallel/test-util-inspect
  ---
  duration_ms: 0.76
  severity: fail
  exitcode: 1
  stack: |-
    internal/bootstrap/loaders.js:135
          mod = bindingObj[module] = getInternalBinding(module);
                                     ^
    
    Error: No such module: profiler
        at internalBinding (internal/bootstrap/loaders.js:135:34)
        at v8.js:42:5
        at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
        at NativeModule.compileForPublicLoader (internal/bootstrap/loaders.js:218:10)
        at loadNativeModule (internal/modules/cjs/helpers.js:27:9)
        at Function.Module._load (internal/modules/cjs/loader.js:925:15)
        at Module.require (internal/modules/cjs/loader.js:1106:19)
        at require (internal/modules/cjs/helpers.js:75:18)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-util-inspect.js:29:12)
        at Module._compile (internal/modules/cjs/loader.js:1217:30)
  ....

Jenkins Failure

Reason Build timed out (after 120 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#33611, nodejs/node#33709, nodejs/node#33717)
Appeared test-joyent-alpine311_container-x64-1, test-rackspace-fedora27-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31718/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31780/
Example
Build timed out (after 120 minutes). Marking the build as failed.

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#31617, nodejs/node#33563)
Appeared test-requireio_sambthompson-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_joeyvandijk-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_kahwee-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_notthetup_sayanee-debian10-arm64_pi3-1, test-requireio_pivotalagency-debian10-arm64_pi3-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31759/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31800/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 203.217.18.114/203.217.18.114:54356' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1147)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1139)

Reason Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@6a0e981f[node-test-commit-osx]. Most probably the node is offline
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#33708, nodejs/node#33709)
Appeared test-orka-macos10.14-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31731/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31732/
Example
java.io.IOException: Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@6a0e981f[node-test-commit-osx]. Most probably the node is offline
	at hudson.matrix.MatrixRun$MatrixRunExecution.getParentWorkspaceLease(MatrixRun.java:173)
	at hudson.matrix.MatrixRun$MatrixRunExecution.decideWorkspace(MatrixRun.java:187)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:488)
	at hudson.model.Run.execute(Run.java:1856)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:153)

Build Failure

Reason Failed to trigger node-test-commit
Type BUILD_FAILURE
Failed PR 5 (nodejs/node#33711, , nodejs/node#33778, nodejs/node#33772, nodejs/node#33690)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31745/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31816/
Example
Failed to trigger node-test-commit

Reason Failed to trigger sub builds
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#33611, nodejs/node#33615, nodejs/node#33784)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/31721/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31814/
Example
Failed to trigger sub builds

Git Failure

Progress

  • parallel/test-fs-stream-construct (20)
  • parallel/test-net-dns-error (4)
  • parallel/test-tls-ticket-cluster (4)
  • parallel/test-http2-large-writes-session-memory-leak (3)
  • parallel/test-cluster-concurrent-disconnect (2)
  • parallel/test-cluster-fork-stdio (2)
  • parallel/test-http-destroyed-socket-write2 (2)
  • parallel/test-util-inspect (2)
  • Build timed out (after 120 minutes). Marking the build as failed. (3)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@6a0e981f[node-test-commit-osx]. Most probably the node is offline (2)
  • Failed to trigger node-test-commit (5)
  • Failed to trigger sub builds (3)
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