Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-typepy.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682178889.435882/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-typepy.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-typepy-1.3.0-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-typepy.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682178889.435882/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-typepy.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-typepy-1.3.0-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-typepy.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682178889.435882/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-typepy.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.Gm0so0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf typepy-1.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/typepy-1.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd typepy-1.3.0 + /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.UkmS7l + umask 022 + cd /builddir/build/BUILD + cd typepy-1.3.0 + 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/typepy copying typepy/__init__.py -> build/lib/typepy copying typepy/__version__.py -> build/lib/typepy copying typepy/_typecode.py -> build/lib/typepy copying typepy/_const.py -> build/lib/typepy copying typepy/_common.py -> build/lib/typepy copying typepy/_function.py -> build/lib/typepy copying typepy/error.py -> build/lib/typepy creating build/lib/typepy/type copying typepy/type/_string.py -> build/lib/typepy/type copying typepy/type/_list.py -> build/lib/typepy/type copying typepy/type/_bytes.py -> build/lib/typepy/type copying typepy/type/_realnumber.py -> build/lib/typepy/type copying typepy/type/_dictionary.py -> build/lib/typepy/type copying typepy/type/_none.py -> build/lib/typepy/type copying typepy/type/_ipaddress.py -> build/lib/typepy/type copying typepy/type/__init__.py -> build/lib/typepy/type copying typepy/type/_integer.py -> build/lib/typepy/type copying typepy/type/_infinity.py -> build/lib/typepy/type copying typepy/type/_nan.py -> build/lib/typepy/type copying typepy/type/_datetime.py -> build/lib/typepy/type copying typepy/type/_base.py -> build/lib/typepy/type copying typepy/type/_bool.py -> build/lib/typepy/type copying typepy/type/_binary.py -> build/lib/typepy/type creating build/lib/typepy/converter copying typepy/converter/_string.py -> build/lib/typepy/converter copying typepy/converter/_list.py -> build/lib/typepy/converter copying typepy/converter/_bytes.py -> build/lib/typepy/converter copying typepy/converter/_realnumber.py -> build/lib/typepy/converter copying typepy/converter/_dictionary.py -> build/lib/typepy/converter copying typepy/converter/_nop.py -> build/lib/typepy/converter copying typepy/converter/_ipaddress.py -> build/lib/typepy/converter copying typepy/converter/__init__.py -> build/lib/typepy/converter copying typepy/converter/_integer.py -> build/lib/typepy/converter copying typepy/converter/_datetime.py -> build/lib/typepy/converter copying typepy/converter/_interface.py -> build/lib/typepy/converter copying typepy/converter/_bool.py -> build/lib/typepy/converter creating build/lib/typepy/checker copying typepy/checker/_string.py -> build/lib/typepy/checker copying typepy/checker/_list.py -> build/lib/typepy/checker copying typepy/checker/_bytes.py -> build/lib/typepy/checker copying typepy/checker/_realnumber.py -> build/lib/typepy/checker copying typepy/checker/_dictionary.py -> build/lib/typepy/checker copying typepy/checker/_checker.py -> build/lib/typepy/checker copying typepy/checker/_none.py -> build/lib/typepy/checker copying typepy/checker/_ipaddress.py -> build/lib/typepy/checker copying typepy/checker/__init__.py -> build/lib/typepy/checker copying typepy/checker/_integer.py -> build/lib/typepy/checker copying typepy/checker/_infinity.py -> build/lib/typepy/checker copying typepy/checker/_nan.py -> build/lib/typepy/checker copying typepy/checker/_datetime.py -> build/lib/typepy/checker copying typepy/checker/_interface.py -> build/lib/typepy/checker copying typepy/checker/_bool.py -> build/lib/typepy/checker copying typepy/checker/_common.py -> build/lib/typepy/checker running egg_info writing typepy.egg-info/PKG-INFO writing dependency_links to typepy.egg-info/dependency_links.txt writing requirements to typepy.egg-info/requires.txt writing top-level names to typepy.egg-info/top_level.txt reading manifest file 'typepy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'typepy.egg-info/SOURCES.txt' copying typepy/py.typed -> build/lib/typepy + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VsfPdN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64 + cd typepy-1.3.0 + 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-typepy-1.3.0-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-typepy-1.3.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy creating /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_string.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_list.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_bytes.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_realnumber.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_dictionary.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_none.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_ipaddress.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/__init__.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_integer.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_infinity.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_nan.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_datetime.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_base.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_bool.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type copying build/lib/typepy/type/_binary.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type creating /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_string.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_list.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_bytes.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_realnumber.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_dictionary.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_nop.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_ipaddress.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/__init__.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_integer.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_datetime.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_interface.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter copying build/lib/typepy/converter/_bool.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter creating /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_string.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_list.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_bytes.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_realnumber.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_dictionary.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_checker.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_none.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_ipaddress.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/__init__.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_integer.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_infinity.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_nan.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_datetime.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_interface.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_bool.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/checker/_common.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker copying build/lib/typepy/__init__.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy copying build/lib/typepy/__version__.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy copying build/lib/typepy/_typecode.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy copying build/lib/typepy/_const.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy copying build/lib/typepy/_common.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy copying build/lib/typepy/_function.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy copying build/lib/typepy/error.py -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy copying build/lib/typepy/py.typed -> /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_string.py to _string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_list.py to _list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_bytes.py to _bytes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_realnumber.py to _realnumber.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_dictionary.py to _dictionary.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_none.py to _none.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_ipaddress.py to _ipaddress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_integer.py to _integer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_infinity.py to _infinity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_nan.py to _nan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_datetime.py to _datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_base.py to _base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_bool.py to _bool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/type/_binary.py to _binary.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_string.py to _string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_list.py to _list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_bytes.py to _bytes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_realnumber.py to _realnumber.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_dictionary.py to _dictionary.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_nop.py to _nop.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_ipaddress.py to _ipaddress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_integer.py to _integer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_datetime.py to _datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_interface.py to _interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/converter/_bool.py to _bool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_string.py to _string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_list.py to _list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_bytes.py to _bytes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_realnumber.py to _realnumber.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_dictionary.py to _dictionary.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_checker.py to _checker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_none.py to _none.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_ipaddress.py to _ipaddress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_integer.py to _integer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_infinity.py to _infinity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_nan.py to _nan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_datetime.py to _datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_interface.py to _interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_bool.py to _bool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/checker/_common.py to _common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/__version__.py to __version__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/_typecode.py to _typecode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/_const.py to _const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/_common.py to _common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/_function.py to _function.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy/error.py to error.cpython-39.pyc writing byte-compilation script '/tmp/tmpoz0xvwgt.py' /usr/bin/python3 /tmp/tmpoz0xvwgt.py removing /tmp/tmpoz0xvwgt.py running install_egg_info running egg_info writing typepy.egg-info/PKG-INFO writing dependency_links to typepy.egg-info/dependency_links.txt writing requirements to typepy.egg-info/requires.txt writing top-level names to typepy.egg-info/top_level.txt reading manifest file 'typepy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'typepy.egg-info/SOURCES.txt' Copying typepy.egg-info to /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/usr/lib/python3.9/site-packages/typepy-1.3.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64//usr/share/doc/python-typepy + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64//usr/share/doc/python-typepy + '[' -d example ']' ~/build/BUILDROOT/python-typepy-1.3.0-1.x86_64 ~/build/BUILD/typepy-1.3.0 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/typepy-1.3.0 + popd + mv /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.3.0-1 --unique-debug-suffix -1.3.0-1.x86_64 --unique-debug-src-base python-typepy-1.3.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/typepy-1.3.0 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-typepy-1.3.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-typepy-1.3.0-1.noarch Provides: python-typepy python3-typepy = 1.3.0-1 python3.9dist(typepy) = 1.3 python3dist(typepy) = 1.3 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.9 python3.9dist(mbstrdecoder) >= 1 python3.9dist(mbstrdecoder) < 2 Processing files: python-typepy-help-1.3.0-1.noarch warning: Empty %files file /builddir/build/BUILD/typepy-1.3.0/doclist.lst Provides: python-typepy-help = 1.3.0-1 python3-typepy-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-typepy-1.3.0-1.x86_64 Wrote: /builddir/build/RPMS/python-typepy-help-1.3.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-typepy-1.3.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pNgbpN + umask 022 + cd /builddir/build/BUILD + cd typepy-1.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-typepy-1.3.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0