Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/sslh.spec'], chrootPath='/var/lib/mock/f30-build-17232972-1236714/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 x86_64 --nodeps /builddir/build/SPECS/sslh.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: warning: Macro expanded in comment on line 5: %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/sslh-1.20-1.fc30.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/sslh.spec'], chrootPath='/var/lib/mock/f30-build-17232972-1236714/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 x86_64 --nodeps /builddir/build/SPECS/sslh.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: warning: Macro expanded in comment on line 5: %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wge4Rh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 + /usr/bin/gzip -dc /builddir/build/SOURCES/sslh-1.20-4ae2e62.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/00-systemd-tuning.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/01-remove-lcov-testing.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TAtCx7 + umask 022 + cd /builddir/build/BUILD + cd sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 + ./genver.sh + make -j6 USELIBCAP=1 USESYSTEMD=1 sslh echosrv cc -Wall -g -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -DLIBCAP -DSYSTEMD -c common.c cc -Wall -g -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -DLIBCAP -DSYSTEMD -c sslh-main.c cc -Wall -g -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -DLIBCAP -DSYSTEMD -c probe.c cc -Wall -g -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -DLIBCAP -DSYSTEMD -c tls.c cc -Wall -g -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -DLIBCAP -DSYSTEMD -c sslh-fork.c cc -Wall -g -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -DLIBCAP -DSYSTEMD -c sslh-select.c BUILDSTDERR: sslh-main.c: In function 'ssl_to_tls': BUILDSTDERR: sslh-main.c:156:31: warning: passing argument 2 of 'log_message' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 156 | log_message(LOG_INFO, ssl_err_msg); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: In file included from sslh-main.c:36: BUILDSTDERR: common.h:115:34: note: expected 'char *' but argument is of type 'const char *' BUILDSTDERR: 115 | void log_message(int type, char* msg, ...); BUILDSTDERR: | ~~~~~~^~~ cc -Wall -g -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -DLIBCAP -DSYSTEMD -c echosrv.c cc -Wall -g -o sslh-fork sslh-fork.o common.o sslh-main.o probe.o tls.o -lpcreposix -lconfig -lcap -lsystemd cc -Wall -g -o sslh-select sslh-select.o common.o sslh-main.o probe.o tls.o -lpcreposix -lconfig -lcap -lsystemd cc -Wall -g -o echosrv echosrv.o probe.o common.o tls.o -lpcreposix -lconfig -lcap -lsystemd #strip sslh-select #strip sslh-fork + pod2man --section=8 --release=1.20 '--center= ' sslh.pod + iconv --from=ISO-8859-1 --to=UTF-8 ChangeLog + touch -r ChangeLog ChangeLog.conv + mv ChangeLog.conv ChangeLog + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KrXtQX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64 + cd sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 + mkdir -p /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/sbin + mkdir -p /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/etc/sysconfig + mkdir -p /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/doc/sslh + mkdir -p /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/man/man8 + mkdir -p /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/lib/systemd/system + cp -p sslh-fork /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/sbin/sslh + cp -p sslh-select /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/sbin/sslh-select + cp -p basic.cfg /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/etc/sslh.cfg + cp -p sslh.8 /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/man/man8/ + cp -p scripts/systemd.sslh.service /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/lib/systemd/system/sslh.service + cat + cat + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 1.20-1.fc30 --unique-debug-suffix -1.20-1.fc30.x86_64 --unique-debug-src-base sslh-1.20-1.fc30.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/sbin/sslh explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/sbin/sslh-select extracting debug info from /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/sbin/sslh extracting debug info from /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/sbin/sslh-select /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 187 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/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5Hot1O + umask 022 + cd /builddir/build/BUILD + cd sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 + exit 0 Processing files: sslh-1.20-1.fc30.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FGxYcG + umask 022 + cd /builddir/build/BUILD + cd sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 + DOCDIR=/builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/doc/sslh + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/doc/sslh + cp -pr README.md /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/doc/sslh + cp -pr ChangeLog /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/doc/sslh + cp -pr example.cfg /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/doc/sslh + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.68V2px + umask 022 + cd /builddir/build/BUILD + cd sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 + LICENSEDIR=/builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/licenses/sslh + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/licenses/sslh + cp -pr COPYING /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64/usr/share/licenses/sslh + exit 0 Provides: config(sslh) = 1.20-1.fc30 sslh = 1.20-1.fc30 sslh(x86-64) = 1.20-1.fc30 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libcap.so.2()(64bit) libconfig.so.11()(64bit) libpcreposix.so.0()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Processing files: sslh-debugsource-1.20-1.fc30.x86_64 Provides: sslh-debugsource = 1.20-1.fc30 sslh-debugsource(x86-64) = 1.20-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sslh-debuginfo-1.20-1.fc30.x86_64 Provides: debuginfo(build-id) = 4bcefb5bca414a2e74c2468f2f7c32cfd02983dd debuginfo(build-id) = 65e6b0703a95b2479eed9140d76e28fdfdf1273e sslh-debuginfo = 1.20-1.fc30 sslh-debuginfo(x86-64) = 1.20-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sslh-debugsource(x86-64) = 1.20-1.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64 Wrote: /builddir/build/RPMS/sslh-1.20-1.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/sslh-debugsource-1.20-1.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/sslh-debuginfo-1.20-1.fc30.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BxFzbp + umask 022 + cd /builddir/build/BUILD + cd sslh-4ae2e62d25b9faf984a303c4bdf2b7675f4988b9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sslh-1.20-1.fc30.x86_64 + exit 0 Child return code was: 0