Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-keras-tuner.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682170807.130482/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-keras-tuner.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-keras-tuner-1.3.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-keras-tuner.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682170807.130482/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-keras-tuner.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-keras-tuner-1.3.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-keras-tuner.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682170807.130482/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-keras-tuner.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.ekcwb7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keras-tuner-1.3.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/keras-tuner-1.3.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd keras-tuner-1.3.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.VAXlV4 + umask 022 + cd /builddir/build/BUILD + cd keras-tuner-1.3.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' running build running build_py creating build creating build/lib creating build/lib/keras_tuner copying keras_tuner/errors.py -> build/lib/keras_tuner copying keras_tuner/config.py -> build/lib/keras_tuner copying keras_tuner/api_export.py -> build/lib/keras_tuner copying keras_tuner/utils_test.py -> build/lib/keras_tuner copying keras_tuner/__init__.py -> build/lib/keras_tuner copying keras_tuner/utils.py -> build/lib/keras_tuner copying keras_tuner/conftest.py -> build/lib/keras_tuner creating build/lib/keras_tuner/tuners copying keras_tuner/tuners/hyperband.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/randomsearch.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/gridsearch_test.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/bayesian.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/randomsearch_test.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/sklearn_tuner.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/bayesian_test.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/__init__.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/gridsearch.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/sklearn_tuner_test.py -> build/lib/keras_tuner/tuners copying keras_tuner/tuners/hyperband_test.py -> build/lib/keras_tuner/tuners creating build/lib/keras_tuner/applications copying keras_tuner/applications/resnet_test.py -> build/lib/keras_tuner/applications copying keras_tuner/applications/efficientnet_test.py -> build/lib/keras_tuner/applications copying keras_tuner/applications/augment.py -> build/lib/keras_tuner/applications copying keras_tuner/applications/augment_test.py -> build/lib/keras_tuner/applications copying keras_tuner/applications/resnet.py -> build/lib/keras_tuner/applications copying keras_tuner/applications/__init__.py -> build/lib/keras_tuner/applications copying keras_tuner/applications/xception_test.py -> build/lib/keras_tuner/applications copying keras_tuner/applications/xception.py -> build/lib/keras_tuner/applications copying keras_tuner/applications/efficientnet.py -> build/lib/keras_tuner/applications creating build/lib/keras_tuner/protos copying keras_tuner/protos/__init__.py -> build/lib/keras_tuner/protos creating build/lib/keras_tuner/distribute copying keras_tuner/distribute/file_utils.py -> build/lib/keras_tuner/distribute copying keras_tuner/distribute/oracle_chief_test.py -> build/lib/keras_tuner/distribute copying keras_tuner/distribute/utils_test.py -> build/lib/keras_tuner/distribute copying keras_tuner/distribute/__init__.py -> build/lib/keras_tuner/distribute copying keras_tuner/distribute/oracle_client.py -> build/lib/keras_tuner/distribute copying keras_tuner/distribute/oracle_client_test.py -> build/lib/keras_tuner/distribute copying keras_tuner/distribute/utils.py -> build/lib/keras_tuner/distribute copying keras_tuner/distribute/oracle_chief.py -> build/lib/keras_tuner/distribute creating build/lib/keras_tuner/oracles copying keras_tuner/oracles/__init__.py -> build/lib/keras_tuner/oracles creating build/lib/keras_tuner/engine copying keras_tuner/engine/hypermodel.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/tuner.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/conditions.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/trial.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/metrics_tracking.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/tuner_test.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/objective_test.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/objective.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/tuner_utils_test.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/base_tuner_test.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/tuner_utils.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/stateful.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/__init__.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/base_tuner.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/metrics_tracking_test.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/conditions_test.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/oracle.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/trial_test.py -> build/lib/keras_tuner/engine copying keras_tuner/engine/oracle_test.py -> build/lib/keras_tuner/engine creating build/lib/keras_tuner/protos/v3 copying keras_tuner/protos/v3/keras_tuner_pb2_grpc.py -> build/lib/keras_tuner/protos/v3 copying keras_tuner/protos/v3/keras_tuner_pb2.py -> build/lib/keras_tuner/protos/v3 copying keras_tuner/protos/v3/__init__.py -> build/lib/keras_tuner/protos/v3 copying keras_tuner/protos/v3/service_pb2.py -> build/lib/keras_tuner/protos/v3 copying keras_tuner/protos/v3/service_pb2_grpc.py -> build/lib/keras_tuner/protos/v3 creating build/lib/keras_tuner/protos/v4 copying keras_tuner/protos/v4/keras_tuner_pb2_grpc.py -> build/lib/keras_tuner/protos/v4 copying keras_tuner/protos/v4/keras_tuner_pb2.py -> build/lib/keras_tuner/protos/v4 copying keras_tuner/protos/v4/__init__.py -> build/lib/keras_tuner/protos/v4 copying keras_tuner/protos/v4/service_pb2.py -> build/lib/keras_tuner/protos/v4 copying keras_tuner/protos/v4/service_pb2_grpc.py -> build/lib/keras_tuner/protos/v4 creating build/lib/keras_tuner/engine/hyperparameters copying keras_tuner/engine/hyperparameters/hyperparameters.py -> build/lib/keras_tuner/engine/hyperparameters copying keras_tuner/engine/hyperparameters/hp_utils_test.py -> build/lib/keras_tuner/engine/hyperparameters copying keras_tuner/engine/hyperparameters/hyperparameters_test.py -> build/lib/keras_tuner/engine/hyperparameters copying keras_tuner/engine/hyperparameters/__init__.py -> build/lib/keras_tuner/engine/hyperparameters copying keras_tuner/engine/hyperparameters/hyperparameter.py -> build/lib/keras_tuner/engine/hyperparameters copying keras_tuner/engine/hyperparameters/hyperparameter_test.py -> build/lib/keras_tuner/engine/hyperparameters copying keras_tuner/engine/hyperparameters/hp_utils.py -> build/lib/keras_tuner/engine/hyperparameters creating build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/int_hp.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/float_hp_test.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/fixed_hp_test.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/choice_hp.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/boolean_hp_test.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/int_hp_test.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/choice_hp_test.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/boolean_hp.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/numerical.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/__init__.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/float_hp.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types copying keras_tuner/engine/hyperparameters/hp_types/fixed_hp.py -> build/lib/keras_tuner/engine/hyperparameters/hp_types + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Cy8E1Y + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64 + cd keras-tuner-1.3.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-keras-tuner-1.3.5-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-keras-tuner-1.3.5-1.aarch64/usr creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/hyperband.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/randomsearch.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/gridsearch_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/bayesian.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/randomsearch_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/sklearn_tuner.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/bayesian_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/gridsearch.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/sklearn_tuner_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners copying build/lib/keras_tuner/tuners/hyperband_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/resnet_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/efficientnet_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/augment.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/augment_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/resnet.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/xception_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/xception.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/applications/efficientnet.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications copying build/lib/keras_tuner/errors.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner copying build/lib/keras_tuner/config.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3 copying build/lib/keras_tuner/protos/v3/keras_tuner_pb2_grpc.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3 copying build/lib/keras_tuner/protos/v3/keras_tuner_pb2.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3 copying build/lib/keras_tuner/protos/v3/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3 copying build/lib/keras_tuner/protos/v3/service_pb2.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3 copying build/lib/keras_tuner/protos/v3/service_pb2_grpc.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3 creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4 copying build/lib/keras_tuner/protos/v4/keras_tuner_pb2_grpc.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4 copying build/lib/keras_tuner/protos/v4/keras_tuner_pb2.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4 copying build/lib/keras_tuner/protos/v4/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4 copying build/lib/keras_tuner/protos/v4/service_pb2.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4 copying build/lib/keras_tuner/protos/v4/service_pb2_grpc.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4 copying build/lib/keras_tuner/protos/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/distribute/file_utils.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/distribute/oracle_chief_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/distribute/utils_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/distribute/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/distribute/oracle_client.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/distribute/oracle_client_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/distribute/utils.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/distribute/oracle_chief.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute copying build/lib/keras_tuner/api_export.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/oracles copying build/lib/keras_tuner/oracles/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/oracles copying build/lib/keras_tuner/utils_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner copying build/lib/keras_tuner/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/hypermodel.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/tuner.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/conditions.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/trial.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters creating /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/int_hp.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/float_hp_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/fixed_hp_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/choice_hp.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/boolean_hp_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/int_hp_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/choice_hp_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/boolean_hp.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/numerical.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/float_hp.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hp_types/fixed_hp.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types copying build/lib/keras_tuner/engine/hyperparameters/hyperparameters.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters copying build/lib/keras_tuner/engine/hyperparameters/hp_utils_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters copying build/lib/keras_tuner/engine/hyperparameters/hyperparameters_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters copying build/lib/keras_tuner/engine/hyperparameters/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters copying build/lib/keras_tuner/engine/hyperparameters/hyperparameter.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters copying build/lib/keras_tuner/engine/hyperparameters/hyperparameter_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters copying build/lib/keras_tuner/engine/hyperparameters/hp_utils.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters copying build/lib/keras_tuner/engine/metrics_tracking.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/tuner_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/objective_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/objective.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/tuner_utils_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/base_tuner_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/tuner_utils.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/stateful.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/__init__.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/base_tuner.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/metrics_tracking_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/conditions_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/oracle.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/trial_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/engine/oracle_test.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine copying build/lib/keras_tuner/utils.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner copying build/lib/keras_tuner/conftest.py -> /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/hyperband.py to hyperband.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/randomsearch.py to randomsearch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/gridsearch_test.py to gridsearch_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/bayesian.py to bayesian.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/randomsearch_test.py to randomsearch_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/sklearn_tuner.py to sklearn_tuner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/bayesian_test.py to bayesian_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/gridsearch.py to gridsearch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/sklearn_tuner_test.py to sklearn_tuner_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/tuners/hyperband_test.py to hyperband_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/resnet_test.py to resnet_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/efficientnet_test.py to efficientnet_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/augment.py to augment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/augment_test.py to augment_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/resnet.py to resnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/xception_test.py to xception_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/xception.py to xception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/applications/efficientnet.py to efficientnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3/keras_tuner_pb2_grpc.py to keras_tuner_pb2_grpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3/keras_tuner_pb2.py to keras_tuner_pb2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3/service_pb2.py to service_pb2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v3/service_pb2_grpc.py to service_pb2_grpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4/keras_tuner_pb2_grpc.py to keras_tuner_pb2_grpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4/keras_tuner_pb2.py to keras_tuner_pb2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4/service_pb2.py to service_pb2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/v4/service_pb2_grpc.py to service_pb2_grpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/protos/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute/file_utils.py to file_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute/oracle_chief_test.py to oracle_chief_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute/utils_test.py to utils_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute/oracle_client.py to oracle_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute/oracle_client_test.py to oracle_client_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/distribute/oracle_chief.py to oracle_chief.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/api_export.py to api_export.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/oracles/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/utils_test.py to utils_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hypermodel.py to hypermodel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/tuner.py to tuner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/conditions.py to conditions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/trial.py to trial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/int_hp.py to int_hp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/float_hp_test.py to float_hp_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/fixed_hp_test.py to fixed_hp_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/choice_hp.py to choice_hp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/boolean_hp_test.py to boolean_hp_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/int_hp_test.py to int_hp_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/choice_hp_test.py to choice_hp_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/boolean_hp.py to boolean_hp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/numerical.py to numerical.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/float_hp.py to float_hp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_types/fixed_hp.py to fixed_hp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hyperparameters.py to hyperparameters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_utils_test.py to hp_utils_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hyperparameters_test.py to hyperparameters_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hyperparameter.py to hyperparameter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hyperparameter_test.py to hyperparameter_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/hyperparameters/hp_utils.py to hp_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/metrics_tracking.py to metrics_tracking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/tuner_test.py to tuner_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/objective_test.py to objective_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/objective.py to objective.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/tuner_utils_test.py to tuner_utils_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/base_tuner_test.py to base_tuner_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/tuner_utils.py to tuner_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/stateful.py to stateful.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/base_tuner.py to base_tuner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/metrics_tracking_test.py to metrics_tracking_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/conditions_test.py to conditions_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/oracle.py to oracle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/trial_test.py to trial_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/engine/oracle_test.py to oracle_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner/conftest.py to conftest.cpython-39.pyc writing byte-compilation script '/tmp/tmpywnlvtfy.py' /usr/bin/python3 /tmp/tmpywnlvtfy.py removing /tmp/tmpywnlvtfy.py running install_egg_info running egg_info writing keras_tuner.egg-info/PKG-INFO writing dependency_links to keras_tuner.egg-info/dependency_links.txt writing requirements to keras_tuner.egg-info/requires.txt writing top-level names to keras_tuner.egg-info/top_level.txt reading manifest file 'keras_tuner.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'keras_tuner.egg-info/SOURCES.txt' Copying keras_tuner.egg-info to /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9/site-packages/keras_tuner-1.3.5-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64//usr/share/doc/python-keras-tuner + '[' -d doc ']' ~/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64 ~/build/BUILD/keras-tuner-1.3.5 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-keras-tuner-1.3.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/keras-tuner-1.3.5 + popd + mv /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.3.5-1 --unique-debug-suffix -1.3.5-1.aarch64 --unique-debug-src-base python-keras-tuner-1.3.5-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/keras-tuner-1.3.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-keras-tuner-1.3.5-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-keras-tuner-1.3.5-1.noarch Provides: python-keras-tuner python3-keras-tuner = 1.3.5-1 python3.9dist(keras-tuner) = 1.3.5 python3dist(keras-tuner) = 1.3.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: python(abi) = 3.9 python3.9dist(kt-legacy) python3.9dist(packaging) python3.9dist(requests) Processing files: python-keras-tuner-help-1.3.5-1.noarch warning: Empty %files file /builddir/build/BUILD/keras-tuner-1.3.5/doclist.lst Provides: python-keras-tuner-help = 1.3.5-1 python3-keras-tuner-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-keras-tuner-1.3.5-1.aarch64 Wrote: /builddir/build/RPMS/python-keras-tuner-help-1.3.5-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-keras-tuner-1.3.5-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lLGtcB + umask 022 + cd /builddir/build/BUILD + cd keras-tuner-1.3.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keras-tuner-1.3.5-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0