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

jammy InRelease' is no longer signed #601

Closed
mrbuslov opened this issue Apr 24, 2024 · 4 comments · Fixed by #602
Closed

jammy InRelease' is no longer signed #601

mrbuslov opened this issue Apr 24, 2024 · 4 comments · Fixed by #602
Assignees
Labels
bug Something isn't working

Comments

@mrbuslov
Copy link

mrbuslov commented Apr 24, 2024

Describe the bug

Hello, guys! Yesterday I ran github actions, everything was okay. Today I faced the error:

ts-graphviz/setup-graphviz@v2
/usr/bin/sudo apt-get update
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Hit:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
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?)
Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [11[9](https://github.com/actions/runs/8815213548/job/24196691092?pr=31#step:5:10) kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [[10](https://github.com/actions/runs/8815213548/job/24196691092?pr=31#step:5:11)9 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [[11](https://github.com/actions/runs/8815213548/job/24196691092?pr=31#step:5:12)0 kB]
Hit:7 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease
Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1610 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1830 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB]
Get:[12](https://github.com/actions/runs/8815213548/job/24196691092?pr=31#step:5:13) http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1070 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1392 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB]
Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1768 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB]
Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB]
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.
Error: The process '/usr/bin/sudo' failed with exit code 100

To Reproduce

Steps to reproduce the behavior:
Put this code to .github/workflows/___.yml file

      - uses: actions/checkout@v4
      - name: Setup Graphviz
        uses: ts-graphviz/setup-graphviz@v2
@kamiazya kamiazya added the bug Something isn't working label Apr 24, 2024
@kamiazya kamiazya self-assigned this Apr 24, 2024
@kamiazya
Copy link
Member

Related actions/runner-images#9733

@kamiazya
Copy link
Member

@all-contributors please add @mrbuslov for bug.

Copy link
Contributor

@kamiazya

I've put up a pull request to add @mrbuslov! 🎉

@mrbuslov
Copy link
Author

Thanks a lot, @kamiazya . Appreciate your quick help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants