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-27 #20

Open
11 tasks
github-actions bot opened this issue Jun 27, 2020 · 0 comments
Open
11 tasks

CI Relability 2020-06-27 #20

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

Comments

@github-actions
Copy link

Failures in node-test-pull-request/32015 to node-test-pull-request/32108 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-27 00:17 2 1 55 8 34 1.11%

JSTest Failure

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-bootstrap-modules
Type JS_TEST_FAILURE
Failed PR 2 (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
First CI https://ci.nodejs.org/job/node-test-pull-request/32030/
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 parallel/test-fs-read-optional-params
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#34010, nodejs/node#28426)
Appeared test-rackspace-win2012r2_vs2017-x64-3, test-rackspace-win2012r2_vs2017-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/32069/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32101/
Example
not ok 194 parallel/test-fs-read-optional-params
  ---
  duration_ms: 0.172
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:103
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    0 !== 4
    
        at C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-read-optional-params.js:22:10
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:365:15
        at FSReqCallback.wrapper [as oncomplete] (fs.js:528:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 0,
      expected: 4,
      operator: 'strictEqual'
    }
  ...


Reason parallel/test-timers-promisified
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#33950, nodejs/node#34011)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2013-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32030/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Example
not ok 2127 parallel/test-timers-promisified
  ---
  duration_ms: 0.331
  severity: fail
  exitcode: 1
  stack: |-
    /home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:605
    const crashOnUnhandledRejection = (err) => { throw err; };
                                                 ^
    
    Error: spawn /bin/sh ENOENT
        at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19)
        at onErrorNT (internal/child_process.js:468:16)
        at processTicksAndRejections (internal/process/task_queues.js:80:21) {
      errno: -2,
      code: 'ENOENT',
      syscall: 'spawn /bin/sh',
      path: '/bin/sh',
      spawnargs: [
        '-c',
        `/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node -pe "const assert = require('assert');require('timers/promises').setTimeout(1000, null, { ref: false }).then(assert.fail)"`
      ],
      cmd: `/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node -pe "const asse...

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 7 (nodejs/node#34017, nodejs/node#34035, nodejs/node#34033, nodejs/node#33461, nodejs/node#28426, nodejs/node#34058, nodejs/node#33573)
Appeared test-requireio_sambthompson-debian10-armv7l_pi2-1, test-orka-macos10.14-x64-2, test-azure_msft-win10_vs2019-x64-1, test-requireio_securogroup-debian10-arm64_pi3-2, test-ibm-aix71-ppc64_be-1, test-requireio_pivotalagency-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/32040/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32108/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 203.217.18.114/203.217.18.114:52856' 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)

Git Failure

Build Failure

Reason Error: [Errno 2] No such file or directory: 'test.tap'
Type BUILD_FAILURE
Failed PR 10 (nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962, nodejs/node#34033, nodejs/node#34011, nodejs/node#34035, nodejs/node#28006)
Appeared test-softlayer-centos6-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32018/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32094/
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 10 (nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962, nodejs/node#34033, nodejs/node#34011, nodejs/node#34035, nodejs/node#28006)
Appeared test-softlayer-centos7-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32018/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32094/
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 10 (nodejs/node#34015, nodejs/node#33934, nodejs/node#33950, nodejs/node#34010, nodejs/node#34008, nodejs/node#33962, nodejs/node#34033, nodejs/node#34011, nodejs/node#34035, nodejs/node#28006)
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-orka-macos10.14-x64-2, test-nearform-macos10.15-x64-3, test-digitalocean-alpine311_container-x64-1, test-softlayer-alpine312_container-x64-1, test-orka-macos10.14-x64-3, test-orka-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32018/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32094/
Example
fatal: No rebase in progress?

Reason ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 6 (nodejs/node#34015, nodejs/node#33950, nodejs/node#33962, nodejs/node#34033, nodejs/node#34035, nodejs/node#28006)
Appeared test-digitalocean-freebsd11-x64-2, test-packetnet-centos7-arm64-1, test-packetnet-centos7-arm64-2, test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-2
First CI https://ci.nodejs.org/job/node-test-pull-request/32018/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32094/
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 5 (nodejs/node#34033, nodejs/node#34011, nodejs/node#33680, nodejs/node#34035, nodejs/node#28006)
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/32046/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32094/
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#34033, nodejs/node#28006)
Appeared test-digitalocean-fedora30-x64-1, test-digitalocean-fedora30-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/32046/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32094/
Example
Error: No module named 'tap13'
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Recording test results
Recording fingerprints
Collecting metadata...

Progress

  • known_issues/test-crypto-authenticated-stream (2)
  • parallel/test-bootstrap-modules (2)
  • parallel/test-fs-read-optional-params (2)
  • parallel/test-timers-promisified (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (7)
  • Error: [Errno 2] No such file or directory: 'test.tap' (10)
  • error: ‘std::index_sequence’ has not been declared (10)
  • fatal: No rebase in progress? (10)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (6)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (5)
  • 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