Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/zebconf.spec'], chrootPath='/var/lib/mock/850418-fedora-rawhide-x86_64-1548426290.410536/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=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.icd62vpz:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '0502a5e1c6a248f592b21c3af40975f0', '-D', '/var/lib/mock/850418-fedora-rawhide-x86_64-1548426290.410536/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.icd62vpz:/etc/resolv.conf', '--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/zebconf.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/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/zebconf.spec'], chrootPath='/var/lib/mock/850418-fedora-rawhide-x86_64-1548426290.410536/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=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.icd62vpz:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '79c7537bd9d944eab08b22e51f1b4bd7', '-D', '/var/lib/mock/850418-fedora-rawhide-x86_64-1548426290.410536/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.icd62vpz:/etc/resolv.conf', '--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/zebconf.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.xBIrQe + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-zebconf-git-4.9c1ab36 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-zebconf-git-4.9c1ab36.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-zebconf-git-4.9c1ab36 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5zoa72 + umask 022 + cd /builddir/build/BUILD + cd python-zebconf-git-4.9c1ab36 + sleep 1 + 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 -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/zebconf copying zebconf/logging.py -> build/lib/zebconf copying zebconf/firmware.py -> build/lib/zebconf copying zebconf/device.py -> build/lib/zebconf copying zebconf/connection.py -> build/lib/zebconf copying zebconf/cli.py -> build/lib/zebconf copying zebconf/__main__.py -> build/lib/zebconf copying zebconf/__init__.py -> build/lib/zebconf creating build/lib/zebconf/tests copying zebconf/tests/test01_basic.py -> build/lib/zebconf/tests copying zebconf/tests/__init__.py -> build/lib/zebconf/tests + sleep 1 + 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 -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9888v0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 + cd python-zebconf-git-4.9c1ab36 + 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 -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/tests copying build/lib/zebconf/tests/__init__.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/tests copying build/lib/zebconf/tests/test01_basic.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/tests copying build/lib/zebconf/__init__.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf copying build/lib/zebconf/__main__.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf copying build/lib/zebconf/cli.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf copying build/lib/zebconf/connection.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf copying build/lib/zebconf/device.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf copying build/lib/zebconf/firmware.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf copying build/lib/zebconf/logging.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/tests/test01_basic.py to test01_basic.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/device.py to device.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/firmware.py to firmware.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf/logging.py to logging.pyc writing byte-compilation script '/tmp/tmpBeeZTy.py' /usr/bin/python2 -O /tmp/tmpBeeZTy.py removing /tmp/tmpBeeZTy.py running install_egg_info running egg_info creating zebconf.egg-info writing requirements to zebconf.egg-info/requires.txt writing zebconf.egg-info/PKG-INFO writing top-level names to zebconf.egg-info/top_level.txt writing dependency_links to zebconf.egg-info/dependency_links.txt writing entry points to zebconf.egg-info/entry_points.txt writing manifest file 'zebconf.egg-info/SOURCES.txt' reading manifest file 'zebconf.egg-info/SOURCES.txt' writing manifest file 'zebconf.egg-info/SOURCES.txt' Copying zebconf.egg-info to /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7/site-packages/zebconf-0.1.5-py2.7.egg-info running install_scripts Installing zebconf script to /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/bin + 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 -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf creating /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/tests copying build/lib/zebconf/tests/__init__.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/tests copying build/lib/zebconf/tests/test01_basic.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/tests copying build/lib/zebconf/__init__.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf copying build/lib/zebconf/__main__.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf copying build/lib/zebconf/cli.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf copying build/lib/zebconf/connection.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf copying build/lib/zebconf/device.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf copying build/lib/zebconf/firmware.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf copying build/lib/zebconf/logging.py -> /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/tests/test01_basic.py to test01_basic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/__main__.py to __main__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/cli.py to cli.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/connection.py to connection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/device.py to device.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/firmware.py to firmware.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf/logging.py to logging.cpython-37.pyc writing byte-compilation script '/tmp/tmpqhs6htwv.py' /usr/bin/python3 /tmp/tmpqhs6htwv.py removing /tmp/tmpqhs6htwv.py running install_egg_info running egg_info writing zebconf.egg-info/PKG-INFO writing dependency_links to zebconf.egg-info/dependency_links.txt writing entry points to zebconf.egg-info/entry_points.txt writing requirements to zebconf.egg-info/requires.txt writing top-level names to zebconf.egg-info/top_level.txt reading manifest file 'zebconf.egg-info/SOURCES.txt' writing manifest file 'zebconf.egg-info/SOURCES.txt' Copying zebconf.egg-info to /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7/site-packages/zebconf-0.1.5-py3.7.egg-info running install_scripts Installing zebconf script to /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.1.5-1.git.4.9c1ab36.fc30 --unique-debug-suffix -0.1.5-1.git.4.9c1ab36.fc30.x86_64 --unique-debug-src-base python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/python-zebconf-git-4.9c1ab36 BUILDSTDERR: find: 'debug': No such file or directory + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-zebconf-0.1.5-1.git.4.9c1ab36.fc30.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vkfKU1 + umask 022 + cd /builddir/build/BUILD + cd python-zebconf-git-4.9c1ab36 + DOCDIR=/builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/doc/python2-zebconf + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/doc/python2-zebconf + cp -pr README.md /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/doc/python2-zebconf + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fq6Rk3 + umask 022 + cd /builddir/build/BUILD + cd python-zebconf-git-4.9c1ab36 + LICENSEDIR=/builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/licenses/python2-zebconf + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/licenses/python2-zebconf + cp -pr COPYING /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/licenses/python2-zebconf + exit 0 Provides: python-zebconf = 0.1.5-1.git.4.9c1ab36.fc30 python2-zebconf = 0.1.5-1.git.4.9c1ab36.fc30 python2.7dist(zebconf) = 0.1.5 python2dist(zebconf) = 0.1.5 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: python(abi) = 2.7 python2.7dist(future) python2.7dist(passlib) python2.7dist(pyusb) Obsoletes: python-zebconf < 0.1.5-1.git.4.9c1ab36.fc30 Recommends: python2-colorlog Processing files: python3-zebconf-0.1.5-1.git.4.9c1ab36.fc30.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NZzOZ6 + umask 022 + cd /builddir/build/BUILD + cd python-zebconf-git-4.9c1ab36 + DOCDIR=/builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/doc/python3-zebconf + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/doc/python3-zebconf + cp -pr README.md /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/doc/python3-zebconf + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hXZgGa + umask 022 + cd /builddir/build/BUILD + cd python-zebconf-git-4.9c1ab36 + LICENSEDIR=/builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/licenses/python3-zebconf + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/licenses/python3-zebconf + cp -pr COPYING /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64/usr/share/licenses/python3-zebconf + exit 0 Provides: python3-zebconf = 0.1.5-1.git.4.9c1ab36.fc30 python3.7dist(zebconf) = 0.1.5 python3dist(zebconf) = 0.1.5 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: /usr/bin/python3 python(abi) = 3.7 python3.7dist(future) python3.7dist(passlib) python3.7dist(pyusb) Recommends: python3-colorlog Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 Wrote: /builddir/build/RPMS/python2-zebconf-0.1.5-1.git.4.9c1ab36.fc30.noarch.rpm Wrote: /builddir/build/RPMS/python3-zebconf-0.1.5-1.git.4.9c1ab36.fc30.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jgysHg + umask 022 + cd /builddir/build/BUILD + cd python-zebconf-git-4.9c1ab36 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-zebconf-0.1.5-1.git.4.9c1ab36.fc30.x86_64 + exit 0 Child return code was: 0