Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] No longer able to install on github actions #21278

Closed
xt0rted opened this issue Feb 28, 2023 · 2 comments
Closed

[BUG] No longer able to install on github actions #21278

xt0rted opened this issue Feb 28, 2023 · 2 comments

Comments

@xt0rted
Copy link

xt0rted commented Feb 28, 2023

System info

  • Playwright Version: v1.31.1 (I think)
  • Operating System: Ubuntu 22.04.2
  • Browser: WebKit
  • Other info: The issue is happening while running on GitHub Actions

Source code

The issue isn't with running tests, it's with installing playwright's dependencies. In my GitHub Actions workflow I'm running npx playwright install webkit --with-deps which no longer succeeds as of today. I'm getting the following error. There have been no dependency updates on our end, thought it's possible something changed on the GitHub Actions VM.

Installing dependencies...
Switching to root user to install dependencies...
Hit:1 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Ign:5 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease
Get:6 https://packages.microsoft.com/ubuntu/22.04/prod jammy Release [2,540 B]
Ign:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy Release.gpg
Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [900 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [198 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [13.5 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [863 kB]
Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [167 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [17.3 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [19.5 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [14.0 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [392 B]
Hit:17 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease
Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [646 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-security/main Translation-en [135 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [8,524 B]
Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [686 kB]
Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [108 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [13.3 kB]
Reading package lists...
E: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy Release' is no longer signed.
Failed to install browsers
Error: Installation process exited with code: 100
Error: Process completed with exit code 1.

GitHub Actions VM info

Current runner version: '2.302.1'
Operating System
  Ubuntu
  22.04.2
  LTS
Runner Image
  Image: ubuntu-22.04
  Version: 20230219.1
  Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230219.1/images/linux/Ubuntu2204-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230219.1
Runner Image Provisioner
  2.0.117.1
@mxschmitt
Copy link
Member

Looks like an upstream issue: actions/runner-images#7210

@pavelfeldman
Copy link
Member

Closing as per above, please feel free to open a new issue if this does not cover your use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants