Mock Version: 3.1 Mock Version: 3.1 Mock Version: 3.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-colcon-core.spec'], chrootPath='/var/lib/mock/epel7-build-39364577-4890529/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-colcon-core.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': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-colcon-core-0.11.0-1.el7.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-colcon-core.spec'], chrootPath='/var/lib/mock/epel7-build-39364577-4890529/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-colcon-core.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': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.g5z9yV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf colcon-core-0.11.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/colcon-core-0.11.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd colcon-core-0.11.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-colcon-core-0.5.3-remove-pytest.patch + /usr/bin/patch -p1 -s + /usr/bin/cat /builddir/build/SOURCES/python-colcon-core-0.3.17-pytest-2.9.patch + /usr/bin/patch -p1 -s + /usr/bin/patch -p1 -s + /usr/bin/cat /builddir/build/SOURCES/python-colcon-core-0.7.1-pytest-fixture.patch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QQWE87 + umask 022 + cd /builddir/build/BUILD + cd colcon-core-0.11.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/colcon copying colcon/__init__.py -> build/lib/colcon copying colcon/__main__.py -> build/lib/colcon creating build/lib/colcon_core copying colcon_core/__init__.py -> build/lib/colcon_core copying colcon_core/argument_default.py -> build/lib/colcon_core copying colcon_core/command.py -> build/lib/colcon_core copying colcon_core/dependency_descriptor.py -> build/lib/colcon_core copying colcon_core/entry_point.py -> build/lib/colcon_core copying colcon_core/environment_variable.py -> build/lib/colcon_core copying colcon_core/event_reactor.py -> build/lib/colcon_core copying colcon_core/location.py -> build/lib/colcon_core copying colcon_core/logging.py -> build/lib/colcon_core copying colcon_core/package_decorator.py -> build/lib/colcon_core copying colcon_core/package_descriptor.py -> build/lib/colcon_core copying colcon_core/plugin_system.py -> build/lib/colcon_core copying colcon_core/python_install_path.py -> build/lib/colcon_core copying colcon_core/subprocess.py -> build/lib/colcon_core copying colcon_core/topological_order.py -> build/lib/colcon_core creating build/lib/colcon_core/argument_parser copying colcon_core/argument_parser/__init__.py -> build/lib/colcon_core/argument_parser copying colcon_core/argument_parser/destination_collector.py -> build/lib/colcon_core/argument_parser copying colcon_core/argument_parser/type_collector.py -> build/lib/colcon_core/argument_parser creating build/lib/colcon_core/environment copying colcon_core/environment/__init__.py -> build/lib/colcon_core/environment copying colcon_core/environment/path.py -> build/lib/colcon_core/environment copying colcon_core/environment/pythonpath.py -> build/lib/colcon_core/environment creating build/lib/colcon_core/event copying colcon_core/event/__init__.py -> build/lib/colcon_core/event copying colcon_core/event/command.py -> build/lib/colcon_core/event copying colcon_core/event/job.py -> build/lib/colcon_core/event copying colcon_core/event/output.py -> build/lib/colcon_core/event copying colcon_core/event/test.py -> build/lib/colcon_core/event copying colcon_core/event/timer.py -> build/lib/colcon_core/event creating build/lib/colcon_core/event_handler copying colcon_core/event_handler/__init__.py -> build/lib/colcon_core/event_handler copying colcon_core/event_handler/console_direct.py -> build/lib/colcon_core/event_handler copying colcon_core/event_handler/console_start_end.py -> build/lib/colcon_core/event_handler copying colcon_core/event_handler/log_command.py -> build/lib/colcon_core/event_handler creating build/lib/colcon_core/executor copying colcon_core/executor/__init__.py -> build/lib/colcon_core/executor copying colcon_core/executor/sequential.py -> build/lib/colcon_core/executor creating build/lib/colcon_core/package_augmentation copying colcon_core/package_augmentation/__init__.py -> build/lib/colcon_core/package_augmentation copying colcon_core/package_augmentation/python.py -> build/lib/colcon_core/package_augmentation creating build/lib/colcon_core/package_discovery copying colcon_core/package_discovery/__init__.py -> build/lib/colcon_core/package_discovery copying colcon_core/package_discovery/path.py -> build/lib/colcon_core/package_discovery creating build/lib/colcon_core/package_identification copying colcon_core/package_identification/__init__.py -> build/lib/colcon_core/package_identification copying colcon_core/package_identification/ignore.py -> build/lib/colcon_core/package_identification copying colcon_core/package_identification/python.py -> build/lib/colcon_core/package_identification creating build/lib/colcon_core/package_selection copying colcon_core/package_selection/__init__.py -> build/lib/colcon_core/package_selection creating build/lib/colcon_core/prefix_path copying colcon_core/prefix_path/__init__.py -> build/lib/colcon_core/prefix_path copying colcon_core/prefix_path/colcon.py -> build/lib/colcon_core/prefix_path creating build/lib/colcon_core/pytest copying colcon_core/pytest/__init__.py -> build/lib/colcon_core/pytest copying colcon_core/pytest/hooks.py -> build/lib/colcon_core/pytest creating build/lib/colcon_core/shell copying colcon_core/shell/__init__.py -> build/lib/colcon_core/shell copying colcon_core/shell/bat.py -> build/lib/colcon_core/shell copying colcon_core/shell/dsv.py -> build/lib/colcon_core/shell copying colcon_core/shell/installed_packages.py -> build/lib/colcon_core/shell copying colcon_core/shell/sh.py -> build/lib/colcon_core/shell creating build/lib/colcon_core/task copying colcon_core/task/__init__.py -> build/lib/colcon_core/task creating build/lib/colcon_core/verb copying colcon_core/verb/__init__.py -> build/lib/colcon_core/verb copying colcon_core/verb/build.py -> build/lib/colcon_core/verb copying colcon_core/verb/test.py -> build/lib/colcon_core/verb creating build/lib/colcon_core/shell/template copying colcon_core/shell/template/__init__.py -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/prefix_util.py -> build/lib/colcon_core/shell/template creating build/lib/colcon_core/task/python copying colcon_core/task/python/__init__.py -> build/lib/colcon_core/task/python copying colcon_core/task/python/build.py -> build/lib/colcon_core/task/python creating build/lib/colcon_core/task/python/template copying colcon_core/task/python/template/__init__.py -> build/lib/colcon_core/task/python/template creating build/lib/colcon_core/task/python/test copying colcon_core/task/python/test/__init__.py -> build/lib/colcon_core/task/python/test copying colcon_core/task/python/test/pytest.py -> build/lib/colcon_core/task/python/test copying colcon_core/task/python/test/setuppy_test.py -> build/lib/colcon_core/task/python/test copying colcon_core/shell/template/command_prefix.bat.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/command_prefix.sh.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_append_value.bat.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_append_value.dsv.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_append_value.sh.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_prepend_value.bat.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_prepend_value.dsv.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_prepend_value.sh.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_set_value.bat.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_set_value.dsv.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/hook_set_value.sh.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/package.bat.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/package.dsv.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/package.sh.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/prefix.bat.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/prefix.sh.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/prefix_chain.bat.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/prefix_chain.sh.em -> build/lib/colcon_core/shell/template copying colcon_core/shell/template/prefix_util.py.em -> build/lib/colcon_core/shell/template copying colcon_core/task/python/template/sitecustomize.py.em -> build/lib/colcon_core/task/python/template + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2BJVGl + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch + cd colcon-core-0.11.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon copying build/lib/colcon/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon copying build/lib/colcon/__main__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/argument_default.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/command.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/dependency_descriptor.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/entry_point.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/environment_variable.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/event_reactor.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/location.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/logging.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/package_decorator.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/package_descriptor.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/plugin_system.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/python_install_path.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/subprocess.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core copying build/lib/colcon_core/topological_order.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/argument_parser copying build/lib/colcon_core/argument_parser/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/argument_parser copying build/lib/colcon_core/argument_parser/destination_collector.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/argument_parser copying build/lib/colcon_core/argument_parser/type_collector.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/argument_parser creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/environment copying build/lib/colcon_core/environment/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/environment copying build/lib/colcon_core/environment/path.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/environment copying build/lib/colcon_core/environment/pythonpath.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/environment creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event copying build/lib/colcon_core/event/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event copying build/lib/colcon_core/event/command.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event copying build/lib/colcon_core/event/job.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event copying build/lib/colcon_core/event/output.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event copying build/lib/colcon_core/event/test.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event copying build/lib/colcon_core/event/timer.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler copying build/lib/colcon_core/event_handler/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler copying build/lib/colcon_core/event_handler/console_direct.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler copying build/lib/colcon_core/event_handler/console_start_end.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler copying build/lib/colcon_core/event_handler/log_command.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/executor copying build/lib/colcon_core/executor/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/executor copying build/lib/colcon_core/executor/sequential.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/executor creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_augmentation copying build/lib/colcon_core/package_augmentation/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_augmentation copying build/lib/colcon_core/package_augmentation/python.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_augmentation creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_discovery copying build/lib/colcon_core/package_discovery/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_discovery copying build/lib/colcon_core/package_discovery/path.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_discovery creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_identification copying build/lib/colcon_core/package_identification/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_identification copying build/lib/colcon_core/package_identification/ignore.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_identification copying build/lib/colcon_core/package_identification/python.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_identification creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_selection copying build/lib/colcon_core/package_selection/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_selection creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/prefix_path copying build/lib/colcon_core/prefix_path/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/prefix_path copying build/lib/colcon_core/prefix_path/colcon.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/prefix_path creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/pytest copying build/lib/colcon_core/pytest/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/pytest copying build/lib/colcon_core/pytest/hooks.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/pytest creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell copying build/lib/colcon_core/shell/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell copying build/lib/colcon_core/shell/bat.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell copying build/lib/colcon_core/shell/dsv.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell copying build/lib/colcon_core/shell/installed_packages.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell copying build/lib/colcon_core/shell/sh.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/prefix_util.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/command_prefix.bat.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/command_prefix.sh.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_append_value.bat.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_append_value.dsv.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_append_value.sh.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_prepend_value.bat.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_prepend_value.dsv.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_prepend_value.sh.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_set_value.bat.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_set_value.dsv.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/hook_set_value.sh.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/package.bat.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/package.dsv.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/package.sh.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/prefix.bat.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/prefix.sh.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/prefix_chain.bat.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/prefix_chain.sh.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template copying build/lib/colcon_core/shell/template/prefix_util.py.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task copying build/lib/colcon_core/task/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python copying build/lib/colcon_core/task/python/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python copying build/lib/colcon_core/task/python/build.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/template copying build/lib/colcon_core/task/python/template/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/template copying build/lib/colcon_core/task/python/template/sitecustomize.py.em -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/template creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/test copying build/lib/colcon_core/task/python/test/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/test copying build/lib/colcon_core/task/python/test/pytest.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/test copying build/lib/colcon_core/task/python/test/setuppy_test.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/test creating /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/verb copying build/lib/colcon_core/verb/__init__.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/verb copying build/lib/colcon_core/verb/build.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/verb copying build/lib/colcon_core/verb/test.py -> /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/verb byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/argument_default.py to argument_default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/command.py to command.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/dependency_descriptor.py to dependency_descriptor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/entry_point.py to entry_point.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/environment_variable.py to environment_variable.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_reactor.py to event_reactor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/location.py to location.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/logging.py to logging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_decorator.py to package_decorator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_descriptor.py to package_descriptor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/plugin_system.py to plugin_system.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/python_install_path.py to python_install_path.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/subprocess.py to subprocess.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/topological_order.py to topological_order.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/argument_parser/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/argument_parser/destination_collector.py to destination_collector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/argument_parser/type_collector.py to type_collector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/environment/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/environment/path.py to path.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/environment/pythonpath.py to pythonpath.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event/command.py to command.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event/job.py to job.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event/output.py to output.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event/test.py to test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event/timer.py to timer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler/console_direct.py to console_direct.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler/console_start_end.py to console_start_end.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/event_handler/log_command.py to log_command.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/executor/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/executor/sequential.py to sequential.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_augmentation/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_augmentation/python.py to python.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_discovery/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_discovery/path.py to path.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_identification/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_identification/ignore.py to ignore.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_identification/python.py to python.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/package_selection/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/prefix_path/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/prefix_path/colcon.py to colcon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/pytest/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/pytest/hooks.py to hooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/bat.py to bat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/dsv.py to dsv.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/installed_packages.py to installed_packages.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/sh.py to sh.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/shell/template/prefix_util.py to prefix_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/build.py to build.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/template/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/test/pytest.py to pytest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/task/python/test/setuppy_test.py to setuppy_test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/verb/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/verb/build.py to build.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core/verb/test.py to test.cpython-36.pyc writing byte-compilation script '/tmp/tmps82gdhp9.py' /usr/bin/python3 /tmp/tmps82gdhp9.py removing /tmp/tmps82gdhp9.py running install_egg_info running egg_info creating colcon_core.egg-info writing colcon_core.egg-info/PKG-INFO writing dependency_links to colcon_core.egg-info/dependency_links.txt writing entry points to colcon_core.egg-info/entry_points.txt writing requirements to colcon_core.egg-info/requires.txt writing top-level names to colcon_core.egg-info/top_level.txt writing manifest file 'colcon_core.egg-info/SOURCES.txt' reading manifest file 'colcon_core.egg-info/SOURCES.txt' writing manifest file 'colcon_core.egg-info/SOURCES.txt' Copying colcon_core.egg-info to /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/lib/python3.6/site-packages/colcon_core-0.11.0-py3.6.egg-info running install_scripts Installing colcon script to /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/bin + /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/colcon-core-0.11.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/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jAghuA + umask 022 + cd /builddir/build/BUILD + cd colcon-core-0.11.0 + /usr/bin/python3 -m pytest --ignore=test/test_spell_check.py --ignore=test/test_flake8.py test ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1 rootdir: /builddir/build/BUILD/colcon-core-0.11.0, inifile: plugins: colcon-core-0.11.0 collected 130 items test/test_argument_default.py . test/test_argument_parser.py ... test/test_build_python.py .. test/test_command.py ... test/test_copyright_license.py . test/test_dependency_descriptor.py . test/test_destination_collector.py . test/test_entry_point.py ... test/test_environment.py .... test/test_environment_path.py . test/test_environment_pythonpath.py . test/test_environment_pythonscriptspath.py . test/test_event_command.py . test/test_event_handler.py ..... test/test_event_handler_console_direct.py . test/test_event_handler_console_start_end.py . test/test_event_handler_log_command.py . test/test_event_reactor.py . test/test_executor.py .... test/test_executor_sequential.py .. test/test_location.py .... test/test_logging.py .. test/test_package_augmentation.py .... test/test_package_decorator.py ... test/test_package_descriptor.py ...... test/test_package_discovery.py ...... test/test_package_discovery_path.py ..... test/test_package_identification.py ... test/test_package_identification_ignore.py . test/test_package_identification_python.py .. test/test_package_selection.py ..... test/test_plugin_system.py ....... test/test_prefix_path.py ... test/test_shell.py ............. test/test_shell_bat.py . test/test_shell_sh.py . test/test_shell_template.py . test/test_shell_template_prefix_util.py .... test/test_subprocess.py sss test/test_task.py ..s.... test/test_task_python_test_pytest.py . test/test_topological_order.py .. test/test_type_collector.py ... test/test_verb.py ..... =========== 126 passed, 4 skipped, 1 pytest-warnings in 9.34 seconds =========== Processing files: python36-colcon-core-0.11.0-1.el7.noarch + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GxXmWU + umask 022 + cd /builddir/build/BUILD + cd colcon-core-0.11.0 + DOCDIR=/builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/share/doc/python36-colcon-core-0.11.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/share/doc/python36-colcon-core-0.11.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/share/doc/python36-colcon-core-0.11.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Cbp8of + umask 022 + cd /builddir/build/BUILD + cd colcon-core-0.11.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/share/licenses/python36-colcon-core-0.11.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/share/licenses/python36-colcon-core-0.11.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch/usr/share/licenses/python36-colcon-core-0.11.0 + exit 0 Provides: python3-colcon-core = 0.11.0-1.el7 python3.6dist(colcon-core) = 0.11.0 python36-colcon-core = 0.11.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-colcon-core-0.11.0-1.el7.noarch Wrote: /builddir/build/RPMS/python36-colcon-core-0.11.0-1.el7.noarch.rpm Child return code was: 0