Skip to content

Optimize class_attribute_list for binary classes #9782

Optimize class_attribute_list for binary classes

Optimize class_attribute_list for binary classes #9782

Triggered via pull request May 31, 2026 18:30
Status Failure
Total duration 5m 41s
Artifacts 8

ci.yml

on: pull_request
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
Matrix: coverage report
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 29 warnings, and 1 notice
mix test (OTP 28.1 | Elixir 1.19.1)
Process completed with exit code 1.
[webkit] › tests/navigation.spec.js:294:1 › scrolls hash el into view after live navigation (issue #3452): test/e2e/tests/navigation.spec.js#L307
1) [webkit] › tests/navigation.spec.js:294:1 › scrolls hash el into view after live navigation (issue #3452) Error: expect(received).not.toBe(expected) // Object.is equality Expected: not 0 305 | const offset = 306 | (await page.locator("#items-item-42").evaluate((el) => el.offsetTop)) - 200; > 307 | expect(scrollTop).not.toBe(0); | ^ 308 | expect(scrollTop).toBeGreaterThanOrEqual(offset - 500); 309 | expect(scrollTop).toBeLessThanOrEqual(offset + 500); 310 | }); at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/navigation.spec.js:307:25
Workflow syntax warning: .github/workflows/ci.yml#L75
.github/workflows/ci.yml (Line: 75, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
mix test (OTP 25.3 | Elixir 1.15.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
mix test (OTP 25.3 | Elixir 1.15.4)
missing space before attribute
mix test (OTP 25.3 | Elixir 1.15.4)
missing space before attribute
mix test (OTP 26.2 | Elixir 1.16.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
mix test (OTP maint-28 | Elixir main-otp-28)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
mix test (OTP maint-28 | Elixir main-otp-28)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
mix test (OTP maint-28 | Elixir main-otp-28)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
mix test (OTP maint-28 | Elixir main-otp-28)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
mix test (OTP maint-28 | Elixir main-otp-28)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
mix test (OTP maint-28 | Elixir main-otp-28)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
mix test (OTP maint-28 | Elixir main-otp-28)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
mix test (OTP maint-28 | Elixir main-otp-28)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
mix test (OTP maint-28 | Elixir main-otp-28)
"xref: [exclude: ...]" in your mix.exs file is deprecated, instead use: "elixirc_options: [no_warn_undefined: ...]"
mix test (OTP 28.1 | Elixir 1.19.1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
mix test (OTP 28.1 | Elixir 1.19.1)
No files were found with the provided path: cover/default.coverdata. No artifacts will be uploaded.
mix test (OTP 27.3 | Elixir 1.18.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
npm test (1.19.1, 28.1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
npm test (1.19.1, 28.1): test/e2e/tests/forms.spec.js#L148
Avoid having conditionals in tests
npm test (1.19.1, 28.1): test/e2e/tests/errors.spec.js#L147
Unexpected use of page.waitForTimeout()
npm test (1.19.1, 28.1): test/e2e/tests/errors.spec.js#L118
Unexpected use of page.waitForTimeout()
npm test (1.19.1, 28.1): test/e2e/tests/errors.spec.js#L67
Unexpected use of page.waitForTimeout()
npm test (1.19.1, 28.1): test/e2e/tests/components.spec.js#L77
Unexpected use of the `.skip()` annotation
npm test (1.19.1, 28.1): test/e2e/tests/components.spec.js#L76
Avoid having conditionals in tests
npm test (1.19.1, 28.1): test/e2e/tests/components.spec.js#L36
Unexpected use of the `.skip()` annotation
npm test (1.19.1, 28.1): test/e2e/tests/components.spec.js#L35
Avoid having conditionals in tests
npm test (1.19.1, 28.1): test/e2e/tests/colocated.spec.js#L108
Unexpected use of the `.skip()` annotation
npm test (1.19.1, 28.1): test/e2e/tests/colocated.spec.js#L60
Unexpected use of the `.skip()` annotation
e2e test (1.19.1, 28.1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
🎭 Playwright Run Summary
1 flaky [webkit] › tests/navigation.spec.js:294:1 › scrolls hash el into view after live navigation (issue #3452) 6 skipped 533 passed (4.5m)

Artifacts

Produced during runtime
Name Size Digest
e2e-test-results Expired
5.38 MB
sha256:1c8812c8ebae03a4c89ae6d26d8f880e3f1afa4d6aac8f383e17a9a5e27f5b5b
js-unit-coverage Expired
968 KB
sha256:0071ee8afe0e2a3b4a428968b8ec112cac8a15279495a4ee542d8eca230ea6a8
mix-e2e-coverage Expired
115 KB
sha256:6248e99a159933bdb32a17272119c3449645017b3a14bc9ad3a9579e36e3833c
mix-test-coverage-25.3-1.15.4 Expired
164 KB
sha256:1be5a687a932c401980cb618d0541b079d3ccdcf4add07cb7a8843355b6d6cb1
mix-test-coverage-26.2-1.16.3 Expired
162 KB
sha256:231dd7a4354481510ae25d23e36760b0fa4daeeb10deb2f14c2ac9eca23b49b2
mix-test-coverage-27.3-1.18.4 Expired
109 KB
sha256:8e8f808e50af242a360f3c88162d2ef907c8e534ef9c9f0c37e416c69bbcbb48
mix-test-coverage-maint-28-main-otp-28 Expired
109 KB
sha256:72a4af182ab4803f4b7b92cbd6deefea50bbf0d36eb18db598a80d6f6bcdb54f
playwright-report Expired
1.34 MB
sha256:fdf584650526ef24fc84a0c8482fdeb0d9c1a1f47c1c90d6b1f8569fcbbaf0d4