nixbot

builds
1this derivation will be built:2 /nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv3error: build of '/nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/sfnnhx48r0x1a0pkid2lbyf7z328nkpj-treefmt-check7 Last 25 log lines:8 > - const content: ({ type: "text"; text: string } | {9 > - type: "image";10 > - data: string;11 > - mimeType: string;12 > - })[] = [];13 > - if (t.content) content.push({ type: "text", text: t.content });14 > - for (const data of r.images) {15 > - content.push({ type: "image", data, mimeType: "image/png" });16 > - }17 > - return { content, details: undefined, isError: r.error !== null };18 > - },19 > - });20 > + const content: ({ type: "text"; text: string } | {21 > + type: "image";22 > + data: string;23 > + mimeType: string;24 > + })[] = [];25 > + if (t.content) content.push({ type: "text", text: t.content });26 > + for (const data of r.images) {27 > + content.push({ type: "image", data, mimeType: "image/png" });28 > + }29 > + return { content, details: undefined, isError: r.error !== null };30 > + },31 > + });32 > }33 For full logs, run:34 nix log /nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv35error: Cannot build '/nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv'.36 Reason: builder failed with exit code 1.37 Output paths:38 /nix/store/sfnnhx48r0x1a0pkid2lbyf7z328nkpj-treefmt-check