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-weasyprint-48-5.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2bE1Mg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf WeasyPrint-48 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/WeasyPrint-48.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd WeasyPrint-48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf WeasyPrint.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rtRkaA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd WeasyPrint-48 + '[' 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:717: UserWarning: Usage of dash-separated 'console-scripts' will not be supported in future versions. Please use the underscore name 'console_scripts' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires. warnings.warn( running build running build_py creating build creating build/lib creating build/lib/weasyprint copying weasyprint/urls.py -> build/lib/weasyprint copying weasyprint/text.py -> build/lib/weasyprint copying weasyprint/stacking.py -> build/lib/weasyprint copying weasyprint/pdf.py -> build/lib/weasyprint copying weasyprint/logger.py -> build/lib/weasyprint copying weasyprint/images.py -> build/lib/weasyprint copying weasyprint/html.py -> build/lib/weasyprint copying weasyprint/fonts.py -> build/lib/weasyprint copying weasyprint/draw.py -> build/lib/weasyprint copying weasyprint/document.py -> build/lib/weasyprint copying weasyprint/__main__.py -> build/lib/weasyprint copying weasyprint/__init__.py -> build/lib/weasyprint creating build/lib/weasyprint/tools copying weasyprint/tools/renderer.py -> build/lib/weasyprint/tools copying weasyprint/tools/navigator.py -> build/lib/weasyprint/tools copying weasyprint/tools/__init__.py -> build/lib/weasyprint/tools creating build/lib/weasyprint/tests copying weasyprint/tests/testing_utils.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_variables.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_unicode.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_tools.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_text.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_target.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_stacking.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_presentational_hints.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_pdf.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_fonts.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_float.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_css_validation.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_css_descriptors.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_css.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_boxes.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_api.py -> build/lib/weasyprint/tests copying weasyprint/tests/test_acid2.py -> build/lib/weasyprint/tests copying weasyprint/tests/__init__.py -> build/lib/weasyprint/tests creating build/lib/weasyprint/layout copying weasyprint/layout/tables.py -> build/lib/weasyprint/layout copying weasyprint/layout/replaced.py -> build/lib/weasyprint/layout copying weasyprint/layout/preferred.py -> build/lib/weasyprint/layout copying weasyprint/layout/percentages.py -> build/lib/weasyprint/layout copying weasyprint/layout/pages.py -> build/lib/weasyprint/layout copying weasyprint/layout/min_max.py -> build/lib/weasyprint/layout copying weasyprint/layout/markers.py -> build/lib/weasyprint/layout copying weasyprint/layout/inlines.py -> build/lib/weasyprint/layout copying weasyprint/layout/float.py -> build/lib/weasyprint/layout copying weasyprint/layout/flex.py -> build/lib/weasyprint/layout copying weasyprint/layout/columns.py -> build/lib/weasyprint/layout copying weasyprint/layout/blocks.py -> build/lib/weasyprint/layout copying weasyprint/layout/backgrounds.py -> build/lib/weasyprint/layout copying weasyprint/layout/absolute.py -> build/lib/weasyprint/layout copying weasyprint/layout/__init__.py -> build/lib/weasyprint/layout creating build/lib/weasyprint/formatting_structure copying weasyprint/formatting_structure/counters.py -> build/lib/weasyprint/formatting_structure copying weasyprint/formatting_structure/build.py -> build/lib/weasyprint/formatting_structure copying weasyprint/formatting_structure/boxes.py -> build/lib/weasyprint/formatting_structure copying weasyprint/formatting_structure/__init__.py -> build/lib/weasyprint/formatting_structure creating build/lib/weasyprint/css copying weasyprint/css/utils.py -> build/lib/weasyprint/css copying weasyprint/css/targets.py -> build/lib/weasyprint/css copying weasyprint/css/properties.py -> build/lib/weasyprint/css copying weasyprint/css/media_queries.py -> build/lib/weasyprint/css copying weasyprint/css/computed_values.py -> build/lib/weasyprint/css copying weasyprint/css/__init__.py -> build/lib/weasyprint/css creating build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_table.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_shrink_to_fit.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_position.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_page.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_list.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_inline_block.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_inline.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_image.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_flex.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_column.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/test_block.py -> build/lib/weasyprint/tests/test_layout copying weasyprint/tests/test_layout/__init__.py -> build/lib/weasyprint/tests/test_layout creating build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_visibility.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_transform.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_text.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_table.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_overflow.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_opacity.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_list.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_image.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_gradient.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_current_color.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_column.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_box.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_before_after.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/test_background.py -> build/lib/weasyprint/tests/test_draw copying weasyprint/tests/test_draw/__init__.py -> build/lib/weasyprint/tests/test_draw creating build/lib/weasyprint/css/validation copying weasyprint/css/validation/properties.py -> build/lib/weasyprint/css/validation copying weasyprint/css/validation/expanders.py -> build/lib/weasyprint/css/validation copying weasyprint/css/validation/descriptors.py -> build/lib/weasyprint/css/validation copying weasyprint/css/validation/__init__.py -> build/lib/weasyprint/css/validation copying weasyprint/VERSION -> build/lib/weasyprint creating build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/weasyprint.otf -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/utf8-test.css -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/user.css -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/sheet2.css -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/really-a-svg.png -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/really-a-png.svg -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/pattern.svg -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/pattern.png -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/pattern.palette.png -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/pattern.gif -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/mini_ua.css -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/logo_small.png -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/latin1-test.css -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/icon.png -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/doc1_UTF-16BE.html -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/doc1.html -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/blue.jpg -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/acid2-test.html -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/acid2-reference.html -> build/lib/weasyprint/tests/resources copying weasyprint/tests/resources/AHEM____.TTF -> build/lib/weasyprint/tests/resources creating build/lib/weasyprint/tests/resources/sub_directory copying weasyprint/tests/resources/sub_directory/sheet1.css -> build/lib/weasyprint/tests/resources/sub_directory copying weasyprint/css/tests_ua.css -> build/lib/weasyprint/css copying weasyprint/css/html5_ua.css -> build/lib/weasyprint/css copying weasyprint/css/html5_ph.css -> build/lib/weasyprint/css + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jlxGx0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64 + cd WeasyPrint-48 + '[' 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-weasyprint-48-5.mga9.aarch64 /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'console-scripts' will not be supported in future versions. Please use the underscore name 'console_scripts' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires. warnings.warn( 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 /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/VERSION -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css copying build/lib/weasyprint/css/html5_ph.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css copying build/lib/weasyprint/css/html5_ua.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css copying build/lib/weasyprint/css/tests_ua.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation copying build/lib/weasyprint/css/validation/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation copying build/lib/weasyprint/css/validation/descriptors.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation copying build/lib/weasyprint/css/validation/expanders.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation copying build/lib/weasyprint/css/validation/properties.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation copying build/lib/weasyprint/css/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css copying build/lib/weasyprint/css/computed_values.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css copying build/lib/weasyprint/css/media_queries.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css copying build/lib/weasyprint/css/properties.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css copying build/lib/weasyprint/css/targets.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css copying build/lib/weasyprint/css/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure copying build/lib/weasyprint/formatting_structure/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure copying build/lib/weasyprint/formatting_structure/boxes.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure copying build/lib/weasyprint/formatting_structure/build.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure copying build/lib/weasyprint/formatting_structure/counters.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/absolute.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/backgrounds.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/blocks.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/columns.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/flex.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/float.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/inlines.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/markers.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/min_max.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/pages.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/percentages.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/preferred.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/replaced.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout copying build/lib/weasyprint/layout/tables.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources/sub_directory copying build/lib/weasyprint/tests/resources/sub_directory/sheet1.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources/sub_directory copying build/lib/weasyprint/tests/resources/AHEM____.TTF -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/acid2-reference.html -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/acid2-test.html -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/blue.jpg -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/doc1.html -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/doc1_UTF-16BE.html -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/icon.png -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/latin1-test.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/logo_small.png -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/mini_ua.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/pattern.gif -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/pattern.palette.png -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/pattern.png -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/pattern.svg -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/really-a-png.svg -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/really-a-svg.png -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/sheet2.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/user.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/utf8-test.css -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources copying build/lib/weasyprint/tests/resources/weasyprint.otf -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/resources creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_background.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_before_after.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_box.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_column.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_current_color.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_gradient.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_image.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_list.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_opacity.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_overflow.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_text.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_transform.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw copying build/lib/weasyprint/tests/test_draw/test_visibility.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_block.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_column.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_flex.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_image.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_inline.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_inline_block.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_list.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_page.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_position.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_shrink_to_fit.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/test_layout/test_table.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout copying build/lib/weasyprint/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_acid2.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_api.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_boxes.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_css.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_css_descriptors.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_css_validation.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_float.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_fonts.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_pdf.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_presentational_hints.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_stacking.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_target.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_text.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_tools.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_unicode.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/test_variables.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests copying build/lib/weasyprint/tests/testing_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests creating /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tools copying build/lib/weasyprint/tools/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tools copying build/lib/weasyprint/tools/navigator.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tools copying build/lib/weasyprint/tools/renderer.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tools copying build/lib/weasyprint/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/__main__.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/document.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/draw.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/fonts.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/html.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/images.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/logger.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/pdf.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/stacking.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/text.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint copying build/lib/weasyprint/urls.py -> /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation/descriptors.py to descriptors.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation/expanders.py to expanders.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/validation/properties.py to properties.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/computed_values.py to computed_values.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/media_queries.py to media_queries.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/properties.py to properties.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/targets.py to targets.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/css/utils.py to utils.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure/boxes.py to boxes.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure/build.py to build.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/formatting_structure/counters.py to counters.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/absolute.py to absolute.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/backgrounds.py to backgrounds.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/blocks.py to blocks.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/columns.py to columns.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/flex.py to flex.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/float.py to float.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/inlines.py to inlines.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/markers.py to markers.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/min_max.py to min_max.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/pages.py to pages.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/percentages.py to percentages.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/preferred.py to preferred.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/replaced.py to replaced.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/layout/tables.py to tables.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_background.py to test_background.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_before_after.py to test_before_after.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_box.py to test_box.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_column.py to test_column.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_current_color.py to test_current_color.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_gradient.py to test_gradient.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_image.py to test_image.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_list.py to test_list.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_opacity.py to test_opacity.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_overflow.py to test_overflow.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_table.py to test_table.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_text.py to test_text.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_transform.py to test_transform.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_draw/test_visibility.py to test_visibility.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_block.py to test_block.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_column.py to test_column.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_flex.py to test_flex.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_image.py to test_image.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_inline.py to test_inline.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_inline_block.py to test_inline_block.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_list.py to test_list.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_page.py to test_page.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_position.py to test_position.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_shrink_to_fit.py to test_shrink_to_fit.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_layout/test_table.py to test_table.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_acid2.py to test_acid2.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_api.py to test_api.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_boxes.py to test_boxes.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_css.py to test_css.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_css_descriptors.py to test_css_descriptors.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_css_validation.py to test_css_validation.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_float.py to test_float.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_fonts.py to test_fonts.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_pdf.py to test_pdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_presentational_hints.py to test_presentational_hints.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_stacking.py to test_stacking.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_target.py to test_target.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_text.py to test_text.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_tools.py to test_tools.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_unicode.py to test_unicode.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/test_variables.py to test_variables.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tests/testing_utils.py to testing_utils.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tools/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tools/navigator.py to navigator.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/tools/renderer.py to renderer.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/__main__.py to __main__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/document.py to document.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/draw.py to draw.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/fonts.py to fonts.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/html.py to html.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/images.py to images.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/logger.py to logger.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/pdf.py to pdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/stacking.py to stacking.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/text.py to text.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/weasyprint/urls.py to urls.cpython-39.pyc writing byte-compilation script '/tmp/tmppf0vk5fr.py' /usr/bin/python3 /tmp/tmppf0vk5fr.py removing /tmp/tmppf0vk5fr.py running install_egg_info running egg_info creating WeasyPrint.egg-info writing WeasyPrint.egg-info/PKG-INFO writing dependency_links to WeasyPrint.egg-info/dependency_links.txt writing entry points to WeasyPrint.egg-info/entry_points.txt writing requirements to WeasyPrint.egg-info/requires.txt writing top-level names to WeasyPrint.egg-info/top_level.txt writing manifest file 'WeasyPrint.egg-info/SOURCES.txt' reading manifest file 'WeasyPrint.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'WeasyPrint.egg-info/SOURCES.txt' Copying WeasyPrint.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/lib/python3.9/site-packages/WeasyPrint-48-py3.9.egg-info running install_scripts Installing weasyprint script to /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/bin + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 48-5.mga9 --unique-debug-suffix -48-5.mga9.aarch64 --unique-debug-src-base python-weasyprint-48-5.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/WeasyPrint-48 + /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-weasyprint-48-5.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-weasyprint-48-5.mga9.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.27X81e + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd WeasyPrint-48 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/share/doc/python3-weasyprint + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/share/doc/python3-weasyprint + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64/usr/share/doc/python3-weasyprint + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-weasyprint = 48-5.mga9 python3-weasyprint = 48-5.mga9 python3.9-weasyprint = 48-5.mga9 python3.9dist(weasyprint) = 48 python3dist(weasyprint) = 48 weasyprint = 48-5.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 python3.9dist(cairocffi) >= 0.9 python3.9dist(cairosvg) >= 2.4 python3.9dist(cffi) >= 0.6 python3.9dist(cssselect2) >= 0.1 python3.9dist(html5lib) >= 0.999999999 python3.9dist(pyphen) >= 0.8 python3.9dist(setuptools) >= 39.2 python3.9dist(tinycss2) >= 1 Obsoletes: weasyprint < 44 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-weasyprint-48-5.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.epUud3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd WeasyPrint-48 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-weasyprint-48-5.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0bYYhv + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf WeasyPrint-48 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!