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]: Failure to install playwright with dependencies on ubuntu 22.04 - E: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' is no longer signed. #30502

Closed
pauldruce opened this issue Apr 24, 2024 · 6 comments

Comments

@pauldruce
Copy link

Version

1.43.0

Steps to reproduce

Steps which are failing:
On ubuntu-latest in github actions:

  • Install playwright for Python
  • python3 -m playwright install --with-deps

Can probably reproduce on any ubuntu-22.04 machine, but I can't test.

Expected behavior

For dependencies to be installed - no errors.

Actual behavior

Installing dependencies...
Switching to root user to install dependencies...
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Get:6 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease
Err:6 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease
Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
Hit:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease
Hit:7 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease
Reading package lists...
E: Failed to fetch https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' is no longer signed.
Failed to install browsers
Error: Installation process exited with code: 100
Error: Process completed with exit code 1.

Additional context

No response

Environment

On github actions. You can see the failures here: https://github.com/mathworks/matlab-proxy/actions/runs/8814136865/job/24193725093
@vitorleonel
Copy link

I'm also having the same error.

image

@aseggemu-yoc
Copy link

We are also now facing the same issue.

I believe the paths are not updated in then npm module to use the new path Release instead of old path InRelease

image

@alvaromartmart
Copy link
Contributor

Facing this problem as well

@pntgoswami18
Copy link

Facing the same issue when trying to install this on our github actions ubuntu instances. Looks like this is similar to other code signing problems microsoft has had with other repos' upodates of theirs
E.g.: microsoft/vscode#135797

Could we get someone to look into this and get this fixed?
@pavelfeldman

@mxschmitt
Copy link
Member

Folding into actions/runner-images#9733

@pntgoswami18
Copy link

This issue is resolved for us now, it seems.
Our github actions are working fine now

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

6 participants