Mock Version: 3.5
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs  --target aarch64 --nodeps /builddir/build/SPECS/python-tm1py.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681868509.314132/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffff88808410>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs  --target aarch64 --nodeps /builddir/build/SPECS/python-tm1py.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
/etc/profile.d/system-info.sh: line 55: ps: command not found
Building target platforms: aarch64
Building for target aarch64
Wrote: /builddir/build/SRPMS/python-TM1py-1.10.2-1.src.rpm
Child return code was: 0
Mock Version: 3.5
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs  --target aarch64 --nodeps /builddir/build/SPECS/python-tm1py.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681868509.314132/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffff81919290>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs  --target aarch64 --nodeps /builddir/build/SPECS/python-tm1py.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
/etc/profile.d/system-info.sh: line 55: ps: command not found
Building target platforms: aarch64
Building for target aarch64
Wrote: /builddir/build/SRPMS/python-TM1py-1.10.2-1.src.rpm
Child return code was: 0
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb  --target aarch64 --nodeps /builddir/build/SPECS/python-tm1py.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681868509.314132/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0xffff81919290>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb  --target aarch64 --nodeps /builddir/build/SPECS/python-tm1py.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
/etc/profile.d/system-info.sh: line 55: ps: command not found
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.y8ty1i
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf TM1py-1.10.2
+ /usr/bin/gzip -dc /builddir/build/SOURCES/tm1py-1.10.2.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd TM1py-1.10.2
+ /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.l4q19p
+ umask 022
+ cd /builddir/build/BUILD
+ cd TM1py-1.10.2
+ 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 -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/TM1py
copying TM1py/__init__.py -> build/lib/TM1py
creating build/lib/TM1py/Exceptions
copying TM1py/Exceptions/Exceptions.py -> build/lib/TM1py/Exceptions
copying TM1py/Exceptions/__init__.py -> build/lib/TM1py/Exceptions
creating build/lib/TM1py/Objects
copying TM1py/Objects/ElementAttribute.py -> build/lib/TM1py/Objects
copying TM1py/Objects/MDXView.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Git.py -> build/lib/TM1py/Objects
copying TM1py/Objects/GitCommit.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Annotation.py -> build/lib/TM1py/Objects
copying TM1py/Objects/ChoreFrequency.py -> build/lib/TM1py/Objects
copying TM1py/Objects/ProcessDebugBreakpoint.py -> build/lib/TM1py/Objects
copying TM1py/Objects/ChoreTask.py -> build/lib/TM1py/Objects
copying TM1py/Objects/ChoreStartTime.py -> build/lib/TM1py/Objects
copying TM1py/Objects/GitPlan.py -> build/lib/TM1py/Objects
copying TM1py/Objects/GitProject.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Server.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Subset.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Hierarchy.py -> build/lib/TM1py/Objects
copying TM1py/Objects/NativeView.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Application.py -> build/lib/TM1py/Objects
copying TM1py/Objects/TM1Object.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Dimension.py -> build/lib/TM1py/Objects
copying TM1py/Objects/User.py -> build/lib/TM1py/Objects
copying TM1py/Objects/__init__.py -> build/lib/TM1py/Objects
copying TM1py/Objects/GitRemote.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Process.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Axis.py -> build/lib/TM1py/Objects
copying TM1py/Objects/View.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Sandbox.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Chore.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Element.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Cube.py -> build/lib/TM1py/Objects
copying TM1py/Objects/Rules.py -> build/lib/TM1py/Objects
creating build/lib/TM1py/Services
copying TM1py/Services/AnnotationService.py -> build/lib/TM1py/Services
copying TM1py/Services/TM1Service.py -> build/lib/TM1py/Services
copying TM1py/Services/SecurityService.py -> build/lib/TM1py/Services
copying TM1py/Services/CubeService.py -> build/lib/TM1py/Services
copying TM1py/Services/SubsetService.py -> build/lib/TM1py/Services
copying TM1py/Services/ApplicationService.py -> build/lib/TM1py/Services
copying TM1py/Services/ServerService.py -> build/lib/TM1py/Services
copying TM1py/Services/MonitoringService.py -> build/lib/TM1py/Services
copying TM1py/Services/HierarchyService.py -> build/lib/TM1py/Services
copying TM1py/Services/ElementService.py -> build/lib/TM1py/Services
copying TM1py/Services/ViewService.py -> build/lib/TM1py/Services
copying TM1py/Services/PowerBiService.py -> build/lib/TM1py/Services
copying TM1py/Services/DimensionService.py -> build/lib/TM1py/Services
copying TM1py/Services/ProcessService.py -> build/lib/TM1py/Services
copying TM1py/Services/ChoreService.py -> build/lib/TM1py/Services
copying TM1py/Services/RestService.py -> build/lib/TM1py/Services
copying TM1py/Services/__init__.py -> build/lib/TM1py/Services
copying TM1py/Services/ObjectService.py -> build/lib/TM1py/Services
copying TM1py/Services/CellService.py -> build/lib/TM1py/Services
copying TM1py/Services/SandboxService.py -> build/lib/TM1py/Services
copying TM1py/Services/GitService.py -> build/lib/TM1py/Services
creating build/lib/TM1py/Utils
copying TM1py/Utils/__init__.py -> build/lib/TM1py/Utils
copying TM1py/Utils/MDXUtils.py -> build/lib/TM1py/Utils
copying TM1py/Utils/Utils.py -> build/lib/TM1py/Utils
+ sleep 1
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Me1lZN
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64
++ dirname /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64
+ cd TM1py-1.10.2
+ 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 -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-TM1py-1.10.2-1.aarch64
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-TM1py-1.10.2-1.aarch64/usr
creating /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib
creating /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9
creating /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages
creating /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py
creating /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/ElementAttribute.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/MDXView.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Git.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/GitCommit.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Annotation.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/ChoreFrequency.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/ProcessDebugBreakpoint.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/ChoreTask.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/ChoreStartTime.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/GitPlan.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/GitProject.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Server.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Subset.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Hierarchy.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/NativeView.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Application.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/TM1Object.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Dimension.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/User.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/__init__.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/GitRemote.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Process.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Axis.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/View.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Sandbox.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Chore.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Element.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Cube.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
copying build/lib/TM1py/Objects/Rules.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects
creating /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Exceptions
copying build/lib/TM1py/Exceptions/Exceptions.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Exceptions
copying build/lib/TM1py/Exceptions/__init__.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Exceptions
creating /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/AnnotationService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/TM1Service.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/SecurityService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/CubeService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/SubsetService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/ApplicationService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/ServerService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/MonitoringService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/HierarchyService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/ElementService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/ViewService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/PowerBiService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/DimensionService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/ProcessService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/ChoreService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/RestService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/__init__.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/ObjectService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/CellService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/SandboxService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/Services/GitService.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services
copying build/lib/TM1py/__init__.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py
creating /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Utils
copying build/lib/TM1py/Utils/__init__.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Utils
copying build/lib/TM1py/Utils/MDXUtils.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Utils
copying build/lib/TM1py/Utils/Utils.py -> /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Utils
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/ElementAttribute.py to ElementAttribute.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/MDXView.py to MDXView.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Git.py to Git.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/GitCommit.py to GitCommit.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Annotation.py to Annotation.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/ChoreFrequency.py to ChoreFrequency.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/ProcessDebugBreakpoint.py to ProcessDebugBreakpoint.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/ChoreTask.py to ChoreTask.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/ChoreStartTime.py to ChoreStartTime.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/GitPlan.py to GitPlan.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/GitProject.py to GitProject.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Server.py to Server.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Subset.py to Subset.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Hierarchy.py to Hierarchy.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/NativeView.py to NativeView.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Application.py to Application.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/TM1Object.py to TM1Object.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Dimension.py to Dimension.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/User.py to User.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/GitRemote.py to GitRemote.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Process.py to Process.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Axis.py to Axis.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/View.py to View.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Sandbox.py to Sandbox.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Chore.py to Chore.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Element.py to Element.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Cube.py to Cube.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Objects/Rules.py to Rules.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Exceptions/Exceptions.py to Exceptions.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Exceptions/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/AnnotationService.py to AnnotationService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/TM1Service.py to TM1Service.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/SecurityService.py to SecurityService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/CubeService.py to CubeService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/SubsetService.py to SubsetService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/ApplicationService.py to ApplicationService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/ServerService.py to ServerService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/MonitoringService.py to MonitoringService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/HierarchyService.py to HierarchyService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/ElementService.py to ElementService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/ViewService.py to ViewService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/PowerBiService.py to PowerBiService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/DimensionService.py to DimensionService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/ProcessService.py to ProcessService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/ChoreService.py to ChoreService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/RestService.py to RestService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/ObjectService.py to ObjectService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/CellService.py to CellService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/SandboxService.py to SandboxService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Services/GitService.py to GitService.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Utils/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Utils/MDXUtils.py to MDXUtils.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py/Utils/Utils.py to Utils.cpython-39.pyc
writing byte-compilation script '/tmp/tmpax260pv0.py'
/usr/bin/python3 /tmp/tmpax260pv0.py
removing /tmp/tmpax260pv0.py
running install_egg_info
running egg_info
writing TM1py.egg-info/PKG-INFO
writing dependency_links to TM1py.egg-info/dependency_links.txt
writing requirements to TM1py.egg-info/requires.txt
writing top-level names to TM1py.egg-info/top_level.txt
reading manifest file 'TM1py.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'TM1py.egg-info/SOURCES.txt'
Copying TM1py.egg-info to /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/usr/lib/python3.9/site-packages/TM1py-1.10.2-py3.9.egg-info
running install_scripts
+ install -d -m755 /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64//usr/share/doc/python-TM1py
+ '[' -d doc ']'
+ '[' -d docs ']'
+ cp -arf docs /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64//usr/share/doc/python-TM1py
+ '[' -d example ']'
~/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64 ~/build/BUILD/TM1py-1.10.2
+ '[' -d examples ']'
+ pushd /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64
+ '[' -d usr/lib ']'
+ find usr/lib -type f -printf '/%h/%f\n'
+ '[' -d usr/lib64 ']'
+ '[' -d usr/bin ']'
+ '[' -d usr/sbin ']'
+ touch doclist.lst
+ '[' -d usr/share/man ']'
~/build/BUILD/TM1py-1.10.2
+ popd
+ mv /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/filelist.lst .
+ mv /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64/doclist.lst .
+ /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.10.2-1 --unique-debug-suffix -1.10.2-1.aarch64 --unique-debug-src-base python-TM1py-1.10.2-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/TM1py-1.10.2
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-TM1py-1.10.2-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9
+ /usr/lib/rpm/brp-python-hardlink
Processing files: python3-TM1py-1.10.2-1.noarch
Provides: python-TM1py python3-TM1py = 1.10.2-1 python3.9dist(tm1py) = 1.10.2 python3dist(tm1py) = 1.10.2
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9 python3.9dist(ijson) python3.9dist(mdxpy) >= 0.4 python3.9dist(pytz) python3.9dist(requests)
Processing files: python-TM1py-help-1.10.2-1.noarch
warning: Empty %files file /builddir/build/BUILD/TM1py-1.10.2/doclist.lst
Provides: python-TM1py-help = 1.10.2-1 python3-TM1py-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-TM1py-1.10.2-1.aarch64
Wrote: /builddir/build/RPMS/python-TM1py-help-1.10.2-1.noarch.rpm
Wrote: /builddir/build/RPMS/python3-TM1py-1.10.2-1.noarch.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lsPmby
+ umask 022
+ cd /builddir/build/BUILD
+ cd TM1py-1.10.2
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-TM1py-1.10.2-1.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Child return code was: 0