Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-prometheus_client.spec'], chrootPath='/var/lib/mock/811662-epel-7-x86_64-1539854174.453801/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.33ew9v0b:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '8d89f74484de4c20bf9c7538790824c1', '-D', '/var/lib/mock/811662-epel-7-x86_64-1539854174.453801/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.33ew9v0b:/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/python-prometheus_client.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 BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-prometheus_client-0.4.2-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-prometheus_client.spec'], chrootPath='/var/lib/mock/811662-epel-7-x86_64-1539854174.453801/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.33ew9v0b:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '1b2a3e6a562e4e97b13500afcf6c8afe', '-D', '/var/lib/mock/811662-epel-7-x86_64-1539854174.453801/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.33ew9v0b:/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/python-prometheus_client.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.FoEhdL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf prometheus_client-0.4.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/prometheus_client-0.4.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd prometheus_client-0.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf prometheus_client.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VrvURZ + umask 022 + cd /builddir/build/BUILD + cd prometheus_client-0.4.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/prometheus_client copying prometheus_client/exposition.py -> build/lib/prometheus_client copying prometheus_client/platform_collector.py -> build/lib/prometheus_client copying prometheus_client/parser.py -> build/lib/prometheus_client copying prometheus_client/process_collector.py -> build/lib/prometheus_client copying prometheus_client/__init__.py -> build/lib/prometheus_client copying prometheus_client/decorator.py -> build/lib/prometheus_client copying prometheus_client/core.py -> build/lib/prometheus_client copying prometheus_client/multiprocess.py -> build/lib/prometheus_client copying prometheus_client/gc_collector.py -> build/lib/prometheus_client creating build/lib/prometheus_client/bridge copying prometheus_client/bridge/graphite.py -> build/lib/prometheus_client/bridge copying prometheus_client/bridge/__init__.py -> build/lib/prometheus_client/bridge creating build/lib/prometheus_client/openmetrics copying prometheus_client/openmetrics/exposition.py -> build/lib/prometheus_client/openmetrics copying prometheus_client/openmetrics/parser.py -> build/lib/prometheus_client/openmetrics copying prometheus_client/openmetrics/__init__.py -> build/lib/prometheus_client/openmetrics creating build/lib/prometheus_client/twisted copying prometheus_client/twisted/__init__.py -> build/lib/prometheus_client/twisted copying prometheus_client/twisted/_exposition.py -> build/lib/prometheus_client/twisted + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eJhsOk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64 + cd prometheus_client-0.4.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/twisted copying build/lib/prometheus_client/twisted/_exposition.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/twisted copying build/lib/prometheus_client/twisted/__init__.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/twisted creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/openmetrics copying build/lib/prometheus_client/openmetrics/__init__.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/openmetrics copying build/lib/prometheus_client/openmetrics/parser.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/openmetrics copying build/lib/prometheus_client/openmetrics/exposition.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/openmetrics creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/bridge copying build/lib/prometheus_client/bridge/__init__.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/bridge copying build/lib/prometheus_client/bridge/graphite.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/bridge copying build/lib/prometheus_client/gc_collector.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client copying build/lib/prometheus_client/multiprocess.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client copying build/lib/prometheus_client/core.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client copying build/lib/prometheus_client/decorator.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client copying build/lib/prometheus_client/__init__.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client copying build/lib/prometheus_client/process_collector.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client copying build/lib/prometheus_client/parser.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client copying build/lib/prometheus_client/platform_collector.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client copying build/lib/prometheus_client/exposition.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/twisted/_exposition.py to _exposition.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/twisted/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/openmetrics/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/openmetrics/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/openmetrics/exposition.py to exposition.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/bridge/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/bridge/graphite.py to graphite.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/gc_collector.py to gc_collector.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/multiprocess.py to multiprocess.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/decorator.py to decorator.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/process_collector.py to process_collector.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/platform_collector.py to platform_collector.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client/exposition.py to exposition.pyc writing byte-compilation script '/tmp/tmpwTwU3_.py' /usr/bin/python2 -O /tmp/tmpwTwU3_.py removing /tmp/tmpwTwU3_.py running install_egg_info running egg_info creating prometheus_client.egg-info writing requirements to prometheus_client.egg-info/requires.txt writing prometheus_client.egg-info/PKG-INFO writing top-level names to prometheus_client.egg-info/top_level.txt writing dependency_links to prometheus_client.egg-info/dependency_links.txt writing manifest file 'prometheus_client.egg-info/SOURCES.txt' reading manifest file 'prometheus_client.egg-info/SOURCES.txt' writing manifest file 'prometheus_client.egg-info/SOURCES.txt' Copying prometheus_client.egg-info to /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7/site-packages/prometheus_client-0.4.2-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/twisted copying build/lib/prometheus_client/twisted/_exposition.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/twisted copying build/lib/prometheus_client/twisted/__init__.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/twisted creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/openmetrics copying build/lib/prometheus_client/openmetrics/__init__.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/openmetrics copying build/lib/prometheus_client/openmetrics/parser.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/openmetrics copying build/lib/prometheus_client/openmetrics/exposition.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/openmetrics creating /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/bridge copying build/lib/prometheus_client/bridge/__init__.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/bridge copying build/lib/prometheus_client/bridge/graphite.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/bridge copying build/lib/prometheus_client/gc_collector.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client copying build/lib/prometheus_client/multiprocess.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client copying build/lib/prometheus_client/core.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client copying build/lib/prometheus_client/decorator.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client copying build/lib/prometheus_client/__init__.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client copying build/lib/prometheus_client/process_collector.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client copying build/lib/prometheus_client/parser.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client copying build/lib/prometheus_client/platform_collector.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client copying build/lib/prometheus_client/exposition.py -> /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/twisted/_exposition.py to _exposition.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/twisted/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/openmetrics/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/openmetrics/parser.py to parser.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/openmetrics/exposition.py to exposition.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/bridge/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/bridge/graphite.py to graphite.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/gc_collector.py to gc_collector.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/multiprocess.py to multiprocess.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/core.py to core.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/decorator.py to decorator.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/process_collector.py to process_collector.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/parser.py to parser.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/platform_collector.py to platform_collector.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client/exposition.py to exposition.cpython-34.pyc writing byte-compilation script '/tmp/tmpwdhygtub.py' /usr/bin/python3.4 -O /tmp/tmpwdhygtub.py removing /tmp/tmpwdhygtub.py running install_egg_info running egg_info writing requirements to prometheus_client.egg-info/requires.txt writing dependency_links to prometheus_client.egg-info/dependency_links.txt writing top-level names to prometheus_client.egg-info/top_level.txt writing prometheus_client.egg-info/PKG-INFO reading manifest file 'prometheus_client.egg-info/SOURCES.txt' writing manifest file 'prometheus_client.egg-info/SOURCES.txt' Copying prometheus_client.egg-info to /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4/site-packages/prometheus_client-0.4.2-py3.4.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/prometheus_client-0.4.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/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-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-prometheus_client-0.4.2-1.el7.noarch Provides: python-prometheus_client = 0.4.2-1.el7 python2-prometheus_client = 0.4.2-1.el7 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-prometheus_client < 0.4.2-1.el7 Processing files: python34-prometheus_client-0.4.2-1.el7.noarch Provides: python34-prometheus_client = 0.4.2-1.el7 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.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64 Wrote: /builddir/build/RPMS/python2-prometheus_client-0.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python34-prometheus_client-0.4.2-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kDJ8uB + umask 022 + cd /builddir/build/BUILD + cd prometheus_client-0.4.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-prometheus_client-0.4.2-1.el7.x86_64 + exit 0 Child return code was: 0