D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/athcool-0.3.12-15.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ymI3HD Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SXoACo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + rm -rf athcool-0.3.12 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/athcool-0.3.12.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd athcool-0.3.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (athcool_0.3.12-gcc10.patch):' Patch #0 (athcool_0.3.12-gcc10.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p2 --fuzz=0 patching file scanpci.c + sed -i -e 's/install -s/install/' Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bQXlXL + umask 022 + cd /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd athcool-0.3.12 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -I. -I/usr/include -DPACKAGE=\"athcool\" -DVERSION=\"0.3.12\" -c scanpci.c -o scanpci.o scanpci.c: In function 'scan_device': scanpci.c:32:32: warning: pointer targets in passing argument 3 of 'pci_read_block' differ in signedness [-Wpointer-sign] 32 | if ( !pci_read_block( p, 0, d->config, how_much ) ) { | ~^~~~~~~~ | | | int8_t * {aka signed char *} In file included from scanpci.c:9: /usr/include/pci/pci.h:191:51: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} 191 | int pci_read_block(struct pci_dev *, int pos, u8 *buf, int len) PCI_ABI; | ~~~~^~~ scanpci.c:39:44: warning: pointer targets in passing argument 3 of 'pci_read_block' differ in signedness [-Wpointer-sign] 39 | if ( !pci_read_block( p, 64, d->config + 64, 64 ) ) { | ~~~~~~~~~~^~~~ | | | int8_t * {aka signed char *} /usr/include/pci/pci.h:191:51: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} 191 | int pci_read_block(struct pci_dev *, int pos, u8 *buf, int len) PCI_ABI; | ~~~~^~~ scanpci.c:45:24: warning: pointer targets in passing argument 2 of 'pci_setup_cache' differ in signedness [-Wpointer-sign] 45 | pci_setup_cache( p, d->config, d->config_cnt ); | ~^~~~~~~~ | | | int8_t * {aka signed char *} /usr/include/pci/pci.h:239:44: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} 239 | void pci_setup_cache(struct pci_dev *, u8 *cache, int len) PCI_ABI; | ~~~~^~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -I. -I/usr/include -DPACKAGE=\"athcool\" -DVERSION=\"0.3.12\" -c athcool.c -o athcool.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall athcool.o scanpci.o -lpci -o athcool + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gLZ921 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + mkdir /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd athcool-0.3.12 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT 'INSTALL=/usr/bin/install -p' [ -d /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/sbin ] || install -m 755 -d /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/sbin install athcool /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/sbin [ -d /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/share/man/man8 ] || install -m 755 -d /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/share/man/man8 install -m 644 athcool.8 /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/share/man/man8 + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.3.12-15.mga10 --unique-debug-suffix -0.3.12-15.mga10.x86_64 --unique-debug-src-base athcool-0.3.12-15.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/athcool-0.3.12 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/athcool-0.3.12-15.mga10.x86_64 find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/SPECPARTS/rpm-debuginfo.specpart Processing files: athcool-0.3.12-15.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FKCa5S + umask 022 + cd /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + cd athcool-0.3.12 + DOCDIR=/home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/share/doc/athcool + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/share/doc/athcool + cp -pr /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/athcool-0.3.12/README /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT/usr/share/doc/athcool + RPM_EC=0 ++ jobs -p + exit 0 Provides: athcool = 0.3.12-15.mga10 athcool(x86-64) = 0.3.12-15.mga10 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.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpci.so.3()(64bit) libpci.so.3(LIBPCI_3.0)(64bit) libpci.so.3(LIBPCI_3.13)(64bit) libpci.so.3(LIBPCI_3.5)(64bit) libpci.so.3(LIBPCI_3.8)(64bit) Processing files: athcool-debugsource-0.3.12-15.mga10.x86_64 Provides: athcool-debugsource = 0.3.12-15.mga10 athcool-debugsource(x86-64) = 0.3.12-15.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: athcool-debuginfo-0.3.12-15.mga10.x86_64 Provides: athcool-debuginfo = 0.3.12-15.mga10 athcool-debuginfo(x86-64) = 0.3.12-15.mga10 debuginfo(build-id) = ed7bad7e326d35d3093e32ec24650d103a2f4d1c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: athcool-debugsource(x86-64) = 0.3.12-15.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/athcool-0.3.12-15.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/athcool-debuginfo-0.3.12-15.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/athcool-debugsource-0.3.12-15.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UzfubI + umask 022 + cd /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + test -d /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + rm -rf /home/pterjan/rpmbuild/BUILD/athcool-0.3.12-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!