this derivation will be built: /nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv these 6 paths will be fetched (16.4 MiB download, 68.4 MiB unpacked): /nix/store/ap5y17n5m4gkrgh1h9dbb8k45d63an6k-pytest-check-hook /nix/store/jagynfd4bqgzrn0nksv9bg1gg6rj0a67-python3.14-editables-0.6 /nix/store/71mand2cdicbgmrjysll4ab7d9pdx3y6-python3.14-hatchling-1.31.0 /nix/store/n490d9yqbc4mv5gq79gr04wvbk9mqik0-python3.14-mypy-2.1.0 /nix/store/zx9c4rmbf463w2nc4xxynaxcqihl58yi-python3.14-ruff-0.16.1 /nix/store/jswbbiy047y4ymvsh12a6izl4qa7f6jr-python3.14-trove-classifiers-2026.6.1.19 error: Cannot build '/nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/w9v9hka3c941makjmfd8wfxny6g1vr87-biorefs-cli-0.1.0-dist /nix/store/x1cn2sda2973syixniwbrrxwd1mrlbjc-biorefs-cli-0.1.0 Last 25 log lines: > 5 | | import json > 6 | | from typing import TYPE_CHECKING, cast > 7 | | > 8 | | import pytest > 9 | | from biorefs_cli.commands.uniprot import ( > 10 | | UniProtService, > 11 | | build_search_query, > 12 | | normalize_accession, > 13 | | parse_entry, > 14 | | ) > 15 | | from biorefs_cli.errors import CLIError, RateLimitError > 16 | | from biorefs_cli.main import main > | |_________________________________^ > 17 | > 18 | if TYPE_CHECKING: > | > help: Organize imports > | > 8 | import pytest > 9 + > 10 | from biorefs_cli.commands.uniprot import ( > | > > Found 22 errors. > [*] 22 fixable with the `--fix` option. For full logs, run: nix log /nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv