dream2nix icon indicating copy to clipboard operation
dream2nix copied to clipboard

strict-builder fails at building poetry

Open fmnxl opened this issue 2 years ago • 1 comments
trafficstars

I'm not sure if this is dream2nix related or something with my setup. I'm getting this error when I try to build my node project using strict-builder:

error: builder for '/nix/store/r1wi4zal4ilf72r2cmqdpyckpz9zfps5-python3.10-poetry-1.2.0.drv' failed with exit code 1;
       last 10 log lines:
       > FAILED tests/utils/test_authenticator.py::test_authenticator_uses_env_provided_credentials_matched_by_url_path
       > FAILED tests/utils/test_authenticator.py::test_authenticator_uses_certs_from_config_if_not_provided[/path/to/provided/cert-path/to/provided/client-cert]
       > FAILED tests/utils/test_authenticator.py::test_authenticator_azure_feed_guid_credentials
       > FAILED tests/utils/test_authenticator.py::test_authenticator_uses_credentials_from_config_matched_by_url_path
       > FAILED tests/utils/test_authenticator.py::test_authenticator_add_repository
       > FAILED tests/utils/test_authenticator.py::test_authenticator_uses_credentials_from_config_with_at_sign_in_path
       > FAILED tests/utils/test_authenticator.py::test_authenticator_falls_back_to_keyring_url_matched_by_path
       > FAILED tests/installation/test_chooser.py::test_chooser_chooses_universal_wheel_link_if_available[]
       > FAILED tests/installation/test_chooser.py::test_chooser_chooses_universal_wheel_link_if_available[legacy]

fmnxl avatar Feb 22 '23 07:02 fmnxl

That's a bit hard to reproduce or understand without having an idea what your setup looks like. Can you post a minimal flake.nix and command to reproduce this issue?

phaer avatar Apr 18 '23 10:04 phaer