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/bombardier.spec'], chrootPath='/var/lib/mock/f31-build-16971566-1223021/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/bombardier.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/bombardier-0.8.3-11.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/bombardier.spec'], chrootPath='/var/lib/mock/f31-build-16971566-1223021/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/bombardier.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.k2ykPE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bombardier-0.8.3+nmu1 + /usr/bin/gzip -dc /builddir/build/SOURCES/bombardier_0.8.3+nmu1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bombardier-0.8.3+nmu1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (bombardier-height.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + echo 'Patch #1 (bombardier-rpm_opt_flags.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + echo 'Patch #3 (bombardier-0.8.2-string-format.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (bombardier-height.patch): patching file values.h Patch #1 (bombardier-rpm_opt_flags.patch): patching file Makefile Patch #3 (bombardier-0.8.2-string-format.patch): patching file step.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.43URlF + umask 022 + cd /builddir/build/BUILD + cd bombardier-0.8.3+nmu1 + make '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' BUILDSTDERR: display.c: In function 'citycompute': BUILDSTDERR: display.c:211:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 211 | asprintf(&ret,"Unnamed %d", citynum); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: display.c: In function 'display_state': BUILDSTDERR: display.c:260:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 260 | asprintf(&statusstr, "Blocks: %.4d/%.4d, City: %15s (%.2d), Score: %7d", state->blocks, state->numofblocks, citycompute(state->city), state->city, state->score); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: date.c: In function 'ascdate': BUILDSTDERR: date.c:19:25: warning: '-' directive writing 1 byte into a region of size between 0 and 7 [-Wformat-overflow=] BUILDSTDERR: 19 | sprintf(retstr, "%4d-%.2d-%.2d", tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday); BUILDSTDERR: | ^ BUILDSTDERR: date.c:19:21: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: 19 | sprintf(retstr, "%4d-%.2d-%.2d", tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from date.c:6: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 36 bytes into a destination of size 11 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: step.c: In function 'step_state_bomb': BUILDSTDERR: step.c:39:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 39 | asprintf(&(state->text), "%s", texts[state->houses_text[state->bombx]].text); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c: In function 'defhof': BUILDSTDERR: hof.c:44:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 44 | write(fd, "Teller Ede |1908-01-15| 16384\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:45:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 45 | write(fd, "Szil�rd Le� |1898-02-11| 8192\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:46:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 46 | write(fd, "Neumann J�nos |1903-12-28| 4096\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:47:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 47 | write(fd, "G�bor D�nes |1900-06-05| 2048\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:48:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 48 | write(fd, "Bolyai J�nos |1802-12-15| 1024\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:49:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 49 | write(fd, "E�tv�s Lor�nd |1848-07-27| 512\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:50:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 50 | write(fd, "Horthy Mikl�s |1800-00-00| 256\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:51:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 51 | write(fd, "K�d�r J�nos |1800-00-00| 128\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:52:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 52 | write(fd, "R�kosi M�ty�s |1892-00-00| 64\n", 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c: In function 'hof': BUILDSTDERR: hof.c:136:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 136 | write(fd, linewrite, 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:148:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 148 | write(fd, linewrite, 40); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:134:41: warning: '%-20s' directive writing between 20 and 188 bytes into a region of size 40 [-Wformat-overflow=] BUILDSTDERR: 134 | sprintf(linewrite, "%-20s|%10s|%7d", names[i], dates[i], scores[i]); BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from incs.h:7, BUILDSTDERR: from bombardier.h:6, BUILDSTDERR: from hof.c:6: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 40 or more bytes (assuming 208) into a destination of size 40 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: hof.c:146:41: warning: '%-20s' directive writing between 20 and 188 bytes into a region of size 40 [-Wformat-overflow=] BUILDSTDERR: 146 | sprintf(linewrite, "%-20s|%10s|%7d", names[i], dates[i], scores[i]); BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from incs.h:7, BUILDSTDERR: from bombardier.h:6, BUILDSTDERR: from hof.c:6: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 40 or more bytes (assuming 208) into a destination of size 40 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 gcc -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 -c -o bombardier.o bombardier.c gcc -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 -c -o display.o display.c gcc -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 -c -o date.o date.c gcc -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 -c -o randomhouse.o randomhouse.c gcc -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 -c -o step.o step.c gcc -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 -c -o hof.o hof.c gcc -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 -c -o signal.o signal.c gcc -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 -c -o gcurses.o gcurses.c gcc -lncurses -g -o bombardier bombardier.o display.o date.o randomhouse.o step.o hof.o signal.o gcurses.o Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Hz0qvD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x + cd bombardier-0.8.3+nmu1 + install -pD -m 755 bombardier /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/bin/bombardier + install -pD -m 644 bombardier.6 /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/man/man6/bombardier.6 + mkdir -p /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/applications + desktop-file-install --dir /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/applications /builddir/build/SOURCES/bombardier.desktop + mkdir -p /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/icons/hicolor/32x32/apps + install -p -m 644 /builddir/build/SOURCES/bombardier-logo.png /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/icons/hicolor/32x32/apps + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.8.3-11.fc31 --unique-debug-suffix -0.8.3-11.fc31.s390x --unique-debug-src-base bombardier-0.8.3-11.fc31.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/bombardier-0.8.3+nmu1 BUILDSTDERR: 55 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 /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/applications/bombardier.desktop: error: (will be fatal in the future): value "bombardier-logo.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/bin/bombardier extracting debug info from /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/bin/bombardier original debug info size: 96kB, size after compression: 84kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: bombardier-0.8.3-11.fc31.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AmwaUD + umask 022 + cd /builddir/build/BUILD + cd bombardier-0.8.3+nmu1 + DOCDIR=/builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/doc/bombardier + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/doc/bombardier + cp -pr README /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/doc/bombardier + cp -pr DEDICATION /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/doc/bombardier + cp -pr VERSION /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/doc/bombardier + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.a1u1gD + umask 022 + cd /builddir/build/BUILD + cd bombardier-0.8.3+nmu1 + LICENSEDIR=/builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/licenses/bombardier + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/licenses/bombardier + cp -pr COPYING /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x/usr/share/licenses/bombardier + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: application() application(bombardier.desktop) bombardier = 0.8.3-11.fc31 bombardier(s390-64) = 0.8.3-11.fc31 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)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: bombardier-debugsource-0.8.3-11.fc31.s390x Provides: bombardier-debugsource = 0.8.3-11.fc31 bombardier-debugsource(s390-64) = 0.8.3-11.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: bombardier-debuginfo-0.8.3-11.fc31.s390x Provides: bombardier-debuginfo = 0.8.3-11.fc31 bombardier-debuginfo(s390-64) = 0.8.3-11.fc31 debuginfo(build-id) = 1c815b6277a748ebbacab876891b4d68b1b71da5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: bombardier-debugsource(s390-64) = 0.8.3-11.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x Wrote: /builddir/build/RPMS/bombardier-debugsource-0.8.3-11.fc31.s390x.rpm Wrote: /builddir/build/RPMS/bombardier-0.8.3-11.fc31.s390x.rpm Wrote: /builddir/build/RPMS/bombardier-debuginfo-0.8.3-11.fc31.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.75SGNA + umask 022 + cd /builddir/build/BUILD + cd bombardier-0.8.3+nmu1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/bombardier-0.8.3-11.fc31.s390x + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0