Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

CI is broken #26

Open
luttje opened this issue Jan 7, 2025 · 0 comments
Open

CI is broken #26

luttje opened this issue Jan 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@luttje
Copy link
Owner

luttje commented Jan 7, 2025

Playwright isn't working in CI tests

2025-01-07T20:29:07.0339837Z �[31m  1) [chromium] › basic.spec.ts:26:3 › basic › should run test suite �[2m───────────────────────────────�[22m�[39m
2025-01-07T20:29:07.0340173Z 
2025-01-07T20:29:07.0340588Z     Error: browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1105/chrome-linux/chrome
2025-01-07T20:29:07.0341490Z     ╔═════════════════════════════════════════════════════════════════════════╗
2025-01-07T20:29:07.0341978Z     ║ Looks like Playwright Test or Playwright was just installed or updated. ║
2025-01-07T20:29:07.0342516Z     ║ Please run the following command to download new browsers:              ║
2025-01-07T20:29:07.0342975Z     ║                                                                         ║
2025-01-07T20:29:07.0343394Z     ║     npx playwright install                                              ║
2025-01-07T20:29:07.0343805Z     ║                                                                         ║
2025-01-07T20:29:07.0344203Z     ║ <3 Playwright Team                                                      ║
2025-01-07T20:29:07.0344649Z     ╚═════════════════════════════════════════════════════════════════════════╝
2025-01-07T20:29:07.0344844Z 
2025-01-07T20:29:07.0345316Z     �[0m �[90m 13 |�[39m     process�[33m.�[39menv�[33m.�[39m�[33mVIDEOBREW_VIDEO_APP_URL�[39m �[33m=�[39m �[32m'http://localhost:8088'�[39m�[0m
2025-01-07T20:29:07.0345918Z     �[0m �[90m 14 |�[39m     server �[33m=�[39m �[36mawait�[39m preview()�[0m
2025-01-07T20:29:07.0346471Z     �[0m�[31m�[1m>�[22m�[39m�[90m 15 |�[39m     browser �[33m=�[39m �[36mawait�[39m chromium�[33m.�[39mlaunch()�[0m
2025-01-07T20:29:07.0347136Z     �[0m �[90m    |�[39m                              �[31m�[1m^�[22m�[39m�[0m
2025-01-07T20:29:07.0347763Z     �[0m �[90m 16 |�[39m     page �[33m=�[39m �[36mawait�[39m browser�[33m.�[39mnewPage()�[0m
2025-01-07T20:29:07.0348144Z     �[0m �[90m 17 |�[39m   })�[0m
2025-01-07T20:29:07.0348392Z     �[0m �[90m 18 |�[39m�[0m
2025-01-07T20:29:07.0348528Z 
2025-01-07T20:29:07.0348937Z     �[2m    at /home/runner/work/videobrew/videobrew/packages/editor/__tests__/e2e/basic.spec.ts:15:30�[22m

Explicit npx playwright install --with-deps:

Run npx playwright install --with-deps
Installing dependencies...
Switching to root user to install dependencies...
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
[...]
Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B]
Fetched 6129 kB in 1s (5993 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Package libasound2 is a virtual package provided by:
  liboss4-salsa-asound2 4.2-build2020-1ubuntu3
  libasound2t64 1.2.11-1build2 (= 1.2.11-1build2)

Package libicu70 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libasound2' has no installation candidate
E: Package 'libicu70' has no installation candidate
E: Unable to locate package libffi7
E: Unable to locate package libx264-163
Failed to install browsers
Error: Installation process exited with code: 100
Error: Process completed with exit code 1.
@luttje luttje added the bug Something isn't working label Jan 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant