Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pygatt.spec'], gid=425user='mockbuild'shell=Falsenspawn_args=[]printOutput=FalsechrootPath='/var/lib/mock/f27-build-9920653-786273/root'uid=1000env={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash'}timeout=172800logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pygatt.spec'] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-pygatt-3.2.0-1.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pygatt.spec'], gid=425user='mockbuild'shell=Falsenspawn_args=[]printOutput=FalsechrootPath='/var/lib/mock/f27-build-9920653-786273/root'uid=1000env={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash'}timeout=172800logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pygatt.spec'] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Wio1H7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pygatt-3.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pygatt-3.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pygatt-3.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KWLxuf + umask 022 + cd /builddir/build/BUILD + cd pygatt-3.2.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/pygatt copying pygatt/__init__.py -> build/lib/pygatt copying pygatt/device.py -> build/lib/pygatt copying pygatt/exceptions.py -> build/lib/pygatt copying pygatt/util.py -> build/lib/pygatt creating build/lib/pygatt/backends copying pygatt/backends/__init__.py -> build/lib/pygatt/backends copying pygatt/backends/backend.py -> build/lib/pygatt/backends creating build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/__init__.py -> build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/bgapi.py -> build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/bglib.py -> build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/constants.py -> build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/device.py -> build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/error_codes.py -> build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/exceptions.py -> build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/packets.py -> build/lib/pygatt/backends/bgapi copying pygatt/backends/bgapi/util.py -> build/lib/pygatt/backends/bgapi creating build/lib/pygatt/backends/gatttool copying pygatt/backends/gatttool/__init__.py -> build/lib/pygatt/backends/gatttool copying pygatt/backends/gatttool/device.py -> build/lib/pygatt/backends/gatttool copying pygatt/backends/gatttool/gatttool.py -> build/lib/pygatt/backends/gatttool running egg_info creating pygatt.egg-info writing requirements to pygatt.egg-info/requires.txt writing pygatt.egg-info/PKG-INFO writing top-level names to pygatt.egg-info/top_level.txt writing dependency_links to pygatt.egg-info/dependency_links.txt writing manifest file 'pygatt.egg-info/SOURCES.txt' reading manifest file 'pygatt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pygatt.egg-info/SOURCES.txt' + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py running egg_info writing pygatt.egg-info/PKG-INFO writing dependency_links to pygatt.egg-info/dependency_links.txt writing requirements to pygatt.egg-info/requires.txt writing top-level names to pygatt.egg-info/top_level.txt reading manifest file 'pygatt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pygatt.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TH71OQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch ++ dirname /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch + cd pygatt-3.2.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt copying build/lib/pygatt/__init__.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt copying build/lib/pygatt/device.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt copying build/lib/pygatt/exceptions.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt copying build/lib/pygatt/util.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends copying build/lib/pygatt/backends/__init__.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends copying build/lib/pygatt/backends/backend.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/__init__.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/bgapi.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/bglib.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/constants.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/device.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/error_codes.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/exceptions.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/packets.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/util.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/gatttool copying build/lib/pygatt/backends/gatttool/__init__.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/gatttool copying build/lib/pygatt/backends/gatttool/device.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/gatttool copying build/lib/pygatt/backends/gatttool/gatttool.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/gatttool byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/device.py to device.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/bgapi.py to bgapi.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/bglib.py to bglib.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/device.py to device.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/error_codes.py to error_codes.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/packets.py to packets.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/bgapi/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/gatttool/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/gatttool/device.py to device.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt/backends/gatttool/gatttool.py to gatttool.pyc writing byte-compilation script '/tmp/tmp5n1DIt.py' /usr/bin/python2 -O /tmp/tmp5n1DIt.py removing /tmp/tmp5n1DIt.py running install_egg_info running egg_info writing requirements to pygatt.egg-info/requires.txt writing pygatt.egg-info/PKG-INFO writing top-level names to pygatt.egg-info/top_level.txt writing dependency_links to pygatt.egg-info/dependency_links.txt reading manifest file 'pygatt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pygatt.egg-info/SOURCES.txt' Copying pygatt.egg-info to /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7/site-packages/pygatt-3.2.0-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt copying build/lib/pygatt/__init__.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt copying build/lib/pygatt/device.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt copying build/lib/pygatt/exceptions.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt copying build/lib/pygatt/util.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends copying build/lib/pygatt/backends/__init__.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends copying build/lib/pygatt/backends/backend.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/__init__.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/bgapi.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/bglib.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/constants.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/device.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/error_codes.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/exceptions.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/packets.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi copying build/lib/pygatt/backends/bgapi/util.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi creating /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/gatttool copying build/lib/pygatt/backends/gatttool/__init__.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/gatttool copying build/lib/pygatt/backends/gatttool/device.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/gatttool copying build/lib/pygatt/backends/gatttool/gatttool.py -> /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/gatttool byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/device.py to device.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/backend.py to backend.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/bgapi.py to bgapi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/bglib.py to bglib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/device.py to device.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/error_codes.py to error_codes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/packets.py to packets.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/bgapi/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/gatttool/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/gatttool/device.py to device.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt/backends/gatttool/gatttool.py to gatttool.cpython-36.pyc writing byte-compilation script '/tmp/tmpqv56tr_r.py' /usr/bin/python3 /tmp/tmpqv56tr_r.py removing /tmp/tmpqv56tr_r.py running install_egg_info running egg_info writing pygatt.egg-info/PKG-INFO writing dependency_links to pygatt.egg-info/dependency_links.txt writing requirements to pygatt.egg-info/requires.txt writing top-level names to pygatt.egg-info/top_level.txt reading manifest file 'pygatt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pygatt.egg-info/SOURCES.txt' Copying pygatt.egg-info to /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6/site-packages/pygatt-3.2.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 3.2.0-1.fc27 --unique-debug-suffix -3.2.0-1.fc27.noarch --unique-debug-src-base python-pygatt-3.2.0-1.fc27.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pygatt-3.2.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /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/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Processing files: python2-pygatt-3.2.0-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lWqK7T + umask 022 + cd /builddir/build/BUILD + cd pygatt-3.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/doc/python2-pygatt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/doc/python2-pygatt + cp -pr README.rst /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/doc/python2-pygatt + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lUAWTV + umask 022 + cd /builddir/build/BUILD + cd pygatt-3.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/licenses/python2-pygatt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/licenses/python2-pygatt + cp -pr LICENSE /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/licenses/python2-pygatt + exit 0 Provides: python-pygatt = 3.2.0-1.fc27 python2-pygatt = 3.2.0-1.fc27 python2.7dist(pygatt) = 3.2.0 python2dist(pygatt) = 3.2.0 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 Obsoletes: python-pygatt < 3.2.0-1.fc27 Processing files: python3-pygatt-3.2.0-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rPKmKA + umask 022 + cd /builddir/build/BUILD + cd pygatt-3.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/doc/python3-pygatt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/doc/python3-pygatt + cp -pr README.rst /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/doc/python3-pygatt + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zlRtyi + umask 022 + cd /builddir/build/BUILD + cd pygatt-3.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/licenses/python3-pygatt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/licenses/python3-pygatt + cp -pr LICENSE /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch/usr/share/licenses/python3-pygatt + exit 0 Provides: python3-pygatt = 3.2.0-1.fc27 python3.6dist(pygatt) = 3.2.0 python3dist(pygatt) = 3.2.0 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) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch Wrote: /builddir/build/RPMS/python2-pygatt-3.2.0-1.fc27.noarch.rpm Wrote: /builddir/build/RPMS/python3-pygatt-3.2.0-1.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FqRqER + umask 022 + cd /builddir/build/BUILD + cd pygatt-3.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pygatt-3.2.0-1.fc27.noarch + exit 0 Child return code was: 0