Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pheasant.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686391874.192926/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pheasant.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pheasant-2.5.9-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pheasant.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686391874.192926/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pheasant.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pheasant-2.5.9-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pheasant.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686391874.192926/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pheasant.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XTkUAc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pheasant-2.5.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/pheasant-2.5.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pheasant-2.5.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vF7iv4 + umask 022 + cd /builddir/build/BUILD + cd pheasant-2.5.9 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/pheasant copying pheasant/__init__.py -> build/lib/pheasant copying pheasant/main.py -> build/lib/pheasant creating build/lib/pheasant/core copying pheasant/core/renderer.py -> build/lib/pheasant/core copying pheasant/core/base.py -> build/lib/pheasant/core copying pheasant/core/parser.py -> build/lib/pheasant/core copying pheasant/core/decorator.py -> build/lib/pheasant/core copying pheasant/core/__init__.py -> build/lib/pheasant/core copying pheasant/core/pheasant.py -> build/lib/pheasant/core copying pheasant/core/page.py -> build/lib/pheasant/core copying pheasant/core/converter.py -> build/lib/pheasant/core creating build/lib/pheasant/utils copying pheasant/utils/progress.py -> build/lib/pheasant/utils copying pheasant/utils/time.py -> build/lib/pheasant/utils copying pheasant/utils/__init__.py -> build/lib/pheasant/utils creating build/lib/pheasant/plugins copying pheasant/plugins/__init__.py -> build/lib/pheasant/plugins copying pheasant/plugins/mkdocs.py -> build/lib/pheasant/plugins creating build/lib/pheasant/renderers copying pheasant/renderers/__init__.py -> build/lib/pheasant/renderers creating build/lib/pheasant/renderers/number copying pheasant/renderers/number/__init__.py -> build/lib/pheasant/renderers/number copying pheasant/renderers/number/number.py -> build/lib/pheasant/renderers/number creating build/lib/pheasant/renderers/embed copying pheasant/renderers/embed/embed.py -> build/lib/pheasant/renderers/embed copying pheasant/renderers/embed/__init__.py -> build/lib/pheasant/renderers/embed creating build/lib/pheasant/renderers/script copying pheasant/renderers/script/script.py -> build/lib/pheasant/renderers/script copying pheasant/renderers/script/splitter.py -> build/lib/pheasant/renderers/script copying pheasant/renderers/script/__init__.py -> build/lib/pheasant/renderers/script copying pheasant/renderers/script/formatter.py -> build/lib/pheasant/renderers/script creating build/lib/pheasant/renderers/jupyter copying pheasant/renderers/jupyter/jupyter.py -> build/lib/pheasant/renderers/jupyter copying pheasant/renderers/jupyter/ipython.py -> build/lib/pheasant/renderers/jupyter copying pheasant/renderers/jupyter/filters.py -> build/lib/pheasant/renderers/jupyter copying pheasant/renderers/jupyter/__init__.py -> build/lib/pheasant/renderers/jupyter copying pheasant/renderers/jupyter/kernel.py -> build/lib/pheasant/renderers/jupyter creating build/lib/pheasant/app copying pheasant/app/__init__.py -> build/lib/pheasant/app copying pheasant/app/app.py -> build/lib/pheasant/app running egg_info writing pheasant.egg-info/PKG-INFO writing dependency_links to pheasant.egg-info/dependency_links.txt writing entry points to pheasant.egg-info/entry_points.txt writing requirements to pheasant.egg-info/requires.txt writing top-level names to pheasant.egg-info/top_level.txt reading manifest file 'pheasant.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'pheasant.egg-info/SOURCES.txt' creating build/lib/pheasant/theme copying pheasant/theme/pheasant.yml -> build/lib/pheasant/theme creating build/lib/pheasant/theme/css copying pheasant/theme/css/pheasant.css -> build/lib/pheasant/theme/css creating build/lib/pheasant/theme/js copying pheasant/theme/js/pheasant.js -> build/lib/pheasant/theme/js creating build/lib/pheasant/renderers/number/templates copying pheasant/renderers/number/templates/anchor.jinja2 -> build/lib/pheasant/renderers/number/templates copying pheasant/renderers/number/templates/base.jinja2 -> build/lib/pheasant/renderers/number/templates copying pheasant/renderers/number/templates/header.jinja2 -> build/lib/pheasant/renderers/number/templates creating build/lib/pheasant/renderers/embed/templates copying pheasant/renderers/embed/templates/fenced_code.jinja2 -> build/lib/pheasant/renderers/embed/templates creating build/lib/pheasant/renderers/jupyter/templates copying pheasant/renderers/jupyter/templates/fenced_code.jinja2 -> build/lib/pheasant/renderers/jupyter/templates copying pheasant/renderers/jupyter/templates/inline_code.jinja2 -> build/lib/pheasant/renderers/jupyter/templates copying pheasant/renderers/jupyter/templates/macro.jinja2 -> build/lib/pheasant/renderers/jupyter/templates + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ecA9fk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 + cd pheasant-2.5.9 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core copying build/lib/pheasant/core/renderer.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core copying build/lib/pheasant/core/base.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core copying build/lib/pheasant/core/parser.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core copying build/lib/pheasant/core/decorator.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core copying build/lib/pheasant/core/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core copying build/lib/pheasant/core/pheasant.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core copying build/lib/pheasant/core/page.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core copying build/lib/pheasant/core/converter.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/utils copying build/lib/pheasant/utils/progress.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/utils copying build/lib/pheasant/utils/time.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/utils copying build/lib/pheasant/utils/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/utils creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/plugins copying build/lib/pheasant/plugins/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/plugins copying build/lib/pheasant/plugins/mkdocs.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/plugins copying build/lib/pheasant/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number/templates copying build/lib/pheasant/renderers/number/templates/anchor.jinja2 -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number/templates copying build/lib/pheasant/renderers/number/templates/header.jinja2 -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number/templates copying build/lib/pheasant/renderers/number/templates/base.jinja2 -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number/templates copying build/lib/pheasant/renderers/number/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number copying build/lib/pheasant/renderers/number/number.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/embed copying build/lib/pheasant/renderers/embed/embed.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/embed creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/embed/templates copying build/lib/pheasant/renderers/embed/templates/fenced_code.jinja2 -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/embed/templates copying build/lib/pheasant/renderers/embed/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/embed creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script copying build/lib/pheasant/renderers/script/script.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script copying build/lib/pheasant/renderers/script/splitter.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script copying build/lib/pheasant/renderers/script/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script copying build/lib/pheasant/renderers/script/formatter.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/templates copying build/lib/pheasant/renderers/jupyter/templates/macro.jinja2 -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/templates copying build/lib/pheasant/renderers/jupyter/templates/inline_code.jinja2 -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/templates copying build/lib/pheasant/renderers/jupyter/templates/fenced_code.jinja2 -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/templates copying build/lib/pheasant/renderers/jupyter/jupyter.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter copying build/lib/pheasant/renderers/jupyter/ipython.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter copying build/lib/pheasant/renderers/jupyter/filters.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter copying build/lib/pheasant/renderers/jupyter/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter copying build/lib/pheasant/renderers/jupyter/kernel.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter copying build/lib/pheasant/renderers/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/theme creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/theme/css copying build/lib/pheasant/theme/css/pheasant.css -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/theme/css copying build/lib/pheasant/theme/pheasant.yml -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/theme creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/theme/js copying build/lib/pheasant/theme/js/pheasant.js -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/theme/js copying build/lib/pheasant/main.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant creating /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/app copying build/lib/pheasant/app/__init__.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/app copying build/lib/pheasant/app/app.py -> /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/app byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core/renderer.py to renderer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core/parser.py to parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core/decorator.py to decorator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core/pheasant.py to pheasant.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core/page.py to page.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/core/converter.py to converter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/utils/progress.py to progress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/utils/time.py to time.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/plugins/mkdocs.py to mkdocs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/number/number.py to number.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/embed/embed.py to embed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/embed/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script/script.py to script.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script/splitter.py to splitter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/script/formatter.py to formatter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/jupyter.py to jupyter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/ipython.py to ipython.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/jupyter/kernel.py to kernel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/renderers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/app/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant/app/app.py to app.cpython-39.pyc writing byte-compilation script '/tmp/tmpeypraqz1.py' /usr/bin/python3 /tmp/tmpeypraqz1.py removing /tmp/tmpeypraqz1.py running install_egg_info running egg_info writing pheasant.egg-info/PKG-INFO writing dependency_links to pheasant.egg-info/dependency_links.txt writing entry points to pheasant.egg-info/entry_points.txt writing requirements to pheasant.egg-info/requires.txt writing top-level names to pheasant.egg-info/top_level.txt reading manifest file 'pheasant.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'pheasant.egg-info/SOURCES.txt' Copying pheasant.egg-info to /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9/site-packages/pheasant-2.5.9-py3.9.egg-info running install_scripts Installing pheasant script to /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64//usr/share/doc/python-pheasant + '[' -d doc ']' ~/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 ~/build/BUILD/pheasant-2.5.9 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '"/%h/%f"\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/pheasant-2.5.9 + mv /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.5.9-1 --unique-debug-suffix -2.5.9-1.x86_64 --unique-debug-src-base python-pheasant-2.5.9-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/pheasant-2.5.9 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pheasant-2.5.9-1.noarch Provides: python-pheasant python3-pheasant = 2.5.9-1 python3.9dist(pheasant) = 2.5.9 python3dist(pheasant) = 2.5.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(click) python3.9dist(colorama) python3.9dist(ipykernel) python3.9dist(jinja2) python3.9dist(markdown) python3.9dist(pyyaml) python3.9dist(setuptools) python3.9dist(termcolor) Processing files: python-pheasant-help-2.5.9-1.noarch warning: Empty %files file /builddir/build/BUILD/pheasant-2.5.9/doclist.lst Provides: python-pheasant-help = 2.5.9-1 python3-pheasant-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 Wrote: /builddir/build/RPMS/python-pheasant-help-2.5.9-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-pheasant-2.5.9-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.em9HSl + umask 022 + cd /builddir/build/BUILD + cd pheasant-2.5.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pheasant-2.5.9-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0