Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SomeoneSerge/1fbd8de2b859743187df3a4308c09fdc to your computer and use it in GitHub Desktop.
Save SomeoneSerge/1fbd8de2b859743187df3a4308c09fdc to your computer and use it in GitHub Desktop.
nix log /nix/store/psxqjsis25v93d9m34cjkfnlzc26yzb7-python3.10-pytorch-metric-learning-2.2.0.drv
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/dkmkcd9bbasmxlrrzwvlci1dvj7wz2wd-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/zzz_testing_utils/testing_utils.py
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
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/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/logging_presets.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/__init__.py -> build/lib/pytorch_metric_learning/utils
copying src/pytorch_metric_learning/utils/distributed.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/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/loss_tracker.py -> 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/common_functions.py -> build/lib/pytorch_metric_learning/utils
creating 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/instance_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/self_supervised_loss.py -> build/lib/pytorch_metric_learning/losses
copying src/pytorch_metric_learning/losses/pnp_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/arcface_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/signal_to_noise_ratio_losses.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/triplet_margin_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/multiple_losses.py -> 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/__init__.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/base_loss_wrapper.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/sphereface_loss.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/cosface_loss.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/generic_pair_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/intra_pair_variance_loss.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/vicreg_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/cross_batch_memory.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/multi_similarity_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/ntxent_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/manifold_loss.py -> build/lib/pytorch_metric_learning/losses
copying src/pytorch_metric_learning/losses/p2s_grad_loss.py -> build/lib/pytorch_metric_learning/losses
creating 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/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/threshold_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/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/base_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/regularizers
copying src/pytorch_metric_learning/regularizers/sparse_centers_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/lp_regularizer.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/zero_mean_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/regular_face_regularizer.py -> build/lib/pytorch_metric_learning/regularizers
creating 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/hierarchical_sampler.py -> build/lib/pytorch_metric_learning/samplers
copying src/pytorch_metric_learning/samplers/tuples_to_weights_sampler.py -> build/lib/pytorch_metric_learning/samplers
copying src/pytorch_metric_learning/samplers/m_per_class_sampler.py -> build/lib/pytorch_metric_learning/samplers
creating build/lib/pytorch_metric_learning/distances
copying src/pytorch_metric_learning/distances/base_distance.py -> 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/__init__.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/snr_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/batched_distance.py -> build/lib/pytorch_metric_learning/distances
creating build/lib/pytorch_metric_learning/trainers
copying src/pytorch_metric_learning/trainers/deep_adversarial_metric_learning.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/__init__.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/twostream_metric_loss.py -> 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/metric_loss_only.py -> build/lib/pytorch_metric_learning/trainers
creating build/lib/pytorch_metric_learning/testers
copying src/pytorch_metric_learning/testers/with_same_parent_label.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/__init__.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/global_embedding_space.py -> build/lib/pytorch_metric_learning/testers
creating 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/embeddings_already_packaged_as_triplets.py -> build/lib/pytorch_metric_learning/miners
copying src/pytorch_metric_learning/miners/angular_miner.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/multi_similarity_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/batch_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/base_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/distance_weighted_miner.py -> build/lib/pytorch_metric_learning/miners
copying src/pytorch_metric_learning/miners/hdc_miner.py -> build/lib/pytorch_metric_learning/miners
/nix/store/w453w4jw22kf20x0yv8dg08p4gima8mv-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/module_with_records_and_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/logging_presets.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/key_checker.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/distributed.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/loss_and_miner_utils.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/module_with_records.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/accuracy_calculator.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/loss_tracker.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/inference.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
copying build/lib/pytorch_metric_learning/utils/common_functions.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/utils
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/proxy_losses.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/instance_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/large_margin_softmax_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/self_supervised_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/pnp_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/soft_triple_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/normalized_softmax_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/arcface_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/fast_ap_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/signal_to_noise_ratio_losses.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/angular_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/triplet_margin_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/supcon_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/multiple_losses.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/lifted_structure_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/nca_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/base_loss_wrapper.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/proxy_anchor_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/sphereface_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/contrastive_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/cosface_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/n_pairs_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/generic_pair_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/mixins.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/intra_pair_variance_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/base_metric_loss_function.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/vicreg_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/subcenter_arcface_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/cross_batch_memory.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/circle_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/multi_similarity_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/tuplet_margin_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/ntxent_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/margin_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/manifold_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
copying build/lib/pytorch_metric_learning/losses/p2s_grad_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/losses
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/divisor_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/sum_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/threshold_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/class_weighted_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/multiple_reducers.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/mean_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/do_nothing_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/base_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/per_anchor_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
copying build/lib/pytorch_metric_learning/reducers/avg_non_zero_reducer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/reducers
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/regularizers
copying build/lib/pytorch_metric_learning/regularizers/sparse_centers_regularizer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/regularizers
copying build/lib/pytorch_metric_learning/regularizers/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/regularizers
copying build/lib/pytorch_metric_learning/regularizers/lp_regularizer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/regularizers
copying build/lib/pytorch_metric_learning/regularizers/base_regularizer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/regularizers
copying build/lib/pytorch_metric_learning/regularizers/zero_mean_regularizer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/regularizers
copying build/lib/pytorch_metric_learning/regularizers/center_invariant_regularizer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/regularizers
copying build/lib/pytorch_metric_learning/regularizers/regular_face_regularizer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/regularizers
copying build/lib/pytorch_metric_learning/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/samplers
copying build/lib/pytorch_metric_learning/samplers/fixed_set_of_triplets.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/samplers
copying build/lib/pytorch_metric_learning/samplers/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/samplers
copying build/lib/pytorch_metric_learning/samplers/hierarchical_sampler.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/samplers
copying build/lib/pytorch_metric_learning/samplers/tuples_to_weights_sampler.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/samplers
copying build/lib/pytorch_metric_learning/samplers/m_per_class_sampler.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/samplers
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/distances
copying build/lib/pytorch_metric_learning/distances/base_distance.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/distances
copying build/lib/pytorch_metric_learning/distances/lp_distance.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/distances
copying build/lib/pytorch_metric_learning/distances/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/distances
copying build/lib/pytorch_metric_learning/distances/dot_product_similarity.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/distances
copying build/lib/pytorch_metric_learning/distances/snr_distance.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/distances
copying build/lib/pytorch_metric_learning/distances/cosine_similarity.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/distances
copying build/lib/pytorch_metric_learning/distances/batched_distance.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/distances
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/trainers
copying build/lib/pytorch_metric_learning/trainers/deep_adversarial_metric_learning.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/trainers
copying build/lib/pytorch_metric_learning/trainers/train_with_classifier.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/trainers
copying build/lib/pytorch_metric_learning/trainers/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/trainers
copying build/lib/pytorch_metric_learning/trainers/base_trainer.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/trainers
copying build/lib/pytorch_metric_learning/trainers/twostream_metric_loss.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/trainers
copying build/lib/pytorch_metric_learning/trainers/cascaded_embeddings.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/trainers
copying build/lib/pytorch_metric_learning/trainers/metric_loss_only.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/trainers
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/testers
copying build/lib/pytorch_metric_learning/testers/with_same_parent_label.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/testers
copying build/lib/pytorch_metric_learning/testers/global_twostream_embedding_space.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/testers
copying build/lib/pytorch_metric_learning/testers/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/testers
copying build/lib/pytorch_metric_learning/testers/base_tester.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/testers
copying build/lib/pytorch_metric_learning/testers/global_embedding_space.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/testers
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/uniform_histogram_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/embeddings_already_packaged_as_triplets.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/angular_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/__init__.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/multi_similarity_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/triplet_margin_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/batch_hard_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/pair_margin_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/base_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/batch_easy_hard_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/distance_weighted_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
copying build/lib/pytorch_metric_learning/miners/hdc_miner.py -> build/bdist.linux-x86_64/wheel/pytorch_metric_learning/miners
running install_egg_info
running egg_info
creating src/pytorch_metric_learning.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
writing manifest file 'src/pytorch_metric_learning.egg-info/SOURCES.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 build/bdist.linux-x86_64/wheel/pytorch_metric_learning-2.2.0-py3.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pytorch_metric_learning-2.2.0.dist-info/WHEEL
creating 'dist/pytorch_metric_learning-2.2.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pytorch_metric_learning/__init__.py'
adding 'pytorch_metric_learning/distances/__init__.py'
adding 'pytorch_metric_learning/distances/base_distance.py'
adding 'pytorch_metric_learning/distances/batched_distance.py'
adding 'pytorch_metric_learning/distances/cosine_similarity.py'
adding 'pytorch_metric_learning/distances/dot_product_similarity.py'
adding 'pytorch_metric_learning/distances/lp_distance.py'
adding 'pytorch_metric_learning/distances/snr_distance.py'
adding 'pytorch_metric_learning/losses/__init__.py'
adding 'pytorch_metric_learning/losses/angular_loss.py'
adding 'pytorch_metric_learning/losses/arcface_loss.py'
adding 'pytorch_metric_learning/losses/base_loss_wrapper.py'
adding 'pytorch_metric_learning/losses/base_metric_loss_function.py'
adding 'pytorch_metric_learning/losses/circle_loss.py'
adding 'pytorch_metric_learning/losses/contrastive_loss.py'
adding 'pytorch_metric_learning/losses/cosface_loss.py'
adding 'pytorch_metric_learning/losses/cross_batch_memory.py'
adding 'pytorch_metric_learning/losses/fast_ap_loss.py'
adding 'pytorch_metric_learning/losses/generic_pair_loss.py'
adding 'pytorch_metric_learning/losses/instance_loss.py'
adding 'pytorch_metric_learning/losses/intra_pair_variance_loss.py'
adding 'pytorch_metric_learning/losses/large_margin_softmax_loss.py'
adding 'pytorch_metric_learning/losses/lifted_structure_loss.py'
adding 'pytorch_metric_learning/losses/manifold_loss.py'
adding 'pytorch_metric_learning/losses/margin_loss.py'
adding 'pytorch_metric_learning/losses/mixins.py'
adding 'pytorch_metric_learning/losses/multi_similarity_loss.py'
adding 'pytorch_metric_learning/losses/multiple_losses.py'
adding 'pytorch_metric_learning/losses/n_pairs_loss.py'
adding 'pytorch_metric_learning/losses/nca_loss.py'
adding 'pytorch_metric_learning/losses/normalized_softmax_loss.py'
adding 'pytorch_metric_learning/losses/ntxent_loss.py'
adding 'pytorch_metric_learning/losses/p2s_grad_loss.py'
adding 'pytorch_metric_learning/losses/pnp_loss.py'
adding 'pytorch_metric_learning/losses/proxy_anchor_loss.py'
adding 'pytorch_metric_learning/losses/proxy_losses.py'
adding 'pytorch_metric_learning/losses/self_supervised_loss.py'
adding 'pytorch_metric_learning/losses/signal_to_noise_ratio_losses.py'
adding 'pytorch_metric_learning/losses/soft_triple_loss.py'
adding 'pytorch_metric_learning/losses/sphereface_loss.py'
adding 'pytorch_metric_learning/losses/subcenter_arcface_loss.py'
adding 'pytorch_metric_learning/losses/supcon_loss.py'
adding 'pytorch_metric_learning/losses/triplet_margin_loss.py'
adding 'pytorch_metric_learning/losses/tuplet_margin_loss.py'
adding 'pytorch_metric_learning/losses/vicreg_loss.py'
adding 'pytorch_metric_learning/miners/__init__.py'
adding 'pytorch_metric_learning/miners/angular_miner.py'
adding 'pytorch_metric_learning/miners/base_miner.py'
adding 'pytorch_metric_learning/miners/batch_easy_hard_miner.py'
adding 'pytorch_metric_learning/miners/batch_hard_miner.py'
adding 'pytorch_metric_learning/miners/distance_weighted_miner.py'
adding 'pytorch_metric_learning/miners/embeddings_already_packaged_as_triplets.py'
adding 'pytorch_metric_learning/miners/hdc_miner.py'
adding 'pytorch_metric_learning/miners/multi_similarity_miner.py'
adding 'pytorch_metric_learning/miners/pair_margin_miner.py'
adding 'pytorch_metric_learning/miners/triplet_margin_miner.py'
adding 'pytorch_metric_learning/miners/uniform_histogram_miner.py'
adding 'pytorch_metric_learning/reducers/__init__.py'
adding 'pytorch_metric_learning/reducers/avg_non_zero_reducer.py'
adding 'pytorch_metric_learning/reducers/base_reducer.py'
adding 'pytorch_metric_learning/reducers/class_weighted_reducer.py'
adding 'pytorch_metric_learning/reducers/divisor_reducer.py'
adding 'pytorch_metric_learning/reducers/do_nothing_reducer.py'
adding 'pytorch_metric_learning/reducers/mean_reducer.py'
adding 'pytorch_metric_learning/reducers/multiple_reducers.py'
adding 'pytorch_metric_learning/reducers/per_anchor_reducer.py'
adding 'pytorch_metric_learning/reducers/sum_reducer.py'
adding 'pytorch_metric_learning/reducers/threshold_reducer.py'
adding 'pytorch_metric_learning/regularizers/__init__.py'
adding 'pytorch_metric_learning/regularizers/base_regularizer.py'
adding 'pytorch_metric_learning/regularizers/center_invariant_regularizer.py'
adding 'pytorch_metric_learning/regularizers/lp_regularizer.py'
adding 'pytorch_metric_learning/regularizers/regular_face_regularizer.py'
adding 'pytorch_metric_learning/regularizers/sparse_centers_regularizer.py'
adding 'pytorch_metric_learning/regularizers/zero_mean_regularizer.py'
adding 'pytorch_metric_learning/samplers/__init__.py'
adding 'pytorch_metric_learning/samplers/fixed_set_of_triplets.py'
adding 'pytorch_metric_learning/samplers/hierarchical_sampler.py'
adding 'pytorch_metric_learning/samplers/m_per_class_sampler.py'
adding 'pytorch_metric_learning/samplers/tuples_to_weights_sampler.py'
adding 'pytorch_metric_learning/testers/__init__.py'
adding 'pytorch_metric_learning/testers/base_tester.py'
adding 'pytorch_metric_learning/testers/global_embedding_space.py'
adding 'pytorch_metric_learning/testers/global_twostream_embedding_space.py'
adding 'pytorch_metric_learning/testers/with_same_parent_label.py'
adding 'pytorch_metric_learning/trainers/__init__.py'
adding 'pytorch_metric_learning/trainers/base_trainer.py'
adding 'pytorch_metric_learning/trainers/cascaded_embeddings.py'
adding 'pytorch_metric_learning/trainers/deep_adversarial_metric_learning.py'
adding 'pytorch_metric_learning/trainers/metric_loss_only.py'
adding 'pytorch_metric_learning/trainers/train_with_classifier.py'
adding 'pytorch_metric_learning/trainers/twostream_metric_loss.py'
adding 'pytorch_metric_learning/utils/__init__.py'
adding 'pytorch_metric_learning/utils/accuracy_calculator.py'
adding 'pytorch_metric_learning/utils/common_functions.py'
adding 'pytorch_metric_learning/utils/distributed.py'
adding 'pytorch_metric_learning/utils/inference.py'
adding 'pytorch_metric_learning/utils/key_checker.py'
adding 'pytorch_metric_learning/utils/logging_presets.py'
adding 'pytorch_metric_learning/utils/loss_and_miner_utils.py'
adding 'pytorch_metric_learning/utils/loss_tracker.py'
adding 'pytorch_metric_learning/utils/module_with_records.py'
adding 'pytorch_metric_learning/utils/module_with_records_and_reducer.py'
adding 'pytorch_metric_learning-2.2.0.dist-info/LICENSE'
adding 'pytorch_metric_learning-2.2.0.dist-info/METADATA'
adding 'pytorch_metric_learning-2.2.0.dist-info/WHEEL'
adding 'pytorch_metric_learning-2.2.0.dist-info/top_level.txt'
adding 'pytorch_metric_learning-2.2.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./pytorch_metric_learning-2.2.0-py3-none-any.whl
Requirement already satisfied: tqdm in /nix/store/i60z7rbs2rvqiws1dbci0d7yrv0fmn2n-python3.10-tqdm-4.64.1/lib/python3.10/site-packages (from pytorch-metric-learning==2.2.0) (4.64.1)
Requirement already satisfied: numpy in /nix/store/dbykha9ik0d0if8bkyb9yzkn5ws2mi18-python3.10-numpy-1.24.2/lib/python3.10/site-packages (from pytorch-metric-learning==2.2.0) (1.24.2)
Requirement already satisfied: torch>=1.6.0 in /nix/store/chcyr38bf3ldrcmp3n6j8r0g8vlwh73x-python3.10-torch-2.0.1/lib/python3.10/site-packages (from pytorch-metric-learning==2.2.0) (2.0.1)
Requirement already satisfied: scikit-learn in /nix/store/x09c66gh85hqwsf0xb54yn8vg1aqsazv-python3.10-scikit-learn-1.2.1/lib/python3.10/site-packages (from pytorch-metric-learning==2.2.0) (1.2.1)
Requirement already satisfied: networkx in /nix/store/jp269bc9h6h05s0prmi7x67wvwn6dnmv-python3.10-networkx-3.0/lib/python3.10/site-packages (from torch>=1.6.0->pytorch-metric-learning==2.2.0) (3.0)
Requirement already satisfied: jinja2 in /nix/store/d66wysv5w90klmvknfyp6h1mpl374xd5-python3.10-Jinja2-3.1.2/lib/python3.10/site-packages (from torch>=1.6.0->pytorch-metric-learning==2.2.0) (3.1.2)
Requirement already satisfied: filelock in /nix/store/9c4c2jdn1chfijhxxany04m2mylz41zy-python3.10-filelock-3.12.0/lib/python3.10/site-packages (from torch>=1.6.0->pytorch-metric-learning==2.2.0) (3.12.0)
Requirement already satisfied: sympy in /nix/store/8nk9g740pfcsza9kqaahfvpgl91lz08l-python3.10-sympy-1.11.1/lib/python3.10/site-packages (from torch>=1.6.0->pytorch-metric-learning==2.2.0) (1.11.1)
Requirement already satisfied: typing-extensions in /nix/store/nxhpc273z50gz0zqgw6vgkpc5a4bgl7a-python3.10-typing-extensions-4.5.0/lib/python3.10/site-packages (from torch>=1.6.0->pytorch-metric-learning==2.2.0) (4.5.0)
Requirement already satisfied: scipy>=1.3.2 in /nix/store/9wdpkxn4gbfm1vbg1844dy5iw68jl7za-python3.10-scipy-1.10.1/lib/python3.10/site-packages (from scikit-learn->pytorch-metric-learning==2.2.0) (1.10.1)
Requirement already satisfied: joblib>=1.1.1 in /nix/store/5sicdysvbkw8dlzjgxddv83xkax3v9kw-python3.10-joblib-1.2.0/lib/python3.10/site-packages (from scikit-learn->pytorch-metric-learning==2.2.0) (1.2.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in /nix/store/lvz67jjb49dmxfdjbgzbv10zafk514a9-python3.10-threadpoolctl-3.1.0/lib/python3.10/site-packages (from scikit-learn->pytorch-metric-learning==2.2.0) (3.1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /nix/store/w5fv5fabcayxzd219mp6msgd3pzn93xl-python3.10-markupsafe-2.1.3/lib/python3.10/site-packages (from jinja2->torch>=1.6.0->pytorch-metric-learning==2.2.0) (2.1.3)
Requirement already satisfied: mpmath>=0.19 in /nix/store/3vxmdbnqlwj60r1g9qha01arxx2gq5sd-python3.10-mpmath-1.2.1/lib/python3.10/site-packages (from sympy->torch>=1.6.0->pytorch-metric-learning==2.2.0) (1.2.1)
Installing collected packages: pytorch-metric-learning
Successfully installed pytorch-metric-learning-2.2.0
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/czam2izjwin0jdkz9g26pwfbv2hd404c-python3.10-pytorch-metric-learning-2.2.0
checking for references to /build/ in /nix/store/czam2izjwin0jdkz9g26pwfbv2hd404c-python3.10-pytorch-metric-learning-2.2.0...
patching script interpreter paths in /nix/store/czam2izjwin0jdkz9g26pwfbv2hd404c-python3.10-pytorch-metric-learning-2.2.0
stripping (with command strip and flags -S -p) in /nix/store/czam2izjwin0jdkz9g26pwfbv2hd404c-python3.10-pytorch-metric-learning-2.2.0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/ca7y2mp32w0a7smdch69vah1c630gqhm-python3.10-pytorch-metric-learning-2.2.0-dist
checking for references to /build/ in /nix/store/ca7y2mp32w0a7smdch69vah1c630gqhm-python3.10-pytorch-metric-learning-2.2.0-dist...
patching script interpreter paths in /nix/store/ca7y2mp32w0a7smdch69vah1c630gqhm-python3.10-pytorch-metric-learning-2.2.0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-7.2.1, pluggy-1.0.0
rootdir: /build/source
collecting ...  collecting 2 items  collecting 41 items  collecting 114 items  collecting 115 items  collecting 129 items  collected 164 items / 13 deselected / 151 selected 
tests/distances/test_batched_distance.py .. [ 1%]
tests/distances/test_collected_stats.py s [ 1%]
tests/distances/test_custom_check_shape.py . [ 2%]
tests/losses/test_angular_loss.py ... [ 4%]
tests/losses/test_arcface_loss.py . [ 5%]
tests/losses/test_circle_loss.py ... [ 7%]
tests/losses/test_contrastive_loss.py ... [ 9%]
tests/losses/test_cosface_loss.py . [ 9%]
tests/losses/test_cross_batch_memory.py ......... [ 15%]
tests/losses/test_fastap_loss.py . [ 16%]
tests/losses/test_instance_loss.py . [ 17%]
tests/losses/test_intra_pair_variance_loss.py .. [ 18%]
tests/losses/test_large_margin_softmax_loss.py .. [ 19%]
tests/losses/test_lifted_structure_loss.py .... [ 22%]
tests/losses/test_losses_without_labels.py . [ 23%]
tests/losses/test_manifold_loss.py .. [ 24%]
tests/losses/test_margin_loss.py .... [ 27%]
tests/losses/test_multi_similarity_loss.py ... [ 29%]
tests/losses/test_multiple_losses.py .... [ 31%]
tests/losses/test_nca_loss.py .. [ 33%]
tests/losses/test_normalized_softmax_loss.py . [ 33%]
tests/losses/test_npairs_loss.py ... [ 35%]
tests/losses/test_ntxent_loss.py .... [ 38%]
tests/losses/test_p2s_grad_loss.py .. [ 39%]
tests/losses/test_pnp_loss.py . [ 40%]
tests/losses/test_proxy_anchor_loss.py . [ 41%]
tests/losses/test_proxy_nca_loss.py . [ 41%]
tests/losses/test_self_supervised_loss.py . [ 42%]
tests/losses/test_signal_to_noise_ratio_losses.py .. [ 43%]
tests/losses/test_soft_triple_loss.py . [ 44%]
tests/losses/test_subcenter_arcface_loss.py .. [ 45%]
tests/losses/test_triplet_margin_loss.py .... [ 48%]
tests/losses/test_tuplet_margin_loss.py .. [ 49%]
tests/losses/test_vicreg_loss.py . [ 50%]
tests/miners/test_angular_miner.py .. [ 51%]
tests/miners/test_batch_easy_hard_miner.py .. [ 52%]
tests/miners/test_batch_easy_hard_miner_labels.py . [ 53%]
tests/miners/test_batch_hard_miner.py ..... [ 56%]
tests/miners/test_distance_weighted_miner.py ... [ 58%]
tests/miners/test_hdc_miner.py ..... [ 62%]
tests/miners/test_multi_similarity_miner.py .. [ 63%]
tests/miners/test_pair_margin_miner.py .. [ 64%]
tests/miners/test_triplet_margin_miner.py .s. [ 66%]
tests/miners/test_uniform_histogram_miner.py .. [ 68%]
tests/reducers/test_avg_non_zero_reducer.py . [ 68%]
tests/reducers/test_class_weighted_reducer.py . [ 69%]
tests/reducers/test_divisor_reducer.py . [ 70%]
tests/reducers/test_do_nothing_reducer.py . [ 70%]
tests/reducers/test_mean_reducer.py . [ 71%]
tests/reducers/test_multiple_reducers.py . [ 72%]
tests/reducers/test_per_anchor_reducer.py . [ 72%]
tests/reducers/test_setting_reducers.py . [ 73%]
tests/reducers/test_threshold_reducer.py . [ 74%]
tests/regularizers/test_center_invariant_regularizer.py . [ 74%]
tests/regularizers/test_regular_face_regularizer.py . [ 75%]
tests/samplers/test_fixed_set_of_triplets.py . [ 76%]
tests/samplers/test_hierarchical_sampler.py . [ 76%]
tests/samplers/test_m_per_class_sampler.py .. [ 78%]
tests/testers/test_global_embedding_space_tester.py Fatal Python error: Aborted
Thread 0x00007ffd77fff6c0 (most recent call first):
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/threading.py", line 324 in wait
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/threading.py", line 607 in wait
File "/nix/store/i60z7rbs2rvqiws1dbci0d7yrv0fmn2n-python3.10-tqdm-4.64.1/lib/python3.10/site-packages/tqdm/_monitor.py", line 60 in run
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/threading.py", line 973 in _bootstrap
Current thread 0x00007ffff7e93740 (most recent call first):
File "/nix/store/1g48rw6arijlvc4d1c3hshf9sky742mk-faiss-1.7.4/lib/python3.10/site-packages/faiss/swigfaiss.py", line 1000 in get_num_gpus
File "/build/source/src/pytorch_metric_learning/utils/inference.py", line 261 in try_gpu
File "/build/source/src/pytorch_metric_learning/utils/inference.py", line 189 in __call__
File "/build/source/src/pytorch_metric_learning/utils/accuracy_calculator.py", line 472 in get_accuracy
File "/build/source/src/pytorch_metric_learning/testers/global_embedding_space.py", line 21 in do_knn_and_accuracies
File "/build/source/src/pytorch_metric_learning/testers/base_tester.py", line 303 in test
File "/build/source/tests/testers/test_global_embedding_space_tester.py", line 43 in test_global_embedding_space_tester
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/unittest/case.py", line 549 in _callTestMethod
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/unittest/case.py", line 591 in run
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/unittest/case.py", line 650 in __call__
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/unittest.py", line 330 in runtest
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/runner.py", line 167 in pytest_runtest_call
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/runner.py", line 260 in <lambda>
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/runner.py", line 339 in from_call
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/runner.py", line 259 in call_runtest_hook
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/runner.py", line 220 in call_and_report
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/runner.py", line 131 in runtestprotocol
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/runner.py", line 112 in pytest_runtest_protocol
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/main.py", line 349 in pytest_runtestloop
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/main.py", line 324 in _main
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/main.py", line 270 in wrap_session
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/main.py", line 317 in pytest_cmdline_main
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/nix/store/8qb3kkkgdn2nr9x576yplk0ngd72qpp9-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/config/__init__.py", line 167 in main
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/config/__init__.py", line 190 in console_main
File "/nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/pytest/__main__.py", line 5 in <module>
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/runpy.py", line 86 in _run_code
File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/runpy.py", line 196 in _run_module_as_main
Extension modules: numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, torch._C, torch._C._fft, torch._C._linalg, torch._C._nested, torch._C._nn, torch._C._sparse, torch._C._special, scipy._lib._ccallback_c, numpy.linalg.lapack_lite, scipy.sparse._sparsetools, _csparsetools, scipy.sparse._csparsetools, scipy.sparse.linalg._isolve._iterative, scipy.linalg._fblas, scipy.linalg._flapack, scipy.linalg._cythonized_array_utils, scipy.linalg._flinalg, scipy.linalg._solve_toeplitz, scipy.linalg._matfuncs_sqrtm_triu, scipy.linalg.cython_lapack, scipy.linalg.cython_blas, scipy.linalg._matfuncs_expm, scipy.linalg._decomp_update, scipy.sparse.linalg._dsolve._superlu, scipy.sparse.linalg._eigen.arpack._arpack, scipy.sparse.csgraph._tools, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._flow, scipy.sparse.csgraph._matching, scipy.sparse.csgraph._reordering, scipy.spatial._ckdtree, scipy._lib.messagestream, scipy.spatial._qhull, scipy.spatial._voronoi, scipy.spatial._distance_wrap, scipy.spatial._hausdorff, scipy.special._ufuncs_cxx, scipy.special._ufuncs, scipy.special._specfun, scipy.special._comb, scipy.special._ellip_harm_2, scipy.spatial.transform._rotation, scipy.ndimage._nd_image, _ni_label, scipy.ndimage._ni_label, scipy.optimize._minpack2, scipy.optimize._group_columns, scipy.optimize._trlib._trlib, scipy.optimize._lbfgsb, _moduleTNC, scipy.optimize._moduleTNC, scipy.optimize._cobyla, scipy.optimize._slsqp, scipy.optimize._minpack, scipy.optimize._lsq.givens_elimination, scipy.optimize._zeros, scipy.optimize.__nnls, scipy.optimize._highs.cython.src._highs_wrapper, scipy.optimize._highs._highs_wrapper, scipy.optimize._highs.cython.src._highs_constants, scipy.optimize._highs._highs_constants, scipy.linalg._interpolative, scipy.optimize._bglu_dense, scipy.optimize._lsap, scipy.optimize._direct, scipy.integrate._odepack, scipy.integrate._quadpack, scipy.integrate._vode, scipy.integrate._dop, scipy.integrate._lsoda, scipy.special.cython_special, scipy.stats._stats, scipy.stats.beta_ufunc, scipy.stats._boost.beta_ufunc, scipy.stats.binom_ufunc, scipy.stats._boost.binom_ufunc, scipy.stats.nbinom_ufunc, scipy.stats._boost.nbinom_ufunc, scipy.stats.hypergeom_ufunc, scipy.stats._boost.hypergeom_ufunc, scipy.stats.ncf_ufunc, scipy.stats._boost.ncf_ufunc, scipy.stats.ncx2_ufunc, scipy.stats._boost.ncx2_ufunc, scipy.stats.nct_ufunc, scipy.stats._boost.nct_ufunc, scipy.stats.skewnorm_ufunc, scipy.stats._boost.skewnorm_ufunc, scipy.stats.invgauss_ufunc, scipy.stats._boost.invgauss_ufunc, scipy.interpolate._fitpack, scipy.interpolate.dfitpack, scipy.interpolate._bspl, scipy.interpolate._ppoly, scipy.interpolate.interpnd, scipy.interpolate._rbfinterp_pythran, scipy.interpolate._rgi_cython, scipy.stats._biasedurn, scipy.stats._levy_stable.levyst, scipy.stats._stats_pythran, scipy._lib._uarray._uarray, scipy.stats._statlib, scipy.stats._mvn, scipy.stats._sobol, scipy.stats._qmc_cy, scipy.stats._rcont.rcont, faiss._swigfaiss, sklearn.__check_build._check_build, sklearn.utils.murmurhash, lz4._version, lz4.frame._frame, sklearn.utils._isfinite, sklearn.utils._openmp_helpers, sklearn.utils._logistic_sigmoid, sklearn.utils.sparsefuncs_fast, sklearn.preprocessing._csr_polynomial_expansion, sklearn.utils._typedefs, sklearn.utils._readonly_array_wrapper, sklearn.metrics._dist_metrics, sklearn.metrics.cluster._expected_mutual_info_fast, sklearn.metrics._pairwise_distances_reduction._datasets_pair, sklearn.utils._cython_blas, sklearn.metrics._pairwise_distances_reduction._base, sklearn.metrics._pairwise_distances_reduction._middle_term_computer, sklearn.utils._heap, sklearn.utils._sorting, sklearn.metrics._pairwise_distances_reduction._argkmin, sklearn.utils._vector_sentinel, sklearn.metrics._pairwise_distances_reduction._radius_neighbors, sklearn.metrics._pairwise_fast, PIL._imaging, PIL._imagingft, _cffi_backend (total: 148)
/nix/store/dys1zjl8xrmfpbd23wjvjz2421d8gk7p-pytest-check-hook/nix-support/setup-hook: line 53: 390 Aborted (core dumped) /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/bin/python3.10 -m pytest -k "not TestDistributedLossWrapper and not TestInference and not test_get_nearest_neighbors and not test_tuplestoweights_sampler and not test_untrained_indexer and not test_metric_loss_only and not test_pca and not test_distributed_classifier_loss_and_miner"
/nix/store/7aprjn0yf6p06krg4087sxvilfp4c8yy-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment