Mock Version: 3.0 Mock Version: 3.0 Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/sgpio.spec'], chrootPath='/var/lib/mock/dist-circle9-build-77241-24673/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=993gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/sgpio.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1628553600 Wrote: /builddir/build/SRPMS/sgpio-1.2.0.10-30.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/sgpio.spec'], chrootPath='/var/lib/mock/dist-circle9-build-77241-24673/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=993gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/sgpio.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1628553600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SGbCjB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sgpio + /usr/bin/gzip -dc /builddir/build/SOURCES/sgpio-1.2-0.10-src.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sgpio + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + dos2unix --keepdate Makefile README dos2unix: converting file Makefile to Unix format... dos2unix: converting file README to Unix format... Patch #0 (sgpio-1.2-makefile.patch): + echo 'Patch #0 (sgpio-1.2-makefile.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .makefile --fuzz=0 patching file Makefile Patch #1 (sgpio-1.2-coverity.patch): + echo 'Patch #1 (sgpio-1.2-coverity.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .coverity --fuzz=0 patching file sgpio.c + chmod a-x LICENSE_GPL Makefile Makefile.makefile README commands.h sgpio sgpio.1 sgpio.c sgpio.c.coverity sgpio.o version.h + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VAVoth + umask 022 + cd /builddir/build/BUILD + cd sgpio + make clean rm -f sgpio.o sgpio + /usr/bin/make -O -j16 V=1 VERBOSE=1 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c sgpio.c sgpio.c: In function 'whatportis': sgpio.c:638:50: warning: '%s' directive writing up to 255 bytes into a region of size 48 [-Wformat-overflow=] 638 | sprintf(location + len, "%s%s%s", | ^~ In file included from /usr/include/stdio.h:888, from sgpio.c:27: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output 15 or more bytes (assuming 270) into a destination of size 48 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sgpio.c:642:58: warning: '%s' directive writing up to 255 bytes into a region of size 48 [-Wformat-overflow=] 642 | sprintf(location + len, "%s%s%s", | ^~ In file included from /usr/include/stdio.h:888, from sgpio.c:27: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output 15 or more bytes (assuming 270) into a destination of size 48 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 sgpio.o -o sgpio + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jgkQi0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386 ++ dirname /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386 + cd sgpio + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386 'INSTALL=/usr/bin/install -p' SBIN_DIR=/builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/sbin MANDIR=/builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/share/man for i in sgpio; do \ /usr/bin/install -p -D $i /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/sbin/$i; \ done /usr/bin/install -p -d /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/share/man/man1 /usr/bin/install -p -m 0644 *.1 /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.2.0.10-30.el9 --unique-debug-suffix -1.2.0.10-30.el9.i386 --unique-debug-src-base sgpio-1.2.0.10-30.el9.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sgpio explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/sbin/sgpio extracting debug info from /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/sbin/sgpio original debug info size: 52kB, size after compression: 56kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 41 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: sgpio-1.2.0.10-30.el9.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4R0ddA + umask 022 + cd /builddir/build/BUILD + cd sgpio + DOCDIR=/builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/share/doc/sgpio + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/share/doc/sgpio + cp -pr README /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386/usr/share/doc/sgpio + RPM_EC=0 ++ jobs -p + exit 0 Provides: sgpio = 1.2.0.10-30.el9 sgpio(x86-32) = 1.2.0.10-30.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: sgpio-debugsource-1.2.0.10-30.el9.i686 Provides: sgpio-debugsource = 1.2.0.10-30.el9 sgpio-debugsource(x86-32) = 1.2.0.10-30.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sgpio-debuginfo-1.2.0.10-30.el9.i686 Provides: debuginfo(build-id) = 89ada15f6d7c27530352c83656e915e75458113e sgpio-debuginfo = 1.2.0.10-30.el9 sgpio-debuginfo(x86-32) = 1.2.0.10-30.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sgpio-debugsource(x86-32) = 1.2.0.10-30.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386 Wrote: /builddir/build/RPMS/sgpio-1.2.0.10-30.el9.i686.rpm Wrote: /builddir/build/RPMS/sgpio-debugsource-1.2.0.10-30.el9.i686.rpm Wrote: /builddir/build/RPMS/sgpio-debuginfo-1.2.0.10-30.el9.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MBXfla + umask 022 + cd /builddir/build/BUILD + cd sgpio + /usr/bin/rm -rf /builddir/build/BUILDROOT/sgpio-1.2.0.10-30.el9.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0