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

ubuntu 22.04 "no longer signed" #130

Closed
foucdeg opened this issue Apr 24, 2024 · 35 comments · Fixed by hashintel/hash#4350
Closed

ubuntu 22.04 "no longer signed" #130

foucdeg opened this issue Apr 24, 2024 · 35 comments · Fixed by hashintel/hash#4350
Labels
bug Something isn't working

Comments

@foucdeg
Copy link

foucdeg commented Apr 24, 2024

Describe the issue

Getting this error in a Github Actions job:

apt-get update
  Get:1 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease
  Err:1 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease
    Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)

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.

When did the issue occur?

Around 8:40 UTC today (April 24th 2024)

If applicable, what package did you attempt to install, and from which repo?

ubuntu/22.04/prod jammy InRelease

@foucdeg foucdeg added the bug Something isn't working label Apr 24, 2024
@KerstinKeller
Copy link

Encountering the exact same issue, see build log:
https://github.com/eclipse-ecal/ecal/actions/runs/8813839529/job/24192444569?pr=1562

@PietroPasotti
Copy link

@jserpapinto
Copy link

Same on all our repos:

deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ jammy main
/usr/bin/sudo apt update

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

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://pkg.cloudflareclient.com/ jammy InRelease
Hit:8 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.

@svorcan-rho
Copy link

Encountering same issue starting today.

@ThibaultCoudertSephora
Copy link

Same issue since this morning 8:40AM.

@osesantos
Copy link

Same is happening on all our repos

. prepare: . prepare:playwright: Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB]
. prepare: . prepare:playwright: Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB]
. prepare: . prepare:playwright: Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB]
. prepare: . prepare:playwright: Reading package lists...
. prepare: . prepare:playwright: 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?)
. prepare: . prepare:playwright: E: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' is no longer signed.
. prepare: . prepare:playwright: Failed to install browsers
. prepare: . prepare:playwright: Error: Installation process exited with code: 100
. prepare: . prepare:playwright: Failed
. prepare:  ELIFECYCLE  Command failed with exit code 1.
. prepare: Failed
 ELIFECYCLE  Command failed with exit code 1.

@windnfc
Copy link

windnfc commented Apr 24, 2024

Same here. Yesterday it was still working fine.

@wjz304
Copy link

wjz304 commented Apr 24, 2024

+1

@JJD1990
Copy link

JJD1990 commented Apr 24, 2024

Thanks for your work on sorting this, all seems good for us.

@ben-matthews6-NHSD
Copy link

Thanks for your work on sorting this, all seems good for us.

Ditto for us - thank you 👍

steelhead31 added a commit to adoptium/infrastructure that referenced this issue Apr 25, 2024
…3532)

* UnixPB: install docker-buildx on Ubuntu

* UnixPB: Linter fix

* GHA: switch from known error with apt-get update

See microsoft/linux-package-repositories#130 & kadena-community/kadena.js#2002

* Update build_vagrant.yml

* remove workaround for broken ubuntu runner.

* Update ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Docker/tasks/main.yml

Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com>

---------

Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com>
olehermanse pushed a commit to olehermanse/core that referenced this issue Apr 25, 2024
See microsoft/linux-package-repositories#130

Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
olehermanse pushed a commit to olehermanse/core that referenced this issue Apr 25, 2024
See microsoft/linux-package-repositories#130

Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
oriolpiera added a commit to Som-Energia/openerp_som_addons that referenced this issue May 7, 2024
@oriolpiera
Copy link

Encountering the exact same issue, see build log: https://github.com/eclipse-ecal/ecal/actions/runs/8813839529/job/24192444569?pr=1562

@Janebeem re-run jobs and it should work

@mbearup
Copy link
Collaborator

mbearup commented May 14, 2024

@Janebeem this issue was resolved on 24Apr; any jobs run since then should be successful. Have you tried running this since 24Apr?

Carlos-fernandez pushed a commit to Opentrons/opentrons that referenced this issue May 20, 2024
…ning bug. (#14993)

This is a temporary workaround due to an invalid InRelease file
published to the Microsoft Debian repository used by Ubuntu 22.04 (see
microsoft/linux-package-repositories#130). The
build jobs fail because apt-get update fails.

TODO: Revert this when the issue is fixed
@Titas-OpenTrack
Copy link

@mbearup It has been working fine for a while, but the error has returned in the past few days:

W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Error reading from server - read (104: Connection reset by peer) [IP: 151.101.50.xxx xx]

75 | E: Failed to fetch http://deb.debian.org/debian/dists/bullseye/main/binary-amd64/Packages Connection timed out [IP: 151.101.50.xxx xx]

@mbearup
Copy link
Collaborator

mbearup commented May 28, 2024

@Titas-OpenTrack the error message is from debian.org. This forum is only for issues on packages.microsoft.com.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 28, 2024
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

Successfully merging a pull request may close this issue.