D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/jupyter-nbconvert-6.0.7-2.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TVVT8L + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf nbconvert-6.0.7 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/nbconvert-6.0.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nbconvert-6.0.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XHrbaM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nbconvert-6.0.7 + '[' 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 css running build_py creating build creating build/lib creating build/lib/nbconvert copying nbconvert/nbconvertapp.py -> build/lib/nbconvert copying nbconvert/_version.py -> build/lib/nbconvert copying nbconvert/__main__.py -> build/lib/nbconvert copying nbconvert/__init__.py -> build/lib/nbconvert creating build/lib/nbconvert/writers copying nbconvert/writers/stdout.py -> build/lib/nbconvert/writers copying nbconvert/writers/files.py -> build/lib/nbconvert/writers copying nbconvert/writers/debug.py -> build/lib/nbconvert/writers copying nbconvert/writers/base.py -> build/lib/nbconvert/writers copying nbconvert/writers/__init__.py -> build/lib/nbconvert/writers creating build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/test_stdout.py -> build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/test_files.py -> build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/test_debug.py -> build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/__init__.py -> build/lib/nbconvert/writers/tests creating build/lib/nbconvert/utils copying nbconvert/utils/version.py -> build/lib/nbconvert/utils copying nbconvert/utils/pandoc.py -> build/lib/nbconvert/utils copying nbconvert/utils/lexers.py -> build/lib/nbconvert/utils copying nbconvert/utils/io.py -> build/lib/nbconvert/utils copying nbconvert/utils/exceptions.py -> build/lib/nbconvert/utils copying nbconvert/utils/base.py -> build/lib/nbconvert/utils copying nbconvert/utils/__init__.py -> build/lib/nbconvert/utils creating build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/test_version.py -> build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/test_pandoc.py -> build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/test_io.py -> build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/__init__.py -> build/lib/nbconvert/utils/tests creating build/lib/nbconvert/tests copying nbconvert/tests/utils.py -> build/lib/nbconvert/tests copying nbconvert/tests/test_nbconvertapp.py -> build/lib/nbconvert/tests copying nbconvert/tests/fake_exporters.py -> build/lib/nbconvert/tests copying nbconvert/tests/base.py -> build/lib/nbconvert/tests copying nbconvert/tests/__init__.py -> build/lib/nbconvert/tests creating build/lib/nbconvert/resources copying nbconvert/resources/__init__.py -> build/lib/nbconvert/resources creating build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/tagremove.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/svg2pdf.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/sanitize.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/regexremove.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/latex.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/highlightmagics.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/extractoutput.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/execute.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/csshtmlheader.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/convertfigures.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/coalescestreams.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/clearoutput.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/clearmetadata.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/base.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/__init__.py -> build/lib/nbconvert/preprocessors creating build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_tagremove.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_svg2pdf.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_sanitize.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_regexremove.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_latex.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_highlightmagics.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_extractoutput.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_execute.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_csshtmlheader.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_coalescestreams.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_clearoutput.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_clearmetadata.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/fake_kernelmanager.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/base.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/__init__.py -> build/lib/nbconvert/preprocessors/tests creating build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/serve.py -> build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/base.py -> build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/__init__.py -> build/lib/nbconvert/postprocessors creating build/lib/nbconvert/postprocessors/tests copying nbconvert/postprocessors/tests/test_serve.py -> build/lib/nbconvert/postprocessors/tests copying nbconvert/postprocessors/tests/__init__.py -> build/lib/nbconvert/postprocessors/tests creating build/lib/nbconvert/filters copying nbconvert/filters/strings.py -> build/lib/nbconvert/filters copying nbconvert/filters/pandoc.py -> build/lib/nbconvert/filters copying nbconvert/filters/metadata.py -> build/lib/nbconvert/filters copying nbconvert/filters/markdown_mistune.py -> build/lib/nbconvert/filters copying nbconvert/filters/markdown.py -> build/lib/nbconvert/filters copying nbconvert/filters/latex.py -> build/lib/nbconvert/filters copying nbconvert/filters/highlight.py -> build/lib/nbconvert/filters copying nbconvert/filters/filter_links.py -> build/lib/nbconvert/filters copying nbconvert/filters/datatypefilter.py -> build/lib/nbconvert/filters copying nbconvert/filters/citation.py -> build/lib/nbconvert/filters copying nbconvert/filters/ansi.py -> build/lib/nbconvert/filters copying nbconvert/filters/__init__.py -> build/lib/nbconvert/filters creating build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_strings.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_metadata.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_markdown.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_latex.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_highlight.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_datatypefilter.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_citation.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_ansi.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/__init__.py -> build/lib/nbconvert/filters/tests creating build/lib/nbconvert/exporters copying nbconvert/exporters/webpdf.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/templateexporter.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/slides.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/script.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/rst.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/python.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/pdf.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/notebook.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/markdown.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/latex.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/html.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/exporter.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/base.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/asciidoc.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/__init__.py -> build/lib/nbconvert/exporters creating build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_webpdf.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_templateexporter.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_slides.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_script.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_rst.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_python.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_pdf.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_notebook.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_markdown.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_latex.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_html.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_exporter.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_export.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_asciidoc.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/cheese.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/base.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/__init__.py -> build/lib/nbconvert/exporters/tests creating build/lib/nbconvert/tests/files copying nbconvert/tests/files/testimage.png -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/override.py -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook_tags.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook_jl.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook4_jpeg.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook3_with_errors.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook2.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook1.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook1.html -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/markdown_display_priority.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/latex-linked-image.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/jupyter_nbconvert_config.py -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/hello.py -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/containerized_deployments.jpeg -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/Widget_List.ipynb -> build/lib/nbconvert/tests/files creating build/lib/nbconvert/tests/exporter_entrypoint copying nbconvert/tests/exporter_entrypoint/eptest.py -> build/lib/nbconvert/tests/exporter_entrypoint creating build/lib/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info copying nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/entry_points.txt -> build/lib/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info creating build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/svg.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/rawtest.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/prompt_numbers.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/pngmetadata.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/notebook2.ipynb -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/lablike.html.j2 -> build/lib/nbconvert/exporters/tests/files copying nbconvert/exporters/tests/files/attachment.ipynb -> build/lib/nbconvert/exporters/tests/files creating build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/MixedMarkdown.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/HelloWorld.ipynb -> build/lib/nbconvert/preprocessors/tests/files creating build/lib/nbconvert/templates copying nbconvert/templates/README.md -> build/lib/nbconvert/templates creating build/lib/nbconvert/templates/skeleton copying nbconvert/templates/skeleton/README.md -> build/lib/nbconvert/templates/skeleton + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qcyE0b + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64 + cd nbconvert-6.0.7 + '[' 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/jupyter-nbconvert-6.0.7-2.mga9.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/templates creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/skeleton/README.md -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/README.md -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/templates creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/attachment.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/lablike.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/notebook2.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/pngmetadata.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/prompt_numbers.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/rawtest.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/svg.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/cheese.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_asciidoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_export.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_exporter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_html.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_markdown.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_notebook.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_pdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_python.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_rst.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_script.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_slides.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_templateexporter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_webpdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/asciidoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/exporter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/html.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/markdown.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/notebook.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/pdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/python.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/rst.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/script.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/slides.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/templateexporter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/webpdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_ansi.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_citation.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_datatypefilter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_highlight.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_markdown.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_metadata.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_strings.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/ansi.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/citation.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/datatypefilter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/filter_links.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/highlight.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/markdown.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/markdown_mistune.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/metadata.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/pandoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/strings.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/tests/test_serve.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors copying build/lib/nbconvert/postprocessors/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors copying build/lib/nbconvert/postprocessors/serve.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/HelloWorld.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/MixedMarkdown.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/fake_kernelmanager.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_clearmetadata.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_clearoutput.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_coalescestreams.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_csshtmlheader.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_execute.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_extractoutput.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_highlightmagics.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_regexremove.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_sanitize.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_svg2pdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_tagremove.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/clearmetadata.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/clearoutput.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/coalescestreams.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/convertfigures.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/csshtmlheader.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/execute.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/extractoutput.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/highlightmagics.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/regexremove.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/sanitize.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/svg2pdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/tagremove.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/resources copying build/lib/nbconvert/resources/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/resources creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/exporter_entrypoint creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info copying build/lib/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/entry_points.txt -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info copying build/lib/nbconvert/tests/exporter_entrypoint/eptest.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/exporter_entrypoint creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/Widget_List.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/containerized_deployments.jpeg -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/hello.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/jupyter_nbconvert_config.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/latex-linked-image.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/markdown_display_priority.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook1.html -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook1.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook2.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook3_with_errors.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook4_jpeg.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook_jl.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook_tags.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/override.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/testimage.png -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/fake_exporters.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/test_nbconvertapp.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/utils.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/test_io.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/test_pandoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/test_version.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/io.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/lexers.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/pandoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/version.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_debug.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_files.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_stdout.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers copying build/lib/nbconvert/writers/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers copying build/lib/nbconvert/writers/debug.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers copying build/lib/nbconvert/writers/files.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers copying build/lib/nbconvert/writers/stdout.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers copying build/lib/nbconvert/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert copying build/lib/nbconvert/__main__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert copying build/lib/nbconvert/_version.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert copying build/lib/nbconvert/nbconvertapp.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/base.py to base.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/cheese.py to cheese.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_asciidoc.py to test_asciidoc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_export.py to test_export.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_exporter.py to test_exporter.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_html.py to test_html.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_latex.py to test_latex.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_markdown.py to test_markdown.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_notebook.py to test_notebook.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_pdf.py to test_pdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_python.py to test_python.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_rst.py to test_rst.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_script.py to test_script.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_slides.py to test_slides.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_templateexporter.py to test_templateexporter.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/tests/test_webpdf.py to test_webpdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/asciidoc.py to asciidoc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/base.py to base.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/exporter.py to exporter.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/html.py to html.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/latex.py to latex.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/markdown.py to markdown.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/notebook.py to notebook.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/pdf.py to pdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/python.py to python.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/rst.py to rst.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/script.py to script.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/slides.py to slides.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/templateexporter.py to templateexporter.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/exporters/webpdf.py to webpdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/test_ansi.py to test_ansi.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/test_citation.py to test_citation.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/test_datatypefilter.py to test_datatypefilter.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/test_highlight.py to test_highlight.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/test_latex.py to test_latex.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/test_markdown.py to test_markdown.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/test_metadata.py to test_metadata.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/tests/test_strings.py to test_strings.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/ansi.py to ansi.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/citation.py to citation.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/datatypefilter.py to datatypefilter.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/filter_links.py to filter_links.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/highlight.py to highlight.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/latex.py to latex.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/markdown.py to markdown.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/markdown_mistune.py to markdown_mistune.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/metadata.py to metadata.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/pandoc.py to pandoc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/filters/strings.py to strings.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors/tests/test_serve.py to test_serve.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors/base.py to base.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/postprocessors/serve.py to serve.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/base.py to base.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/fake_kernelmanager.py to fake_kernelmanager.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_clearmetadata.py to test_clearmetadata.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_clearoutput.py to test_clearoutput.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_coalescestreams.py to test_coalescestreams.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_csshtmlheader.py to test_csshtmlheader.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_execute.py to test_execute.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_extractoutput.py to test_extractoutput.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_highlightmagics.py to test_highlightmagics.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_latex.py to test_latex.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_regexremove.py to test_regexremove.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_sanitize.py to test_sanitize.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_svg2pdf.py to test_svg2pdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tests/test_tagremove.py to test_tagremove.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/base.py to base.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/clearmetadata.py to clearmetadata.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/clearoutput.py to clearoutput.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/coalescestreams.py to coalescestreams.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/convertfigures.py to convertfigures.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/csshtmlheader.py to csshtmlheader.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/execute.py to execute.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/extractoutput.py to extractoutput.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/highlightmagics.py to highlightmagics.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/latex.py to latex.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/regexremove.py to regexremove.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/sanitize.py to sanitize.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/svg2pdf.py to svg2pdf.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/preprocessors/tagremove.py to tagremove.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/resources/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/exporter_entrypoint/eptest.py to eptest.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files/hello.py to hello.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files/jupyter_nbconvert_config.py to jupyter_nbconvert_config.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/files/override.py to override.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/base.py to base.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/fake_exporters.py to fake_exporters.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/test_nbconvertapp.py to test_nbconvertapp.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/tests/utils.py to utils.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests/test_io.py to test_io.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests/test_pandoc.py to test_pandoc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/tests/test_version.py to test_version.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/base.py to base.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/exceptions.py to exceptions.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/io.py to io.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/lexers.py to lexers.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/pandoc.py to pandoc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/utils/version.py to version.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests/test_debug.py to test_debug.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests/test_files.py to test_files.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/tests/test_stdout.py to test_stdout.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/base.py to base.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/debug.py to debug.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/files.py to files.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/writers/stdout.py to stdout.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/__main__.py to __main__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/_version.py to _version.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert/nbconvertapp.py to nbconvertapp.cpython-39.pyc writing byte-compilation script '/tmp/tmplk6zafch.py' /usr/bin/python3 /tmp/tmplk6zafch.py removing /tmp/tmplk6zafch.py running install_data creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/script copying share/jupyter/nbconvert/templates/script/script.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/script copying share/jupyter/nbconvert/templates/script/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/script creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/rst copying share/jupyter/nbconvert/templates/rst/index.rst.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/rst copying share/jupyter/nbconvert/templates/rst/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/rst creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/reveal copying share/jupyter/nbconvert/templates/reveal/index.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/reveal copying share/jupyter/nbconvert/templates/reveal/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/reveal copying share/jupyter/nbconvert/templates/reveal/base.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/reveal creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/reveal/static copying share/jupyter/nbconvert/templates/reveal/static/custom_reveal.css -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/reveal/static creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/python copying share/jupyter/nbconvert/templates/python/index.py.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/python copying share/jupyter/nbconvert/templates/python/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/python creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/markdown copying share/jupyter/nbconvert/templates/markdown/index.md.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/markdown copying share/jupyter/nbconvert/templates/markdown/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/markdown creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/style_python.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/style_jupyter.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/style_ipython.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/style_bw_python.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/style_bw_ipython.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/report.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/null.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/index.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/document_contents.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/display_priority.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex copying share/jupyter/nbconvert/templates/latex/base.tex.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/latex creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/lab copying share/jupyter/nbconvert/templates/lab/index.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/lab copying share/jupyter/nbconvert/templates/lab/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/lab copying share/jupyter/nbconvert/templates/lab/base.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/lab creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/lab/static copying share/jupyter/nbconvert/templates/lab/static/theme-light.css -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/lab/static copying share/jupyter/nbconvert/templates/lab/static/theme-dark.css -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/lab/static copying share/jupyter/nbconvert/templates/lab/static/index.css -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/lab/static creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/compatibility copying share/jupyter/nbconvert/templates/compatibility/full.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/compatibility copying share/jupyter/nbconvert/templates/compatibility/display_priority.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/compatibility creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/classic copying share/jupyter/nbconvert/templates/classic/index.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/classic copying share/jupyter/nbconvert/templates/classic/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/classic copying share/jupyter/nbconvert/templates/classic/base.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/classic creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/classic/static copying share/jupyter/nbconvert/templates/classic/static/style.css -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/classic/static creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/basic copying share/jupyter/nbconvert/templates/basic/index.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/basic copying share/jupyter/nbconvert/templates/basic/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/basic creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/base copying share/jupyter/nbconvert/templates/base/null.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/base copying share/jupyter/nbconvert/templates/base/mathjax.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/base copying share/jupyter/nbconvert/templates/base/jupyter_widgets.html.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/base copying share/jupyter/nbconvert/templates/base/display_priority.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/base copying share/jupyter/nbconvert/templates/base/celltags.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/base creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/asciidoc copying share/jupyter/nbconvert/templates/asciidoc/index.asciidoc.j2 -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/asciidoc copying share/jupyter/nbconvert/templates/asciidoc/conf.json -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/jupyter/nbconvert/templates/asciidoc running install_egg_info running egg_info creating nbconvert.egg-info writing nbconvert.egg-info/PKG-INFO writing dependency_links to nbconvert.egg-info/dependency_links.txt writing entry points to nbconvert.egg-info/entry_points.txt writing requirements to nbconvert.egg-info/requires.txt writing top-level names to nbconvert.egg-info/top_level.txt writing manifest file 'nbconvert.egg-info/SOURCES.txt' reading manifest file 'nbconvert.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/#*' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no directories found matching 'examples' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/gh-pages' no previously-included directories found matching 'docs/dist' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'nbconvert.egg-info/SOURCES.txt' Copying nbconvert.egg-info to /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9/site-packages/nbconvert-6.0.7-py3.9.egg-info running install_scripts Installing jupyter-nbconvert script to /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/bin + rm -rfv /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 6.0.7-2.mga9 --unique-debug-suffix -6.0.7-2.mga9.aarch64 --unique-debug-src-base jupyter-nbconvert-6.0.7-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/nbconvert-6.0.7 + /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/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: jupyter-nbconvert-6.0.7-2.mga9.noarch Provides: jupyter-nbconvert = 6.0.7-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-nbconvert-6.0.7-2.mga9.noarch Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4V0UiW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nbconvert-6.0.7 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/licenses/python3-nbconvert + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/licenses/python3-nbconvert + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64/usr/share/licenses/python3-nbconvert + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-nbconvert = 6.0.7-2.mga9 python3-jupyter-nbconvert = 6.0.7-2.mga9 python3-nbconvert = 6.0.7-2.mga9 python3.9-nbconvert = 6.0.7-2.mga9 python3.9dist(nbconvert) = 6.0.7 python3dist(nbconvert) = 6.0.7 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(bleach) python3.9dist(defusedxml) python3.9dist(entrypoints) >= 0.2.2 python3.9dist(jinja2) >= 2.4 python3.9dist(jupyter-core) python3.9dist(jupyterlab-pygments) python3.9dist(mistune) >= 0.8.1 python3.9dist(nbclient) < 0.6 python3.9dist(nbformat) >= 4.4 python3.9dist(pandocfilters) >= 1.4.1 python3.9dist(pygments) >= 2.4.1 python3.9dist(setuptools) python3.9dist(testpath) python3.9dist(traitlets) >= 4.2 Obsoletes: python-jupyter-nbconvert < 6.0.7 python-nbconvert < 6.0.7-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/jupyter-nbconvert-6.0.7-2.mga9.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-nbconvert-6.0.7-2.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1AvuIL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nbconvert-6.0.7 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-6.0.7-2.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6D7d90 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf nbconvert-6.0.7 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!