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

wls-compatibility stage excludes rest docs project #2955

Closed
yanavasileva opened this issue Nov 17, 2022 · 0 comments
Closed

wls-compatibility stage excludes rest docs project #2955

yanavasileva opened this issue Nov 17, 2022 · 0 comments
Assignees
Labels
group:build-failure All issues that describe CI instabilities/flaky tests. DRI: Thorben scope:ci Changes to the CI, e.g. Jenkins pipelines. type:task Issues that are a change to the project that is neither a feature nor a bug fix. version:7.19.0-alpha2 version:7.19.0

Comments

@yanavasileva
Copy link
Member

The engine-UNIT-wls-compatibility stage is failing with npm error during the build for the rest docs as the build doesn't include node.js/npm setup

Console log
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! Linux 5.10.133+
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! argv "node" "/usr/local/nvm/v0.10.38/bin/npm" "install"
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! node v0.10.38
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! npm  v2.10.1
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! path /tmp/npm-7838-dd6fac71/unpack-e9c65e0701db/package.json
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! code ENOTDIR
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! errno 27
[2022-11-16T21:19:08.856Z]      [exec] 
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! ENOTDIR, open '/tmp/npm-7838-dd6fac71/unpack-e9c65e0701db/package.json'
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! 
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! If you need help, you may report this error at:
[2022-11-16T21:19:08.856Z]      [exec] npm ERR!     <https://github.com/npm/npm/issues>
[2022-11-16T21:19:08.856Z]      [exec] npm info preuninstall redoc-cli@0.13.20
[2022-11-16T21:19:08.856Z]      [exec] npm info uninstall redoc-cli@0.13.20
[2022-11-16T21:19:08.856Z]      [exec] npm info postuninstall redoc-cli@0.13.20
[2022-11-16T21:19:08.856Z]      [exec] 
[2022-11-16T21:19:08.856Z]      [exec] npm ERR! Please include the following file with any support request:
[2022-11-16T21:19:08.856Z]      [exec] npm ERR!     /home/work/workspace/.19_cambpm-ce_cambpm-main_master/engine-rest/docs/npm-debug.log
[2022-11-16T21:19:08.856Z] [INFO] ------------------------------------------------------------------------
[2022-11-16T21:19:08.856Z] [INFO] Reactor Summary for Camunda Platform - Root Pom 7.19.0-SNAPSHOT:
[2022-11-16T21:19:08.856Z] [INFO] 
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - Root Pom ........................ SUCCESS [  2.206 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - Parent Pom ...................... SUCCESS [  0.010 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - database settings ............... SUCCESS [  0.058 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine .......................... SUCCESS [36:37 min]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - Cdi .................... SUCCESS [  5.802 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - Cdi - Compatbility Test Weld 3 SUCCESS [ 18.025 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - CDI - Root ............. SUCCESS [  0.006 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - Spring ................. SUCCESS [01:42 min]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - Compatbility Test Spring 4 SUCCESS [01:44 min]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - Spring - Root .......... SUCCESS [  0.005 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - Bom ............................. SUCCESS [  0.004 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - Core - Internal Dependencies .... SUCCESS [  0.005 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - REST - Root ............ SUCCESS [  0.005 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - REST ................... SUCCESS [01:55 min]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - REST - OpenAPI (JSON Generator) SUCCESS [  0.280 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - REST - OpenAPI ......... SUCCESS [ 17.186 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - REST - Assembly ........ SUCCESS [  4.245 s]
[2022-11-16T21:19:08.856Z] [INFO] Camunda Platform - engine - REST - Docs ............ FAILURE [ 15.032 s]

Acceptance Criteria (Required on creation)

  • Exclude rest docs project from wls-compatibility stage

Hints

Links

Breakdown

@yanavasileva yanavasileva added type:task Issues that are a change to the project that is neither a feature nor a bug fix. group:build-failure All issues that describe CI instabilities/flaky tests. DRI: Thorben scope:ci Changes to the CI, e.g. Jenkins pipelines. labels Nov 17, 2022
@yanavasileva yanavasileva self-assigned this Nov 17, 2022
@mboskamp mboskamp assigned yanavasileva and unassigned mboskamp Nov 18, 2022
yanavasileva added a commit that referenced this issue Nov 18, 2022
Related to #2955

Co-authored-by: Miklas Boskamp <20189772+mboskamp@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group:build-failure All issues that describe CI instabilities/flaky tests. DRI: Thorben scope:ci Changes to the CI, e.g. Jenkins pipelines. type:task Issues that are a change to the project that is neither a feature nor a bug fix. version:7.19.0-alpha2 version:7.19.0
Projects
None yet
Development

No branches or pull requests

2 participants