Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ansible-container.spec'], gid=135logger=shell=FalseprintOutput=FalsechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-13895/root'uid=1001timeout=0env={'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash'}user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ansible-container.spec'] with env {'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: copr-builder-977763222.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ansible-container.spec'], gid=135logger=shell=FalseprintOutput=FalsechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-13895/root'uid=1001private_network=Truetimeout=0env={'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash'}user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ansible-container.spec'] with env {'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f2kdjT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ansible-container-release-0.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/release-0.2.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ansible-container-release-0.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/rel2-3c8df68f3d949d535f61c5693e8213a34b270bd7.patch + /usr/bin/patch -p1 -s + /usr/bin/cat /builddir/build/SOURCES/newer-requires.patch + /usr/bin/patch -p1 -s + /usr/bin/cat /builddir/build/SOURCES/el7-setuptools.patch + /usr/bin/patch -p1 -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pX23t8 + umask 022 + cd /builddir/build/BUILD + cd ansible-container-release-0.2.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/container copying container/utils.py -> build/lib/container copying container/temp.py -> build/lib/container copying container/exceptions.py -> build/lib/container copying container/engine.py -> build/lib/container copying container/config.py -> build/lib/container copying container/cli.py -> build/lib/container copying container/__init__.py -> build/lib/container creating build/lib/container/shipit copying container/shipit/utils.py -> build/lib/container/shipit copying container/shipit/base_engine.py -> build/lib/container/shipit copying container/shipit/constants.py -> build/lib/container/shipit copying container/shipit/__init__.py -> build/lib/container/shipit creating build/lib/container/filters copying container/filters/general.py -> build/lib/container/filters copying container/filters/__init__.py -> build/lib/container/filters creating build/lib/container/docker copying container/docker/utils.py -> build/lib/container/docker copying container/docker/engine.py -> build/lib/container/docker copying container/docker/__init__.py -> build/lib/container/docker creating build/lib/container/shipit/openshift copying container/shipit/openshift/service.py -> build/lib/container/shipit/openshift copying container/shipit/openshift/route.py -> build/lib/container/shipit/openshift copying container/shipit/openshift/engine.py -> build/lib/container/shipit/openshift copying container/shipit/openshift/deployment.py -> build/lib/container/shipit/openshift copying container/shipit/openshift/pvc.py -> build/lib/container/shipit/openshift copying container/shipit/openshift/__init__.py -> build/lib/container/shipit/openshift creating build/lib/container/shipit/kubernetes copying container/shipit/kubernetes/service.py -> build/lib/container/shipit/kubernetes copying container/shipit/kubernetes/engine.py -> build/lib/container/shipit/kubernetes copying container/shipit/kubernetes/deployment.py -> build/lib/container/shipit/kubernetes copying container/shipit/kubernetes/pvc.py -> build/lib/container/shipit/kubernetes copying container/shipit/kubernetes/__init__.py -> build/lib/container/shipit/kubernetes creating build/lib/container/filters/lookup copying container/filters/lookup/version.py -> build/lib/container/filters/lookup copying container/filters/lookup/__init__.py -> build/lib/container/filters/lookup creating build/lib/container/shipit/openshift/modules copying container/shipit/openshift/modules/oso_service.py -> build/lib/container/shipit/openshift/modules copying container/shipit/openshift/modules/oso_route.py -> build/lib/container/shipit/openshift/modules copying container/shipit/openshift/modules/oso_pvc.py -> build/lib/container/shipit/openshift/modules copying container/shipit/openshift/modules/oso_deployment.py -> build/lib/container/shipit/openshift/modules copying container/shipit/openshift/modules/oso_api.py -> build/lib/container/shipit/openshift/modules copying container/shipit/openshift/modules/__init__.py -> build/lib/container/shipit/openshift/modules creating build/lib/container/shipit/kubernetes/modules copying container/shipit/kubernetes/modules/kube_pvc.py -> build/lib/container/shipit/kubernetes/modules copying container/shipit/kubernetes/modules/kube_service.py -> build/lib/container/shipit/kubernetes/modules copying container/shipit/kubernetes/modules/kube_deployment.py -> build/lib/container/shipit/kubernetes/modules copying container/shipit/kubernetes/modules/kube_api.py -> build/lib/container/shipit/kubernetes/modules copying container/shipit/kubernetes/modules/__init__.py -> build/lib/container/shipit/kubernetes/modules running egg_info creating ansible_container.egg-info writing requirements to ansible_container.egg-info/requires.txt writing ansible_container.egg-info/PKG-INFO writing top-level names to ansible_container.egg-info/top_level.txt writing dependency_links to ansible_container.egg-info/dependency_links.txt writing entry points to ansible_container.egg-info/entry_points.txt writing manifest file 'ansible_container.egg-info/SOURCES.txt' reading manifest file 'ansible_container.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ansible_container.egg-info/SOURCES.txt' creating build/lib/container/templates copying container/templates/ac_galaxy.py -> build/lib/container/templates copying container/templates/ansible-container-inventory.py -> build/lib/container/templates copying container/templates/ansible-dockerfile.j2 -> build/lib/container/templates copying container/templates/ansible.cfg -> build/lib/container/templates copying container/templates/build-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/builder.sh -> build/lib/container/templates copying container/templates/compose_versioned.j2.yml -> build/lib/container/templates copying container/templates/hosts.j2 -> build/lib/container/templates copying container/templates/install-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/listhosts-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/restart-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/run-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/stop-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/wait_on_host.py -> build/lib/container/templates creating build/lib/container/templates/ansible copying container/templates/ansible/ansible.j2.cfg -> build/lib/container/templates/ansible copying container/templates/ansible/container.j2.yml -> build/lib/container/templates/ansible copying container/templates/ansible/main.j2.yml -> build/lib/container/templates/ansible copying container/templates/ansible/meta.j2.yml -> build/lib/container/templates/ansible copying container/templates/ansible/requirements.j2.txt -> build/lib/container/templates/ansible copying container/templates/ansible/requirements.j2.yml -> build/lib/container/templates/ansible creating build/lib/container/templates/shipit_role copying container/templates/shipit_role/README.j2 -> build/lib/container/templates/shipit_role copying container/templates/shipit_role/defaults.j2.yml -> build/lib/container/templates/shipit_role copying container/templates/shipit_role/meta.j2.yml -> build/lib/container/templates/shipit_role copying container/templates/shipit_role/test.j2.yml -> build/lib/container/templates/shipit_role copying container/templates/shipit_role/travis.j2.yml -> build/lib/container/templates/shipit_role + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VkrkJo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64 + cd ansible-container-release-0.2.0 + /usr/bin/python2 setup.py install --root=/builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64 running install running build running build_py running egg_info writing requirements to ansible_container.egg-info/requires.txt writing ansible_container.egg-info/PKG-INFO writing top-level names to ansible_container.egg-info/top_level.txt writing dependency_links to ansible_container.egg-info/dependency_links.txt writing entry points to ansible_container.egg-info/entry_points.txt reading manifest file 'ansible_container.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ansible_container.egg-info/SOURCES.txt' running install_lib creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/shipit_role copying build/lib/container/templates/shipit_role/travis.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/shipit_role copying build/lib/container/templates/shipit_role/test.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/shipit_role copying build/lib/container/templates/shipit_role/meta.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/shipit_role copying build/lib/container/templates/shipit_role/defaults.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/shipit_role copying build/lib/container/templates/shipit_role/README.j2 -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/shipit_role creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ansible copying build/lib/container/templates/ansible/requirements.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ansible copying build/lib/container/templates/ansible/requirements.j2.txt -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ansible copying build/lib/container/templates/ansible/meta.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ansible copying build/lib/container/templates/ansible/main.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ansible copying build/lib/container/templates/ansible/container.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ansible copying build/lib/container/templates/ansible/ansible.j2.cfg -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ansible copying build/lib/container/templates/wait_on_host.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/stop-docker-compose.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/run-docker-compose.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/restart-docker-compose.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/listhosts-docker-compose.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/install-docker-compose.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/hosts.j2 -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/compose_versioned.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/builder.sh -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/build-docker-compose.j2.yml -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/ansible.cfg -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/ansible-dockerfile.j2 -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/ansible-container-inventory.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates copying build/lib/container/templates/ac_galaxy.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/docker copying build/lib/container/docker/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/docker copying build/lib/container/docker/engine.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/docker copying build/lib/container/docker/utils.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/docker creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters/lookup copying build/lib/container/filters/lookup/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters/lookup copying build/lib/container/filters/lookup/version.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters/lookup copying build/lib/container/filters/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters copying build/lib/container/filters/general.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules copying build/lib/container/shipit/kubernetes/modules/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules copying build/lib/container/shipit/kubernetes/modules/kube_api.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules copying build/lib/container/shipit/kubernetes/modules/kube_deployment.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules copying build/lib/container/shipit/kubernetes/modules/kube_service.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules copying build/lib/container/shipit/kubernetes/modules/kube_pvc.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules copying build/lib/container/shipit/kubernetes/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes copying build/lib/container/shipit/kubernetes/pvc.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes copying build/lib/container/shipit/kubernetes/deployment.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes copying build/lib/container/shipit/kubernetes/engine.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes copying build/lib/container/shipit/kubernetes/service.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift creating /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules copying build/lib/container/shipit/openshift/modules/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules copying build/lib/container/shipit/openshift/modules/oso_api.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules copying build/lib/container/shipit/openshift/modules/oso_deployment.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules copying build/lib/container/shipit/openshift/modules/oso_pvc.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules copying build/lib/container/shipit/openshift/modules/oso_route.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules copying build/lib/container/shipit/openshift/modules/oso_service.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules copying build/lib/container/shipit/openshift/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift copying build/lib/container/shipit/openshift/pvc.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift copying build/lib/container/shipit/openshift/deployment.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift copying build/lib/container/shipit/openshift/engine.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift copying build/lib/container/shipit/openshift/route.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift copying build/lib/container/shipit/openshift/service.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift copying build/lib/container/shipit/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit copying build/lib/container/shipit/constants.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit copying build/lib/container/shipit/base_engine.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit copying build/lib/container/shipit/utils.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit copying build/lib/container/__init__.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container copying build/lib/container/cli.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container copying build/lib/container/config.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container copying build/lib/container/engine.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container copying build/lib/container/exceptions.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container copying build/lib/container/temp.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container copying build/lib/container/utils.py -> /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/wait_on_host.py to wait_on_host.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ansible-container-inventory.py to ansible-container-inventory.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/templates/ac_galaxy.py to ac_galaxy.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/docker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/docker/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/docker/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters/lookup/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters/lookup/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/filters/general.py to general.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules/kube_api.py to kube_api.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules/kube_deployment.py to kube_deployment.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules/kube_service.py to kube_service.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/modules/kube_pvc.py to kube_pvc.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/pvc.py to pvc.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/deployment.py to deployment.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/kubernetes/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules/oso_api.py to oso_api.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules/oso_deployment.py to oso_deployment.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules/oso_pvc.py to oso_pvc.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules/oso_route.py to oso_route.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/modules/oso_service.py to oso_service.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/pvc.py to pvc.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/deployment.py to deployment.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/route.py to route.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/openshift/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/base_engine.py to base_engine.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/shipit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/temp.py to temp.pyc byte-compiling /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/container/utils.py to utils.pyc running install_egg_info Copying ansible_container.egg-info to /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/ansible_container-0.3.0_pre-py2.7.egg-info running install_scripts Installing ansible-container script to /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/bin + /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/ansible-container-release-0.2.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/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.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: ansible-container-0.2.0+9.git3c8df68-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bQjVNH + umask 022 + cd /builddir/build/BUILD + cd ansible-container-release-0.2.0 + DOCDIR=/builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/doc/ansible-container-0.2.0+9.git3c8df68 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/doc/ansible-container-0.2.0+9.git3c8df68 + cp -pr README.md /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/doc/ansible-container-0.2.0+9.git3c8df68 + cp -pr ROADMAP.rst /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/doc/ansible-container-0.2.0+9.git3c8df68 + cp -pr AUTHORS /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/doc/ansible-container-0.2.0+9.git3c8df68 + cp -pr CONTRIBUTORS.md /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/doc/ansible-container-0.2.0+9.git3c8df68 + cp -pr EXAMPLES.md /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/doc/ansible-container-0.2.0+9.git3c8df68 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.bJHJU0 + umask 022 + cd /builddir/build/BUILD + cd ansible-container-release-0.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/licenses/ansible-container-0.2.0+9.git3c8df68 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/licenses/ansible-container-0.2.0+9.git3c8df68 + cp -pr LICENSE /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64/usr/share/licenses/ansible-container-0.2.0+9.git3c8df68 + exit 0 Provides: ansible-container = 0.2.0+9.git3c8df68-1.el7.centos 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: /bin/bash /usr/bin/env /usr/bin/python2 python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-977763222.novalocal Wrote: /builddir/build/RPMS/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3U9cyK + umask 022 + cd /builddir/build/BUILD + cd ansible-container-release-0.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ansible-container-0.2.0+9.git3c8df68-1.el7.centos.x86_64 + exit 0 Child return code was: 0