Snapshot for 20240524, v19.0.0, 5b20595 (big-merge)
Closed this issue · 11 comments
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@ 5b20595) snapshot for 20240524.
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 thefedora-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', 'installed_but_unpackaged_files_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-26T23:21:10.210754
Build Matrix
llvm | |
---|---|
fedora-38-aarch64 ❌ tests failed |
✅ |
fedora-38-i386 ❌ Copr build(s) failed |
❌ |
fedora-38-ppc64le ✅ tests passed 🔒 |
✅ |
fedora-38-s390x ❌ Copr build(s) failed |
❌ |
fedora-38-x86_64 ❌ tests failed |
✅ |
fedora-39-aarch64 ✅ tests passed |
✅ |
fedora-39-i386 ❌ Copr build(s) failed |
❌ |
fedora-39-ppc64le ✅ tests passed 🔒 |
✅ |
fedora-39-s390x ❌ Copr build(s) failed |
❌ |
fedora-39-x86_64 ✅ tests passed |
✅ |
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 |
✅ |
fedora-rawhide-s390x ❌ Copr build(s) failed |
❌ |
fedora-rawhide-x86_64 ✅ tests passed |
✅ |
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)
Errors found in Copr builds on fedora-39-x86_64
- unknown
-
llvm
onfedora-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 3.237.27.215 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.
-
Testing-farm results are in!
Last updated: 2024-05-26T23:21:09.070683
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.137.193.80 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.21.186.157 closed.
Errors found in Copr builds on fedora-38-s390x
- unknown
-
llvm
onfedora-38-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~pre20240524.g5b205956e16e09-1.fc38.src.rpm) Config(fedora-38-s390x) 447 minutes 4 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 0c33e9be1815441c97afecc14ae24a5f -D /var/lib/mock/fedora-38-s390x-1716515198.212975/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.t5_0u3o3:/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.May 24 09:15:35 /usr/bin/ld: cannot find -lomptarget.rtl.cuda: No such file or directory May 24 09:15:35 clang++: error: linker command failed with exit code 1 (use -v to see invocation) -- May 24 09:16:13 error: Bad exit status from /var/tmp/rpm-tmp.7gNo4P (%build) -- /var/lib/mock/fedora-38-s390x-1716515198.212975/root/var/log/dnf.rpm.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc38.src.rpm) Config(fedora-38-s390x) 447 minutes 4 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-
Errors found in Copr builds on fedora-39-s390x
- unknown
-
llvm
onfedora-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~pre20240524.g5b205956e16e09-1.fc39.src.rpm) Config(fedora-39-s390x) 427 minutes 43 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 1635f5d8a220459d8d3ae938b7adfa34 -D /var/lib/mock/fedora-39-s390x-1716515172.316524/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.v524kddu:/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.May 24 08:55:28 /usr/bin/ld: cannot find -lomptarget.rtl.cuda: No such file or directory May 24 08:55:28 clang++: error: linker command failed with exit code 1 (use -v to see invocation) -- May 24 08:55:59 error: Bad exit status from /var/tmp/rpm-tmp.Zu7Btm (%build) -- /var/lib/mock/fedora-39-s390x-1716515172.316524/root/var/log/dnf.rpm.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc39.src.rpm) Config(fedora-39-s390x) 427 minutes 43 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-
Errors found in Copr builds on fedora-40-s390x
- unknown
-
llvm
onfedora-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~pre20240524.g5b205956e16e09-1.fc40.src.rpm) Config(fedora-40-s390x) 430 minutes 53 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 bc4f16265ba844a484bc81a106d4c8a4 -D /var/lib/mock/fedora-40-s390x-1716515235.539221/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.qnbzxlx5:/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.May 24 08:59:03 /usr/bin/ld: cannot find -lomptarget.rtl.cuda: No such file or directory May 24 08:59:03 clang++: error: linker command failed with exit code 1 (use -v to see invocation) -- May 24 08:59:27 error: Bad exit status from /var/tmp/rpm-tmp.HYEwiE (%build) -- INFO: /var/lib/mock/fedora-40-s390x-1716515235.539221/root/var/log/dnf5.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc40.src.rpm) Config(fedora-40-s390x) 430 minutes 53 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-
Errors found in Copr builds on fedora-rawhide-s390x
- unknown
-
llvm
onfedora-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~pre20240524.g5b205956e16e09-1.fc41.src.rpm) Config(fedora-rawhide-s390x) 407 minutes 29 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 6700257c7b284fe3a562743280fdf8cf -D /var/lib/mock/fedora-rawhide-s390x-1716515261.663148/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.2eq7ewcv:/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.May 24 08:36:15 /usr/bin/ld: cannot find -lomptarget.rtl.cuda: No such file or directory May 24 08:36:15 clang++: error: linker command failed with exit code 1 (use -v to see invocation) -- May 24 08:36:36 error: Bad exit status from /var/tmp/rpm-tmp.9QlqMh (%build) -- INFO: /var/lib/mock/fedora-rawhide-s390x-1716515261.663148/root/var/log/dnf5.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc41.src.rpm) Config(fedora-rawhide-s390x) 407 minutes 29 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-
Errors found in Copr builds on rhel-9-s390x
- unknown
-
llvm
onrhel-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~pre20240524.g5b205956e16e09-1.el9.src.rpm) Config(rhel-9-s390x) 416 minutes 18 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 45d2b867067948768331db3ca6db76d0 -D /var/lib/mock/rhel-9-s390x-1716515277.501856/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.gjlx8yo3:/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. -- /usr/bin/ld: cannot find -lomptarget.rtl.cuda clang++: error: linker command failed with exit code 1 (use -v to see invocation) -- ninja: build stopped: subcommand failed. error: Bad exit status from /var/tmp/rpm-tmp.8w92zd (%build) -- /var/lib/mock/rhel-9-s390x-1716515277.501856/root/var/log/dnf.rpm.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.el9.src.rpm) Config(rhel-9-s390x) 416 minutes 18 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-
Errors found in Copr builds on fedora-rawhide-i386
- unknown
-
llvm
onfedora-rawhide-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-19.0.0~pre20240524.g5b205956e16e09-1.fc41.src.rpm) Config(fedora-rawhide-i686) 549 minutes 16 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 1815ab554dc84cc58874f0db43b6abba -D /var/lib/mock/fedora-rawhide-i686-1716515260.887570/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.9xvix_02:/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.Processing files: clang-resource-filesystem-19.0.0~pre20240524.g5b205956e16e09-1.fc41.i686 error: Directory not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc41.i386/usr/lib/clang/19/bin -- INFO: /var/lib/mock/fedora-rawhide-i686-1716515260.887570/root/var/log/dnf5.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc41.src.rpm) Config(fedora-rawhide-i686) 549 minutes 16 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-
Errors found in Copr builds on fedora-38-i386
- unknown
-
llvm
onfedora-38-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-19.0.0~pre20240524.g5b205956e16e09-1.fc38.src.rpm) Config(fedora-38-i686) 576 minutes 15 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 66251cc7320f420699c0db3aac7164b7 -D /var/lib/mock/fedora-38-i686-1716515175.304013/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.k0djnj6c:/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.Processing files: clang-resource-filesystem-19.0.0~pre20240524.g5b205956e16e09-1.fc38.i686 error: Directory not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc38.i386/usr/lib/clang/19/bin -- /var/lib/mock/fedora-38-i686-1716515175.304013/root/var/log/dnf.rpm.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc38.src.rpm) Config(fedora-38-i686) 576 minutes 15 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-
Errors found in Copr builds on fedora-39-i386
- unknown
-
llvm
onfedora-39-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-19.0.0~pre20240524.g5b205956e16e09-1.fc39.src.rpm) Config(fedora-39-i686) 624 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 3d13ad682af046d8b6019a5cba53b696 -D /var/lib/mock/fedora-39-i686-1716515227.973600/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.lbv2toaz:/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.Processing files: clang-resource-filesystem-19.0.0~pre20240524.g5b205956e16e09-1.fc39.i686 error: Directory not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc39.i386/usr/lib/clang/19/bin -- /var/lib/mock/fedora-39-i686-1716515227.973600/root/var/log/dnf.rpm.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc39.src.rpm) Config(fedora-39-i686) 624 minutes 33 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-
Errors found in Copr builds on fedora-40-i386
- unknown
-
llvm
onfedora-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-19.0.0~pre20240524.g5b205956e16e09-1.fc40.src.rpm) Config(fedora-40-i686) 621 minutes 50 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 53ab78d0740f4572b209a61d86eee6df -D /var/lib/mock/fedora-40-i686-1716515227.204953/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.o30so434:/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.Processing files: clang-resource-filesystem-19.0.0~pre20240524.g5b205956e16e09-1.fc40.i686 error: Directory not found: /builddir/build/BUILDROOT/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc40.i386/usr/lib/clang/19/bin -- INFO: /var/lib/mock/fedora-40-i686-1716515227.204953/root/var/log/dnf5.log ERROR: Exception(/var/lib/copr-rpmbuild/results/llvm-19.0.0~pre20240524.g5b205956e16e09-1.fc40.src.rpm) Config(fedora-40-i686) 621 minutes 50 seconds -- Finish: clean chroot ERROR: Command failed: -- Copr build error: Build failed
-