Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-xotl-tools.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686613825.857354/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 aarch64 --nodeps /builddir/build/SPECS/python-xotl-tools.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-xotl.tools-2.2.5-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-xotl-tools.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686613825.857354/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 aarch64 --nodeps /builddir/build/SPECS/python-xotl-tools.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-xotl.tools-2.2.5-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-xotl-tools.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686613825.857354/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 aarch64 --nodeps /builddir/build/SPECS/python-xotl-tools.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ygKN1r + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xotl.tools-2.2.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/xotl.tools-2.2.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd xotl.tools-2.2.5 + /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.wpNUkI + umask 022 + cd /builddir/build/BUILD + cd xotl.tools-2.2.5 + 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' /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'tag-date' will not be supported in future versions. Please use the underscore name 'tag_date' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/xoutil copying xoutil/release.py -> build/lib/xoutil copying xoutil/__init__.py -> build/lib/xoutil creating build/lib/xotl copying xotl/__init__.py -> build/lib/xotl creating build/lib/tests copying tests/test_collections.py -> build/lib/tests copying tests/test_csv.py -> build/lib/tests copying tests/test_names.py -> build/lib/tests copying tests/test_keywords.py -> build/lib/tests copying tests/test_records.py -> build/lib/tests copying tests/test_fp.py -> build/lib/tests copying tests/test_decorators.py -> build/lib/tests copying tests/customizetestbed.py -> build/lib/tests copying tests/test_functools2.py -> build/lib/tests copying tests/test_functools.py -> build/lib/tests copying tests/test_params.py -> build/lib/tests copying tests/test_context.py -> build/lib/tests copying tests/test_safe.py -> build/lib/tests copying tests/test_objects.py -> build/lib/tests copying tests/test_string.py -> build/lib/tests copying tests/test_cli.py -> build/lib/tests copying tests/test_codecs.py -> build/lib/tests copying tests/test_types.py -> build/lib/tests copying tests/test_fs.py -> build/lib/tests copying tests/test_tools.py -> build/lib/tests copying tests/test_graphlib.py -> build/lib/tests copying tests/test_bound.py -> build/lib/tests copying tests/test_dim.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_infinity.py -> build/lib/tests copying tests/test_tasking.py -> build/lib/tests copying tests/test_clisp.py -> build/lib/tests copying tests/test_bases.py -> build/lib/tests copying tests/test_iterators.py -> build/lib/tests copying tests/testbed.py -> build/lib/tests copying tests/test_pprint.py -> build/lib/tests copying tests/test_textwrap.py -> build/lib/tests copying tests/test_symbols.py -> build/lib/tests copying tests/test_datetime.py -> build/lib/tests copying tests/test_modules.py -> build/lib/tests creating build/lib/xotl/tools copying xotl/tools/clipping.py -> build/lib/xotl/tools copying xotl/tools/string.py -> build/lib/xotl/tools copying xotl/tools/crypto.py -> build/lib/xotl/tools copying xotl/tools/tools.py -> build/lib/xotl/tools copying xotl/tools/bases.py -> build/lib/xotl/tools copying xotl/tools/web.py -> build/lib/xotl/tools copying xotl/tools/symbols.py -> build/lib/xotl/tools copying xotl/tools/names.py -> build/lib/xotl/tools copying xotl/tools/cpystack.py -> build/lib/xotl/tools copying xotl/tools/bound.py -> build/lib/xotl/tools copying xotl/tools/objects.py -> build/lib/xotl/tools copying xotl/tools/versions.py -> build/lib/xotl/tools copying xotl/tools/params.py -> build/lib/xotl/tools copying xotl/tools/modules.py -> build/lib/xotl/tools copying xotl/tools/release.py -> build/lib/xotl/tools copying xotl/tools/infinity.py -> build/lib/xotl/tools copying xotl/tools/_version.py -> build/lib/xotl/tools copying xotl/tools/__init__.py -> build/lib/xotl/tools copying xotl/tools/records.py -> build/lib/xotl/tools copying xotl/tools/deprecation.py -> build/lib/xotl/tools copying xotl/tools/keywords.py -> build/lib/xotl/tools copying xotl/tools/context.py -> build/lib/xotl/tools copying xotl/tools/progress.py -> build/lib/xotl/tools creating build/lib/xotl/tools/cli copying xotl/tools/cli/tools.py -> build/lib/xotl/tools/cli copying xotl/tools/cli/app.py -> build/lib/xotl/tools/cli copying xotl/tools/cli/__init__.py -> build/lib/xotl/tools/cli creating build/lib/xotl/tools/fp copying xotl/tools/fp/tools.py -> build/lib/xotl/tools/fp copying xotl/tools/fp/iterators.py -> build/lib/xotl/tools/fp copying xotl/tools/fp/__init__.py -> build/lib/xotl/tools/fp copying xotl/tools/fp/option.py -> build/lib/xotl/tools/fp creating build/lib/xotl/tools/dim copying xotl/tools/dim/currencies.py -> build/lib/xotl/tools/dim copying xotl/tools/dim/meta.py -> build/lib/xotl/tools/dim copying xotl/tools/dim/base.py -> build/lib/xotl/tools/dim copying xotl/tools/dim/__init__.py -> build/lib/xotl/tools/dim creating build/lib/xotl/tools/validators copying xotl/tools/validators/identifiers.py -> build/lib/xotl/tools/validators copying xotl/tools/validators/__init__.py -> build/lib/xotl/tools/validators creating build/lib/xotl/tools/fs copying xotl/tools/fs/path.py -> build/lib/xotl/tools/fs copying xotl/tools/fs/__init__.py -> build/lib/xotl/tools/fs creating build/lib/xotl/tools/values copying xotl/tools/values/simple.py -> build/lib/xotl/tools/values copying xotl/tools/values/ids.py -> build/lib/xotl/tools/values copying xotl/tools/values/__init__.py -> build/lib/xotl/tools/values creating build/lib/xotl/tools/testing copying xotl/tools/testing/datetime.py -> build/lib/xotl/tools/testing copying xotl/tools/testing/__init__.py -> build/lib/xotl/tools/testing creating build/lib/xotl/tools/tasking copying xotl/tools/tasking/safe.py -> build/lib/xotl/tools/tasking copying xotl/tools/tasking/__init__.py -> build/lib/xotl/tools/tasking copying xotl/tools/tasking/_greenlet_local.py -> build/lib/xotl/tools/tasking copying xotl/tools/tasking/lock.py -> build/lib/xotl/tools/tasking creating build/lib/xotl/tools/decorator copying xotl/tools/decorator/development.py -> build/lib/xotl/tools/decorator copying xotl/tools/decorator/meta.py -> build/lib/xotl/tools/decorator copying xotl/tools/decorator/__init__.py -> build/lib/xotl/tools/decorator creating build/lib/xotl/tools/future copying xotl/tools/future/json.py -> build/lib/xotl/tools/future copying xotl/tools/future/threading.py -> build/lib/xotl/tools/future copying xotl/tools/future/time.py -> build/lib/xotl/tools/future copying xotl/tools/future/mimetypes.py -> build/lib/xotl/tools/future copying xotl/tools/future/codecs.py -> build/lib/xotl/tools/future copying xotl/tools/future/subprocess.py -> build/lib/xotl/tools/future copying xotl/tools/future/textwrap.py -> build/lib/xotl/tools/future copying xotl/tools/future/contextlib.py -> build/lib/xotl/tools/future copying xotl/tools/future/datetime.py -> build/lib/xotl/tools/future copying xotl/tools/future/_graphlib.py -> build/lib/xotl/tools/future copying xotl/tools/future/graphlib.py -> build/lib/xotl/tools/future copying xotl/tools/future/pprint.py -> build/lib/xotl/tools/future copying xotl/tools/future/__init__.py -> build/lib/xotl/tools/future copying xotl/tools/future/functools.py -> build/lib/xotl/tools/future copying xotl/tools/future/itertools.py -> build/lib/xotl/tools/future copying xotl/tools/future/types.py -> build/lib/xotl/tools/future copying xotl/tools/future/collections.py -> build/lib/xotl/tools/future copying xotl/tools/future/csv.py -> build/lib/xotl/tools/future copying xotl/tools/future/inspect.py -> build/lib/xotl/tools/future copying xotl/tools/future/calendar.py -> build/lib/xotl/tools/future creating build/lib/xotl/tools/fp/prove copying xotl/tools/fp/prove/__init__.py -> build/lib/xotl/tools/fp/prove copying xotl/tools/fp/prove/semantic.py -> build/lib/xotl/tools/fp/prove running egg_info writing xotl.tools.egg-info/PKG-INFO writing dependency_links to xotl.tools.egg-info/dependency_links.txt writing namespace_packages to xotl.tools.egg-info/namespace_packages.txt writing requirements to xotl.tools.egg-info/requires.txt writing top-level names to xotl.tools.egg-info/top_level.txt reading manifest file 'xotl.tools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' warning: no files found matching '*.pyi' warning: no files found matching '*.txt' under directory 'docs' warning: no files found matching '*.txt' under directory 'xotl' warning: no files found matching '*.rst' under directory 'xotl' warning: no files found matching '*.txt' under directory 'xoutil' warning: no files found matching '*.rst' under directory 'xoutil' warning: no files found matching '*.pyi' under directory 'xoutil' no previously-included directories found matching '.tox' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' writing manifest file 'xotl.tools.egg-info/SOURCES.txt' copying xotl/tools/_version.pyi -> build/lib/xotl/tools copying xotl/tools/context.pyi -> build/lib/xotl/tools copying xotl/tools/objects.pyi -> build/lib/xotl/tools copying xotl/tools/py.typed -> build/lib/xotl/tools creating build/lib/xotl/tools/benchmark copying xotl/tools/benchmark/mp.py -> build/lib/xotl/tools/benchmark copying xotl/tools/fp/iterators.pyi -> build/lib/xotl/tools/fp copying xotl/tools/fp/tools.pyi -> build/lib/xotl/tools/fp copying xotl/tools/dim/base.pyi -> build/lib/xotl/tools/dim copying xotl/tools/future/datetime.pyi -> build/lib/xotl/tools/future copying xotl/tools/future/json.pyi -> build/lib/xotl/tools/future UPDATING build/lib/xotl/tools/_version.py set build/lib/xotl/tools/_version.py to '2.2.5' + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.e9Q7lZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64 + cd xotl.tools-2.2.5 + 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-xotl.tools-2.2.5-1.aarch64 /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'tag-date' will not be supported in future versions. Please use the underscore name 'tag_date' instead warnings.warn( 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 copying xoutil/release.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xoutil copying xoutil/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xoutil Skipping installation of /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/__init__.py (namespace package) copying xotl/tools/clipping.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/py.typed -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/string.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/crypto.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/tools.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/bases.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/web.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/symbols.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/names.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/cpystack.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/bound.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/objects.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/versions.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/context.pyi -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/params.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/_version.pyi -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/modules.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/release.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/infinity.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/_version.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/records.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/objects.pyi -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/deprecation.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/keywords.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/context.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/progress.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools copying xotl/tools/cli/tools.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/cli copying xotl/tools/cli/app.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/cli copying xotl/tools/cli/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/cli copying xotl/tools/fp/iterators.pyi -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp copying xotl/tools/fp/tools.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp copying xotl/tools/fp/tools.pyi -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp copying xotl/tools/fp/iterators.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp copying xotl/tools/fp/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp copying xotl/tools/fp/option.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp copying xotl/tools/fp/prove/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp/prove copying xotl/tools/fp/prove/semantic.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp/prove copying xotl/tools/dim/base.pyi -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim copying xotl/tools/dim/currencies.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim copying xotl/tools/dim/meta.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim copying xotl/tools/dim/base.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim copying xotl/tools/dim/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim copying xotl/tools/validators/identifiers.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/validators copying xotl/tools/validators/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/validators copying xotl/tools/fs/path.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fs copying xotl/tools/fs/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fs copying xotl/tools/values/simple.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/values copying xotl/tools/values/ids.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/values copying xotl/tools/values/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/values copying xotl/tools/testing/datetime.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/testing copying xotl/tools/testing/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/testing copying xotl/tools/benchmark/mp.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/benchmark copying xotl/tools/tasking/safe.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tasking copying xotl/tools/tasking/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tasking copying xotl/tools/tasking/_greenlet_local.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tasking copying xotl/tools/tasking/lock.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tasking copying xotl/tools/decorator/development.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/decorator copying xotl/tools/decorator/meta.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/decorator copying xotl/tools/decorator/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/decorator copying xotl/tools/future/json.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/threading.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/time.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/mimetypes.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/codecs.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/subprocess.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/textwrap.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/contextlib.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/datetime.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/json.pyi -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/_graphlib.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/datetime.pyi -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/graphlib.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/pprint.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/functools.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/itertools.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/types.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/collections.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/csv.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/inspect.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying xotl/tools/future/calendar.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future copying tests/test_collections.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_csv.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_names.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_keywords.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_records.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_fp.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_decorators.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/customizetestbed.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_functools2.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_functools.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_params.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_context.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_safe.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_objects.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_string.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_cli.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_codecs.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_types.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_fs.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_tools.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_graphlib.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_bound.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_dim.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/__init__.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_infinity.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_tasking.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_clisp.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_bases.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_iterators.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/testbed.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_pprint.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_textwrap.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_symbols.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_datetime.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying tests/test_modules.py -> /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xoutil/release.py to release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xoutil/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/clipping.py to clipping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/string.py to string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/crypto.py to crypto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tools.py to tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/bases.py to bases.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/web.py to web.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/symbols.py to symbols.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/names.py to names.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/cpystack.py to cpystack.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/bound.py to bound.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/objects.py to objects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/versions.py to versions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/params.py to params.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/modules.py to modules.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/release.py to release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/infinity.py to infinity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/_version.py to _version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/records.py to records.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/deprecation.py to deprecation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/keywords.py to keywords.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/context.py to context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/progress.py to progress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/cli/tools.py to tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/cli/app.py to app.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/cli/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp/tools.py to tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp/iterators.py to iterators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp/option.py to option.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp/prove/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fp/prove/semantic.py to semantic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim/currencies.py to currencies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim/meta.py to meta.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/dim/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/validators/identifiers.py to identifiers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/validators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fs/path.py to path.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/fs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/values/simple.py to simple.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/values/ids.py to ids.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/values/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/testing/datetime.py to datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/testing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/benchmark/mp.py to mp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tasking/safe.py to safe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tasking/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tasking/_greenlet_local.py to _greenlet_local.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/tasking/lock.py to lock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/decorator/development.py to development.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/decorator/meta.py to meta.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/decorator/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/json.py to json.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/threading.py to threading.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/time.py to time.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/mimetypes.py to mimetypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/codecs.py to codecs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/subprocess.py to subprocess.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/textwrap.py to textwrap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/contextlib.py to contextlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/datetime.py to datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/_graphlib.py to _graphlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/graphlib.py to graphlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/pprint.py to pprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/functools.py to functools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/itertools.py to itertools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/collections.py to collections.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/csv.py to csv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/inspect.py to inspect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl/tools/future/calendar.py to calendar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_collections.py to test_collections.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_csv.py to test_csv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_names.py to test_names.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_keywords.py to test_keywords.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_records.py to test_records.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_fp.py to test_fp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_decorators.py to test_decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/customizetestbed.py to customizetestbed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_functools2.py to test_functools2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_functools.py to test_functools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_params.py to test_params.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_context.py to test_context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_safe.py to test_safe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_objects.py to test_objects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_string.py to test_string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_cli.py to test_cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_codecs.py to test_codecs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_types.py to test_types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_fs.py to test_fs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_tools.py to test_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_graphlib.py to test_graphlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_bound.py to test_bound.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_dim.py to test_dim.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_infinity.py to test_infinity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_tasking.py to test_tasking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_clisp.py to test_clisp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_bases.py to test_bases.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_iterators.py to test_iterators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/testbed.py to testbed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_pprint.py to test_pprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_textwrap.py to test_textwrap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_symbols.py to test_symbols.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_datetime.py to test_datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/test_modules.py to test_modules.cpython-39.pyc writing byte-compilation script '/tmp/tmpze2cw3a3.py' /usr/bin/python3 /tmp/tmpze2cw3a3.py removing /tmp/tmpze2cw3a3.py running install_egg_info running egg_info writing xotl.tools.egg-info/PKG-INFO writing dependency_links to xotl.tools.egg-info/dependency_links.txt writing namespace_packages to xotl.tools.egg-info/namespace_packages.txt writing requirements to xotl.tools.egg-info/requires.txt writing top-level names to xotl.tools.egg-info/top_level.txt reading manifest file 'xotl.tools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' warning: no files found matching '*.pyi' warning: no files found matching '*.txt' under directory 'docs' warning: no files found matching '*.txt' under directory 'xotl' warning: no files found matching '*.rst' under directory 'xotl' warning: no files found matching '*.txt' under directory 'xoutil' warning: no files found matching '*.rst' under directory 'xoutil' warning: no files found matching '*.pyi' under directory 'xoutil' no previously-included directories found matching '.tox' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' writing manifest file 'xotl.tools.egg-info/SOURCES.txt' Copying xotl.tools.egg-info to /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl.tools-2.2.5-py3.9.egg-info Installing /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9/site-packages/xotl.tools-2.2.5-py3.9-nspkg.pth running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64//usr/share/doc/python-xotl.tools + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64//usr/share/doc/python-xotl.tools + '[' -d example ']' ~/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64 ~/build/BUILD/xotl.tools-2.2.5 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-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/xotl.tools-2.2.5 + popd + mv /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.2.5-1 --unique-debug-suffix -2.2.5-1.aarch64 --unique-debug-src-base python-xotl.tools-2.2.5-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/xotl.tools-2.2.5 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-xotl.tools-2.2.5-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-xotl.tools-2.2.5-1.noarch Provides: python-xotl.tools python3-xotl.tools = 2.2.5-1 python3.9dist(xotl.tools) = 2.2.5 python3dist(xotl.tools) = 2.2.5 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: /usr/bin/env python(abi) = 3.9 python3.9dist(typing-extensions) >= 3.10 Processing files: python-xotl.tools-help-2.2.5-1.noarch warning: Empty %files file /builddir/build/BUILD/xotl.tools-2.2.5/doclist.lst Provides: python-xotl.tools-help = 2.2.5-1 python3-xotl.tools-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-xotl.tools-2.2.5-1.aarch64 Wrote: /builddir/build/RPMS/python-xotl.tools-help-2.2.5-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-xotl.tools-2.2.5-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WDHhRQ + umask 022 + cd /builddir/build/BUILD + cd xotl.tools-2.2.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-xotl.tools-2.2.5-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0