D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: /home/pterjan/rpmbuild/SPECS/wmsysmon.spec line 25: autopatch: no matching patches in range Installing /home/pterjan/rpmbuild/SRPMS/wmsysmon-0.8.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Zlzca2 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qU4OzT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + rm -rf wmsysmon-0.8.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/wmsysmon-0.8.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd wmsysmon-0.8.1 + /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/pterjan/rpmbuild/tmp/rpm-tmp.vZFWOk + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -fcommon -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 -fcommon -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 -fcommon -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 -fcommon -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 wmsysmon-0.8.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd src + /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 -fcommon -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DHI_INTS' '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 -lX11 -lXext -lXpm -lm' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -fcommon -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DHI_INTS -c -o cpu_linux.o cpu_linux.c cpu_linux.c: In function 'cpu_get_usage': cpu_linux.c:58:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 58 | fscanf(fp, "%*s %d %d %d %d", &cpu, &nice, &system, &idle); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpu_linux.c: In function 'set_pidlist_from_namelist': cpu_linux.c:139:5: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 139 | chdir("/proc"); | ^~~~~~~~~~~~~~ cpu_linux.c:146:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 146 | fscanf(fp, "%*d (%[^)]", comm); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpu_linux.c: In function 'get_cpuusage_bypid': cpu_linux.c:175:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 175 | fscanf(fp, "%*d %*s %*s %*d %*d %*d %*d %*d %*d %*d %*d %*d %*d %d %d ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 176 | &utime, &stime); | ~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -fcommon -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DHI_INTS -c -o wmsysmon.o wmsysmon.c wmsysmon.c:56:9: warning: 'CHAR_WIDTH' redefined 56 | #define CHAR_WIDTH 5 | ^~~~~~~~~~ In file included from /usr/include/sys/param.h:26, from wmsysmon.c:36: /usr/lib/gcc/x86_64-mageia-linux/15/include/limits.h:165:10: note: this is the location of the previous definition 165 | # define CHAR_WIDTH __SCHAR_WIDTH__ | ^~~~~~~~~~ wmsysmon.c: In function 'wmsysmon_routine': wmsysmon.c:289:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 289 | fscanf(fp, "%ld", &start_time); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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 -lX11 -lXext -lXpm -lm wmsysmon.o cpu_linux.o -o wmsysmon -ldockapp -lX11 -lXext -lXpm -lX11 -lm + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TX0Iaq + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + mkdir /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -fcommon -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 -fcommon -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 -fcommon -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 -fcommon -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 wmsysmon-0.8.1 + '[' 1 -eq 1 ']' + install -D -m 755 src/wmsysmon /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT/usr/bin/wmsysmon + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.8.1-1.mga10 --unique-debug-suffix -0.8.1-1.mga10.x86_64 --unique-debug-src-base wmsysmon-0.8.1-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/wmsysmon-0.8.1 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/wmsysmon-0.8.1-1.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/wmsysmon-0.8.1-build/SPECPARTS/rpm-debuginfo.specpart Processing files: wmsysmon-0.8.1-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9rOVAw + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + cd wmsysmon-0.8.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT/usr/share/doc/wmsysmon + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT/usr/share/doc/wmsysmon + cp -pr /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/wmsysmon-0.8.1/COPYING /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT/usr/share/doc/wmsysmon + cp -pr /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/wmsysmon-0.8.1/README /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT/usr/share/doc/wmsysmon + cp -pr /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/wmsysmon-0.8.1/ChangeLog /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT/usr/share/doc/wmsysmon + RPM_EC=0 ++ jobs -p + exit 0 Provides: wmsysmon = 0.8.1-1.mga10 wmsysmon(x86-64) = 0.8.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdockapp.so.3()(64bit) Processing files: wmsysmon-debugsource-0.8.1-1.mga10.x86_64 Provides: wmsysmon-debugsource = 0.8.1-1.mga10 wmsysmon-debugsource(x86-64) = 0.8.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: wmsysmon-debuginfo-0.8.1-1.mga10.x86_64 Provides: debuginfo(build-id) = 1b5bc34c25595740a17e2c7d1c0fab51611b935d wmsysmon-debuginfo = 0.8.1-1.mga10 wmsysmon-debuginfo(x86-64) = 0.8.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: wmsysmon-debugsource(x86-64) = 0.8.1-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/wmsysmon-debugsource-0.8.1-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/wmsysmon-debuginfo-0.8.1-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/wmsysmon-0.8.1-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ljcuN3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + test -d /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/wmsysmon-0.8.1-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: /home/pterjan/rpmbuild/SPECS/wmsysmon.spec line 25: autopatch: no matching patches in range D: [iurt_root_command] Success!