Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-leather.spec'], chrootPath='/var/lib/mock/f29-python-12778560-932988/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-leather.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': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-leather-0.3.3-6.gite85dd30.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-leather.spec'], chrootPath='/var/lib/mock/f29-python-12778560-932988/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-leather.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': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HLxVeJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf leather-e85dd30cc20270180c26c56fd895aff61e84f741 + /usr/bin/gzip -dc /builddir/build/SOURCES/leather-e85dd30cc20270180c26c56fd895aff61e84f741.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i '1{\@^#!/usr/bin/env python@d}' leather/__init__.py leather/axis.py leather/chart.py leather/data_types.py leather/grid.py leather/lattice.py leather/svg.py leather/testcase.py leather/theme.py leather/utils.py leather/scales/__init__.py leather/scales/base.py leather/scales/linear.py leather/scales/ordinal.py leather/scales/temporal.py leather/series/__init__.py leather/series/base.py leather/series/category.py leather/shapes/__init__.py leather/shapes/bars.py leather/shapes/base.py leather/shapes/columns.py leather/shapes/dots.py leather/shapes/line.py leather/ticks/__init__.py leather/ticks/base.py leather/ticks/score.py leather/ticks/score_time.py + rm examples/charts/.placeholder + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bzENzg + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/leather copying leather/chart.py -> build/lib/leather copying leather/theme.py -> build/lib/leather copying leather/lattice.py -> build/lib/leather copying leather/axis.py -> build/lib/leather copying leather/data_types.py -> build/lib/leather copying leather/grid.py -> build/lib/leather copying leather/utils.py -> build/lib/leather copying leather/testcase.py -> build/lib/leather copying leather/svg.py -> build/lib/leather copying leather/__init__.py -> build/lib/leather creating build/lib/leather/scales copying leather/scales/base.py -> build/lib/leather/scales copying leather/scales/temporal.py -> build/lib/leather/scales copying leather/scales/ordinal.py -> build/lib/leather/scales copying leather/scales/__init__.py -> build/lib/leather/scales copying leather/scales/linear.py -> build/lib/leather/scales creating build/lib/leather/series copying leather/series/base.py -> build/lib/leather/series copying leather/series/__init__.py -> build/lib/leather/series copying leather/series/category.py -> build/lib/leather/series creating build/lib/leather/shapes copying leather/shapes/columns.py -> build/lib/leather/shapes copying leather/shapes/base.py -> build/lib/leather/shapes copying leather/shapes/bars.py -> build/lib/leather/shapes copying leather/shapes/__init__.py -> build/lib/leather/shapes copying leather/shapes/dots.py -> build/lib/leather/shapes copying leather/shapes/line.py -> build/lib/leather/shapes creating build/lib/leather/ticks copying leather/ticks/score_time.py -> build/lib/leather/ticks copying leather/ticks/base.py -> build/lib/leather/ticks copying leather/ticks/score.py -> build/lib/leather/ticks copying leather/ticks/__init__.py -> build/lib/leather/ticks + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py + sleep 1 + pushd docs ~/build/BUILD/leather-e85dd30cc20270180c26c56fd895aff61e84f741/docs ~/build/BUILD/leather-e85dd30cc20270180c26c56fd895aff61e84f741 + make html sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.7.2 making output directory... loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/3.5/objects.inv... WARNING: failed to reach any of the inventories with the following issues: building [mo]: targets for 0 po files that are out of date WARNING: intersphinx inventory 'http://docs.python.org/3.5/objects.inv' not fetchable due to : ('intersphinx inventory %r not fetchable due to %s: %s', 'http://docs.python.org/3.5/objects.inv', , ConnectionError(...)) building [html]: targets for 16 source files that are out of date updating environment: 16 added, 0 changed, 0 removed reading sources... [ 6%] about reading sources... [ 12%] api reading sources... [ 18%] api/axis reading sources... [ 25%] api/chart reading sources... [ 31%] api/grid reading sources... [ 37%] api/lattice reading sources... [ 43%] api/scales reading sources... [ 50%] api/series reading sources... [ 56%] api/shapes reading sources... [ 62%] api/theme reading sources... [ 68%] changelog reading sources... [ 75%] examples reading sources... [ 81%] index reading sources... [ 87%] install reading sources... [ 93%] license reading sources... [100%] release_process looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 6%] about writing output... [ 12%] api writing output... [ 18%] api/axis writing output... [ 25%] api/chart writing output... [ 31%] api/grid writing output... [ 37%] api/lattice writing output... [ 43%] api/scales writing output... [ 50%] api/series writing output... [ 56%] api/shapes writing output... [ 62%] api/theme writing output... [ 68%] changelog writing output... [ 75%] examples writing output... [ 81%] index writing output... [ 87%] install writing output... [ 93%] license writing output... [100%] release_process generating indices... genindex py-modindex writing additional pages... search copying images... [ 5%] ../examples/charts/theme.svg copying images... [ 10%] ../examples/charts/ticks.svg copying images... [ 15%] ../examples/charts/dots.svg copying images... [ 20%] ../examples/charts/csv_dict_reader.svg copying images... [ 25%] ../examples/charts/linear.svg copying images... [ 30%] ../examples/charts/mixed_shapes.svg copying images... [ 35%] ../examples/charts/csv_reader.svg copying images... [ 40%] ../examples/charts/lattice.svg copying images... [ 45%] ../examples/charts/temporal.svg copying images... [ 50%] ../examples/charts/custom_data.svg copying images... [ 55%] ../examples/charts/colorized_dots.svg copying images... [ 60%] ../examples/charts/ordinal.svg copying images... [ 65%] ../examples/charts/simple_pairs.svg copying images... [ 70%] ../examples/charts/columns.svg copying images... [ 75%] ../examples/charts/bars.svg copying images... [ 80%] ../examples/charts/lines.svg copying images... [ 85%] ../examples/charts/series_color.svg copying images... [ 90%] ../examples/charts/multiple_series.svg copying images... [ 95%] ../examples/charts/grid.svg copying images... [100%] ../examples/charts/tick_format.svg copying static files... WARNING: html_static_path entry u'/builddir/build/BUILD/leather-e85dd30cc20270180c26c56fd895aff61e84f741/docs/_static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 3 warnings. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. + rm _build/html/.buildinfo + popd ~/build/BUILD/leather-e85dd30cc20270180c26c56fd895aff61e84f741 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YkMOFZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch ++ dirname /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/series copying build/lib/leather/series/base.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/series copying build/lib/leather/series/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/series copying build/lib/leather/series/category.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/series copying build/lib/leather/chart.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather copying build/lib/leather/theme.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather copying build/lib/leather/lattice.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather copying build/lib/leather/axis.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather copying build/lib/leather/data_types.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes copying build/lib/leather/shapes/columns.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes copying build/lib/leather/shapes/base.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes copying build/lib/leather/shapes/bars.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes copying build/lib/leather/shapes/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes copying build/lib/leather/shapes/dots.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes copying build/lib/leather/shapes/line.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes copying build/lib/leather/grid.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather copying build/lib/leather/utils.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather copying build/lib/leather/testcase.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks copying build/lib/leather/ticks/score_time.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks copying build/lib/leather/ticks/base.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks copying build/lib/leather/ticks/score.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks copying build/lib/leather/ticks/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks copying build/lib/leather/svg.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather copying build/lib/leather/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales copying build/lib/leather/scales/base.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales copying build/lib/leather/scales/temporal.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales copying build/lib/leather/scales/ordinal.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales copying build/lib/leather/scales/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales copying build/lib/leather/scales/linear.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/series/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/series/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/series/category.py to category.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/chart.py to chart.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/theme.py to theme.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/lattice.py to lattice.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/axis.py to axis.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/data_types.py to data_types.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes/columns.py to columns.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes/bars.py to bars.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes/dots.py to dots.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/shapes/line.py to line.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/grid.py to grid.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/testcase.py to testcase.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks/score_time.py to score_time.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks/score.py to score.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/ticks/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/svg.py to svg.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales/temporal.py to temporal.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales/ordinal.py to ordinal.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather/scales/linear.py to linear.cpython-37.pyc writing byte-compilation script '/tmp/tmp6qalqsy_.py' /usr/bin/python3 /tmp/tmp6qalqsy_.py removing /tmp/tmp6qalqsy_.py running install_egg_info running egg_info creating leather.egg-info writing leather.egg-info/PKG-INFO writing dependency_links to leather.egg-info/dependency_links.txt writing requirements to leather.egg-info/requires.txt writing top-level names to leather.egg-info/top_level.txt writing manifest file 'leather.egg-info/SOURCES.txt' reading manifest file 'leather.egg-info/SOURCES.txt' writing manifest file 'leather.egg-info/SOURCES.txt' Copying leather.egg-info to /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7/site-packages/leather-0.3.3-py3.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/series copying build/lib/leather/series/base.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/series copying build/lib/leather/series/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/series copying build/lib/leather/series/category.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/series copying build/lib/leather/chart.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather copying build/lib/leather/theme.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather copying build/lib/leather/lattice.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather copying build/lib/leather/axis.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather copying build/lib/leather/data_types.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes copying build/lib/leather/shapes/columns.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes copying build/lib/leather/shapes/base.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes copying build/lib/leather/shapes/bars.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes copying build/lib/leather/shapes/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes copying build/lib/leather/shapes/dots.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes copying build/lib/leather/shapes/line.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes copying build/lib/leather/grid.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather copying build/lib/leather/utils.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather copying build/lib/leather/testcase.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks copying build/lib/leather/ticks/score_time.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks copying build/lib/leather/ticks/base.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks copying build/lib/leather/ticks/score.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks copying build/lib/leather/ticks/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks copying build/lib/leather/svg.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather copying build/lib/leather/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather creating /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales copying build/lib/leather/scales/base.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales copying build/lib/leather/scales/temporal.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales copying build/lib/leather/scales/ordinal.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales copying build/lib/leather/scales/__init__.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales copying build/lib/leather/scales/linear.py -> /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/series/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/series/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/series/category.py to category.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/chart.py to chart.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/theme.py to theme.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/lattice.py to lattice.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/axis.py to axis.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/data_types.py to data_types.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes/columns.py to columns.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes/bars.py to bars.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes/dots.py to dots.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/shapes/line.py to line.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/grid.py to grid.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/testcase.py to testcase.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks/score_time.py to score_time.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks/score.py to score.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/ticks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/svg.py to svg.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales/temporal.py to temporal.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales/ordinal.py to ordinal.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather/scales/linear.py to linear.pyc writing byte-compilation script '/tmp/tmpnAG0lW.py' /usr/bin/python2 -O /tmp/tmpnAG0lW.py removing /tmp/tmpnAG0lW.py running install_egg_info running egg_info writing requirements to leather.egg-info/requires.txt writing leather.egg-info/PKG-INFO writing top-level names to leather.egg-info/top_level.txt writing dependency_links to leather.egg-info/dependency_links.txt reading manifest file 'leather.egg-info/SOURCES.txt' writing manifest file 'leather.egg-info/SOURCES.txt' Copying leather.egg-info to /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7/site-packages/leather-0.3.3-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 0.3.3-6.gite85dd30.fc29 --unique-debug-suffix -0.3.3-6.gite85dd30.fc29.noarch --unique-debug-src-base python-leather-0.3.3-6.gite85dd30.fc29.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/leather-e85dd30cc20270180c26c56fd895aff61e84f741 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.gbNSQN + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + nosetests-2.7 tests -v test_tick_formatter (tests.test_axis.TestChart) ... ok test_ticks (tests.test_axis.TestChart) ... ok test_add_axes (tests.test_chart.TestChart) ... ok test_add_scales (tests.test_chart.TestChart) ... ok test_multiple_series (tests.test_chart.TestChart) ... ok test_scale_domain_warning (tests.test_chart.TestChart) ... ok test_set_axes (tests.test_chart.TestChart) ... ok test_set_scales (tests.test_chart.TestChart) ... ok test_single_series (tests.test_chart.TestChart) ... ok test_to_svg_file_handle (tests.test_chart.TestChart) ... ok test_to_svg_file_name (tests.test_chart.TestChart) ... ok test_unicode (tests.test_chart.TestChart) ... ok test_add_many (tests.test_grid.TestGrid) ... ok test_add_one (tests.test_grid.TestGrid) ... ok test_to_svg_file_handle (tests.test_grid.TestGrid) ... ok test_to_svg_file_name (tests.test_grid.TestGrid) ... ok test_add_many (tests.test_lattice.TestLattice) ... ok test_add_one (tests.test_lattice.TestLattice) ... ok test_bars (tests.test_lattice.TestLattice) ... ok test_bars_different (tests.test_lattice.TestLattice) ... ok test_contains (tests.test_scales.TestLinear) ... ok test_decimal (tests.test_scales.TestLinear) ... ok test_no_spread (tests.test_scales.TestLinear) ... ok test_project (tests.test_scales.TestLinear) ... ok test_ticks (tests.test_scales.TestLinear) ... ok test_contains (tests.test_scales.TestOrdinal) ... ok test_project (tests.test_scales.TestOrdinal) ... ok test_project_interval (tests.test_scales.TestOrdinal) ... ok test_ticks (tests.test_scales.TestOrdinal) ... ok test_contains (tests.test_scales.TestTemporal) ... ok test_project (tests.test_scales.TestTemporal) ... ok test_project_interval (tests.test_scales.TestTemporal) ... ok test_ticks (tests.test_scales.TestTemporal) ... ok test_triples (tests.test_series.TestCategorySeries) ... ok test_custom (tests.test_series.TestSeries) ... ok test_dicts (tests.test_series.TestSeries) ... ok test_lists (tests.test_series.TestSeries) ... ok test_pairs (tests.test_series.TestSeries) ... ok test_nulls (tests.test_shapes.TestBars) ... ok test_to_svg (tests.test_shapes.TestBars) ... ok test_validate (tests.test_shapes.TestBars) ... ok test_zeros (tests.test_shapes.TestBars) ... ok test_nulls (tests.test_shapes.TestColumns) ... ok test_to_svg (tests.test_shapes.TestColumns) ... ok test_validate (tests.test_shapes.TestColumns) ... ok test_linear (tests.test_shapes.TestDots) ... ok test_nulls (tests.test_shapes.TestDots) ... ok test_ordinal (tests.test_shapes.TestDots) ... ok test_validate (tests.test_shapes.TestDots) ... ok test_linear (tests.test_shapes.TestLine) ... ok test_nulls (tests.test_shapes.TestLine) ... ok test_ordinal (tests.test_shapes.TestLine) ... ok test_validate (tests.test_shapes.TestLine) ... ok test_years (tests.test_ticks.TestScoreTicker) ... ok test_days (tests.test_ticks.TestScoreTimeTicker) ... ok test_days_datetime (tests.test_ticks.TestScoreTimeTicker) ... ok test_days_for_months (tests.test_ticks.TestScoreTimeTicker) ... ok test_hours (tests.test_ticks.TestScoreTimeTicker) ... ok test_hours_for_days (tests.test_ticks.TestScoreTimeTicker) ... ok test_microseconds (tests.test_ticks.TestScoreTimeTicker) ... ok test_microseconds_for_seconds (tests.test_ticks.TestScoreTimeTicker) ... ok test_minutes (tests.test_ticks.TestScoreTimeTicker) ... ok test_minutes_for_hours (tests.test_ticks.TestScoreTimeTicker) ... ok test_months (tests.test_ticks.TestScoreTimeTicker) ... ok test_months_datetime (tests.test_ticks.TestScoreTimeTicker) ... ok test_months_for_years (tests.test_ticks.TestScoreTimeTicker) ... ok test_seconds (tests.test_ticks.TestScoreTimeTicker) ... ok test_seconds_for_minutes (tests.test_ticks.TestScoreTimeTicker) ... ok test_years (tests.test_ticks.TestScoreTimeTicker) ... ok test_years_datetime (tests.test_ticks.TestScoreTimeTicker) ... ok ---------------------------------------------------------------------- Ran 70 tests in 4.562s OK + nosetests-3.7 tests -v test_tick_formatter (tests.test_axis.TestChart) ... /usr/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__ ok test_ticks (tests.test_axis.TestChart) ... ok test_add_axes (tests.test_chart.TestChart) ... ok test_add_scales (tests.test_chart.TestChart) ... ok test_multiple_series (tests.test_chart.TestChart) ... ok test_scale_domain_warning (tests.test_chart.TestChart) ... ok test_set_axes (tests.test_chart.TestChart) ... ok test_set_scales (tests.test_chart.TestChart) ... ok test_single_series (tests.test_chart.TestChart) ... ok test_to_svg_file_handle (tests.test_chart.TestChart) ... ok test_to_svg_file_name (tests.test_chart.TestChart) ... ok test_unicode (tests.test_chart.TestChart) ... ok test_add_many (tests.test_grid.TestGrid) ... ok test_add_one (tests.test_grid.TestGrid) ... ok test_to_svg_file_handle (tests.test_grid.TestGrid) ... ok test_to_svg_file_name (tests.test_grid.TestGrid) ... ok test_add_many (tests.test_lattice.TestLattice) ... ok test_add_one (tests.test_lattice.TestLattice) ... ok test_bars (tests.test_lattice.TestLattice) ... ok test_bars_different (tests.test_lattice.TestLattice) ... ok test_contains (tests.test_scales.TestLinear) ... ok test_decimal (tests.test_scales.TestLinear) ... ok test_no_spread (tests.test_scales.TestLinear) ... ok test_project (tests.test_scales.TestLinear) ... ok test_ticks (tests.test_scales.TestLinear) ... ok test_contains (tests.test_scales.TestOrdinal) ... ok test_project (tests.test_scales.TestOrdinal) ... ok test_project_interval (tests.test_scales.TestOrdinal) ... ok test_ticks (tests.test_scales.TestOrdinal) ... ok test_contains (tests.test_scales.TestTemporal) ... ok test_project (tests.test_scales.TestTemporal) ... ok test_project_interval (tests.test_scales.TestTemporal) ... ok test_ticks (tests.test_scales.TestTemporal) ... ok test_triples (tests.test_series.TestCategorySeries) ... ok test_custom (tests.test_series.TestSeries) ... ok test_dicts (tests.test_series.TestSeries) ... ok test_lists (tests.test_series.TestSeries) ... ok test_pairs (tests.test_series.TestSeries) ... ok test_nulls (tests.test_shapes.TestBars) ... ok test_to_svg (tests.test_shapes.TestBars) ... ok test_validate (tests.test_shapes.TestBars) ... ok test_zeros (tests.test_shapes.TestBars) ... ok test_nulls (tests.test_shapes.TestColumns) ... ok test_to_svg (tests.test_shapes.TestColumns) ... ok test_validate (tests.test_shapes.TestColumns) ... ok test_linear (tests.test_shapes.TestDots) ... ok test_nulls (tests.test_shapes.TestDots) ... ok test_ordinal (tests.test_shapes.TestDots) ... ok test_validate (tests.test_shapes.TestDots) ... ok test_linear (tests.test_shapes.TestLine) ... ok test_nulls (tests.test_shapes.TestLine) ... ok test_ordinal (tests.test_shapes.TestLine) ... ok test_validate (tests.test_shapes.TestLine) ... ok test_years (tests.test_ticks.TestScoreTicker) ... ok test_days (tests.test_ticks.TestScoreTimeTicker) ... ok test_days_datetime (tests.test_ticks.TestScoreTimeTicker) ... ok test_days_for_months (tests.test_ticks.TestScoreTimeTicker) ... ok test_hours (tests.test_ticks.TestScoreTimeTicker) ... ok test_hours_for_days (tests.test_ticks.TestScoreTimeTicker) ... ok test_microseconds (tests.test_ticks.TestScoreTimeTicker) ... ok test_microseconds_for_seconds (tests.test_ticks.TestScoreTimeTicker) ... ok test_minutes (tests.test_ticks.TestScoreTimeTicker) ... ok test_minutes_for_hours (tests.test_ticks.TestScoreTimeTicker) ... ok test_months (tests.test_ticks.TestScoreTimeTicker) ... ok test_months_datetime (tests.test_ticks.TestScoreTimeTicker) ... ok test_months_for_years (tests.test_ticks.TestScoreTimeTicker) ... ok test_seconds (tests.test_ticks.TestScoreTimeTicker) ... ok test_seconds_for_minutes (tests.test_ticks.TestScoreTimeTicker) ... ok test_years (tests.test_ticks.TestScoreTimeTicker) ... ok test_years_datetime (tests.test_ticks.TestScoreTimeTicker) ... ok ---------------------------------------------------------------------- Ran 70 tests in 0.179s OK + exit 0 Processing files: python2-leather-0.3.3-6.gite85dd30.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.r4dLiP + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + DOCDIR=/builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python2-leather + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python2-leather + cp -pr README.rst /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python2-leather + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zAPWLQ + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + LICENSEDIR=/builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python2-leather + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python2-leather + cp -pr COPYING /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python2-leather + exit 0 Provides: python-leather = 0.3.3-6.gite85dd30.fc29 python2-leather = 0.3.3-6.gite85dd30.fc29 python2.7dist(leather) = 0.3.3 python2dist(leather) = 0.3.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-leather < 0.3.3-6.gite85dd30.fc29 Processing files: python3-leather-0.3.3-6.gite85dd30.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rEn7R4 + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + DOCDIR=/builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python3-leather + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python3-leather + cp -pr README.rst /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python3-leather + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wspeZi + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + LICENSEDIR=/builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python3-leather + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python3-leather + cp -pr COPYING /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python3-leather + exit 0 Provides: python3-leather = 0.3.3-6.gite85dd30.fc29 python3.7dist(leather) = 0.3.3 python3dist(leather) = 0.3.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.7 Processing files: python-leather-doc-0.3.3-6.gite85dd30.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Wz7R9J + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + DOCDIR=/builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python-leather-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python-leather-doc + cp -pr examples /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python-leather-doc + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/doc/python-leather-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kKDFnb + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + LICENSEDIR=/builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python-leather-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python-leather-doc + cp -pr COPYING /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch/usr/share/licenses/python-leather-doc + exit 0 Provides: python-leather-doc = 0.3.3-6.gite85dd30.fc29 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-leather-0.3.3-6.gite85dd30.fc29.noarch Wrote: /builddir/build/RPMS/python2-leather-0.3.3-6.gite85dd30.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python3-leather-0.3.3-6.gite85dd30.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python-leather-doc-0.3.3-6.gite85dd30.fc29.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4GXvjF + umask 022 + cd /builddir/build/BUILD + cd leather-e85dd30cc20270180c26c56fd895aff61e84f741 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-leather-0.3.3-6.gite85dd30.fc29.noarch + exit 0 Child return code was: 0