Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pytorch-metric-learning.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682268788.727700/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-pytorch-metric-learning.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-pytorch-metric-learning-2.1.0-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-pytorch-metric-learning.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682268788.727700/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-pytorch-metric-learning.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-pytorch-metric-learning-2.1.0-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-pytorch-metric-learning.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682268788.727700/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-pytorch-metric-learning.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.JtFlWh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pytorch-metric-learning-2.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pytorch-metric-learning-2.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pytorch-metric-learning-2.1.0 + /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.ZOJMfQ + umask 022 + cd /builddir/build/BUILD + cd pytorch-metric-learning-2.1.0 + 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/pytorch_metric_learning copying src/pytorch_metric_learning/__init__.py -> build/lib/pytorch_metric_learning creating build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/multi_similarity_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/batch_easy_hard_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/pair_margin_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/batch_hard_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/distance_weighted_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/embeddings_already_packaged_as_triplets.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/__init__.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/base_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/hdc_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/uniform_histogram_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/triplet_margin_miner.py -> build/lib/pytorch_metric_learning/miners copying src/pytorch_metric_learning/miners/angular_miner.py -> build/lib/pytorch_metric_learning/miners creating build/lib/pytorch_metric_learning/regularizers copying src/pytorch_metric_learning/regularizers/zero_mean_regularizer.py -> build/lib/pytorch_metric_learning/regularizers copying src/pytorch_metric_learning/regularizers/regular_face_regularizer.py -> build/lib/pytorch_metric_learning/regularizers copying src/pytorch_metric_learning/regularizers/__init__.py -> build/lib/pytorch_metric_learning/regularizers copying src/pytorch_metric_learning/regularizers/base_regularizer.py -> build/lib/pytorch_metric_learning/regularizers copying src/pytorch_metric_learning/regularizers/sparse_centers_regularizer.py -> build/lib/pytorch_metric_learning/regularizers copying src/pytorch_metric_learning/regularizers/center_invariant_regularizer.py -> build/lib/pytorch_metric_learning/regularizers copying src/pytorch_metric_learning/regularizers/lp_regularizer.py -> build/lib/pytorch_metric_learning/regularizers creating build/lib/pytorch_metric_learning/distances copying src/pytorch_metric_learning/distances/lp_distance.py -> build/lib/pytorch_metric_learning/distances copying src/pytorch_metric_learning/distances/snr_distance.py -> build/lib/pytorch_metric_learning/distances copying src/pytorch_metric_learning/distances/dot_product_similarity.py -> build/lib/pytorch_metric_learning/distances copying src/pytorch_metric_learning/distances/__init__.py -> build/lib/pytorch_metric_learning/distances copying src/pytorch_metric_learning/distances/batched_distance.py -> build/lib/pytorch_metric_learning/distances copying src/pytorch_metric_learning/distances/cosine_similarity.py -> build/lib/pytorch_metric_learning/distances copying src/pytorch_metric_learning/distances/base_distance.py -> build/lib/pytorch_metric_learning/distances creating build/lib/pytorch_metric_learning/testers copying src/pytorch_metric_learning/testers/__init__.py -> build/lib/pytorch_metric_learning/testers copying src/pytorch_metric_learning/testers/global_twostream_embedding_space.py -> build/lib/pytorch_metric_learning/testers copying src/pytorch_metric_learning/testers/global_embedding_space.py -> build/lib/pytorch_metric_learning/testers copying src/pytorch_metric_learning/testers/base_tester.py -> build/lib/pytorch_metric_learning/testers copying src/pytorch_metric_learning/testers/with_same_parent_label.py -> build/lib/pytorch_metric_learning/testers creating build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/lifted_structure_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/large_margin_softmax_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/instance_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/supcon_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/vicreg_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/circle_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/margin_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/tuplet_margin_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/base_loss_wrapper.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/ntxent_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/proxy_anchor_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/signal_to_noise_ratio_losses.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/proxy_losses.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/arcface_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/__init__.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/base_metric_loss_function.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/sphereface_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/multiple_losses.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/n_pairs_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/subcenter_arcface_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/triplet_margin_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/mixins.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/contrastive_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/self_supervised_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/nca_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/multi_similarity_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/fast_ap_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/angular_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/cross_batch_memory.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/generic_pair_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/soft_triple_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/normalized_softmax_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/cosface_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/intra_pair_variance_loss.py -> build/lib/pytorch_metric_learning/losses copying src/pytorch_metric_learning/losses/pnp_loss.py -> build/lib/pytorch_metric_learning/losses creating build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/sum_reducer.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/__init__.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/base_reducer.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/threshold_reducer.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/multiple_reducers.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/mean_reducer.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/do_nothing_reducer.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/divisor_reducer.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/class_weighted_reducer.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/per_anchor_reducer.py -> build/lib/pytorch_metric_learning/reducers copying src/pytorch_metric_learning/reducers/avg_non_zero_reducer.py -> build/lib/pytorch_metric_learning/reducers creating build/lib/pytorch_metric_learning/samplers copying src/pytorch_metric_learning/samplers/m_per_class_sampler.py -> build/lib/pytorch_metric_learning/samplers copying src/pytorch_metric_learning/samplers/hierarchical_sampler.py -> build/lib/pytorch_metric_learning/samplers copying src/pytorch_metric_learning/samplers/fixed_set_of_triplets.py -> build/lib/pytorch_metric_learning/samplers copying src/pytorch_metric_learning/samplers/__init__.py -> build/lib/pytorch_metric_learning/samplers copying src/pytorch_metric_learning/samplers/tuples_to_weights_sampler.py -> build/lib/pytorch_metric_learning/samplers creating build/lib/pytorch_metric_learning/trainers copying src/pytorch_metric_learning/trainers/cascaded_embeddings.py -> build/lib/pytorch_metric_learning/trainers copying src/pytorch_metric_learning/trainers/__init__.py -> build/lib/pytorch_metric_learning/trainers copying src/pytorch_metric_learning/trainers/metric_loss_only.py -> build/lib/pytorch_metric_learning/trainers copying src/pytorch_metric_learning/trainers/base_trainer.py -> build/lib/pytorch_metric_learning/trainers copying src/pytorch_metric_learning/trainers/train_with_classifier.py -> build/lib/pytorch_metric_learning/trainers copying src/pytorch_metric_learning/trainers/twostream_metric_loss.py -> build/lib/pytorch_metric_learning/trainers copying src/pytorch_metric_learning/trainers/deep_adversarial_metric_learning.py -> build/lib/pytorch_metric_learning/trainers creating build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/inference.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/module_with_records.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/accuracy_calculator.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/logging_presets.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/__init__.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/loss_tracker.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/common_functions.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/loss_and_miner_utils.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/key_checker.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/module_with_records_and_reducer.py -> build/lib/pytorch_metric_learning/utils copying src/pytorch_metric_learning/utils/distributed.py -> build/lib/pytorch_metric_learning/utils + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IbMk3h + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64 + cd pytorch-metric-learning-2.1.0 + 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-pytorch-metric-learning-2.1.0-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-pytorch-metric-learning-2.1.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/multi_similarity_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/batch_easy_hard_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/pair_margin_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/batch_hard_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/distance_weighted_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/embeddings_already_packaged_as_triplets.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/base_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/hdc_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/uniform_histogram_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/triplet_margin_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners copying build/lib/pytorch_metric_learning/miners/angular_miner.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers copying build/lib/pytorch_metric_learning/regularizers/zero_mean_regularizer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers copying build/lib/pytorch_metric_learning/regularizers/regular_face_regularizer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers copying build/lib/pytorch_metric_learning/regularizers/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers copying build/lib/pytorch_metric_learning/regularizers/base_regularizer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers copying build/lib/pytorch_metric_learning/regularizers/sparse_centers_regularizer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers copying build/lib/pytorch_metric_learning/regularizers/center_invariant_regularizer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers copying build/lib/pytorch_metric_learning/regularizers/lp_regularizer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances copying build/lib/pytorch_metric_learning/distances/lp_distance.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances copying build/lib/pytorch_metric_learning/distances/snr_distance.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances copying build/lib/pytorch_metric_learning/distances/dot_product_similarity.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances copying build/lib/pytorch_metric_learning/distances/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances copying build/lib/pytorch_metric_learning/distances/batched_distance.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances copying build/lib/pytorch_metric_learning/distances/cosine_similarity.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances copying build/lib/pytorch_metric_learning/distances/base_distance.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers copying build/lib/pytorch_metric_learning/testers/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers copying build/lib/pytorch_metric_learning/testers/global_twostream_embedding_space.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers copying build/lib/pytorch_metric_learning/testers/global_embedding_space.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers copying build/lib/pytorch_metric_learning/testers/base_tester.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers copying build/lib/pytorch_metric_learning/testers/with_same_parent_label.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/lifted_structure_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/large_margin_softmax_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/instance_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/supcon_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/vicreg_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/circle_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/margin_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/tuplet_margin_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/base_loss_wrapper.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/ntxent_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/proxy_anchor_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/signal_to_noise_ratio_losses.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/proxy_losses.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/arcface_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/base_metric_loss_function.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/sphereface_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/multiple_losses.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/n_pairs_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/subcenter_arcface_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/triplet_margin_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/mixins.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/contrastive_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/self_supervised_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/nca_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/multi_similarity_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/fast_ap_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/angular_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/cross_batch_memory.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/generic_pair_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/soft_triple_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/normalized_softmax_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/cosface_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/intra_pair_variance_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses copying build/lib/pytorch_metric_learning/losses/pnp_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/sum_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/base_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/threshold_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/multiple_reducers.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/mean_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/do_nothing_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/divisor_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/class_weighted_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/per_anchor_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers copying build/lib/pytorch_metric_learning/reducers/avg_non_zero_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers copying build/lib/pytorch_metric_learning/samplers/m_per_class_sampler.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers copying build/lib/pytorch_metric_learning/samplers/hierarchical_sampler.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers copying build/lib/pytorch_metric_learning/samplers/fixed_set_of_triplets.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers copying build/lib/pytorch_metric_learning/samplers/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers copying build/lib/pytorch_metric_learning/samplers/tuples_to_weights_sampler.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers copying build/lib/pytorch_metric_learning/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers copying build/lib/pytorch_metric_learning/trainers/cascaded_embeddings.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers copying build/lib/pytorch_metric_learning/trainers/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers copying build/lib/pytorch_metric_learning/trainers/metric_loss_only.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers copying build/lib/pytorch_metric_learning/trainers/base_trainer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers copying build/lib/pytorch_metric_learning/trainers/train_with_classifier.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers copying build/lib/pytorch_metric_learning/trainers/twostream_metric_loss.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers copying build/lib/pytorch_metric_learning/trainers/deep_adversarial_metric_learning.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers creating /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/inference.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/module_with_records.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/accuracy_calculator.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/logging_presets.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/__init__.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/loss_tracker.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/common_functions.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/loss_and_miner_utils.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/key_checker.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/module_with_records_and_reducer.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils copying build/lib/pytorch_metric_learning/utils/distributed.py -> /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/multi_similarity_miner.py to multi_similarity_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/batch_easy_hard_miner.py to batch_easy_hard_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/pair_margin_miner.py to pair_margin_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/batch_hard_miner.py to batch_hard_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/distance_weighted_miner.py to distance_weighted_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/embeddings_already_packaged_as_triplets.py to embeddings_already_packaged_as_triplets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/base_miner.py to base_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/hdc_miner.py to hdc_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/uniform_histogram_miner.py to uniform_histogram_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/triplet_margin_miner.py to triplet_margin_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/miners/angular_miner.py to angular_miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers/zero_mean_regularizer.py to zero_mean_regularizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers/regular_face_regularizer.py to regular_face_regularizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers/base_regularizer.py to base_regularizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers/sparse_centers_regularizer.py to sparse_centers_regularizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers/center_invariant_regularizer.py to center_invariant_regularizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/regularizers/lp_regularizer.py to lp_regularizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances/lp_distance.py to lp_distance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances/snr_distance.py to snr_distance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances/dot_product_similarity.py to dot_product_similarity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances/batched_distance.py to batched_distance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances/cosine_similarity.py to cosine_similarity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/distances/base_distance.py to base_distance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers/global_twostream_embedding_space.py to global_twostream_embedding_space.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers/global_embedding_space.py to global_embedding_space.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers/base_tester.py to base_tester.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/testers/with_same_parent_label.py to with_same_parent_label.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/lifted_structure_loss.py to lifted_structure_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/large_margin_softmax_loss.py to large_margin_softmax_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/instance_loss.py to instance_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/supcon_loss.py to supcon_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/vicreg_loss.py to vicreg_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/circle_loss.py to circle_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/margin_loss.py to margin_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/tuplet_margin_loss.py to tuplet_margin_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/base_loss_wrapper.py to base_loss_wrapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/ntxent_loss.py to ntxent_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/proxy_anchor_loss.py to proxy_anchor_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/signal_to_noise_ratio_losses.py to signal_to_noise_ratio_losses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/proxy_losses.py to proxy_losses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/arcface_loss.py to arcface_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/base_metric_loss_function.py to base_metric_loss_function.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/sphereface_loss.py to sphereface_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/multiple_losses.py to multiple_losses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/n_pairs_loss.py to n_pairs_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/subcenter_arcface_loss.py to subcenter_arcface_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/triplet_margin_loss.py to triplet_margin_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/contrastive_loss.py to contrastive_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/self_supervised_loss.py to self_supervised_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/nca_loss.py to nca_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/multi_similarity_loss.py to multi_similarity_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/fast_ap_loss.py to fast_ap_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/angular_loss.py to angular_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/cross_batch_memory.py to cross_batch_memory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/generic_pair_loss.py to generic_pair_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/soft_triple_loss.py to soft_triple_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/normalized_softmax_loss.py to normalized_softmax_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/cosface_loss.py to cosface_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/intra_pair_variance_loss.py to intra_pair_variance_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/losses/pnp_loss.py to pnp_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/sum_reducer.py to sum_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/base_reducer.py to base_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/threshold_reducer.py to threshold_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/multiple_reducers.py to multiple_reducers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/mean_reducer.py to mean_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/do_nothing_reducer.py to do_nothing_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/divisor_reducer.py to divisor_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/class_weighted_reducer.py to class_weighted_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/per_anchor_reducer.py to per_anchor_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/reducers/avg_non_zero_reducer.py to avg_non_zero_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers/m_per_class_sampler.py to m_per_class_sampler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers/hierarchical_sampler.py to hierarchical_sampler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers/fixed_set_of_triplets.py to fixed_set_of_triplets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/samplers/tuples_to_weights_sampler.py to tuples_to_weights_sampler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers/cascaded_embeddings.py to cascaded_embeddings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers/metric_loss_only.py to metric_loss_only.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers/base_trainer.py to base_trainer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers/train_with_classifier.py to train_with_classifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers/twostream_metric_loss.py to twostream_metric_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/trainers/deep_adversarial_metric_learning.py to deep_adversarial_metric_learning.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/inference.py to inference.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/module_with_records.py to module_with_records.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/accuracy_calculator.py to accuracy_calculator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/logging_presets.py to logging_presets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/loss_tracker.py to loss_tracker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/common_functions.py to common_functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/loss_and_miner_utils.py to loss_and_miner_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/key_checker.py to key_checker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/module_with_records_and_reducer.py to module_with_records_and_reducer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning/utils/distributed.py to distributed.cpython-39.pyc writing byte-compilation script '/tmp/tmp9eai6r6y.py' /usr/bin/python3 /tmp/tmp9eai6r6y.py removing /tmp/tmp9eai6r6y.py running install_egg_info running egg_info writing src/pytorch_metric_learning.egg-info/PKG-INFO writing dependency_links to src/pytorch_metric_learning.egg-info/dependency_links.txt writing requirements to src/pytorch_metric_learning.egg-info/requires.txt writing top-level names to src/pytorch_metric_learning.egg-info/top_level.txt reading manifest file 'src/pytorch_metric_learning.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'src/pytorch_metric_learning.egg-info/SOURCES.txt' Copying src/pytorch_metric_learning.egg-info to /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9/site-packages/pytorch_metric_learning-2.1.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64//usr/share/doc/python-pytorch-metric-learning + '[' -d doc ']' ~/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64 ~/build/BUILD/pytorch-metric-learning-2.1.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-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/pytorch-metric-learning-2.1.0 + popd + mv /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.1.0-1 --unique-debug-suffix -2.1.0-1.x86_64 --unique-debug-src-base python-pytorch-metric-learning-2.1.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/pytorch-metric-learning-2.1.0 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-pytorch-metric-learning-2.1.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pytorch-metric-learning-2.1.0-1.noarch Provides: python-pytorch-metric-learning python3-pytorch-metric-learning = 2.1.0-1 python3.9dist(pytorch-metric-learning) = 2.1 python3dist(pytorch-metric-learning) = 2.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(numpy) python3.9dist(scikit-learn) python3.9dist(torch) >= 1.6 python3.9dist(tqdm) Processing files: python-pytorch-metric-learning-help-2.1.0-1.noarch warning: Empty %files file /builddir/build/BUILD/pytorch-metric-learning-2.1.0/doclist.lst Provides: python-pytorch-metric-learning-help = 2.1.0-1 python3-pytorch-metric-learning-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-pytorch-metric-learning-2.1.0-1.x86_64 Wrote: /builddir/build/RPMS/python-pytorch-metric-learning-help-2.1.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-pytorch-metric-learning-2.1.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bDSdZa + umask 022 + cd /builddir/build/BUILD + cd pytorch-metric-learning-2.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pytorch-metric-learning-2.1.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0