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/pgcenter.spec'], chrootPath='/var/lib/mock/f31-build-17032545-1223810/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/pgcenter.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 BUILDSTDERR: ls: cannot access '/usr/bin/ncurses[56]-config': No such file or directory Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/pgcenter-0.3.0-8.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/pgcenter.spec'], chrootPath='/var/lib/mock/f31-build-17032545-1223810/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/pgcenter.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=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Go8jCZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pgcenter-0.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/0.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pgcenter-0.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dIn1LZ + umask 022 + cd /builddir/build/BUILD + cd pgcenter-0.3.0 + make -j2 NCONFIG=/usr/bin/ncurses6-config BUILDSTDERR: pgcenter.c: In function 'get_speed_duplex': BUILDSTDERR: pgcenter.c:1780:53: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] BUILDSTDERR: 1780 | snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", nicdata->ifname); BUILDSTDERR: | ^ BUILDSTDERR: pgcenter.c:1780:5: note: 'snprintf' output between 1 and 17 bytes into a destination of size 16 BUILDSTDERR: 1780 | snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", nicdata->ifname); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pgcenter.c: In function 'add_connection': BUILDSTDERR: pgcenter.c:2838:87: warning: '%s' directive output may be truncated writing up to 319 bytes into a region of size 64 [-Wformat-truncation=] BUILDSTDERR: 2838 | snprintf(screens[i]->password, sizeof(screens[i]->password), "%s", params); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: pgcenter.c:2838:25: note: 'snprintf' output between 1 and 320 bytes into a destination of size 64 BUILDSTDERR: 2838 | snprintf(screens[i]->password, sizeof(screens[i]->password), "%s", params); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pgcenter.c: In function 'signal_group_backend': BUILDSTDERR: pgcenter.c:3704:9: warning: 'strncat' specified bound 5 equals destination size [-Wstringop-overflow=] BUILDSTDERR: 3704 | strncat(mask, "a", sizeof(mask)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pgcenter.c:3706:9: warning: 'strncat' specified bound 5 equals destination size [-Wstringop-overflow=] BUILDSTDERR: 3706 | strncat(mask, "i", sizeof(mask)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pgcenter.c:3708:9: warning: 'strncat' specified bound 5 equals destination size [-Wstringop-overflow=] BUILDSTDERR: 3708 | strncat(mask, "x", sizeof(mask)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pgcenter.c:3710:9: warning: 'strncat' specified bound 5 equals destination size [-Wstringop-overflow=] BUILDSTDERR: 3710 | strncat(mask, "w", sizeof(mask)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pgcenter.c:3712:9: warning: 'strncat' specified bound 5 equals destination size [-Wstringop-overflow=] BUILDSTDERR: 3712 | strncat(mask, "o", sizeof(mask)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pgcenter.c: In function 'get_logfile_path': BUILDSTDERR: pgcenter.c:3947:43: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 255 and 4350 [-Wformat-truncation=] BUILDSTDERR: 3947 | snprintf(path_tpl, sizeof(path_tpl), "%s/%s/", datadir, logdir); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: pgcenter.c:3947:2: note: 'snprintf' output between 3 and 8193 bytes into a destination of size 4351 BUILDSTDERR: 3947 | snprintf(path_tpl, sizeof(path_tpl), "%s/%s/", datadir, logdir); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 cc -g -std=gnu99 -Wall -pedantic -I/usr/include -L/usr/lib64 -o pgcenter pgcenter.c -lpq -lncurses -ltinfo -ldl -lmenu Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vTpG7V + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x + cd pgcenter-0.3.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x 'INSTALL=/usr/bin/install -p' + install -Dpm 644 doc/pgcenter.1 /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x//usr/share/man/man1/pgcenter.1 + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.3.0-8.fc31 --unique-debug-suffix -0.3.0-8.fc31.s390x --unique-debug-src-base pgcenter-0.3.0-8.fc31.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pgcenter-0.3.0 BUILDSTDERR: 478 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 mkdir -p /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/bin/ install -pm 755 pgcenter /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/bin/ explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/bin/pgcenter extracting debug info from /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/bin/pgcenter original debug info size: 88kB, size after compression: 84kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: pgcenter-0.3.0-8.fc31.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sJ1wLV + umask 022 + cd /builddir/build/BUILD + cd pgcenter-0.3.0 + DOCDIR=/builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/share/doc/pgcenter + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/share/doc/pgcenter + cp -pr README.md /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/share/doc/pgcenter + cp -pr doc/Changelog /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/share/doc/pgcenter + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rVGvBX + umask 022 + cd /builddir/build/BUILD + cd pgcenter-0.3.0 + LICENSEDIR=/builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/share/licenses/pgcenter + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/share/licenses/pgcenter + cp -pr COPYRIGHT /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x/usr/share/licenses/pgcenter + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: pgcenter = 0.3.0-8.fc31 pgcenter(s390-64) = 0.3.0-8.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.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libdl.so.2()(64bit) libmenu.so.6()(64bit) libncurses.so.6()(64bit) libpq.so.5()(64bit) libpq.so.5(RHPG_9.6)(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: pgcenter-debugsource-0.3.0-8.fc31.s390x Provides: pgcenter-debugsource = 0.3.0-8.fc31 pgcenter-debugsource(s390-64) = 0.3.0-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pgcenter-debuginfo-0.3.0-8.fc31.s390x Provides: debuginfo(build-id) = 221602c122c1c99f8a366c89d0748b379078d52c pgcenter-debuginfo = 0.3.0-8.fc31 pgcenter-debuginfo(s390-64) = 0.3.0-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pgcenter-debugsource(s390-64) = 0.3.0-8.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x Wrote: /builddir/build/RPMS/pgcenter-0.3.0-8.fc31.s390x.rpm Wrote: /builddir/build/RPMS/pgcenter-debugsource-0.3.0-8.fc31.s390x.rpm Wrote: /builddir/build/RPMS/pgcenter-debuginfo-0.3.0-8.fc31.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2mmkXV + umask 022 + cd /builddir/build/BUILD + cd pgcenter-0.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pgcenter-0.3.0-8.fc31.s390x + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0