Skip to content

chore(bbb-web): Upgrade Grails to 6.1 (port from 2.7) #8092

chore(bbb-web): Upgrade Grails to 6.1 (port from 2.7)

chore(bbb-web): Upgrade Grails to 6.1 (port from 2.7) #8092

Triggered via pull request January 22, 2024 20:41
Status Failure
Total duration 34m 55s
Artifacts 18

automated-tests.yml

on: pull_request
Matrix: build-package
Matrix: install-and-run-tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 2 warnings, and 10 notices
[Chromium] › user/user.spec.js:111:9 › User › Manage › Guest policy › ASK_MODERATOR @ci › Deny Everyone: bigbluebutton-tests/playwright/core/page.js#L142
1) [Chromium] › user/user.spec.js:111:9 › User › Manage › Guest policy › ASK_MODERATOR @ci › Deny Everyone TimeoutError: page.waitForSelector: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('button[data-test="askModerator"]') to be visible ============================================================ at core/page.js:142 140 | 141 | async waitForSelector(selector, timeout = ELEMENT_WAIT_TIME) { > 142 | await this.page.waitForSelector(selector, { timeout }); | ^ 143 | } 144 | 145 | async waitForSelectorDetached(selector, timeout = ELEMENT_WAIT_TIME) { at Page.waitForSelector (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:142:21) at Page.waitAndClick (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:176:16) at setGuestPolicyOption (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/user/util.js:17:14) at GuestPolicy.denyEveryone (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/user/guestPolicy.js:40:5) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/user/user.spec.js:114:11
[Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci: bigbluebutton-tests/playwright/core/page.js#L221
1) [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci Error: Timed out 10000ms waiting for expect(received).toContainText(expected) Expected string: "Active" Received string: "" Call log: - expect.toContainText with timeout 10000ms - waiting for locator('span[data-test="meetingStatusActiveDashboard"]').first() at core/page.js:221 219 | async hasText(selector, text, timeout = ELEMENT_WAIT_TIME) { 220 | const locator = this.getLocator(selector).first(); > 221 | await expect(locator).toContainText(text, { timeout }); | ^ 222 | } 223 | 224 | async haveTitle(title) { at Page.hasText (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:221:27) at LearningDashboard.basicInfos (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.js:121:30) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.spec.js:30:29
[Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci: bigbluebutton-tests/playwright/core/page.js#L221
1) [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(received).toContainText(expected) Expected string: "Active" Received string: "" Call log: - expect.toContainText with timeout 10000ms - waiting for locator('span[data-test="meetingStatusActiveDashboard"]').first() at core/page.js:221 219 | async hasText(selector, text, timeout = ELEMENT_WAIT_TIME) { 220 | const locator = this.getLocator(selector).first(); > 221 | await expect(locator).toContainText(text, { timeout }); | ^ 222 | } 223 | 224 | async haveTitle(title) { at Page.hasText (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:221:27) at LearningDashboard.basicInfos (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.js:121:30) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.spec.js:30:29
[Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci: bigbluebutton-tests/playwright/core/page.js#L221
1) [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci Error: Timed out 10000ms waiting for expect(received).toContainText(expected) Expected string: "Active" Received string: "" Call log: - expect.toContainText with timeout 10000ms - waiting for locator('span[data-test="meetingStatusActiveDashboard"]').first() at core/page.js:221 219 | async hasText(selector, text, timeout = ELEMENT_WAIT_TIME) { 220 | const locator = this.getLocator(selector).first(); > 221 | await expect(locator).toContainText(text, { timeout }); | ^ 222 | } 223 | 224 | async haveTitle(title) { at Page.hasText (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:221:27) at LearningDashboard.basicInfos (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.js:121:30) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.spec.js:30:29
[Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci: bigbluebutton-tests/playwright/core/page.js#L221
1) [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(received).toContainText(expected) Expected string: "Active" Received string: "" Call log: - expect.toContainText with timeout 10000ms - waiting for locator('span[data-test="meetingStatusActiveDashboard"]').first() at core/page.js:221 219 | async hasText(selector, text, timeout = ELEMENT_WAIT_TIME) { 220 | const locator = this.getLocator(selector).first(); > 221 | await expect(locator).toContainText(text, { timeout }); | ^ 222 | } 223 | 224 | async haveTitle(title) { at Page.hasText (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:221:27) at LearningDashboard.basicInfos (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.js:121:30) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.spec.js:30:29
[Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci: bigbluebutton-tests/playwright/core/page.js#L221
1) [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci Error: Timed out 10000ms waiting for expect(received).toContainText(expected) Expected string: "Active" Received string: "" Call log: - expect.toContainText with timeout 10000ms - waiting for locator('span[data-test="meetingStatusActiveDashboard"]').first() at core/page.js:221 219 | async hasText(selector, text, timeout = ELEMENT_WAIT_TIME) { 220 | const locator = this.getLocator(selector).first(); > 221 | await expect(locator).toContainText(text, { timeout }); | ^ 222 | } 223 | 224 | async haveTitle(title) { at Page.hasText (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:221:27) at LearningDashboard.basicInfos (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.js:121:30) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.spec.js:30:29
[Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci: bigbluebutton-tests/playwright/core/page.js#L221
1) [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(received).toContainText(expected) Expected string: "Active" Received string: "" Call log: - expect.toContainText with timeout 10000ms - waiting for locator('span[data-test="meetingStatusActiveDashboard"]').first() at core/page.js:221 219 | async hasText(selector, text, timeout = ELEMENT_WAIT_TIME) { 220 | const locator = this.getLocator(selector).first(); > 221 | await expect(locator).toContainText(text, { timeout }); | ^ 222 | } 223 | 224 | async haveTitle(title) { at Page.hasText (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:221:27) at LearningDashboard.basicInfos (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.js:121:30) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/learningdashboard/learningdashboard.spec.js:30:29
install-and-run-tests (2/8)
Final attempt failed. Child_process exited with error code 1
🎭 Playwright Run Summary
16 passed (1.7m)
🎭 Playwright Run Summary
15 passed (2.1m)
🎭 Playwright Run Summary
17 passed (1.6m)
🎭 Playwright Run Summary
15 passed (4.8m)
🎭 Playwright Run Summary
16 passed (5.2m)
🎭 Playwright Run Summary
1 flaky [Chromium] › user/user.spec.js:111:9 › User › Manage › Guest policy › ASK_MODERATOR @ci › Deny Everyone 15 passed (4.6m)
🎭 Playwright Run Summary
16 passed (4.5m)
🎭 Playwright Run Summary
1 failed [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci 15 passed (4.4m)
🎭 Playwright Run Summary
1 failed [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci 15 passed (4.2m)
🎭 Playwright Run Summary
1 failed [Chromium] › learningdashboard/learningdashboard.spec.js:29:3 › Learning Dashboard › Basic Infos @ci 15 passed (4.3m)
install-and-run-tests (2/8)
Attempt 1 failed. Reason: Child_process exited with error code 1
install-and-run-tests (2/8)
Attempt 2 failed. Reason: Child_process exited with error code 1

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
102 MB
artifacts_bbb-apps-akka.tar Expired
65.2 MB
artifacts_bbb-config.tar Expired
100 KB
artifacts_bbb-etherpad.tar Expired
47.8 MB
artifacts_bbb-export-annotations.tar Expired
2.59 MB
artifacts_bbb-freeswitch.tar Expired
241 MB
artifacts_bbb-fsesl-akka.tar Expired
56.4 MB
artifacts_bbb-graphql-server.tar Expired
66.7 MB
artifacts_bbb-html5.tar Expired
126 MB
artifacts_bbb-learning-dashboard.tar Expired
1.08 MB
artifacts_bbb-playback-record.tar Expired
13.1 MB
artifacts_bbb-web.tar Expired
193 MB
artifacts_bbb-webrtc.tar Expired
19.8 MB
artifacts_others.tar Expired
34.8 MB
bbb-configs-2_8 Expired
47.8 KB
bbb-logs-2_8 Expired
1.38 MB
pr-comment-data Expired
17 Bytes
tests-report Expired
81.7 MB