Skip to content

CI Reliability 2023-03-11 #520

Open
Open
@github-actions

Description

@github-actions

Failures in node-test-pull-request/50214 to node-test-pull-request/50313 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
2023-03-11 00:14 0 4 31 5 60 4.21%

JSTest Failure

Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 10 (nodejs/node#46977, nodejs/node#46979, nodejs/node#47010, nodejs/node#46615, nodejs/node#47017, nodejs/node#47030, nodejs/node#46809, nodejs/node#46692, nodejs/node#46561, nodejs/node#41439)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-osuosl-rhel8-ppc64_le-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50235/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50297/
Example
not ok 1428 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 0.522
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at /home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-http-remove-connection-header-persists-connection.js:54:7)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-worker-nearheaplimit-deadlock
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46815, nodejs/node#47017, nodejs/node#47030, nodejs/node#46809, nodejs/node#46692, nodejs/node#46561, nodejs/node#41439)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-ibm-rhel8-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/50290/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50297/
Example
not ok 3516 parallel/test-worker-nearheaplimit-deadlock
  ---
  duration_ms: 120.33
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#46965, nodejs/node#46832, nodejs/node#46977, nodejs/node#46692, nodejs/node#47033)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-ibm-rhel8-x64-3, test-nearform-macos10.15-x64-1, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50221/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50311/
Example
not ok 749 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 0.864
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 65207 session? false
    [primary] got "listening"
    [primary] got "listening"
    [primary] got "listening"
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 65207 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 65207 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 65207 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 65207 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 65207 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 65207 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connect...

Reason sequential/test-child-process-pass-fd
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46979, nodejs/node#46658, nodejs/node#46692)
Appeared test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50248/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50301/
Example
not ok 3780 sequential/test-child-process-pass-fd
  ---
  duration_ms: 0.254
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason parallel/test-child-process-exec-cwd
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46790, nodejs/node#46975)
Appeared test-azure_msft-win11_vs2019-arm64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/50215/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50236/
Example
not ok 105 parallel/test-child-process-exec-cwd
  ---
  duration_ms: 0.310
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(stdout.startsWith(dir))
    
        at d:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
        at d:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:414:17
        at d:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:449:15
        at ChildProcess.exithandler (node:child_process:411:7)
        at ChildProcess.emit (node:events:510:28)
        at maybeClose (node:internal/child_process:1098:16)
        at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-add-file-with-url
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46812, nodejs/node#46947)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50299/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50300/
Example
not ok 1272 parallel/test-fs-watch-recursive-add-file-with-url
  ---
  duration_ms: 120.121
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-add-folder
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47012, nodejs/node#46947)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50278/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50300/
Example
not ok 1271 parallel/test-fs-watch-recursive-add-folder
  ---
  duration_ms: 120.17
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-remove-header-stays-removed
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46790, nodejs/node#46971)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/50215/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50237/
Example
not ok 1372 parallel/test-http-remove-header-stays-removed
  ---
  duration_ms: 0.192
  severity: fail
  exitcode: 1
  stack: |-
    ok
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-header-stays-removed.js:62:14)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-permission-deny-fs-wildcard
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46790, nodejs/node#46975)
Appeared test-azure_msft-win11_vs2019-arm64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/50215/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50236/
Example
not ok 548 parallel/test-permission-deny-fs-wildcard
  ---
  duration_ms: 0.242
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Missing expected exception.
        at Object.<anonymous> (d:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-permission-deny-fs-wildcard.js:49:10)
        at Module._compile (node:internal/modules/cjs/loader:1287:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
        at Module.load (node:internal/modules/cjs/loader:1145:32)
        at Module._load (node:internal/modules/cjs/loader:984:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: undefined,
      expected: [Function (anonymous)],
      operator: 'throws'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-runner-inspect
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46969, nodejs/node#46815)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50231/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50290/
Example
not ok 3520 parallel/test-runner-inspect
  ---
  duration_ms: 120.42
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] (node:3960491) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
    [err] (Use `node --trace-warnings ...` to show where the warning was created)
    [err] 
    [out] TAP version 13
    [out] 
    [err] Debugger listening on ws://127.0.0.1:39749/fe05be81-5414-4413-819b-2f7a5bbea269
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [out] # Debugger ending on ws://127.0.0.1:39749/fe05be81-5414-4413-819b-2f7a5bbea269
    [out] 
  ...


Reason sequential/test-debugger-object-type-remote-object
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46975, nodejs/node#46979)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50232/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50248/
Example
not ok 3816 sequential/test-debugger-object-type-remote-object
  ---
  duration_ms: 3.803
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched noop function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:407:10)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-object-type-remote-object.js:42:14)
        at Module._compile (node:internal/modules/cjs/loader:1287:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
        at Module.load (node:internal/modules/cjs/loader:1145:32)
        at Module._load (node:internal/modules/cjs/loader:984:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47
  ...


Reason sequential/test-debugger-pid
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46975, nodejs/node#46979)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50232/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50248/
Example
not ok 3817 sequential/test-debugger-pid
  ---
  duration_ms: 5.698
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Timeout (5000) while waiting for /break/; found: Warning: script 'alive.js' was not loaded yet.
    
    debug> 
    Break on start in test/fixtures/debugger/empty.js:1
    > 1 
    debug> 
        at runTest (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-pid.js:28:12)
        at Timeout.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:90:18)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: Error: Timeout (5000) while waiting for /break/; found: Warning: script ...

Reason sequential/test-http-regr-gh-2928
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46969, nodejs/node#46812)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50267/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50284/
Example
not ok 3843 sequential/test-http-regr-gh-2928
  ---
  duration_ms: 120.23
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    .+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+....

CCTest Failure

Reason ../test/cctest/test_inspector_socket.cc:323: Failure
Type CC_TEST_FAILURE
Failed PR 2 (nodejs/node#46941, nodejs/node#46790)
Appeared test-softlayer-alpine312_container-x64-1, test-digitalocean-alpine311_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50250/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50261/
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)

Reason [ RUN ] InspectorSocketTest.HostIPv6NonRoutable
Type CC_TEST_FAILURE
Failed PR 2 (nodejs/node#46962, nodejs/node#46812)
Appeared test-rackspace-win2012r2_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50230/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50246/
Example
[ RUN      ] InspectorSocketTest.HostIPv6NonRoutable
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5001 ms)

Jenkins Failure

Reason Cannot read file /home/iojs/.config/jgit/config
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#47017, nodejs/node#47033, nodejs/node#47035)
Appeared test-osuosl-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50310/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50312/
Example
java.io.IOException: Cannot read file /home/iojs/.config/jgit/config
org.eclipse.jgit.errors.ConfigInvalidException: Invalid line in config file
	at org.eclipse.jgit.lib.Config.fromTextRecurse(Config.java:1206)
	at org.eclipse.jgit.lib.Config.fromText(Config.java:1134)
	at org.eclipse.jgit.storage.file.FileBasedConfig.lambda$0(FileBasedConfig.java:138)
	at org.eclipse.jgit.util.FileUtils.readWithRetries(FileUtils.java:722)

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46809, nodejs/node#46815)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50269/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50274/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.81.219/145.40.81.219:50574' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy79.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46615, nodejs/node#47017)
Appeared test-softlayer-ubi81_container-x64-1, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50289/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50313/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Git Failure

Build Failure

Reason FATAL: java.nio.channels.ClosedChannelException
Type BUILD_FAILURE
Failed PR 6 (nodejs/node#47017, nodejs/node#47030, nodejs/node#46809, nodejs/node#46692, nodejs/node#46561, nodejs/node#41439)
Appeared test-equinix-ubuntu2204-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50292/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50297/
Example
FATAL: java.nio.channels.ClosedChannelException
java.nio.channels.ClosedChannelException
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 145.40.96.123/145.40.96.123:43896
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.Request.call(Request.java:199)
		at hudson.remoting.Channel.call(Channel.java:999)

Reason Failed to trigger fanned build
Type BUILD_FAILURE
Failed PR 5 (nodejs/node#47030, nodejs/node#46809, nodejs/node#46692, nodejs/node#46561, nodejs/node#41439)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/50293/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50297/
Example
Failed to trigger fanned build

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#46957, nodejs/node#46979, nodejs/node#46815, nodejs/node#46947)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50222/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50300/
Example
error: remote GitHub already exists.

> git fetch --prune --no-tags GitHub 

> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp

Reason error: The last gc run reported the following. Please correct the root cause
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#47001, nodejs/node#46969)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50263/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50266/
Example
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

Progress

  • parallel/test-http-remove-connection-header-persists-connection (10)
  • parallel/test-worker-nearheaplimit-deadlock (7)
  • parallel/test-tls-ticket-cluster (5)
  • sequential/test-child-process-pass-fd (3)
  • parallel/test-child-process-exec-cwd (2)
  • parallel/test-fs-watch-recursive-add-file-with-url (2)
  • parallel/test-fs-watch-recursive-add-folder (2)
  • parallel/test-http-remove-header-stays-removed (2)
  • parallel/test-permission-deny-fs-wildcard (2)
  • parallel/test-runner-inspect (2)
  • sequential/test-debugger-object-type-remote-object (2)
  • sequential/test-debugger-pid (2)
  • sequential/test-http-regr-gh-2928 (2)
  • ../test/cctest/test_inspector_socket.cc:323: Failure (2)
  • [ RUN ] InspectorSocketTest.HostIPv6NonRoutable (2)
  • Cannot read file /home/iojs/.config/jgit/config (3)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • FATAL: java.nio.channels.ClosedChannelException (6)
  • Failed to trigger fanned build (5)
  • error: remote GitHub already exists. (4)
  • error: The last gc run reported the following. Please correct the root cause (2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions