Skip to content

Stencil Nightly Build #790

Stencil Nightly Build

Stencil Nightly Build #790

Triggered via schedule November 19, 2025 06:05
Status Failure
Total duration 10m 23s
Artifacts 27

stencil-nightly.yml

on: schedule
build-core-with-stencil-nightly
1m 9s
build-core-with-stencil-nightly
build-react
45s
build-react
build-vue
36s
build-vue
Matrix: test-core-screenshot
test-core-clean-build
14s
test-core-clean-build
test-core-lint
45s
test-core-lint
test-core-spec
50s
test-core-spec
build-angular
59s
build-angular
build-angular-server
37s
build-angular-server
build-react-router
33s
build-react-router
build-vue-router
36s
build-vue-router
verify-screenshots
3s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
4s
verify-test-angular-e2e
verify-test-react-e2e
3s
verify-test-react-e2e
verify-test-react-router-e2e
2s
verify-test-react-router-e2e
verify-test-vue-e2e
3s
verify-test-vue-e2e
send-success-messages
3s
send-success-messages
send-failure-messages
3s
send-failure-messages
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 notices
test-core-screenshot (11, 20)
Process completed with exit code 1.
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load: src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load Error: expect(received).toContain(expected) // indexOf Expected substring: "#/child/1" Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light" 7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config); 8 | > 9 | expect(page.url()).toContain('#/child/1'); | ^ 10 | }); 11 | }); 12 | }); at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
verify-screenshots
Process completed with exit code 1.
🎭 Playwright Run Summary
216 skipped 257 passed (2.4m)
🎭 Playwright Run Summary
1 skipped 536 passed (3.2m)
🎭 Playwright Run Summary
534 passed (3.1m)
🎭 Playwright Run Summary
1 skipped 534 passed (3.2m)
🎭 Playwright Run Summary
4 skipped 510 passed (3.4m)
🎭 Playwright Run Summary
212 skipped 313 passed (3.6m)
🎭 Playwright Run Summary
1 failed [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group 4 skipped 514 passed (4.0m)
🎭 Playwright Run Summary
648 passed (4.3m)
🎭 Playwright Run Summary
14 skipped 399 passed (5.0m)
🎭 Playwright Run Summary
5 skipped 512 passed (5.1m)
🎭 Playwright Run Summary
10 skipped 503 passed (5.2m)
🎭 Playwright Run Summary
1 skipped 538 passed (6.4m)
🎭 Playwright Run Summary
4 skipped 535 passed (6.5m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load 10 skipped 526 passed (6.7m)
🎭 Playwright Run Summary
1 skipped 528 passed (6.9m)
🎭 Playwright Run Summary
14 skipped 497 passed (7.0m)
🎭 Playwright Run Summary
5 skipped 573 passed (7.3m)
🎭 Playwright Run Summary
5 skipped 519 passed (7.3m)
🎭 Playwright Run Summary
2 skipped 516 passed (7.4m)
🎭 Playwright Run Summary
7 skipped 508 passed (8.0m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
667 KB
sha256:385f98c50956cd3dfe28c4bd8dd096f397ba2181b0d02e665aa2f808ac103ae5
ionic-angular-server Expired
8.55 KB
sha256:ec2ea03161e59210ffe7e200ba15b0cf0d036c389a438471712f41d29a0af071
ionic-core Expired
4.67 MB
sha256:b3cc915f3b79b7c2d3638838b4f98177cb039eb06b5f3c886890955f53a24478
ionic-react Expired
211 KB
sha256:652ca0b250ac614f63d31ba13f3a2c7ff51d54ea68127a04b2bb2d6cc1e7314b
ionic-react-router Expired
27.9 KB
sha256:63535e27d2aa43bba9dc21edcc588216b3beff7b341bb7b97446ffc90cc7108d
ionic-vue Expired
233 KB
sha256:850a1fdbcccbf0650cc1f28ac65614bce80061ca15b853de450ac95cddacda31
ionic-vue-router Expired
17.1 KB
sha256:4efcba3508c7210ec2a9341ddfcb0d909789491c571305c615ac1c4fa6339362
test-results-1-20 Expired
441 KB
sha256:75dce0acb47d4e8455eb5fbe0cffc8c5e5255796292f145ae00d585d76e3d7e7
test-results-10-20 Expired
460 KB
sha256:4ed60d628ebac95e0d71a74236920ab55dd3382f590293ebfc48bb31a8a2ec68
test-results-11-20 Expired
1.99 MB
sha256:a6ba8609299fa65c3c8952149b48627b8319c2f505802949669ce3168000d8b0
test-results-12-20 Expired
443 KB
sha256:72227e7256c10b0f3f948ed93051b9e69889a86c283dc89f54d9e298530bb554
test-results-13-20 Expired
451 KB
sha256:c2178b883f3b0d5ba03e3cbb00d03d73197973bbf28a15e7cfebaf0ddabc8f3a
test-results-14-20 Expired
405 KB
sha256:315d50f5402322179dafe31bd52a35894be3dbafbd64157c2a20f29f3f770b43
test-results-15-20 Expired
431 KB
sha256:81d4169f221b1d627e0e40b0fd0f175019203bd22513988b287bd928d6630666
test-results-16-20 Expired
427 KB
sha256:449a02415292ae5a81ce68df38625f7d0f71ab15b332b4abd5ceebd2e03992dd
test-results-17-20 Expired
531 KB
sha256:ef899a52a9d693763d37b61362291057a726f03cc1347237a6d89a1b1dae6f55
test-results-18-20 Expired
1.25 MB
sha256:2109cb8964f1ad0e0fa882f796f698dff3281341bb888a594a7ef02407f56467
test-results-19-20 Expired
397 KB
sha256:feb4869af160cbef972df0192203cca51dbd978b81dbb27fcfba16ee207fb85f
test-results-2-20 Expired
471 KB
sha256:b79858a7c20c97456e786eaea20571518260034f1577f454ed8d3b3f25c3a3f4
test-results-20-20 Expired
360 KB
sha256:063cad9233a8128f3cf1cc35f890b699c3438252e20a3e82efd9240d430d19b8
test-results-3-20 Expired
431 KB
sha256:677e93f834138b42b513e0d27ccdcdf1f31f3ceb46b0c35ac86376a300a59672
test-results-4-20 Expired
521 KB
sha256:940697a9392ed4cb68b2acc429aa199561d80c6715e36f542c3b957628487eda
test-results-5-20 Expired
456 KB
sha256:73850663090a961747e04525789a9b1339b97f3a9783f863f8017e42bebdf264
test-results-6-20 Expired
447 KB
sha256:8308b08f92d4fe070806618279b96da50ac104c6046977dcd4c2caba9dbc8d73
test-results-7-20 Expired
351 KB
sha256:192b523b630acc8643d5f0cc40bebf027d4e93172fcb258402fdf495265c4e1d
test-results-8-20 Expired
428 KB
sha256:aed0b8719ac2f0a27ea6be474cffd1e42b461f5364fbe3ea52b3dffe0e7c8a4b
test-results-9-20 Expired
436 KB
sha256:475fdb7d08e0769084c6cfc94514467673a71cc3478dca29b8fd6c3805814d0b