Mock Version: 2.17
Mock Version: 2.17
Mock Version: 2.17
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-fasteners.spec'], chrootPath='/var/lib/mock/v8.3-u-stormi1-5939-11110/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f5fefec3780>timeout=86400uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-fasteners.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
Building target platforms: noarch
Building for target noarch
Wrote: /builddir/build/SRPMS/python-fasteners-0.9.0-3.xcpng8.3.src.rpm
Child return code was: 0
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-fasteners.spec'], chrootPath='/var/lib/mock/v8.3-u-stormi1-5939-11110/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f5fefec3780>timeout=86400uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-fasteners.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
Building target platforms: noarch
Building for target noarch
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8Kh3lD
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf fasteners-0.9.0
+ /usr/bin/gzip -dc /builddir/build/SOURCES/fasteners-0.9.0.tar.gz
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd fasteners-0.9.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -rf fasteners.egg-info
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lzpkpH
+ umask 022
+ cd /builddir/build/BUILD
+ cd fasteners-0.9.0
+ 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/fasteners
copying fasteners/__init__.py -> build/lib/fasteners
copying fasteners/_utils.py -> build/lib/fasteners
copying fasteners/lock.py -> build/lib/fasteners
copying fasteners/process_lock.py -> build/lib/fasteners
copying fasteners/test.py -> build/lib/fasteners
creating build/lib/fasteners/tests
copying fasteners/tests/__init__.py -> build/lib/fasteners/tests
copying fasteners/tests/test_decorators.py -> build/lib/fasteners/tests
copying fasteners/tests/test_helpers.py -> build/lib/fasteners/tests
copying fasteners/tests/test_lock.py -> build/lib/fasteners/tests
copying fasteners/tests/test_process_lock.py -> build/lib/fasteners/tests
+ 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'
+ LDFLAGS='-Wl,-z,relro '
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
running build
running build_py
+ sleep 1
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ONhA1S
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch
++ dirname /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch
+ '[' '!' -d /usr/lib/opamroot ']'
+ cd fasteners-0.9.0
+ 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-fasteners-0.9.0-3.xcpng8.3.noarch
running install
running install_lib
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners
copying build/lib/fasteners/__init__.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners
copying build/lib/fasteners/_utils.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners
copying build/lib/fasteners/lock.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners
copying build/lib/fasteners/process_lock.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners
copying build/lib/fasteners/test.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests
copying build/lib/fasteners/tests/__init__.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests
copying build/lib/fasteners/tests/test_decorators.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests
copying build/lib/fasteners/tests/test_helpers.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests
copying build/lib/fasteners/tests/test_lock.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests
copying build/lib/fasteners/tests/test_process_lock.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/_utils.py to _utils.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/lock.py to lock.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/process_lock.py to process_lock.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/test.py to test.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests/test_decorators.py to test_decorators.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests/test_helpers.py to test_helpers.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests/test_lock.py to test_lock.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners/tests/test_process_lock.py to test_process_lock.pyc
writing byte-compilation script '/tmp/tmpsAwzcd.py'
/usr/bin/python2 -O /tmp/tmpsAwzcd.py
removing /tmp/tmpsAwzcd.py
running install_egg_info
running egg_info
creating fasteners.egg-info
writing requirements to fasteners.egg-info/requires.txt
writing fasteners.egg-info/PKG-INFO
writing top-level names to fasteners.egg-info/top_level.txt
writing dependency_links to fasteners.egg-info/dependency_links.txt
writing manifest file 'fasteners.egg-info/SOURCES.txt'
reading manifest file 'fasteners.egg-info/SOURCES.txt'
writing manifest file 'fasteners.egg-info/SOURCES.txt'
Copying fasteners.egg-info to /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7/site-packages/fasteners-0.9.0-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'
+ LDFLAGS='-Wl,-z,relro '
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch
running install
running install_lib
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners
copying build/lib/fasteners/__init__.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners
copying build/lib/fasteners/_utils.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners
copying build/lib/fasteners/lock.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners
copying build/lib/fasteners/process_lock.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners
copying build/lib/fasteners/test.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners
creating /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests
copying build/lib/fasteners/tests/__init__.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests
copying build/lib/fasteners/tests/test_decorators.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests
copying build/lib/fasteners/tests/test_helpers.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests
copying build/lib/fasteners/tests/test_lock.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests
copying build/lib/fasteners/tests/test_process_lock.py -> /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/_utils.py to _utils.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/lock.py to lock.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/process_lock.py to process_lock.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/test.py to test.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests/test_decorators.py to test_decorators.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests/test_helpers.py to test_helpers.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests/test_lock.py to test_lock.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners/tests/test_process_lock.py to test_process_lock.cpython-36.pyc
writing byte-compilation script '/tmp/tmp7m1rf39m.py'
/usr/bin/python3 /tmp/tmp7m1rf39m.py
removing /tmp/tmp7m1rf39m.py
running install_egg_info
running egg_info
writing fasteners.egg-info/PKG-INFO
writing dependency_links to fasteners.egg-info/dependency_links.txt
writing requirements to fasteners.egg-info/requires.txt
writing top-level names to fasteners.egg-info/top_level.txt
reading manifest file 'fasteners.egg-info/SOURCES.txt'
writing manifest file 'fasteners.egg-info/SOURCES.txt'
Copying fasteners.egg-info to /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6/site-packages/fasteners-0.9.0-py3.6.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 50000000 /builddir/build/BUILD/fasteners-0.9.0
/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match.
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/python3 1
Bytecompiling .py files below /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python2.7 using /usr/bin/python2.7
Bytecompiling .py files below /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/lib/python3.6 using /usr/bin/python3.6
+ /usr/lib/rpm/redhat/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-java-repack-jars
Processing files: python-fasteners-0.9.0-3.xcpng8.3.noarch
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fQebi8
+ umask 022
+ cd /builddir/build/BUILD
+ cd fasteners-0.9.0
+ DOCDIR=/builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/doc/python-fasteners-0.9.0
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/doc/python-fasteners-0.9.0
+ cp -pr README.rst /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/doc/python-fasteners-0.9.0
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YehcAn
+ umask 022
+ cd /builddir/build/BUILD
+ cd fasteners-0.9.0
+ LICENSEDIR=/builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/licenses/python-fasteners-0.9.0
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/licenses/python-fasteners-0.9.0
+ cp -pr LICENSE /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/licenses/python-fasteners-0.9.0
+ exit 0
Provides: python-fasteners = 0.9.0-3.xcpng8.3
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
Processing files: python3-fasteners-0.9.0-3.xcpng8.3.noarch
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.p5jzWD
+ umask 022
+ cd /builddir/build/BUILD
+ cd fasteners-0.9.0
+ DOCDIR=/builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/doc/python3-fasteners-0.9.0
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/doc/python3-fasteners-0.9.0
+ cp -pr README.rst /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/doc/python3-fasteners-0.9.0
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.m80hkU
+ umask 022
+ cd /builddir/build/BUILD
+ cd fasteners-0.9.0
+ LICENSEDIR=/builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/licenses/python3-fasteners-0.9.0
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/licenses/python3-fasteners-0.9.0
+ cp -pr LICENSE /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch/usr/share/licenses/python3-fasteners-0.9.0
+ exit 0
Provides: python3-fasteners = 0.9.0-3.xcpng8.3 python3.6dist(fasteners) = 0.9.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-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-fasteners-0.9.0-3.xcpng8.3.noarch
Wrote: /builddir/build/RPMS/python-fasteners-0.9.0-3.xcpng8.3.noarch.rpm
Wrote: /builddir/build/RPMS/python3-fasteners-0.9.0-3.xcpng8.3.noarch.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.r9UhuM
+ umask 022
+ cd /builddir/build/BUILD
+ cd fasteners-0.9.0
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-fasteners-0.9.0-3.xcpng8.3.noarch
+ exit 0
Child return code was: 0