Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-openml.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682177371.676728/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-openml.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-openml-0.13.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-openml.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682177371.676728/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-openml.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-openml-0.13.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-openml.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682177371.676728/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-openml.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.lMXv4Z + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openml-0.13.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/openml-0.13.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd openml-0.13.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.v8kyl4 + umask 022 + cd /builddir/build/BUILD + cd openml-0.13.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' /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/openml copying openml/utils.py -> build/lib/openml copying openml/__version__.py -> build/lib/openml copying openml/config.py -> build/lib/openml copying openml/__init__.py -> build/lib/openml copying openml/exceptions.py -> build/lib/openml copying openml/cli.py -> build/lib/openml copying openml/_api_calls.py -> build/lib/openml copying openml/testing.py -> build/lib/openml copying openml/base.py -> build/lib/openml creating build/lib/openml/extensions copying openml/extensions/extension_interface.py -> build/lib/openml/extensions copying openml/extensions/__init__.py -> build/lib/openml/extensions copying openml/extensions/functions.py -> build/lib/openml/extensions creating build/lib/openml/study copying openml/study/__init__.py -> build/lib/openml/study copying openml/study/study.py -> build/lib/openml/study copying openml/study/functions.py -> build/lib/openml/study creating build/lib/openml/setups copying openml/setups/__init__.py -> build/lib/openml/setups copying openml/setups/functions.py -> build/lib/openml/setups copying openml/setups/setup.py -> build/lib/openml/setups creating build/lib/openml/runs copying openml/runs/trace.py -> build/lib/openml/runs copying openml/runs/__init__.py -> build/lib/openml/runs copying openml/runs/functions.py -> build/lib/openml/runs copying openml/runs/run.py -> build/lib/openml/runs creating build/lib/openml/tasks copying openml/tasks/task.py -> build/lib/openml/tasks copying openml/tasks/__init__.py -> build/lib/openml/tasks copying openml/tasks/functions.py -> build/lib/openml/tasks copying openml/tasks/split.py -> build/lib/openml/tasks creating build/lib/openml/datasets copying openml/datasets/__init__.py -> build/lib/openml/datasets copying openml/datasets/functions.py -> build/lib/openml/datasets copying openml/datasets/data_feature.py -> build/lib/openml/datasets copying openml/datasets/dataset.py -> build/lib/openml/datasets creating build/lib/openml/flows copying openml/flows/__init__.py -> build/lib/openml/flows copying openml/flows/functions.py -> build/lib/openml/flows copying openml/flows/flow.py -> build/lib/openml/flows creating build/lib/openml/evaluations copying openml/evaluations/__init__.py -> build/lib/openml/evaluations copying openml/evaluations/functions.py -> build/lib/openml/evaluations copying openml/evaluations/evaluation.py -> build/lib/openml/evaluations creating build/lib/openml/extensions/sklearn copying openml/extensions/sklearn/extension.py -> build/lib/openml/extensions/sklearn copying openml/extensions/sklearn/__init__.py -> build/lib/openml/extensions/sklearn copying openml/py.typed -> build/lib/openml + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.x5F9bw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64 + cd openml-0.13.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-openml-0.13.1-1.aarch64 /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' 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 creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml copying build/lib/openml/utils.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml copying build/lib/openml/__version__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml copying build/lib/openml/config.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions copying build/lib/openml/extensions/extension_interface.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions copying build/lib/openml/extensions/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions copying build/lib/openml/extensions/functions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions/sklearn copying build/lib/openml/extensions/sklearn/extension.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions/sklearn copying build/lib/openml/extensions/sklearn/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions/sklearn creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/study copying build/lib/openml/study/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/study copying build/lib/openml/study/study.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/study copying build/lib/openml/study/functions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/study copying build/lib/openml/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml copying build/lib/openml/exceptions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml copying build/lib/openml/cli.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml copying build/lib/openml/_api_calls.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/setups copying build/lib/openml/setups/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/setups copying build/lib/openml/setups/functions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/setups copying build/lib/openml/setups/setup.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/setups creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs copying build/lib/openml/runs/trace.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs copying build/lib/openml/runs/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs copying build/lib/openml/runs/functions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs copying build/lib/openml/runs/run.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks copying build/lib/openml/tasks/task.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks copying build/lib/openml/tasks/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks copying build/lib/openml/tasks/functions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks copying build/lib/openml/tasks/split.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets copying build/lib/openml/datasets/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets copying build/lib/openml/datasets/functions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets copying build/lib/openml/datasets/data_feature.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets copying build/lib/openml/datasets/dataset.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets copying build/lib/openml/py.typed -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/flows copying build/lib/openml/flows/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/flows copying build/lib/openml/flows/functions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/flows copying build/lib/openml/flows/flow.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/flows creating /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/evaluations copying build/lib/openml/evaluations/__init__.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/evaluations copying build/lib/openml/evaluations/functions.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/evaluations copying build/lib/openml/evaluations/evaluation.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/evaluations copying build/lib/openml/testing.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml copying build/lib/openml/base.py -> /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/__version__.py to __version__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions/extension_interface.py to extension_interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions/sklearn/extension.py to extension.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/extensions/sklearn/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/study/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/study/study.py to study.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/study/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/_api_calls.py to _api_calls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/setups/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/setups/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/setups/setup.py to setup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs/trace.py to trace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/runs/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks/task.py to task.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/tasks/split.py to split.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets/data_feature.py to data_feature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/datasets/dataset.py to dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/flows/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/flows/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/flows/flow.py to flow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/evaluations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/evaluations/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/evaluations/evaluation.py to evaluation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/testing.py to testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml/base.py to base.cpython-39.pyc writing byte-compilation script '/tmp/tmp0le8sow9.py' /usr/bin/python3 /tmp/tmp0le8sow9.py removing /tmp/tmp0le8sow9.py running install_egg_info running egg_info writing openml.egg-info/PKG-INFO writing dependency_links to openml.egg-info/dependency_links.txt writing entry points to openml.egg-info/entry_points.txt writing requirements to openml.egg-info/requires.txt writing top-level names to openml.egg-info/top_level.txt reading manifest file 'openml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' adding license file 'LICENSE' writing manifest file 'openml.egg-info/SOURCES.txt' Copying openml.egg-info to /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/lib/python3.9/site-packages/openml-0.13.1-py3.9.egg-info running install_scripts Installing openml script to /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64//usr/share/doc/python-openml + '[' -d doc ']' ~/build/BUILDROOT/python-openml-0.13.1-1.aarch64 ~/build/BUILD/openml-0.13.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/openml-0.13.1 + mv /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.13.1-1 --unique-debug-suffix -0.13.1-1.aarch64 --unique-debug-src-base python-openml-0.13.1-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/openml-0.13.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-openml-0.13.1-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-openml-0.13.1-1.noarch Provides: python-openml python3-openml = 0.13.1-1 python3.9dist(openml) = 0.13.1 python3dist(openml) = 0.13.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: /usr/bin/python3 python(abi) = 3.9 python3.9dist(liac-arff) >= 2.4 python3.9dist(minio) python3.9dist(numpy) >= 1.6.2 python3.9dist(pandas) >= 1 python3.9dist(pyarrow) python3.9dist(python-dateutil) python3.9dist(requests) python3.9dist(scikit-learn) >= 0.18 python3.9dist(scipy) >= 0.13.3 python3.9dist(setuptools) python3.9dist(xmltodict) Processing files: python-openml-help-0.13.1-1.noarch warning: Empty %files file /builddir/build/BUILD/openml-0.13.1/doclist.lst Provides: python-openml-help = 0.13.1-1 python3-openml-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-openml-0.13.1-1.aarch64 Wrote: /builddir/build/RPMS/python-openml-help-0.13.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-openml-0.13.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WpnZ5H + umask 022 + cd /builddir/build/BUILD + cd openml-0.13.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-openml-0.13.1-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0