Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-parsley.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681488673.097269/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-parsley.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-Parsley-1.3-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-parsley.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681488673.097269/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-parsley.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-Parsley-1.3-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-parsley.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681488673.097269/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-parsley.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.GcMv4R + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Parsley-1.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/Parsley-1.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Parsley-1.3 + /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.ksuyHe + umask 022 + cd /builddir/build/BUILD + cd Parsley-1.3 + 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 copying parsley.py -> build/lib creating build/lib/ometa copying ometa/compat.py -> build/lib/ometa copying ometa/builder.py -> build/lib/ometa copying ometa/__init__.py -> build/lib/ometa copying ometa/tube.py -> build/lib/ometa copying ometa/vm_builder.py -> build/lib/ometa copying ometa/runtime.py -> build/lib/ometa copying ometa/interp.py -> build/lib/ometa copying ometa/protocol.py -> build/lib/ometa copying ometa/grammar.py -> build/lib/ometa creating build/lib/terml copying terml/__init__.py -> build/lib/terml copying terml/parser.py -> build/lib/terml copying terml/quasiterm.py -> build/lib/terml copying terml/nodes.py -> build/lib/terml copying terml/qnodes.py -> build/lib/terml creating build/lib/ometa/_generated copying ometa/_generated/__init__.py -> build/lib/ometa/_generated copying ometa/_generated/vm_emit.py -> build/lib/ometa/_generated copying ometa/_generated/vm.py -> build/lib/ometa/_generated copying ometa/_generated/parsley_tree_transformer.py -> build/lib/ometa/_generated copying ometa/_generated/parsley_termactions.py -> build/lib/ometa/_generated copying ometa/_generated/parsley.py -> build/lib/ometa/_generated copying ometa/_generated/pymeta_v1.py -> build/lib/ometa/_generated creating build/lib/terml/_generated copying terml/_generated/__init__.py -> build/lib/terml/_generated copying terml/_generated/quasiterm.py -> build/lib/terml/_generated copying terml/_generated/terml.py -> build/lib/terml/_generated creating build/lib/ometa/test copying ometa/test/__init__.py -> build/lib/ometa/test copying ometa/test/test_runtime.py -> build/lib/ometa/test copying ometa/test/test_protocol.py -> build/lib/ometa/test copying ometa/test/helpers.py -> build/lib/ometa/test copying ometa/test/test_tube.py -> build/lib/ometa/test copying ometa/test/test_pymeta.py -> build/lib/ometa/test copying ometa/test/test_builder.py -> build/lib/ometa/test copying ometa/test/test_vm_builder.py -> build/lib/ometa/test creating build/lib/terml/test copying terml/test/__init__.py -> build/lib/terml/test copying terml/test/test_quasiterm.py -> build/lib/terml/test copying terml/test/test_terml.py -> build/lib/terml/test + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kseegw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64 + cd Parsley-1.3 + 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-Parsley-1.3-1.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/test copying build/lib/terml/test/__init__.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/test copying build/lib/terml/test/test_quasiterm.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/test copying build/lib/terml/test/test_terml.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/test copying build/lib/terml/__init__.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml copying build/lib/terml/parser.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml copying build/lib/terml/quasiterm.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml copying build/lib/terml/nodes.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/_generated copying build/lib/terml/_generated/__init__.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/_generated copying build/lib/terml/_generated/quasiterm.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/_generated copying build/lib/terml/_generated/terml.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/_generated copying build/lib/terml/qnodes.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa copying build/lib/ometa/compat.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa copying build/lib/ometa/builder.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/test/__init__.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/test/test_runtime.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/test/test_protocol.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/test/helpers.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/test/test_tube.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/test/test_pymeta.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/test/test_builder.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/test/test_vm_builder.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test copying build/lib/ometa/__init__.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa copying build/lib/ometa/tube.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa copying build/lib/ometa/vm_builder.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa copying build/lib/ometa/runtime.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa copying build/lib/ometa/interp.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa creating /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated copying build/lib/ometa/_generated/__init__.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated copying build/lib/ometa/_generated/vm_emit.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated copying build/lib/ometa/_generated/vm.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated copying build/lib/ometa/_generated/parsley_tree_transformer.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated copying build/lib/ometa/_generated/parsley_termactions.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated copying build/lib/ometa/_generated/parsley.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated copying build/lib/ometa/_generated/pymeta_v1.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated copying build/lib/ometa/protocol.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa copying build/lib/ometa/grammar.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa copying build/lib/parsley.py -> /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/test/test_quasiterm.py to test_quasiterm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/test/test_terml.py to test_terml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/parser.py to parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/quasiterm.py to quasiterm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/nodes.py to nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/_generated/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/_generated/quasiterm.py to quasiterm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/_generated/terml.py to terml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/terml/qnodes.py to qnodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/compat.py to compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/builder.py to builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test/test_runtime.py to test_runtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test/test_protocol.py to test_protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test/test_tube.py to test_tube.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test/test_pymeta.py to test_pymeta.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test/test_builder.py to test_builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/test/test_vm_builder.py to test_vm_builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/tube.py to tube.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/vm_builder.py to vm_builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/runtime.py to runtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/interp.py to interp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated/vm_emit.py to vm_emit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated/vm.py to vm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated/parsley_tree_transformer.py to parsley_tree_transformer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated/parsley_termactions.py to parsley_termactions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated/parsley.py to parsley.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/_generated/pymeta_v1.py to pymeta_v1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/protocol.py to protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/ometa/grammar.py to grammar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/parsley.py to parsley.cpython-39.pyc writing byte-compilation script '/tmp/tmpgd5s54qy.py' /usr/bin/python3 /tmp/tmpgd5s54qy.py removing /tmp/tmpgd5s54qy.py running install_egg_info Writing /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/usr/lib/python3.9/site-packages/Parsley-1.3-py3.9.egg-info + install -d -m755 /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64//usr/share/doc/python-Parsley + '[' -d doc ']' + cp -arf doc /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64//usr/share/doc/python-Parsley + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64//usr/share/doc/python-Parsley + pushd /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64 ~/build/BUILDROOT/python-Parsley-1.3-1.x86_64 ~/build/BUILD/Parsley-1.3 + '[' -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 ']' + popd ~/build/BUILD/Parsley-1.3 + mv /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.3-1 --unique-debug-suffix -1.3-1.x86_64 --unique-debug-src-base python-Parsley-1.3-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/Parsley-1.3 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-Parsley-1.3-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-Parsley-1.3-1.noarch Provides: python-Parsley python3-Parsley = 1.3-1 python3.9dist(parsley) = 1.3 python3dist(parsley) = 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 Processing files: python-Parsley-help-1.3-1.noarch warning: Empty %files file /builddir/build/BUILD/Parsley-1.3/doclist.lst Provides: python-Parsley-help = 1.3-1 python3-Parsley-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-Parsley-1.3-1.x86_64 Wrote: /builddir/build/RPMS/python-Parsley-help-1.3-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-Parsley-1.3-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9ivrEp + umask 022 + cd /builddir/build/BUILD + cd Parsley-1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-Parsley-1.3-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0