Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-carbon.spec'], chrootPath='/var/lib/mock/f32-build-19039853-1338647/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=201600uid=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-carbon.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=1579305600 Wrote: /builddir/build/SRPMS/python-carbon-1.1.6-1.fc32.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-carbon.spec'], chrootPath='/var/lib/mock/f32-build-19039853-1338647/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=201600uid=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-carbon.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=1579305600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.v9i2iu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf carbon-a3eea275d49719bc643e135c6a15d550514b87d2 + /usr/bin/gzip -dc /builddir/build/SOURCES/carbon-a3eea27.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd carbon-a3eea275d49719bc643e135c6a15d550514b87d2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-carbon-0.10.0-Set-sane-defaults.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/python-carbon-0.9.13-Fix-path-to-storage-schemas.conf.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i '1s|^#!/usr/bin/env python|#!/usr/bin/python3|' lib/carbon/amqp_listener.py + sed -i '1s|^#!/usr/bin/env python|#!/usr/bin/python3|' lib/carbon/amqp_publisher.py + sed -i 's|plugin == '\''rules'\''|plugin == '\''rules'\'' or plugin.startswith('\''fast-'\'')|' lib/carbon/tests/test_routers.py + sed -i -e 's/ENABLE_LOGROTATION.*/ENABLE_LOGROTATION = False/g' conf/carbon.conf.example + rm lib/carbon/tests/test_database.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.b3zgdv + umask 022 + cd /builddir/build/BUILD + cd carbon-a3eea275d49719bc643e135c6a15d550514b87d2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' setup.py:27: DeprecationWarning: This method will be removed in future versions. Use 'parser.read_file()' instead. cf.readfp(f, 'setup.cfg') /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) Warning: 'classifiers' should be a list, got type 'tuple' ################################################################################ Carbon's default installation prefix is "/opt/graphite". To install Carbon in the Python's default location run: $ GRAPHITE_NO_PREFIX=True python setup.py install ################################################################################ running build running build_py creating build creating build/lib creating build/lib/carbon copying lib/carbon/writer.py -> build/lib/carbon copying lib/carbon/protobuf.py -> build/lib/carbon copying lib/carbon/resolver.py -> build/lib/carbon copying lib/carbon/__init__.py -> build/lib/carbon copying lib/carbon/log.py -> build/lib/carbon copying lib/carbon/amqp_publisher.py -> build/lib/carbon copying lib/carbon/client.py -> build/lib/carbon copying lib/carbon/events.py -> build/lib/carbon copying lib/carbon/carbon_pb2.py -> build/lib/carbon copying lib/carbon/database.py -> build/lib/carbon copying lib/carbon/relayrules.py -> build/lib/carbon copying lib/carbon/routers.py -> build/lib/carbon copying lib/carbon/cache.py -> build/lib/carbon copying lib/carbon/manhole.py -> build/lib/carbon copying lib/carbon/util.py -> build/lib/carbon copying lib/carbon/pipeline.py -> build/lib/carbon copying lib/carbon/exceptions.py -> build/lib/carbon copying lib/carbon/regexlist.py -> build/lib/carbon copying lib/carbon/service.py -> build/lib/carbon copying lib/carbon/amqp_listener.py -> build/lib/carbon copying lib/carbon/hashing.py -> build/lib/carbon copying lib/carbon/protocols.py -> build/lib/carbon copying lib/carbon/management.py -> build/lib/carbon copying lib/carbon/state.py -> build/lib/carbon copying lib/carbon/conf.py -> build/lib/carbon copying lib/carbon/http.py -> build/lib/carbon copying lib/carbon/storage.py -> build/lib/carbon copying lib/carbon/instrumentation.py -> build/lib/carbon copying lib/carbon/rewrite.py -> build/lib/carbon creating build/lib/carbon/aggregator copying lib/carbon/aggregator/__init__.py -> build/lib/carbon/aggregator copying lib/carbon/aggregator/processor.py -> build/lib/carbon/aggregator copying lib/carbon/aggregator/rules.py -> build/lib/carbon/aggregator copying lib/carbon/aggregator/buffers.py -> build/lib/carbon/aggregator package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file) creating build/lib/twisted creating build/lib/twisted/plugins copying lib/twisted/plugins/carbon_cache_plugin.py -> build/lib/twisted/plugins copying lib/twisted/plugins/carbon_aggregator_plugin.py -> build/lib/twisted/plugins copying lib/twisted/plugins/carbon_aggregator_cache_plugin.py -> build/lib/twisted/plugins copying lib/twisted/plugins/carbon_relay_plugin.py -> build/lib/twisted/plugins copying lib/carbon/amqp0-8.xml -> build/lib/carbon package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file) running build_scripts creating build/scripts-3.8 copying and adjusting bin/carbon-relay.py -> build/scripts-3.8 copying and adjusting bin/carbon-client.py -> build/scripts-3.8 copying and adjusting bin/carbon-aggregator-cache.py -> build/scripts-3.8 copying and adjusting bin/carbon-aggregator.py -> build/scripts-3.8 copying and adjusting bin/carbon-cache.py -> build/scripts-3.8 copying and adjusting bin/validate-storage-schemas.py -> build/scripts-3.8 changing mode of build/scripts-3.8/carbon-relay.py from 644 to 755 changing mode of build/scripts-3.8/carbon-client.py from 644 to 755 changing mode of build/scripts-3.8/carbon-aggregator-cache.py from 644 to 755 changing mode of build/scripts-3.8/carbon-aggregator.py from 644 to 755 changing mode of build/scripts-3.8/carbon-cache.py from 644 to 755 changing mode of build/scripts-3.8/validate-storage-schemas.py from 644 to 755 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.O7fhcs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch ++ dirname /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch + cd carbon-a3eea275d49719bc643e135c6a15d550514b87d2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch --install-data=/var/lib/carbon --install-lib=/usr/lib/python3.8/site-packages --install-scripts=/usr/bin setup.py:27: DeprecationWarning: This method will be removed in future versions. Use 'parser.read_file()' instead. cf.readfp(f, 'setup.cfg') /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) Warning: 'classifiers' should be a list, got type 'tuple' ################################################################################ Carbon's default installation prefix is "/opt/graphite". To install Carbon in the Python's default location run: $ GRAPHITE_NO_PREFIX=True python setup.py install ################################################################################ running install running install_lib creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/writer.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/protobuf.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/resolver.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/__init__.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/log.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/amqp_publisher.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/client.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/events.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/carbon_pb2.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/database.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/relayrules.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/routers.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/cache.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/manhole.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/util.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/amqp0-8.xml -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/pipeline.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/exceptions.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/regexlist.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/service.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/amqp_listener.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/hashing.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/protocols.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/management.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/state.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/conf.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/http.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/storage.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator copying build/lib/carbon/aggregator/__init__.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator copying build/lib/carbon/aggregator/processor.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator copying build/lib/carbon/aggregator/rules.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator copying build/lib/carbon/aggregator/buffers.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator copying build/lib/carbon/instrumentation.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon copying build/lib/carbon/rewrite.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins copying build/lib/twisted/plugins/carbon_cache_plugin.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins copying build/lib/twisted/plugins/carbon_aggregator_plugin.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins copying build/lib/twisted/plugins/carbon_aggregator_cache_plugin.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins copying build/lib/twisted/plugins/carbon_relay_plugin.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/writer.py to writer.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/protobuf.py to protobuf.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/resolver.py to resolver.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/log.py to log.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/amqp_publisher.py to amqp_publisher.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/client.py to client.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/events.py to events.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/carbon_pb2.py to carbon_pb2.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/database.py to database.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/relayrules.py to relayrules.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/routers.py to routers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/cache.py to cache.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/manhole.py to manhole.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/util.py to util.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/pipeline.py to pipeline.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/exceptions.py to exceptions.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/regexlist.py to regexlist.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/service.py to service.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/amqp_listener.py to amqp_listener.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/hashing.py to hashing.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/protocols.py to protocols.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/management.py to management.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/state.py to state.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/conf.py to conf.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/http.py to http.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/storage.py to storage.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator/processor.py to processor.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator/rules.py to rules.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/aggregator/buffers.py to buffers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/instrumentation.py to instrumentation.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/rewrite.py to rewrite.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins/carbon_cache_plugin.py to carbon_cache_plugin.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins/carbon_aggregator_plugin.py to carbon_aggregator_plugin.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins/carbon_aggregator_cache_plugin.py to carbon_aggregator_cache_plugin.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/twisted/plugins/carbon_relay_plugin.py to carbon_relay_plugin.cpython-38.pyc writing byte-compilation script '/tmp/tmpp0c88gt3.py' /usr/bin/python3 /tmp/tmpp0c88gt3.py removing /tmp/tmpp0c88gt3.py running install_scripts creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin copying build/scripts-3.8/carbon-relay.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin copying build/scripts-3.8/carbon-client.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin copying build/scripts-3.8/carbon-aggregator-cache.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin copying build/scripts-3.8/carbon-aggregator.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin copying build/scripts-3.8/carbon-cache.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin copying build/scripts-3.8/validate-storage-schemas.py -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-relay.py to 755 changing mode of /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-client.py to 755 changing mode of /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-aggregator-cache.py to 755 changing mode of /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-aggregator.py to 755 changing mode of /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-cache.py to 755 changing mode of /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/validate-storage-schemas.py to 755 running install_data creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/ceres creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/ceres/dummy.txt creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/whisper creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/whisper/dummy.txt creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/lists creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/log creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/log/dummy.txt creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/rrd creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage/rrd/dummy.txt creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/carbon.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/storage-schemas.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/whitelist.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/carbon.amqp.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/aggregation-rules.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/storage-aggregation.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/rewrite-rules.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/blacklist.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf copying conf/relay-rules.conf.example -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/examples creating /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/examples/init.d copying distro/redhat/init.d/carbon-cache -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/examples/init.d copying distro/redhat/init.d/carbon-relay -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/examples/init.d copying distro/redhat/init.d/carbon-aggregator -> /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/examples/init.d running install_egg_info Writing /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon-1.1.6-py3.8.egg-info + rm -rfv /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/__pycache__ + rm -rf /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/conf /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/examples /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/storage + mkdir -p /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/lists + mkdir -p /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/rrd + mkdir -p /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/lib/carbon/whisper + mkdir -p /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/etc/carbon + install -D -p -m0644 conf/carbon.conf.example /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/etc/carbon/carbon.conf + install -D -p -m0644 conf/storage-aggregation.conf.example /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/etc/carbon/storage-aggregation.conf + install -D -p -m0644 conf/storage-schemas.conf.example /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/etc/carbon/storage-schemas.conf + mkdir -p /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/man/man1 + install -D -p -m0644 /builddir/build/SOURCES/carbon-aggregator.1 /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/man/man1 + install -D -p -m0644 /builddir/build/SOURCES/carbon-cache.1 /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/man/man1 + install -D -p -m0644 /builddir/build/SOURCES/carbon-client.1 /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/man/man1 + install -D -p -m0644 /builddir/build/SOURCES/carbon-relay.1 /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/man/man1 + install -D -p -m0644 /builddir/build/SOURCES/validate-storage-schemas.1 /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/man/man1 + mkdir -p /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/var/log/carbon + install -D -p -m0644 /builddir/build/SOURCES/python-carbon.logrotate /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/etc/logrotate.d/python3-carbon + install -D -p -m0644 /builddir/build/SOURCES/carbon-aggregator.service /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/systemd/system/carbon-aggregator.service + install -D -p -m0644 /builddir/build/SOURCES/carbon-cache.service /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/systemd/system/carbon-cache.service + install -D -p -m0644 /builddir/build/SOURCES/carbon-relay.service /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/systemd/system/carbon-relay.service + install -D -p -m0644 /builddir/build/SOURCES/carbon-aggregator@.service /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/systemd/system/carbon-aggregator@.service + install -D -p -m0644 /builddir/build/SOURCES/carbon-cache@.service /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/systemd/system/carbon-cache@.service + install -D -p -m0644 /builddir/build/SOURCES/carbon-relay@.service /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/systemd/system/carbon-relay@.service + for i in /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/*.py + mv /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-aggregator-cache.py /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-aggregator-cache + for i in /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/*.py + mv /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-aggregator.py /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-aggregator + for i in /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/*.py + mv /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-cache.py /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-cache + for i in /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/*.py + mv /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-client.py /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-client + for i in /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/*.py + mv /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-relay.py /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/carbon-relay + for i in /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/*.py + mv /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/validate-storage-schemas.py /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/bin/validate-storage-schemas + chmod 755 /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/amqp_listener.py + chmod 755 /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8/site-packages/carbon/amqp_publisher.py + /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 1.1.6-1.fc32 --unique-debug-suffix -1.1.6-1.fc32.noarch --unique-debug-src-base python-carbon-1.1.6-1.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/carbon-a3eea275d49719bc643e135c6a15d550514b87d2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Bgbvos + umask 022 + cd /builddir/build/BUILD + cd carbon-a3eea275d49719bc643e135c6a15d550514b87d2 + PYTHONPATH=lib + trial-3 carbon carbon.tests.test_aggregator_buffers AggregationBufferManagerTest test_clear_closes_buffers ... [OK] test_get_nonexistent_buffer_creates_and_saves_it ... [OK] test_get_nonexistent_buffer_creates_new ... [OK] AggregationMetricBufferTest test_close_stops_looping_call ... [OK] test_compute_value_can_flush_interval_multiple_times ... [OK] test_compute_value_closes_metric_if_last_buffer_deleted ... [OK] test_compute_value_computes_aggregate ... [OK] test_compute_value_deletes_expired_buffers ... [OK] test_compute_value_doesnt_flush_unchanged_interval_many_times ... [OK] test_compute_value_flushes_active_buffer ... [OK] test_compute_value_marks_buffer_inactive ... [OK] test_compute_value_skips_inactive_buffers ... [OK] test_compute_value_unregisters_metric_if_last_buffer_deleted ... [OK] test_compute_value_uses_interval_for_flushed_datapoint ... [OK] test_configure_buffer_creates_looping_call ... [OK] test_configure_buffer_marks_configured ... [OK] test_configure_buffer_starts_looping_call ... [OK] test_configure_buffer_uses_freq_if_less_than_writeback_freq ... [OK] test_configure_buffer_uses_writeback_freq_if_less_than_freq ... [OK] test_input_passes_datapoint_to_interval_buffer ... [OK] test_input_rounds_down_to_interval ... [OK] test_new_buffer_is_unconfigured ... [OK] carbon.tests.test_aggregator_methods AggregationMethodTest test_percentile_order ... [OK] test_percentile_simple ... [OK] test_percentile_values ... [OK] carbon.tests.test_aggregator_processor AggregationProcessorTest test_aggregation_rule_checked ... [OK] test_buffer_receives_value ... [OK] test_metric_not_passed_through_when_aggregate_overwrites ... [OK] test_new_buffer_configured ... [OK] test_process_increments_datapoints_metric ... [OK] test_registers_plugin ... [OK] test_unaggregated_metrics_pass_through ... [OK] test_unaggregated_metrics_pass_through_when_no_rules ... [OK] carbon.tests.test_aggregator_rules AggregationRuleTest test_inclusive_regexes ... [OK] carbon.tests.test_cache DrainStrategyTest test_max_strategy ... [OK] test_sorted_strategy_changing_sizes ... [OK] test_sorted_strategy_static_cache ... [OK] test_time_sorted_strategy ... [OK] test_time_sorted_strategy_min_lag ... [OK] MetricCacheTest test_cache_is_a_dict ... [OK] test_constructor ... [OK] test_counts_multiple_datapoints ... [OK] test_counts_one_datapoint ... [OK] test_counts_two_datapoints ... [OK] test_drain_metric_respects_strategy ... [OK] test_drain_metric_works_without_strategy ... [OK] test_get_datapoints ... [OK] test_get_datapoints_doesnt_pop ... [OK] test_get_datapoints_returns_empty_on_missing ... [OK] test_get_datapoints_returns_sorted_timestamps ... [OK] test_initial_size ... [OK] test_is_full ... [OK] test_is_full_short_circuits_on_inf ... [OK] test_pop_multiple_datapoints ... [OK] test_pop_raises_on_missing ... [OK] test_pop_reduces_size ... [OK] test_pop_returns_sorted_timestamps ... [OK] test_pop_triggers_space_check ... [OK] test_pop_triggers_space_event ... [OK] test_store_checks_fullness ... [OK] test_store_duplicate_timestamp ... [OK] test_store_multiple_datapoints ... [OK] test_store_new_metric ... [OK] test_store_on_full_triggers_events ... [OK] RandomStrategyTest test_random_strategy ... [OK] carbon.tests.test_client CarbonClientFactoryTest test_schedule_send_ignores_already_scheduled ... [OK] test_schedule_send_schedules_call_to_send_queued ... [OK] test_send_queued_should_call_protocol_send_queued ... [OK] test_send_queued_should_noop_if_not_connected ... [OK] CarbonClientManagerTest test_start_client_adds_destination_to_router ... [OK] test_start_client_ignores_duplicate ... [OK] test_start_client_instantiates_client_factory ... [OK] test_start_client_starts_factory_if_running ... [OK] test_start_service_installs_sig_ignore ... [OK] test_start_service_starts_factory_connect ... [OK] test_stop_client_removes_destination_from_router ... [OK] test_stop_service_waits_for_clients_to_disconnect ... [OK] CarbonLineClientProtocolTest test_send_datapoints ... [OK] ConnectedCarbonClientProtocolTest test_send_datapoint ... [OK] RelayProcessorTest test_relay_normalized ... [OK] test_relay_unnormalized ... [OK] carbon.tests.test_conf DefaultParserTest test_default_parser ... [OK] ParseOptionsTest test_no_args_prints_usage_and_exit ... [OK] test_no_valid_args_prints_usage_and_exit ... [OK] test_valid_args ... [OK] ReadConfigTest test_conf_dir_defaults_to_config_dirname ... [OK] test_config_dir_from_environment ... [OK] test_config_is_not_required ... [OK] test_local_data_dir_depends_on_storage_dir ... [OK] test_log_dir_as_provided ... [OK] test_log_dir_depends_on_storage_dir ... [OK] test_log_dir_for_instance_from_options ... [OK] test_log_dir_for_instance_relative_to_provided_storage_dir ... [OK] test_log_dir_for_instance_relative_to_storage_dir ... [OK] test_log_dir_from_config ... [OK] test_log_dir_from_instance_config ... [OK] test_log_dir_from_options ... [OK] test_log_dir_relative_to_provided_storage_dir ... [OK] test_log_dir_relative_to_storage_dir ... [OK] test_pid_dir_depends_on_storage_dir ... [OK] test_pidfile_for_instance_in_options_has_precedence ... [OK] test_pidfile_in_options_has_precedence ... [OK] test_pidfile_relative_to_storage_dir ... [OK] test_root_dir_is_required ... [OK] test_storage_dir_as_provided ... [OK] test_storage_dir_from_config ... [OK] test_storage_dir_relative_to_root_dir ... [OK] test_whitelists_dir_depends_on_storage_dir ... [OK] carbon.tests.test_hashing ConsistentHashRingTestFNV1A test_chr_compute_ring_position_fnv1a ... [OK] test_chr_get_node_fnv1a ... [OK] FNVHashIntegrityTest test_2_node_positional_itegrity ... [OK] test_3_node_positional_itegrity ... [OK] test_4_node_positional_itegrity ... [OK] test_5_node_positional_itegrity ... [OK] test_6_node_positional_itegrity ... [OK] test_7_node_positional_itegrity ... [OK] test_8_node_positional_itegrity ... [OK] test_9_node_positional_itegrity ... [OK] HashIntegrityTest test_10_get_node ... [OK] test_11_get_nodes ... [OK] test_2_node_positional_itegrity ... [OK] test_3_node_positional_itegrity ... [OK] test_4_node_positional_itegrity ... [OK] test_5_node_positional_itegrity ... [OK] test_6_node_positional_itegrity ... [OK] test_7_node_positional_itegrity ... [OK] test_8_node_positional_itegrity ... [OK] test_9_node_positional_itegrity ... [OK] carbon.tests.test_instrumentation TestInstrumentation test_getMemUsage ... [OK] carbon.tests.test_log CarbonLogFileTest test_write_to_logfile ... /usr/lib/python3.8/os.py:1021: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used [OK] carbon.tests.test_pipeline ProcessorTest test_processor_registers ... [OK] test_run_pipeline ... [OK] test_run_pipeline_empty_processors ... [OK] test_run_pipeline_no_processors_uses_state ... [OK] carbon.tests.test_protobuf ConnectedCarbonClientProtocolTest test_send_datapoint ... [OK] carbon.tests.test_protocols TestCacheManagementHandler test_cache_bulk_query_response ... [OK] test_cache_bulk_query_response_has_datapointsByMetric ... [OK] test_cache_bulk_query_response_returns_empty_if_no_match ... [OK] test_cache_bulk_query_returns_response_dict ... [OK] test_cache_query_response_has_datapoints ... [OK] test_cache_query_returns_cached_datapoints_if_matches ... [OK] test_cache_query_returns_empty_if_no_match ... [OK] test_cache_query_returns_response_dict ... [OK] test_invalid_request_type_returns_error ... [OK] test_pickler_configured_on_connect ... [OK] TestMetricDatagramReceiver test_invalid_datagramReceived ... [OK] test_multiple_datagramReceived ... [OK] test_utf8_datagramReceived ... [OK] test_valid_datagramReceived ... [OK] TestMetricLineReceiver test_get_peer_name ... [OK] test_invalid_line_received ... [OK] test_valid_line_received ... [OK] TestMetricPickleReceiver test_decode_pickle ... [OK] test_invalid_pickle ... [OK] test_invalid_types ... [OK] test_pickler_configured_on_connect ... [OK] test_py2_unicode_to_string_conversion ... [OK] test_string_received ... [OK] TestMetricReceiver test_allowlist_metricReceived ... [OK] test_disallowlist_metricReceived ... [OK] test_min_timestamp_metricReceived ... [OK] test_nan_metricReceived ... [OK] test_notime_metricReceived ... [OK] test_valid_metricReceived ... [OK] TestMetricReceiversHandler test_build ... [OK] carbon.tests.test_retentions TestParseRetentionDef test_invalid_retentions ... [OK] test_valid_retentions ... [OK] carbon.tests.test_rewrite RewriteProcessorTest test_applies_rule ... [OK] test_applies_rule_and_returns_metric ... [OK] test_passes_through_with_no_rules ... [OK] test_registers_plugin ... [OK] TestRewriteRule test_apply_substitutes ... [OK] test_instantiation_compiles_pattern ... [OK] TestRewriteRuleManager test_broken_patterns_ignored ... [OK] test_comments_ignored ... [OK] test_looping_call_reads_rules ... [OK] test_multiple_section_parsed_into_ruleset ... [OK] test_read_clears_if_no_file ... [OK] test_read_doesnt_open_file_if_mtime_unchanged ... [OK] test_read_from_starts_task ... [OK] test_read_opens_file_if_mtime_newer ... [OK] test_read_records_mtime ... [OK] test_request_for_nonexistent_rules_returns_iterable ... [OK] test_rules_parsed ... [OK] test_rules_unchanged_if_mtime_unchanged ... [OK] test_section_parsed_into_ruleset ... [OK] carbon.tests.test_routers TestOtherRouters testBasic ... [OK] TestRelayRulesRouter testBasic ... [OK] carbon.tests.test_service TestSetupPipeline test_aggregate_processor_set_up ... [OK] test_parses_processor_args ... [OK] test_relay_processor_set_up ... [OK] test_rewrite_processor_set_up ... [OK] test_run_pipeline_chained_to_metric_generated ... [OK] test_run_pipeline_chained_to_metric_received ... [OK] test_schedules_pipeline_ready ... [OK] test_unknown_processor_raises_value_error ... [OK] test_write_processor_set_up ... [OK] carbon.tests.test_storage ExistingConfigSchemaLoadingTest test_loadAggregationSchema_return_the_default_schema_last ... [OK] test_loadAggregationSchemas_return_schemas ... [OK] test_loadStorageSchemas_return_schemas ... [OK] test_loadStorageSchemas_return_the_default_schema_last ... [OK] carbon.tests.test_util ParseDestinationsTest test_valid_dest_bracketed ... [OK] test_valid_dest_unbracketed ... [OK] test_valid_dest_without_instance ... [OK] test_wrong_dest ... [OK] UtilTest test_enable_tcp_keep_alive ... [OK] ------------------------------------------------------------------------------- Ran 206 tests in 0.717s PASSED (successes=206) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-carbon-1.1.6-1.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.B7FK3s + umask 022 + cd /builddir/build/BUILD + cd carbon-a3eea275d49719bc643e135c6a15d550514b87d2 + DOCDIR=/builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/doc/python3-carbon + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/doc/python3-carbon + cp -pr README.md /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/doc/python3-carbon + cp -pr conf/ /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/doc/python3-carbon + cp -pr examples/ /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/doc/python3-carbon + cp -pr distro/redhat/init.d/ /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/doc/python3-carbon + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ofX5Iu + umask 022 + cd /builddir/build/BUILD + cd carbon-a3eea275d49719bc643e135c6a15d550514b87d2 + LICENSEDIR=/builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/licenses/python3-carbon + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/licenses/python3-carbon + cp -pr LICENSE /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch/usr/share/licenses/python3-carbon + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(python3-carbon) = 1.1.6-1.fc32 python-carbon = 1.1.6-1.fc32 python3-carbon = 1.1.6-1.fc32 python3.8dist(carbon) = 1.1.6 python3dist(carbon) = 1.1.6 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh 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(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python3 python(abi) = 3.8 Obsoletes: python-carbon < 1.1.6-1.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch Wrote: /builddir/build/RPMS/python3-carbon-1.1.6-1.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NxmSqv + umask 022 + cd /builddir/build/BUILD + cd carbon-a3eea275d49719bc643e135c6a15d550514b87d2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-carbon-1.1.6-1.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0