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 2023-02-19 #500

Open
21 tasks
github-actions bot opened this issue Feb 19, 2023 · 0 comments
Open
21 tasks

CI Reliability 2023-02-19 #500

github-actions bot opened this issue Feb 19, 2023 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/49620 to node-test-pull-request/49713 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-02-19 00:16 6 4 38 5 47 4.49%

JSTest Failure

Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46598, nodejs/node#46469, nodejs/node#46618, nodejs/node#46600, nodejs/node#45867, nodejs/node#46707, nodejs/node#46709)
Appeared test-ibm-ubuntu1804-x64-2, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/49630/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49685/
Example
not ok 2234 parallel/test-performance-function
  ---
  duration_ms: 0.138
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/errors:490
        ErrorCaptureStackTrace(err);
        ^
    
    RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
        at RecordableHistogram.record (node:internal/histogram:283:5)
        at processComplete (node:internal/perf/timerify:40:15)
        at timerified m (node:internal/perf/timerify:87:5)
        at /home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-performance-function.js:98:5
        at runNextTicks (node:internal/process/task_queues:60:5)
        at listOnTimeout (node:internal/timers:537:9)
        at process.processTimers (node:internal/timers:511:7) {
      code: 'ERR_OUT_OF_RANGE'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-crypto-key-objects
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#45867, nodejs/node#46707, nodejs/node#46719, nodejs/node#46677, nodejs/node#46723)
Appeared test-rackspace-centos7-x64-1, test-ibm-rhel7-s390x-3, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-rackspace-debian10-x64-1, test-ibm-rhel8-s390x-4, test-ibm-rhel8-x64-1, test-ibm-rhel7-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49671/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49712/
Example
not ok 685 parallel/test-crypto-key-objects
  ---
  duration_ms: 120.58
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-corepack-yarn-install
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#46249, nodejs/node#46719, nodejs/node#46721, nodejs/node#46723)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/49690/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49713/
Example
not ok 591 parallel/test-corepack-yarn-install
  ---
  duration_ms: 2.714
  severity: fail
  exitcode: 1
  stack: |-
    (node:20085) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
    (Use `node --trace-deprecation ...` to show where the warning was created)
    
    
    #
    # Fatal error in ../deps/v8/src/base/memory.h, line 22
    # Debug check failed: IsAligned(addr, alignof(T)).
    #
    #
    #
    #FailureMessage Object: 0x7ffe20a9e660
     1: 0x557fb5fd0a63 node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     2: 0x557fb6178de3  [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     3: 0x557fb6178e03  [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     4: 0x557fb7bfec97 V8_Fatal(char const*, int, char const*, ...) [/home/iojs/build/workspace/node-te...

Reason parallel/test-buffer-isascii
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46652, nodejs/node#45867, nodejs/node#46547)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49633/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49694/
Example
not ok 88 parallel/test-buffer-isascii
  ---
  duration_ms: 0.452
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-isascii.js:10:8)
        at Module._compile (node:internal/modules/cjs/loader:1246:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
        at Module.load (node:internal/modules/cjs/loader:1103:32)
        at Module._load (node:internal/modules/cjs/loader:942:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-buffer-isutf8
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46652, nodejs/node#45867, nodejs/node#46547)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49633/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49694/
Example
not ok 95 parallel/test-buffer-isutf8
  ---
  duration_ms: 0.387
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-isutf8.js:10:8)
        at Module._compile (node:internal/modules/cjs/loader:1246:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
        at Module.load (node:internal/modules/cjs/loader:1103:32)
        at Module._load (node:internal/modules/cjs/loader:942:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-child-process-cwd
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46652, nodejs/node#45867, nodejs/node#46547)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49633/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49694/
Example
not ok 102 parallel/test-child-process-cwd
  ---
  duration_ms: 0.556
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: c:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.102
    Files blocking: []
    
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'C:\\Windows'
    - 'C:\\WINDOWS'
            ^
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-cwd.js:56:26)
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15)
        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: 'C:\\Windows',
      expected: 'C:\\WINDOWS',
   ...

Reason parallel/test-child-process-exec-cwd
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46652, nodejs/node#45867, nodejs/node#46547)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49633/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49694/
Example
not ok 101 parallel/test-child-process-exec-cwd
  ---
  duration_ms: 0.420
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:400
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(stdout.startsWith(dir))
    
        at c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
        at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:413:17
        at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448: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-webcrypto-wrap-unwrap
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46652, nodejs/node#45867, nodejs/node#46547)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49633/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49694/
Example
not ok 867 parallel/test-webcrypto-wrap-unwrap
  ---
  duration_ms: 12.648
  severity: fail
  exitcode: 1
  stack: |-
    (node:2604) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
    (Use `node --trace-warnings ...` to show where the warning was created)
    (node:2604) ExperimentalWarning: The Ed448 Web Crypto API algorithm is an experimental feature and might change at any time
    (node:2604) ExperimentalWarning: The X25519 Web Crypto API algorithm is an experimental feature and might change at any time
    (node:2604) ExperimentalWarning: The X448 Web Crypto API algorithm is an experimental feature and might change at any time
    
    node:internal/per_context/domexception:53
        ErrorCaptureStackTrace(this);
        ^
    DOMException [DataError]: Invalid wrapped JWK key
        at new DOMException (node:internal/per_context/domexception:53:5)
        at __node_internal_ (node:internal/util:609:10)
        at SubtleCrypto.unwrapKey...

Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#45038, nodejs/node#46675, nodejs/node#46651)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49636/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49702/
Example
not ok 3517 pummel/test-net-throttle
  ---
  duration_ms: 0.615
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at process.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-net-throttle.js:87:10)
        at process.emit (node:events:522:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason wpt/test-encoding
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46652, nodejs/node#45867, nodejs/node#46547)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49633/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49694/
Example
not ok 922 wpt/test-encoding
  ---
  duration_ms: 3.112
  severity: fail
  exitcode: 1
  stack: |-
    ---- api-invalid-label.any.js ----
    [SKIPPED] location is not defined
    ---- idlharness.any.js ----
    [SKIPPED] No implementation of TextDecoderStream and TextEncoderStream
    ---- iso-2022-jp-decoder.any.js ----
    [SKIPPED] iso-2022-jp decoder state handling bug: https://encoding.spec.whatwg.org/#iso-2022-jp-decoder
    ---- legacy-mb-schinese\gb18030\gb18030-decoder.any.js ----
    [SKIPPED] The gb18030 encoding is not supported
    ---- legacy-mb-schinese\gbk\gbk-decoder.any.js ----
    [SKIPPED] The gbk encoding is not supported
    ---- replacement-encodings.any.js ----
    [SKIPPED] decoding-helpers.js needs XMLHttpRequest
    ---- single-byte-decoder.window.js ----
    [SKIPPED] location is not defined
    ---- streams\realms.window.js ----
    [SKIPPED] window is not defined
    ---- textdecoder-fatal-single-byte.any.js ----
    [SKIPPED] The iso-8859-16 encoding is not supported
    ---- t...

Reason wpt/test-webcrypto
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46652, nodejs/node#45867, nodejs/node#46547)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49633/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49694/
Example
not ok 925 wpt/test-webcrypto
  ---
  duration_ms: 357.303
  severity: fail
  exitcode: 1
  stack: |-
    ---- algorithm-discards-context.https.window.js ----
    [SKIPPED] Not relevant in Node.js context
    ---- historical.any.js ----
    [SKIPPED] Not relevant in Node.js context
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] setup - define tests
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 good parameters
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 mixed case parameters
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 with null length
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 short result
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 non-multiple of 8 bits
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 missing public property
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ---...

Reason known_issues/test-http2-trailers-after-session-close
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46249, nodejs/node#46721)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49690/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49703/
Example
not ok 3573 known_issues/test-http2-trailers-after-session-close
  ---
  duration_ms: 0.90
  severity: fail
  stack: |-
    1..0 # Skipped: missing crypto
  ...


Reason message/test_runner_output_cli
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46719, nodejs/node#46651)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49697/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49702/
Example
not ok 51 message/test_runner_output_cli
  ---
  duration_ms: 2.668
  severity: fail
  stack: |-
    TAP version 13
    # Subtest: sync pass todo
    ok 1 - sync pass todo # TODO
      ---
      duration_ms: 46.803701
      ...


Reason parallel/test-runner-extraneous-async-activity
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46651, nodejs/node#46719)
Appeared test-orka-macos10.15-x64-2, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49695/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49700/
Example
not ok 2170 parallel/test-runner-extraneous-async-activity
  ---
  duration_ms: 0.529
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1027
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /^# Warning: Test "extraneous async activity test" generated asynchronous activity after the test ended/m. Input:
    
    'TAP version 13\n' +
      '# Subtest: extraneous async activity test\n' +
      'ok 1 - extraneous async activity test\n' +
      '  ---\n' +
      '  duration_ms: 12.711393\n' +
      '  ...\n' +
      '# Subtest: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/extraneous_set_immediate_async.mjs\n' +
      'not ok 1 - /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/extraneous_set_immediate_async.mjs\n' +
      '  ---\n' +
      '  duration_ms: 204.474024\n' +
      "  failureType: 'testCodeFailure'\n" +
      '  exitCode: 1\n' +
      "  error:...

Reason parallel/test-runner-reporters
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46600, nodejs/node#46547)
Appeared test-rackspace-win2012r2_vs2013-x64-1, test-digitalocean-freebsd12-x64-2, test-osuosl-rhel8-ppc64_le-3, test-osuosl-rhel8-ppc64_le-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49683/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49694/
Example
not ok 681 parallel/test-runner-reporters
  ---
  duration_ms: 4.28
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: node:test reporters
        # Subtest: should default to outputing TAP to stdout
        ok 1 - should default to outputing TAP to stdout
          ---
          duration_ms: 3672.280592
          ...


Reason parallel/test-runner-watch-mode
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46675, nodejs/node#46249)
Appeared test-digitalocean-freebsd12-x64-1, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49682/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49690/
Example
not ok 2606 parallel/test-runner-watch-mode
  ---
  duration_ms: 120.50
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    TAP version 13
  ...


CCTest Failure

Jenkins Failure

Git Failure

Build Failure

Reason FATAL: java.nio.channels.ClosedChannelException
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#46583, nodejs/node#46547, nodejs/node#46631, nodejs/node#46621)
Appeared test-equinix-ubuntu2204-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49637/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49640/
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:53412
		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 error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#46661, nodejs/node#46583, nodejs/node#46709)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49620/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49674/
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 fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#46593, nodejs/node#46632, nodejs/node#46723)
Appeared test-orka-macos10.15-x64-2, test-orka-macos11-x64-2, test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-ibm-rhel8-x64-1, test-softlayer-ubi81_container-x64-1, test-nearform-macos11.0-arm64-1, test-osuosl-rhel8-ppc64_le-2, test-macstadium-macos11.0-arm64-4, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/49632/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49712/
Example
fatal: No rebase in progress?

Reason Failed to trigger sub builds
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#46466, nodejs/node#46648)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/49625/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49658/
Example
Failed to trigger sub builds

Reason fatal: Could not read from remote repository.
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#46661, nodejs/node#46686)
Appeared test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49620/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49622/
Example
fatal: Could not read from remote repository.

Progress

  • parallel/test-performance-function (7)
  • parallel/test-crypto-key-objects (5)
  • parallel/test-corepack-yarn-install (4)
  • parallel/test-buffer-isascii (3)
  • parallel/test-buffer-isutf8 (3)
  • parallel/test-child-process-cwd (3)
  • parallel/test-child-process-exec-cwd (3)
  • parallel/test-webcrypto-wrap-unwrap (3)
  • pummel/test-net-throttle (3)
  • wpt/test-encoding (3)
  • wpt/test-webcrypto (3)
  • known_issues/test-http2-trailers-after-session-close (2)
  • message/test_runner_output_cli (2)
  • parallel/test-runner-extraneous-async-activity (2)
  • parallel/test-runner-reporters (2)
  • parallel/test-runner-watch-mode (2)
  • FATAL: java.nio.channels.ClosedChannelException (4)
  • error: remote GitHub already exists. (3)
  • fatal: No rebase in progress? (3)
  • Failed to trigger sub builds (2)
  • fatal: Could not read from remote repository. (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