Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-librosa.spec'], chrootPath='/var/lib/mock/fedora-rawhide-x86_64/root'env={'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'cs_CZ.utf8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=135timeout=0logger=user='mockbuild'printOutput=Trueshell=Falseuid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-librosa.spec'] with env {'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'cs_CZ.utf8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False varování: Nemohu získat jméno počítače: carbon Sestavuji cílové platformy: x86_64 Sestavuji pro cíl x86_64 Zapsáno: /builddir/build/SRPMS/python-librosa-0.4.2-1.fc25.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-librosa.spec '], uid=1000private_network=Trueenv={'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'cs_CZ.utf8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=135timeout=0logger=user='mockbuild'printOutput=Trueshell=FalsechrootPath='/var/lib/mock/fedora-rawhide-x86_64/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-librosa.spec '] with env {'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'cs_CZ.utf8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Sestavuji cílové platformy: x86_64 Sestavuji pro cíl x86_64 Provádění(%prep): /bin/sh -e /var/tmp/rpm-tmp.dxjITF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf librosa-0.4.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/0.4.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd librosa-0.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + grep -ilrx librosa -e '#!/usr/bin/env python' --include '*.py' + xargs sed -i '1s\^#!/usr/bin/env python$\\' + cd docs/ + make SPHINXBUILD=sphinx-build-3 html sphinx-build-3 -b html -d _build/doctrees . _build/html Running Sphinx v1.3.1 making output directory... loading pickled environment... not yet created [autosummary] generating autosummary for: beat.rst, cache.rst, changelog.rst, core.rst, decompose.rst, display.rst, effects.rst, feature.rst, filters.rst, glossary.rst, index.rst, install.rst, onset.rst, output.rst, segment.rst, tutorial.rst, util.rst Failed to import 'librosa.decompose': no module named librosa.decompose Failed to import 'librosa.util': no module named librosa.util Failed to import 'librosa.effects': no module named librosa.effects Failed to import 'librosa.segment': no module named librosa.segment Failed to import 'librosa.onset': no module named librosa.onset Failed to import 'librosa.display': no module named librosa.display Failed to import 'librosa.output': no module named librosa.output Failed to import 'librosa.beat': no module named librosa.beat Failed to import 'librosa.filters': no module named librosa.filters Failed to import 'librosa.core': no module named librosa.core Failed to import 'librosa.feature': no module named librosa.feature loading intersphinx inventory from http://matplotlib.sourceforge.net/objects.inv... loading intersphinx inventory from http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/samplerate/sphinx/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from http://docs.python.org/2/objects.inv... loading intersphinx inventory from http://stanford.edu/~mwaskom/software/seaborn/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... loading intersphinx inventory from http://scikit-learn.org/stable/objects.inv... building [mo]: targets for 0 po files that are out of date building [html]: targets for 17 source files that are out of date updating environment: 17 added, 0 changed, 0 removed reading sources... [ 5%] beat reading sources... [ 11%] cache reading sources... [ 17%] changelog reading sources... [ 23%] core reading sources... [ 29%] decompose reading sources... [ 35%] display reading sources... [ 41%] effects reading sources... [ 47%] feature reading sources... [ 52%] filters reading sources... [ 58%] glossary reading sources... [ 64%] index reading sources... [ 70%] install reading sources... [ 76%] onset reading sources... [ 82%] output reading sources... [ 88%] segment reading sources... [ 94%] tutorial reading sources... [100%] util looking for now-outdated files... /builddir/build/BUILD/librosa-0.4.2/docs/beat.rst:3: WARNING: autodoc: failed to import module 'librosa.beat'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/core.rst:3: WARNING: autodoc: failed to import module 'librosa.core'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/decompose.rst:3: WARNING: autodoc: failed to import module 'librosa.decompose'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/display.rst:3: WARNING: autodoc: failed to import module 'librosa.display'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/effects.rst:3: WARNING: autodoc: failed to import module 'librosa.effects'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/feature.rst:3: WARNING: autodoc: failed to import module 'librosa.feature'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/filters.rst:3: WARNING: autodoc: failed to import module 'librosa.filters'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:63: WARNING: Explicit markup ends without a blank line; unexpected unindent. /builddir/build/BUILD/librosa-0.4.2/docs/onset.rst:3: WARNING: autodoc: failed to import module 'librosa.onset'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/output.rst:3: WARNING: autodoc: failed to import module 'librosa.output'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/segment.rst:3: WARNING: autodoc: failed to import module 'librosa.segment'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' /builddir/build/BUILD/librosa-0.4.2/docs/util.rst:3: WARNING: autodoc: failed to import module 'librosa.util'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname) File "/builddir/build/BUILD/librosa-0.4.2/librosa/__init__.py", line 15, in from . import core File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/__init__.py", line 88, in from .time_frequency import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/core/time_frequency.py", line 9, in from ..util.exceptions import ParameterError File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/__init__.py", line 73, in from .utils import * # pylint: disable=wildcard-import File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/utils.py", line 13, in from . import decorators File "/builddir/build/BUILD/librosa-0.4.2/librosa/util/decorators.py", line 7, in from decorator import decorator ImportError: No module named 'decorator' none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 5%] beat writing output... [ 11%] cache writing output... [ 17%] changelog writing output... [ 23%] core writing output... [ 29%] decompose writing output... [ 35%] display writing output... [ 41%] effects writing output... [ 47%] feature writing output... [ 52%] filters writing output... [ 58%] glossary writing output... [ 64%] index writing output... [ 70%] install writing output... [ 76%] onset writing output... [ 82%] output writing output... [ 88%] segment writing output... [ 94%] tutorial writing output... [100%] util /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated generating indices... genindex/builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated writing additional pages... search/builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'core' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'display' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'feature' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'onset' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'beat' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'decompose' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'effects' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'output' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'segment' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:31: WARNING: toctree contains reference to document 'util' that doesn't have a title: no link will be generated /builddir/build/BUILD/librosa-0.4.2/docs/index.rst:49: WARNING: toctree contains reference to document 'filters' that doesn't have a title: no link will be generated copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/librosa-0.4.2/docs/_static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 233 warnings. Build finished. The HTML pages are in _build/html. + cd .. + exit 0 Provádění(%build): /bin/sh -e /var/tmp/rpm-tmp.L1XwRc + umask 022 + cd /builddir/build/BUILD + cd librosa-0.4.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/librosa copying librosa/__init__.py -> build/lib/librosa copying librosa/cache.py -> build/lib/librosa copying librosa/output.py -> build/lib/librosa copying librosa/filters.py -> build/lib/librosa copying librosa/onset.py -> build/lib/librosa copying librosa/segment.py -> build/lib/librosa copying librosa/effects.py -> build/lib/librosa copying librosa/decompose.py -> build/lib/librosa copying librosa/display.py -> build/lib/librosa copying librosa/beat.py -> build/lib/librosa copying librosa/version.py -> build/lib/librosa creating build/lib/librosa/core copying librosa/core/__init__.py -> build/lib/librosa/core copying librosa/core/audio.py -> build/lib/librosa/core copying librosa/core/constantq.py -> build/lib/librosa/core copying librosa/core/spectrum.py -> build/lib/librosa/core copying librosa/core/time_frequency.py -> build/lib/librosa/core copying librosa/core/pitch.py -> build/lib/librosa/core creating build/lib/librosa/feature copying librosa/feature/__init__.py -> build/lib/librosa/feature copying librosa/feature/spectral.py -> build/lib/librosa/feature copying librosa/feature/rhythm.py -> build/lib/librosa/feature copying librosa/feature/utils.py -> build/lib/librosa/feature creating build/lib/librosa/util copying librosa/util/__init__.py -> build/lib/librosa/util copying librosa/util/utils.py -> build/lib/librosa/util copying librosa/util/exceptions.py -> build/lib/librosa/util copying librosa/util/decorators.py -> build/lib/librosa/util copying librosa/util/deprecation.py -> build/lib/librosa/util copying librosa/util/feature_extractor.py -> build/lib/librosa/util copying librosa/util/files.py -> build/lib/librosa/util creating build/lib/librosa/util/example_data copying librosa/util/example_data/Kevin_MacLeod_-_Vibe_Ace.ogg -> build/lib/librosa/util/example_data + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py + exit 0 Provádění(%install): /bin/sh -e /var/tmp/rpm-tmp.TCLawK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64 ++ dirname /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64 + cd librosa-0.4.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/__init__.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/cache.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/output.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/filters.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/onset.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core copying build/lib/librosa/core/__init__.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core copying build/lib/librosa/core/audio.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core copying build/lib/librosa/core/constantq.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core copying build/lib/librosa/core/spectrum.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core copying build/lib/librosa/core/time_frequency.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core copying build/lib/librosa/core/pitch.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core copying build/lib/librosa/segment.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/effects.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/decompose.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/display.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature copying build/lib/librosa/feature/__init__.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature copying build/lib/librosa/feature/spectral.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature copying build/lib/librosa/feature/rhythm.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature copying build/lib/librosa/feature/utils.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util copying build/lib/librosa/util/__init__.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util copying build/lib/librosa/util/utils.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util copying build/lib/librosa/util/exceptions.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util copying build/lib/librosa/util/decorators.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/example_data copying build/lib/librosa/util/example_data/Kevin_MacLeod_-_Vibe_Ace.ogg -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/example_data copying build/lib/librosa/util/deprecation.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util copying build/lib/librosa/util/feature_extractor.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util copying build/lib/librosa/util/files.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util copying build/lib/librosa/beat.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa copying build/lib/librosa/version.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/output.py to output.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/filters.py to filters.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/onset.py to onset.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core/audio.py to audio.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core/constantq.py to constantq.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core/spectrum.py to spectrum.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core/time_frequency.py to time_frequency.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/core/pitch.py to pitch.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/segment.py to segment.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/effects.py to effects.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/decompose.py to decompose.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/display.py to display.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature/spectral.py to spectral.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature/rhythm.py to rhythm.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/feature/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/deprecation.py to deprecation.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/feature_extractor.py to feature_extractor.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/util/files.py to files.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/beat.py to beat.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa/version.py to version.pyc writing byte-compilation script '/tmp/tmp3IOjLj.py' /usr/bin/python2 -O /tmp/tmp3IOjLj.py removing /tmp/tmp3IOjLj.py running install_egg_info running egg_info creating librosa.egg-info writing requirements to librosa.egg-info/requires.txt writing librosa.egg-info/PKG-INFO writing top-level names to librosa.egg-info/top_level.txt writing dependency_links to librosa.egg-info/dependency_links.txt writing manifest file 'librosa.egg-info/SOURCES.txt' reading manifest file 'librosa.egg-info/SOURCES.txt' writing manifest file 'librosa.egg-info/SOURCES.txt' Copying librosa.egg-info to /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7/site-packages/librosa-0.4.2-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5 creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/__init__.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/cache.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/output.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/filters.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/onset.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core copying build/lib/librosa/core/__init__.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core copying build/lib/librosa/core/audio.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core copying build/lib/librosa/core/constantq.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core copying build/lib/librosa/core/spectrum.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core copying build/lib/librosa/core/time_frequency.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core copying build/lib/librosa/core/pitch.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core copying build/lib/librosa/segment.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/effects.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/decompose.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/display.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature copying build/lib/librosa/feature/__init__.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature copying build/lib/librosa/feature/spectral.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature copying build/lib/librosa/feature/rhythm.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature copying build/lib/librosa/feature/utils.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util copying build/lib/librosa/util/__init__.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util copying build/lib/librosa/util/utils.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util copying build/lib/librosa/util/exceptions.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util copying build/lib/librosa/util/decorators.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util creating /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/example_data copying build/lib/librosa/util/example_data/Kevin_MacLeod_-_Vibe_Ace.ogg -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/example_data copying build/lib/librosa/util/deprecation.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util copying build/lib/librosa/util/feature_extractor.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util copying build/lib/librosa/util/files.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util copying build/lib/librosa/beat.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa copying build/lib/librosa/version.py -> /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/cache.py to cache.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/output.py to output.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/filters.py to filters.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/onset.py to onset.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core/audio.py to audio.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core/constantq.py to constantq.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core/spectrum.py to spectrum.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core/time_frequency.py to time_frequency.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/core/pitch.py to pitch.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/segment.py to segment.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/effects.py to effects.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/decompose.py to decompose.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/display.py to display.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature/spectral.py to spectral.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature/rhythm.py to rhythm.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/feature/utils.py to utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/utils.py to utils.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/exceptions.py to exceptions.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/decorators.py to decorators.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/deprecation.py to deprecation.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/feature_extractor.py to feature_extractor.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/util/files.py to files.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/beat.py to beat.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa/version.py to version.cpython-35.pyc writing byte-compilation script '/tmp/tmpja4zwbjh.py' /usr/bin/python3 -O /tmp/tmpja4zwbjh.py removing /tmp/tmpja4zwbjh.py running install_egg_info running egg_info writing dependency_links to librosa.egg-info/dependency_links.txt writing top-level names to librosa.egg-info/top_level.txt writing librosa.egg-info/PKG-INFO writing requirements to librosa.egg-info/requires.txt reading manifest file 'librosa.egg-info/SOURCES.txt' writing manifest file 'librosa.egg-info/SOURCES.txt' Copying librosa.egg-info to /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5/site-packages/librosa-0.4.2-py3.5.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/librosa-0.4.2 /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/brp-compress + /usr/lib/rpm/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-librosa-0.4.2-1.fc25.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/lib/python3.5 using /usr/bin/python3.5 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-librosa-0.4.2-1.fc25.noarch Provádění(%doc): /bin/sh -e /var/tmp/rpm-tmp.HD3Szl + umask 022 + cd /builddir/build/BUILD + cd librosa-0.4.2 + DOCDIR=/builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python2-librosa + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python2-librosa + cp -pr README.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python2-librosa + cp -pr AUTHORS.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python2-librosa + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python2-librosa + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python2-librosa + exit 0 Provádění(%license): /bin/sh -e /var/tmp/rpm-tmp.7gjLEW + umask 022 + cd /builddir/build/BUILD + cd librosa-0.4.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python2-librosa + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python2-librosa + cp -pr LICENSE.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python2-librosa + exit 0 Provides: python-librosa = 0.4.2-1.fc25 python2-librosa = 0.4.2-1.fc25 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-librosa < 0.4.2-1.fc25 Suggests: python-librosa-doc = 0.4.2-1.fc25 Processing files: python3-librosa-0.4.2-1.fc25.noarch Provádění(%doc): /bin/sh -e /var/tmp/rpm-tmp.BRgj8y + umask 022 + cd /builddir/build/BUILD + cd librosa-0.4.2 + DOCDIR=/builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python3-librosa + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python3-librosa + cp -pr README.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python3-librosa + cp -pr AUTHORS.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python3-librosa + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python3-librosa + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python3-librosa + exit 0 Provádění(%license): /bin/sh -e /var/tmp/rpm-tmp.DkAZCb + umask 022 + cd /builddir/build/BUILD + cd librosa-0.4.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python3-librosa + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python3-librosa + cp -pr LICENSE.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python3-librosa + exit 0 Provides: python3-librosa = 0.4.2-1.fc25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.5 Suggests: python-librosa-doc = 0.4.2-1.fc25 Processing files: python-librosa-doc-0.4.2-1.fc25.noarch Provádění(%doc): /bin/sh -e /var/tmp/rpm-tmp.9GGoxP + umask 022 + cd /builddir/build/BUILD + cd librosa-0.4.2 + DOCDIR=/builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python-librosa-doc + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python-librosa-doc + cp -pr README.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python-librosa-doc + cp -pr AUTHORS.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python-librosa-doc + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python-librosa-doc + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python-librosa-doc + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/doc/python-librosa-doc + exit 0 Provádění(%license): /bin/sh -e /var/tmp/rpm-tmp.bdALtt + umask 022 + cd /builddir/build/BUILD + cd librosa-0.4.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python-librosa-doc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python-librosa-doc + cp -pr LICENSE.md /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64/usr/share/licenses/python-librosa-doc + exit 0 Provides: python-librosa-doc = 0.4.2-1.fc25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Kontroluji nezabalené soubory: /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64 Zapsáno: /builddir/build/RPMS/python2-librosa-0.4.2-1.fc25.noarch.rpm Zapsáno: /builddir/build/RPMS/python3-librosa-0.4.2-1.fc25.noarch.rpm Zapsáno: /builddir/build/RPMS/python-librosa-doc-0.4.2-1.fc25.noarch.rpm Provádění(%clean): /bin/sh -e /var/tmp/rpm-tmp.sgnVjc + umask 022 + cd /builddir/build/BUILD + cd librosa-0.4.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-librosa-0.4.2-1.fc25.x86_64 + exit 0 Child return code was: 0 LEAVE do -->