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 20250213, v21.0.0, c5a4512 (big-merge) #1081

Closed
github-actions bot opened this issue Feb 13, 2025 · 31 comments
Closed

Snapshot for 20250213, v21.0.0, c5a4512 (big-merge) #1081

github-actions bot opened this issue Feb 13, 2025 · 31 comments

Comments

@github-actions
Copy link

github-actions bot commented Feb 13, 2025

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

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: 2025-02-15T23:20:14.621566

Build Matrix
llvm
fedora-40-aarch64
✅ tests passed
fedora-40-i386
fedora-40-ppc64le
❌ tests failed 🔒
fedora-40-s390x
❌ tests failed 🔒
fedora-40-x86_64
✅ tests passed
fedora-41-aarch64
✅ tests passed
fedora-41-i386
fedora-41-ppc64le
✅ tests passed 🔒
fedora-41-s390x
✅ tests passed 🔒
fedora-41-x86_64
❌ tests error
fedora-42-aarch64
✅ tests passed
fedora-42-i386
fedora-42-ppc64le
fedora-42-s390x
fedora-42-x86_64
✅ tests passed
fedora-rawhide-aarch64
✅ tests passed
fedora-rawhide-i386
fedora-rawhide-ppc64le
📥 request is queued
fedora-rawhide-s390x
✅ tests passed 🔒
fedora-rawhide-x86_64
✅ tests passed
rhel-8-aarch64
✅ tests passed 🔒
rhel-8-s390x
⚠️ pipeline error
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.

@tuliom
Copy link
Collaborator

tuliom commented Feb 13, 2025

tmt test LLVM regression suite :: minimal_mlir_cmake.txt on fedora-40-s390x should have been marked as UNSUPPORTED.

@nikic
Copy link
Collaborator

nikic commented Feb 14, 2025

That's my bad, I forgot we don't ship mlir in snapshots on f40 when writing https://src.fedoraproject.org/tests/llvm/pull-request/44. I've put up a fix at https://src.fedoraproject.org/tests/llvm/pull-request/45.

Worth noting that a mlir test also fails on f41 and above, but the failure there is different and looks like a legitimate issue in the integration test suite (using old syntax I think?)

@tuliom
Copy link
Collaborator

tuliom commented Feb 14, 2025

Worth noting that a mlir test also fails on f41 and above, but the failure there is different and looks like a legitimate issue in the integration test suite (using old syntax I think?)

@nikic Could you be more specific, please?

I see only this error on fedora-41-x86_64:

+ git clone --depth 1 https://src.fedoraproject.org/rpms/llvm-test-suite.git llvm-test-suite
Cloning into 'llvm-test-suite'...
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: the remote end hung up unexpectedly
Shared connection to 3.138.100.33 closed.

It appears to be a network issue.

@tuliom
Copy link
Collaborator

tuliom commented Feb 14, 2025

I wonder if you're referring to an issue in #1085 ...

@nikic
Copy link
Collaborator

nikic commented Feb 14, 2025

I wonder if you're referring to an issue in #1085 ...

Yeah, sorry, I got the issues mixed up :)

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