Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mljar-supervised.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682265017.832482/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 x86_64 --nodeps /builddir/build/SPECS/python-mljar-supervised.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-mljar-supervised-0.11.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 x86_64 --nodeps /builddir/build/SPECS/python-mljar-supervised.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682265017.832482/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 x86_64 --nodeps /builddir/build/SPECS/python-mljar-supervised.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-mljar-supervised-0.11.5-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-mljar-supervised.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682265017.832482/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 x86_64 --nodeps /builddir/build/SPECS/python-mljar-supervised.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AZq6Tn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mljar-supervised-0.11.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/mljar-supervised-0.11.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mljar-supervised-0.11.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.PXx6UL + umask 022 + cd /builddir/build/BUILD + cd mljar-supervised-0.11.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 -m64 -mtune=generic -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/supervised copying supervised/exceptions.py -> build/lib/supervised copying supervised/automl.py -> build/lib/supervised copying supervised/ensemble.py -> build/lib/supervised copying supervised/model_framework.py -> build/lib/supervised copying supervised/__init__.py -> build/lib/supervised copying supervised/base_automl.py -> build/lib/supervised creating build/lib/supervised/preprocessing copying supervised/preprocessing/datetime_transformer.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/preprocessing_categorical.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/text_transformer.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/__init__.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/preprocessing_utils.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/kmeans_transformer.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/loo_encoder.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/eda.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/preprocessing.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/goldenfeatures_transformer.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/encoding_selector.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/label_binarizer.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/preprocessing_missing.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/exclude_missing_target.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/label_encoder.py -> build/lib/supervised/preprocessing copying supervised/preprocessing/scale.py -> build/lib/supervised/preprocessing creating build/lib/supervised/validation copying supervised/validation/validation_step.py -> build/lib/supervised/validation copying supervised/validation/validator_split.py -> build/lib/supervised/validation copying supervised/validation/__init__.py -> build/lib/supervised/validation copying supervised/validation/validator_custom.py -> build/lib/supervised/validation copying supervised/validation/validator_base.py -> build/lib/supervised/validation copying supervised/validation/validator_kfold.py -> build/lib/supervised/validation creating build/lib/supervised/algorithms copying supervised/algorithms/decision_tree.py -> build/lib/supervised/algorithms copying supervised/algorithms/catboost.py -> build/lib/supervised/algorithms copying supervised/algorithms/baseline.py -> build/lib/supervised/algorithms copying supervised/algorithms/algorithm.py -> build/lib/supervised/algorithms copying supervised/algorithms/extra_trees.py -> build/lib/supervised/algorithms copying supervised/algorithms/lightgbm.py -> build/lib/supervised/algorithms copying supervised/algorithms/knn.py -> build/lib/supervised/algorithms copying supervised/algorithms/registry.py -> build/lib/supervised/algorithms copying supervised/algorithms/__init__.py -> build/lib/supervised/algorithms copying supervised/algorithms/random_forest.py -> build/lib/supervised/algorithms copying supervised/algorithms/sklearn.py -> build/lib/supervised/algorithms copying supervised/algorithms/factory.py -> build/lib/supervised/algorithms copying supervised/algorithms/linear.py -> build/lib/supervised/algorithms copying supervised/algorithms/nn.py -> build/lib/supervised/algorithms copying supervised/algorithms/xgboost.py -> build/lib/supervised/algorithms creating build/lib/supervised/tuner copying supervised/tuner/random_parameters.py -> build/lib/supervised/tuner copying supervised/tuner/hill_climbing.py -> build/lib/supervised/tuner copying supervised/tuner/data_info.py -> build/lib/supervised/tuner copying supervised/tuner/__init__.py -> build/lib/supervised/tuner copying supervised/tuner/mljar_tuner.py -> build/lib/supervised/tuner copying supervised/tuner/time_controller.py -> build/lib/supervised/tuner copying supervised/tuner/preprocessing_tuner.py -> build/lib/supervised/tuner creating build/lib/supervised/utils copying supervised/utils/leaderboard_plots.py -> build/lib/supervised/utils copying supervised/utils/config.py -> build/lib/supervised/utils copying supervised/utils/common.py -> build/lib/supervised/utils copying supervised/utils/subsample.py -> build/lib/supervised/utils copying supervised/utils/constants.py -> build/lib/supervised/utils copying supervised/utils/learning_curves.py -> build/lib/supervised/utils copying supervised/utils/utils.py -> build/lib/supervised/utils copying supervised/utils/additional_plots.py -> build/lib/supervised/utils copying supervised/utils/__init__.py -> build/lib/supervised/utils copying supervised/utils/automl_plots.py -> build/lib/supervised/utils copying supervised/utils/data_validation.py -> build/lib/supervised/utils copying supervised/utils/shap.py -> build/lib/supervised/utils copying supervised/utils/additional_metrics.py -> build/lib/supervised/utils copying supervised/utils/importance.py -> build/lib/supervised/utils copying supervised/utils/metric.py -> build/lib/supervised/utils creating build/lib/supervised/callbacks copying supervised/callbacks/learner_time_constraint.py -> build/lib/supervised/callbacks copying supervised/callbacks/max_iters_constraint.py -> build/lib/supervised/callbacks copying supervised/callbacks/__init__.py -> build/lib/supervised/callbacks copying supervised/callbacks/metric_logger.py -> build/lib/supervised/callbacks copying supervised/callbacks/callback.py -> build/lib/supervised/callbacks copying supervised/callbacks/total_time_constraint.py -> build/lib/supervised/callbacks copying supervised/callbacks/terminate_on_nan.py -> build/lib/supervised/callbacks copying supervised/callbacks/early_stopping.py -> build/lib/supervised/callbacks copying supervised/callbacks/callback_list.py -> build/lib/supervised/callbacks creating build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/catboost.py -> build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/extra_trees.py -> build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/lightgbm.py -> build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/knn.py -> build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/__init__.py -> build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/random_forest.py -> build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/nn.py -> build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/xgboost.py -> build/lib/supervised/tuner/optuna copying supervised/tuner/optuna/tuner.py -> build/lib/supervised/tuner/optuna running egg_info writing mljar_supervised.egg-info/PKG-INFO writing dependency_links to mljar_supervised.egg-info/dependency_links.txt writing requirements to mljar_supervised.egg-info/requires.txt writing top-level names to mljar_supervised.egg-info/top_level.txt reading manifest file 'mljar_supervised.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'mljar_supervised.egg-info/SOURCES.txt' + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dy2KrJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64 + cd mljar-supervised-0.11.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 -m64 -mtune=generic -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-mljar-supervised-0.11.5-1.x86_64 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-mljar-supervised-0.11.5-1.x86_64/usr creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised copying build/lib/supervised/exceptions.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/datetime_transformer.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/preprocessing_categorical.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/text_transformer.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/__init__.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/preprocessing_utils.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/kmeans_transformer.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/loo_encoder.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/eda.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/preprocessing.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/goldenfeatures_transformer.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/encoding_selector.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/label_binarizer.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/preprocessing_missing.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/exclude_missing_target.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/label_encoder.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/preprocessing/scale.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing copying build/lib/supervised/automl.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised copying build/lib/supervised/ensemble.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation copying build/lib/supervised/validation/validation_step.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation copying build/lib/supervised/validation/validator_split.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation copying build/lib/supervised/validation/__init__.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation copying build/lib/supervised/validation/validator_custom.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation copying build/lib/supervised/validation/validator_base.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation copying build/lib/supervised/validation/validator_kfold.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation copying build/lib/supervised/model_framework.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised copying build/lib/supervised/__init__.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised copying build/lib/supervised/base_automl.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/decision_tree.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/catboost.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/baseline.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/algorithm.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/extra_trees.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/lightgbm.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/knn.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/registry.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/__init__.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/random_forest.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/sklearn.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/factory.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/linear.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/nn.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms copying build/lib/supervised/algorithms/xgboost.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/catboost.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/extra_trees.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/lightgbm.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/knn.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/__init__.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/random_forest.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/nn.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/xgboost.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/optuna/tuner.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna copying build/lib/supervised/tuner/random_parameters.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner copying build/lib/supervised/tuner/hill_climbing.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner copying build/lib/supervised/tuner/data_info.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner copying build/lib/supervised/tuner/__init__.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner copying build/lib/supervised/tuner/mljar_tuner.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner copying build/lib/supervised/tuner/time_controller.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner copying build/lib/supervised/tuner/preprocessing_tuner.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/leaderboard_plots.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/config.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/common.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/subsample.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/constants.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/learning_curves.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/utils.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/additional_plots.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/__init__.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/automl_plots.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/data_validation.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/shap.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/additional_metrics.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/importance.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils copying build/lib/supervised/utils/metric.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils creating /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/learner_time_constraint.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/max_iters_constraint.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/__init__.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/metric_logger.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/callback.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/total_time_constraint.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/terminate_on_nan.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/early_stopping.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks copying build/lib/supervised/callbacks/callback_list.py -> /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/datetime_transformer.py to datetime_transformer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/preprocessing_categorical.py to preprocessing_categorical.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/text_transformer.py to text_transformer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/preprocessing_utils.py to preprocessing_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/kmeans_transformer.py to kmeans_transformer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/loo_encoder.py to loo_encoder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/eda.py to eda.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/preprocessing.py to preprocessing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/goldenfeatures_transformer.py to goldenfeatures_transformer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/encoding_selector.py to encoding_selector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/label_binarizer.py to label_binarizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/preprocessing_missing.py to preprocessing_missing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/exclude_missing_target.py to exclude_missing_target.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/label_encoder.py to label_encoder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/preprocessing/scale.py to scale.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/automl.py to automl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/ensemble.py to ensemble.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation/validation_step.py to validation_step.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation/validator_split.py to validator_split.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation/validator_custom.py to validator_custom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation/validator_base.py to validator_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/validation/validator_kfold.py to validator_kfold.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/model_framework.py to model_framework.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/base_automl.py to base_automl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/decision_tree.py to decision_tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/catboost.py to catboost.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/baseline.py to baseline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/algorithm.py to algorithm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/extra_trees.py to extra_trees.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/lightgbm.py to lightgbm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/knn.py to knn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/random_forest.py to random_forest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/sklearn.py to sklearn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/factory.py to factory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/linear.py to linear.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/nn.py to nn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/algorithms/xgboost.py to xgboost.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/catboost.py to catboost.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/extra_trees.py to extra_trees.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/lightgbm.py to lightgbm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/knn.py to knn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/random_forest.py to random_forest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/nn.py to nn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/xgboost.py to xgboost.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/optuna/tuner.py to tuner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/random_parameters.py to random_parameters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/hill_climbing.py to hill_climbing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/data_info.py to data_info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/mljar_tuner.py to mljar_tuner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/time_controller.py to time_controller.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/tuner/preprocessing_tuner.py to preprocessing_tuner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/leaderboard_plots.py to leaderboard_plots.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/subsample.py to subsample.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/learning_curves.py to learning_curves.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/additional_plots.py to additional_plots.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/automl_plots.py to automl_plots.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/data_validation.py to data_validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/shap.py to shap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/additional_metrics.py to additional_metrics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/importance.py to importance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/utils/metric.py to metric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/learner_time_constraint.py to learner_time_constraint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/max_iters_constraint.py to max_iters_constraint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/metric_logger.py to metric_logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/callback.py to callback.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/total_time_constraint.py to total_time_constraint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/terminate_on_nan.py to terminate_on_nan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/early_stopping.py to early_stopping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/supervised/callbacks/callback_list.py to callback_list.cpython-39.pyc writing byte-compilation script '/tmp/tmpgq0hm0dw.py' /usr/bin/python3 /tmp/tmpgq0hm0dw.py removing /tmp/tmpgq0hm0dw.py running install_egg_info running egg_info writing mljar_supervised.egg-info/PKG-INFO writing dependency_links to mljar_supervised.egg-info/dependency_links.txt writing requirements to mljar_supervised.egg-info/requires.txt writing top-level names to mljar_supervised.egg-info/top_level.txt reading manifest file 'mljar_supervised.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'mljar_supervised.egg-info/SOURCES.txt' Copying mljar_supervised.egg-info to /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9/site-packages/mljar_supervised-0.11.5-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64//usr/share/doc/python-mljar-supervised + '[' -d doc ']' ~/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64 ~/build/BUILD/mljar-supervised-0.11.5 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64 + '[' -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/mljar-supervised-0.11.5 + popd + mv /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.11.5-1 --unique-debug-suffix -0.11.5-1.x86_64 --unique-debug-src-base python-mljar-supervised-0.11.5-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/mljar-supervised-0.11.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-mljar-supervised-0.11.5-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-mljar-supervised-0.11.5-1.noarch Provides: python-mljar-supervised python3-mljar-supervised = 0.11.5-1 python3.9dist(mljar-supervised) = 0.11.5 python3dist(mljar-supervised) = 0.11.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(catboost) >= 0.24.4 python3.9dist(category-encoders) >= 2.2.2 python3.9dist(dtreeviz) >= 2 python3.9dist(joblib) >= 1.0.1 python3.9dist(lightgbm) >= 3 python3.9dist(markdown) python3.9dist(matplotlib) >= 3.2.2 python3.9dist(numpy) >= 1.19.5 python3.9dist(optuna) >= 2.7 python3.9dist(pandas) >= 1.2 python3.9dist(scikit-learn) >= 1 python3.9dist(scikit-plot) = 0.3.7 python3.9dist(scipy) >= 1.6.1 python3.9dist(seaborn) >= 0.11.1 python3.9dist(shap) >= 0.36 python3.9dist(tabulate) >= 0.8.7 python3.9dist(typing-extensions) python3.9dist(wordcloud) >= 1.8.1 python3.9dist(xgboost) >= 1.3.3 Processing files: python-mljar-supervised-help-0.11.5-1.noarch warning: Empty %files file /builddir/build/BUILD/mljar-supervised-0.11.5/doclist.lst Provides: python-mljar-supervised-help = 0.11.5-1 python3-mljar-supervised-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-mljar-supervised-0.11.5-1.x86_64 Wrote: /builddir/build/RPMS/python-mljar-supervised-help-0.11.5-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-mljar-supervised-0.11.5-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6gEltW + umask 022 + cd /builddir/build/BUILD + cd mljar-supervised-0.11.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-mljar-supervised-0.11.5-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0