Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-invenio-circulation.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1683729287.768946/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-invenio-circulation.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-invenio-circulation-2.0.0a1-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-invenio-circulation.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1683729287.768946/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-invenio-circulation.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-invenio-circulation-2.0.0a1-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-invenio-circulation.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1683729287.768946/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-invenio-circulation.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.xhcrZ1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf invenio-circulation-2.0.0a1 + /usr/bin/gzip -dc /builddir/build/SOURCES/invenio-circulation-2.0.0a1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd invenio-circulation-2.0.0a1 + /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.pmywSr + umask 022 + cd /builddir/build/BUILD + cd invenio-circulation-2.0.0a1 + 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' /usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( WARNING: The wheel package is not available. running build running build_py creating build creating build/lib creating build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/helpers.py -> build/lib/tests copying tests/test_signals.py -> build/lib/tests copying tests/test_loan_search.py -> build/lib/tests copying tests/test_loan_transition_created_to_pending.py -> build/lib/tests copying tests/test_errors.py -> build/lib/tests copying tests/test_circulation_state_machine.py -> build/lib/tests copying tests/test_transition_item_at_desk_to_item_on_loan.py -> build/lib/tests copying tests/test_loan_record.py -> build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/test_loan_transition_item_on_loan_to_item_returned.py -> build/lib/tests copying tests/test_loan_base_constraints.py -> build/lib/tests copying tests/test_api_loan_status_item_pid.py -> build/lib/tests copying tests/test_loan_transitions.py -> build/lib/tests copying tests/test_rest_loan_replace_item.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_rest_serializers.py -> build/lib/tests copying tests/test_rest_loan_item.py -> build/lib/tests copying tests/test_loan_transition_to_item_on_loan.py -> build/lib/tests copying tests/test_loan_transition_pending_to_item_at_desk_or_transit.py -> build/lib/tests copying tests/test_invenio_circulation.py -> build/lib/tests copying tests/test_permissions.py -> build/lib/tests creating build/lib/invenio_circulation copying invenio_circulation/permissions.py -> build/lib/invenio_circulation copying invenio_circulation/__init__.py -> build/lib/invenio_circulation copying invenio_circulation/proxies.py -> build/lib/invenio_circulation copying invenio_circulation/config.py -> build/lib/invenio_circulation copying invenio_circulation/version.py -> build/lib/invenio_circulation copying invenio_circulation/links.py -> build/lib/invenio_circulation copying invenio_circulation/views.py -> build/lib/invenio_circulation copying invenio_circulation/api.py -> build/lib/invenio_circulation copying invenio_circulation/ext.py -> build/lib/invenio_circulation copying invenio_circulation/signals.py -> build/lib/invenio_circulation copying invenio_circulation/utils.py -> build/lib/invenio_circulation copying invenio_circulation/errors.py -> build/lib/invenio_circulation creating build/lib/invenio_circulation/pidstore copying invenio_circulation/pidstore/__init__.py -> build/lib/invenio_circulation/pidstore copying invenio_circulation/pidstore/fetchers.py -> build/lib/invenio_circulation/pidstore copying invenio_circulation/pidstore/minters.py -> build/lib/invenio_circulation/pidstore copying invenio_circulation/pidstore/providers.py -> build/lib/invenio_circulation/pidstore copying invenio_circulation/pidstore/pids.py -> build/lib/invenio_circulation/pidstore creating build/lib/invenio_circulation/schemas copying invenio_circulation/schemas/__init__.py -> build/lib/invenio_circulation/schemas creating build/lib/invenio_circulation/records copying invenio_circulation/records/__init__.py -> build/lib/invenio_circulation/records creating build/lib/invenio_circulation/mappings copying invenio_circulation/mappings/__init__.py -> build/lib/invenio_circulation/mappings creating build/lib/invenio_circulation/search copying invenio_circulation/search/__init__.py -> build/lib/invenio_circulation/search copying invenio_circulation/search/api.py -> build/lib/invenio_circulation/search creating build/lib/invenio_circulation/transitions copying invenio_circulation/transitions/__init__.py -> build/lib/invenio_circulation/transitions copying invenio_circulation/transitions/transitions.py -> build/lib/invenio_circulation/transitions copying invenio_circulation/transitions/base.py -> build/lib/invenio_circulation/transitions creating build/lib/invenio_circulation/records/loaders copying invenio_circulation/records/loaders/__init__.py -> build/lib/invenio_circulation/records/loaders creating build/lib/invenio_circulation/records/jsonresolver copying invenio_circulation/records/jsonresolver/__init__.py -> build/lib/invenio_circulation/records/jsonresolver copying invenio_circulation/records/jsonresolver/patron.py -> build/lib/invenio_circulation/records/jsonresolver copying invenio_circulation/records/jsonresolver/item.py -> build/lib/invenio_circulation/records/jsonresolver copying invenio_circulation/records/jsonresolver/document.py -> build/lib/invenio_circulation/records/jsonresolver creating build/lib/invenio_circulation/records/loaders/schemas copying invenio_circulation/records/loaders/schemas/__init__.py -> build/lib/invenio_circulation/records/loaders/schemas copying invenio_circulation/records/loaders/schemas/json.py -> build/lib/invenio_circulation/records/loaders/schemas creating build/lib/invenio_circulation/mappings/os-v1 copying invenio_circulation/mappings/os-v1/__init__.py -> build/lib/invenio_circulation/mappings/os-v1 creating build/lib/invenio_circulation/mappings/os-v2 copying invenio_circulation/mappings/os-v2/__init__.py -> build/lib/invenio_circulation/mappings/os-v2 creating build/lib/invenio_circulation/mappings/v7 copying invenio_circulation/mappings/v7/__init__.py -> build/lib/invenio_circulation/mappings/v7 running egg_info writing invenio_circulation.egg-info/PKG-INFO writing dependency_links to invenio_circulation.egg-info/dependency_links.txt writing entry points to invenio_circulation.egg-info/entry_points.txt writing requirements to invenio_circulation.egg-info/requires.txt writing top-level names to invenio_circulation.egg-info/top_level.txt reading manifest file 'invenio_circulation.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.po' under directory 'invenio_circulation' warning: no files found matching '*.pot' under directory 'invenio_circulation' warning: no files found matching '*.mo' under directory 'invenio_circulation' warning: no files found matching '*.html' under directory 'invenio_circulation' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'invenio_circulation.egg-info/SOURCES.txt' creating build/lib/tests/data copying tests/data/loans.json -> build/lib/tests/data creating build/lib/invenio_circulation/schemas/loans copying invenio_circulation/schemas/loans/loan-v1.0.0.json -> build/lib/invenio_circulation/schemas/loans creating build/lib/invenio_circulation/mappings/os-v1/loans copying invenio_circulation/mappings/os-v1/loans/loan-v1.0.0.json -> build/lib/invenio_circulation/mappings/os-v1/loans creating build/lib/invenio_circulation/mappings/os-v2/loans copying invenio_circulation/mappings/os-v2/loans/loan-v1.0.0.json -> build/lib/invenio_circulation/mappings/os-v2/loans creating build/lib/invenio_circulation/mappings/v7/loans copying invenio_circulation/mappings/v7/loans/loan-v1.0.0.json -> build/lib/invenio_circulation/mappings/v7/loans + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ehfbtb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64 + cd invenio-circulation-2.0.0a1 + 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-invenio-circulation-2.0.0a1-1.x86_64 /usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( WARNING: The wheel package is not available. 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-invenio-circulation-2.0.0a1-1.x86_64/usr creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/helpers.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_signals.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_loan_search.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_loan_transition_created_to_pending.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_errors.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_circulation_state_machine.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_transition_item_at_desk_to_item_on_loan.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_loan_record.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/data copying build/lib/tests/data/loans.json -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/data copying build/lib/tests/utils.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_loan_transition_item_on_loan_to_item_returned.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_loan_base_constraints.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_api_loan_status_item_pid.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_loan_transitions.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_rest_loan_replace_item.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/conftest.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_rest_serializers.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_rest_loan_item.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_loan_transition_to_item_on_loan.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_loan_transition_pending_to_item_at_desk_or_transit.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_invenio_circulation.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_permissions.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore copying build/lib/invenio_circulation/pidstore/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore copying build/lib/invenio_circulation/pidstore/fetchers.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore copying build/lib/invenio_circulation/pidstore/minters.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore copying build/lib/invenio_circulation/pidstore/providers.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore copying build/lib/invenio_circulation/pidstore/pids.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore copying build/lib/invenio_circulation/permissions.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation copying build/lib/invenio_circulation/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation copying build/lib/invenio_circulation/proxies.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation copying build/lib/invenio_circulation/config.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation copying build/lib/invenio_circulation/version.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation copying build/lib/invenio_circulation/links.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/schemas copying build/lib/invenio_circulation/schemas/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/schemas creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/schemas/loans copying build/lib/invenio_circulation/schemas/loans/loan-v1.0.0.json -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/schemas/loans creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/loaders copying build/lib/invenio_circulation/records/loaders/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/loaders creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/loaders/schemas copying build/lib/invenio_circulation/records/loaders/schemas/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/loaders/schemas copying build/lib/invenio_circulation/records/loaders/schemas/json.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/loaders/schemas copying build/lib/invenio_circulation/records/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver copying build/lib/invenio_circulation/records/jsonresolver/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver copying build/lib/invenio_circulation/records/jsonresolver/patron.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver copying build/lib/invenio_circulation/records/jsonresolver/item.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver copying build/lib/invenio_circulation/records/jsonresolver/document.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v1 copying build/lib/invenio_circulation/mappings/os-v1/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v1 creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v1/loans copying build/lib/invenio_circulation/mappings/os-v1/loans/loan-v1.0.0.json -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v1/loans copying build/lib/invenio_circulation/mappings/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v2 copying build/lib/invenio_circulation/mappings/os-v2/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v2 creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v2/loans copying build/lib/invenio_circulation/mappings/os-v2/loans/loan-v1.0.0.json -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v2/loans creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/v7 copying build/lib/invenio_circulation/mappings/v7/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/v7 creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/v7/loans copying build/lib/invenio_circulation/mappings/v7/loans/loan-v1.0.0.json -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/v7/loans copying build/lib/invenio_circulation/views.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/search copying build/lib/invenio_circulation/search/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/search copying build/lib/invenio_circulation/search/api.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/search copying build/lib/invenio_circulation/api.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation copying build/lib/invenio_circulation/ext.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation copying build/lib/invenio_circulation/signals.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation copying build/lib/invenio_circulation/utils.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation creating /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/transitions copying build/lib/invenio_circulation/transitions/__init__.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/transitions copying build/lib/invenio_circulation/transitions/transitions.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/transitions copying build/lib/invenio_circulation/transitions/base.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/transitions copying build/lib/invenio_circulation/errors.py -> /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_signals.py to test_signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_loan_search.py to test_loan_search.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_loan_transition_created_to_pending.py to test_loan_transition_created_to_pending.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_errors.py to test_errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_circulation_state_machine.py to test_circulation_state_machine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_transition_item_at_desk_to_item_on_loan.py to test_transition_item_at_desk_to_item_on_loan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_loan_record.py to test_loan_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_loan_transition_item_on_loan_to_item_returned.py to test_loan_transition_item_on_loan_to_item_returned.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_loan_base_constraints.py to test_loan_base_constraints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_api_loan_status_item_pid.py to test_api_loan_status_item_pid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_loan_transitions.py to test_loan_transitions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_rest_loan_replace_item.py to test_rest_loan_replace_item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_rest_serializers.py to test_rest_serializers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_rest_loan_item.py to test_rest_loan_item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_loan_transition_to_item_on_loan.py to test_loan_transition_to_item_on_loan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_loan_transition_pending_to_item_at_desk_or_transit.py to test_loan_transition_pending_to_item_at_desk_or_transit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_invenio_circulation.py to test_invenio_circulation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/tests/test_permissions.py to test_permissions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore/fetchers.py to fetchers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore/minters.py to minters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore/providers.py to providers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/pidstore/pids.py to pids.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/permissions.py to permissions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/proxies.py to proxies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/links.py to links.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/schemas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/loaders/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/loaders/schemas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/loaders/schemas/json.py to json.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver/patron.py to patron.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver/item.py to item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/records/jsonresolver/document.py to document.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/os-v2/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/mappings/v7/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/search/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/search/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/ext.py to ext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/transitions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/transitions/transitions.py to transitions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/transitions/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation/errors.py to errors.cpython-39.pyc writing byte-compilation script '/tmp/tmp6gjg85i_.py' /usr/bin/python3 /tmp/tmp6gjg85i_.py removing /tmp/tmp6gjg85i_.py running install_egg_info running egg_info writing invenio_circulation.egg-info/PKG-INFO writing dependency_links to invenio_circulation.egg-info/dependency_links.txt writing entry points to invenio_circulation.egg-info/entry_points.txt writing requirements to invenio_circulation.egg-info/requires.txt writing top-level names to invenio_circulation.egg-info/top_level.txt reading manifest file 'invenio_circulation.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.po' under directory 'invenio_circulation' warning: no files found matching '*.pot' under directory 'invenio_circulation' warning: no files found matching '*.mo' under directory 'invenio_circulation' warning: no files found matching '*.html' under directory 'invenio_circulation' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'invenio_circulation.egg-info/SOURCES.txt' Copying invenio_circulation.egg-info to /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9/site-packages/invenio_circulation-2.0.0a1-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64//usr/share/doc/python-invenio-circulation + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64//usr/share/doc/python-invenio-circulation + '[' -d example ']' ~/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64 ~/build/BUILD/invenio-circulation-2.0.0a1 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64 + '[' -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/invenio-circulation-2.0.0a1 + mv /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.0.0a1-1 --unique-debug-suffix -2.0.0a1-1.x86_64 --unique-debug-src-base python-invenio-circulation-2.0.0a1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/invenio-circulation-2.0.0a1 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-invenio-circulation-2.0.0a1-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-invenio-circulation-2.0.0a1-1.noarch Provides: python-invenio-circulation python3-invenio-circulation = 2.0.0a1-1 python3.9dist(invenio-circulation) = 2.0.0a1 python3dist(invenio-circulation) = 2.0.0a1 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(arrow) >= 0.15 python3.9dist(invenio-access) >= 1.3.1 python3.9dist(invenio-base) >= 1.2.4 python3.9dist(invenio-indexer) >= 1.3 python3.9dist(invenio-indexer) < 1.4 python3.9dist(invenio-jsonschemas) >= 1.0.1 python3.9dist(invenio-logging) >= 1.2.1 python3.9dist(invenio-pidstore) >= 1.1 python3.9dist(invenio-records-rest) >= 1.6.4 python3.9dist(jsonschema) >= 3 python3.9dist(jsonschema) < 4 Processing files: python-invenio-circulation-help-2.0.0a1-1.noarch warning: Empty %files file /builddir/build/BUILD/invenio-circulation-2.0.0a1/doclist.lst Provides: python-invenio-circulation-help = 2.0.0a1-1 python3-invenio-circulation-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-invenio-circulation-2.0.0a1-1.x86_64 Wrote: /builddir/build/RPMS/python3-invenio-circulation-2.0.0a1-1.noarch.rpm Wrote: /builddir/build/RPMS/python-invenio-circulation-help-2.0.0a1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vfv1Dr + umask 022 + cd /builddir/build/BUILD + cd invenio-circulation-2.0.0a1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-invenio-circulation-2.0.0a1-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0