Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/docker-compose.spec'], gid=135logger=user='mockbuild'env={'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}shell=Falseuid=1001printOutput=Falsetimeout=0chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-5855/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/docker-compose.spec'] with env {'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory warning: Could not canonicalize hostname: copr-builder-61520927.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/docker-compose-1.8.1-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/docker-compose.spec'], gid=135logger=user='mockbuild'env={'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}shell=Falseprivate_network=Trueuid=1001printOutput=Falsetimeout=0chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-5855/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/docker-compose.spec'] with env {'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.V4IJjN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf docker-compose-1.8.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/docker-compose-1.8.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd docker-compose-1.8.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (remove-requires-upper-bound.patch):' Patch #0 (remove-requires-upper-bound.patch): + /usr/bin/cat /builddir/build/SOURCES/remove-requires-upper-bound.patch + /usr/bin/patch -p1 --fuzz=0 patching file setup.py + rm -r docker_compose.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6VERPv + umask 022 + cd /builddir/build/BUILD + cd docker-compose-1.8.1 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/compose copying compose/__main__.py -> build/lib/compose copying compose/const.py -> build/lib/compose copying compose/__init__.py -> build/lib/compose copying compose/project.py -> build/lib/compose copying compose/state.py -> build/lib/compose copying compose/progress_stream.py -> build/lib/compose copying compose/network.py -> build/lib/compose copying compose/errors.py -> build/lib/compose copying compose/container.py -> build/lib/compose copying compose/service.py -> build/lib/compose copying compose/parallel.py -> build/lib/compose copying compose/utils.py -> build/lib/compose copying compose/bundle.py -> build/lib/compose copying compose/volume.py -> build/lib/compose creating build/lib/compose/cli copying compose/cli/main.py -> build/lib/compose/cli copying compose/cli/colors.py -> build/lib/compose/cli copying compose/cli/__init__.py -> build/lib/compose/cli copying compose/cli/formatter.py -> build/lib/compose/cli copying compose/cli/docker_client.py -> build/lib/compose/cli copying compose/cli/verbose_proxy.py -> build/lib/compose/cli copying compose/cli/errors.py -> build/lib/compose/cli copying compose/cli/signals.py -> build/lib/compose/cli copying compose/cli/command.py -> build/lib/compose/cli copying compose/cli/docopt_command.py -> build/lib/compose/cli copying compose/cli/utils.py -> build/lib/compose/cli copying compose/cli/log_printer.py -> build/lib/compose/cli creating build/lib/compose/config copying compose/config/validation.py -> build/lib/compose/config copying compose/config/__init__.py -> build/lib/compose/config copying compose/config/types.py -> build/lib/compose/config copying compose/config/environment.py -> build/lib/compose/config copying compose/config/errors.py -> build/lib/compose/config copying compose/config/serialize.py -> build/lib/compose/config copying compose/config/sort_services.py -> build/lib/compose/config copying compose/config/config.py -> build/lib/compose/config copying compose/config/interpolation.py -> build/lib/compose/config running egg_info creating docker_compose.egg-info writing requirements to docker_compose.egg-info/requires.txt writing docker_compose.egg-info/PKG-INFO writing top-level names to docker_compose.egg-info/top_level.txt writing dependency_links to docker_compose.egg-info/dependency_links.txt writing entry points to docker_compose.egg-info/entry_points.txt writing manifest file 'docker_compose.egg-info/SOURCES.txt' reading manifest file 'docker_compose.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'README.md' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.un~' found anywhere in distribution writing manifest file 'docker_compose.egg-info/SOURCES.txt' copying compose/GITSHA -> build/lib/compose copying compose/config/config_schema_v1.json -> build/lib/compose/config copying compose/config/config_schema_v2.0.json -> build/lib/compose/config + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hZNOJe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64 + cd docker-compose-1.8.1 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/GITSHA -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose creating /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/config_schema_v2.0.json -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/config_schema_v1.json -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/interpolation.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/config.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/sort_services.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/serialize.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/errors.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/environment.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/types.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/__init__.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config copying build/lib/compose/config/validation.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config creating /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/log_printer.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/utils.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/docopt_command.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/command.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/signals.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/errors.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/verbose_proxy.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/docker_client.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/formatter.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/__init__.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/colors.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/cli/main.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli copying build/lib/compose/volume.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/bundle.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/utils.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/parallel.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/service.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/container.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/errors.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/network.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/progress_stream.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/state.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/project.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/__init__.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/const.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose copying build/lib/compose/__main__.py -> /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/interpolation.py to interpolation.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/sort_services.py to sort_services.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/serialize.py to serialize.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/environment.py to environment.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/config/validation.py to validation.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/log_printer.py to log_printer.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/docopt_command.py to docopt_command.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/command.py to command.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/signals.py to signals.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/verbose_proxy.py to verbose_proxy.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/docker_client.py to docker_client.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/formatter.py to formatter.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/colors.py to colors.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/cli/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/bundle.py to bundle.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/parallel.py to parallel.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/network.py to network.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/progress_stream.py to progress_stream.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/state.py to state.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/const.py to const.pyc byte-compiling /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/compose/__main__.py to __main__.pyc writing byte-compilation script '/tmp/tmp48Ti1y.py' /usr/bin/python2 -O /tmp/tmp48Ti1y.py removing /tmp/tmp48Ti1y.py running install_egg_info running egg_info writing requirements to docker_compose.egg-info/requires.txt writing docker_compose.egg-info/PKG-INFO writing top-level names to docker_compose.egg-info/top_level.txt writing dependency_links to docker_compose.egg-info/dependency_links.txt writing entry points to docker_compose.egg-info/entry_points.txt reading manifest file 'docker_compose.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'README.md' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.un~' found anywhere in distribution writing manifest file 'docker_compose.egg-info/SOURCES.txt' Copying docker_compose.egg-info to /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/docker_compose-1.8.1-py2.7.egg-info running install_scripts Installing docker-compose script to /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/bin + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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/docker-compose-1.8.1-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: docker-compose-1.8.1-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0576ZZ + umask 022 + cd /builddir/build/BUILD + cd docker-compose-1.8.1 + DOCDIR=/builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/doc/docker-compose-1.8.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/doc/docker-compose-1.8.1 + cp -pr CHANGES.md /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/doc/docker-compose-1.8.1 + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/doc/docker-compose-1.8.1 + cp -pr README.rst /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/doc/docker-compose-1.8.1 + cp -pr SWARM.md /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/doc/docker-compose-1.8.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lw2viL + umask 022 + cd /builddir/build/BUILD + cd docker-compose-1.8.1 + LICENSEDIR=/builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/licenses/docker-compose-1.8.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/licenses/docker-compose-1.8.1 + cp -pr LICENSE /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64/usr/share/licenses/docker-compose-1.8.1 + exit 0 Provides: docker-compose = 1.8.1-1.el7.centos fig = 1.8.1-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: /usr/bin/python2 python(abi) = 2.7 Obsoletes: fig <= 1.0.1-3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-61520927.novalocal Wrote: /builddir/build/RPMS/docker-compose-1.8.1-1.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.z25I3n + umask 022 + cd /builddir/build/BUILD + cd docker-compose-1.8.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/docker-compose-1.8.1-1.el7.centos.x86_64 + exit 0 Child return code was: 0