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-02-11 #199

Open
22 tasks
github-actions bot opened this issue Feb 11, 2022 · 0 comments
Open
22 tasks

CI Reliability 2022-02-11 #199

github-actions bot opened this issue Feb 11, 2022 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/42374 to node-test-pull-request/42470 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-02-11 00:07 0 11 19 6 64 11.70%

JSTest Failure

Reason parallel/test-module-readonly
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#41867, nodejs/node#41871, nodejs/node#41885, nodejs/node#41896, nodejs/node#41819, nodejs/node#41906, nodejs/node#41901, nodejs/node#36328)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42377/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42463/
Example
not ok 461 parallel/test-module-readonly
  ---
  duration_ms: 0.970
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:991
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module '..\.tmp.456\readOnlyMod'
    Require stack:
    - c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:48:8)
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
        at Function.Module._load (node:internal/modules/cjs/loader:778:27)
        at Module.require (node:internal/modules/cjs/loader:999:19)
        at require (node:internal/modules/cjs/helpers:102:18)
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:36:3)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at...

Reason parallel/test-child-process-fork-closed-channel-segfault
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#41867, nodejs/node#41662, nodejs/node#41871, nodejs/node#41877, nodejs/node#41905, nodejs/node#36328, nodejs/node#41897)
Appeared test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_davglass-debian10-arm64_pi3-1, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_joeyvandijk-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42379/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42470/
Example
not ok 104 parallel/test-child-process-fork-closed-channel-segfault
  ---
  duration_ms: 4.742
  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:538:35)
        at emit (node:internal/child_process:936:14)
        at processTicksAndRejections (node:internal/process/task_queues:84:21) {
      errno: -32,
      code: 'EPIPE',
      syscall: 'write'
    }
    
    Node.js v17.5.0
  ...


Reason sequential/test-cpu-prof-worker-argv
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#41867, nodejs/node#41859, nodejs/node#41759, nodejs/node#41883, nodejs/node#36328, nodejs/node#41906)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42379/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42453/
Example
not ok 3443 sequential/test-cpu-prof-worker-argv
  ---
  duration_ms: 0.650
  severity: fail
  exitcode: 1
  stack: |-
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 0,
        children: [ 2, 3, 4, 17, 25 ]
      },
      {
        id: 2,
        callFrame: {
          functionName: '(program)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 0
      },
      {
        id: 3,
        callFrame: {
          functionName: '(garbage collector)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 1
      },
      {
        id: 4,
        callFrame: {
          functionName: '',
          scriptId: '97',
          url: 'node:internal/main/worker_thread',
          lineNumber: 0,
          columnNumb...

Reason parallel/test-crypto-secure-heap
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#41759, nodejs/node#41862, nodejs/node#41885, nodejs/node#41896, nodejs/node#41897)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_joeyvandijk-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42413/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42437/
Example
not ok 206 parallel/test-crypto-secure-heap
  ---
  duration_ms: 240.80
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#41871, nodejs/node#41804, nodejs/node#41830, nodejs/node#36328)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-arm64-2, test-equinix-centos7_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42389/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42436/
Example
not ok 3350 node-api/test_threadsafe_function/test
  ---
  duration_ms: 240.98
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-classes
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#41867, nodejs/node#41877, nodejs/node#41851, nodejs/node#41897)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42384/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42437/
Example
not ok 158 parallel/test-crypto-classes
  ---
  duration_ms: 240.78
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-common-expect-warning
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41662, nodejs/node#41879, nodejs/node#36328)
Appeared test-equinix-centos7_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42399/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42440/
Example
not ok 317 parallel/test-common-expect-warning
  ---
  duration_ms: 0.647
  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:
    
    ''
    
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-common-expect-warning.js:41:14)
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/common/index.js:410:15)
        at ChildProcess.emit (node:events:526:28)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '',
      expected: /Unexpected extra warning received/,
      operator: 'match'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-crypto-dh-constructor
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41862, nodejs/node#41897, nodejs/node#41901)
Appeared test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_mcollina-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42419/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42457/
Example
not ok 170 parallel/test-crypto-dh-constructor
  ---
  duration_ms: 240.88
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-rm
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41851, nodejs/node#41871)
Appeared test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42393/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42394/
Example
not ok 270 parallel/test-fs-rm
  ---
  duration_ms: 270.524
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-utimes
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41766, nodejs/node#41905)
Appeared test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_rvagg-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42391/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42466/
Example
not ok 268 parallel/test-fs-utimes
  ---
  duration_ms: 13.117
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: FAILED: expect_ok [Arguments] {
      '0': 'lutimesSync',
      '1': '/home/iojs/tmp/.tmp.265/symlink',
      '2': undefined,
      '3': '123456',
      '4': -1,
      '5': [Function: lstatSync]
    }
         check_mtime: 3.2910001277923584
        at expect_ok (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:64:3)
        at syncTests (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:136:5)
        at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:120:11
        at /home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:410:15
        at FSReqCallback.oncomplete (node:fs:187:23) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: undefined,
      expected: true,
      operator: '=='
 ...

Reason report/test-report-fatal-error
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41871, nodejs/node#41864)
Appeared test-joyent-smartos20-x64-3, test-requireio_mcollina-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42394/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42402/
Example
not ok 3203 report/test-report-fatal-error
  ---
  duration_ms: 120.76
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-net-connect-econnrefused
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41897, nodejs/node#41883)
Appeared test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42434/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42450/
Example
not ok 3534 sequential/test-net-connect-econnrefused
  ---
  duration_ms: 120.19
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    pending 50 rounds 1
    pending 49 rounds 1
    pending 48 rounds 1
    pending 47 rounds 1
    pending 46 rounds 1
    pending 45 rounds 1
    pending 44 rounds 1
    pending 43 rounds 1
    pending 42 rounds 1
    pending 41 rounds 1
    pending 40 rounds 1
    pending 39 rounds 1
    pending 38 rounds 1
    pending 37 rounds 1
    pending 36 rounds 1
    pending 35 rounds 1
    pending 34 rounds 1
    pending 33 rounds 1
    pending 32 rounds 1
    pending 31 rounds 1
    pending 30 rounds 1
    pending 29 rounds 1
    pending 28 rounds 1
    pending 27 rounds 1
    pending 26 rounds 1
    pending 25 rounds 1
    pending 24 rounds 1
    pending 23 rounds 1
    pending 22 rounds 1
    pending 21 rounds 1
    pending 20 rounds 1
    pending 19 rounds 1
    pending 18 rounds 1
    pending 17 rounds 1
    pending 16 rounds 1
    pending 15 rounds 1
    pending 14 rounds ...

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41871, nodejs/node#41757)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42389/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42414/
Example
not ok 3602 sequential/test-worker-prof
  ---
  duration_ms: 1.412
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with an error:                      {
      status: null,
      signal: 'SIGTRAP',
      output: [
        null,
        '',
        '\n' +
          '\n' +
          '#\n' +
          '# Fatal error in ../deps/v8/src/execution/frames.h, line 190\n' +
          '# Debug check failed: static_cast<uintptr_t>(type) < Type::NUMBER_OF_TYPES (51539607552 vs. 24).\n' +
          '#\n' +
          '#\n' +
          '#\n' +
          '#FailureMessage Object: 0xffff976f58e8\n' +
          ' 1: 0xaaaadb528110 node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]\n' +
          ' 2: 0xaaaadb6df8ac  [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]\n' +
          ' 3: 0xaaaadb6df8d8  [/home/iojs/build/workspace/node-test-commit-a...

Reason wpt/test-webcrypto
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41871, nodejs/node#36328)
Appeared test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42421/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42452/
Example
not ok 859 wpt/test-webcrypto
  ---
  duration_ms: 240.121
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [EXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests()
    location is not defined
    location is not defined
    /home/iojs/build/workspace/node-test-binary-arm/test/fixtures/wpt/common/subset-tests.js:5
      if (location.search) {
      ^
    
    ReferenceError: location is not defined
        at /home/iojs/build/workspace/node-test-binary-arm/test/fixtures/wpt/common/subset-tests.js:5:3
        at /home/iojs/build/workspace/node-test-binary-arm/test/fixtures/wpt/common/subset-tests.js:60:3
        at Script.runInThisContext (node:vm:129:12)
        at runInThisContext (node:vm:305:38)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/wpt/worker.js:52:3)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10)
        at Module.load (node:i...

Jenkins Failure

Reason Build timed out (after 15 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 6 (nodejs/node#41885, nodejs/node#41896, nodejs/node#41819, nodejs/node#41906, nodejs/node#41901, nodejs/node#36328)
Appeared test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42428/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42463/
Example
Build timed out (after 15 minutes). Marking the build as failed.

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#41871, nodejs/node#41766, nodejs/node#41819, nodejs/node#36328)
Appeared test-digitalocean-alpine312_container-x64-2, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-osuosl-aix72-ppc64_be-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42388/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42436/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 159.89.183.200/159.89.183.200:32992' 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)

Reason Build timed out (after 10 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#41896, nodejs/node#36328, nodejs/node#41903, nodejs/node#41897)
Appeared test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42435/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42470/
Example
Build timed out (after 10 minutes). Marking the build as failed.

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#41879, nodejs/node#41896, nodejs/node#41897)
Appeared test-softlayer-ubi81_container-x64-1, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42401/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42470/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Git Failure

Build Failure

Reason ERROR: Step ?Publish JUnit test result report? failed: no workspace for ...
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#41871, nodejs/node#36328, nodejs/node#41887, nodejs/node#41412)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-osuosl-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42389/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42465/
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-arm/nodes=ubuntu1804-arm64 #40677
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason Error: No module named collections_abc
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#41819, nodejs/node#41896, nodejs/node#36328, nodejs/node#41897)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42431/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42439/
Example
Error: No module named collections_abc
Makefile:1485: recipe for target 'lint-py' failed
make: *** [lint-py] Error 1
+ cat test-eslint.tap
+ grep -v '^ok\|^TAP version 13\|^1\.\.'
+ sed '/^\s*$/d'

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#41867, nodejs/node#41758)
Appeared test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-2, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_davglass-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_securogroup-debian10-arm64_pi3-1, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42377/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42423/
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-arm] $ /bin/bash -ex /tmp/jenkins6848730933469272620.sh
+ '[' -d .git ']'
+ git clean -fdx

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#41867, nodejs/node#41871)
Appeared test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2017-x64-2, test-azure_msft-win10_vs2019-x64-3, test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2013-x64-1, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-3, test-rackspace-win2012r2_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42377/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42389/
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

Progress

  • parallel/test-module-readonly (8)
  • parallel/test-child-process-fork-closed-channel-segfault (7)
  • sequential/test-cpu-prof-worker-argv (6)
  • parallel/test-crypto-secure-heap (5)
  • node-api/test_threadsafe_function/test (4)
  • parallel/test-crypto-classes (4)
  • parallel/test-common-expect-warning (3)
  • parallel/test-crypto-dh-constructor (3)
  • parallel/test-fs-rm (2)
  • parallel/test-fs-utimes (2)
  • report/test-report-fatal-error (2)
  • sequential/test-net-connect-econnrefused (2)
  • sequential/test-worker-prof (2)
  • wpt/test-webcrypto (2)
  • Build timed out (after 15 minutes). Marking the build as failed. (6)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (4)
  • Build timed out (after 10 minutes). Marking the build as failed. (4)
  • Build timed out (after 60 minutes). Marking the build as failed. (3)
  • ERROR: Step ?Publish JUnit test result report? failed: no workspace for ... (4)
  • Error: No module named collections_abc (4)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (2)
  • ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error? (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