Skip to content

update

0eadad8
Select commit
Loading
Failed to load commit list.
Open

Extend advanced search to GPT Lab solutions, ref #293751 #187

update
0eadad8
Select commit
Loading
Failed to load commit list.
Jenkins - ci.eionet.europa.eu / Jenkins failed Jan 8, 2026 in 4m 55s

Testing/Volto 17/Integration tests: warning in 'junit' step

Testing / Volto 17 / Volto 17 / Integration tests / Shell Script

Error in sh step, with arguments timeout -s 9 1800 docker exec --workdir=/app/src/addons/${GIT_NAME} $IMAGE_NAME-cypress make cypress-ci.

script returned exit code 2
Build log
+ timeout -s 9 1800 docker exec --workdir=/app/src/addons/volto-searchlib jenkins-volto-addons-volto-searchlib-pr-187-6-cypress make cypress-ci
It looks like this is your first time using Cypress: 13.1.0

[STARTED] Task without title.
[TITLE]  Verified Cypress!       /home/node/.cache/Cypress/13.1.0/Cypress
[SUCCESS]  Verified Cypress!       /home/node/.cache/Cypress/13.1.0/Cypress

Opening Cypress...

DevTools listening on ws://127.0.0.1:38661/devtools/browser/63fe12ec-8cfd-41c5-921f-ff6651ba8ad5
[624:0108/003108.254216:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
Couldn't determine Mocha version

tput: No value for $TERM and no -T specified
================================================================================

  (Run Starting)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Cypress:        13.1.0                                                                         │
  │ Browser:        Chromium 120 (headless)                                                        │
  │ Node Version:   v18.20.8 (/usr/local/bin/node)                                                 │
  │ Specs:          1 found (01-block-basics.cy.js)                                                │
  │ Searched:       cypress/e2e/**/*.cy.{js,jsx,ts,tsx}                                            │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────
                                                                                                    
  Running:  01-block-basics.cy.js                                                           (1 of 1)
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="35.752" tests="1" failures="1">
  <testsuite name="" timestamp="2026-01-08T00:31:12" tests="0" file="cypress/e2e/01-block-basics.cy.js" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Root Suite.Blocks Tests" timestamp="2026-01-08T00:31:12" tests="1" time="35.659" failures="1">
    <testcase name="Add Block: Empty" time="10.552" classname="Blocks Tests">
      <failure message="Timed out retrying after 8938ms: `cy.click()` failed because this element:

`&lt;div role=&quot;textbox&quot; aria-multiline=&quot;false&quot; data-slate-editor=&quot;true&quot; data-slate-node=&quot;value&quot; contenteditable=&quot;true&quot; zindex=&quot;-1&quot; style=&quot;position: relative; white-space: pre-wrap; overflow-wrap: break-word;&quot;&gt;...&lt;/div&gt;`

is being covered by another element:

`&lt;iframe style=&quot;position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; border: none; z-index: 2147483647;&quot;&gt;&lt;/iframe&gt;`

Fix this problem, or use {force: true} to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with" type="CypressError"><![CDATA[CypressError: Timed out retrying after 8938ms: `cy.click()` failed because this element:

`<div role="textbox" aria-multiline="false" data-slate-editor="true" data-slate-node="value" contenteditable="true" zindex="-1" style="position: relative; white-space: pre-wrap; overflow-wrap: break-word;">...</div>`

is being covered by another element:

`<iframe style="position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; border: none; z-index: 2147483647;"></iframe>`

Fix this problem, or use {force: true} to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
    at ensureIsDescendent (http://localhost:3000/__cypress/runner/cypress_runner.js:111877:68)
    at ensureDescendents (http://localhost:3000/__cypress/runner/cypress_runner.js:111928:5)
    at ensureDescendentsAndScroll (http://localhost:3000/__cypress/runner/cypress_runner.js:111934:14)
    at ensureElIsNotCovered (http://localhost:3000/__cypress/runner/cypress_runner.js:112065:5)
    at runAllChecks (http://localhost:3000/__cypress/runner/cypress_runner.js:112245:52)
    at retryActionability (http://localhost:3000/__cypress/runner/cypress_runner.js:112282:16)
    at tryCatcher (http://localhost:3000/__cypress/runner/cypress_runner.js:1807:23)
    at Promise.attempt.Promise.try (http://localhost:3000/__cypress/runner/cypress_runner.js:4315:29)
    at whenStable (http://localhost:3000/__cypress/runner/cypress_runner.js:144073:68)
    at <unknown> (http://localhost:3000/__cypress/runner/cypress_runner.js:144014:14)
    at tryCatcher (http://localhost:3000/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:3000/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:3000/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:3000/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:3000/__cypress/runner/cypress_runner.js:1701:18)
    at Promise._fulfill (http://localhost:3000/__cypress/runner/cypress_runner.js:1645:18)
    at <unknown> (http://localhost:3000/__cypress/runner/cypress_runner.js:5450:46)
From Your Spec Code:
    at Context.eval (webpack://@eeacms/volto-searchlib/./cypress/support/commands.js:402:5)]]></failure>
    </testcase>
  </testsuite>
</testsuites>

  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  3                                                                                │
  │ Video:        false                                                                            │
  │ Duration:     35 seconds                                                                       │
  │ Spec Ran:     01-block-basics.cy.js                                                            │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  /app/src/addons/volto-searchlib/cypress/screenshots/01-block-basics.cy.js/Blocks     (1280x599)
      Tests -- Add Block Empty (failed).png                                                         
  -  /app/src/addons/volto-searchlib/cypress/screenshots/01-block-basics.cy.js/Blocks     (1280x599)
      Tests -- Add Block Empty (failed) (attempt 2).png                                             
  -  /app/src/addons/volto-searchlib/cypress/screenshots/01-block-basics.cy.js/Blocks     (1280x599)
      Tests -- Add Block Empty (failed) (attempt 3).png                                             


================================================================================

  (Run Finished)
tput: No value for $TERM and no -T specified


       Spec                                              Tests  Passing  Failing  Pending  Skipped  
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✖  01-block-basics.cy.js                    00:35        1        -        1        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✖  1 of 1 failed (100%)                     00:35        1        -        1        -        -  

make: *** [Makefile:168: cypress-ci] Error 1

Testing / Volto 17 / Volto 17 / Integration tests / Archive JUnit-formatted test results

Warning in junit step.

1 tests failed

Details

  • Declarative: Checkout SCM (6.8 sec)
    • Declarative: Tool Install (2.4 sec)
      • Release (2.2 sec)
      • Check if testing needed (2.3 sec)
      • Testing (4 min 27 sec)
        • Volto 17 (22 ms)
          • Volto 17 (4 min 19 sec)
            • Build test image (33 sec)
            • Fix code (2.4 sec)
            • ES lint (10 sec)
            • Style lint (4.6 sec)
            • Prettier (5.9 sec)
            • Unit tests (27 sec)
            • Integration tests (2 min 30 sec)
              Error: script returned exit code 2 - logs
              Unstable: 1 tests failed - logs
            • Report to SonarQube (2.1 sec)
        • Volto 16 (23 sec)
          • Volto 16 (18 sec)
            • Build test image (2.3 sec)
            • Unit tests Volto 16 (2.3 sec)
            • Integration tests Volto 16 (2.1 sec)
      • SonarQube compare to master (2.3 sec)
      • Pull Request (2.5 sec)
      • Declarative: Post Actions (2.4 sec)