Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/dvblast.spec'], chrootPath='/var/lib/mock/f31-build-16977637-1223131/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/dvblast.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: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/dvblast-3.4-3.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/dvblast.spec'], chrootPath='/var/lib/mock/f31-build-16977637-1223131/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/dvblast.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: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cHEd39 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dvblast-3.4 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/dvblast-3.4.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dvblast-3.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's|/usr/local|/usr|' extra/dvbiscovery/dvbiscovery.sh + install -pm 0644 extra/dvbiscovery/README README.dvbiscovery + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GGGn0a + umask 022 + cd /builddir/build/BUILD + cd dvblast-3.4 + export 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + export 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/make -O -j4 V=1 VERBOSE=1 V=1 BUILDSTDERR: util.c: In function 'hexDump': BUILDSTDERR: util.c:385:39: warning: '__builtin___sprintf_chk' writing a terminating nul past the end of the destination [-Wformat-overflow=] BUILDSTDERR: 385 | sprintf( &p_outline[53], "%16s", p_hrdata ); BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from util.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 17 or more bytes into a destination of size 16 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: output.c: In function 'RawFillHeaders': BUILDSTDERR: output.c:87:25: warning: taking address of packed member of 'struct udprawpkt' may result in an unaligned pointer value [-Waddress-of-packed-member] BUILDSTDERR: 87 | struct iphdr *iph = &(dgram->iph); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: output.c:88:30: warning: taking address of packed member of 'struct udprawpkt' may result in an unaligned pointer value [-Waddress-of-packed-member] BUILDSTDERR: 88 | struct udpheader *udph = &(dgram->udph); BUILDSTDERR: | ^~~~~~~~~~~~~~ CC udp.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c udp.c CC util.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c util.c CC asi.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c asi.c CC dvblast.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c dvblast.c CC output.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c output.c CC dvb.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c dvb.c CC comm.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c comm.c CC mrtg-cnt.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c mrtg-cnt.c CC asi-deltacast.c BUILDSTDERR: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhIn file included from /usr/include/string.h:494, BUILDSTDERR: from en50221.c:34: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'MMISendObject' at en50221.c:1639:9, BUILDSTDERR: inlined from 'en50221_SendMMIObject' at en50221.c:2478:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: en50221.c: In function 'en50221_SendMMIObject': BUILDSTDERR: en50221.c:1636:22: note: length computed here BUILDSTDERR: 1636 | i_size = 1 + strlen( p_object->u.answ.psz_answ ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dvblastctl.c: In function 'print_eit_events': BUILDSTDERR: dvblastctl.c:227:42: warning: '%02d' directive writing between 2 and 3 bytes into a region of size between 2 and 4 [-Wformat-overflow=] BUILDSTDERR: 227 | sprintf(duration_str, "%02d:%02d:%02d", hour, min, sec); BUILDSTDERR: | ^~~~ BUILDSTDERR: dvblastctl.c:227:31: note: directive argument in the range [0, 165] BUILDSTDERR: 227 | sprintf(duration_str, "%02d:%02d:%02d", hour, min, sec); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from dvblastctl.c:25: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 12 bytes into a destination of size 10 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 at/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c asi-deltacast.c CC en50221.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c en50221.c CC dvblastctl.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c dvblastctl.c LINK dvblastctl cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dvblastctl util.o dvblastctl.o -lrt CC demux.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -Wformat-security -Wno-strict-aliasing -DVERSION=\"3.4\" -DVERSION_MAJOR=3 -DVERSION_MINOR=4 -DVERSION_EXTRA=\"release\" -c demux.c LINK dvblast cc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dvblast dvblast.o util.o dvb.o udp.o asi.o demux.o output.o en50221.o comm.o mrtg-cnt.o asi-deltacast.o -lpthread -lev -lrt Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oYJii7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x + cd dvblast-3.4 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x 'INSTALL=/usr/bin/install -p' PREFIX=/usr + mkdir -p /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/dvblast/dvbiscovery + install -pm 0644 extra/dvbiscovery/dvbiscovery_atsc.conf extra/dvbiscovery/dvbiscovery_dvb-c.conf extra/dvbiscovery/dvbiscovery_dvb-s.conf extra/dvbiscovery/dvbiscovery_dvb-t.conf /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/dvblast/dvbiscovery + install -pm 0755 extra/dvbiscovery/dvbiscovery.sh /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.4-3.fc31 --unique-debug-suffix -3.4-3.fc31.s390x --unique-debug-src-base dvblast-3.4-3.fc31.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dvblast-3.4 BUILDSTDERR: 843 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs INSTALL dvblast.1 -> /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/man/man1 INSTALL dvblast dvblastctl dvblast_mmi.sh -> /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/bin explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/bin/dvblast extracting debug info from /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/bin/dvblast explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/bin/dvblastctl extracting debug info from /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/bin/dvblastctl original debug info size: 1972kB, size after compression: 1872kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. mangling shebang in /usr/bin/dvblast_mmi.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/dvbiscovery.sh from /bin/sh to #!/usr/bin/sh Processing files: dvblast-3.4-3.fc31.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JxyDt8 + umask 022 + cd /builddir/build/BUILD + cd dvblast-3.4 + DOCDIR=/builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/doc/dvblast + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/doc/dvblast + cp -pr AUTHORS /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/doc/dvblast + cp -pr COPYING /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/doc/dvblast + cp -pr NEWS /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/doc/dvblast + cp -pr README /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/doc/dvblast + cp -pr TODO /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/doc/dvblast + cp -pr README.dvbiscovery /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/doc/dvblast + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QwakH6 + umask 022 + cd /builddir/build/BUILD + cd dvblast-3.4 + LICENSEDIR=/builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/licenses/dvblast + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/licenses/dvblast + cp -pr COPYING /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x/usr/share/licenses/dvblast + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: dvblast = 3.4-3.fc31 dvblast(s390-64) = 3.4-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libev.so.4()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2)(64bit) rtld(GNU_HASH) Processing files: dvblast-debugsource-3.4-3.fc31.s390x Provides: dvblast-debugsource = 3.4-3.fc31 dvblast-debugsource(s390-64) = 3.4-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dvblast-debuginfo-3.4-3.fc31.s390x Provides: debuginfo(build-id) = 2098eaf979d1dd603db86744196a5e4c2ca0bf3e debuginfo(build-id) = 645f5277d585c1b731f441295493bb1d822ae6f8 dvblast-debuginfo = 3.4-3.fc31 dvblast-debuginfo(s390-64) = 3.4-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dvblast-debugsource(s390-64) = 3.4-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x Wrote: /builddir/build/RPMS/dvblast-3.4-3.fc31.s390x.rpm Wrote: /builddir/build/RPMS/dvblast-debugsource-3.4-3.fc31.s390x.rpm Wrote: /builddir/build/RPMS/dvblast-debuginfo-3.4-3.fc31.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cbnGSa + umask 022 + cd /builddir/build/BUILD + cd dvblast-3.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dvblast-3.4-3.fc31.s390x + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0