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 20240527, v19.0.0, 686600b (big-merge) #512

Closed
github-actions bot opened this issue May 27, 2024 · 16 comments
Closed

Snapshot for 20240527, v19.0.0, 686600b (big-merge) #512

github-actions bot opened this issue May 27, 2024 · 16 comments

Comments

@github-actions
Copy link

github-actions bot commented May 27, 2024

Hello @kwk!

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

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', '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, arch/x86_64, os/fedora-rawhide, 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-05-29T23:20:24.789244

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

This comment has been minimized.

Copy link
Author

Errors found in Copr builds on fedora-39-ppc64le

  • network_issue
    1. llvm on fedora-39-ppc64le (see build log, contribute to log-detective)
      Errors during downloading metadata for repository 'updates':
      Errors during downloading metadata for repository 'updates':
      Errors during downloading metadata for repository 'updates':
      Errors during downloading metadata for repository 'updates':
      
      

Copy link
Author

github-actions bot commented May 27, 2024

Errors found in Copr builds on fedora-39-x86_64

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

      Build log tail

      Sometimes the end of the build log contains useful information.

      ssh: connect to host 52.86.162.24 port 22: Connection timed out
      
      

      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.

      
      

Copy link
Author

github-actions bot commented May 27, 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.

      ssh: connect to host 100.26.109.5 port 22: Connection timed out
      
      

      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.

      
      

Copy link
Author

github-actions bot commented May 27, 2024

Testing-farm results are in!

Last updated: 2024-05-27T11:20:46.381893

Some (if not all) results from testing-farm are in. This comment will be updated over time and is detached from the main issue comment because we want to preserve the logs entirely and not shorten them.

Note

Please be aware that the testing-farm artifact links a valid for no longer than 90 days. That is why we persists the log outputs here.

Warning

This list is not extensive if tests have been run in the Red Hat internal testing-farm ranch and failed. For those, take a look in the "chroot" column of the build matrix above and look for failed tests that show a 🔒 symbol.

Failed testing-farm test cases

/clang-tests/tests/use-correct-dwarf-default on fedora-38-aarch64 (see testing-farm artifacts)
+ required_dwarf_version=4
++++ type -p clang
+++ readlink -f /usr/bin/clang
++ rpm -qf --queryformat '%{name}' /usr/bin/clang-19
+ CLANG_PKG=clang
++ rpm -q --queryformat '%{version}' clang
++ grep -ioP '^[0-9]+'
+ clang_version=19
+ '[' 19 -ge 18 ']'
+ echo 'clang is greater or equal version 18'
clang is greater or equal version 18
+ required_dwarf_version=5
+ '[' -e /etc/fedora-release ']'
++ grep -ioP 'Fedora release \K[0-9]+' /etc/fedora-release
+ fedora_version=38
+ '[' 38 -le 38 ']'
+ required_dwarf_version=4
+ echo 'int main(){ return 0; }'
+ clang -g -v -x c -
+ grep -q '\-dwarf-version=4' build.log
Shared connection to 3.23.128.139 closed.

/clang-tests/tests/use-correct-dwarf-default on fedora-38-x86_64 (see testing-farm artifacts)
+ required_dwarf_version=4
++++ type -p clang
+++ readlink -f /usr/bin/clang
++ rpm -qf --queryformat '%{name}' /usr/bin/clang-19
+ CLANG_PKG=clang
++ rpm -q --queryformat '%{version}' clang
++ grep -ioP '^[0-9]+'
+ clang_version=19
+ '[' 19 -ge 18 ']'
+ echo 'clang is greater or equal version 18'
clang is greater or equal version 18
+ required_dwarf_version=5
+ '[' -e /etc/fedora-release ']'
++ grep -ioP 'Fedora release \K[0-9]+' /etc/fedora-release
+ fedora_version=38
+ '[' 38 -le 38 ']'
+ required_dwarf_version=4
+ echo 'int main(){ return 0; }'
+ clang -g -v -x c -
+ grep -q '\-dwarf-version=4' build.log
Shared connection to 3.128.192.193 closed.

Copy link
Author

github-actions bot commented May 27, 2024

Errors found in Copr builds on fedora-40-i386

  • rpm__directory_not_found
    1. llvm on fedora-40-i386 (see build log, contribute to log-detective)
      RPM build errors:
          Directory not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc40.i386/usr/lib/clang/19/bin
      Finish: rpmbuild llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc40.src.rpm
      Finish: build phase for llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc40.src.rpm
      INFO: chroot_scan: 1 files copied to /var/lib/copr-rpmbuild/results/chroot_scan
      INFO: /var/lib/mock/fedora-40-i686-1716774553.566945/root/var/log/dnf5.log
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc40.src.rpm) Config(fedora-40-i686) 645 minutes 8 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
      

Copy link
Author

github-actions bot commented May 27, 2024

Errors found in Copr builds on fedora-rawhide-i386

  • rpm__directory_not_found
    1. llvm on fedora-rawhide-i386 (see build log, contribute to log-detective)
      RPM build errors:
          Directory not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc41.i386/usr/lib/clang/19/bin
      Finish: rpmbuild llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc41.src.rpm
      Finish: build phase for llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc41.src.rpm
      INFO: chroot_scan: 1 files copied to /var/lib/copr-rpmbuild/results/chroot_scan
      INFO: /var/lib/mock/fedora-rawhide-i686-1716774588.615642/root/var/log/dnf5.log
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc41.src.rpm) Config(fedora-rawhide-i686) 586 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
      

Copy link
Author

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-19.0.0~pre20240527.g686600b521aa3c-1.fc41.src.rpm) Config(fedora-rawhide-s390x) 580 minutes 26 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 530bdbfeea0d45828d12b9438274da61 -D /var/lib/mock/fedora-rawhide-s390x-1716776826.729933/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.rmdiy_8o:/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.

      Processing files: compiler-rt-19.0.0~pre20240527.g686600b521aa3c-1.fc41.s390x
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc41.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/clang_rt.crtbegin.o
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc41.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/clang_rt.crtend.o
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc41.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/liborc_rt.a
      --
      INFO: /var/lib/mock/fedora-rawhide-s390x-1716776826.729933/root/var/log/dnf5.log
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc41.src.rpm) Config(fedora-rawhide-s390x) 580 minutes 26 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

Copy link
Author

github-actions bot commented May 27, 2024

Errors found in Copr builds on fedora-39-i386

  • rpm__directory_not_found
    1. llvm on fedora-39-i386 (see build log, contribute to log-detective)
      RPM build errors:
          Directory not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc39.i386/usr/lib/clang/19/bin
      Finish: rpmbuild llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc39.src.rpm
      Finish: build phase for llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc39.src.rpm
      INFO: chroot_scan: 3 files copied to /var/lib/copr-rpmbuild/results/chroot_scan
      INFO: /var/lib/mock/fedora-39-i686-1716774530.440509/root/var/log/dnf.log
      /var/lib/mock/fedora-39-i686-1716774530.440509/root/var/log/dnf.librepo.log
      /var/lib/mock/fedora-39-i686-1716774530.440509/root/var/log/dnf.rpm.log
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc39.src.rpm) Config(fedora-39-i686) 660 minutes 11 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
      

Copy link
Author

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-19.0.0~pre20240527.g686600b521aa3c-1.el9.src.rpm) Config(rhel-9-s390x) 612 minutes 33 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 b3b64d0e6c624b95a5f619a3344c71e9 -D /var/lib/mock/rhel-9-s390x-1716776761.293132/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.hl4bb9dm:/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.

        Running scriptlet: gcc-toolset-13-runtime-13.0-2.el9.s390x            407/438 
      ValueError: SELinux policy is not managed or store cannot be accessed.
      --
      extracting debug info from /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/bin/obj2yaml
      Dwarf Error: Cannot not find DIE at 0xa46c22 [from module /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/bin/obj2yaml]
      --
      extracting debug info from /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib64/libLLVM.so.19.0pre20240527.g686600b521aa3c
      Dwarf Error: Cannot not find DIE at 0x107a31b7 [from module /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/bin/llvm-exegesis]
      --
      extracting debug info from /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib64/libarcher.so
      ../../gdb/dwarf2/read.c:1864: internal-error: bool dwarf2_per_objfile::symtab_set_p(const dwarf2_per_cu_data*) const: Assertion `per_cu->index < this->m_symtabs.size ()' failed.
      --
      extracting debug info from /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib64/libclang-cpp.so.19.0pre20240527.g686600b521aa3c
      Dwarf Error: Cannot not find DIE at 0x14692482 [from module /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib64/libLLVM.so.19.0pre20240527.g686600b521aa3c]
      --
      extracting debug info from /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib64/libomp.so
      ../../gdb/dwarf2/read.c:1864: internal-error: bool dwarf2_per_objfile::symtab_set_p(const dwarf2_per_cu_data*) const: Assertion `per_cu->index < this->m_symtabs.size ()' failed.
      --
      extracting debug info from /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib64/libompd.so
      ../../gdb/dwarf2/read.c:1864: internal-error: bool dwarf2_per_objfile::symtab_set_p(const dwarf2_per_cu_data*) const: Assertion `per_cu->index < this->m_symtabs.size ()' failed.
      --
      extracting debug info from /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib64/libomptarget.so.19.0pre20240527.g686600b521aa3c
      ../../gdb/dwarf2/read.c:1864: internal-error: bool dwarf2_per_objfile::symtab_set_p(const dwarf2_per_cu_data*) const: Assertion `per_cu->index < this->m_symtabs.size ()' failed.
      --
      Processing files: compiler-rt-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/clang_rt.crtbegin.o
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/clang_rt.crtend.o
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.el9.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/liborc_rt.a
      --
      /var/lib/mock/rhel-9-s390x-1716776761.293132/root/var/l
      

Copy link
Author

Errors found in Copr builds on fedora-40-s390x

  • unknown
    1. llvm on fedora-40-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-19.0.0~pre20240527.g686600b521aa3c-1.fc40.src.rpm) Config(fedora-40-s390x) 655 minutes 19 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 356ab33736634aa2b7fd9030b7206d7a -D /var/lib/mock/fedora-40-s390x-1716776745.583322/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv._xd4adax:/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.

      Processing files: compiler-rt-19.0.0~pre20240527.g686600b521aa3c-1.fc40.s390x
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc40.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/clang_rt.crtbegin.o
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc40.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/clang_rt.crtend.o
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc40.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/liborc_rt.a
      --
      INFO: /var/lib/mock/fedora-40-s390x-1716776745.583322/root/var/log/dnf5.log
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc40.src.rpm) Config(fedora-40-s390x) 655 minutes 19 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

@kwk
Copy link
Collaborator

kwk commented May 27, 2024

/retest rhel-9-x86_64

Copy link
Author

Errors found in Copr builds on fedora-39-s390x

  • unknown
    1. llvm on fedora-39-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-19.0.0~pre20240527.g686600b521aa3c-1.fc39.src.rpm) Config(fedora-39-s390x) 822 minutes 27 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 eed33041a9be494ebfeac3e1a6524636 -D /var/lib/mock/fedora-39-s390x-1716776741.310395/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.f6gz9z2a:/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.

      Processing files: compiler-rt-19.0.0~pre20240527.g686600b521aa3c-1.fc39.s390x
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc39.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/clang_rt.crtbegin.o
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc39.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/clang_rt.crtend.o
      error: File not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc39.s390x/usr/lib/clang/19/lib/s390x-redhat-linux-gnu/liborc_rt.a
      --
      /var/lib/mock/fedora-39-s390x-1716776741.310395/root/var/log/dnf.rpm.log
      ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240527.g686600b521aa3c-1.fc39.src.rpm) Config(fedora-39-s390x) 822 minutes 27 seconds
      --
      Finish: clean chroot
      ERROR: Command failed: 
      --
      
      Copr build error: Build failed
      
      

@kwk
Copy link
Collaborator

kwk commented May 27, 2024

/retest rhel-9-x86_64

@kwk
Copy link
Collaborator

kwk commented May 27, 2024

/retest rhel-9-x86_64

@nikic
Copy link
Collaborator

nikic commented May 28, 2024

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