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

ubuntu22.04 install llvm faild #9735

Closed
2 of 13 tasks
qicosmos opened this issue Apr 24, 2024 · 2 comments
Closed
2 of 13 tasks

ubuntu22.04 install llvm faild #9735

qicosmos opened this issue Apr 24, 2024 · 2 comments

Comments

@qicosmos
Copy link

Description

https://github.com/qicosmos/cinatra/actions/runs/8813963128/job/24192836432?pr=563

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.
Repository: 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main'
Description:
Archive for codename: llvm-toolchain-jammy-17 components: main
More info: http://apt.llvm.org/jammy/
Adding repository.
Adding deb entry to /etc/apt/sources.list.d/archive_uri-http_apt_llvm_org_jammy_-jammy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/archive_uri-http_apt_llvm_org_jammy_-jammy.list
+ apt-get update
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Get:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease
Err:7 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:8 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease
Hit:6 https://apt.llvm.org/jammy llvm-toolchain-jammy-17 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.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Runner Image
  Image: ubuntu-22.04
  Version: 20240422.1.0
  Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240422.1/images/ubuntu/Ubuntu2204-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240422.1

https://github.com/qicosmos/cinatra/actions/runs/8813963128/job/24192836432?pr=563

Is it regression?

https://github.com/qicosmos/cinatra/actions/runs/8794320506/job/24133571446

Expected behavior

install clang-17 and clang++-17 ok.

Actual behavior

install failed

Repro steps

git action script:

      - name: Install newer Clang
        run: |
          wget https://apt.llvm.org/llvm.sh
          chmod +x ./llvm.sh
          sudo ./llvm.sh 17
@mikhailkoliada
Copy link
Contributor

mikhailkoliada commented Apr 24, 2024

Duplicate of #9733

@mikhailkoliada mikhailkoliada marked this as a duplicate of #9735 Apr 24, 2024
@mikhailkoliada mikhailkoliada marked this as a duplicate of #9733 Apr 24, 2024
@qicosmos
Copy link
Author

How to solve the problem? just happed today

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

No branches or pull requests

2 participants