Skip to content

Merge branch 'bigbluebutton:v4.0.x-release' into v4.0.x-release #24

Merge branch 'bigbluebutton:v4.0.x-release' into v4.0.x-release

Merge branch 'bigbluebutton:v4.0.x-release' into v4.0.x-release #24

Triggered via push May 12, 2026 10:37
Status Failure
Total duration 1h 12m 59s
Artifacts 17
bbb-libreoffice-image
36s
bbb-libreoffice-image
Matrix: build-package
unify-artifacts
3m 0s
unify-artifacts
Matrix: install-and-run-bbb-tests
install-and-run-plugin-tests
6m 40s
install-and-run-plugin-tests
push-debs-to-package-repo
25s
push-debs-to-package-repo
publish-report
38s
publish-report
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
push-debs-to-package-repo
Process completed with exit code 1.
install-and-run-plugin-tests
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/bigbluebutton/bigbluebutton/./bigbluebutton-tests/bigbluebutton-html-plugin-sdk'. No such file or directory
install-and-run-plugin-tests
Process completed with exit code 8.
install-and-run-bbb-tests (6)
Process completed with exit code 1.
[Chromium] › presentation/presentation.spec.ts › Presentation › Manage › Send presentation in the current state (with annotations) to chat for downloading
[Chromium] › presentation/presentation.spec.ts › Presentation › Manage › Send presentation in the current state (with annotations) to chat for downloading Error: download.path: canceled at Page.handleDownload (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.ts:158:37) at Presentation.sendPresentationToDownload (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.ts:461:5) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.ts:162:7
[Chromium] › presentation/presentation.spec.ts › Presentation › Zoom In
[Chromium] › presentation/presentation.spec.ts › Presentation › Zoom In, Zoom Out, Reset Zoom Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('div[data-testid="canvas"]') 48434 pixels (ratio 0.09 of all image pixels) are different. Snapshot: moderator1-zoom125.png Call log: - Expect "toHaveScreenshot(moderator1-zoom125.png)" with timeout 10000ms - verifying given screenshot expectation - waiting for locator('div[data-testid="canvas"]') - locator resolved to <div draggable="false" class="tl-canvas" data-testid="canvas">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 48434 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('div[data-testid="canvas"]') - locator resolved to <div draggable="false" class="tl-canvas" data-testid="canvas">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 48434 pixels (ratio 0.09 of all image pixels) are different. at Presentation.zoom (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.ts:631:25) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.ts:73:5
[Chromium] › presentation/presentation.spec.ts › Presentation › Share Camera As Content
[Chromium] › presentation/presentation.spec.ts › Presentation › Share Camera As Content Error: should display the same screenshot as taken before expect(locator).toHaveScreenshot(expected) failed Locator: locator('video[id="screenshareVideo"]') 452196 pixels (ratio 0.74 of all image pixels) are different. Snapshot: moderator-share-camera-as-content.png Call log: - should display the same screenshot as taken before with timeout 10000ms - verifying given screenshot expectation - waiting for locator('video[id="screenshareVideo"]') - locator resolved to <video playsinline="" id="screenshareVideo" class="sc-fDinKg dDDEVA"></video> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 452196 pixels (ratio 0.74 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('video[id="screenshareVideo"]') - locator resolved to <video playsinline="" id="screenshareVideo" class="sc-fDinKg dDDEVA"></video> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 452196 pixels (ratio 0.74 of all image pixels) are different. at Presentation.shareCameraAsContent (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.ts:61:93) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.ts:29:7
install-and-run-bbb-tests (1)
Process completed with exit code 1.
[Chromium] › breakout/breakout.spec.ts › Breakout › After creating › Export breakout room whiteboard annotations
[Chromium] › breakout/breakout.spec.ts › Breakout › After creating › Export breakout room whiteboard annotations Error: expect(locator).toHaveText(expected) failed Locator: locator('div[data-test="presentationName"]').nth(1) Expected pattern: /Whiteboard/ Timeout: 30000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 30000ms - waiting for locator('div[data-test="presentationName"]').nth(1) at Join.exportBreakoutWhiteboard (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/breakout/join.ts:505:33) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/breakout/breakout.spec.ts:152:7
install-and-run-bbb-tests (8)
The action has timed out.
push-debs-to-package-repo
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
install-and-run-plugin-tests
No files were found with the provided path: bigbluebutton-tests/bigbluebutton-html-plugin-sdk/playwright-report. No artifacts will be uploaded.
[Chromium] › presentation/presentation.spec.ts › Presentation › Manage › Send presentation in the current state (with annotations) to chat for downloading
Flaky (attempt #1) ──────────────────────────────────────────────────────────── [Chromium] › presentation/presentation.spec.ts › Presentation › Manage › Send presentation in the current state (with annotations) to chat for downloading Error: download.path: canceled at Page.handleDownload (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.ts:158:37) at Presentation.sendPresentationToDownload (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.ts:461:5) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.ts:162:7
[Chromium] › presentation/presentation.spec.ts › Presentation › Zoom In
Flaky (attempt #1) ──────────────────────────────────────────────────────────── [Chromium] › presentation/presentation.spec.ts › Presentation › Zoom In, Zoom Out, Reset Zoom Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('div[data-testid="canvas"]') 48434 pixels (ratio 0.09 of all image pixels) are different. Snapshot: moderator1-zoom125.png Call log: - Expect "toHaveScreenshot(moderator1-zoom125.png)" with timeout 10000ms - verifying given screenshot expectation - waiting for locator('div[data-testid="canvas"]') - locator resolved to <div draggable="false" class="tl-canvas" data-testid="canvas">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 48434 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('div[data-testid="canvas"]') - locator resolved to <div draggable="false" class="tl-canvas" data-testid="canvas">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 48434 pixels (ratio 0.09 of all image pixels) are different. at Presentation.zoom (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.ts:631:25) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.ts:73:5
[Chromium] › presentation/presentation.spec.ts › Presentation › Share Camera As Content
Flaky (attempt #1) ──────────────────────────────────────────────────────────── [Chromium] › presentation/presentation.spec.ts › Presentation › Share Camera As Content Error: should display the same screenshot as taken before expect(locator).toHaveScreenshot(expected) failed Locator: locator('video[id="screenshareVideo"]') 452196 pixels (ratio 0.74 of all image pixels) are different. Snapshot: moderator-share-camera-as-content.png Call log: - should display the same screenshot as taken before with timeout 10000ms - verifying given screenshot expectation - waiting for locator('video[id="screenshareVideo"]') - locator resolved to <video playsinline="" id="screenshareVideo" class="sc-fDinKg dDDEVA"></video> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 452196 pixels (ratio 0.74 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('video[id="screenshareVideo"]') - locator resolved to <video playsinline="" id="screenshareVideo" class="sc-fDinKg dDDEVA"></video> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 452196 pixels (ratio 0.74 of all image pixels) are different. at Presentation.shareCameraAsContent (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.ts:61:93) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.ts:29:7
[Chromium] › breakout/breakout.spec.ts › Breakout › After creating › Export breakout room whiteboard annotations
Flaky (attempt #1) ──────────────────────────────────────────────────────────── [Chromium] › breakout/breakout.spec.ts › Breakout › After creating › Export breakout room whiteboard annotations Error: expect(locator).toHaveText(expected) failed Locator: locator('div[data-test="presentationName"]').nth(1) Expected pattern: /Whiteboard/ Timeout: 30000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 30000ms - waiting for locator('div[data-test="presentationName"]').nth(1) at Join.exportBreakoutWhiteboard (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/breakout/join.ts:505:33) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/breakout/breakout.spec.ts:152:7
[Chromium] › breakout/breakout.spec.ts › Breakout › Creating › Drag and drop user in a room
Flaky (attempt #1) ──────────────────────────────────────────────────────────── [Chromium] › breakout/breakout.spec.ts › Breakout › Creating › Drag and drop user in a room Error: jsHandle.jsonValue: Target page, context or browser has been closed at map (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/helpers.ts:161:62) at sanitizeLog (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/helpers.ts:161:45) at Page.<anonymous> (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/helpers.ts:261:36)
install-and-run-bbb-tests (8)
No files were found with the provided path: ./bbb-logs.tar.gz. No artifacts will be uploaded.
install-and-run-bbb-tests (8)
No files were found with the provided path: configs. No artifacts will be uploaded.
install-and-run-bbb-tests (8)
No files were found with the provided path: bigbluebutton-tests/playwright/logs. No artifacts will be uploaded.
install-and-run-bbb-tests (8)
No files were found with the provided path: bigbluebutton-tests/playwright/playwright-report. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size Digest
all-bbb-artifacts
919 MB
sha256:01bc6a6ad93f11ef2602bc7849e63cb879b3af5871b919efad242e6e7bbffcfb
bbb-configs-1_8
14.2 KB
sha256:5aa4e3f4fdbf41797bac67704ba601b4262b14853fca4935381f2bb848d28619
bbb-configs-6_8
14.2 KB
sha256:5ce2bb410d5b5f3c96408d74eed288cbe1f5dc76cf7dc16a4a5c7cca8d899da1
bbb-configs-plugins
14.2 KB
sha256:067821176729611144c8d4c0aa493ca87e7447ed4accc65a2915e024b40edd60
bbb-logs-1_8
7.07 MB
sha256:c02779aa42ea49388262827a22e3f7b2cf702f08ac52a7951c7f0641eda70de7
bbb-logs-6_8
4.84 MB
sha256:6e1e82e2c9af4f44e4b70c3becfbf7c8b235f4630816f5015a0c110c4a98a299
bbb-logs-plugins
215 KB
sha256:9294c8a102afc7382facab2c6400bcede1e389f79f4d76d840b38a97e5dc5c37
browser-logs-1
35.4 KB
sha256:7698ab6cf9581dd7383ac979c4d87a09651c0fefa5614b6f132a9c3ffdc1acfe
browser-logs-2
20.8 KB
sha256:1ed27f97f105179e9b8a6abd995ba1ec16b6f501a4b857d5c7d6615dd63a5894
browser-logs-3
17 KB
sha256:0b5404505813a4dbff2d3f1dd20dd1b4d3d91851d6be4e0782523f909354861f
browser-logs-4
8.43 KB
sha256:5e4c3623424cb594e128929b6a4874e9c9ed2d939e6be0a876558d00f164ee6a
browser-logs-5
9.71 KB
sha256:7e12675c08517d02eabe3e2f3cca5d41debba407642dff4313773ef0cc33818e
browser-logs-6
26.9 KB
sha256:f4f4a73dfda313cdf7573fd50ceadb6aa4af1f57d78fd3986df42529a36a7d24
browser-logs-7
20.9 KB
sha256:b91a9902d1d90c68a80e8d3244422260fb30ce5036eda3c6502e76d6f1794697
test-report_shard-1
69.9 MB
sha256:4aff108c5c6a8d61033d8aecf536fa9e0a51d82eb0f57cd81d8f0361497719a9
test-report_shard-6
52 MB
sha256:bdbb4a135e05c4b0e42301ad9e21b8ac2409120962936f357f5dca1003031028
tests-report
121 MB
sha256:affa0dc0b57d25cc0731fa1a5c0f9186ecce0774c984282d6a65e61b57aa0156