1this derivation will be built:2 /nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv3these 6 paths will be fetched (16.4 MiB download, 68.4 MiB unpacked):4 /nix/store/ap5y17n5m4gkrgh1h9dbb8k45d63an6k-pytest-check-hook5 /nix/store/jagynfd4bqgzrn0nksv9bg1gg6rj0a67-python3.14-editables-0.66 /nix/store/71mand2cdicbgmrjysll4ab7d9pdx3y6-python3.14-hatchling-1.31.07 /nix/store/n490d9yqbc4mv5gq79gr04wvbk9mqik0-python3.14-mypy-2.1.08 /nix/store/zx9c4rmbf463w2nc4xxynaxcqihl58yi-python3.14-ruff-0.16.19 /nix/store/jswbbiy047y4ymvsh12a6izl4qa7f6jr-python3.14-trove-classifiers-2026.6.1.1910error: Cannot build '/nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv'.11 Reason: builder failed with exit code 1.12 Output paths:13 /nix/store/w9v9hka3c941makjmfd8wfxny6g1vr87-biorefs-cli-0.1.0-dist14 /nix/store/x1cn2sda2973syixniwbrrxwd1mrlbjc-biorefs-cli-0.1.015 Last 25 log lines:16 > 5 | | import json17 > 6 | | from typing import TYPE_CHECKING, cast18 > 7 | |19 > 8 | | import pytest20 > 9 | | from biorefs_cli.commands.uniprot import (21 > 10 | | UniProtService,22 > 11 | | build_search_query,23 > 12 | | normalize_accession,24 > 13 | | parse_entry,25 > 14 | | )26 > 15 | | from biorefs_cli.errors import CLIError, RateLimitError27 > 16 | | from biorefs_cli.main import main28 > | |_________________________________^29 > 17 |30 > 18 | if TYPE_CHECKING:31 > |32 > help: Organize imports33 > |34 > 8 | import pytest35 > 9 +36 > 10 | from biorefs_cli.commands.uniprot import (37 > |38 >39 > Found 22 errors.40 > [*] 22 fixable with the `--fix` option.41 For full logs, run:42 nix log /nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv