Skip to content

Reduce Container padding on small screens #3109

Reduce Container padding on small screens

Reduce Container padding on small screens #3109

Re-run triggered April 22, 2024 21:57
Status Failure
Total duration 19m 12s
Artifacts 2

ci.yml

on: pull_request
lint
58s
lint
Unit Tests
1m 30s
Unit Tests
Playwright Tests
13m 53s
Playwright Tests
vercel-deploy-preview
1m 40s
vercel-deploy-preview
deploy-production  /  deploy
deploy-production / deploy
deploy-staging  /  deploy
deploy-staging / deploy
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 1 warning, and 1 notice
vercel-deploy-preview
Timeout waiting for branch reduce_container_padding_on_small_screens to be created
Unit Tests
Process completed with exit code 1.
[firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts#L26
1) [firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ───────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 24 | ] 25 | > 26 | test.beforeEach(async ({ checkoutPage }) => { | ^ 27 | log = debug(`test:account-sendtag-checkout:logged-in:${test.info().parallelIndex}`) 28 | log('beforeEach', `url=${checkoutPage.page.url()}`) 29 | await debugAuthSession(checkoutPage.page) at /opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts:26:6
[firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/fixtures/send-accounts/page.ts#L32
1) [firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ───────── Error: page.waitForEvent: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for event "response" ============================================================ at fixtures/send-accounts/page.ts:32 30 | return false 31 | }) > 32 | const response = this.page.waitForEvent('response', async (response) => { | ^ 33 | if (response.url().includes('/api/trpc/sendAccount.create')) { 34 | this.log?.( 35 | 'sendAccount.create response', at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:32:32) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts#L26
1) [firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 24 | ] 25 | > 26 | test.beforeEach(async ({ checkoutPage }) => { | ^ 27 | log = debug(`test:account-sendtag-checkout:logged-in:${test.info().parallelIndex}`) 28 | log('beforeEach', `url=${checkoutPage.page.url()}`) 29 | await debugAuthSession(checkoutPage.page) at /opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts:26:6
[firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/fixtures/send-accounts/page.ts#L32
1) [firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForEvent: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for event "response" ============================================================ at fixtures/send-accounts/page.ts:32 30 | return false 31 | }) > 32 | const response = this.page.waitForEvent('response', async (response) => { | ^ 33 | if (response.url().includes('/api/trpc/sendAccount.create')) { 34 | this.log?.( 35 | 'sendAccount.create response', at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:32:32) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts#L26
1) [firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 24 | ] 25 | > 26 | test.beforeEach(async ({ checkoutPage }) => { | ^ 27 | log = debug(`test:account-sendtag-checkout:logged-in:${test.info().parallelIndex}`) 28 | log('beforeEach', `url=${checkoutPage.page.url()}`) 29 | await debugAuthSession(checkoutPage.page) at /opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts:26:6
[firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page: packages/playwright/tests/fixtures/send-accounts/page.ts#L32
1) [firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForEvent: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for event "response" ============================================================ at fixtures/send-accounts/page.ts:32 30 | return false 31 | }) > 32 | const response = this.page.waitForEvent('response', async (response) => { | ^ 33 | if (response.url().includes('/api/trpc/sendAccount.create')) { 34 | this.log?.( 35 | 'sendAccount.create response', at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:32:32) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag: packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts#L26
2) [firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ─────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 24 | ] 25 | > 26 | test.beforeEach(async ({ checkoutPage }) => { | ^ 27 | log = debug(`test:account-sendtag-checkout:logged-in:${test.info().parallelIndex}`) 28 | log('beforeEach', `url=${checkoutPage.page.url()}`) 29 | await debugAuthSession(checkoutPage.page) at /opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts:26:6
[firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag: packages/playwright/tests/fixtures/send-accounts/page.ts#L32
2) [firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ─────────── Error: page.waitForEvent: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for event "response" ============================================================ at fixtures/send-accounts/page.ts:32 30 | return false 31 | }) > 32 | const response = this.page.waitForEvent('response', async (response) => { | ^ 33 | if (response.url().includes('/api/trpc/sendAccount.create')) { 34 | this.log?.( 35 | 'sendAccount.create response', at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:32:32) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
[firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag: packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts#L26
2) [firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 24 | ] 25 | > 26 | test.beforeEach(async ({ checkoutPage }) => { | ^ 27 | log = debug(`test:account-sendtag-checkout:logged-in:${test.info().parallelIndex}`) 28 | log('beforeEach', `url=${checkoutPage.page.url()}`) 29 | await debugAuthSession(checkoutPage.page) at /opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/account-sendtag-checkout.logged-in.spec.ts:26:6
[firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag: packages/playwright/tests/fixtures/send-accounts/page.ts#L32
2) [firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForEvent: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for event "response" ============================================================ at fixtures/send-accounts/page.ts:32 30 | return false 31 | }) > 32 | const response = this.page.waitForEvent('response', async (response) => { | ^ 33 | if (response.url().includes('/api/trpc/sendAccount.create')) { 34 | this.log?.( 35 | 'sendAccount.create response', at OnboardingPage.completeOnboarding (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/page.ts:32:32) at Object.page (/opt/actions_runner/_work/sendapp/sendapp/packages/playwright/tests/fixtures/send-accounts/test.ts:25:5)
Playwright Tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
🎭 Playwright Run Summary
18 failed [firefox] › account-sendtag-checkout.logged-in.spec.ts:32:5 › can visit checkout page ────────── [firefox] › account-sendtag-checkout.logged-in.spec.ts:48:5 › can add a pending tag ──────────── [firefox] › account-sendtag-checkout.logged-in.spec.ts:54:5 › cannot add an invalid tag name ─── [firefox] › account-sendtag-checkout.logged-in.spec.ts:61:5 › can confirm a tag ──────────────── [firefox] › account-sendtag-checkout.logged-in.spec.ts:77:5 › cannot confirm a tag without paying [firefox] › account-sendtag-checkout.logged-in.spec.ts:94:5 › cannot add more than 5 tags ────── [firefox] › account.logged-in.spec.ts:8:5 › can visit account page ───────────────────────────── [firefox] › account.logged-in.spec.ts:26:5 › can update profile ──────────────────────────────── [firefox] › activity.onboarded.spec.ts:19:5 › can visit activity page ────────────────────────── [firefox] › activity.onboarded.spec.ts:25:5 › can search on activity page ────────────────────── [firefox] › onboarding.logged-in.spec.ts:15:5 › can visit onboarding page ────────────────────── [firefox] › profile.logged-in.spec.ts:18:1 › logged in user needs onboarding before visiting profile [firefox] › profile.onboarded.spec.ts:17:1 › can visit other user profile ────────────────────── [firefox] › profile.onboarded.spec.ts:32:1 › can visit my own profile ────────────────────────── [firefox] › profile.onboarded.spec.ts:51:1 › can visit private profile ───────────────────────── [firefox] › send.onboarded.spec.ts:19:1 › can send ETH to user on profile ────────────────────── [firefox] › send.onboarded.spec.ts:49:1 › can send USDC to user on profile ───────────────────── [firefox] › send.onboarded.spec.ts:82:1 › can send USDC to user on profile using paymaster ───── 28 passed (9.5m)

Artifacts

Produced during runtime
Name Size
nextjs-build Expired
34.7 MB
playwright-report Expired
198 MB