Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-compysition.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1685394639.135545/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-compysition.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-compysition-1.2.54-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-compysition.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1685394639.135545/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-compysition.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-compysition-1.2.54-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-compysition.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1685394639.135545/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-compysition.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.n1Dxxl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf compysition-1.2.54 + /usr/bin/gzip -dc /builddir/build/SOURCES/compysition-1.2.54.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd compysition-1.2.54 + /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.FkAWX8 + umask 022 + cd /builddir/build/BUILD + cd compysition-1.2.54 + 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/compysition copying compysition/director.py -> build/lib/compysition copying compysition/__init__.py -> build/lib/compysition copying compysition/actor.py -> build/lib/compysition copying compysition/logger.py -> build/lib/compysition copying compysition/event.py -> build/lib/compysition copying compysition/errors.py -> build/lib/compysition copying compysition/queue.py -> build/lib/compysition creating build/lib/tests copying tests/test_event.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/compysition/testutils copying compysition/testutils/__init__.py -> build/lib/compysition/testutils copying compysition/testutils/test_actor.py -> build/lib/compysition/testutils creating build/lib/compysition/actors copying compysition/actors/eventdataaggregator.py -> build/lib/compysition/actors copying compysition/actors/eventgenerator.py -> build/lib/compysition/actors copying compysition/actors/dicttoxml.py -> build/lib/compysition/actors copying compysition/actors/redactedfilelogger.py -> build/lib/compysition/actors copying compysition/actors/eventjoin.py -> build/lib/compysition/actors copying compysition/actors/zeromq.py -> build/lib/compysition/actors copying compysition/actors/eventlogger.py -> build/lib/compysition/actors copying compysition/actors/mdpactors.py -> build/lib/compysition/actors copying compysition/actors/stdout.py -> build/lib/compysition/actors copying compysition/actors/xsd.py -> build/lib/compysition/actors copying compysition/actors/mdpbroker.py -> build/lib/compysition/actors copying compysition/actors/smtp.py -> build/lib/compysition/actors copying compysition/actors/__init__.py -> build/lib/compysition/actors copying compysition/actors/httpserver.py -> build/lib/compysition/actors copying compysition/actors/eventattributemodifier.py -> build/lib/compysition/actors copying compysition/actors/eventrouter.py -> build/lib/compysition/actors copying compysition/actors/rest.py -> build/lib/compysition/actors copying compysition/actors/filelogger.py -> build/lib/compysition/actors copying compysition/actors/jsonvalidator.py -> build/lib/compysition/actors copying compysition/actors/tcp.py -> build/lib/compysition/actors copying compysition/actors/basicauth.py -> build/lib/compysition/actors copying compysition/actors/flowcontroller.py -> build/lib/compysition/actors copying compysition/actors/xslt.py -> build/lib/compysition/actors copying compysition/actors/cookie.py -> build/lib/compysition/actors copying compysition/actors/xmltodict.py -> build/lib/compysition/actors copying compysition/actors/mdpregistrar.py -> build/lib/compysition/actors copying compysition/actors/null.py -> build/lib/compysition/actors creating build/lib/compysition/actors/util copying compysition/actors/util/__init__.py -> build/lib/compysition/actors/util copying compysition/actors/util/mdpdefinition.py -> build/lib/compysition/actors/util copying compysition/actors/util/udplib.py -> build/lib/compysition/actors/util copying compysition/actors/util/mdpregistrar.py -> build/lib/compysition/actors/util copying compysition/actors/util/xpath.py -> build/lib/compysition/actors/util creating build/lib/tests/actors copying tests/actors/test_xslt.py -> build/lib/tests/actors copying tests/actors/test_eventgenerator.py -> build/lib/tests/actors copying tests/actors/test_zeromq.py -> build/lib/tests/actors copying tests/actors/test_dicttoxml.py -> build/lib/tests/actors copying tests/actors/test_xmltodict.py -> build/lib/tests/actors copying tests/actors/__init__.py -> build/lib/tests/actors copying tests/actors/test_rest.py -> build/lib/tests/actors copying tests/actors/test_xsd.py -> build/lib/tests/actors copying tests/actors/test_eventrouter.py -> build/lib/tests/actors copying tests/actors/test_eventjoin.py -> build/lib/tests/actors + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vYZtPT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64 + cd compysition-1.2.54 + 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-compysition-1.2.54-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-compysition-1.2.54-1.x86_64/usr creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/testutils copying build/lib/compysition/testutils/__init__.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/testutils copying build/lib/compysition/testutils/test_actor.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/testutils copying build/lib/compysition/director.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/eventdataaggregator.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/eventgenerator.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/dicttoxml.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/redactedfilelogger.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/eventjoin.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/zeromq.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/eventlogger.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/mdpactors.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/stdout.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/xsd.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/mdpbroker.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/smtp.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/__init__.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/httpserver.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util copying build/lib/compysition/actors/util/__init__.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util copying build/lib/compysition/actors/util/mdpdefinition.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util copying build/lib/compysition/actors/util/udplib.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util copying build/lib/compysition/actors/util/mdpregistrar.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util copying build/lib/compysition/actors/util/xpath.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util copying build/lib/compysition/actors/eventattributemodifier.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/eventrouter.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/rest.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/filelogger.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/jsonvalidator.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/tcp.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/basicauth.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/flowcontroller.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/xslt.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/cookie.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/xmltodict.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/mdpregistrar.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/actors/null.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors copying build/lib/compysition/__init__.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition copying build/lib/compysition/actor.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition copying build/lib/compysition/logger.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition copying build/lib/compysition/event.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition copying build/lib/compysition/errors.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition copying build/lib/compysition/queue.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_event.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_xslt.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_eventgenerator.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_zeromq.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_dicttoxml.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_xmltodict.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/__init__.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_rest.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_xsd.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_eventrouter.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/actors/test_eventjoin.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/testutils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/testutils/test_actor.py to test_actor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/director.py to director.cpython-39.pyc File "/usr/lib/python3.9/site-packages/compysition/director.py", line 192 print err ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(err)? byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/eventdataaggregator.py to eventdataaggregator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/eventgenerator.py to eventgenerator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/dicttoxml.py to dicttoxml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/redactedfilelogger.py to redactedfilelogger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/eventjoin.py to eventjoin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/zeromq.py to zeromq.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/eventlogger.py to eventlogger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/mdpactors.py to mdpactors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/stdout.py to stdout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/xsd.py to xsd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/mdpbroker.py to mdpbroker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/smtp.py to smtp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/httpserver.py to httpserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util/mdpdefinition.py to mdpdefinition.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util/udplib.py to udplib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util/mdpregistrar.py to mdpregistrar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/util/xpath.py to xpath.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/eventattributemodifier.py to eventattributemodifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/eventrouter.py to eventrouter.cpython-39.pyc /usr/lib/python3.9/site-packages/compysition/actors/eventrouter.py:68: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/rest.py to rest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/filelogger.py to filelogger.cpython-39.pyc File "/usr/lib/python3.9/site-packages/compysition/actors/filelogger.py", line 112 print traceback.format_exc() ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/jsonvalidator.py to jsonvalidator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/tcp.py to tcp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/basicauth.py to basicauth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/flowcontroller.py to flowcontroller.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/xslt.py to xslt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/cookie.py to cookie.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/xmltodict.py to xmltodict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/mdpregistrar.py to mdpregistrar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/null.py to null.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actor.py to actor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/logger.py to logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/queue.py to queue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/test_event.py to test_event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_xslt.py to test_xslt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_eventgenerator.py to test_eventgenerator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_zeromq.py to test_zeromq.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_dicttoxml.py to test_dicttoxml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_xmltodict.py to test_xmltodict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_rest.py to test_rest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_xsd.py to test_xsd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_eventrouter.py to test_eventrouter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/actors/test_eventjoin.py to test_eventjoin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp1lc4yi3v.py' /usr/bin/python3 /tmp/tmp1lc4yi3v.py File "/usr/lib/python3.9/site-packages/compysition/director.py", line 192 print err ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(err)? /usr/lib/python3.9/site-packages/compysition/actors/eventrouter.py:68: SyntaxWarning: "is" with a literal. Did you mean "=="? File "/usr/lib/python3.9/site-packages/compysition/actors/filelogger.py", line 112 print traceback.format_exc() ^ SyntaxError: invalid syntax removing /tmp/tmp1lc4yi3v.py running install_egg_info running egg_info writing compysition.egg-info/PKG-INFO writing dependency_links to compysition.egg-info/dependency_links.txt writing namespace_packages to compysition.egg-info/namespace_packages.txt writing requirements to compysition.egg-info/requires.txt writing top-level names to compysition.egg-info/top_level.txt reading manifest file 'compysition.egg-info/SOURCES.txt' writing manifest file 'compysition.egg-info/SOURCES.txt' Copying compysition.egg-info to /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition-1.2.54-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64//usr/share/doc/python-compysition + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64 ~/build/BUILDROOT/python-compysition-1.2.54-1.x86_64 ~/build/BUILD/compysition-1.2.54 + '[' -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/compysition-1.2.54 + mv /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.2.54-1 --unique-debug-suffix -1.2.54-1.x86_64 --unique-debug-src-base python-compysition-1.2.54-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/compysition-1.2.54 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-compysition-1.2.54-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 /usr/lib/python3.9/site-packages/compysition/actors/eventrouter.py:68: SyntaxWarning: "is" with a literal. Did you mean "=="? *** Error compiling '/builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/actors/filelogger.py'... File "/usr/lib/python3.9/site-packages/compysition/actors/filelogger.py", line 112 print traceback.format_exc() ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-compysition-1.2.54-1.x86_64/usr/lib/python3.9/site-packages/compysition/director.py'... File "/usr/lib/python3.9/site-packages/compysition/director.py", line 192 print err ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(err)? error: Bad exit status from /var/tmp/rpm-tmp.vYZtPT (%install) Bad exit status from /var/tmp/rpm-tmp.vYZtPT (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-compysition.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-compysition.spec