nixbot

builds
1this derivation will be built:2 /nix/store/8x02hnsl9j1j7xzn4bwdg75qpxjwa466-biorefs-cli-0.1.0.drv3these 19 paths will be fetched (18.3 MiB download, 77.1 MiB unpacked):4 /nix/store/n642r7qrsldf792clkb3s7cn2ckvx4qw-pypa-build-hook.sh5 /nix/store/4wlznh578q7r4vry0z35p0cp8mmlw05m-pypa-install-hook6 /nix/store/ap5y17n5m4gkrgh1h9dbb8k45d63an6k-pytest-check-hook7 /nix/store/kgma60gps7zc1scln5ccj9049hxf2z3m-python-runtime-deps-check-hook.sh8 /nix/store/b0jycclcphq52fd935cqw62b962hpndk-python3.14-build-1.5.19 /nix/store/jagynfd4bqgzrn0nksv9bg1gg6rj0a67-python3.14-editables-0.610 /nix/store/6wj1qywcyka57anhsl0pm1xnmwfdpay8-python3.14-flit-core-3.12.011 /nix/store/71mand2cdicbgmrjysll4ab7d9pdx3y6-python3.14-hatchling-1.31.012 /nix/store/rnwp7lc2lf5w43gk4mzpw8m1xg2b0c70-python3.14-iniconfig-2.3.013 /nix/store/yjybff7894aa0s73s3zxa87prrk667b9-python3.14-installer-1.0.114 /nix/store/12w7l7lscmb7v5f4sylys12vgjlla01i-python3.14-librt-0.13.015 /nix/store/n490d9yqbc4mv5gq79gr04wvbk9mqik0-python3.14-mypy-2.1.016 /nix/store/a2yab6hn0sj9ayjkn3jvy32py7v2828g-python3.14-mypy-extensions-1.1.017 /nix/store/kzyjxn1cvflafnslc81yw1rh7m16ymav-python3.14-pathspec-1.1.118 /nix/store/m8r78x8j7536cq9v33x27jb496n381jz-python3.14-pluggy-1.6.019 /nix/store/zqsnrcfic77hc6v3hzycb7bl6qfp0fwv-python3.14-pyproject-hooks-1.2.020 /nix/store/qlw157v4jw1k1w4c7a041lxz7w0ajxx7-python3.14-pytest-9.1.121 /nix/store/jswbbiy047y4ymvsh12a6izl4qa7f6jr-python3.14-trove-classifiers-2026.6.1.1922 /nix/store/sa2qvd26yrbsk2z8mm9a77l1f1szhln2-python3.14-wheel-0.47.023error: Cannot build '/nix/store/8x02hnsl9j1j7xzn4bwdg75qpxjwa466-biorefs-cli-0.1.0.drv'.24 Reason: builder failed with exit code 1.25 Output paths:26 /nix/store/d1qs99nvraiix2phmknf025hfv0lgms9-biorefs-cli-0.1.0-dist27 /nix/store/qrjfb9k71g87b1ipx3iwb051yjq5b7dp-biorefs-cli-0.1.028 Last 25 log lines:29 > 3 | | import json30 > 4 | | from typing import TYPE_CHECKING, cast31 > 5 | |32 > 6 | | import pytest33 > 7 | | from biorefs_cli.commands.uniprot import (34 > 8 | | UniProtService,35 > 9 | | build_search_query,36 > 10 | | normalize_accession,37 > 11 | | parse_entry,38 > 12 | | )39 > 13 | | from biorefs_cli.errors import CLIError, RateLimitError40 > 14 | | from biorefs_cli.main import main41 > | |_________________________________^42 > 15 |43 > 16 | if TYPE_CHECKING:44 > |45 > help: Organize imports46 > |47 > 6 | import pytest48 > 7 +49 > 8 | from biorefs_cli.commands.uniprot import (50 > |51 >52 > Found 22 errors.53 > [*] 22 fixable with the `--fix` option.54 For full logs, run:55 nix log /nix/store/8x02hnsl9j1j7xzn4bwdg75qpxjwa466-biorefs-cli-0.1.0.drv