this derivation will be built: /nix/store/8x02hnsl9j1j7xzn4bwdg75qpxjwa466-biorefs-cli-0.1.0.drv these 19 paths will be fetched (18.3 MiB download, 77.1 MiB unpacked): /nix/store/n642r7qrsldf792clkb3s7cn2ckvx4qw-pypa-build-hook.sh /nix/store/4wlznh578q7r4vry0z35p0cp8mmlw05m-pypa-install-hook /nix/store/ap5y17n5m4gkrgh1h9dbb8k45d63an6k-pytest-check-hook /nix/store/kgma60gps7zc1scln5ccj9049hxf2z3m-python-runtime-deps-check-hook.sh /nix/store/b0jycclcphq52fd935cqw62b962hpndk-python3.14-build-1.5.1 /nix/store/jagynfd4bqgzrn0nksv9bg1gg6rj0a67-python3.14-editables-0.6 /nix/store/6wj1qywcyka57anhsl0pm1xnmwfdpay8-python3.14-flit-core-3.12.0 /nix/store/71mand2cdicbgmrjysll4ab7d9pdx3y6-python3.14-hatchling-1.31.0 /nix/store/rnwp7lc2lf5w43gk4mzpw8m1xg2b0c70-python3.14-iniconfig-2.3.0 /nix/store/yjybff7894aa0s73s3zxa87prrk667b9-python3.14-installer-1.0.1 /nix/store/12w7l7lscmb7v5f4sylys12vgjlla01i-python3.14-librt-0.13.0 /nix/store/n490d9yqbc4mv5gq79gr04wvbk9mqik0-python3.14-mypy-2.1.0 /nix/store/a2yab6hn0sj9ayjkn3jvy32py7v2828g-python3.14-mypy-extensions-1.1.0 /nix/store/kzyjxn1cvflafnslc81yw1rh7m16ymav-python3.14-pathspec-1.1.1 /nix/store/m8r78x8j7536cq9v33x27jb496n381jz-python3.14-pluggy-1.6.0 /nix/store/zqsnrcfic77hc6v3hzycb7bl6qfp0fwv-python3.14-pyproject-hooks-1.2.0 /nix/store/qlw157v4jw1k1w4c7a041lxz7w0ajxx7-python3.14-pytest-9.1.1 /nix/store/jswbbiy047y4ymvsh12a6izl4qa7f6jr-python3.14-trove-classifiers-2026.6.1.19 /nix/store/sa2qvd26yrbsk2z8mm9a77l1f1szhln2-python3.14-wheel-0.47.0 error: Cannot build '/nix/store/8x02hnsl9j1j7xzn4bwdg75qpxjwa466-biorefs-cli-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/d1qs99nvraiix2phmknf025hfv0lgms9-biorefs-cli-0.1.0-dist /nix/store/qrjfb9k71g87b1ipx3iwb051yjq5b7dp-biorefs-cli-0.1.0 Last 25 log lines: > 3 | | import json > 4 | | from typing import TYPE_CHECKING, cast > 5 | | > 6 | | import pytest > 7 | | from biorefs_cli.commands.uniprot import ( > 8 | | UniProtService, > 9 | | build_search_query, > 10 | | normalize_accession, > 11 | | parse_entry, > 12 | | ) > 13 | | from biorefs_cli.errors import CLIError, RateLimitError > 14 | | from biorefs_cli.main import main > | |_________________________________^ > 15 | > 16 | if TYPE_CHECKING: > | > help: Organize imports > | > 6 | import pytest > 7 + > 8 | from biorefs_cli.commands.uniprot import ( > | > > Found 22 errors. > [*] 22 fixable with the `--fix` option. For full logs, run: nix log /nix/store/8x02hnsl9j1j7xzn4bwdg75qpxjwa466-biorefs-cli-0.1.0.drv