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-03-06 #515

Open
20 tasks
github-actions bot opened this issue Mar 6, 2023 · 0 comments
Open
20 tasks

CI Reliability 2023-03-06 #515

github-actions bot opened this issue Mar 6, 2023 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Mar 6, 2023

Failures in node-test-pull-request/50118 to node-test-pull-request/50216 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-06 00:16 2 3 39 5 51 3.23%

JSTest Failure

Reason parallel/test-child-process-exec-cwd
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#46809, nodejs/node#46912, nodejs/node#46934, nodejs/node#46920, nodejs/node#46790)
Appeared test-azure_msft-win11_vs2019-arm64-6, test-azure_msft-win11_vs2019-arm64-3, test-azure_msft-win11_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50165/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50215/
Example
not ok 105 parallel/test-child-process-exec-cwd
  ---
  duration_ms: 0.293
  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-http-remove-header-stays-removed
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#46872, nodejs/node#46860, nodejs/node#46912, nodejs/node#46929, nodejs/node#46790)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-freebsd12-x64-1, test-digitalocean-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-softlayer-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/50119/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50215/
Example
not ok 1372 parallel/test-http-remove-header-stays-removed
  ---
  duration_ms: 0.305
  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 5 (nodejs/node#46809, nodejs/node#46912, nodejs/node#46934, nodejs/node#46920, nodejs/node#46790)
Appeared test-azure_msft-win11_vs2019-arm64-6, test-azure_msft-win11_vs2019-arm64-3, test-azure_msft-win11_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50165/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50215/
Example
not ok 550 parallel/test-permission-deny-fs-wildcard
  ---
  duration_ms: 0.243
  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 sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#46561, nodejs/node#46929, nodejs/node#46790, nodejs/node#46942)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-nearform-macos11.0-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50172/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50196/
Example
not ok 3236 sequential/test-worker-prof
  ---
  duration_ms: 30.755
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:118
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with signal: {
      error: Error: spawnSync /home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node ETIMEDOUT
          at Object.spawnSync (internal/child_process.js:1107:20)
          at spawnSync (child_process.js:776:24)
          at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-worker-prof.js:52:23)
          at Module._compile (internal/modules/cjs/loader.js:1114:14)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
          at Module.load (internal/modules/cjs/loader.js:979:32)
          at Function.Module._load (internal/modules/cjs/loader.js:819:12)
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
          at internal/m...

Reason node-api/test_async_cleanup_hook/test
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41439, nodejs/node#46692)
Appeared test-digitalocean-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-1, test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-x64-1, test-digitalocean-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-2, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-osuosl-rhel8-ppc64_le-3, test-ibm-rhel8-s390x-4, test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-nearform-macos11.0-arm64-1, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-2, test-osuosl-debian10_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50159/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50171/
Example
not ok 3705 node-api/test_async_cleanup_hook/test
  ---
  duration_ms: 0.328
  severity: crashed
  exitcode: -6
  stack: |-
    Assertion failed: cleanup_hook_count == 6 (../binding.c: ObjectFinalizer: 53)
  ...


Reason parallel/test-corepack-yarn-install
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41439, nodejs/node#46832)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50135/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50146/
Example
not ok 591 parallel/test-corepack-yarn-install
  ---
  duration_ms: 2.617
  severity: fail
  exitcode: 1
  stack: |-
    (node:3074) [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)
    Segmentation fault (core dumped)
    assert.js:118
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: yarn install got error code 139
        at handleExit (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-corepack-yarn-install.js:60:10)
        at handleExit (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:380:15)
        at ChildProcess.exithandler (child_process.js:390:5)
        at ChildProcess.emit (events.js:400:28)
        at maybeClose (internal/child_process.js:1088:16)
        at Socket.<anonymous> (internal/chil...

Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46868, nodejs/node#46929)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50156/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50189/
Example
not ok 1332 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120.31
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46832, nodejs/node#46912)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50149/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50157/
Example
not ok 1426 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 0.346
  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-inspector-multisession-ws
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46825, nodejs/node#46929)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50130/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50210/
Example
not ok 1705 parallel/test-inspector-multisession-ws
  ---
  duration_ms: 15.464
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:50532/ce71338c-dcfc-4e5d-967f-91d51e988d8e
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] Debugger attached.
    [err] 
    [test] Breaking in code and verifying events are fired
    Timed out waiting for matching notification (Initial pause)
    1
  ...


Reason pummel/test-crypto-timing-safe-equal-benchmarks
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46809, nodejs/node#46912)
Appeared test-azure_msft-win11_vs2019-arm64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/50165/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50170/
Example
not ok 877 pummel/test-crypto-timing-safe-equal-benchmarks
  ---
  duration_ms: 3.931
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=-6.227708012434481)
        at Object.<anonymous> (d:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-crypto-timing-safe-equal-benchmarks.js:109:1)
        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: false,
      expected: true,
      operator: '=='
    }
    
    N...

Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46561, nodejs/node#46031)
Appeared test-digitalocean-freebsd12-x64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50172/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50195/
Example
not ok 3483 pummel/test-net-throttle
  ---
  duration_ms: 0.566
  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:525:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v18.14.3-pre
  ...


Reason sequential/test-vm-timeout-escape-promise-module-2
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46938, nodejs/node#46920)
Appeared test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50200/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50203/
Example
not ok 3321 sequential/test-vm-timeout-escape-promise-module-2
  ---
  duration_ms: 0.219
  severity: fail
  exitcode: 1
  stack: |-
    (node:64816) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
    (Use `node --trace-warnings ...` to show where the warning was created)
    /home/iojs/build/workspace/node-test-commit-linuxone/test/common/index.js:638
    const crashOnUnhandledRejection = (err) => { throw err; };
                                                 ^
    
    Error: escaped timeout at 100 milliseconds!
        at loop (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22:13)
        at vm:module(0):1:30
        at SourceTextModule.evaluate (internal/vm/module.js:230:23)
        at assert.rejects.code (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:38:16)
        at processTicksAndRejections (internal/process/task_queues....

CCTest Failure

Reason ../test/cctest/test_inspector_socket.cc:323: Failure
Type CC_TEST_FAILURE
Failed PR 3 (nodejs/node#46330, nodejs/node#46810, nodejs/node#46832)
Appeared test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine311_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50137/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50149/
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (4999 ms)

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46860, nodejs/node#46920)
Appeared test-digitalocean-freebsd12-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50120/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50176/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:16901' 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 Cannot read file /home/iojs/.config/jgit/config
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46872, nodejs/node#41439)
Appeared test-osuosl-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50119/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50140/
Example
java.io.IOException: Cannot read file /home/iojs/.config/jgit/config
 > git rev-list --no-walk d943964dba3438af0f0d37aa30ece4380e5180b5 # timeout=30
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=30
Resetting working tree

Build Failure

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#46872, nodejs/node#46648, nodejs/node#46961)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2019-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/50119/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50213/
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: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#46872, nodejs/node#41439)
Appeared test-equinix_mnx-smartos20-x64-3, test-osuosl-aix72-ppc64_be-4, test-equinix_mnx-smartos20-x64-4, test-osuosl-aix72-ppc64_be-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50119/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50159/
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 ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#41439, nodejs/node#46889)
Appeared test-azure_msft-win11_vs2019-arm64-5, test-azure_msft-win11_vs2019-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50159/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50186/
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: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#46809, nodejs/node#46961)
Appeared test-osuosl-ubuntu2004_container-armv7l-1, test-digitalocean-alpine311_container-x64-2, test-softlayer-alpine312_container-x64-1, test-softlayer-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-ibm-rhel8-x64-3, test-nearform-macos10.15-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50165/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50213/
Example
fatal: No rebase in progress?

undefined

Reason Unknown
Type undefined
Failed PR 8 (nodejs/node#46832, nodejs/node#41439, nodejs/node#46809, nodejs/node#46912, nodejs/node#46934, nodejs/node#46889, nodejs/node#46920, nodejs/node#46790)
Appeared test-nearform_arm-win10_vs2019-arm64-2, test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50146/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50215/
Example
Unknown

Progress

  • parallel/test-child-process-exec-cwd (5)
  • parallel/test-http-remove-header-stays-removed (5)
  • parallel/test-permission-deny-fs-wildcard (5)
  • sequential/test-worker-prof (4)
  • node-api/test_async_cleanup_hook/test (2)
  • parallel/test-corepack-yarn-install (2)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (2)
  • parallel/test-http-remove-connection-header-persists-connection (2)
  • parallel/test-inspector-multisession-ws (2)
  • pummel/test-crypto-timing-safe-equal-benchmarks (2)
  • pummel/test-net-throttle (2)
  • sequential/test-vm-timeout-escape-promise-module-2 (2)
  • ../test/cctest/test_inspector_socket.cc:323: Failure (3)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • Cannot read file /home/iojs/.config/jgit/config (2)
  • error: remote GitHub already exists. (3)
  • 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)
  • fatal: No rebase in progress? (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