Skip to main content

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

Hello everyone,

After outage on CRW Jenkins CI had been fixed we are observing two more issues, which affect Eclipse Che / Che-Theia repos Happy path PR check:
1. Eclipse Che installation failure: https://github.com/eclipse/che/issues/18828
  * Eclipse Che QE team is investigating the issue
  * Problem recognized by the following error messages in Jenkins job console log:
----------------------------------------------------
...
[03:30:52] Keycloak pod bootstrap started]
 [03:30:52] Scheduling started]
 [03:41:07] Scheduling[failed]
 [03:41:07] → Timeout: there are no pods in the namespace: eclipse-che, selector: app=che,component=keycloak. Check Eclipse Che logs for details. Consider increasing error recheck timeout with --k8spoderrorrechecktimeut flag.
 [03:41:07] Keycloak pod bootstrap[failed]
 [03:41:07] → Timeout: there are no pods in the namespace: eclipse-che, selector: app=che,component=keycloak. Check Eclipse Che logs for details. Consider increasing error recheck timeout with --k8spoderrorrechecktimeut flag.
 [03:41:07] ✅  Post installation checklist[failed]
 [03:41:07] → Timeout: there are no pods in the namespace: eclipse-che, selector: app=che,component=keycloak. Check Eclipse Che logs for details. Consider increasing error recheck timeout with --k8spoderrorrechecktimeot flag.
  ›   Error: Error: Timeout: there are no pods in the namespace: eclipe-che,
  ›   selector: app=che,component=keycloak. Check Eclipse Che logs for dtails.
  ›   Consider increasing error recheck timeout with --k8spoderrorrechectimeout
  ›   flag.
  ›   Command server:deploy failed. Errr log:
  ›   /home/hudson/.cache/chectl/error.log
==============================


2. Happy path tests failed to validate workspace start: https://github.com/eclipse/che/issues/18826
  * Eclipse Che Editor team is investigating the issue
  * Problem recognized by the following error messages in Jenkins job console log:
-----------------------------------------------------
...
    1) Wait for workspace readiness
  [ERROR] CheReporter runner.on.fail: Validation of workspace start Wait for workspace readiness failed after 328501ms


  1 passing (6m)
  1 failing

  1) Validation of workspace start
       Wait for workspace readiness:
     TimeoutError: Exceeded the maximum number of checking attempts, project has not been imported
      at ProjectTree.waitProjectImported (/tmp/e2e/pageobjects/ide/ProjectTree.ts:266:15)
      at process._tickCallback (internal/process/next_tick.js:68:7)
==============================


On Mon, Jan 18, 2021 at 5:40 PM Dmytro Nochevnov <dnochevn@xxxxxxxxxx> wrote:
Hello everyone,

FYI: it's not possible to run the Happy Path PR check of Eclipse Che / Che-Theia repos at the moment because of an outage on CRW Jenkins CI side.

Sorry for the inconvenience.

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


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

Back to the top