Skip to content

chore: revert Inter 4.0 #15335

chore: revert Inter 4.0

chore: revert Inter 4.0 #15335

Triggered via pull request December 16, 2023 21:17
@PeerRichPeerRich
opened #12839
Status Success
Total duration 15m 49s
Artifacts 18

pr.yml

on: pull_request_target
Production build  /  Build
5m 21s
Production build / Build
Detect changes
9s
Detect changes
Production build (without database)  /  Build
4m 57s
Production build (without database) / Build
analyze  /  ...  /  Build
analyze / Production build / Build
Matrix: E2E App Store tests / e2e-app-store
Matrix: E2E React embeds tests / e2e-embed
Matrix: E2E embeds tests / e2e-embed
Matrix: E2E tests / e2e
Fit to window
Zoom out
Zoom in

Annotations

28 errors, 23 warnings, and 15 notices
Unit tests / test
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E App Store tests / E2E App Store (2/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E embeds tests / E2E Embed Core (2/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E tests / E2E tests (1/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E React embeds tests / E2E Embed React (1/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E React embeds tests / E2E Embed React (2/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E tests / E2E tests (10/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E App Store tests / E2E App Store (1/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E tests / E2E tests (6/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E embeds tests / E2E Embed Core (1/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule: packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L38
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule Error: Expected to provide an iframe, got null 36 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/free" }); 37 | > 38 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, getActionFiredDetails, { | ^ 39 | pathname: "/free", 40 | }); 41 | if (!embedIframe) { at bookFirstFreeUserEventThroughEmbed (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:38:29) at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:83:14 at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:82:21
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:139:11 › Popup Tests › Floating Button Popup › Pro User - Configured in App with default setting of system theme › should open embed iframe according to system theme when no theme is configured through Embed API: packages/embeds/embed-core/playwright/lib/testUtils.ts#L33
2) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:139:11 › Popup Tests › Floating Button Popup › Pro User - Configured in App with default setting of system theme › should open embed iframe according to system theme when no theme is configured through Embed API Error: Booking not found at packages/embeds/embed-core/playwright/lib/testUtils.ts:33 31 | }); 32 | if (!booking) { > 33 | throw new Error("Booking not found"); | ^ 34 | } 35 | return booking; 36 | }; at getBooking (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:33:11) at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:161:25
E2E tests / E2E tests (4/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E tests / E2E tests (8/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
[@calcom/web] › apps/web/playwright/team/team-invitation.e2e.ts:17:7 › Team › Invitation (non verified): apps/web/playwright/team/expects.ts#L20
1) [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:17:7 › Team › Invitation (non verified) Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at apps/web/playwright/team/expects.ts:20 18 | await page.waitForTimeout(10000); 19 | const receivedEmails = await getEmailsReceivedByUser({ emails, userEmail }); > 20 | expect(receivedEmails?.total).toBe(1); | ^ 21 | 22 | const [firstReceivedEmail] = (receivedEmails as Messages).items; 23 | at expectInvitationEmailToBeReceived (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/expects.ts:20:33) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:31:26 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:25:5
[@calcom/web] › apps/web/playwright/team/team-invitation.e2e.ts:17:7 › Team › Invitation (non verified): apps/web/playwright/team/expects.ts#L20
1) [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:17:7 › Team › Invitation (non verified) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at apps/web/playwright/team/expects.ts:20 18 | await page.waitForTimeout(10000); 19 | const receivedEmails = await getEmailsReceivedByUser({ emails, userEmail }); > 20 | expect(receivedEmails?.total).toBe(1); | ^ 21 | 22 | const [firstReceivedEmail] = (receivedEmails as Messages).items; 23 | at expectInvitationEmailToBeReceived (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/expects.ts:20:33) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:31:26 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:25:5
[@calcom/web] › apps/web/playwright/team/team-invitation.e2e.ts:98:7 › Team › Invitation (verified): apps/web/playwright/team/expects.ts#L20
2) [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:98:7 › Team › Invitation (verified) Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at apps/web/playwright/team/expects.ts:20 18 | await page.waitForTimeout(10000); 19 | const receivedEmails = await getEmailsReceivedByUser({ emails, userEmail }); > 20 | expect(receivedEmails?.total).toBe(1); | ^ 21 | 22 | const [firstReceivedEmail] = (receivedEmails as Messages).items; 23 | at expectInvitationEmailToBeReceived (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/expects.ts:20:33) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:112:7 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:106:5
E2E tests / E2E tests (9/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E tests / E2E tests (7/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
[@calcom/web] › apps/web/playwright/organization/organization-creation.e2e.ts:21:7 › Organization › should be able to create an organization and complete onboarding: apps/web/playwright/organization/expects.ts#L21
1) [@***com/web] › apps/web/playwright/organization/organization-creation.e2e.ts:21:7 › Organization › should be able to create an organization and complete onboarding Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at apps/web/playwright/organization/expects.ts:21 19 | await page.waitForTimeout(5000); 20 | const receivedEmails = await getEmailsReceivedByUser({ emails, userEmail }); > 21 | expect(receivedEmails?.total).toBe(1); | ^ 22 | const [firstReceivedEmail] = (receivedEmails as Messages).items; 23 | expect(firstReceivedEmail.subject).toBe(subject); 24 | if (!returnLink) return; at expectInvitationEmailToBeReceived (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/expects.ts:21:33) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-creation.e2e.ts:110:7 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-creation.e2e.ts:101:5
[@calcom/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:102:7 › Organization › Invitation (verified): apps/web/playwright/organization/organization-invitation.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:102:7 › Organization › Invitation (verified) Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:102:7 › Organization › Invitation (verified): apps/web/playwright/lib/testUtils.ts#L208
2) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:102:7 › Organization › Invitation (verified) page.waitForResponse: Page closed =========================== logs =========================== waiting for response "**/api/trpc/teams/createInvite?batch=1" ============================================================ at apps/web/playwright/lib/testUtils.ts:208 206 | 207 | export async function getInviteLink(page: Page) { > 208 | const response = await page.waitForResponse("**/api/trpc/teams/createInvite?batch=1"); | ^ 209 | const json = await response.json(); 210 | return json[0].result.data.json.inviteLink as string; 211 | } at getInviteLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:208:31) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:154:45 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:149:5
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:71:9 › Event Types tests › user -- legacy › enabling recurring event comes with default options: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:71:9 › Event Types tests › user -- legacy › enabling recurring event comes with default options Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:71:9 › Event Types tests › user -- legacy › enabling recurring event comes with default options: apps/web/playwright/event-types.e2e.ts#L78
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:71:9 › Event Types tests › user -- legacy › enabling recurring event comes with default options page.click: Target closed =========================== logs =========================== waiting for locator('[data-testid=recurring-event-check]') locator resolved to <button value="on" type="button" role="switch" aria-chec…>…</button> attempting click action waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed element was detached from the DOM, retrying ============================================================ 76 | await page.click("[data-testid=verti***-tab-recurring]"); 77 | await expect(page.locator("[data-testid=recurring-event-collapsible]")).toBeHidden(); > 78 | await page.click("[data-testid=recurring-event-check]"); | ^ 79 | await expect(page.locator("[data-testid=recurring-event-collapsible]")).toBeVisible(); 80 | 81 | expect( at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:78:18
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:71:9 › Event Types tests › user -- legacy › enabling recurring event comes with default options: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:71:9 › Event Types tests › user -- legacy › enabling recurring event comes with default options Pending operations: - page.click at apps/web/playwright/event-types.e2e.ts:78:18
E2E tests / E2E tests (5/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E tests / E2E tests (2/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E tests / E2E tests (3/10)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Linters / lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze / analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2, peter-evans/find-comment@v1, peter-evans/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
E2E App Store tests / E2E App Store (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E embeds tests / E2E Embed Core (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (1/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E React embeds tests / E2E Embed React (1/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E React embeds tests / E2E Embed React (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (10/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E App Store tests / E2E App Store (1/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (6/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E embeds tests / E2E Embed Core (1/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (4/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (8/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (9/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (7/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (5/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (2/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (3/10)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
🎭 Playwright Run Summary
2 passed (9.2s)
🎭 Playwright Run Summary
2 skipped 2 passed (5.7s)
🎭 Playwright Run Summary
6 skipped 6 passed (13.3s)
🎭 Playwright Run Summary
1 passed (2.6s)
🎭 Playwright Run Summary
4 skipped 15 passed (22.5s)
🎭 Playwright Run Summary
5 skipped 8 passed (27.6s)
🎭 Playwright Run Summary
24 passed (42.9s)
🎭 Playwright Run Summary
2 flaky [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:139:11 › Popup Tests › Floating Button Popup › Pro User - Configured in App with default setting of system theme › should open embed iframe according to system theme when no theme is configured through Embed API 1 skipped 11 passed (26.2s)
🎭 Playwright Run Summary
1 skipped 19 passed (34.5s)
🎭 Playwright Run Summary
18 passed (40.6s)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:17:7 › Team › Invitation (non verified) [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:98:7 › Team › Invitation (verified) 6 skipped 17 passed (54.9s)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/organization/organization-creation.e2e.ts:21:7 › Organization › should be able to create an organization and complete onboarding [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:102:7 › Organization › Invitation (verified) 1 skipped 6 passed (1.5m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:71:9 › Event Types tests › user -- legacy › enabling recurring event comes with default options 4 skipped 38 passed (2.3m)
🎭 Playwright Run Summary
65 passed (3.2m)
🎭 Playwright Run Summary
105 passed (6.4m)

Artifacts

Produced during runtime
Name Size
app-store-results-1_2 Expired
434 KB
app-store-results-2_2 Expired
414 KB
bundle Expired
6.16 KB
embed-core-results-1_2 Expired
8.08 MB
embed-core-results-2_2 Expired
415 KB
embed-react-results-1_2 Expired
410 KB
embed-react-results-2_2 Expired
408 KB
lint-results Expired
1.65 MB
test-results-10_10 Expired
430 KB
test-results-1_10 Expired
421 KB
test-results-2_10 Expired
529 KB
test-results-3_10 Expired
578 KB
test-results-4_10 Expired
441 KB
test-results-5_10 Expired
8.55 MB
test-results-6_10 Expired
455 KB
test-results-7_10 Expired
10.7 MB
test-results-8_10 Expired
429 KB
test-results-9_10 Expired
7.5 MB