Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-jsonargparse.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681702224.267466/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-jsonargparse.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-jsonargparse-4.20.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 aarch64 --nodeps /builddir/build/SPECS/python-jsonargparse.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681702224.267466/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-jsonargparse.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-jsonargparse-4.20.1-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-jsonargparse.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681702224.267466/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-jsonargparse.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.4e3XZJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jsonargparse-4.20.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/jsonargparse-4.20.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd jsonargparse-4.20.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.qhxNrh + umask 022 + cd /builddir/build/BUILD + cd jsonargparse-4.20.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 -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/jsonargparse_tests copying jsonargparse_tests/test_jsonnet.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_actions.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_typehints.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_cli.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_signatures.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_optionals.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_formatters.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_deprecated.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/base.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/__init__.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_namespace.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_core.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/__main__.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_parameter_resolvers.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_loaders_dumpers.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_link_arguments.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_argcomplete.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_typing.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_util.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_stubs_resolver.py -> build/lib/jsonargparse_tests copying jsonargparse_tests/test_jsonschema.py -> build/lib/jsonargparse_tests creating build/lib/jsonargparse copying jsonargparse/type_checking.py -> build/lib/jsonargparse copying jsonargparse/typing.py -> build/lib/jsonargparse copying jsonargparse/link_arguments.py -> build/lib/jsonargparse copying jsonargparse/jsonschema.py -> build/lib/jsonargparse copying jsonargparse/formatters.py -> build/lib/jsonargparse copying jsonargparse/_common.py -> build/lib/jsonargparse copying jsonargparse/actions.py -> build/lib/jsonargparse copying jsonargparse/parameter_resolvers.py -> build/lib/jsonargparse copying jsonargparse/util.py -> build/lib/jsonargparse copying jsonargparse/core.py -> build/lib/jsonargparse copying jsonargparse/typehints.py -> build/lib/jsonargparse copying jsonargparse/loaders_dumpers.py -> build/lib/jsonargparse copying jsonargparse/cli.py -> build/lib/jsonargparse copying jsonargparse/__init__.py -> build/lib/jsonargparse copying jsonargparse/signatures.py -> build/lib/jsonargparse copying jsonargparse/optionals.py -> build/lib/jsonargparse copying jsonargparse/namespace.py -> build/lib/jsonargparse copying jsonargparse/_stubs_resolver.py -> build/lib/jsonargparse copying jsonargparse/deprecated.py -> build/lib/jsonargparse copying jsonargparse/jsonnet.py -> build/lib/jsonargparse copying jsonargparse/typing.pyi -> build/lib/jsonargparse copying jsonargparse/py.typed -> build/lib/jsonargparse + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yDFvxk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64 + cd jsonargparse-4.20.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 -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-jsonargparse-4.20.1-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-jsonargparse-4.20.1-1.aarch64/usr creating /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_jsonnet.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_actions.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_typehints.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_cli.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_signatures.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_optionals.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_formatters.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_deprecated.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/base.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/__init__.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_namespace.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_core.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/__main__.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_parameter_resolvers.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_loaders_dumpers.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_link_arguments.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_argcomplete.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_typing.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_util.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_stubs_resolver.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests copying build/lib/jsonargparse_tests/test_jsonschema.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests creating /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/type_checking.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/typing.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/link_arguments.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/jsonschema.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/formatters.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/_common.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/actions.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/parameter_resolvers.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/util.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/core.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/typehints.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/typing.pyi -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/loaders_dumpers.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/cli.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/__init__.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/signatures.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/optionals.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/namespace.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/_stubs_resolver.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/deprecated.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/py.typed -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse copying build/lib/jsonargparse/jsonnet.py -> /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_jsonnet.py to test_jsonnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_actions.py to test_actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_typehints.py to test_typehints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_cli.py to test_cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_signatures.py to test_signatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_optionals.py to test_optionals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_formatters.py to test_formatters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_deprecated.py to test_deprecated.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_namespace.py to test_namespace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_parameter_resolvers.py to test_parameter_resolvers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_loaders_dumpers.py to test_loaders_dumpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_link_arguments.py to test_link_arguments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_argcomplete.py to test_argcomplete.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_typing.py to test_typing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_util.py to test_util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_stubs_resolver.py to test_stubs_resolver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse_tests/test_jsonschema.py to test_jsonschema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/type_checking.py to type_checking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/typing.py to typing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/link_arguments.py to link_arguments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/jsonschema.py to jsonschema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/formatters.py to formatters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/_common.py to _common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/actions.py to actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/parameter_resolvers.py to parameter_resolvers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/typehints.py to typehints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/loaders_dumpers.py to loaders_dumpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/signatures.py to signatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/optionals.py to optionals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/namespace.py to namespace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/_stubs_resolver.py to _stubs_resolver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/deprecated.py to deprecated.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse/jsonnet.py to jsonnet.cpython-39.pyc writing byte-compilation script '/tmp/tmpfuba6uqm.py' /usr/bin/python3 /tmp/tmpfuba6uqm.py removing /tmp/tmpfuba6uqm.py running install_egg_info running egg_info writing jsonargparse.egg-info/PKG-INFO writing dependency_links to jsonargparse.egg-info/dependency_links.txt writing requirements to jsonargparse.egg-info/requires.txt writing top-level names to jsonargparse.egg-info/top_level.txt reading manifest file 'jsonargparse.egg-info/SOURCES.txt' adding license file 'LICENSE.rst' writing manifest file 'jsonargparse.egg-info/SOURCES.txt' Copying jsonargparse.egg-info to /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9/site-packages/jsonargparse-4.20.1-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64//usr/share/doc/python-jsonargparse + '[' -d doc ']' ~/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64 ~/build/BUILD/jsonargparse-4.20.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-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/jsonargparse-4.20.1 + popd + mv /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 4.20.1-1 --unique-debug-suffix -4.20.1-1.aarch64 --unique-debug-src-base python-jsonargparse-4.20.1-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/jsonargparse-4.20.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-jsonargparse-4.20.1-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-jsonargparse-4.20.1-1.noarch Provides: python-jsonargparse python3-jsonargparse = 4.20.1-1 python3.9dist(jsonargparse) = 4.20.1 python3dist(jsonargparse) = 4.20.1 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(pyyaml) >= 3.13 Processing files: python-jsonargparse-help-4.20.1-1.noarch Provides: python-jsonargparse-help = 4.20.1-1 python3-jsonargparse-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-jsonargparse-4.20.1-1.aarch64 warning: Empty %files file /builddir/build/BUILD/jsonargparse-4.20.1/doclist.lst Wrote: /builddir/build/RPMS/python-jsonargparse-help-4.20.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-jsonargparse-4.20.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.opu8iN + umask 022 + cd /builddir/build/BUILD + cd jsonargparse-4.20.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jsonargparse-4.20.1-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0