Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-copr.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-5eba636bb97a5a27f70d3d51f9794253dbcf1ff6/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-copr.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-copr-1.113-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-copr.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-5eba636bb97a5a27f70d3d51f9794253dbcf1ff6/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-copr.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NnXVVG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-copr-1.113 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-copr-1.113.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-copr-1.113 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ksdSUb + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.113 + version=1.113 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/copr copying copr/exceptions.py -> build/lib/copr copying copr/__init__.py -> build/lib/copr copying copr/util.py -> build/lib/copr creating build/lib/copr/v3 copying copr/v3/client.py -> build/lib/copr/v3 copying copr/v3/exceptions.py -> build/lib/copr/v3 copying copr/v3/helpers.py -> build/lib/copr/v3 copying copr/v3/__init__.py -> build/lib/copr/v3 copying copr/v3/pagination.py -> build/lib/copr/v3 copying copr/v3/requests.py -> build/lib/copr/v3 creating build/lib/copr/test copying copr/test/__init__.py -> build/lib/copr/test creating build/lib/copr/v3/proxies copying copr/v3/proxies/webhook.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/project.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/build.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/mock_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/package.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/__init__.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/project_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/build_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/module.py -> build/lib/copr/v3/proxies running egg_info creating copr.egg-info writing requirements to copr.egg-info/requires.txt writing copr.egg-info/PKG-INFO writing top-level names to copr.egg-info/top_level.txt writing dependency_links to copr.egg-info/dependency_links.txt writing manifest file 'copr.egg-info/SOURCES.txt' reading manifest file 'copr.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' under directory 'docs/' warning: no files found matching '*.py' under directory 'docs/' warning: no files found matching 'Makefile' under directory 'docs/' warning: no files found matching 'README*' under directory 'docs/' warning: no files found matching '*.rst' under directory 'copr/test/' warning: no files found matching '*.py' under directory 'copr/test/' warning: no files found matching '*.json' under directory 'copr/test/' warning: no files found matching 'README*' under directory 'copr/test/' warning: no files found matching 'copr_cli.conf' under directory 'copr/test/' writing manifest file 'copr.egg-info/SOURCES.txt' copying copr/README.rst -> build/lib/copr + sleep 1 + mv copr/README.rst ./ + make -C docs -j4 html make: Entering directory `/builddir/build/BUILD/python-copr-1.113/docs' sphinx-build -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v1.1.3 Please install the readthedocs theme with: dnf install python*-sphinx_rtd_theme loading pickled environment... not yet created building [html]: targets for 23 source files that are out of date updating environment: 23 added, 0 changed, 0 removed reading sources... [ 4%] ClientV1 reading sources... [ 8%] ClientV2 reading sources... [ 13%] ClientV3 reading sources... [ 17%] client_v1/Examples reading sources... [ 21%] client_v2/errors reading sources... [ 26%] client_v2/initialization reading sources... [ 30%] client_v2/resource_info/build reading sources... [ 34%] client_v2/resource_info/build_task reading sources... [ 39%] client_v2/resource_info/mock_chroot reading sources... [ 43%] client_v2/resource_info/project reading sources... [ 47%] client_v2/resource_info/project_chroot reading sources... [ 52%] client_v2/resources_usage reading sources... [ 56%] client_v3/build_options reading sources... [ 60%] client_v3/client_initialization reading sources... [ 65%] client_v3/data_structures reading sources... [ 69%] client_v3/error_handling reading sources... [ 73%] client_v3/migration reading sources... [ 78%] client_v3/package_source_types reading sources... [ 82%] client_v3/pagination reading sources... [ 86%] client_v3/proxies reading sources... [ 91%] client_v3/working_with_proxies_directly reading sources... [ 95%] index reading sources... [100%] installation /builddir/build/BUILD/python-copr-1.113/docs/ClientV1.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/ClientV2.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/ClientV3.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v1/Examples.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v2/errors.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v2/errors.rst:8: ERROR: Unknown directive type "todo". .. todo:: implement /builddir/build/BUILD/python-copr-1.113/docs/client_v2/initialization.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v2/resource_info/build.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v2/resource_info/build_task.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v2/resource_info/mock_chroot.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v2/resource_info/project.rst:: WARNING: default role any not found looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/python-copr-1.113/docs/client_v2/resource_info/project_chroot.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v2/resources_usage.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/build_options.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/client_initialization.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/data_structures.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/error_handling.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/migration.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/package_source_types.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.113/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.113/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.113/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.113/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.113/docs/client_v3/pagination.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/proxies.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/client_v3/working_with_proxies_directly.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/index.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-1.113/docs/installation.rst:: WARNING: default role any not found done checking consistency... done preparing documents... /builddir/build/BUILD/python-copr-1.113/docs/ClientV1.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/python-copr-1.113/docs/ClientV2.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/python-copr-1.113/docs/client_v3/migration.rst:: WARNING: document isn't included in any toctree done writing output... [ 4%] ClientV1 writing output... [ 8%] ClientV2 writing output... [ 13%] ClientV3 writing output... [ 17%] client_v1/Examples writing output... [ 21%] client_v2/errors writing output... [ 26%] client_v2/initialization writing output... [ 30%] client_v2/resource_info/build writing output... [ 34%] client_v2/resource_info/build_task writing output... [ 39%] client_v2/resource_info/mock_chroot writing output... [ 43%] client_v2/resource_info/project writing output... [ 47%] client_v2/resource_info/project_chroot writing output... [ 52%] client_v2/resources_usage writing output... [ 56%] client_v3/build_options writing output... [ 60%] client_v3/client_initialization writing output... [ 65%] client_v3/data_structures writing output... [ 69%] client_v3/error_handling writing output... [ 73%] client_v3/migration writing output... [ 78%] client_v3/package_source_types writing output... [ 82%] client_v3/pagination writing output... [ 86%] client_v3/proxies writing output... [ 91%] client_v3/working_with_proxies_directly writing output... [ 95%] index writing output... [100%] installation writing additional files... (8 module code pages) _modules/index genindex py-modindex search copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/python-copr-1.113/docs/_static' does not exist done dumping search index... done dumping object inventory... done build succeeded, 33 warnings. Build finished. The HTML pages are in _build/html. make: Leaving directory `/builddir/build/BUILD/python-copr-1.113/docs' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DwFRm4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch + cd python-copr-1.113 + version=1.113 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=neon -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr creating /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/client.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3 creating /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/webhook.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/project.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/build.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/mock_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/package.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/project_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/build_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/module.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/exceptions.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/helpers.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/pagination.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/requests.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/README.rst -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr copying build/lib/copr/exceptions.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr copying build/lib/copr/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr creating /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/test copying build/lib/copr/test/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/test copying build/lib/copr/util.py -> /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/webhook.py to webhook.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/build.py to build.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/mock_chroot.py to mock_chroot.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/package.py to package.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/project_chroot.py to project_chroot.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/build_chroot.py to build_chroot.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/proxies/module.py to module.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/pagination.py to pagination.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/v3/requests.py to requests.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr/util.py to util.pyc writing byte-compilation script '/tmp/tmp2yEym5.py' /usr/bin/python2 -O /tmp/tmp2yEym5.py removing /tmp/tmp2yEym5.py running install_egg_info running egg_info writing requirements to copr.egg-info/requires.txt writing copr.egg-info/PKG-INFO writing top-level names to copr.egg-info/top_level.txt writing dependency_links to copr.egg-info/dependency_links.txt reading manifest file 'copr.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'copr/README.rst' warning: no files found matching '*.rst' under directory 'docs/' warning: no files found matching '*.py' under directory 'docs/' warning: no files found matching 'Makefile' under directory 'docs/' warning: no files found matching 'README*' under directory 'docs/' warning: no files found matching '*.rst' under directory 'copr/test/' warning: no files found matching '*.py' under directory 'copr/test/' warning: no files found matching '*.json' under directory 'copr/test/' warning: no files found matching 'README*' under directory 'copr/test/' warning: no files found matching 'copr_cli.conf' under directory 'copr/test/' writing manifest file 'copr.egg-info/SOURCES.txt' Copying copr.egg-info to /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/lib/python2.7/site-packages/copr-1.113-py2.7.egg-info running install_scripts + find /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch -name '*.exe' -delete + install -d /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/doc/python-copr-1.113 + cp -a docs/_build/html /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/doc/python-copr-1.113/ + /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/python-copr-1.113 /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-copr-1.113-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rk8X32 + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.113 + /usr/bin/python2 -m pytest -vv copr/test ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0 -- /usr/bin/python2 rootdir: /builddir/build/BUILD/python-copr-1.113, inifile: collecting ... collected 18 items copr/test/client_v3/test_builds.py::TestBuildProxy::test_get <- /builddir/build/BUILD/python-copr-1.113/copr/test/client_v3/test_builds.py PASSED copr/test/client_v3/test_builds.py::test_build_distgit <- /builddir/build/BUILD/python-copr-1.113/copr/test/client_v3/test_builds.py PASSED copr/test/client_v3/test_general.py::TestBaseProxy::test_api_base_url PASSED copr/test/client_v3/test_helpers.py::TestHelpers::test_succeeded PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait_list PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait_custom_list PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait_timeout PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait_callback PASSED copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_url[None] <- /builddir/build/BUILD/python-copr-1.113/copr/test/client_v3/test_modules.py PASSED copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_url[fedora] <- /builddir/build/BUILD/python-copr-1.113/copr/test/client_v3/test_modules.py PASSED copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_upload[None] <- /builddir/build/BUILD/python-copr-1.113/copr/test/client_v3/test_modules.py PASSED copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_upload[fedora] <- /builddir/build/BUILD/python-copr-1.113/copr/test/client_v3/test_modules.py PASSED copr/test/client_v3/test_packages.py::test_package_distgit[add] <- /builddir/build/BUILD/python-copr-1.113/copr/test/client_v3/test_packages.py PASSED copr/test/client_v3/test_packages.py::test_package_distgit[edit] <- /builddir/build/BUILD/python-copr-1.113/copr/test/client_v3/test_packages.py PASSED copr/test/client_v3/test_requests.py::TestResponse::test_munchify PASSED copr/test/client_v3/test_requests.py::TestRequest::test_endpoint_url PASSED copr/test/client_v3/test_requests.py::TestRequest::test_send PASSED ========================== 18 passed in 0.51 seconds =========================== + exit 0 Processing files: python2-copr-1.113-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.s8xsJM + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.113 + DOCDIR=/builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/doc/python2-copr-1.113 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/doc/python2-copr-1.113 + cp -pr README.rst /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/doc/python2-copr-1.113 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3kzuDz + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.113 + LICENSEDIR=/builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/licenses/python2-copr-1.113 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/licenses/python2-copr-1.113 + cp -pr LICENSE /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/licenses/python2-copr-1.113 + exit 0 Provides: python-copr = 1.113-1.el7 python2-copr = 1.113-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-copr < 1.113-1.el7 Processing files: python-copr-doc-1.113-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ry9TFG + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.113 + LICENSEDIR=/builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/licenses/python-copr-doc-1.113 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/licenses/python-copr-doc-1.113 + cp -pr LICENSE /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch/usr/share/licenses/python-copr-doc-1.113 + exit 0 Provides: python-copr-doc = 1.113-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch Wrote: /builddir/build/RPMS/python2-copr-1.113-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-copr-doc-1.113-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tPcMpb + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.113 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-copr-1.113-1.el7.noarch + exit 0 Child return code was: 0