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

Hi. 
Thank you for the update, Dmytro.
Have you tried to do
docker login --username $DOCKERHUB_USERNAME --password $DOCKERHUB_PASSWORD
before running tests?


On Mon, Nov 16, 2020 at 7:23 PM Dmytro Nochevnov <dnochevn@xxxxxxxxxx> wrote:
Hello everyone,

FYI: E2E Happy path tests PR check of Eclipse Che / Che-Theia repo is sometimes failing on start Eclipse Che or start test workspace steps because of recently added DockerHub pull rate limit: issues https://github.com/eclipse/che/issues/18353, https://github.com/eclipse/che/issues/18380
   * Che QE team is investigating the problem
   * Problem recognized by the following error messages in Jenkins job console log:
------ issue https://github.com/eclipse/che/issues/18353 ----------------------------------------
08:25:16 [03:25:14] → Failed to download image, reason: ImagePullBackOff, message: Back-off pulling image "centos/postgresql-96-centos7:9.6".
08:25:16  ›   Error: Error: Failed to download image, reason: ImagePullBackOff, message:
08:25:16  ›    Back-off pulling image "centos/postgresql-96-centos7:9.6".
08:25:16  ›   Installation failed. Error log: /home/hudson/.cache/chectl/error.log.
08:25:16  ›   Eclipse Che logs: /tmp/chectl-logs/1605169464360
=================================================================

------ issue https://github.com/eclipse/che/issues/18380 -----------------------------------------
    ✓ Open workspace (4625ms)
          ▼ Ide.waitAndSwitchToIdeFrame
          ▼ Ide.waitPreloaderVisible
    1) Wait for workspace readiness


  1 passing (6m)
  1 failing

  1) Validation of workspace start
       Wait for workspace readiness:
     TimeoutError: Exceeded maximum visibility checkings attempts for 'By(css selector, .theia-preload)' element, timeouted after 360000
      at DriverHelper.waitVisibility (/tmp/e2e/utils/DriverHelper.ts:146:15)
      at <anonymous>
      at process._tickCallback (internal/process/next_tick.js:188:7)
==================================================================

--
With best regards,
Dmytro Nochevnov
Senior Software Quality Engineer
CodeReady Workspaces QE team
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/che-dev


--

Sergii Kabashniuk

Principal Software Engineer, DevTools 

Red Hat

skabashniuk@xxxxxxxxxx    


Back to the top