D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/wmcpufreq-3.1-6.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0b85ps Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0puJvB + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + rm -rf wmcpufreq-3.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/wmcpufreq-3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd wmcpufreq-3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/wmcpufreq-3.0-fmax.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yFQpW5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-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 wmcpufreq-3.1 + '[' 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' 'LIBDIR=-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' cd wmcpufreq ; /usr/bin/make all make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/wmcpufreq-3.1/wmcpufreq' 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 -c wmcpufreq.c -o wmcpufreq.o -I/usr/X11R6/include wmcpufreq.c: In function 'show_mhz': wmcpufreq.c:246:28: warning: '%4ld' directive output may be truncated writing between 4 and 17 bytes into a region of size 5 [-Wformat-truncation=] 246 | snprintf(buffer, 5, "%4ld", (kHz[0] / 1000)); | ^~~~ wmcpufreq.c:246:27: note: directive argument in the range [0, 18446744073709551] 246 | snprintf(buffer, 5, "%4ld", (kHz[0] / 1000)); | ^~~~~~ In file included from /usr/include/stdio.h:970, from wmcpufreq.c:29: In function 'snprintf', inlined from 'show_mhz' at wmcpufreq.c:246:7: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 18 bytes into a destination of size 5 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ wmcpufreq.c: In function 'show_mhz': wmcpufreq.c:271:31: warning: '%4ld' directive output may be truncated writing between 4 and 17 bytes into a region of size 5 [-Wformat-truncation=] 271 | snprintf(buffer, 5, "%4ld", (kHz[j] / 1000)); | ^~~~ wmcpufreq.c:271:30: note: directive argument in the range [0, 18446744073709551] 271 | snprintf(buffer, 5, "%4ld", (kHz[j] / 1000)); | ^~~~~~ In function 'snprintf', inlined from 'show_mhz' at wmcpufreq.c:271:3: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 18 bytes into a destination of size 5 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ wmcpufreq.c: In function 'show_mhz': wmcpufreq.c:301:31: warning: '%4ld' directive output may be truncated writing between 4 and 17 bytes into a region of size 5 [-Wformat-truncation=] 301 | snprintf(buffer, 5, "%4ld", (kHz[j] / 1000)); | ^~~~ wmcpufreq.c:301:30: note: directive argument in the range [0, 18446744073709551] 301 | snprintf(buffer, 5, "%4ld", (kHz[j] / 1000)); | ^~~~~~ In function 'snprintf', inlined from 'show_mhz' at wmcpufreq.c:301:3: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 18 bytes into a destination of size 5 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/wmcpufreq-3.1/wmcpufreq' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/wmcpufreq-3.1/wmcpufreq' gcc -o wmcpufreq wmcpufreq.o -I/usr/X11R6/include -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 -lXpm -lX11 -lXext -lcpufreq -ldockapp make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/wmcpufreq-3.1/wmcpufreq' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.R1cLdJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + mkdir /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-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 wmcpufreq-3.1 + '[' 1 -eq 1 ']' + chmod 644 copying README changelog + cd wmcpufreq + install -D -p -m 755 wmcpufreq /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT/usr/bin/wmcpufreq + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 3.1-6.mga10 --unique-debug-suffix -3.1-6.mga10.x86_64 --unique-debug-src-base wmcpufreq-3.1-6.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/wmcpufreq-3.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/wmcpufreq-3.1-6.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/wmcpufreq-3.1-build/SPECPARTS/rpm-debuginfo.specpart Processing files: wmcpufreq-3.1-6.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UY2A5x + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + cd wmcpufreq-3.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT/usr/share/doc/wmcpufreq + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT/usr/share/doc/wmcpufreq + cp -pr /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/wmcpufreq-3.1/copying /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT/usr/share/doc/wmcpufreq + cp -pr /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/wmcpufreq-3.1/README /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT/usr/share/doc/wmcpufreq + cp -pr /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/wmcpufreq-3.1/changelog /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT/usr/share/doc/wmcpufreq + RPM_EC=0 ++ jobs -p + exit 0 Provides: wmcpufreq = 3.1-6.mga10 wmcpufreq(x86-64) = 3.1-6.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.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcpufreq.so.0()(64bit) libdockapp.so.3()(64bit) Processing files: wmcpufreq-debugsource-3.1-6.mga10.x86_64 Provides: wmcpufreq-debugsource = 3.1-6.mga10 wmcpufreq-debugsource(x86-64) = 3.1-6.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: wmcpufreq-debuginfo-3.1-6.mga10.x86_64 Provides: debuginfo(build-id) = cb8434691d7a068b927884297cb3b2b38e82d32a wmcpufreq-debuginfo = 3.1-6.mga10 wmcpufreq-debuginfo(x86-64) = 3.1-6.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: wmcpufreq-debugsource(x86-64) = 3.1-6.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/wmcpufreq-debuginfo-3.1-6.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/wmcpufreq-3.1-6.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/wmcpufreq-debugsource-3.1-6.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.f2T0cP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + test -d /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/wmcpufreq-3.1-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!