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

Build of Eclipse Che failed on Dashboard WAR artifact #15082

Closed
2 of 13 tasks
dmytro-ndp opened this issue Nov 4, 2019 · 0 comments · Fixed by #15112
Closed
2 of 13 tasks

Build of Eclipse Che failed on Dashboard WAR artifact #15082

dmytro-ndp opened this issue Nov 4, 2019 · 0 comments · Fixed by #15112
Assignees
Labels
area/dashboard kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. status/in-progress This issue has been taken by an engineer and is under active development.

Comments

@dmytro-ndp
Copy link
Contributor

Describe the bug

There was build Eclipse Che error:
https://codeready-workspaces-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/che-regular-tests/view/K8S/job/Single-Che-master-check-E2E-Happy-path-tests-against-k8s/2919/console

     [exec] (node:64) UnhandledPromiseRejectionWarning: PopsicleError: Unable to connect to "https://api.typings.org/entries/dt/js-yaml/tags/3.5.2%2B20160316171810"
     [exec]     at Request.error (/dashboard/node_modules/popsicle/dist/request.js:45:16)
     [exec]     at ClientRequest.<anonymous> (/dashboard/node_modules/popsicle/dist/index.js:134:39)
     [exec]     at emitOne (events.js:121:20)
     [exec]     at ClientRequest.emit (events.js:211:7)
     [exec]     at TLSSocket.socketErrorListener (_http_client.js:401:9)
     [exec]     at emitOne (events.js:116:13)
     [exec]     at TLSSocket.emit (events.js:211:7)
     [exec]     at emitErrorNT (internal/streams/destroy.js:66:8)
     [exec]     at _combinedTickCallback (internal/process/next_tick.js:139:11)
     [exec]     at process._tickCallback (internal/process/next_tick.js:181:9)
     [exec] (node:64) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
     [exec] typings ERR! message Unable to connect to "https://api.typings.org/entries/dt/js-yaml/tags/3.5.2%2B20160316171810"
     [exec] typings ERR! caused by socket hang up
     [exec] typings ERR! 
     [exec] typings ERR! cwd /dashboard
     [exec] typings ERR! system Linux 3.10.0-957.el7.x86_64
     [exec] typings ERR! command "/usr/local/bin/node" "/dashboard/node_modules/.bin/typings" "install"
     [exec] typings ERR! node -v v8.16.0
     [exec] typings ERR! typings -v 1.5.0
     [exec] typings ERR! code EUNAVAILABLE
     [exec] typings ERR! 
     [exec] typings ERR! If you need help, you may report this error at:
     [exec] typings ERR!   <https://github.com/typings/typings/issues>
     [exec] error Command failed with exit code 1.
     [exec] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
     [exec] error Command failed with exit code 1.
     [exec] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
     [exec] The command '/bin/sh -c yarn install --ignore-optional' returned a non-zero code: 1

Command to build Eclipse Che:

mvn clean install -f ${WORKSPACE}/pom.xml -T 4 -U -DskipTests -Dskip-enforce -Dskip-validate-sources

Che version

  • latest
  • nightly
  • other: please specify

Environment

  • my computer
    • Windows
    • Linux
    • macOS
  • Cloud
    • Amazon
    • Azure
    • GCE
    • other (please specify)
  • other: CRW CCI
@dmytro-ndp dmytro-ndp added kind/bug Outline of a bug - must adhere to the bug report template. area/dashboard labels Nov 4, 2019
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Nov 4, 2019
@dmytro-ndp dmytro-ndp added severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Nov 4, 2019
@dmytro-ndp dmytro-ndp added team/ide2 status/in-progress This issue has been taken by an engineer and is under active development. labels Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. status/in-progress This issue has been taken by an engineer and is under active development.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants