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-04-09 #246

Open
24 tasks
github-actions bot opened this issue Apr 9, 2022 · 0 comments
Open
24 tasks

CI Reliability 2022-04-09 #246

github-actions bot opened this issue Apr 9, 2022 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Apr 9, 2022

Failures in node-test-pull-request/43303 to node-test-pull-request/43401 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-04-09 00:13 1 26 6 13 54 30.23%

JSTest Failure

Reason pummel/test-fs-largefile
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#42115, nodejs/node#42636, nodejs/node#42628, nodejs/node#42645, nodejs/node#42657)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43344/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Example
not ok 3233 pummel/test-fs-largefile
  ---
  duration_ms: 0.65
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/utils:345
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1099:3)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-largefile.js:37:4)
        at Module._compile (node:internal/modules/cjs/loader:1106:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1160:10)
        at Module.load (node:internal/modules/cjs/loader:982:32)
        at Function.Module._load (node:internal/modules/cjs/loader:829:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        at node:internal/main/run_main_module:17:47 {
      errno: -28,
      syscall: 'ftruncate',
      code: 'ENOSPC'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-child-process-set-blocking
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#42573, nodejs/node#42338, nodejs/node#41431, nodejs/node#42657)
Appeared test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43312/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Example
not ok 189 parallel/test-child-process-set-blocking
  ---
  duration_ms: 0.173
  severity: fail
  exitcode: 1
  stack: |-
    node:events:505
          throw er; // Unhandled 'error' event
          ^
    
    Error: spawn python ENOENT
        at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
        at onErrorNT (node:internal/child_process:476:16)
        at processTicksAndRejections (node:internal/process/task_queues:82:21)
    Emitted 'error' event on ChildProcess instance at:
        at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12)
        at onErrorNT (node:internal/child_process:476:16)
        at processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -2,
      code: 'ENOENT',
      syscall: 'spawn python',
      path: 'python',
      spawnargs: [ '-c', 'print(100000 * "C")' ]
    }
    
    Node.js v18.0.0-pre
  ...


Reason pummel/test-child-process-spawn-loop
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#42573, nodejs/node#42338, nodejs/node#41431, nodejs/node#42657)
Appeared test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43312/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Example
not ok 3218 pummel/test-child-process-spawn-loop
  ---
  duration_ms: 0.333
  severity: fail
  exitcode: 1
  stack: |-
    node:events:505
          throw er; // Unhandled 'error' event
          ^
    
    Error: spawn python ENOENT
        at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
        at onErrorNT (node:internal/child_process:476:16)
        at processTicksAndRejections (node:internal/process/task_queues:82:21)
    Emitted 'error' event on ChildProcess instance at:
        at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12)
        at onErrorNT (node:internal/child_process:476:16)
        at processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -2,
      code: 'ENOENT',
      syscall: 'spawn python',
      path: 'python',
      spawnargs: [ '-c', 'print(1024000 * "C")' ]
    }
    
    Node.js v18.0.0-pre
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#42115, nodejs/node#42636, nodejs/node#42628, nodejs/node#42657)
Appeared test-orka-macos11-x64-2, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43344/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Example
not ok 3234 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 0.166
  severity: fail
  exitcode: 7
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:69
      throw err;
      ^
    
    [Error: ENOSPC: no space left on device, write] {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'write'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-worker-heap-snapshot
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42625, nodejs/node#42607, nodejs/node#42464)
Appeared test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43350/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43384/
Example
not ok 771 parallel/test-worker-heap-snapshot
  ---
  duration_ms: 1.466
  severity: fail
  exitcode: 134
  stack: |-
    FATAL ERROR: HandleScope::HandleScope Entering the V8 API without proper locking in place
  ...


Reason report/test-report-fatal-error
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42637, nodejs/node#42387, nodejs/node#42650)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43367/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43388/
Example
not ok 3239 report/test-report-fatal-error
  ---
  duration_ms: 120.117
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-abort-backtrace
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42387, nodejs/node#42657)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43386/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Example
not ok 3456 abort/test-abort-backtrace
  ---
  duration_ms: 120.61
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-abort-fatal-error
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42387, nodejs/node#42657)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43386/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Example
not ok 3457 abort/test-abort-fatal-error
  ---
  duration_ms: 120.69
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-6
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42459, nodejs/node#41513)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43329/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Example
not ok 670 parallel/test-domain-no-error-handler-abort-on-uncaught-6
  ---
  duration_ms: 120.127
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-7
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42459, nodejs/node#41513)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43329/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Example
not ok 671 parallel/test-domain-no-error-handler-abort-on-uncaught-7
  ---
  duration_ms: 120.112
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-8
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42459, nodejs/node#41513)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43329/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Example
not ok 674 parallel/test-domain-no-error-handler-abort-on-uncaught-8
  ---
  duration_ms: 120.356
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-9
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42459, nodejs/node#41513)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43329/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Example
not ok 673 parallel/test-domain-no-error-handler-abort-on-uncaught-9
  ---
  duration_ms: 120.324
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42459, nodejs/node#42109)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43329/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43372/
Example
not ok 1167 parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
  ---
  duration_ms: 120.249
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-with-abort-on-uncaught-exception
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42459, nodejs/node#42109)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43329/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43372/
Example
not ok 1175 parallel/test-domain-with-abort-on-uncaught-exception
  ---
  duration_ms: 120.205
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-promises-file-handle-readFile
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42115, nodejs/node#42636)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43344/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43370/
Example
not ok 716 parallel/test-fs-promises-file-handle-readFile
  ---
  duration_ms: 0.81
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:288
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    [Error: ENOSPC: no space left on device, ftruncate] {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'ftruncate'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-fs-readfile
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42115, nodejs/node#42636)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43344/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43370/
Example
not ok 761 parallel/test-fs-readfile
  ---
  duration_ms: 0.80
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/utils:345
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1091:3)
        at Object.truncateSync (node:fs:1050:14)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-fs-readfile.js:61:6)
        at Module._compile (node:internal/modules/cjs/loader:1106:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1160:10)
        at Module.load (node:internal/modules/cjs/loader:982:32)
        at Function.Module._load (node:internal/modules/cjs/loader:829:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        at node:internal/main/run_main_module:17:47 {
      errno: -28,
      syscall: 'ftruncate',
      code: 'ENOSPC'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-gc-http-client-timeout
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41263, nodejs/node#42628)
Appeared test-nearform-macos10.15-x64-3, test-equinix-ubuntu1804_sharedlibs_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43322/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43374/
Example
not ok 866 parallel/test-gc-http-client-timeout
  ---
  duration_ms: 0.396
  severity: fail
  exitcode: 1
  stack: |-
    We should do 300 requests
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    Done: 0/300
    Collected: 0/143
    node:events:505
          throw er; // Unhandled 'error' event
          ^
    
    Error: connect ECONNRESET ::1:63871
        at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1195:16)
    Emitted 'error' event on ClientRequest instance at:
        at Socket.socketErrorListener (node:_http_client:454:9)
        at Socket.emit (node:events:527:28)
        at emitErrorNT (node:internal/streams/destroy:164:8)
        at emitErrorCloseNT (node:internal/streams/destroy:129:3)
        at processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -54,
      code: 'ECONNRES...

Reason parallel/test-heapsnapshot-near-heap-limit-worker
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42115, nodejs/node#42607)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43344/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43353/
Example
not ok 1058 parallel/test-heapsnapshot-near-heap-limit-worker
  ---
  duration_ms: 3.115
  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=51407848, total_size=51407848
    Estimated available memory=9223372036719370240, estimated overhead=50331648
    Start generating Heap.20220406.163436.13823.1.001.heapsnapshot...
    Wrote snapshot to /home/iojs/node-tmp/.tmp.1042/Heap.20220406.163436.13823.1.001.heapsnapshot
    
    <--- Last few GCs --->
    e [13823:0x7f884c000ce0]     2104 ms: Mark-sweep (reduce) 48.8 (52.0) -> 48.7 (52.0) MB, 3.7 / 0.0 ms  (+ 0.8 ms in 5 steps since start of marking, biggest step 0.3 ms, walltime since start of marking 7 ms) (average mu = 0.376, current mu = 0.381) finalize [13823:0x7f884c000ce0]     2110 ms: Mark-sweep (reduce) 48.9 (52.0) -> 48.8 (52.0) MB, 3.5 / 0.0 ms  (+ 0.4 ms in 4 steps since start of marking, bigges...

Reason parallel/test-trace-events-fs-sync
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42573, nodejs/node#42637)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43312/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43367/
Example
not ok 650 parallel/test-trace-events-fs-sync
  ---
  duration_ms: 2.324
  severity: fail
  exitcode: 1
  stack: |-
    C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-trace-events-fs-sync.js:140
        throw new Error(`${tr}:\n${util.inspect(proc)}`);
        ^
    
    Error: fs.sync.fstat:
    {
      status: 1,
      signal: null,
      output: [
        null,
        '',
        'internal/fs/utils.js:332\r\n' +
          '    throw err;\r\n' +
          '    ^\r\n' +
          '\r\n' +
          "Error: EPERM: operation not permitted, open 'fs.txt'\r\n" +
          '    at Object.openSync (fs.js:497:3)\r\n' +
          '    at Object.writeFileSync (fs.js:1528:35)\r\n' +
          '    at [eval]:1:4\r\n' +
          '    at Script.runInThisContext (vm.js:134:12)\r\n' +
          '    at Object.runInThisContext (vm.js:310:38)\r\n' +
          '    at internal/process/execution.js:81:19\r\n' +
          '    at [eval]-wrapper:6:22\r\n' +
          '    at evalScript (internal/proces...

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 6 (nodejs/node#42573, nodejs/node#41513, nodejs/node#42409, nodejs/node#42607, nodejs/node#42613, nodejs/node#42645)
Appeared test-nearform-macos10.15-x64-3, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-5, test-requireio_svincent-debian10-armv7l_pi2-1, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-1, test-digitalocean-freebsd12-x64-2, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-2, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43312/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43382/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from ip-83-147-191-72.broadband.digiweb.ie/83.147.191.72:49170' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy79.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Build Failure

Reason ERROR: Build step failed with exception
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#42459, nodejs/node#42409)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_notthetup_sayanee-debian10-arm64_pi3-1, test-requireio_davglass-debian10-arm64_pi3-1, test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_svincent-debian10-armv7l_pi2-1, test-requireio_kahwee-debian10-arm64_pi3-1, test-requireio_louiscntr-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43305/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43369/
Example
ERROR: Build step failed with exception
java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave[test-requireio_ceejbot-debian10-armv7l_pi2-1] which is computer hudson.slaves.SlaveComputer@76f3307c and has channel null
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:113)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:91)
	at org.jenkinsci.plugins.postbuildscript.processor.Processor.processBuildSteps(Processor.java:180)
	at org.jenkinsci.plugins.postbuildscript.processor.Processor.processScripts(Processor.java:91)

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#42338, nodejs/node#42616)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43323/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43351/
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 fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#42613, nodejs/node#42631)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/43336/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43360/
Example
fatal error: ld terminated with signal 9 [Killed]

Git Failure

undefined

Reason Unknown
Type undefined
Failed PR 8 (nodejs/node#39841, nodejs/node#42573, nodejs/node#42625, nodejs/node#40773, nodejs/node#42607, nodejs/node#42637, nodejs/node#42645, nodejs/node#42464)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43311/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43384/
Example
Unknown

Progress

  • pummel/test-fs-largefile (5)
  • parallel/test-child-process-set-blocking (4)
  • pummel/test-child-process-spawn-loop (4)
  • pummel/test-fs-readfile-tostring-fail (4)
  • parallel/test-worker-heap-snapshot (3)
  • report/test-report-fatal-error (3)
  • abort/test-abort-backtrace (2)
  • abort/test-abort-fatal-error (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-6 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-7 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-8 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-9 (2)
  • parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler (2)
  • parallel/test-domain-with-abort-on-uncaught-exception (2)
  • parallel/test-fs-promises-file-handle-readFile (2)
  • parallel/test-fs-readfile (2)
  • parallel/test-gc-http-client-timeout (2)
  • parallel/test-heapsnapshot-near-heap-limit-worker (2)
  • parallel/test-trace-events-fs-sync (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (6)
  • ERROR: Build step failed with exception (2)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (2)
  • fatal error: ld terminated with signal 9 [Killed] (2)
  • Unknown (8)
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