Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-agave.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683301273.145443/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-agave.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-agave-0.2.1-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-agave.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683301273.145443/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-agave.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-agave-0.2.1-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-agave.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683301273.145443/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-agave.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kaOSDp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf agave-0.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/agave-0.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd agave-0.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.v8HzmG + umask 022 + cd /builddir/build/BUILD + cd agave-0.2.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/helpers.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/agave copying agave/__init__.py -> build/lib/agave copying agave/filters.py -> build/lib/agave copying agave/version.py -> build/lib/agave creating build/lib/examples copying examples/__init__.py -> build/lib/examples copying examples/config.py -> build/lib/examples copying examples/app.py -> build/lib/examples creating build/lib/tests/models copying tests/models/test_base.py -> build/lib/tests/models copying tests/models/__init__.py -> build/lib/tests/models copying tests/models/test_uuid_field_account.py -> build/lib/tests/models copying tests/models/test_event_handlers.py -> build/lib/tests/models creating build/lib/tests/lib copying tests/lib/__init__.py -> build/lib/tests/lib copying tests/lib/test_model_helpers.py -> build/lib/tests/lib creating build/lib/tests/blueprint copying tests/blueprint/__init__.py -> build/lib/tests/blueprint copying tests/blueprint/test_blueprint.py -> build/lib/tests/blueprint copying tests/blueprint/test_filters.py -> build/lib/tests/blueprint copying tests/blueprint/test_decorators.py -> build/lib/tests/blueprint creating build/lib/agave/models copying agave/models/base.py -> build/lib/agave/models copying agave/models/helpers.py -> build/lib/agave/models copying agave/models/__init__.py -> build/lib/agave/models creating build/lib/agave/blueprints copying agave/blueprints/__init__.py -> build/lib/agave/blueprints copying agave/blueprints/decorators.py -> build/lib/agave/blueprints copying agave/blueprints/rest_api.py -> build/lib/agave/blueprints creating build/lib/agave/lib copying agave/lib/__init__.py -> build/lib/agave/lib creating build/lib/agave/lib/mongoengine copying agave/lib/mongoengine/enum_field.py -> build/lib/agave/lib/mongoengine copying agave/lib/mongoengine/model_helpers.py -> build/lib/agave/lib/mongoengine copying agave/lib/mongoengine/__init__.py -> build/lib/agave/lib/mongoengine copying agave/lib/mongoengine/event_handlers.py -> build/lib/agave/lib/mongoengine creating build/lib/examples/chalicelib copying examples/chalicelib/__init__.py -> build/lib/examples/chalicelib copying examples/chalicelib/validators.py -> build/lib/examples/chalicelib creating build/lib/examples/chalicelib/models copying examples/chalicelib/models/transactions.py -> build/lib/examples/chalicelib/models copying examples/chalicelib/models/__init__.py -> build/lib/examples/chalicelib/models copying examples/chalicelib/models/users.py -> build/lib/examples/chalicelib/models copying examples/chalicelib/models/files.py -> build/lib/examples/chalicelib/models copying examples/chalicelib/models/billers.py -> build/lib/examples/chalicelib/models copying examples/chalicelib/models/accounts.py -> build/lib/examples/chalicelib/models copying examples/chalicelib/models/cards.py -> build/lib/examples/chalicelib/models creating build/lib/examples/chalicelib/resources copying examples/chalicelib/resources/base.py -> build/lib/examples/chalicelib/resources copying examples/chalicelib/resources/transactions.py -> build/lib/examples/chalicelib/resources copying examples/chalicelib/resources/__init__.py -> build/lib/examples/chalicelib/resources copying examples/chalicelib/resources/users.py -> build/lib/examples/chalicelib/resources copying examples/chalicelib/resources/files.py -> build/lib/examples/chalicelib/resources copying examples/chalicelib/resources/billers.py -> build/lib/examples/chalicelib/resources copying examples/chalicelib/resources/accounts.py -> build/lib/examples/chalicelib/resources copying examples/chalicelib/resources/cards.py -> build/lib/examples/chalicelib/resources creating build/lib/examples/chalicelib/blueprints copying examples/chalicelib/blueprints/authed.py -> build/lib/examples/chalicelib/blueprints copying examples/chalicelib/blueprints/__init__.py -> build/lib/examples/chalicelib/blueprints running egg_info writing agave.egg-info/PKG-INFO writing dependency_links to agave.egg-info/dependency_links.txt writing requirements to agave.egg-info/requires.txt writing top-level names to agave.egg-info/top_level.txt reading manifest file 'agave.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'agave.egg-info/SOURCES.txt' + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gsHtlS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64 + cd agave-0.2.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models copying build/lib/tests/models/test_base.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models copying build/lib/tests/models/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models copying build/lib/tests/models/test_uuid_field_account.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models copying build/lib/tests/models/test_event_handlers.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models copying build/lib/tests/conftest.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/helpers.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/lib copying build/lib/tests/lib/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/lib copying build/lib/tests/lib/test_model_helpers.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/lib creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint copying build/lib/tests/blueprint/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint copying build/lib/tests/blueprint/test_blueprint.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint copying build/lib/tests/blueprint/test_filters.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint copying build/lib/tests/blueprint/test_decorators.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/models copying build/lib/agave/models/base.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/models copying build/lib/agave/models/helpers.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/models copying build/lib/agave/models/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/models copying build/lib/agave/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/blueprints copying build/lib/agave/blueprints/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/blueprints copying build/lib/agave/blueprints/decorators.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/blueprints copying build/lib/agave/blueprints/rest_api.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/blueprints creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib copying build/lib/agave/lib/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine copying build/lib/agave/lib/mongoengine/enum_field.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine copying build/lib/agave/lib/mongoengine/model_helpers.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine copying build/lib/agave/lib/mongoengine/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine copying build/lib/agave/lib/mongoengine/event_handlers.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine copying build/lib/agave/filters.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave copying build/lib/agave/version.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples copying build/lib/examples/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models copying build/lib/examples/chalicelib/models/transactions.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models copying build/lib/examples/chalicelib/models/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models copying build/lib/examples/chalicelib/models/users.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models copying build/lib/examples/chalicelib/models/files.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models copying build/lib/examples/chalicelib/models/billers.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models copying build/lib/examples/chalicelib/models/accounts.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models copying build/lib/examples/chalicelib/models/cards.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/resources/base.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/resources/transactions.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/resources/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/resources/users.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/resources/files.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/resources/billers.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/resources/accounts.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/resources/cards.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources copying build/lib/examples/chalicelib/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib creating /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/blueprints copying build/lib/examples/chalicelib/blueprints/authed.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/blueprints copying build/lib/examples/chalicelib/blueprints/__init__.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/blueprints copying build/lib/examples/chalicelib/validators.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib copying build/lib/examples/config.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples copying build/lib/examples/app.py -> /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models/test_uuid_field_account.py to test_uuid_field_account.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/models/test_event_handlers.py to test_event_handlers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/lib/test_model_helpers.py to test_model_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint/test_blueprint.py to test_blueprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint/test_filters.py to test_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/tests/blueprint/test_decorators.py to test_decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/models/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/models/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/blueprints/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/blueprints/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/blueprints/rest_api.py to rest_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine/enum_field.py to enum_field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine/model_helpers.py to model_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/lib/mongoengine/event_handlers.py to event_handlers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models/transactions.py to transactions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models/users.py to users.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models/files.py to files.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models/billers.py to billers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models/accounts.py to accounts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/models/cards.py to cards.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources/transactions.py to transactions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources/users.py to users.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources/files.py to files.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources/billers.py to billers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources/accounts.py to accounts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/resources/cards.py to cards.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/blueprints/authed.py to authed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/blueprints/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/chalicelib/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/examples/app.py to app.cpython-39.pyc writing byte-compilation script '/tmp/tmpji1321bj.py' /usr/bin/python3 /tmp/tmpji1321bj.py removing /tmp/tmpji1321bj.py running install_egg_info running egg_info writing agave.egg-info/PKG-INFO writing dependency_links to agave.egg-info/dependency_links.txt writing requirements to agave.egg-info/requires.txt writing top-level names to agave.egg-info/top_level.txt reading manifest file 'agave.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'agave.egg-info/SOURCES.txt' Copying agave.egg-info to /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9/site-packages/agave-0.2.1-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64//usr/share/doc/python-agave + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64//usr/share/doc/python-agave + pushd /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64 ~/build/BUILDROOT/python-agave-0.2.1-1.x86_64 ~/build/BUILD/agave-0.2.1 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/agave-0.2.1 + mv /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.2.1-1 --unique-debug-suffix -0.2.1-1.x86_64 --unique-debug-src-base python-agave-0.2.1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/agave-0.2.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-agave-0.2.1-1.noarch Provides: python-agave python3-agave = 0.2.1-1 python3.9dist(agave) = 0.2.1 python3dist(agave) = 0.2.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(blinker) >= 1.4 python3.9dist(blinker) < 1.5 python3.9dist(chalice) >= 1.16 python3.9dist(chalice) < 1.25.1 python3.9dist(cuenca-validations) >= 0.9 python3.9dist(cuenca-validations) < 1 python3.9dist(dnspython) >= 2 python3.9dist(dnspython) < 2.2 python3.9dist(mongoengine) >= 0.20 python3.9dist(mongoengine) < 0.23 Processing files: python-agave-help-0.2.1-1.noarch warning: Empty %files file /builddir/build/BUILD/agave-0.2.1/doclist.lst Provides: python-agave-help = 0.2.1-1 python3-agave-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64 Wrote: /builddir/build/RPMS/python-agave-help-0.2.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-agave-0.2.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RByjYz + umask 022 + cd /builddir/build/BUILD + cd agave-0.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-agave-0.2.1-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0