nixbot

builds
1this derivation will be built:2 /nix/store/ldl3py2l3363wmiydz06d6fg0i53kwk0-zhost-cli-0.1.0.drv3these 9 paths will be fetched (47.0 MiB download, 96.3 MiB unpacked):4 /nix/store/k60mn0bz26xdaxisqfy1v00klpba3j5m-gumbo-0.13.25 /nix/store/4d7fydg3h5mwml02n4fpshwg0c46ddbz-jbig2dec-0.206 /nix/store/whlnnkcg6jzww3flayxrppz7fl7yd9qc-lcms2-2.19.17 /nix/store/dn6iqvsmrially0xjj71zgpd2506jsqm-leptonica-1.87.08 /nix/store/z1zhs0ghqppk8ik9dznwhm30acgm1y1v-mupdf-1.27.29 /nix/store/srk5k24hdnz21vm29wwyblv5a38h31c4-openjpeg-2.5.410 /nix/store/ysk81sg4qrwfvim2abglq7wzwpi8qabm-python3.14-pymupdf-1.27.2.311 /nix/store/f87ns5vl166f9xwzj8711lw2p855ljgw-tesseract-5.5.212 /nix/store/q7nkyvk96i4k3hylc5xdl4qp6pm1655l-tesseract-5.5.213error: Cannot build '/nix/store/ldl3py2l3363wmiydz06d6fg0i53kwk0-zhost-cli-0.1.0.drv'.14 Reason: builder failed with exit code 1.15 Output paths:16 /nix/store/5rj6v5fd4q4iprwv95vyv820fpymilkk-zhost-cli-0.1.0-dist17 /nix/store/xwmk6nwcd8qiyd9k3kzd6jvv53jxgc8x-zhost-cli-0.1.018 Last 25 log lines:19 > |20 >21 > SIM115 Use a context manager for opening files22 > --> tests/test_cli.py:734:2723 > |24 > 732 | main(["library", "export", out])25 > 733 |26 > 734 | settings = json.loads(open(f"{out}/settings.json").read())27 > | ^^^^28 > 735 | assert settings["tagColors"]["value"] == [{"name": "read", "color": "#5fb236"}]29 > |30 >31 > SIM115 Use a context manager for opening files32 > --> zhost_cli/client.py:274:1633 > |34 > 272 | ) -> Response:35 > 273 | """Run the full authorize -> upload -> register sequence for `path`."""36 > 274 | data = open(path, "rb").read()37 > | ^^^^38 > 275 | md5 = hashlib.md5(data).hexdigest()39 > 276 | stat = os.stat(path)40 > |41 >42 > Found 22 errors.43 > [*] 1 fixable with the `--fix` option (4 hidden fixes can be enabled with the `--unsafe-fixes` option).44 For full logs, run:45 nix log /nix/store/ldl3py2l3363wmiydz06d6fg0i53kwk0-zhost-cli-0.1.0.drv