Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dxr.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686558635.656401/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-dxr.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-DXR-1.9.1-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-dxr.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686558635.656401/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-dxr.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-DXR-1.9.1-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-dxr.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686558635.656401/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-dxr.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.QGTCbA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf DXR-1.9.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/DXR-1.9.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd DXR-1.9.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0shCF4 + umask 022 + cd /builddir/build/BUILD + cd DXR-1.9.1 + 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/Dxr_mqtt copying Dxr_mqtt/dxr_log.py -> build/lib/Dxr_mqtt copying Dxr_mqtt/__init__.py -> build/lib/Dxr_mqtt copying Dxr_mqtt/dxr_mqtt.py -> build/lib/Dxr_mqtt copying Dxr_mqtt/msg.py -> build/lib/Dxr_mqtt copying Dxr_mqtt/dxr_mqtt_2.py -> build/lib/Dxr_mqtt creating build/lib/Dxr_log copying Dxr_log/log.py -> build/lib/Dxr_log copying Dxr_log/__init__.py -> build/lib/Dxr_log creating build/lib/Dxr_bytes copying Dxr_bytes/__init__.py -> build/lib/Dxr_bytes copying Dxr_bytes/Dxr_bytes.py -> build/lib/Dxr_bytes creating build/lib/Dxr_utils copying Dxr_utils/dxr_utils.py -> build/lib/Dxr_utils copying Dxr_utils/gvalues.py -> build/lib/Dxr_utils copying Dxr_utils/__init__.py -> build/lib/Dxr_utils copying Dxr_utils/dxr_ftp.py -> build/lib/Dxr_utils creating build/lib/Dxr_video copying Dxr_video/Datas_pb2.py -> build/lib/Dxr_video copying Dxr_video/HCNetSDK.py -> build/lib/Dxr_video copying Dxr_video/video.py -> build/lib/Dxr_video copying Dxr_video/VideoStreamer.py -> build/lib/Dxr_video copying Dxr_video/video_server.py -> build/lib/Dxr_video copying Dxr_video/__init__.py -> build/lib/Dxr_video copying Dxr_video/global_values.py -> build/lib/Dxr_video copying Dxr_video/test_main.py -> build/lib/Dxr_video copying Dxr_video/PlayCtrl.py -> build/lib/Dxr_video copying Dxr_video/Datas_pb2_grpc.py -> build/lib/Dxr_video copying Dxr_video/video_hk.py -> build/lib/Dxr_video creating build/lib/Dxr_serial copying Dxr_serial/__init__.py -> build/lib/Dxr_serial copying Dxr_serial/Dxr_serial.py -> build/lib/Dxr_serial creating build/lib/Dxr_yaml copying Dxr_yaml/Dxr_yaml.py -> build/lib/Dxr_yaml copying Dxr_yaml/__init__.py -> build/lib/Dxr_yaml creating build/lib/Dxr_file copying Dxr_file/dxr_request_ros.py -> build/lib/Dxr_file copying Dxr_file/dxr_requests.py -> build/lib/Dxr_file copying Dxr_file/dxr_ssh.py -> build/lib/Dxr_file copying Dxr_file/http_server.py -> build/lib/Dxr_file copying Dxr_file/__init__.py -> build/lib/Dxr_file copying Dxr_file/dxr_request.py -> build/lib/Dxr_file copying Dxr_file/dxr_file.py -> build/lib/Dxr_file package init file 'Dxr_grpc/__init__.py' not found (or not a regular file) creating build/lib/Dxr_grpc copying Dxr_grpc/audios_pb2.py -> build/lib/Dxr_grpc copying Dxr_grpc/Datas_pb2.py -> build/lib/Dxr_grpc copying Dxr_grpc/audios_pb2_grpc.py -> build/lib/Dxr_grpc copying Dxr_grpc/dxr_grpc_audio_client.py -> build/lib/Dxr_grpc copying Dxr_grpc/dxr_grpc_audio_server.py -> build/lib/Dxr_grpc copying Dxr_grpc/dxr_grpc_client.py -> build/lib/Dxr_grpc copying Dxr_grpc/Datas_pb2_grpc.py -> build/lib/Dxr_grpc copying Dxr_grpc/dxr_grpc_server.py -> build/lib/Dxr_grpc creating build/lib/Dxr_isapi copying Dxr_isapi/constants.py -> build/lib/Dxr_isapi copying Dxr_isapi/error.py -> build/lib/Dxr_isapi copying Dxr_isapi/api.py -> build/lib/Dxr_isapi copying Dxr_isapi/__init__.py -> build/lib/Dxr_isapi copying Dxr_isapi/ir_client.py -> build/lib/Dxr_isapi package init file 'Dxr_voice/__init__.py' not found (or not a regular file) creating build/lib/Dxr_voice copying Dxr_voice/dxr_whisper.py -> build/lib/Dxr_voice copying Dxr_voice/dxr_tts.py -> build/lib/Dxr_voice creating build/lib/Dxr_Chat copying Dxr_Chat/test.py -> build/lib/Dxr_Chat copying Dxr_Chat/__init__.py -> build/lib/Dxr_Chat copying Dxr_Chat/ChatGPT.py -> build/lib/Dxr_Chat copying Dxr_Chat/utils.py -> build/lib/Dxr_Chat creating build/lib/Dxr_redis copying Dxr_redis/redis_client.py -> build/lib/Dxr_redis copying Dxr_redis/__init__.py -> build/lib/Dxr_redis creating build/lib/dxr_cli copying dxr_cli/code_execution.py -> build/lib/dxr_cli copying dxr_cli/__init__.py -> build/lib/dxr_cli copying dxr_cli/cli.py -> build/lib/dxr_cli copying dxr_cli/ChatGPT.py -> build/lib/dxr_cli copying dxr_cli/utils.py -> build/lib/dxr_cli + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.H3Po6t + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64 + cd DXR-1.9.1 + 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-DXR-1.9.1-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-DXR-1.9.1-1.x86_64/usr creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt copying build/lib/Dxr_mqtt/dxr_log.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt copying build/lib/Dxr_mqtt/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt copying build/lib/Dxr_mqtt/dxr_mqtt.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt copying build/lib/Dxr_mqtt/msg.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt copying build/lib/Dxr_mqtt/dxr_mqtt_2.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_serial copying build/lib/Dxr_serial/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_serial copying build/lib/Dxr_serial/Dxr_serial.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_serial creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_voice copying build/lib/Dxr_voice/dxr_whisper.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_voice copying build/lib/Dxr_voice/dxr_tts.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_voice creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file copying build/lib/Dxr_file/dxr_request_ros.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file copying build/lib/Dxr_file/dxr_requests.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file copying build/lib/Dxr_file/dxr_ssh.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file copying build/lib/Dxr_file/http_server.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file copying build/lib/Dxr_file/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file copying build/lib/Dxr_file/dxr_request.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file copying build/lib/Dxr_file/dxr_file.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat copying build/lib/Dxr_Chat/test.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat copying build/lib/Dxr_Chat/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat copying build/lib/Dxr_Chat/ChatGPT.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat copying build/lib/Dxr_Chat/utils.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_bytes copying build/lib/Dxr_bytes/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_bytes copying build/lib/Dxr_bytes/Dxr_bytes.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_bytes creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_redis copying build/lib/Dxr_redis/redis_client.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_redis copying build/lib/Dxr_redis/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_redis creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi copying build/lib/Dxr_isapi/constants.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi copying build/lib/Dxr_isapi/error.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi copying build/lib/Dxr_isapi/api.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi copying build/lib/Dxr_isapi/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi copying build/lib/Dxr_isapi/ir_client.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc copying build/lib/Dxr_grpc/audios_pb2.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc copying build/lib/Dxr_grpc/Datas_pb2.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc copying build/lib/Dxr_grpc/audios_pb2_grpc.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc copying build/lib/Dxr_grpc/dxr_grpc_audio_client.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc copying build/lib/Dxr_grpc/dxr_grpc_audio_server.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc copying build/lib/Dxr_grpc/dxr_grpc_client.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc copying build/lib/Dxr_grpc/Datas_pb2_grpc.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc copying build/lib/Dxr_grpc/dxr_grpc_server.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_yaml copying build/lib/Dxr_yaml/Dxr_yaml.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_yaml copying build/lib/Dxr_yaml/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_yaml creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/Datas_pb2.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/HCNetSDK.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/video.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/VideoStreamer.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/video_server.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/global_values.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/test_main.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/PlayCtrl.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/Datas_pb2_grpc.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video copying build/lib/Dxr_video/video_hk.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli copying build/lib/dxr_cli/code_execution.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli copying build/lib/dxr_cli/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli copying build/lib/dxr_cli/cli.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli copying build/lib/dxr_cli/ChatGPT.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli copying build/lib/dxr_cli/utils.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_log copying build/lib/Dxr_log/log.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_log copying build/lib/Dxr_log/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_log creating /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils copying build/lib/Dxr_utils/dxr_utils.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils copying build/lib/Dxr_utils/gvalues.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils copying build/lib/Dxr_utils/__init__.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils copying build/lib/Dxr_utils/dxr_ftp.py -> /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt/dxr_log.py to dxr_log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt/dxr_mqtt.py to dxr_mqtt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt/msg.py to msg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_mqtt/dxr_mqtt_2.py to dxr_mqtt_2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_serial/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_serial/Dxr_serial.py to Dxr_serial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_voice/dxr_whisper.py to dxr_whisper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_voice/dxr_tts.py to dxr_tts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file/dxr_request_ros.py to dxr_request_ros.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file/dxr_requests.py to dxr_requests.cpython-39.pyc File "/usr/lib/python3.9/site-packages/Dxr_file/dxr_requests.py", line 67 def ssh_upload_face(local_path, remote_path, ip,, *args, **kwargs): ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file/dxr_ssh.py to dxr_ssh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file/http_server.py to http_server.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file/dxr_request.py to dxr_request.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file/dxr_file.py to dxr_file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat/test.py to test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat/ChatGPT.py to ChatGPT.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_Chat/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_bytes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py to Dxr_bytes.cpython-39.pyc /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:158: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:179: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:200: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:221: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:242: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:263: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:370: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:403: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:436: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:469: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:502: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:535: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:601: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:625: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:649: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:673: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:697: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:721: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:809: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_redis/redis_client.py to redis_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_redis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi/error.py to error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_isapi/ir_client.py to ir_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc/audios_pb2.py to audios_pb2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc/Datas_pb2.py to Datas_pb2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc/audios_pb2_grpc.py to audios_pb2_grpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc/dxr_grpc_audio_client.py to dxr_grpc_audio_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc/dxr_grpc_audio_server.py to dxr_grpc_audio_server.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc/dxr_grpc_client.py to dxr_grpc_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc/Datas_pb2_grpc.py to Datas_pb2_grpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_grpc/dxr_grpc_server.py to dxr_grpc_server.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_yaml/Dxr_yaml.py to Dxr_yaml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_yaml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/Datas_pb2.py to Datas_pb2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/HCNetSDK.py to HCNetSDK.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/video.py to video.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/VideoStreamer.py to VideoStreamer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/video_server.py to video_server.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/global_values.py to global_values.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/test_main.py to test_main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/PlayCtrl.py to PlayCtrl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/Datas_pb2_grpc.py to Datas_pb2_grpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_video/video_hk.py to video_hk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli/code_execution.py to code_execution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli/ChatGPT.py to ChatGPT.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/dxr_cli/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_log/log.py to log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_log/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils/dxr_utils.py to dxr_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils/gvalues.py to gvalues.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_utils/dxr_ftp.py to dxr_ftp.cpython-39.pyc writing byte-compilation script '/tmp/tmpgqnwlfdg.py' /usr/bin/python3 /tmp/tmpgqnwlfdg.py File "/usr/lib/python3.9/site-packages/Dxr_file/dxr_requests.py", line 67 def ssh_upload_face(local_path, remote_path, ip,, *args, **kwargs): ^ SyntaxError: invalid syntax /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:158: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:179: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:200: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:221: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:242: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:263: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:370: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:403: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:436: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:469: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:502: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:535: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:601: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:625: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:649: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:673: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:697: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:721: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:809: SyntaxWarning: "is" with a literal. Did you mean "=="? removing /tmp/tmpgqnwlfdg.py running install_egg_info running egg_info writing DXR.egg-info/PKG-INFO writing dependency_links to DXR.egg-info/dependency_links.txt writing entry points to DXR.egg-info/entry_points.txt writing requirements to DXR.egg-info/requires.txt writing top-level names to DXR.egg-info/top_level.txt package init file 'Dxr_grpc/__init__.py' not found (or not a regular file) package init file 'Dxr_voice/__init__.py' not found (or not a regular file) reading manifest file 'DXR.egg-info/SOURCES.txt' writing manifest file 'DXR.egg-info/SOURCES.txt' Copying DXR.egg-info to /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/DXR-1.9.1-py3.9.egg-info running install_scripts Installing dxr script to /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64//usr/share/doc/python-DXR + '[' -d doc ']' ~/build/BUILDROOT/python-DXR-1.9.1-1.x86_64 ~/build/BUILD/DXR-1.9.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-DXR-1.9.1-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/DXR-1.9.1 + mv /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.9.1-1 --unique-debug-suffix -1.9.1-1.x86_64 --unique-debug-src-base python-DXR-1.9.1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/DXR-1.9.1 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-DXR-1.9.1-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:158: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:179: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:200: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:221: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:242: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:263: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:370: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:403: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:436: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:469: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:502: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:535: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:601: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:625: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:649: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:673: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:697: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:721: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/Dxr_bytes/Dxr_bytes.py:809: SyntaxWarning: "is" with a literal. Did you mean "=="? *** Error compiling '/builddir/build/BUILDROOT/python-DXR-1.9.1-1.x86_64/usr/lib/python3.9/site-packages/Dxr_file/dxr_requests.py'... File "/usr/lib/python3.9/site-packages/Dxr_file/dxr_requests.py", line 67 def ssh_upload_face(local_path, remote_path, ip,, *args, **kwargs): ^ SyntaxError: invalid syntax error: Bad exit status from /var/tmp/rpm-tmp.H3Po6t (%install) Bad exit status from /var/tmp/rpm-tmp.H3Po6t (%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-dxr.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/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-dxr.spec