Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/kiskadee.spec'], chrootPath='/var/lib/mock/725633-fedora-rawhide-x86_64-1520486159.151959/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'ce2411e340bc461089b4253bd047c5fb', '-D', '/var/lib/mock/725633-fedora-rawhide-x86_64-1520486159.151959/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/kiskadee.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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/kiskadee-0.4.3-2.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/kiskadee.spec'], chrootPath='/var/lib/mock/725633-fedora-rawhide-x86_64-1520486159.151959/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '7039459c216d488db02ade20955bd292', '-D', '/var/lib/mock/725633-fedora-rawhide-x86_64-1520486159.151959/root', '-a', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/kiskadee.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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BM5hwV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf kiskadee-0.4.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/kiskadee-0.4.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd kiskadee-0.4.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZI4eBn + umask 022 + cd /builddir/build/BUILD + cd kiskadee-0.4.3 + 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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/kiskadee copying kiskadee/runner.py -> build/lib/kiskadee copying kiskadee/report.py -> build/lib/kiskadee copying kiskadee/queue.py -> build/lib/kiskadee copying kiskadee/monitor.py -> build/lib/kiskadee copying kiskadee/model.py -> build/lib/kiskadee copying kiskadee/database.py -> build/lib/kiskadee copying kiskadee/converter.py -> build/lib/kiskadee copying kiskadee/analyzers.py -> build/lib/kiskadee copying kiskadee/__init__.py -> build/lib/kiskadee creating build/lib/kiskadee/tests copying kiskadee/tests/test_style.py -> build/lib/kiskadee/tests copying kiskadee/tests/test_runner.py -> build/lib/kiskadee/tests copying kiskadee/tests/test_report.py -> build/lib/kiskadee/tests copying kiskadee/tests/test_queue.py -> build/lib/kiskadee/tests copying kiskadee/tests/test_plugins.py -> build/lib/kiskadee/tests copying kiskadee/tests/test_monitor.py -> build/lib/kiskadee/tests copying kiskadee/tests/test_model.py -> build/lib/kiskadee/tests copying kiskadee/tests/test_api.py -> build/lib/kiskadee/tests copying kiskadee/tests/__init__.py -> build/lib/kiskadee/tests creating build/lib/kiskadee/fetchers copying kiskadee/fetchers/juliet.py -> build/lib/kiskadee/fetchers copying kiskadee/fetchers/example.py -> build/lib/kiskadee/fetchers copying kiskadee/fetchers/debian.py -> build/lib/kiskadee/fetchers copying kiskadee/fetchers/anitya.py -> build/lib/kiskadee/fetchers copying kiskadee/fetchers/__init__.py -> build/lib/kiskadee/fetchers creating build/lib/kiskadee/api copying kiskadee/api/serializers.py -> build/lib/kiskadee/api copying kiskadee/api/app.py -> build/lib/kiskadee/api copying kiskadee/api/__init__.py -> build/lib/kiskadee/api + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LmQfaT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64 + cd kiskadee-0.4.3 + 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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr creating /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib creating /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6 creating /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee creating /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/api copying build/lib/kiskadee/api/__init__.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/api copying build/lib/kiskadee/api/app.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/api copying build/lib/kiskadee/api/serializers.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/api creating /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers copying build/lib/kiskadee/fetchers/__init__.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers copying build/lib/kiskadee/fetchers/anitya.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers copying build/lib/kiskadee/fetchers/debian.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers copying build/lib/kiskadee/fetchers/example.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers copying build/lib/kiskadee/fetchers/juliet.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers creating /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/__init__.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/test_api.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/test_model.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/test_monitor.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/test_plugins.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/test_queue.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/test_report.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/test_runner.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/tests/test_style.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests copying build/lib/kiskadee/__init__.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee copying build/lib/kiskadee/analyzers.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee copying build/lib/kiskadee/converter.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee copying build/lib/kiskadee/database.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee copying build/lib/kiskadee/model.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee copying build/lib/kiskadee/monitor.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee copying build/lib/kiskadee/queue.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee copying build/lib/kiskadee/report.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee copying build/lib/kiskadee/runner.py -> /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/api/app.py to app.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/api/serializers.py to serializers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers/anitya.py to anitya.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers/debian.py to debian.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers/example.py to example.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/fetchers/juliet.py to juliet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/test_api.py to test_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/test_model.py to test_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/test_monitor.py to test_monitor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/test_plugins.py to test_plugins.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/test_queue.py to test_queue.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/test_report.py to test_report.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/test_runner.py to test_runner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/tests/test_style.py to test_style.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/analyzers.py to analyzers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/converter.py to converter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/database.py to database.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/model.py to model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/monitor.py to monitor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/queue.py to queue.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/report.py to report.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee/runner.py to runner.cpython-36.pyc writing byte-compilation script '/tmp/tmpqdj40fg_.py' /usr/bin/python3 /tmp/tmpqdj40fg_.py removing /tmp/tmpqdj40fg_.py running install_egg_info running egg_info creating kiskadee.egg-info writing kiskadee.egg-info/PKG-INFO writing dependency_links to kiskadee.egg-info/dependency_links.txt writing entry points to kiskadee.egg-info/entry_points.txt writing requirements to kiskadee.egg-info/requires.txt writing top-level names to kiskadee.egg-info/top_level.txt writing manifest file 'kiskadee.egg-info/SOURCES.txt' reading manifest file 'kiskadee.egg-info/SOURCES.txt' writing manifest file 'kiskadee.egg-info/SOURCES.txt' Copying kiskadee.egg-info to /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6/site-packages/kiskadee-0.4.3-py3.6.egg-info running install_scripts Installing kiskadee script to /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/bin Installing kiskadee_api script to /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/etc + install -p -m 644 util/kiskadee.conf /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/etc + mkdir -p /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/etc/fedmsg.d + install -p -m 644 util/base.py /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/etc/fedmsg.d/base.py + install -p -m 644 util/anityaconsumer.py /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/etc/fedmsg.d/anityaconsumer.py + mkdir -p /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/systemd/system + install -p -m 644 util/kiskadee.service /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/systemd/system/kiskadee.service + install -p -m 644 util/kiskadee_api.service /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/systemd/system/kiskadee_api.service + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.4.3-2.fc29 --unique-debug-suffix -0.4.3-2.fc29.x86_64 --unique-debug-src-base kiskadee-0.4.3-2.fc29.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/kiskadee-0.4.3 BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/etc/ld.so.conf: No such file or directory + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/lib/python3.6 using /usr/bin/python3.6 /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/etc/fedmsg.d/anityaconsumer.py /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/etc/fedmsg.d/base.py BUILDSTDERR: DEPRECATION WARNING: python2 invoked with /usr/bin/python. BUILDSTDERR: Use /usr/bin/python3 or /usr/bin/python2 BUILDSTDERR: /usr/bin/python will be removed or switched to Python 3 in the future. BUILDSTDERR: If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out BUILDSTDERR: DEPRECATION WARNING: python2 invoked with /usr/bin/python. BUILDSTDERR: Use /usr/bin/python3 or /usr/bin/python2 BUILDSTDERR: /usr/bin/python will be removed or switched to Python 3 in the future. BUILDSTDERR: If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs '' '' Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5QBSsr + umask 022 + cd /builddir/build/BUILD + cd kiskadee-0.4.3 + exit 0 Processing files: kiskadee-0.4.3-2.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.R2l4LZ + umask 022 + cd /builddir/build/BUILD + cd kiskadee-0.4.3 + DOCDIR=/builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/share/doc/kiskadee + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/share/doc/kiskadee + cp -pr doc /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/share/doc/kiskadee + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1cZ65x + umask 022 + cd /builddir/build/BUILD + cd kiskadee-0.4.3 + LICENSEDIR=/builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/share/licenses/kiskadee + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/share/licenses/kiskadee + cp -pr LICENSE /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64/usr/share/licenses/kiskadee + exit 0 Provides: config(kiskadee) = 0.4.3-2.fc29 kiskadee = 0.4.3-2.fc29 python3.6dist(kiskadee) = 0.4.3 python3dist(kiskadee) = 0.4.3 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python3 python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64 Wrote: /builddir/build/RPMS/kiskadee-0.4.3-2.fc29.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0PZcZk + umask 022 + cd /builddir/build/BUILD + cd kiskadee-0.4.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/kiskadee-0.4.3-2.fc29.x86_64 + exit 0 Child return code was: 0