D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/python-subunit2sql-1.10.0-2.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mgki8V
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf subunit2sql-1.10.0
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/subunit2sql-1.10.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd subunit2sql-1.10.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/git init -q
+ /usr/bin/git config user.name rpm-build
+ /usr/bin/git config user.email '<rpm-build>'
+ /usr/bin/git config gc.auto 0
+ /usr/bin/git add --force .
+ /usr/bin/git commit -q --allow-empty -a --author 'rpm-build <rpm-build>' -m 'python-subunit2sql-1.10.0 base'
+ rm -rf subunit2sql.egg-info
+ rm -f test-requirements.txt requirements.txt
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NOupHc
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd subunit2sql-1.10.0
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
  warnings.warn(
running build
running build_py
creating build
creating build/lib
creating build/lib/subunit2sql
creating build/lib/subunit2sql/analysis
copying subunit2sql/analysis/utils.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/ci_time.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/failures.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/graph.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/run_time_meta.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/dailycount.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/test_run_time.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/agg_count.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/run_time.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/run_failure_rate.py -> build/lib/subunit2sql/analysis
copying subunit2sql/analysis/__init__.py -> build/lib/subunit2sql/analysis
creating build/lib/subunit2sql/tests
creating build/lib/subunit2sql/tests/db
copying subunit2sql/tests/db/test_api.py -> build/lib/subunit2sql/tests/db
copying subunit2sql/tests/db/__init__.py -> build/lib/subunit2sql/tests/db
creating build/lib/subunit2sql/db
copying subunit2sql/db/api.py -> build/lib/subunit2sql/db
copying subunit2sql/db/models.py -> build/lib/subunit2sql/db
copying subunit2sql/db/__init__.py -> build/lib/subunit2sql/db
creating build/lib/subunit2sql/migrations
copying subunit2sql/migrations/env.py -> build/lib/subunit2sql/migrations
copying subunit2sql/migrations/cli.py -> build/lib/subunit2sql/migrations
copying subunit2sql/migrations/__init__.py -> build/lib/subunit2sql/migrations
copying subunit2sql/read_subunit.py -> build/lib/subunit2sql
copying subunit2sql/shell.py -> build/lib/subunit2sql
copying subunit2sql/exceptions.py -> build/lib/subunit2sql
copying subunit2sql/write_subunit.py -> build/lib/subunit2sql
copying subunit2sql/__init__.py -> build/lib/subunit2sql
creating build/lib/subunit2sql/tests/migrations
copying subunit2sql/tests/migrations/__init__.py -> build/lib/subunit2sql/tests/migrations
copying subunit2sql/tests/migrations/test_migrations.py -> build/lib/subunit2sql/tests/migrations
copying subunit2sql/tests/migrations/test_model_sync.py -> build/lib/subunit2sql/tests/migrations
copying subunit2sql/tests/db_test_utils.py -> build/lib/subunit2sql/tests
copying subunit2sql/tests/test_read_subunit.py -> build/lib/subunit2sql/tests
copying subunit2sql/tests/subunit2sql_fixtures.py -> build/lib/subunit2sql/tests
copying subunit2sql/tests/test_write_subunit.py -> build/lib/subunit2sql/tests
copying subunit2sql/tests/test_shell.py -> build/lib/subunit2sql/tests
copying subunit2sql/tests/base.py -> build/lib/subunit2sql/tests
copying subunit2sql/tests/__init__.py -> build/lib/subunit2sql/tests
copying subunit2sql/tests/test_targets_localdir.py -> build/lib/subunit2sql/tests
creating build/lib/subunit2sql/targets
copying subunit2sql/targets/__init__.py -> build/lib/subunit2sql/targets
copying subunit2sql/targets/localdir.py -> build/lib/subunit2sql/targets
running egg_info
creating subunit2sql.egg-info
writing subunit2sql.egg-info/PKG-INFO
writing dependency_links to subunit2sql.egg-info/dependency_links.txt
writing entry points to subunit2sql.egg-info/entry_points.txt
writing requirements to subunit2sql.egg-info/requires.txt
writing top-level names to subunit2sql.egg-info/top_level.txt
writing pbr to subunit2sql.egg-info/pbr.json
[pbr] Processing SOURCES.txt
writing manifest file 'subunit2sql.egg-info/SOURCES.txt'
[pbr] In git context, generating filelist from git
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'subunit2sql.egg-info/SOURCES.txt'
copying subunit2sql/migrations/README -> build/lib/subunit2sql/migrations
copying subunit2sql/migrations/alembic.ini -> build/lib/subunit2sql/migrations
copying subunit2sql/migrations/script.py.mako -> build/lib/subunit2sql/migrations
creating build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/10a2b6d4b06e_add_even_more_indexes.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/13d819bbb0ff_create_missing_indexes.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/163fd5aa1380_create_avg_runtime_column_in_test_table.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/1679b5bc102c_add_subsecond_columns_to_test_runs_table.mysql_upgrade.sql -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/1679b5bc102c_add_subsecond_columns_to_test_runs_table.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/1f92cfe8a6d3_create_runs_table.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/1ff737bef438_add_indexes_on_common_search_fields.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/2822a408bdd0_uuid_to_integer_ids.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/28ac1ba9c3db_add_run_order_column.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/2fb76f1a1393_rename_test_id_column_in_test_metadata_.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/35cd45895e56_add_missing_fk_indexes.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/3db7b49816d5_create_test_runs_table.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/487f279b8c78_add_attachments_table.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/4ca26dac400e_create_metadata_tables.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/5332fe255095_populate_run_time_for_existing_tests.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/5ef013efbc2_create_tests_tables.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/migrations/versions/b96122f780_cleanup_and_improve_indexes.py -> build/lib/subunit2sql/migrations/versions
copying subunit2sql/tests/migrations/test_migrations.conf -> build/lib/subunit2sql/tests/migrations
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SIzwHx
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64
+ cd subunit2sql-1.10.0
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
  warnings.warn(
running install
[pbr] Writing ChangeLog
[pbr] Generating ChangeLog
[pbr] ChangeLog complete (0.0s)
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running install_lib
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/targets
copying build/lib/subunit2sql/targets/localdir.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/targets
copying build/lib/subunit2sql/targets/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/targets
copying build/lib/subunit2sql/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql
copying build/lib/subunit2sql/write_subunit.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql
copying build/lib/subunit2sql/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql
copying build/lib/subunit2sql/shell.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql
copying build/lib/subunit2sql/read_subunit.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/b96122f780_cleanup_and_improve_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/5ef013efbc2_create_tests_tables.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/5332fe255095_populate_run_time_for_existing_tests.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/4ca26dac400e_create_metadata_tables.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/487f279b8c78_add_attachments_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/3db7b49816d5_create_test_runs_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/35cd45895e56_add_missing_fk_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/2fb76f1a1393_rename_test_id_column_in_test_metadata_.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/28ac1ba9c3db_add_run_order_column.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/2822a408bdd0_uuid_to_integer_ids.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/1ff737bef438_add_indexes_on_common_search_fields.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/1f92cfe8a6d3_create_runs_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/1679b5bc102c_add_subsecond_columns_to_test_runs_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/1679b5bc102c_add_subsecond_columns_to_test_runs_table.mysql_upgrade.sql -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/163fd5aa1380_create_avg_runtime_column_in_test_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/13d819bbb0ff_create_missing_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/versions/10a2b6d4b06e_add_even_more_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions
copying build/lib/subunit2sql/migrations/script.py.mako -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations
copying build/lib/subunit2sql/migrations/alembic.ini -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations
copying build/lib/subunit2sql/migrations/README -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations
copying build/lib/subunit2sql/migrations/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations
copying build/lib/subunit2sql/migrations/cli.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations
copying build/lib/subunit2sql/migrations/env.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/db
copying build/lib/subunit2sql/db/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/db
copying build/lib/subunit2sql/db/models.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/db
copying build/lib/subunit2sql/db/api.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/db
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
copying build/lib/subunit2sql/tests/test_targets_localdir.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
copying build/lib/subunit2sql/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
copying build/lib/subunit2sql/tests/base.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
copying build/lib/subunit2sql/tests/test_shell.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
copying build/lib/subunit2sql/tests/test_write_subunit.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
copying build/lib/subunit2sql/tests/subunit2sql_fixtures.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
copying build/lib/subunit2sql/tests/test_read_subunit.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
copying build/lib/subunit2sql/tests/db_test_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/migrations
copying build/lib/subunit2sql/tests/migrations/test_migrations.conf -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/migrations
copying build/lib/subunit2sql/tests/migrations/test_model_sync.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/migrations
copying build/lib/subunit2sql/tests/migrations/test_migrations.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/migrations
copying build/lib/subunit2sql/tests/migrations/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/migrations
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/db
copying build/lib/subunit2sql/tests/db/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/db
copying build/lib/subunit2sql/tests/db/test_api.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/db
creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/run_failure_rate.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/run_time.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/agg_count.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/test_run_time.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/dailycount.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/run_time_meta.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/failures.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/ci_time.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
copying build/lib/subunit2sql/analysis/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/targets/localdir.py to localdir.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/targets/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/write_subunit.py to write_subunit.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/exceptions.py to exceptions.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/shell.py to shell.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/read_subunit.py to read_subunit.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/b96122f780_cleanup_and_improve_indexes.py to b96122f780_cleanup_and_improve_indexes.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/5ef013efbc2_create_tests_tables.py to 5ef013efbc2_create_tests_tables.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/5332fe255095_populate_run_time_for_existing_tests.py to 5332fe255095_populate_run_time_for_existing_tests.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/4ca26dac400e_create_metadata_tables.py to 4ca26dac400e_create_metadata_tables.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/487f279b8c78_add_attachments_table.py to 487f279b8c78_add_attachments_table.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/3db7b49816d5_create_test_runs_table.py to 3db7b49816d5_create_test_runs_table.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/35cd45895e56_add_missing_fk_indexes.py to 35cd45895e56_add_missing_fk_indexes.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/2fb76f1a1393_rename_test_id_column_in_test_metadata_.py to 2fb76f1a1393_rename_test_id_column_in_test_metadata_.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/28ac1ba9c3db_add_run_order_column.py to 28ac1ba9c3db_add_run_order_column.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/2822a408bdd0_uuid_to_integer_ids.py to 2822a408bdd0_uuid_to_integer_ids.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/1ff737bef438_add_indexes_on_common_search_fields.py to 1ff737bef438_add_indexes_on_common_search_fields.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/1f92cfe8a6d3_create_runs_table.py to 1f92cfe8a6d3_create_runs_table.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/1679b5bc102c_add_subsecond_columns_to_test_runs_table.py to 1679b5bc102c_add_subsecond_columns_to_test_runs_table.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/163fd5aa1380_create_avg_runtime_column_in_test_table.py to 163fd5aa1380_create_avg_runtime_column_in_test_table.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/13d819bbb0ff_create_missing_indexes.py to 13d819bbb0ff_create_missing_indexes.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/versions/10a2b6d4b06e_add_even_more_indexes.py to 10a2b6d4b06e_add_even_more_indexes.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/cli.py to cli.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/migrations/env.py to env.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/db/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/db/models.py to models.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/db/api.py to api.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/test_targets_localdir.py to test_targets_localdir.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/base.py to base.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/test_shell.py to test_shell.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/test_write_subunit.py to test_write_subunit.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/subunit2sql_fixtures.py to subunit2sql_fixtures.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/test_read_subunit.py to test_read_subunit.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/db_test_utils.py to db_test_utils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/migrations/test_model_sync.py to test_model_sync.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/migrations/test_migrations.py to test_migrations.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/migrations/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/db/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/tests/db/test_api.py to test_api.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/run_failure_rate.py to run_failure_rate.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/run_time.py to run_time.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/agg_count.py to agg_count.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/test_run_time.py to test_run_time.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/dailycount.py to dailycount.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/run_time_meta.py to run_time_meta.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/graph.py to graph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/failures.py to failures.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/ci_time.py to ci_time.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql/analysis/utils.py to utils.cpython-39.pyc
writing byte-compilation script '/tmp/tmpnvczt9yd.py'
/usr/bin/python3 /tmp/tmpnvczt9yd.py
removing /tmp/tmpnvczt9yd.py
running install_egg_info
running egg_info
writing subunit2sql.egg-info/PKG-INFO
writing dependency_links to subunit2sql.egg-info/dependency_links.txt
writing entry points to subunit2sql.egg-info/entry_points.txt
writing requirements to subunit2sql.egg-info/requires.txt
writing top-level names to subunit2sql.egg-info/top_level.txt
writing pbr to subunit2sql.egg-info/pbr.json
[pbr] Processing SOURCES.txt
[pbr] In git context, generating filelist from git
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'subunit2sql.egg-info/SOURCES.txt'
Copying subunit2sql.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/subunit2sql-1.10.0-py3.9.egg-info
running install_scripts
Installing sql2subunit script to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/bin
Installing subunit2sql script to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/bin
Installing subunit2sql-db-manage script to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/bin
Installing subunit2sql-graph script to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/bin
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/bin/__pycache__
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.10.0-2.mga9 --unique-debug-suffix -1.10.0-2.mga9.aarch64 --unique-debug-src-base python-subunit2sql-1.10.0-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/subunit2sql-1.10.0

+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/lib/python3.9 using python3.9
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: python3-subunit2sql-1.10.0-2.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gjTiq8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd subunit2sql-1.10.0
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/share/doc/python3-subunit2sql
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/share/doc/python3-subunit2sql
+ cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/share/doc/python3-subunit2sql
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IE65yh
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd subunit2sql-1.10.0
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/share/licenses/python3-subunit2sql
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/share/licenses/python3-subunit2sql
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64/usr/share/licenses/python3-subunit2sql
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-subunit2sql = 1.10.0-2.mga9 python3-subunit2sql = 1.10.0-2.mga9 python3.9-subunit2sql = 1.10.0-2.mga9 python3.9dist(subunit2sql) = 1.10 python3dist(subunit2sql) = 1.10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9 python3.9dist(setuptools)
Obsoletes: python-subunit2sql < 1.10.0-2.mga9
Processing files: python3-subunit2sql-graph-1.10.0-2.mga9.noarch
Provides: python-subunit2sql-graph = 1.10.0-2.mga9 python3-subunit2sql-graph = 1.10.0-2.mga9 python3.9-subunit2sql-graph = 1.10.0-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-subunit2sql-graph-1.10.0-2.mga9.noarch.rpm
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-subunit2sql-1.10.0-2.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ENjp3s
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd subunit2sql-1.10.0
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.10.0-2.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.n7nU7X
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf subunit2sql-1.10.0
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!