Skip to content

GitHub Actions: update systemsmanagement:Agama:Staging in OBS #5377

GitHub Actions: update systemsmanagement:Agama:Staging in OBS

GitHub Actions: update systemsmanagement:Agama:Staging in OBS #5377

Triggered via pull request June 8, 2023 13:03
@lslezaklslezak
synchronize #606
obs_sync
Status Failure
Total duration 12m 2s
Artifacts 1

ci.yml

on: pull_request
Matrix: backend_tests
Matrix: frontend_build
Matrix: backend_doc
Matrix: backend_linter
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 1 notice
[chromium] › main_page.spec.ts:14:7 › The main page › has the Install button: tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('button', { name: 'Install', exact: true }) - waiting for getByRole('button', { name: 'Install', exact: true }) 13 | 14 | test('has the Install button', async ({ page }) => { > 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible(); | ^ 16 | }); 17 | }) 18 | at /checkout/playwright/tests/main_page.spec.ts:15:78
[chromium] › main_page.spec.ts:14:7 › The main page › has the Install button: tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('button', { name: 'Install', exact: true }) - waiting for getByRole('button', { name: 'Install', exact: true }) 13 | 14 | test('has the Install button', async ({ page }) => { > 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible(); | ^ 16 | }); 17 | }) 18 | at /checkout/playwright/tests/main_page.spec.ts:15:78
[chromium] › main_page.spec.ts:14:7 › The main page › has the Install button: tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('button', { name: 'Install', exact: true }) - waiting for getByRole('button', { name: 'Install', exact: true }) 13 | 14 | test('has the Install button', async ({ page }) => { > 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible(); | ^ 16 | }); 17 | }) 18 | at /checkout/playwright/tests/main_page.spec.ts:15:78
[chromium] › root_password.spec.ts:9:7 › The user section › can set the root password: tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ───────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('None authentication method defined for root user') - waiting for getByText('None authentication method defined for root user') 11 | 12 | // initial expectation - the root password is not configured yet > 13 | await expect(page.getByText("None authentication method defined for root user")).toBeVisible(); | ^ 14 | 15 | // click the "Users" header 16 | await page.locator("a[href='#/users']").click(); at /checkout/playwright/tests/root_password.spec.ts:13:86
[chromium] › root_password.spec.ts:9:7 › The user section › can set the root password: tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('None authentication method defined for root user') - waiting for getByText('None authentication method defined for root user') 11 | 12 | // initial expectation - the root password is not configured yet > 13 | await expect(page.getByText("None authentication method defined for root user")).toBeVisible(); | ^ 14 | 15 | // click the "Users" header 16 | await page.locator("a[href='#/users']").click(); at /checkout/playwright/tests/root_password.spec.ts:13:86
[chromium] › root_password.spec.ts:9:7 › The user section › can set the root password: tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('None authentication method defined for root user') - waiting for getByText('None authentication method defined for root user') 11 | 12 | // initial expectation - the root password is not configured yet > 13 | await expect(page.getByText("None authentication method defined for root user")).toBeVisible(); | ^ 14 | 15 | // click the "Users" header 16 | await page.locator("a[href='#/users']").click(); at /checkout/playwright/tests/root_password.spec.ts:13:86
[chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system: tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ────────────── AggregateError: All promises were rejected
[chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system: tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── AggregateError: All promises were rejected
[chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system: tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── AggregateError: All promises were rejected
integration-tests (tumbleweed)
Process completed with exit code 1.
🎭 Playwright Run Summary
3 failed [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ─────────────────── [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ────────── [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ─────────────── 1 passed (2.4m)
Slow Test: [chromium] › take_screenshots.spec.ts#L1
[chromium] › take_screenshots.spec.ts took 1.6m
Slow Test: [chromium] › main_page.spec.ts#L1
[chromium] › main_page.spec.ts took 23.3s
Slow Test: [chromium] › root_password.spec.ts#L1
[chromium] › root_password.spec.ts took 20.5s

Artifacts

Produced during runtime
Name Size
test-results Expired
4.34 MB