D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/ldetect-0.12.8-5.mga8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bNWSnL
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf ldetect-0.12.8
+ /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/ldetect-0.12.8.tar.xz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ldetect-0.12.8
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.N8BqxL
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd ldetect-0.12.8
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 V=1 VERBOSE=1
rm -f pciclass.c
perl generate_pciclass.pl /usr/include/pci/pci.h /usr/include/pci/header.h > pciclass.c
chmod a-w pciclass.c
rm -f usbclass.c
perl generate_usbclass.pl /usr/share/usb.ids > usbclass.c
chmod a-w usbclass.c
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o hid.o hid.c
In file included from hid.c:11:
common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED;
      |               ^~~~~~~~
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o common.o common.c
In file included from common.c:9:
common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED;
      |               ^~~~~~~~
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o sysfs_attr.o sysfs_attr.c
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o modalias.o modalias.c
In file included from modalias.c:13:
common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED;
      |               ^~~~~~~~
modalias.c:54:18: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   54 | struct kmod_ctx* modalias_init() {
      |                  ^~~~~~~~~~~~~
modalias.c: In function 'modalias_resolve_module':
modalias.c:99:2: warning: 'kmod_module_get_filtered_blacklist' is deprecated [-Wdeprecated-declarations]
   99 |  err = kmod_module_get_filtered_blacklist(ctx, list, &filtered);
      |  ^~~
In file included from modalias.c:11:
/usr/include/libkmod.h:194:5: note: declared here
  194 | int kmod_module_get_filtered_blacklist(const struct kmod_ctx *ctx,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o pci.o pci.c
In file included from pci.c:13:
common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED;
      |               ^~~~~~~~
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o usb.o usb.c
In file included from usb.c:7:
common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED;
      |               ^~~~~~~~
usb.c: In function 'usb_probe':
usb.c:97:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
   97 |   case 'I': if (e->class_id == 0 || e->module == NULL) {
      |                                  ^
usb.c:125:3: note: here
  125 |   case 'S': {
      |   ^~~~
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o pciusb.o pciusb.c
In file included from pciusb.c:13:
common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED;
      |               ^~~~~~~~
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o pciclass.o pciclass.c
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o sysfs_utils.o sysfs_utils.c
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o usbclass.o usbclass.c
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o dmi.o dmi.c
In file included from dmi.c:10:
common.h:22:15: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   22 | extern struct kmod_ctx* modalias_init() NON_EXPORTED;
      |               ^~~~~~~~
dmi.c: In function 'entries_matching_criteria':
dmi.c:228:15: warning: 'strncat' specified bound 512 equals destination size [-Wstringop-overflow=]
  228 |        if (i) strncat(tmp, "|", BUF_SIZE);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
dmi.c: In function 'entries_matching_criteria.isra':
dmi.c:229:8: warning: 'strncat' specified bound 512 equals destination size [-Wstringop-overflow=]
  229 |        strncat(tmp, constraints[i], BUF_SIZE);
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g   -c -o names.o names.c
ar -cru libldetect.a common.o hid.o modalias.o pciusb.o pci.o usb.o pciclass.o usbclass.o dmi.o sysfs_attr.o sysfs_utils.o names.o
ranlib libldetect.a
cc -shared -Wl,-z,relro -Wl,-O1,-soname,libldetect.so.0.12 -o libldetect.so.0.12.8 common.o hid.o modalias.o pciusb.o pci.o usb.o pciclass.o usbclass.o dmi.o sysfs_attr.o sysfs_utils.o names.o -ludev -lpci -lkmod -lz
ln -sf libldetect.so.0.12.8 libldetect.so.0.12
ln -sf libldetect.so.0.12 libldetect.so
cc -Wall -W -Wstrict-prototypes -Os -fPIC -fvisibility=hidden -g    lspcidrake.c libldetect.so   -o lspcidrake
lspcidrake.c: In function 'main':
lspcidrake.c:107:12: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  107 |  if (!fake && geteuid() == 0 || dmidecode_file) {
      |      ~~~~~~^~~~~~~~~~~~~~~~~
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MpNdFM
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64
++ dirname /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64
+ cd ldetect-0.12.8
+ '[' 1 -eq 1 ']'
+ echo 'warning: %makeinstall is deprecated, try %make_install instead'
warning: %makeinstall is deprecated, try %make_install instead
+ /usr/bin/make prefix=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share/info install
install -d /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/bin /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/lib64 /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/include
install lspcidrake /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/bin
cp -a libldetect.so libldetect.so.0.12 libldetect.so.0.12.8 libldetect.a /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/lib64
install libldetect.h /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/include
+ /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.12.8-5.mga8 --unique-debug-suffix -0.12.8-5.mga8.x86_64 --unique-debug-src-base ldetect-0.12.8-5.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ldetect-0.12.8

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/bin/lspcidrake
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/lib64/libldetect.so.0.12.8
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/bin/lspcidrake
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/lib64/libldetect.so.0.12.8
original debug info size: 152kB, size after compression: 148kB
/usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match.
293 blocks
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
*** WARNING: ./usr/include/libldetect.h is executable but has no shebang, removing executable bit
Processing files: ldetect-0.12.8-5.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xgfYiL
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd ldetect-0.12.8
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share/doc/ldetect
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share/doc/ldetect
+ cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share/doc/ldetect
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ldetect = 0.12.8-5.mga8 ldetect(x86-64) = 0.12.8-5.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libldetect.so.0.12()(64bit)
Processing files: lib64ldetect0.12-0.12.8-5.mga8.x86_64
Provides: lib64ldetect0.12 = 0.12.8-5.mga8 lib64ldetect0.12(x86-64) = 0.12.8-5.mga8 libldetect.so.0.12()(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.7)(64bit) libkmod.so.2()(64bit) libkmod.so.2(LIBKMOD_5)(64bit) libpci.so.3()(64bit) libpci.so.3(LIBPCI_3.0)(64bit) libpci.so.3(LIBPCI_3.1)(64bit) libpci.so.3(LIBPCI_3.5)(64bit) libudev.so.1()(64bit) libudev.so.1(LIBUDEV_183)(64bit) libudev.so.1(LIBUDEV_196)(64bit) libz.so.1()(64bit)
Processing files: lib64ldetect-devel-0.12.8-5.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZNaB7J
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd ldetect-0.12.8
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share/doc/lib64ldetect-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share/doc/lib64ldetect-devel
+ cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64/usr/share/doc/lib64ldetect-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: devel(libldetect(64bit)) ldetect-devel = 0.12.8 lib64ldetect-devel = 0.12.8-5.mga8 lib64ldetect-devel(x86-64) = 0.12.8-5.mga8 libldetect-devel = 0.12.8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: devel(libkmod(64bit)) devel(libpci(64bit)) devel(libudev(64bit)) devel(libz(64bit))
Processing files: ldetect-debugsource-0.12.8-5.mga8.x86_64
Provides: ldetect-debugsource = 0.12.8-5.mga8 ldetect-debugsource(x86-64) = 0.12.8-5.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: ldetect-debuginfo-0.12.8-5.mga8.x86_64
Provides: debuginfo(build-id) = f4219d17e038ba2888794b2adbc9b3eb3bff3465 ldetect-debuginfo = 0.12.8-5.mga8 ldetect-debuginfo(x86-64) = 0.12.8-5.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: ldetect-debugsource(x86-64) = 0.12.8-5.mga8
Processing files: lib64ldetect0.12-debuginfo-0.12.8-5.mga8.x86_64
Provides: debuginfo(build-id) = 739aeae7afac8ce9b97c086052dffa283cd8d794 lib64ldetect0.12-debuginfo = 0.12.8-5.mga8 lib64ldetect0.12-debuginfo(x86-64) = 0.12.8-5.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: ldetect-debugsource(x86-64) = 0.12.8-5.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ldetect-0.12.8-5.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ldetect-debuginfo-0.12.8-5.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64ldetect0.12-debuginfo-0.12.8-5.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64ldetect0.12-0.12.8-5.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ldetect-debugsource-0.12.8-5.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64ldetect-devel-0.12.8-5.mga8.x86_64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8gdHoN
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd ldetect-0.12.8
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ldetect-0.12.8-5.mga8.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cqlLyN
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf ldetect-0.12.8
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!