fedora-llvm-team / llvm-snapshots

Everything to build LLVM snapshots
https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots/
14 stars 8 forks source link

Snapshot for 20240704, v19.0.0, 089ba11 (big-merge) #578

Open github-actions[bot] opened 2 days ago

github-actions[bot] commented 2 days ago

Hello @tuliom!

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

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-07-06T20:19:47.231774

Build Matrix | |llvm| |:---|:---:| |fedora-39-aarch64|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706002)| |fedora-39-i386|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706003)| |fedora-39-ppc64le|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706004)| |fedora-39-s390x|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706005)| |fedora-39-x86_64|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706006)| |fedora-40-aarch64|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706007)| |fedora-40-i386|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706008)| |fedora-40-ppc64le|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706009)| |fedora-40-s390x|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706010)| |fedora-40-x86_64|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706011)| |fedora-rawhide-aarch64|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706012)| |fedora-rawhide-i386|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706013)| |fedora-rawhide-ppc64le|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706014)| |fedora-rawhide-s390x|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706015)| |fedora-rawhide-x86_64|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706016)| |rhel-9-aarch64|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706017)| |rhel-9-s390x|[:x:](https://copr.fedorainfracloud.org/coprs/build/7706018)| |rhel-9-x86_64|[:white_check_mark:](https://copr.fedorainfracloud.org/coprs/build/7706019)|
Build status legend
  • :o: : canceled
  • :x: : failed
  • :ballot_box_with_check: : forked
  • :inbox_tray: : importing
  • :soon: : pending
  • :running: : running
  • :no_entry_sign: : skipped
  • :star: : starting
  • :white_check_mark: : succeeded
  • :hourglass: : waiting
  • :grey_question: : unknown
  • :warning: : pipeline error (only relevant to testing-farm)
github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-40-x86_64

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-rawhide-x86_64

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-39-x86_64

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-40-aarch64

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-rawhide-aarch64

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-40-s390x

github-actions[bot] commented 2 days ago

Errors found in Copr builds on rhel-9-aarch64

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-39-aarch64

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-40-i386

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-rawhide-i386

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-rawhide-s390x

kwk commented 2 days ago

The errors for lldb/unittests/ValueObject/DumpValueObjectOptionsTests.cpp that we've seen in the build log were caused by https://github.com/llvm/llvm-project/pull/97553 which was already reverted upstream.

Jul 04 02:17:03 /builddir/build/BUILD/llvm-project-089ba1127f35fe89ff4d18cca1c87869f9eace6c/lldb/unittests/ValueObject/DumpValueObjectOptionsTests.cpp:135:25: error: constant expression evaluates to -2 which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing-const-reference]
Jul 04 02:17:03   135 |                       {{-2, {}, "(TestEnum) test_var = -2\n"},
Jul 04 02:17:03       |                         ^~
Jul 04 02:17:03 /builddir/build/BUILD/llvm-project-089ba1127f35fe89ff4d18cca1c87869f9eace6c/lldb/unittests/ValueObject/DumpValueObjectOptionsTests.cpp:136:25: error: constant expression evaluates to -1 which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing-const-reference]
Jul 04 02:17:03   136 |                        {-1, {}, "(TestEnum) test_var = -1\n"},
Jul 04 02:17:03       |                         ^~
Jul 04 02:17:03 2 errors generated.
github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-40-ppc64le

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-39-s390x

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-rawhide-ppc64le

github-actions[bot] commented 2 days ago

Errors found in Copr builds on fedora-39-ppc64le

github-actions[bot] commented 1 day ago

Errors found in Copr builds on fedora-39-i386