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-08 #196

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

CI Reliability 2022-02-08 #196

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

Comments

@github-actions
Copy link

github-actions bot commented Feb 8, 2022

Failures in node-test-pull-request/42331 to node-test-pull-request/42427 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-08 00:07 0 5 31 7 57 5.38%

JSTest Failure

Reason parallel/test-child-process-fork-closed-channel-segfault
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#41758, nodejs/node#41847, nodejs/node#41867, nodejs/node#41662, nodejs/node#41871, nodejs/node#36328, nodejs/node#41877)
Appeared 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, test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42362/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42427/
Example
not ok 104 parallel/test-child-process-fork-closed-channel-segfault
  ---
  duration_ms: 4.606
  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:83:21) {
      errno: -32,
      code: 'EPIPE',
      syscall: 'write'
    }
    
    Node.js v18.0.0-pre
  ...


Reason sequential/test-cpu-prof-worker-argv
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#41678, nodejs/node#41830, nodejs/node#41662, nodejs/node#41867, nodejs/node#41859, nodejs/node#41759)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42341/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42413/
Example
not ok 3443 sequential/test-cpu-prof-worker-argv
  ---
  duration_ms: 0.642
  severity: fail
  exitcode: 1
  stack: |-
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 0,
        children: [ 2, 3, 4, 11 ]
      },
      {
        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: 2
      },
      {
        id: 4,
        callFrame: {
          functionName: 'exports.emitMessage',
          scriptId: '8',
          url: 'node:internal/per_context/messageport',
          lineNumber: 18,
...

Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#41854, nodejs/node#41849, nodejs/node#41871, nodejs/node#41804, nodejs/node#41830)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-arm64-2, test-equinix-centos7_container-arm64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42353/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42415/
Example
not ok 3349 node-api/test_threadsafe_function/test
  ---
  duration_ms: 240.105
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-module-readonly
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#41849, nodejs/node#41867, nodejs/node#41871, nodejs/node#36328)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42368/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42411/
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 abort/test-addon-register-signal-handler
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41677, nodejs/node#41849, nodejs/node#41864)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42380/
Example
not ok 3598 abort/test-addon-register-signal-handler
  ---
  duration_ms: 1.49
  severity: fail
  exitcode: 1
  stack: |-
    Running: node /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/addons/register-signal-handler/test.js child 6 reset 1
    Running: node /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/addons/register-signal-handler/test.js child 6 reset 2
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    + actual - expected
    
    + []
    - [
    -   6
    - ]
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/addons/register-signal-handler/test.js:54:12)
        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:internal/modules/cjs/loader:975:32)
        at Function...

Reason parallel/test-common-expect-warning
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41845, nodejs/node#41662, nodejs/node#41879)
Appeared test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42340/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42401/
Example
not ok 329 parallel/test-common-expect-warning
  ---
  duration_ms: 0.556
  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:527: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-classes
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41867, nodejs/node#41877, nodejs/node#41851)
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/42420/
Example
not ok 149 parallel/test-crypto-classes
  ---
  duration_ms: 240.245
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-secure-heap
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41766, nodejs/node#41759, nodejs/node#41862)
Appeared test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_rvagg-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42364/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42419/
Example
not ok 240 parallel/test-crypto-secure-heap
  ---
  duration_ms: 240.149
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41836, 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/42338/
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 parallel/test-crypto-binary-default
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41849, nodejs/node#41871)
Appeared test-requireio_joeyvandijk-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42368/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42389/
Example
not ok 190 parallel/test-crypto-binary-default
  ---
  duration_ms: 240.512
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41830, nodejs/node#41849)
Appeared test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42336/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42360/
Example
not ok 223 parallel/test-crypto-dh
  ---
  duration_ms: 241.230
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-odd-key
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41830, nodejs/node#41662)
Appeared test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42358/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42399/
Example
not ok 228 parallel/test-crypto-dh-odd-key
  ---
  duration_ms: 240.53
  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-heapsnapshot-near-heap-limit-worker
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41849, nodejs/node#41867)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42368/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42373/
Example
not ok 1070 parallel/test-heapsnapshot-near-heap-limit-worker
  ---
  duration_ms: 10.598
  severity: fail
  exitcode: 1
  stack: |-
    
    Invoked NearHeapLimitCallback, processing=false, current_limit=52428800, initial_limit=52428800
    max_young_gen_size=50331648, young_gen_size=0, old_gen_size=51538784, total_size=51538784
    Estimated available memory=9223372036730892288, estimated overhead=50331648
    Start generating Heap.20220205.215058.1254.1.001.heapsnapshot...
    Wrote snapshot to /home/iojs/node-tmp/.tmp.1030/Heap.20220205.215058.1254.1.001.heapsnapshot
    
    <--- Last few GCs --->
    ze[1254:0x7fa634000ce0]     8913 ms: Mark-sweep (reduce) 48.6 (52.0) -> 48.5 (51.7) MB, 20.9 / 0.0 ms  (+ 0.0 ms in 2 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 26 ms) (average mu = 0.349, current mu = 0.378) finalize[1254:0x7fa634000ce0]     8937 ms: Mark-sweep (reduce) 48.8 (51.7) -> 48.7 (52.0) MB, 15.4 / 0.0 ms  (+ 5.3 ms in 8 steps since start of marking, biggest...

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-diagnostic-dir-cpu-prof
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41737, nodejs/node#41864)
Appeared test-nearform-macos10.15-x64-3, test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42356/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42380/
Example
not ok 3487 sequential/test-diagnostic-dir-cpu-prof
  ---
  duration_ms: 0.361
  severity: fail
  exitcode: 1
  stack: |-
    Dispatching message { "id": 1, "method": "Profiler.enable" }
    Receive CPU profile message
    {"id":1,"result":{}}
    Dispatching message { "id": 2, "method": "Profiler.start" }
    Receive CPU profile message
    {"id":2,"result":{}}
    Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
    Receive CPU profile message
    {"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
    EndStartedProfilers
    V8CpuProfilerConnection::End(), ending = false
    Dispatching message { "id": 4, "method": "Profiler.stop" }
    Receive CPU profile message
    Writing profile response (id = 4)
    Written result to /Users/iojs/node-tmp/.tmp.3486/prof/CPU.20220205.142900.32315.0.001.cpuprofile
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',...

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 8 (nodejs/node#41836, nodejs/node#41845, nodejs/node#41678, nodejs/node#34312, nodejs/node#41677, nodejs/node#41847, nodejs/node#41871, nodejs/node#41766)
Appeared test-osuosl-aix72-ppc64_be-3, test-osuosl-aix72-ppc64_be-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/42339/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42390/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from p8-aix2-nodejs03.osuosl.org/140.211.9.131:51945' 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 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#41831, nodejs/node#41879)
Appeared test-digitalocean-ubi81_container-x64-1, test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42348/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42401/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Build Failure

Reason ERROR: Step ?Publish JUnit test result report? failed: no workspace for ...
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#41836, nodejs/node#41845, nodejs/node#34312, nodejs/node#41871)
Appeared test-osuosl-aix72-ppc64_be-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/42339/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42389/
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-aix/nodes=aix72-ppc64 #39866
Sending e-mails to: michael_dawson@ca.ibm.com vieuxtech@gmail.com ashley.cripps@ibm.com
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 3 (nodejs/node#41848, 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, test-rackspace-win2012r2_vs2017-x64-4, test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42343/
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

Reason Failed to trigger sub builds
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#34312, nodejs/node#41775, nodejs/node#41819)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/42331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42417/
Example
Failed to trigger sub builds

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, test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_jasnell-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

Progress

  • parallel/test-child-process-fork-closed-channel-segfault (7)
  • sequential/test-cpu-prof-worker-argv (6)
  • node-api/test_threadsafe_function/test (5)
  • parallel/test-module-readonly (4)
  • abort/test-addon-register-signal-handler (3)
  • parallel/test-common-expect-warning (3)
  • parallel/test-crypto-classes (3)
  • parallel/test-crypto-secure-heap (3)
  • sequential/test-worker-prof (3)
  • parallel/test-crypto-binary-default (2)
  • parallel/test-crypto-dh (2)
  • parallel/test-crypto-dh-odd-key (2)
  • parallel/test-fs-rm (2)
  • parallel/test-heapsnapshot-near-heap-limit-worker (2)
  • report/test-report-fatal-error (2)
  • sequential/test-diagnostic-dir-cpu-prof (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (8)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • ERROR: Step ?Publish JUnit test result report? failed: no workspace for ... (4)
  • ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error? (3)
  • Failed to trigger sub builds (3)
  • 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