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-24 #17

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

CI Relability 2020-06-24 #17

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

Comments

@github-actions
Copy link

Failures in node-test-pull-request/31928 to node-test-pull-request/32046 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-24 00:17 8 1 38 5 48 1.15%

JSTest Failure

Reason parallel/test-bootstrap-modules
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#33515, nodejs/node#33950, nodejs/node#33962)
Appeared test-digitalocean-freebsd11-x64-2, test-orka-macos10.14-x64-2, test-nearform-macos10.15-x64-3, test-digitalocean-alpine310_container-x64-2, test-joyent-alpine311_container-x64-1, test-rackspace-centos7-x64-1, test-digitalocean-debian8-x64-1, test-digitalocean-debian9-x64-1, test-digitalocean-fedora27-x64-1, test-digitalocean-fedora30-x64-1, test-rackspace-ubuntu1604-x64-2, test-joyent-ubuntu1804-x64-1, test-osuosl-centos7-ppc64_le-2, test-joyent-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-joyent-ubuntu1804_sharedlibs_container-x64-1, test-packetnet-centos7-arm64-1, test-packetnet-ubuntu1604-arm64-2, test-ibm-rhel7-s390x-1, test-ibm-aix71-ppc64_be-1, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-4, test-azure_msft-win2016_vs2017-x64-3, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-digitalocean-freebsd11-x64-1, test-orka-macos10.14-x64-1, undefined, test-softlayer-centos7-x64-1, test-joyent-smartos18-x64-4, test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-packetnet-centos7-arm64-2, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-3, test-requireio_sambthompson-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-azure_msft-win10_vcbt2015-x64-3, test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32005/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32038/
Example
not ok 211 parallel/test-bootstrap-modules
  ---
  duration_ms: 0.254
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:100
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: These modules were unexpectedly loaded:
      Internal Binding symbols
    
        at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-bootstrap-modules.js:133:8)
        at Module._compile (internal/modules/cjs/loader.js:1138:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
        at Module.load (internal/modules/cjs/loader.js:986:32)
        at Function.Module._load (internal/modules/cjs/loader.js:879:14)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
        at internal/main/run_main_module.js:17:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: [Set],
      expected: [Set],
      operator: 'deepStrictEqual'
    }
  ....

Reason known_issues/test-crypto-authenticated-stream
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#33934, nodejs/node#34008)
Appeared test-joyent-alpine310_container-x64-1, test-softlayer-ubi81_container-x64-1, test-digitalocean-alpine310_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/32025/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32035/
Example
not ok 2973 known_issues/test-crypto-authenticated-stream
  ---
  duration_ms: 0.126
  severity: fail
  stack: |-
  ...


Reason parallel/test-http2-large-writes-session-memory-leak
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#33982, nodejs/node#33731)
Appeared test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/31996/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32010/
Example
not ok 319 parallel/test-http2-large-writes-session-memory-leak
  ---
  duration_ms: 0.267
  severity: fail
  exitcode: 1
  stack: |-
    events.js:291
          throw er; // Unhandled 'error' event
          ^
    
    Error [ERR_HTTP2_STREAM_ERROR]: Stream closed with error code NGHTTP2_ENHANCE_YOUR_CALM
        at new NodeError (internal/errors.js:254:15)
        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:80:21) {
      code: 'ERR_HTTP2_STREAM_ERROR'
    }
  ...


Reason parallel/test-net-dns-error
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#30480, nodejs/node#33982)
Appeared test-azure_msft-win2016_vs2017-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/31989/
Last CI https://ci.nodejs.org/job/node-test-pull-request/31996/
Example
not ok 335 parallel/test-net-dns-error
  ---
  duration_ms: 0.226
  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)
  ...


Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 6 (nodejs/node#33650, nodejs/node#33943, nodejs/node#33937, nodejs/node#34017, nodejs/node#34035, nodejs/node#34033)
Appeared test-orka-macos10.14-x64-2, test-ibm-aix71-ppc64_be-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32046/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 199.7.167.100/199.7.167.100:45236' 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 Remote call on JNLP4-connect connection from ... failed
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#33972, nodejs/node#33962)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31993/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32038/
Example
java.io.IOException: Remote call on JNLP4-connect connection from e.1a.7534.ip4.static.sl-reverse.com/52.117.26.14:49356 failed
	at hudson.remoting.Channel.call(Channel.java:1004)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy94.withRepository(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:237)
	at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1252)

Git Failure

Build Failure

Reason Error: [Errno 2] No such file or directory: 'test.tap'
Type BUILD_FAILURE
Failed PR 12 (nodejs/node#33931, nodejs/node#30480, nodejs/node#33360, nodejs/node#33515, nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962, nodejs/node#34035, nodejs/node#34033)
Appeared test-softlayer-centos6-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31954/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32046/
Example
Error: [Errno 2] No such file or directory: 'test.tap'
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Recording test results
Recording fingerprints
Collecting metadata...

Reason error: ‘std::index_sequence’ has not been declared
Type BUILD_FAILURE
Failed PR 12 (nodejs/node#33931, nodejs/node#30480, nodejs/node#33360, nodejs/node#33515, nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962, nodejs/node#34035, nodejs/node#34033)
Appeared test-softlayer-centos7-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31954/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32046/
Example
error: ‘std::index_sequence’ has not been declared
                                         std::index_sequence<Indexes...>)
                                              ^
../deps/v8/src/base/template-utils.h:20:60: error: expected ‘,’ or ‘...’ before ‘<’ token
                                         std::index_sequence<Indexes...>)
                                                            ^

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 12 (nodejs/node#33931, nodejs/node#30480, nodejs/node#33360, nodejs/node#33515, nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962, nodejs/node#34035, nodejs/node#34033)
Appeared test-joyent-alpine311_container-x64-1, test-joyent-alpine312_container-x64-1, test-softlayer-debian8-x86-1, test-digitalocean-ubuntu1404-x86-1, test-digitalocean-ubuntu1604-x86-2, test-rackspace-ubuntu1604-x64-2, test-joyent-alpine310_container-x64-1, test-digitalocean-alpine311_container-x64-1, test-orka-macos10.14-x64-1, test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31954/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32046/
Example
fatal: No rebase in progress?

Reason Failed to trigger node-test-commit
Type BUILD_FAILURE
Failed PR 10 (nodejs/node#33963, nodejs/node#33584, nodejs/node#33972, nodejs/node#33928, nodejs/node#33872, nodejs/node#33860, nodejs/node#33867, nodejs/node#33874, nodejs/node#33993, nodejs/node#33950)
Appeared test-ibm-ubuntu1804-x64-1, test-packetnet-ubuntu1804-x64-2, test-packetnet-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/31950/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32029/
Example
Failed to trigger node-test-commit

Reason ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 7 (nodejs/node#33360, nodejs/node#33515, nodejs/node#34015, nodejs/node#33950, nodejs/node#33962, nodejs/node#34035, nodejs/node#34033)
Appeared test-packetnet-centos7-arm64-1, test-packetnet-centos7-arm64-2, test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/31990/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32046/
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#33360, nodejs/node#34033)
Appeared test-joyent-smartos18-x64-4, test-ibm-aix71-ppc64_be-2, test-digitalocean-freebsd11-x64-1, test-joyent-smartos18-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/31990/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32046/
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason Error: No module named 'tap13'
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#33360, nodejs/node#34033)
Appeared test-digitalocean-fedora30-x64-1, test-digitalocean-fedora30-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/31990/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32046/
Example
Error: No module named 'tap13'
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Recording test results
Recording fingerprints
Collecting metadata...

undefined

Progress

  • parallel/test-bootstrap-modules (3)
  • known_issues/test-crypto-authenticated-stream (2)
  • parallel/test-http2-large-writes-session-memory-leak (2)
  • parallel/test-net-dns-error (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (6)
  • Remote call on JNLP4-connect connection from ... failed (2)
  • Error: [Errno 2] No such file or directory: 'test.tap' (12)
  • error: ‘std::index_sequence’ has not been declared (12)
  • fatal: No rebase in progress? (12)
  • Failed to trigger node-test-commit (10)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (7)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (2)
  • Error: No module named 'tap13' (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