D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/jupyter-nbconvert-5.6.1-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.s9Jyhk + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf nbconvert-5.6.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/nbconvert-5.6.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nbconvert-5.6.1 + /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.PgvlGk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nbconvert-5.6.1 + '[' 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/__init__.py -> build/lib/nbconvert copying nbconvert/__main__.py -> build/lib/nbconvert copying nbconvert/_version.py -> build/lib/nbconvert copying nbconvert/nbconvertapp.py -> build/lib/nbconvert creating build/lib/nbconvert/resources copying nbconvert/resources/__init__.py -> build/lib/nbconvert/resources creating build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/extractoutput.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/regexremove.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/__init__.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/csshtmlheader.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/svg2pdf.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/tagremove.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/coalescestreams.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/highlightmagics.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/sanitize.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/clearoutput.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/latex.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/convertfigures.py -> build/lib/nbconvert/preprocessors copying nbconvert/preprocessors/execute.py -> build/lib/nbconvert/preprocessors creating build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_clearmetadata.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_clearoutput.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_latex.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_csshtmlheader.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_regexremove.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 copying nbconvert/preprocessors/tests/test_extractoutput.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_sanitize.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_tagremove.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_coalescestreams.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_highlightmagics.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_svg2pdf.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/test_execute.py -> build/lib/nbconvert/preprocessors/tests copying nbconvert/preprocessors/tests/fake_kernelmanager.py -> build/lib/nbconvert/preprocessors/tests creating build/lib/nbconvert/filters copying nbconvert/filters/filter_links.py -> build/lib/nbconvert/filters copying nbconvert/filters/metadata.py -> build/lib/nbconvert/filters copying nbconvert/filters/strings.py -> build/lib/nbconvert/filters copying nbconvert/filters/markdown.py -> build/lib/nbconvert/filters copying nbconvert/filters/datatypefilter.py -> build/lib/nbconvert/filters copying nbconvert/filters/markdown_mistune.py -> build/lib/nbconvert/filters copying nbconvert/filters/citation.py -> build/lib/nbconvert/filters copying nbconvert/filters/__init__.py -> build/lib/nbconvert/filters copying nbconvert/filters/highlight.py -> build/lib/nbconvert/filters copying nbconvert/filters/ansi.py -> build/lib/nbconvert/filters copying nbconvert/filters/pandoc.py -> build/lib/nbconvert/filters copying nbconvert/filters/latex.py -> build/lib/nbconvert/filters creating build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_markdown.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_datatypefilter.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_latex.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/__init__.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_metadata.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_ansi.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_strings.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_highlight.py -> build/lib/nbconvert/filters/tests copying nbconvert/filters/tests/test_citation.py -> build/lib/nbconvert/filters/tests creating build/lib/nbconvert/tests copying nbconvert/tests/fake_exporters.py -> build/lib/nbconvert/tests copying nbconvert/tests/utils.py -> build/lib/nbconvert/tests copying nbconvert/tests/base.py -> build/lib/nbconvert/tests copying nbconvert/tests/__init__.py -> build/lib/nbconvert/tests copying nbconvert/tests/test_nbconvertapp.py -> build/lib/nbconvert/tests creating build/lib/nbconvert/exporters copying nbconvert/exporters/exporter_locator.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/rst.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/asciidoc.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/markdown.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/notebook.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/script.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/__init__.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/slides.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/python.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/export.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/latex.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/pdf.py -> build/lib/nbconvert/exporters copying nbconvert/exporters/templateexporter.py -> build/lib/nbconvert/exporters creating build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_markdown.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_export.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_pdf.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_html.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_latex.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_script.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/base.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_notebook.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/__init__.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_exporter.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_slides.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_templateexporter.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/cheese.py -> build/lib/nbconvert/exporters/tests copying nbconvert/exporters/tests/test_asciidoc.py -> build/lib/nbconvert/exporters/tests creating build/lib/nbconvert/utils copying nbconvert/utils/lexers.py -> build/lib/nbconvert/utils copying nbconvert/utils/version.py -> build/lib/nbconvert/utils copying nbconvert/utils/base.py -> build/lib/nbconvert/utils copying nbconvert/utils/__init__.py -> build/lib/nbconvert/utils copying nbconvert/utils/pandoc.py -> build/lib/nbconvert/utils copying nbconvert/utils/io.py -> build/lib/nbconvert/utils copying nbconvert/utils/exceptions.py -> build/lib/nbconvert/utils creating build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/test_io.py -> build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/test_version.py -> build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/__init__.py -> build/lib/nbconvert/utils/tests copying nbconvert/utils/tests/test_pandoc.py -> build/lib/nbconvert/utils/tests creating build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/base.py -> build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/__init__.py -> build/lib/nbconvert/postprocessors copying nbconvert/postprocessors/serve.py -> build/lib/nbconvert/postprocessors creating build/lib/nbconvert/postprocessors/tests copying nbconvert/postprocessors/tests/__init__.py -> build/lib/nbconvert/postprocessors/tests copying nbconvert/postprocessors/tests/test_serve.py -> build/lib/nbconvert/postprocessors/tests creating build/lib/nbconvert/writers copying nbconvert/writers/debug.py -> build/lib/nbconvert/writers copying nbconvert/writers/files.py -> build/lib/nbconvert/writers copying nbconvert/writers/base.py -> build/lib/nbconvert/writers copying nbconvert/writers/__init__.py -> build/lib/nbconvert/writers copying nbconvert/writers/stdout.py -> build/lib/nbconvert/writers creating 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 copying nbconvert/writers/tests/test_stdout.py -> build/lib/nbconvert/writers/tests copying nbconvert/writers/tests/test_files.py -> build/lib/nbconvert/writers/tests creating build/lib/nbconvert/tests/files copying nbconvert/tests/files/hello.py -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook1.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/Widget_List.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook2.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/testimage.png -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/containerized_deployments.jpeg -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/jupyter_nbconvert_config.py -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook3_with_errors.ipynb -> build/lib/nbconvert/tests/files copying nbconvert/tests/files/notebook4_jpeg.ipynb -> 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/notebook_jl.ipynb -> 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 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/rawtest.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/attachment.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/svg.ipynb -> build/lib/nbconvert/exporters/tests/files creating build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Parallel Execute A.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Skip Exceptions-IPY6.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Inline Image.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Empty Cell.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/HelloWorld.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Clear Output.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Skip Exceptions with Cell Tags-IPY6.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/SVG.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Disable Stdin.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/python.png -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/UnicodePy3.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/update-display-id.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Unicode.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Sleep One.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Parallel Execute B.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/JupyterWidgets.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Check History in Memory.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Skip Exceptions with Cell Tags.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Interrupt-IPY6.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Factorials.ipynb -> build/lib/nbconvert/preprocessors/tests/files copying nbconvert/preprocessors/tests/files/Interrupt.ipynb -> build/lib/nbconvert/preprocessors/tests/files creating build/lib/nbconvert/templates copying nbconvert/templates/asciidoc.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/README.md -> build/lib/nbconvert/templates copying nbconvert/templates/script.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/python.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/rst.tpl -> build/lib/nbconvert/templates copying nbconvert/templates/markdown.tpl -> build/lib/nbconvert/templates creating build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/report.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_jupyter.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/article.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_ipython.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_bw_ipython.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_python.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/style_bw_python.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/document_contents.tplx -> build/lib/nbconvert/templates/latex copying nbconvert/templates/latex/base.tplx -> build/lib/nbconvert/templates/latex creating build/lib/nbconvert/templates/latex/skeleton copying nbconvert/templates/latex/skeleton/display_priority.tplx -> build/lib/nbconvert/templates/latex/skeleton copying nbconvert/templates/latex/skeleton/null.tplx -> build/lib/nbconvert/templates/latex/skeleton creating build/lib/nbconvert/templates/skeleton copying nbconvert/templates/skeleton/null.tpl -> build/lib/nbconvert/templates/skeleton copying nbconvert/templates/skeleton/README.md -> build/lib/nbconvert/templates/skeleton copying nbconvert/templates/skeleton/display_priority.tpl -> build/lib/nbconvert/templates/skeleton creating build/lib/nbconvert/templates/html copying nbconvert/templates/html/basic.tpl -> build/lib/nbconvert/templates/html copying nbconvert/templates/html/mathjax.tpl -> build/lib/nbconvert/templates/html copying nbconvert/templates/html/celltags.tpl -> build/lib/nbconvert/templates/html copying nbconvert/templates/html/slides_reveal.tpl -> build/lib/nbconvert/templates/html copying nbconvert/templates/html/full.tpl -> build/lib/nbconvert/templates/html copying nbconvert/resources/style.min.css -> build/lib/nbconvert/resources + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hOL2hh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64 + cd nbconvert-5.6.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 install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/resources copying build/lib/nbconvert/resources/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/resources copying build/lib/nbconvert/resources/style.min.css -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/resources creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/extractoutput.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/clearmetadata.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/regexremove.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/csshtmlheader.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/svg2pdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_clearmetadata.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_clearoutput.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_csshtmlheader.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_regexremove.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_extractoutput.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Parallel Execute A.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Skip Exceptions-IPY6.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Inline Image.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Empty Cell.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/HelloWorld.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Clear Output.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Skip Exceptions with Cell Tags-IPY6.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/SVG.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Disable Stdin.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/python.png -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/UnicodePy3.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/update-display-id.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Unicode.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Sleep One.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Parallel Execute B.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/JupyterWidgets.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Check History in Memory.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Skip Exceptions with Cell Tags.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Interrupt-IPY6.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Factorials.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/files/Interrupt.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/files copying build/lib/nbconvert/preprocessors/tests/test_sanitize.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_tagremove.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_coalescestreams.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_highlightmagics.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_svg2pdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/test_execute.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tests/fake_kernelmanager.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests copying build/lib/nbconvert/preprocessors/tagremove.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/coalescestreams.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/highlightmagics.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/sanitize.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/clearoutput.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/convertfigures.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors copying build/lib/nbconvert/preprocessors/execute.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/filter_links.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/metadata.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/strings.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/markdown.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/datatypefilter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/markdown_mistune.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/citation.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_markdown.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_datatypefilter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_metadata.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_ansi.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_strings.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_highlight.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/tests/test_citation.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests copying build/lib/nbconvert/filters/highlight.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/ansi.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/pandoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters copying build/lib/nbconvert/filters/latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates copying build/lib/nbconvert/templates/asciidoc.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates copying build/lib/nbconvert/templates/README.md -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates copying build/lib/nbconvert/templates/script.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates copying build/lib/nbconvert/templates/python.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/report.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/style_jupyter.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/article.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/style_ipython.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/style_bw_ipython.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex/skeleton copying build/lib/nbconvert/templates/latex/skeleton/display_priority.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex/skeleton copying build/lib/nbconvert/templates/latex/skeleton/null.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex/skeleton copying build/lib/nbconvert/templates/latex/style_python.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/style_bw_python.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/document_contents.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/latex/base.tplx -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/latex copying build/lib/nbconvert/templates/rst.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates copying build/lib/nbconvert/templates/markdown.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/skeleton/null.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/skeleton/README.md -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/skeleton copying build/lib/nbconvert/templates/skeleton/display_priority.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/skeleton creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/html copying build/lib/nbconvert/templates/html/basic.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/html copying build/lib/nbconvert/templates/html/mathjax.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/html copying build/lib/nbconvert/templates/html/celltags.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/html copying build/lib/nbconvert/templates/html/slides_reveal.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/html copying build/lib/nbconvert/templates/html/full.tpl -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/templates/html copying build/lib/nbconvert/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/fake_exporters.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/utils.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests copying build/lib/nbconvert/tests/test_nbconvertapp.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/hello.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook1.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/Widget_List.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook2.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/testimage.png -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/containerized_deployments.jpeg -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/jupyter_nbconvert_config.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook3_with_errors.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook4_jpeg.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/markdown_display_priority.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/latex-linked-image.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook_jl.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/override.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files copying build/lib/nbconvert/tests/files/notebook_tags.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/exporter_entrypoint creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/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-5.6.1-2.mga8.aarch64/usr/lib/python3.8/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-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/exporter_entrypoint creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/exporter_locator.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/rst.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/asciidoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/markdown.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/notebook.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/html.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/exporter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/script.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_markdown.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_export.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_pdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_html.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_script.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_rst.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_python.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_notebook.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/rawtest.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/notebook2.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/attachment.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/prompt_numbers.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/pngmetadata.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/files/svg.ipynb -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/files copying build/lib/nbconvert/exporters/tests/test_exporter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_slides.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_templateexporter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/cheese.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/tests/test_asciidoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests copying build/lib/nbconvert/exporters/slides.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/python.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/export.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/latex.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/pdf.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters copying build/lib/nbconvert/exporters/templateexporter.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/lexers.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/version.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/test_io.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/test_version.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/tests/test_pandoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests copying build/lib/nbconvert/utils/pandoc.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/io.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils copying build/lib/nbconvert/utils/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors copying build/lib/nbconvert/postprocessors/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors copying build/lib/nbconvert/postprocessors/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/tests/test_serve.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors/tests copying build/lib/nbconvert/postprocessors/serve.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors copying build/lib/nbconvert/__main__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert copying build/lib/nbconvert/_version.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert copying build/lib/nbconvert/nbconvertapp.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers copying build/lib/nbconvert/writers/debug.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers copying build/lib/nbconvert/writers/files.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers copying build/lib/nbconvert/writers/base.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers copying build/lib/nbconvert/writers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers creating /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_debug.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_stdout.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/tests/test_files.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests copying build/lib/nbconvert/writers/stdout.py -> /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/resources/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/extractoutput.py to extractoutput.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/clearmetadata.py to clearmetadata.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/regexremove.py to regexremove.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/csshtmlheader.py to csshtmlheader.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/svg2pdf.py to svg2pdf.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_clearmetadata.py to test_clearmetadata.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_clearoutput.py to test_clearoutput.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_latex.py to test_latex.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_csshtmlheader.py to test_csshtmlheader.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_regexremove.py to test_regexremove.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_extractoutput.py to test_extractoutput.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_sanitize.py to test_sanitize.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_tagremove.py to test_tagremove.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_coalescestreams.py to test_coalescestreams.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_highlightmagics.py to test_highlightmagics.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_svg2pdf.py to test_svg2pdf.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/test_execute.py to test_execute.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tests/fake_kernelmanager.py to fake_kernelmanager.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/tagremove.py to tagremove.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/coalescestreams.py to coalescestreams.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/highlightmagics.py to highlightmagics.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/sanitize.py to sanitize.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/clearoutput.py to clearoutput.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/latex.py to latex.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/convertfigures.py to convertfigures.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/preprocessors/execute.py to execute.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/filter_links.py to filter_links.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/metadata.py to metadata.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/strings.py to strings.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/markdown.py to markdown.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/datatypefilter.py to datatypefilter.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/markdown_mistune.py to markdown_mistune.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/citation.py to citation.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/test_markdown.py to test_markdown.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/test_datatypefilter.py to test_datatypefilter.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/test_latex.py to test_latex.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/test_metadata.py to test_metadata.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/test_ansi.py to test_ansi.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/test_strings.py to test_strings.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/test_highlight.py to test_highlight.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/tests/test_citation.py to test_citation.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/highlight.py to highlight.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/ansi.py to ansi.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/pandoc.py to pandoc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/filters/latex.py to latex.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/fake_exporters.py to fake_exporters.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/utils.py to utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/test_nbconvertapp.py to test_nbconvertapp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files/hello.py to hello.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files/jupyter_nbconvert_config.py to jupyter_nbconvert_config.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/files/override.py to override.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/tests/exporter_entrypoint/eptest.py to eptest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/exporter_locator.py to exporter_locator.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/rst.py to rst.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/asciidoc.py to asciidoc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/markdown.py to markdown.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/notebook.py to notebook.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/html.py to html.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/exporter.py to exporter.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/script.py to script.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_markdown.py to test_markdown.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_export.py to test_export.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_pdf.py to test_pdf.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_html.py to test_html.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_latex.py to test_latex.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_script.py to test_script.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_rst.py to test_rst.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_python.py to test_python.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_notebook.py to test_notebook.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_exporter.py to test_exporter.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_slides.py to test_slides.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_templateexporter.py to test_templateexporter.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/cheese.py to cheese.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/tests/test_asciidoc.py to test_asciidoc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/slides.py to slides.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/python.py to python.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/export.py to export.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/latex.py to latex.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/pdf.py to pdf.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/exporters/templateexporter.py to templateexporter.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/lexers.py to lexers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/version.py to version.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests/test_io.py to test_io.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests/test_version.py to test_version.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/tests/test_pandoc.py to test_pandoc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/pandoc.py to pandoc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/io.py to io.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/utils/exceptions.py to exceptions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors/tests/test_serve.py to test_serve.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/postprocessors/serve.py to serve.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/__main__.py to __main__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/_version.py to _version.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/nbconvertapp.py to nbconvertapp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/debug.py to debug.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/files.py to files.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests/test_debug.py to test_debug.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests/test_stdout.py to test_stdout.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/tests/test_files.py to test_files.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert/writers/stdout.py to stdout.cpython-38.pyc writing byte-compilation script '/tmp/tmplmo7qg47.py' /usr/bin/python3 /tmp/tmplmo7qg47.py removing /tmp/tmplmo7qg47.py 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 writing manifest file 'nbconvert.egg-info/SOURCES.txt' Copying nbconvert.egg-info to /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8/site-packages/nbconvert-5.6.1-py3.8.egg-info running install_scripts Installing jupyter-nbconvert script to /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/bin + rm -rfv /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 5.6.1-2.mga8 --unique-debug-suffix -5.6.1-2.mga8.aarch64 --unique-debug-src-base jupyter-nbconvert-5.6.1-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/nbconvert-5.6.1 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: jupyter-nbconvert-5.6.1-2.mga8.noarch Provides: jupyter-nbconvert = 5.6.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-jupyter-nbconvert-5.6.1-2.mga8.noarch Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9gGONh + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nbconvert-5.6.1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/share/licenses/python-jupyter-nbconvert + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/share/licenses/python-jupyter-nbconvert + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64/usr/share/licenses/python-jupyter-nbconvert + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jupyter-nbconvert = 5.6.1-2.mga8 python3-jupyter-nbconvert = 5.6.1-2.mga8 python3.8dist(nbconvert) = 5.6.1 python3dist(nbconvert) = 5.6.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.8 python3.8dist(bleach) python3.8dist(defusedxml) python3.8dist(entrypoints) >= 0.2.2 python3.8dist(jinja2) >= 2.4 python3.8dist(jupyter-core) python3.8dist(mistune) >= 0.8.1 python3.8dist(nbformat) >= 4.4 python3.8dist(pandocfilters) >= 1.4.1 python3.8dist(pygments) python3.8dist(setuptools) python3.8dist(testpath) python3.8dist(traitlets) >= 4.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/jupyter-nbconvert-5.6.1-2.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-jupyter-nbconvert-5.6.1-2.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jV1PUk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nbconvert-5.6.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/jupyter-nbconvert-5.6.1-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pRGcQh + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf nbconvert-5.6.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!