Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Status of Happy path PR check of Eclipse Che repos

Hello everyone,

FYI: E2E Happy path tests PR check are failing on "Run Application" step https://github.com/eclipse/che/issues/17155
 * QE team is fixing the issue
 * Problem recognized by the following error message in Jenkins job console log:
--------------------------------------------------------------------------------
   1) Validation of workspace build and run
        Run application:
      TimeoutError: Waiting for element to be located By(xpath, //div[@class='theia-notification-message']/span[contains(.,'A new process is now listening on port 8080')])
  Wait timed out after 120002ms
==============================================

There is also additional Che-Theia specific issue of PR build on Jenkins CI https://github.com/eclipse/che/issues/17144:
 * QE team is investigating the issue;
 * Problem recognized by the following error message in Jenkins job console log:
---------------------------------------------------------------------------------
10:50:15 [4/4] Building fresh packages...
10:50:19 error /mnt/hudson_workspace/workspace/Che-Theia-PR-check-E2E-Happy-path-tests-against-K8S__reserved/node_modules/vscode-ripgrep: Command failed.
10:50:19 Exit code: 1
10:50:19 Command: node ./lib/postinstall.js
10:50:19 Arguments:
10:50:19 Directory: /mnt/hudson_workspace/workspace/Che-Theia-PR-check-E2E-Happy-path-tests-against-K8S__reserved/node_modules/vscode-ripgrep
10:50:19 Output:
10:50:19 Finding release for v11.0.1-2
10:50:19 GET https://api.github.com/repos/microsoft/ripgrep-prebuilt/releases/tags/v11.0.1-2
10:50:19 Deleting invalid download cache
10:50:19 Downloading ripgrep failed: Error: Request failed: 401
================================================

--
With best regards,
Dmytro Nochevnov
Senior Quality Engineer
CodeReady Workspaces QE team

Back to the top