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

Snapshot for 20240825, v20.0.0, 3ef64f7 (big-merge) #666

Closed
github-actions bot opened this issue Aug 25, 2024 · 30 comments
Closed

Snapshot for 20240825, v20.0.0, 3ef64f7 (big-merge) #666

github-actions bot opened this issue Aug 25, 2024 · 30 comments

Comments

@github-actions
Copy link

github-actions bot commented Aug 25, 2024

This issue exists to let you know that we are about to monitor the builds of the LLVM (v20.0.0, llvm/llvm-project@ 3ef64f7) snapshot for 20240825.

At certain intervals the CI system will update this very comment over time to reflect the progress of builds.
Log analysis
For example if a build of the llvm project fails on the fedora-rawhide-x86_64 platform, we'll analyze the build log (if any) to identify the cause of the failure. The cause can be any of ['srpm_build_issue', 'copr_timeout', 'network_issue', 'dependency_issue', 'test', 'downstream_patch_application', 'rpm__installed_but_unpackaged_files_found', 'rpm__directory_not_found', 'rpm__file_not_found', 'cmake_error', 'unknown']. For each cause we will list the packages and the relevant log excerpts.
Use of labels
Let's assume a unit test test in upstream LLVM was broken. We will then add these labels to this issue: error/test, build_failed_on/fedora-rawhide-x86_64, project/llvm. If you manually restart a build in Copr and can bring it to a successful state, we will automatically remove the aforementioned labels.

Last updated: 2024-08-27T23:26:26.424155

Build Matrix
llvm
fedora-39-aarch64
✅ tests passed
fedora-39-i386
fedora-39-ppc64le
✅ tests passed 🔒
fedora-39-s390x
✅ tests passed 🔒
fedora-39-x86_64
✅ tests passed
fedora-40-aarch64
✅ tests passed
fedora-40-i386
fedora-40-ppc64le
✅ tests passed 🔒
fedora-40-s390x
✅ tests passed 🔒
fedora-40-x86_64
✅ tests passed
fedora-41-aarch64
✅ tests passed
fedora-41-i386
fedora-41-ppc64le
fedora-41-s390x
fedora-41-x86_64
✅ tests passed
fedora-rawhide-aarch64
✅ tests passed
fedora-rawhide-i386
fedora-rawhide-ppc64le
⚠️ pipeline error
fedora-rawhide-s390x
⚠️ pipeline error
fedora-rawhide-x86_64
✅ tests passed
rhel-8-aarch64
✅ tests passed 🔒
rhel-8-s390x
✅ tests passed 🔒
rhel-8-x86_64
✅ tests passed 🔒
rhel-9-aarch64
✅ tests passed 🔒
rhel-9-s390x
✅ tests passed 🔒
rhel-9-x86_64
✅ tests passed 🔒
Build status legend
  • ⭕ : canceled
  • ❌ : failed
  • ☑️ : forked
  • 📥 : importing
  • 🔜 : pending
  • 🏃 : running
  • 🚫 : skipped
  • ⭐ : starting
  • ✅ : succeeded
  • ⌛ : waiting
  • ❔ : unknown
  • ⚠️ : pipeline error (only relevant to testing-farm)

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@nikic
Copy link
Collaborator

nikic commented Aug 26, 2024

Fully green build \o/

@nikic nikic closed this as completed Aug 26, 2024
@kwk
Copy link
Collaborator

kwk commented Aug 26, 2024

We need to be careful here!

For fedora-41-x86_64 the testing-farm log.txt shows that clang 18 is installed instead of clang 20:

03:26:20             out:  clang                             x86_64 18.1.8-3.fc41           testing-farm-tag-repository 587.8 KiB

When LLVM 18 is installed it will of course be "green" because it is released. We need to create means to increase the trustworthiness of testing-farm results.

The 404 in the testing-farm log.txt is another issue that @jchecahi addresses here: #670.

@kwk kwk reopened this Aug 26, 2024
@nikic
Copy link
Collaborator

nikic commented Aug 26, 2024

This is already tracked in #671, so closing this issue again.

@nikic nikic closed this as completed Aug 26, 2024
@jchecahi
Copy link
Contributor

@kwk I opened #671 to track the wrong package installation. I commented there as I think I've found the root cause.

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