Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-leather.spec'], chrootPath='/var/lib/mock/f31-build-17040130-1223940/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/python-leather-0.3.3-11.gite85dd30.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-leather.spec'], chrootPath='/var/lib/mock/f31-build-17040130-1223940/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TNpJCk + 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 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0Srhji + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' + pushd docs + make html BUILDSTDERR: /usr/lib/python3.7/site-packages/sphinx/events.py:103: RemovedInSphinx30Warning: autodoc_default_flags is now deprecated. Please use autodoc_default_options instead. BUILDSTDERR: results.append(callback(self.app, *args)) BUILDSTDERR: WARNING: failed to reach any of the inventories with the following issues: BUILDSTDERR: intersphinx inventory 'http://docs.python.org/3.5/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /3.5/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) running build running build_py creating build creating build/lib creating build/lib/leather copying leather/lattice.py -> build/lib/leather copying leather/__init__.py -> build/lib/leather copying leather/theme.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/axis.py -> build/lib/leather copying leather/svg.py -> build/lib/leather copying leather/chart.py -> build/lib/leather copying leather/data_types.py -> build/lib/leather creating 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/base.py -> build/lib/leather/scales copying leather/scales/temporal.py -> build/lib/leather/scales copying leather/scales/linear.py -> build/lib/leather/scales creating build/lib/leather/series copying leather/series/__init__.py -> build/lib/leather/series copying leather/series/base.py -> build/lib/leather/series copying leather/series/category.py -> build/lib/leather/series creating 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/base.py -> build/lib/leather/shapes copying leather/shapes/line.py -> build/lib/leather/shapes copying leather/shapes/dots.py -> build/lib/leather/shapes copying leather/shapes/columns.py -> build/lib/leather/shapes creating build/lib/leather/ticks copying leather/ticks/score_time.py -> build/lib/leather/ticks copying leather/ticks/score.py -> build/lib/leather/ticks copying leather/ticks/__init__.py -> build/lib/leather/ticks copying leather/ticks/base.py -> build/lib/leather/ticks ~/build/BUILD/leather-e85dd30cc20270180c26c56fd895aff61e84f741/docs ~/build/BUILD/leather-e85dd30cc20270180c26c56fd895aff61e84f741 sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v2.1.2 making output directory... done loading intersphinx inventory from http://docs.python.org/3.5/objects.inv... building [mo]: targets for 0 po files that are out of date 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/simple_pairs.svg copying images... [ 10%] ../examples/charts/csv_reader.svg copying images... [ 15%] ../examples/charts/csv_dict_reader.svg copying images... [ 20%] ../examples/charts/custom_data.svg copying images... [ 25%] ../examples/charts/multiple_series.svg copying images... [ 30%] ../examples/charts/bars.svg copying images... [ 35%] ../examples/charts/columns.svg copying images... [ 40%] ../examples/charts/dots.svg BUILDSTDERR: copying images/usr/lib/python3.7/site-packages/sphinx_rtd_theme/search.html:20: RemovedInSphinx30Warning: To modify script_files in the theme is deprecated. Please insert a