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 20241129, v20.0.0, d9c2695 (pgo) #896

Open
github-actions bot opened this issue Nov 29, 2024 · 30 comments
Open

Snapshot for 20241129, v20.0.0, d9c2695 (pgo) #896

github-actions bot opened this issue Nov 29, 2024 · 30 comments

Comments

@github-actions
Copy link

github-actions bot commented Nov 29, 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@ d9c2695) snapshot for 20241129.

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-12-01T23:23:03.224221

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

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on centos-stream-10-aarch64

  • test
    1. llvm on centos-stream-10-aarch64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on centos-stream-10-ppc64le

  • test
    1. llvm on centos-stream-10-ppc64le (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on centos-stream-10-s390x

  • unknown
    1. llvm on centos-stream-10-s390x (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.el10.src.rpm) Config(centos-stream-10-s390x) 677 minutes 49 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 86b1a773eee346ef930421d0547ebc05 -D /var/lib/mock/centos-stream-10-s390x-1732846905.658249/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.vzvtic22:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target s390x --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      [4135/4300] cd /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/docs && /usr/bin/cmake -E env /usr/bin/sphinx-build-3 -b html -d /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/docs/_doctrees-llvm-html -q -t builder-html -D version=20 -D release=20.0.0pre20241129.gd9c269577e6e68 /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/docs/html
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:396: ERROR: Unexpected indentation.
      --
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:398: WARNING: Inline interpreted text or phrase reference start-string without end-string.
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:408: ERROR: Unexpected indentation.
      --
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:432: WARNING: Inline interpreted text or phrase reference start-string without end-string.
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:441: ERROR: Unexpected indentation.
      --
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:447: WARNING: Inline interpreted text or phrase reference start-string without end-string.
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:476: ERROR: Unexpected indentation.
      --
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:478: WARNING: Inline interpreted text or phrase reference start-string without end-string.
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on centos-stream-10-x86_64

  • test
    1. llvm on centos-stream-10-x86_64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-39-aarch64

  • test
    1. llvm on fedora-39-aarch64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-39-i386

  • test
    1. llvm on fedora-39-i386 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-39-ppc64le

  • test
    1. llvm on fedora-39-ppc64le (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-39-s390x

  • test
    1. llvm on fedora-39-s390x (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-39-x86_64

  • test
    1. llvm on fedora-39-x86_64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-40-aarch64

  • test
    1. llvm on fedora-40-aarch64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-40-i386

  • unknown
    1. llvm on fedora-40-i386 (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc40.src.rpm) Config(fedora-40-i686) 134 minutes 24 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 9acf8c4f0ff846ef9583ee5ea5b57b8c -D /var/lib/mock/fedora-40-i686-1732846813.523398/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.3b_k6y09:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target i686 --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      : && /usr/bin/clang++ -fPIC -O2 -fexceptions -g1 -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config=/usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -D_DEFAULT_SOURCE -Dasm=__asm__ -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -fprofile-generate="/builddir/build/BUILD/instrumented-llvm/profiles" -Xclang -mllvm -Xclang -vp-counters-per-site=8 -flto=thin -O2 -fexceptions -g1 -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config=/usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -D_DEFAULT_SOURCE -Dasm=__asm__ -DNDEBUG  -Wl,-z,relro -Wl,--as-needed  -Wl,-z,pack-relative-relocs -Wl,-z,now --config=/usr/lib/rpm/redhat/redhat-hardened-clang-ld.cfg   -Wl,--build-id=sha1 -Wl,-z,defs -Wl,-z,nodelete -fuse-ld=lld -Wl,--color-diagnostics -fprofile-generate="/builddir/build/BUILD/instrumented-llvm/profiles" -flto=thin -Wl,--thinlto-cache-dir=/builddir/build/BUILD/instrumented-llvm/lto.cache   -Wl,--gc-sections  -Xlinker -Bsymbolic-functions -shared -Wl,-soname,libLLVM.so.20.0pre20241129.gd9c269577e6e68 -o lib/libLLVM.so.20.0pre20241129.gd9c269577e6e68 tools/llvm-shlib/CMakeFiles/LLVM.dir/libllvm.cpp.o  -Wl,-rpath,"\$ORIGIN/../lib:"  -Wl,--version-script,/builddir/build/BUILD/instrumented-llvm/./lib/tools/llvm-shlib/simple_version_script.map  -Wl,--whole-archive  lib/libLLVMDemangle.a  lib/libLLVMSupport.a  lib/libLLVMCore.a  lib/libLLVMFuzzerCLI.a  lib/libLLVMFuzzMutate.a  lib/libLLVMFileCheck.a  lib/libLLVMInterfaceStub.a  lib/libLLVMIRPrinter.a  lib/libLLVMIRReader.a  lib/libLLVMCGData.a  lib/libLLVMCodeGen.a  lib/libLLVMSelectionDAG.a  lib/libLLVMAsmPrinter.a  lib/libLLVMMIRParser.a  lib/libLLVMGlobalISel.a  lib/libLLVMCodeGenTypes.a  lib/libLLVMBinaryFormat.a  lib/libLLVMBitReader.a  lib/libLLVMBitWriter.a  lib/libLLVMBitstreamReader.a  lib/libLLVMDWARFLinker.a  lib/libLLVMDWARFLinkerClassic.a  lib/libLLVMDWARFLinkerParallel.a  lib/libLLVMExtensions.a  lib/libLLVMFrontendAtomic.a  lib/libLLVMFrontendDriver.a  lib/libLLVMFrontendHLSL.a  lib/libLLVMFrontendOpenACC.a  lib/libLLVMFrontendOpenMP.a  lib/libLLVMFrontendOffloading.a  lib/libLLVMTransformUtils.a
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-40-ppc64le

  • test
    1. llvm on fedora-40-ppc64le (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-40-s390x

  • test
    1. llvm on fedora-40-s390x (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-40-x86_64

  • test
    1. llvm on fedora-40-x86_64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-41-aarch64

  • unknown
    1. llvm on fedora-41-aarch64 (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc41.src.rpm) Config(fedora-41-aarch64) 114 minutes 34 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 65b6b7faab7646e39d5eb22efe87b524 -D /var/lib/mock/fedora-41-aarch64-1732846900.723697/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.0i6wow9r:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target aarch64 --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      /var/tmp/rpm-tmp.WyoigK: line 295: llvm-profdata: command not found
      error: Bad exit status from /var/tmp/rpm-tmp.WyoigK (%build)
      --
      /bin/tar: Removing leading `/' from member names
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc41.src.rpm) Config(fedora-41-aarch64) 114 minutes 34 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-41-i386

  • dependency_issue
    1. llvm on fedora-41-i386 (see build log, contribute to log-detective)
      No match for argument: python3-pandas
      No match for argument: python3-pandas
      No match for argument: python3-pandas
      No match for argument: python3-pandas
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-41-ppc64le

  • unknown
    1. llvm on fedora-41-ppc64le (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc41.src.rpm) Config(fedora-41-ppc64le) 277 minutes 30 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 0e1ae8fadf204e7082863a104a0724cc -D /var/lib/mock/fedora-41-ppc64le-1732846894.205778/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.2iqkuf6p:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target ppc64le --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      /var/tmp/rpm-tmp.iRlB05: line 295: llvm-profdata: command not found
      error: Bad exit status from /var/tmp/rpm-tmp.iRlB05 (%build)
      --
      /bin/tar: Removing leading `/' from member names
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc41.src.rpm) Config(fedora-41-ppc64le) 277 minutes 30 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-41-s390x

  • unknown
    1. llvm on fedora-41-s390x (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc41.src.rpm) Config(fedora-41-s390x) 185 minutes 22 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 09dfdd03de7c44029846b2879020a7cc -D /var/lib/mock/fedora-41-s390x-1732846907.286044/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.2j0gmp6n:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target s390x --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      /var/tmp/rpm-tmp.H98VCy: line 295: llvm-profdata: command not found
      error: Bad exit status from /var/tmp/rpm-tmp.H98VCy (%build)
      --
      /bin/tar: Removing leading `/' from member names
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc41.src.rpm) Config(fedora-41-s390x) 185 minutes 22 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-41-x86_64

  • unknown
    1. llvm on fedora-41-x86_64 (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc41.src.rpm) Config(fedora-41-x86_64) 17 minutes 52 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 1966a20bde3648198f3e501bcb52e36e -D /var/lib/mock/fedora-41-x86_64-1732847006.897556/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.zlib4jfy:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target x86_64 --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      RPM build errors:
      error: Bad exit status from /var/tmp/rpm-tmp.rZoRWL (%build)
      --
      /bin/tar: Removing leading `/' from member names
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc41.src.rpm) Config(fedora-41-x86_64) 17 minutes 52 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-rawhide-aarch64

  • unknown
    1. llvm on fedora-rawhide-aarch64 (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc42.src.rpm) Config(fedora-rawhide-aarch64) 112 minutes 17 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 5230a02cba9e4a9ba4b4f7c9c619a1c4 -D /var/lib/mock/fedora-rawhide-aarch64-1732846922.896098/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.xl0dtgck:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target aarch64 --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      /var/tmp/rpm-tmp.ql0EMP: line 295: llvm-profdata: command not found
      error: Bad exit status from /var/tmp/rpm-tmp.ql0EMP (%build)
      --
      /bin/tar: Removing leading `/' from member names
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc42.src.rpm) Config(fedora-rawhide-aarch64) 112 minutes 17 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-rawhide-i386

  • dependency_issue
    1. llvm on fedora-rawhide-i386 (see build log, contribute to log-detective)
      No match for argument: python3-pandas
      No match for argument: python3-pandas
      No match for argument: python3-pandas
      No match for argument: python3-pandas
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-rawhide-ppc64le

  • unknown
    1. llvm on fedora-rawhide-ppc64le (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc42.src.rpm) Config(fedora-rawhide-ppc64le) 278 minutes 14 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M b8e4a4fcac6243a889a8b67323ded212 -D /var/lib/mock/fedora-rawhide-ppc64le-1732846933.654211/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.966gp3fx:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target ppc64le --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      /var/tmp/rpm-tmp.L6CHRE: line 295: llvm-profdata: command not found
      error: Bad exit status from /var/tmp/rpm-tmp.L6CHRE (%build)
      --
      /bin/tar: Removing leading `/' from member names
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc42.src.rpm) Config(fedora-rawhide-ppc64le) 278 minutes 14 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-rawhide-s390x

  • unknown
    1. llvm on fedora-rawhide-s390x (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc42.src.rpm) Config(fedora-rawhide-s390x) 185 minutes 48 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 4a49c839ff0443728d0ca640ae4be946 -D /var/lib/mock/fedora-rawhide-s390x-1732846816.488256/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.oojbjf9d:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target s390x --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      RPM build errors:
      error: Bad exit status from /var/tmp/rpm-tmp.t03RSo (%build)
      --
      /bin/tar: Removing leading `/' from member names
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc42.src.rpm) Config(fedora-rawhide-s390x) 185 minutes 48 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on fedora-rawhide-x86_64

  • unknown
    1. llvm on fedora-rawhide-x86_64 (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc42.src.rpm) Config(fedora-rawhide-x86_64) 15 minutes 20 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 5f141403c69641eea60dfab1a0b8a21e -D /var/lib/mock/fedora-rawhide-x86_64-1732847006.380991/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.kftimpw_:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target x86_64 --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

      RPM build errors:
      error: Bad exit status from /var/tmp/rpm-tmp.twnyQT (%build)
      --
      /bin/tar: Removing leading `/' from member names
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.fc42.src.rpm) Config(fedora-rawhide-x86_64) 15 minutes 20 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on rhel-8-aarch64

  • test
    1. llvm on rhel-8-aarch64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/aarch64-redhat-linux-gnu/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/aarch64-redhat-linux-gnu/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/aarch64-redhat-linux-gnu/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/aarch64-redhat-linux-gnu/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on rhel-8-s390x

  • test
    1. llvm on rhel-8-s390x (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/s390x-redhat-linux-gnu/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/s390x-redhat-linux-gnu/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/s390x-redhat-linux-gnu/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/s390x-redhat-linux-gnu/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on rhel-8-x86_64

  • test
    1. llvm on rhel-8-x86_64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/x86_64-redhat-linux-gnu/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/x86_64-redhat-linux-gnu/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/x86_64-redhat-linux-gnu/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/x86_64-redhat-linux-gnu/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on rhel-9-aarch64

  • test
    1. llvm on rhel-9-aarch64 (see build log, contribute to log-detective)
      TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED
      ******************** TEST 'LLVM :: CodeGen/X86/pr114360.ll' FAILED ********************
      Exit Code: 1
      
      Command Output (stderr):
      --
      RUN: at line 2: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc < /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll -mtriple=x86_64- -debug-counter=dagcombine=0 | /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/llc -mtriple=x86_64- -debug-counter=dagcombine=0
      + /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/redhat-linux-build/bin/FileCheck /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll:9:15: error: CHECK-NEXT: expected string not found in input
      ; CHECK-NEXT: movzwl %ax, %eax
                    ^
      <stdin>:9:55: note: scanning from here
       movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001
                                                            ^
      <stdin>:10:2: note: possible intended match here
       movl %eax, %eax
       ^
      
      Input file: <stdin>
      Check file: /builddir/build/BUILD/llvm-project-d9c269577e6e68e1336461f266b20780f4d78dba/llvm/test/CodeGen/X86/pr114360.ll
      
      -dump-input=help explains the following input dump.
      
      Input was:
      <<<<<<
                1:  .text 
                2:  .file "<stdin>" 
                3:  .globl test # -- Begin function test 
                4:  .p2align 4 
                5:  .type test,@function 
                6: test: # @test 
                7:  .cfi_startproc 
                8: # %bb.0: 
                9:  movabsq $-4294967295, %rax # imm = 0xFFFFFFFF00000001 
      next:9'0                                                           X error: no match found
               10:  movl %eax, %eax 
      next:9'0     ~~~~~~~~~~~~~~~~~
      next:9'1      ?                possible intended match
               11:  retq 
      next:9'0     ~~~~~~
               12: .Lfunc_end0: 
      next:9'0     ~~~~~~~~~~~~~
               13:  .size test, .Lfunc_end0-test 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               14:  .cfi_endproc 
      next:9'0     ~~~~~~~~~~~~~~
               15:  # -- End function 
      next:9'0     ~~~~~~~~~~~~~~~~~~~
               16:  .section ".note.GNU-stack","",@progbits 
      next:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >>>>>>
      
      --
      
      

Copy link
Author

github-actions bot commented Nov 29, 2024

Errors found in Copr builds on rhel-9-s390x

  • unknown
    1. llvm on rhel-9-s390x (see build log, contribute to log-detective)

      Build log tail

      Sometimes the end of the build log contains useful information.

      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-20.0.0~pre20241129.gd9c269577e6e68-1.el9.src.rpm) Config(rhel-9-s390x) 724 minutes 21 seconds
      INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
      INFO: Cleaning up build root ('cleanup_on_failure=True')
      Start: clean chroot
      INFO: unmounting tmpfs.
      Finish: clean chroot
      ERROR: Command failed: 
       # /usr/bin/systemd-nspawn -q -M 5710a165ab694dec82afa0889fc76f52 -D /var/lib/mock/rhel-9-s390x-1732846943.144187/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.1f8dq7z9:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -bb  --target s390x --nodeps /builddir/build/originals/llvm.spec'
      
      Copr build error: Build failed
      
      

      RPM build errors

      If we have found RPM build errors in the log file, you'll find them here.

      
      

      Errors to look into

      If we have found the term error: (case insentitive) in the build log,
      you'll find all occurrences here together with the preceding lines.

        Installing build dependencies: finished with status 'error'
        ERROR: Command errored out with exit status 1:
      --
          Preparing metadata (pyproject.toml): finished with status 'error'
          ERROR: Command errored out with exit status 1:
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:331:34: error: invalid operands to binary expression ('const npyv_f32' (vector of 4 'float' values) and 'npyv_f32' (vector of 4 'float' values))
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:337:34: error: invalid operands to binary expression ('const npyv_f64' (vector of 2 'double' values) and 'npyv_f64' (vector of 2 'double' values))
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:337:34: error: invalid operands to binary expression ('const npyv_f64' (vector of 2 'double' values) and 'npyv_f64' (vector of 2 'double' values))
      --
          Preparing metadata (pyproject.toml): finished with status 'error'
          ERROR: Command errored out with exit status 1:
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:331:34: error: invalid operands to binary expression ('const npyv_f32' (vector of 4 'float' values) and 'npyv_f32' (vector of 4 'float' values))
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:337:34: error: invalid operands to binary expression ('const npyv_f64' (vector of 2 'double' values) and 'npyv_f64' (vector of 2 'double' values))
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:337:34: error: invalid operands to binary expression ('const npyv_f64' (vector of 2 'double' values) and 'npyv_f64' (vector of 2 'double' values))
      --
          Preparing metadata (pyproject.toml): finished with status 'error'
          ERROR: Command errored out with exit status 1:
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:331:34: error: invalid operands to binary expression ('const npyv_f32' (vector of 4 'float' values) and 'npyv_f32' (vector of 4 'float' values))
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:337:34: error: invalid operands to binary expression ('const npyv_f64' (vector of 2 'double' values) and 'npyv_f64' (vector of 2 'double' values))
      --
          In file included from ../numpy/_core/src/common/simd/vec/vec.h:110:
          ../numpy/_core/src/common/simd/vec/arithmetic.h:337:34: error: invalid operands to binary expression ('const npyv_f64' (vector of 2 'double' values) and 'npyv_f64' (vector of 2 'double' values))
      --
        WARNING: Discarding https://files.pythonhosted.org/p
      

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