Skip to content

chore: swtich to rolldown bundling (experimental) #1757

chore: swtich to rolldown bundling (experimental)

chore: swtich to rolldown bundling (experimental) #1757

Re-run triggered January 6, 2025 15:08
Status Failure
Total duration 12m 27s
Artifacts

ci.yml

on: pull_request
Matrix: Build with rolldown
Matrix: Build
Matrix: Lint
Matrix: Unit test
Matrix: E2E test for rolldown build
Matrix: E2E test
Fit to window
Zoom out
Zoom in

Annotations

53 errors and 10 warnings
e2e/started.spec.ts > petite > initial rendering: e2e/started.spec.ts#L9
AssertionError: expected '{{ t(\'message.language\') }}' to match '言語' Expected: "言語" Received: "{{ t('message.language') }}" ❯ e2e/started.spec.ts:9:44
e2e/started.spec.ts > petite > change locale: e2e/started.spec.ts#L15
AssertionError: expected '{{ t(\'message.language\') }}' to match 'Language' Expected: "Language" Received: "{{ t('message.language') }}" ❯ e2e/started.spec.ts:15:44
e2e/fallback/basic.spec.ts > petite > warning: e2e/fallback/basic.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'message.hello\'…' - Expected: "[intlify] Not found 'message.hello' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/basic.spec.ts:22:27
e2e/fallback/basic.spec.ts > petite > rendering: e2e/fallback/basic.spec.ts#L32
AssertionError: expected '{{ t("message.hello") }}' to match 'hello world!' Expected: "hello world!" Received: "{{ t("message.hello") }}" ❯ e2e/fallback/basic.spec.ts:32:45
e2e/fallback/component.spec.ts > petite > initial rendering: e2e/fallback/component.spec.ts#L9
AssertionError: expected '{{ t("message.hello") }}' to match 'こんにちは、世界' Expected: "こんにちは、世界" Received: "{{ t("message.hello") }}" ❯ e2e/fallback/component.spec.ts:9:50
e2e/fallback/default-format.spec.ts > petite > warning: e2e/fallback/default-format.spec.ts#L21
AssertionError: expected [] to deeply equal [ …(9) ] - Expected + Received - Array [ - "[intlify] Not found 'messages.hello' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'messages.hello' key with 'en' locale.", - "[intlify] Not found 'messages.hello' key in 'en' locale messages.", - "[intlify] Not found 'messages.hello' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'messages.hello' key with 'en' locale.", - "[intlify] Not found 'messages.hello' key in 'en' locale messages.", - "[intlify] Not found 'good morning, {name}!' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'good morning, {name}!' key with 'en' locale.", - "[intlify] Not found 'good morning, {name}!' key in 'en' locale messages.", - ] + Array [] ❯ e2e/fallback/default-format.spec.ts:21:24
e2e/fallback/default-format.spec.ts > petite > rendering: e2e/fallback/default-format.spec.ts#L35
AssertionError: expected '\n {{ t("messages.hello", { na…' to match 'hello, kazupon!' - Expected + Received - hello, kazupon! + + {{ t("messages.hello", { name: 'kazupon' }, 'hello, {name}!') }} + ❯ e2e/fallback/default-format.spec.ts:35:48
e2e/fallback/format.spec.ts > petite > warning: e2e/fallback/format.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'hello, {name}!\…' - Expected: "[intlify] Not found 'hello, {name}!' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/format.spec.ts:22:27
e2e/fallback/format.spec.ts > petite > rendering: e2e/fallback/format.spec.ts#L28
AssertionError: expected '{{ t("hello, {name}!", { name: \'kazu…' to match 'hello, kazupon!' Expected: "hello, kazupon!" Received: "{{ t("hello, {name}!", { name: 'kazupon' }) }}" ❯ e2e/fallback/format.spec.ts:28:45
e2e/fallback/option.spec.ts > petite > warning: e2e/fallback/option.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'message.hello\'…' - Expected: "[intlify] Not found 'message.hello' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/option.spec.ts:22:27
E2E test for rolldown build (ubuntu-latest, 22)
The job was canceled because "ubuntu-latest_20" failed.
e2e/started.spec.ts > petite > initial rendering: e2e/started.spec.ts#L9
AssertionError: expected '{{ t(\'message.language\') }}' to match '言語' Expected: "言語" Received: "{{ t('message.language') }}" ❯ e2e/started.spec.ts:9:44
e2e/started.spec.ts > petite > change locale: e2e/started.spec.ts#L15
AssertionError: expected '{{ t(\'message.language\') }}' to match 'Language' Expected: "Language" Received: "{{ t('message.language') }}" ❯ e2e/started.spec.ts:15:44
e2e/fallback/basic.spec.ts > petite > warning: e2e/fallback/basic.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'message.hello\'…' - Expected: "[intlify] Not found 'message.hello' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/basic.spec.ts:22:27
e2e/fallback/basic.spec.ts > petite > rendering: e2e/fallback/basic.spec.ts#L32
AssertionError: expected '{{ t("message.hello") }}' to match 'hello world!' Expected: "hello world!" Received: "{{ t("message.hello") }}" ❯ e2e/fallback/basic.spec.ts:32:45
e2e/fallback/component.spec.ts > petite > initial rendering: e2e/fallback/component.spec.ts#L9
AssertionError: expected '{{ t("message.hello") }}' to match 'こんにちは、世界' Expected: "こんにちは、世界" Received: "{{ t("message.hello") }}" ❯ e2e/fallback/component.spec.ts:9:50
e2e/fallback/default-format.spec.ts > petite > warning: e2e/fallback/default-format.spec.ts#L21
AssertionError: expected [] to deeply equal [ …(9) ] - Expected + Received - Array [ - "[intlify] Not found 'messages.hello' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'messages.hello' key with 'en' locale.", - "[intlify] Not found 'messages.hello' key in 'en' locale messages.", - "[intlify] Not found 'messages.hello' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'messages.hello' key with 'en' locale.", - "[intlify] Not found 'messages.hello' key in 'en' locale messages.", - "[intlify] Not found 'good morning, {name}!' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'good morning, {name}!' key with 'en' locale.", - "[intlify] Not found 'good morning, {name}!' key in 'en' locale messages.", - ] + Array [] ❯ e2e/fallback/default-format.spec.ts:21:24
e2e/fallback/default-format.spec.ts > petite > rendering: e2e/fallback/default-format.spec.ts#L35
AssertionError: expected '\n {{ t("messages.hello", { na…' to match 'hello, kazupon!' - Expected + Received - hello, kazupon! + + {{ t("messages.hello", { name: 'kazupon' }, 'hello, {name}!') }} + ❯ e2e/fallback/default-format.spec.ts:35:48
e2e/fallback/format.spec.ts > petite > warning: e2e/fallback/format.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'hello, {name}!\…' - Expected: "[intlify] Not found 'hello, {name}!' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/format.spec.ts:22:27
e2e/fallback/format.spec.ts > petite > rendering: e2e/fallback/format.spec.ts#L28
AssertionError: expected '{{ t("hello, {name}!", { name: \'kazu…' to match 'hello, kazupon!' Expected: "hello, kazupon!" Received: "{{ t("hello, {name}!", { name: 'kazupon' }) }}" ❯ e2e/fallback/format.spec.ts:28:45
e2e/fallback/option.spec.ts > petite > warning: e2e/fallback/option.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'message.hello\'…' - Expected: "[intlify] Not found 'message.hello' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/option.spec.ts:22:27
E2E test for rolldown build (windows-latest, 20)
The job was canceled because "ubuntu-latest_20" failed.
E2E test for rolldown build (windows-latest, 20)
The operation was canceled.
E2E test for rolldown build (windows-latest, 22)
The job was canceled because "ubuntu-latest_20" failed.
E2E test for rolldown build (windows-latest, 22)
The operation was canceled.
E2E test for rolldown build (windows-latest, 18.19)
The job was canceled because "ubuntu-latest_20" failed.
E2E test for rolldown build (windows-latest, 18.19)
The operation was canceled.
E2E test for rolldown build (ubuntu-latest, 18.19)
The job was canceled because "ubuntu-latest_20" failed.
e2e/started.spec.ts > petite > initial rendering: e2e/started.spec.ts#L9
AssertionError: expected '{{ t(\'message.language\') }}' to match '言語' Expected: "言語" Received: "{{ t('message.language') }}" ❯ e2e/started.spec.ts:9:44
e2e/started.spec.ts > petite > change locale: e2e/started.spec.ts#L15
AssertionError: expected '{{ t(\'message.language\') }}' to match 'Language' Expected: "Language" Received: "{{ t('message.language') }}" ❯ e2e/started.spec.ts:15:44
e2e/formatting/linked.spec.ts > petite > initial rendering: e2e/formatting/linked.spec.ts#L9
AssertionError: expected '{{ t(\'message.linked\') }}' to match 'DIO: the world !!!!' Expected: "DIO: the world !!!!" Received: "{{ t('message.linked') }}" ❯ e2e/formatting/linked.spec.ts:9:52
e2e/formatting/linked.spec.ts > petite > change locale: e2e/formatting/linked.spec.ts#L22
AssertionError: expected '{{ t(\'message.linked\') }}' to match 'ディオ: ザ・ワールド !!!!' Expected: "ディオ: ザ・ワールド !!!!" Received: "{{ t('message.linked') }}" ❯ e2e/formatting/linked.spec.ts:22:52
e2e/formatting/list.spec.ts > petite > initial rendering: e2e/formatting/list.spec.ts#L9
AssertionError: expected '{{ t(\'message.greeting\', [\'kazupon…' to match 'こんにちは、kazupon!' Expected: "こんにちは、kazupon!" Received: "{{ t('message.greeting', ['kazupon']) }}" ❯ e2e/formatting/list.spec.ts:9:45
e2e/formatting/list.spec.ts > petite > change locale: e2e/formatting/list.spec.ts#L14
AssertionError: expected '{{ t(\'message.greeting\', [\'kazupon…' to match 'Hello, kazupon!' Expected: "Hello, kazupon!" Received: "{{ t('message.greeting', ['kazupon']) }}" ❯ e2e/formatting/list.spec.ts:14:45
e2e/formatting/literal.spec.ts > petite > initial rendering: e2e/formatting/literal.spec.ts#L9
AssertionError: expected '{{ t(\'message.greeting\') }}' to match 'こんにちは、かずぽん!' Expected: "こんにちは、かずぽん!" Received: "{{ t('message.greeting') }}" ❯ e2e/formatting/literal.spec.ts:9:45
e2e/formatting/literal.spec.ts > petite > change locale: e2e/formatting/literal.spec.ts#L14
AssertionError: expected '{{ t(\'message.greeting\') }}' to match 'Hello, kazupon!' Expected: "Hello, kazupon!" Received: "{{ t('message.greeting') }}" ❯ e2e/formatting/literal.spec.ts:14:45
e2e/formatting/named.spec.ts > petite > initial rendering: e2e/formatting/named.spec.ts#L9
AssertionError: expected '{{ t(\'message.greeting\', { name: \'…' to match 'こんにちは、kazupon!' Expected: "こんにちは、kazupon!" Received: "{{ t('message.greeting', { name: 'kazupon' }) }}" ❯ e2e/formatting/named.spec.ts:9:45
e2e/formatting/named.spec.ts > petite > change locale: e2e/formatting/named.spec.ts#L14
AssertionError: expected '{{ t(\'message.greeting\', { name: \'…' to match 'Hello, kazupon!' Expected: "Hello, kazupon!" Received: "{{ t('message.greeting', { name: 'kazupon' }) }}" ❯ e2e/formatting/named.spec.ts:14:45
E2E test for rolldown build (macos-latest, 22)
The job was canceled because "ubuntu-latest_20" failed.
e2e/started.spec.ts > petite > initial rendering: e2e/started.spec.ts#L9
AssertionError: expected '{{ t(\'message.language\') }}' to match '言語' Expected: "言語" Received: "{{ t('message.language') }}" ❯ e2e/started.spec.ts:9:44
e2e/started.spec.ts > petite > change locale: e2e/started.spec.ts#L15
AssertionError: expected '{{ t(\'message.language\') }}' to match 'Language' Expected: "Language" Received: "{{ t('message.language') }}" ❯ e2e/started.spec.ts:15:44
e2e/fallback/basic.spec.ts > petite > warning: e2e/fallback/basic.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'message.hello\'…' - Expected: "[intlify] Not found 'message.hello' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/basic.spec.ts:22:27
e2e/fallback/basic.spec.ts > petite > rendering: e2e/fallback/basic.spec.ts#L32
AssertionError: expected '{{ t("message.hello") }}' to match 'hello world!' Expected: "hello world!" Received: "{{ t("message.hello") }}" ❯ e2e/fallback/basic.spec.ts:32:45
e2e/fallback/component.spec.ts > petite > initial rendering: e2e/fallback/component.spec.ts#L9
AssertionError: expected '{{ t("message.hello") }}' to match 'こんにちは、世界' Expected: "こんにちは、世界" Received: "{{ t("message.hello") }}" ❯ e2e/fallback/component.spec.ts:9:50
e2e/fallback/default-format.spec.ts > petite > warning: e2e/fallback/default-format.spec.ts#L21
AssertionError: expected [] to deeply equal [ …(9) ] - Expected + Received - Array [ - "[intlify] Not found 'messages.hello' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'messages.hello' key with 'en' locale.", - "[intlify] Not found 'messages.hello' key in 'en' locale messages.", - "[intlify] Not found 'messages.hello' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'messages.hello' key with 'en' locale.", - "[intlify] Not found 'messages.hello' key in 'en' locale messages.", - "[intlify] Not found 'good morning, {name}!' key in 'ja' locale messages.", - "[intlify] Fall back to translate 'good morning, {name}!' key with 'en' locale.", - "[intlify] Not found 'good morning, {name}!' key in 'en' locale messages.", - ] + Array [] ❯ e2e/fallback/default-format.spec.ts:21:24
e2e/fallback/default-format.spec.ts > petite > rendering: e2e/fallback/default-format.spec.ts#L35
AssertionError: expected '\n {{ t("messages.hello", { na…' to match 'hello, kazupon!' - Expected + Received - hello, kazupon! + + {{ t("messages.hello", { name: 'kazupon' }, 'hello, {name}!') }} + ❯ e2e/fallback/default-format.spec.ts:35:48
e2e/fallback/format.spec.ts > petite > warning: e2e/fallback/format.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'hello, {name}!\…' - Expected: "[intlify] Not found 'hello, {name}!' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/format.spec.ts:22:27
e2e/fallback/format.spec.ts > petite > rendering: e2e/fallback/format.spec.ts#L28
AssertionError: expected '{{ t("hello, {name}!", { name: \'kazu…' to match 'hello, kazupon!' Expected: "hello, kazupon!" Received: "{{ t("hello, {name}!", { name: 'kazupon' }) }}" ❯ e2e/fallback/format.spec.ts:28:45
e2e/fallback/option.spec.ts > petite > warning: e2e/fallback/option.spec.ts#L22
AssertionError: expected undefined to deeply equal '[intlify] Not found \'message.hello\'…' - Expected: "[intlify] Not found 'message.hello' key in 'ja' locale messages." + Received: undefined ❯ e2e/fallback/option.spec.ts:22:27
E2E test for rolldown build (macos-latest, 18.19)
The job was canceled because "ubuntu-latest_20" failed.
E2E test for rolldown build (macos-latest, 18.19)
The operation was canceled.
E2E test for rolldown build (macos-latest, 20)
The job was canceled because "ubuntu-latest_20" failed.
E2E test for rolldown build (macos-latest, 20)
The operation was canceled.
Build with rolldown (ubuntu-latest, 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (ubuntu-latest, 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit test (ubuntu-latest, 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit test (ubuntu-latest, 22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit test (ubuntu-latest, 18.19)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E test for rolldown build (ubuntu-latest, 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (ubuntu-latest, 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E test (ubuntu-latest, 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E test (ubuntu-latest, 18.19)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E test (ubuntu-latest, 22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636