D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-subunit2sql-1.9.0-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.h8MnNj + 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.9.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/subunit2sql-1.9.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd subunit2sql-1.9.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 '' + /usr/bin/git config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-subunit2sql-1.9.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.QwXuNj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subunit2sql-1.9.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' running build running build_py creating build creating build/lib creating build/lib/subunit2sql copying subunit2sql/__init__.py -> build/lib/subunit2sql copying subunit2sql/shell.py -> build/lib/subunit2sql copying subunit2sql/write_subunit.py -> build/lib/subunit2sql copying subunit2sql/read_subunit.py -> build/lib/subunit2sql copying subunit2sql/exceptions.py -> build/lib/subunit2sql creating build/lib/subunit2sql/tests copying subunit2sql/tests/subunit2sql_fixtures.py -> build/lib/subunit2sql/tests copying subunit2sql/tests/test_targets_localdir.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_write_subunit.py -> build/lib/subunit2sql/tests copying subunit2sql/tests/test_read_subunit.py -> build/lib/subunit2sql/tests copying subunit2sql/tests/db_test_utils.py -> 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/tests/migrations copying subunit2sql/tests/migrations/test_model_sync.py -> 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 creating build/lib/subunit2sql/db copying subunit2sql/db/__init__.py -> build/lib/subunit2sql/db copying subunit2sql/db/api.py -> build/lib/subunit2sql/db copying subunit2sql/db/models.py -> build/lib/subunit2sql/db creating build/lib/subunit2sql/analysis copying subunit2sql/analysis/test_run_time.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/utils.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/failures.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/run_time.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/__init__.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/run_failure_rate.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/agg_count.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/dailycount.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/run_time_meta.py -> build/lib/subunit2sql/analysis copying subunit2sql/analysis/graph.py -> build/lib/subunit2sql/analysis creating build/lib/subunit2sql/migrations copying subunit2sql/migrations/env.py -> build/lib/subunit2sql/migrations copying subunit2sql/migrations/__init__.py -> build/lib/subunit2sql/migrations copying subunit2sql/migrations/cli.py -> build/lib/subunit2sql/migrations 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 writing manifest file 'subunit2sql.egg-info/SOURCES.txt' copying subunit2sql/tests/migrations/test_migrations.conf -> build/lib/subunit2sql/tests/migrations 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mj3CTf + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64 + cd subunit2sql-1.9.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.9.0-2.mga8.aarch64 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.9.0-2.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql copying build/lib/subunit2sql/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql copying build/lib/subunit2sql/shell.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests copying build/lib/subunit2sql/tests/subunit2sql_fixtures.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests copying build/lib/subunit2sql/tests/test_targets_localdir.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests copying build/lib/subunit2sql/tests/test_shell.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests copying build/lib/subunit2sql/tests/base.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests copying build/lib/subunit2sql/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests copying build/lib/subunit2sql/tests/test_write_subunit.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/db copying build/lib/subunit2sql/tests/db/test_api.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/db copying build/lib/subunit2sql/tests/db/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/db copying build/lib/subunit2sql/tests/test_read_subunit.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/migrations copying build/lib/subunit2sql/tests/migrations/test_migrations.conf -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/migrations copying build/lib/subunit2sql/tests/migrations/test_model_sync.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/migrations copying build/lib/subunit2sql/tests/migrations/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/migrations copying build/lib/subunit2sql/tests/migrations/test_migrations.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/migrations copying build/lib/subunit2sql/tests/db_test_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/db copying build/lib/subunit2sql/db/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/db copying build/lib/subunit2sql/db/api.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/db copying build/lib/subunit2sql/db/models.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/db copying build/lib/subunit2sql/write_subunit.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/13d819bbb0ff_create_missing_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/35cd45895e56_add_missing_fk_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/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.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/28ac1ba9c3db_add_run_order_column.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/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.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/10a2b6d4b06e_add_even_more_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/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.9.0-2.mga8.aarch64/usr/lib/python3.8/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.9.0-2.mga8.aarch64/usr/lib/python3.8/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.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/3db7b49816d5_create_test_runs_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/4ca26dac400e_create_metadata_tables.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/2822a408bdd0_uuid_to_integer_ids.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/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.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/b96122f780_cleanup_and_improve_indexes.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/5ef013efbc2_create_tests_tables.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/1f92cfe8a6d3_create_runs_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/versions/487f279b8c78_add_attachments_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions copying build/lib/subunit2sql/migrations/env.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations copying build/lib/subunit2sql/migrations/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations copying build/lib/subunit2sql/migrations/README -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations copying build/lib/subunit2sql/migrations/script.py.mako -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations copying build/lib/subunit2sql/migrations/alembic.ini -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations copying build/lib/subunit2sql/migrations/cli.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations copying build/lib/subunit2sql/read_subunit.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/targets copying build/lib/subunit2sql/targets/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/targets copying build/lib/subunit2sql/targets/localdir.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/targets creating /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/test_run_time.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/failures.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/run_time.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/run_failure_rate.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/agg_count.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/dailycount.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/run_time_meta.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/analysis/graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis copying build/lib/subunit2sql/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/shell.py to shell.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/subunit2sql_fixtures.py to subunit2sql_fixtures.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/test_targets_localdir.py to test_targets_localdir.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/test_shell.py to test_shell.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/test_write_subunit.py to test_write_subunit.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/db/test_api.py to test_api.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/db/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/test_read_subunit.py to test_read_subunit.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/migrations/test_model_sync.py to test_model_sync.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/migrations/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/migrations/test_migrations.py to test_migrations.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/tests/db_test_utils.py to db_test_utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/db/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/db/api.py to api.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/db/models.py to models.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/write_subunit.py to write_subunit.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/13d819bbb0ff_create_missing_indexes.py to 13d819bbb0ff_create_missing_indexes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/35cd45895e56_add_missing_fk_indexes.py to 35cd45895e56_add_missing_fk_indexes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/28ac1ba9c3db_add_run_order_column.py to 28ac1ba9c3db_add_run_order_column.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/2fb76f1a1393_rename_test_id_column_in_test_metadata_.py to 2fb76f1a1393_rename_test_id_column_in_test_metadata_.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/10a2b6d4b06e_add_even_more_indexes.py to 10a2b6d4b06e_add_even_more_indexes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/163fd5aa1380_create_avg_runtime_column_in_test_table.py to 163fd5aa1380_create_avg_runtime_column_in_test_table.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/1ff737bef438_add_indexes_on_common_search_fields.py to 1ff737bef438_add_indexes_on_common_search_fields.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/1679b5bc102c_add_subsecond_columns_to_test_runs_table.py to 1679b5bc102c_add_subsecond_columns_to_test_runs_table.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/3db7b49816d5_create_test_runs_table.py to 3db7b49816d5_create_test_runs_table.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/4ca26dac400e_create_metadata_tables.py to 4ca26dac400e_create_metadata_tables.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/2822a408bdd0_uuid_to_integer_ids.py to 2822a408bdd0_uuid_to_integer_ids.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/5332fe255095_populate_run_time_for_existing_tests.py to 5332fe255095_populate_run_time_for_existing_tests.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/b96122f780_cleanup_and_improve_indexes.py to b96122f780_cleanup_and_improve_indexes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/5ef013efbc2_create_tests_tables.py to 5ef013efbc2_create_tests_tables.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/1f92cfe8a6d3_create_runs_table.py to 1f92cfe8a6d3_create_runs_table.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/versions/487f279b8c78_add_attachments_table.py to 487f279b8c78_add_attachments_table.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/env.py to env.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/migrations/cli.py to cli.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/read_subunit.py to read_subunit.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/targets/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/targets/localdir.py to localdir.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/test_run_time.py to test_run_time.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/utils.py to utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/failures.py to failures.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/run_time.py to run_time.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/run_failure_rate.py to run_failure_rate.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/agg_count.py to agg_count.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/dailycount.py to dailycount.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/run_time_meta.py to run_time_meta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/analysis/graph.py to graph.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql/exceptions.py to exceptions.cpython-38.pyc writing byte-compilation script '/tmp/tmpp1sxodh8.py' /usr/bin/python3 /tmp/tmpp1sxodh8.py removing /tmp/tmpp1sxodh8.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 writing manifest file 'subunit2sql.egg-info/SOURCES.txt' Copying subunit2sql.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8/site-packages/subunit2sql-1.9.0-py3.8.egg-info running install_scripts Installing sql2subunit script to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/bin Installing subunit2sql script to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/bin Installing subunit2sql-db-manage script to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/bin Installing subunit2sql-graph script to /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/bin /usr/lib/python3.8/site-packages/pbr/packaging.py:436: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable) + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 1.9.0-2.mga8 --unique-debug-suffix -1.9.0-2.mga8.aarch64 --unique-debug-src-base python-subunit2sql-1.9.0-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/subunit2sql-1.9.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 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-subunit2sql-1.9.0-2.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.O0J6Hg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subunit2sql-1.9.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.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.9.0-2.mga8.aarch64/usr/share/doc/python3-subunit2sql + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/share/doc/python3-subunit2sql + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FRt0xj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subunit2sql-1.9.0 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.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.9.0-2.mga8.aarch64/usr/share/licenses/python3-subunit2sql + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64/usr/share/licenses/python3-subunit2sql + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-subunit2sql = 1.9.0-2.mga8 python3-subunit2sql = 1.9.0-2.mga8 python3.8-subunit2sql = 1.9.0-2.mga8 python3.8dist(subunit2sql) = 1.9 python3dist(subunit2sql) = 1.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.8 python3.8dist(setuptools) Obsoletes: python-subunit2sql < 1.9.0-2.mga8 Processing files: python3-subunit2sql-graph-1.9.0-2.mga8.noarch Provides: python-subunit2sql-graph = 1.9.0-2.mga8 python3-subunit2sql-graph = 1.9.0-2.mga8 python3.8-subunit2sql-graph = 1.9.0-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-subunit2sql-graph-1.9.0-2.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-subunit2sql-1.9.0-2.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ip4Fdh + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subunit2sql-1.9.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-subunit2sql-1.9.0-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EpdBrj + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf subunit2sql-1.9.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!