Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-pyinventory.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686607136.883316/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 aarch64 --nodeps /builddir/build/SPECS/python-pyinventory.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-pyinventory-0.18.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-pyinventory.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686607136.883316/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 aarch64 --nodeps /builddir/build/SPECS/python-pyinventory.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-pyinventory-0.18.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-pyinventory.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686607136.883316/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 aarch64 --nodeps /builddir/build/SPECS/python-pyinventory.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6HIEbD + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyinventory-0.18.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyinventory-0.18.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyinventory-0.18.0 + /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.11jC8t + umask 022 + cd /builddir/build/BUILD + cd pyinventory-0.18.0 + 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 -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/inventory copying src/inventory/signals.py -> build/lib/inventory copying src/inventory/forms.py -> build/lib/inventory copying src/inventory/request_dict.py -> build/lib/inventory copying src/inventory/parent_tree.py -> build/lib/inventory copying src/inventory/__init__.py -> build/lib/inventory copying src/inventory/permissions.py -> build/lib/inventory copying src/inventory/context_processors.py -> build/lib/inventory copying src/inventory/middlewares.py -> build/lib/inventory copying src/inventory/string_utils.py -> build/lib/inventory copying src/inventory/apps.py -> build/lib/inventory copying src/inventory/ckeditor_upload.py -> build/lib/inventory creating build/lib/inventory/admin copying src/inventory/admin/item.py -> build/lib/inventory/admin copying src/inventory/admin/tagulous_fix.py -> build/lib/inventory/admin copying src/inventory/admin/__init__.py -> build/lib/inventory/admin copying src/inventory/admin/memo.py -> build/lib/inventory/admin copying src/inventory/admin/location.py -> build/lib/inventory/admin copying src/inventory/admin/base.py -> build/lib/inventory/admin creating build/lib/inventory/management copying src/inventory/management/__init__.py -> build/lib/inventory/management creating build/lib/inventory/management/commands copying src/inventory/management/commands/seed_data.py -> build/lib/inventory/management/commands copying src/inventory/management/commands/run_testserver.py -> build/lib/inventory/management/commands copying src/inventory/management/commands/__init__.py -> build/lib/inventory/management/commands copying src/inventory/management/commands/tree.py -> build/lib/inventory/management/commands creating build/lib/inventory/migrations copying src/inventory/migrations/0010_version_protect_models.py -> build/lib/inventory/migrations copying src/inventory/migrations/0005_serve_uploads_by_django_tools.py -> build/lib/inventory/migrations copying src/inventory/migrations/0009_add_memo.py -> build/lib/inventory/migrations copying src/inventory/migrations/0006_refactor_image_model.py -> build/lib/inventory/migrations copying src/inventory/migrations/__init__.py -> build/lib/inventory/migrations copying src/inventory/migrations/0002_auto_20201017_2211.py -> build/lib/inventory/migrations copying src/inventory/migrations/0008_last_check_datetime.py -> build/lib/inventory/migrations copying src/inventory/migrations/0003_auto_20201024_1830.py -> build/lib/inventory/migrations copying src/inventory/migrations/0001_initial.py -> build/lib/inventory/migrations copying src/inventory/migrations/0011_parent_tree1.py -> build/lib/inventory/migrations copying src/inventory/migrations/0013_alter_itemmodel_location.py -> build/lib/inventory/migrations copying src/inventory/migrations/0012_parent_tree2.py -> build/lib/inventory/migrations copying src/inventory/migrations/0004_item_user_images.py -> build/lib/inventory/migrations copying src/inventory/migrations/0007_add_file_attachment.py -> build/lib/inventory/migrations creating build/lib/inventory/models copying src/inventory/models/item.py -> build/lib/inventory/models copying src/inventory/models/__init__.py -> build/lib/inventory/models copying src/inventory/models/memo.py -> build/lib/inventory/models copying src/inventory/models/links.py -> build/lib/inventory/models copying src/inventory/models/location.py -> build/lib/inventory/models copying src/inventory/models/base.py -> build/lib/inventory/models creating build/lib/inventory/tests copying src/inventory/tests/test_management_command_seed_data.py -> build/lib/inventory/tests copying src/inventory/tests/test_parent_tree.py -> build/lib/inventory/tests copying src/inventory/tests/test_parent_tree_model.py -> build/lib/inventory/tests copying src/inventory/tests/test_admin_location.py -> build/lib/inventory/tests copying src/inventory/tests/__init__.py -> build/lib/inventory/tests copying src/inventory/tests/test_item_images.py -> build/lib/inventory/tests copying src/inventory/tests/test_management_command_tree.py -> build/lib/inventory/tests copying src/inventory/tests/test_link_model.py -> build/lib/inventory/tests creating build/lib/inventory/tests/fixtures copying src/inventory/tests/fixtures/__init__.py -> build/lib/inventory/tests/fixtures copying src/inventory/tests/fixtures/users.py -> build/lib/inventory/tests/fixtures creating build/lib/inventory_project copying src/inventory_project/urls.py -> build/lib/inventory_project copying src/inventory_project/publish.py -> build/lib/inventory_project copying src/inventory_project/manage.py -> build/lib/inventory_project copying src/inventory_project/wsgi.py -> build/lib/inventory_project copying src/inventory_project/__init__.py -> build/lib/inventory_project copying src/inventory_project/dev_shell.py -> build/lib/inventory_project copying src/inventory_project/middlewares.py -> build/lib/inventory_project creating build/lib/inventory_project/settings copying src/inventory_project/settings/tests.py -> build/lib/inventory_project/settings copying src/inventory_project/settings/__init__.py -> build/lib/inventory_project/settings copying src/inventory_project/settings/local.py -> build/lib/inventory_project/settings copying src/inventory_project/settings/base.py -> build/lib/inventory_project/settings creating build/lib/inventory_project/tests copying src/inventory_project/tests/test_playwright_admin.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/fixtures.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_bootstrap.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_project_setup.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/playwright_utils.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/__init__.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_migrations.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_admin_memo.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_inventory_commands.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_admin.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_models_item.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/conftest.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_devshell.py -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_admin_item.py -> build/lib/inventory_project/tests creating build/lib/inventory/locale creating build/lib/inventory/locale/ca creating build/lib/inventory/locale/ca/LC_MESSAGES copying src/inventory/locale/ca/LC_MESSAGES/django.po -> build/lib/inventory/locale/ca/LC_MESSAGES copying src/inventory/locale/ca/LC_MESSAGES/django.mo -> build/lib/inventory/locale/ca/LC_MESSAGES creating build/lib/inventory/locale/de creating build/lib/inventory/locale/de/LC_MESSAGES copying src/inventory/locale/de/LC_MESSAGES/django.po -> build/lib/inventory/locale/de/LC_MESSAGES copying src/inventory/locale/de/LC_MESSAGES/django.mo -> build/lib/inventory/locale/de/LC_MESSAGES creating build/lib/inventory/locale/en creating build/lib/inventory/locale/en/LC_MESSAGES copying src/inventory/locale/en/LC_MESSAGES/django.po -> build/lib/inventory/locale/en/LC_MESSAGES copying src/inventory/locale/en/LC_MESSAGES/django.mo -> build/lib/inventory/locale/en/LC_MESSAGES creating build/lib/inventory/locale/es creating build/lib/inventory/locale/es/LC_MESSAGES copying src/inventory/locale/es/LC_MESSAGES/django.po -> build/lib/inventory/locale/es/LC_MESSAGES copying src/inventory/locale/es/LC_MESSAGES/django.mo -> build/lib/inventory/locale/es/LC_MESSAGES creating build/lib/inventory/static copying src/inventory/static/inventory.css -> build/lib/inventory/static creating build/lib/inventory/templates creating build/lib/inventory/templates/admin creating build/lib/inventory/templates/admin/item copying src/inventory/templates/admin/item/related_items.html -> build/lib/inventory/templates/admin/item creating build/lib/inventory/templates/admin/location copying src/inventory/templates/admin/location/items.html -> build/lib/inventory/templates/admin/location copying src/inventory/tests/test_admin_location_empty_change_list_1.snapshot.html -> build/lib/inventory/tests creating build/lib/inventory_project/templates creating build/lib/inventory_project/templates/admin copying src/inventory_project/templates/admin/base_site.html -> build/lib/inventory_project/templates/admin copying src/inventory_project/templates/admin/login.html -> build/lib/inventory_project/templates/admin copying src/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_2.snapshot.html -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_admin_item_auto_group_items_1.snapshot.html -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_admin_memo_normal_user_create_minimal_item_1.snapshot.html -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_admin_item_auto_group_items_2.snapshot.html -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_admin_item_login_1.snapshot.html -> build/lib/inventory_project/tests copying src/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_1.snapshot.html -> build/lib/inventory_project/tests + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QD5G3W + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64 + cd pyinventory-0.18.0 + 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 -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-pyinventory-0.18.0-1.aarch64 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-pyinventory-0.18.0-1.aarch64/usr creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory copying build/lib/inventory/signals.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/static copying build/lib/inventory/static/inventory.css -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/static copying build/lib/inventory/forms.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory copying build/lib/inventory/request_dict.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0010_version_protect_models.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0005_serve_uploads_by_django_tools.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0009_add_memo.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0006_refactor_image_model.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0002_auto_20201017_2211.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0008_last_check_datetime.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0003_auto_20201024_1830.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0011_parent_tree1.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0013_alter_itemmodel_location.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0012_parent_tree2.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0004_item_user_images.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/migrations/0007_add_file_attachment.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations copying build/lib/inventory/parent_tree.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/tests/test_management_command_seed_data.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/tests/test_parent_tree.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/tests/test_parent_tree_model.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/tests/test_admin_location.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/tests/test_admin_location_empty_change_list_1.snapshot.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/tests/test_item_images.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/fixtures copying build/lib/inventory/tests/fixtures/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/fixtures copying build/lib/inventory/tests/fixtures/users.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/fixtures copying build/lib/inventory/tests/test_management_command_tree.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/tests/test_link_model.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests copying build/lib/inventory/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory copying build/lib/inventory/permissions.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory copying build/lib/inventory/context_processors.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/de creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/de/LC_MESSAGES copying build/lib/inventory/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/de/LC_MESSAGES copying build/lib/inventory/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/ca creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/ca/LC_MESSAGES copying build/lib/inventory/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/ca/LC_MESSAGES copying build/lib/inventory/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/en creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/en/LC_MESSAGES copying build/lib/inventory/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/en/LC_MESSAGES copying build/lib/inventory/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/es creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/es/LC_MESSAGES copying build/lib/inventory/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/es/LC_MESSAGES copying build/lib/inventory/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/locale/es/LC_MESSAGES copying build/lib/inventory/middlewares.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/templates creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/templates/admin creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/templates/admin/item copying build/lib/inventory/templates/admin/item/related_items.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/templates/admin/item creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/templates/admin/location copying build/lib/inventory/templates/admin/location/items.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/templates/admin/location copying build/lib/inventory/string_utils.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory copying build/lib/inventory/apps.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management copying build/lib/inventory/management/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands copying build/lib/inventory/management/commands/seed_data.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands copying build/lib/inventory/management/commands/run_testserver.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands copying build/lib/inventory/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands copying build/lib/inventory/management/commands/tree.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands copying build/lib/inventory/ckeditor_upload.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin copying build/lib/inventory/admin/item.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin copying build/lib/inventory/admin/tagulous_fix.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin copying build/lib/inventory/admin/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin copying build/lib/inventory/admin/memo.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin copying build/lib/inventory/admin/location.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin copying build/lib/inventory/admin/base.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models copying build/lib/inventory/models/item.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models copying build/lib/inventory/models/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models copying build/lib/inventory/models/memo.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models copying build/lib/inventory/models/links.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models copying build/lib/inventory/models/location.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models copying build/lib/inventory/models/base.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings copying build/lib/inventory_project/settings/tests.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings copying build/lib/inventory_project/settings/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings copying build/lib/inventory_project/settings/local.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings copying build/lib/inventory_project/settings/base.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings copying build/lib/inventory_project/urls.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project copying build/lib/inventory_project/publish.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project copying build/lib/inventory_project/manage.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_playwright_admin.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/fixtures.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_2.snapshot.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_bootstrap.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_project_setup.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin_item_auto_group_items_1.snapshot.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/playwright_utils.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_migrations.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin_memo.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin_memo_normal_user_create_minimal_item_1.snapshot.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin_item_auto_group_items_2.snapshot.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin_item_login_1.snapshot.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_inventory_commands.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_models_item.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin_item_normal_user_create_minimal_item_1.snapshot.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/conftest.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_devshell.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/tests/test_admin_item.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests copying build/lib/inventory_project/wsgi.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project copying build/lib/inventory_project/__init__.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project copying build/lib/inventory_project/dev_shell.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project copying build/lib/inventory_project/middlewares.py -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/templates creating /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/templates/admin copying build/lib/inventory_project/templates/admin/base_site.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/templates/admin copying build/lib/inventory_project/templates/admin/login.html -> /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/templates/admin byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/request_dict.py to request_dict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0010_version_protect_models.py to 0010_version_protect_models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0005_serve_uploads_by_django_tools.py to 0005_serve_uploads_by_django_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0009_add_memo.py to 0009_add_memo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0006_refactor_image_model.py to 0006_refactor_image_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0002_auto_20201017_2211.py to 0002_auto_20201017_2211.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0008_last_check_datetime.py to 0008_last_check_datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0003_auto_20201024_1830.py to 0003_auto_20201024_1830.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0011_parent_tree1.py to 0011_parent_tree1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0013_alter_itemmodel_location.py to 0013_alter_itemmodel_location.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0012_parent_tree2.py to 0012_parent_tree2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0004_item_user_images.py to 0004_item_user_images.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/migrations/0007_add_file_attachment.py to 0007_add_file_attachment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/parent_tree.py to parent_tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/test_management_command_seed_data.py to test_management_command_seed_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/test_parent_tree.py to test_parent_tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/test_parent_tree_model.py to test_parent_tree_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/test_admin_location.py to test_admin_location.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/test_item_images.py to test_item_images.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/fixtures/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/fixtures/users.py to users.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/test_management_command_tree.py to test_management_command_tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/tests/test_link_model.py to test_link_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/permissions.py to permissions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/context_processors.py to context_processors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/middlewares.py to middlewares.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/string_utils.py to string_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands/seed_data.py to seed_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands/run_testserver.py to run_testserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/management/commands/tree.py to tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/ckeditor_upload.py to ckeditor_upload.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin/item.py to item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin/tagulous_fix.py to tagulous_fix.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin/memo.py to memo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin/location.py to location.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/admin/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models/item.py to item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models/memo.py to memo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models/links.py to links.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models/location.py to location.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory/models/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings/tests.py to tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings/local.py to local.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/settings/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/publish.py to publish.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/manage.py to manage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_playwright_admin.py to test_playwright_admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/fixtures.py to fixtures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_bootstrap.py to test_bootstrap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_project_setup.py to test_project_setup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/playwright_utils.py to playwright_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_migrations.py to test_migrations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_admin_memo.py to test_admin_memo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_inventory_commands.py to test_inventory_commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_admin.py to test_admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_models_item.py to test_models_item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_devshell.py to test_devshell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/tests/test_admin_item.py to test_admin_item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/wsgi.py to wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/dev_shell.py to dev_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/inventory_project/middlewares.py to middlewares.cpython-39.pyc writing byte-compilation script '/tmp/tmpkl78k2wa.py' /usr/bin/python3 /tmp/tmpkl78k2wa.py removing /tmp/tmpkl78k2wa.py running install_egg_info running egg_info creating src/pyinventory.egg-info writing src/pyinventory.egg-info/PKG-INFO writing dependency_links to src/pyinventory.egg-info/dependency_links.txt writing entry points to src/pyinventory.egg-info/entry_points.txt writing requirements to src/pyinventory.egg-info/requires.txt writing top-level names to src/pyinventory.egg-info/top_level.txt writing manifest file 'src/pyinventory.egg-info/SOURCES.txt' reading manifest file 'src/pyinventory.egg-info/SOURCES.txt' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'src/pyinventory.egg-info/SOURCES.txt' Copying src/pyinventory.egg-info to /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9/site-packages/pyinventory-0.18.0-py3.9.egg-info running install_scripts Installing devshell script to /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/bin Installing run_testserver script to /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64//usr/share/doc/python-pyinventory + '[' -d doc ']' ~/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64 ~/build/BUILD/pyinventory-0.18.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '"/%h/%f"\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/pyinventory-0.18.0 + popd + mv /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.18.0-1 --unique-debug-suffix -0.18.0-1.aarch64 --unique-debug-src-base python-pyinventory-0.18.0-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/pyinventory-0.18.0 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-pyinventory-0.18.0-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pyinventory-0.18.0-1.noarch Provides: python-pyinventory python3-pyinventory = 0.18.0-1 python3.9dist(pyinventory) = 0.18 python3dist(pyinventory) = 0.18 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: /usr/bin/python3 python(abi) = 3.9 python3.9dist(bx-django-utils) python3.9dist(bx-py-utils) python3.9dist(colorlog) python3.9dist(django) < 4.1 python3.9dist(django-admin-sortable2) python3.9dist(django-axes) python3.9dist(django-ckeditor) python3.9dist(django-dbbackup) python3.9dist(django-debug-toolbar) python3.9dist(django-import-export) python3.9dist(django-processinfo) python3.9dist(django-reversion-compare) python3.9dist(django-tagulous) python3.9dist(django-tools) python3.9dist(gunicorn) python3.9dist(pillow) python3.9dist(requests) python3.9dist(setuptools) Processing files: python-pyinventory-help-0.18.0-1.noarch warning: Empty %files file /builddir/build/BUILD/pyinventory-0.18.0/doclist.lst Provides: python-pyinventory-help = 0.18.0-1 python3-pyinventory-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-pyinventory-0.18.0-1.aarch64 Wrote: /builddir/build/RPMS/python-pyinventory-help-0.18.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-pyinventory-0.18.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TdccVB + umask 022 + cd /builddir/build/BUILD + cd pyinventory-0.18.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pyinventory-0.18.0-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0