nixbot

builds

succeeded agent-slack-0.10.2 checks.x86_64-linux.home-manager-desktop · build #609 · raw

1tribuchet: building on jamie2Using versionCheckHook
unpackPhase
3unpacking source archive /nix/store/cgqwcm1zgrhk5gmlmpjpi0rc8f2zg5kh-source4source root is source
bunSetInstallCacheDirPhase
5Using bun root: "/build/source"
bunPatchPhase
6patching script interpreter paths in .7./scripts/release.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/svx59425zxp552p2b8gm11qj5r09b56i-bash-5.3p15/bin/sh"8./scripts/update-nix-sources.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/svx59425zxp552p2b8gm11qj5r09b56i-bash-5.3p15/bin/bash"9./scripts/install-skill.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/svx59425zxp552p2b8gm11qj5r09b56i-bash-5.3p15/bin/bash"
configurePhase
10no configure script, doing nothing
bunNodeModulesInstallPhase
11/build/source /build/source12bun install flags: --linker=isolated --ignore-scripts13bun install v1.4.2 (744846f84)1415+ @types/node@22.19.816+ @types/semver@7.7.117+ @types/turndown@5.0.618+ bun-types@1.3.919+ oxfmt@0.31.020+ oxlint@1.49.021+ semver@7.7.422+ simple-git-hooks@2.13.123+ typescript@5.9.324+ @slack/web-api@7.13.025+ commander@14.0.326+ hysnappy@1.1.027+ node-emoji@2.2.028+ turndown@7.2.229+ turndown-plugin-gfm@1.0.230+ zod@4.3.6313268 packages installed [185.00ms]33/build/source
buildPhase
34Bundled 360 modules in 31ms3536 agent-slack.js 1.98 MB (entry point)37
checkPhase
38bun test v1.4.2 (744846f84)3940test/parse-limit.test.ts:41(pass) parseLimit > returns undefined when no value given [0.12ms]42(pass) parseLimit > parses valid positive integers [0.04ms]43(pass) parseLimit > rejects non-numeric strings [1.54ms]44(pass) parseLimit > rejects zero [0.03ms]45(pass) parseLimit > rejects negative numbers [0.01ms]46(pass) parseLimit > rejects floats (uses integer part) [0.01ms]47(pass) requireMessageTs > returns trimmed ts when present [0.04ms]48(pass) requireMessageTs > throws when missing [0.01ms]49(pass) requireMessageTs > throws when blank [0.01ms]5051test/files.test.ts:52(pass) downloadSlackFile > downloads file and writes to disk [10.36ms]53(pass) downloadSlackFile > returns cached path when file already exists [1.18ms]54(pass) downloadSlackFile > throws SlackDownloadError on HTTP 404 [2.37ms]55(pass) downloadSlackFile > throws SlackDownloadError with httpStatus on HTTP error [0.82ms]56(pass) downloadSlackFile > throws SlackDownloadError on HTML auth page [0.80ms]57(pass) downloadSlackFile > throws SlackDownloadError on network error [0.78ms]58(pass) downloadSlackFile > throws SlackDownloadError when reading html body fails [0.68ms]59(pass) downloadSlackFile > throws SlackDownloadError when reading binary body fails [0.47ms]60(pass) tryDownloadSlackFile > returns ok result on success [1.17ms]61(pass) tryDownloadSlackFile > returns failure result on HTTP 404 [0.79ms]62(pass) tryDownloadSlackFile > returns failure result on network error [0.49ms]63(pass) tryDownloadSlackFile > propagates disk/write errors [1.06ms]64Warning: skipping file F1: Downloaded auth/login page instead of canvas content (token may be expired)65(pass) downloadMessageFiles > records canvas auth failures as structured errors [3.79ms]66Warning: skipping file F2: Failed to download file (404)67(pass) downloadMessageFiles > records non-canvas download failures with a local error path [1.83ms]6869test/users.test.ts:70(pass) resolveUserId > returns user ids unchanged [0.93ms]71(pass) resolveUserId > returns W-prefixed user ids unchanged [0.05ms]72(pass) resolveUserId > resolves @handle via users.list [0.21ms]73(pass) resolveUserId > resolves email via users.lookupByEmail [0.07ms]74(pass) resolveUserId > resolves @handle case-insensitively [0.05ms]75(pass) resolveUserId > falls back to users.list when lookupByEmail is unavailable [0.11ms]7677test/desktop-auth-paths.test.ts:78(pass) Windows Store Slack package detection > matches known Microsoft Store package identifiers [0.07ms]79(pass) Windows Store Slack package detection > does not match unrelated packages [0.01ms]8081test/user-id.test.ts:82(pass) isUserId > accepts U-prefixed and W-prefixed Slack user IDs [0.02ms]83(pass) isUserId > preserves the existing length and character restrictions [0.01ms]8485test/drafts.test.ts:86(pass) padDraftTs > pads short fractional parts to 7 digits [0.05ms]87(pass) padDraftTs > leaves 7-digit fractional parts unchanged [0.01ms]88(pass) padDraftTs > leaves timestamps without a fractional part unchanged89(pass) draftTextToBlocks > wraps plain text in a rich_text section [1.12ms]90(pass) draftTextToBlocks > converts bullet lists to rich_text lists [0.13ms]91(pass) parseDraftRecord > parses a raw draft into a compact shape [0.44ms]92(pass) parseDraftRecord > returns null for records without an id [0.03ms]93(pass) listDrafts > requests active drafts and parses the result [0.19ms]94(pass) listDrafts > omits is_active when activeOnly is false [0.06ms]95(pass) createDraft > sends blocks, destination, and composer flag [0.97ms]96(pass) createDraft > omits thread fields for channel drafts [0.07ms]97(pass) createDraft > includes file_ids on the wire when fileIds is supplied [0.09ms]98(pass) updateDraft > sends draft_id and a padded last-updated ts [0.14ms]99(pass) deleteDraft > deletes with an explicit last-updated ts [0.11ms]100(pass) deleteDraft > fetches the last-updated ts from drafts.list when omitted [0.14ms]101(pass) deleteDraft > throws when the draft does not exist [0.05ms]102(pass) findDraft > lists all drafts (including inactive) and finds by id [0.07ms]103(pass) findDraft > prefers a matching record that has last_updated_ts over a malformed duplicate [0.09ms]104105test/upload.test.ts:106(pass) uploadFilesForDraft > never shifts ids between files when the completion response omits one [2.14ms]107(pass) uploadFilesForDraft > falls back to staged ids when the completion response length disagrees [1.52ms]108(pass) uploadFilesForDraft > stages every file, then completes them in one call with no channel binding [1.79ms]109(pass) uploadFilesForDraft > a later staging failure leaves nothing completed (no orphaned files) [1.71ms]110(pass) uploadFilesForDraft > throws and completes nothing when a path does not exist [0.54ms]111(pass) uploadFilesForDraft > throws and completes nothing when a byte POST fails [1.15ms]112(pass) uploadFilesForDraft > throws when files.completeUploadExternal fails [0.82ms]113(pass) uploadFilesForDraft > throws when the path is a directory [0.80ms]114(pass) uploadLocalFileToSlack (shared-helper regression) > still binds the completed file to a channel with an initial comment [0.86ms]115116test/reactions.test.ts:117(pass) reactions compaction > includes reactions only when enabled [0.82ms]118(pass) reactions compaction > preserves W-prefixed user IDs while compacting reactions [0.04ms]119(pass) reactions compaction > adds forwarded thread metadata for shared messages with thread_ts [0.33ms]120121test/mrkdwn.test.ts:122(pass) slackMrkdwnToMarkdown > converts Slack-style links [0.07ms]123(pass) slackMrkdwnToMarkdown > converts user and channel mentions [0.05ms]124(pass) slackMrkdwnToMarkdown > converts :emoji: shortcodes to unicode [0.09ms]125126test/format-outbound.test.ts:127(pass) formatOutboundSlackText > promotes bare user IDs to Slack mention tokens [0.20ms]128(pass) formatOutboundSlackText > leaves already-formatted mention tokens alone [0.06ms]129(pass) formatOutboundSlackText > leaves already-formatted usergroup mention tokens alone [0.02ms]130(pass) formatOutboundSlackText > promotes broadcast mentions [0.02ms]131(pass) formatOutboundSlackText > escapes bare < > & in literal text [0.01ms]132(pass) formatOutboundSlackText > does not escape inside already-formatted Slack tokens [0.02ms]133(pass) formatOutboundSlackText > does not promote email-like or mid-word @134(pass) formatOutboundSlackText > handles empty input135(pass) formatOutboundSlackText > real-world CI dump stays readable with mention + URL136137test/targets.test.ts:138(pass) parseMsgTarget > parses slack message URLs [0.57ms]139(pass) parseMsgTarget > accepts #channel [0.08ms]140(pass) parseMsgTarget > accepts bare channel names [0.04ms]141(pass) parseMsgTarget > accepts channel IDs [0.04ms]142(pass) parseMsgTarget > accepts user IDs as DM targets [0.02ms]143(pass) parseMsgTarget > accepts W-prefixed user IDs as DM targets [0.01ms]144(pass) parseMsgTarget > accepts user IDs with leading/trailing whitespace [0.01ms]145(pass) parseMsgTarget > does not treat short U-prefixed strings as user IDs146(pass) parseMsgTarget > does not treat short W-prefixed strings as user IDs [0.01ms]147148test/channels.test.ts:149(pass) conversations list helpers > listUserConversations calls users.conversations with defaults [0.22ms]150(pass) conversations list helpers > listUserConversations forwards user/limit/cursor [0.06ms]151(pass) conversations list helpers > listAllConversations calls conversations.list with defaults [0.10ms]152(pass) conversations list helpers > listAllConversations forwards limit/cursor [0.04ms]153(pass) conversations list helpers > listUserConversations passes through small limits [0.04ms]154(pass) conversations list helpers > listUserConversations clamps high limits to 1000 [0.04ms]155(pass) conversations list helpers > normalizeConversationsPage extracts channels and next cursor [0.02ms]156(pass) conversations list helpers > normalizeConversationsPage handles missing response_metadata [0.01ms]157(pass) conversations list helpers > normalizeConversationsPage handles empty next_cursor [0.02ms]158(pass) conversations list helpers > listConversationsViaCounts enumerates channels/mpims/ims and enriches via conversations.info [0.34ms]159(pass) conversations list helpers > listConversationsViaCounts keeps the id when conversations.info fails [0.13ms]160(pass) conversations list helpers > listConversationsViaCounts slices to limit and skips entries without an id [0.12ms]161162test/rich-text.test.ts:163(pass) parseInlineElements > plain text returns single text element [0.02ms]164(pass) parseInlineElements > *bold* is parsed with bold style [0.03ms]165(pass) parseInlineElements > _italic_ is parsed with italic style [0.02ms]166(pass) parseInlineElements > ~strike~ is parsed with strike style167(pass) parseInlineElements > `code` is parsed with code style [0.02ms]168(pass) parseInlineElements > :emoji: shortcode is parsed as an emoji element [0.01ms]169(pass) parseInlineElements > emoji names with underscores are not parsed as italic text [0.01ms]170(pass) parseInlineElements > time-like colon text is not parsed as an emoji element171(pass) parseInlineElements > <url|label> is parsed as link with text [0.06ms]172(pass) parseInlineElements > <url> is parsed as link without text [0.02ms]173(pass) parseInlineElements > <mailto|label> is parsed as link with text [0.01ms]174(pass) parseInlineElements > non-url angle bracket text is preserved as text [0.01ms]175(pass) parseInlineElements > non-url labeled angle bracket text is preserved as text [0.01ms]176(pass) parseInlineElements > channel mention tokens are parsed as channel elements177(pass) parseInlineElements > bare channel mention tokens are parsed as channel elements [0.01ms]178(pass) parseInlineElements > usergroup mention tokens are parsed as usergroup elements [0.01ms]179(pass) textToRichTextBlocks > plain text returns null [0.01ms]180(pass) textToRichTextBlocks > inline-only formatting returns null by default [0.01ms]181(pass) textToRichTextBlocks > non-url angle bracket text does not trigger rich text blocks [0.04ms]182(pass) textToRichTextBlocks > mixed non-url angle bracket text and formatting preserves brackets [0.04ms]183(pass) textToRichTextBlocks > inline-only formatting can produce rich text blocks [0.03ms]184(pass) textToRichTextBlocks > mailto links can produce rich text blocks when inline formatting is included [0.02ms]185(pass) textToRichTextBlocks > channel mentions can produce rich text blocks when inline formatting is included [0.02ms]186(pass) textToRichTextBlocks > bullet list with - prefix [0.04ms]187(pass) textToRichTextBlocks > bullet list with bullet character [0.19ms]188(pass) textToRichTextBlocks > sub-bullets with indentation [0.08ms]189(pass) textToRichTextBlocks > white bullet sub-bullets under bullet [0.03ms]190(pass) textToRichTextBlocks > mixed text and bullets [0.04ms]191(pass) textToRichTextBlocks > numbered list [0.04ms]192(pass) textToRichTextBlocks > bold text in list items is parsed [0.04ms]193(pass) textToRichTextBlocks > emoji and channel references in list items are parsed [0.07ms]194(pass) textToRichTextBlocks > Slack manual links and CommonMark links remain distinct in list items [0.03ms]195(pass) textToRichTextBlocks > code block is preserved [0.03ms]196(pass) textToRichTextBlocks > blockquote is preserved [0.02ms]197198test/message-draft-actions.test.ts:199(pass) createDraftAction > creates a draft addressed to a channel id [0.79ms]200(pass) createDraftAction > rejects --broadcast without a thread [0.14ms]201(pass) createDraftAction > rejects --broadcast for a DM (user) target [0.11ms]202(pass) createDraftAction > rejects --broadcast for a D... channel-id (DM) target [0.07ms]203(pass) createDraftAction > rejects --broadcast on a channel name with no thread before any network call [0.05ms]204(pass) createDraftAction > rejects --broadcast on a DM message URL before fetching the message [0.06ms]205(pass) createDraftAction > uploads --attach files and wires their file ids into the draft [1.86ms]206(pass) createDraftAction > aborts before any upload or drafts.create when an --attach path is missing [0.25ms]207(pass) updateDraftAction > text-only edit preserves destination, thread, broadcast, and file ids [0.40ms]208(pass) updateDraftAction > re-addressing a broadcast thread draft to a non-thread channel clears broadcast instead of erroring [0.11ms]209(pass) updateDraftAction > explicit --broadcast on a non-thread draft still errors [0.13ms]210(pass) updateDraftAction > refuses to update a scheduled draft rather than clearing its schedule [0.13ms]211(pass) updateDraftAction > refuses a text-only update on a multi-destination draft, but allows re-addressing [0.18ms]212(pass) updateDraftAction > re-addressing to a different thread does not inherit the old broadcast flag [0.11ms]213(pass) updateDraftAction > --no-broadcast clears an inherited broadcast flag on a same-thread edit [0.09ms]214(pass) updateDraftAction > rejects --broadcast when re-addressing to a DM (user) target [0.07ms]215(pass) updateDraftAction > changing only --thread-ts (no --channel) does not inherit the old broadcast flag [0.16ms]216(pass) updateDraftAction > rejects --broadcast on an existing DM-destination draft [0.12ms]217(pass) updateDraftAction > rejects --broadcast when re-addressing to a channel name with no thread, before resolving it [0.07ms]218(pass) updateDraftAction > merges --attach file ids into the draft's existing file_ids [1.10ms]219(pass) updateDraftAction > merges --attach while de-duplicating ids already on the draft [0.96ms]220(pass) deleteDraftAction > auto-fetches and pads last_updated_ts when omitted [0.23ms]221(pass) listDraftsAction > hydrates channel display names [0.42ms]222{223 "ok": true,224 "draft": {225 "id": "Dr123",226 "destinations": [227 {228 "channel_id": "C11111111",229 "thread_ts": "1700000000.100000"230 }231 ]232 }233}234(pass) message draft update (commander --broadcast wiring) > omitting broadcast flags does not force broadcast on (no Commander default-true gotcha) [2.47ms]235{236 "ok": true,237 "draft": {238 "id": "Dr123",239 "destinations": [240 {241 "channel_id": "C11111111",242 "thread_ts": "1700000000.100000",243 "broadcast": true244 }245 ]246 }247}248(pass) message draft update (commander --broadcast wiring) > --broadcast sets broadcast true [0.46ms]249{250 "ok": true,251 "draft": {252 "id": "Dr123",253 "destinations": [254 {255 "channel_id": "C11111111",256 "thread_ts": "1700000000.100000"257 }258 ]259 }260}261(pass) message draft update (commander --broadcast wiring) > --no-broadcast clears an inherited broadcast flag [0.53ms]262{263 "ok": true,264 "draft": {265 "id": "DrNew",266 "destinations": [267 {268 "channel_id": "C11111111"269 }270 ]271 }272}273(pass) message draft create (commander --attach wiring) > collects repeatable --attach flags into an array [2.08ms]274(pass) message draft unknown subcommand > old `message draft <target>` usage points to `message compose` [0.61ms]275(pass) draft attachments: orphan prevention across auth-retry and failed drafts > #2 create: a drafts.create auth failure retries work WITHOUT re-uploading files [1.24ms]276(pass) draft attachments: orphan prevention across auth-retry and failed drafts > #2 update: a drafts.update auth failure retries work WITHOUT re-uploading files [1.17ms]277(pass) draft attachments: orphan prevention across auth-retry and failed drafts > #3 create: a non-auth drafts.create failure deletes the uploaded file [1.07ms]278(pass) draft attachments: orphan prevention across auth-retry and failed drafts > #3 update: a stale drafts.update failure deletes the newly uploaded file only [1.08ms]279(pass) draft attachments: orphan prevention across auth-retry and failed drafts > a failed draft with no attachments does not attempt files.delete [0.14ms]280281test/user-cache.test.ts:282(pass) user-cache helpers > collectReferencedUserIds excludes reaction users by default [0.71ms]283(pass) user-cache helpers > collectReferencedUserIds includes reaction users when enabled [0.05ms]284(pass) user-cache helpers > toReferencedUsers returns only resolved users keyed by id [0.08ms]285286test/update.test.ts:287(pass) compareSemver > equal versions return 0 [0.05ms]288(pass) compareSemver > strips v prefix [0.01ms]289(pass) compareSemver > newer major [0.02ms]290(pass) compareSemver > newer minor291(pass) compareSemver > newer patch [0.01ms]292(pass) compareSemver > older version returns negative293(pass) compareSemver > handles 0.x versions [0.06ms]294295test/render.test.ts:296(pass) renderSlackMessageContent > prefers blocks [0.08ms]297(pass) renderSlackMessageContent > preserves usergroup and broadcast elements from rich text [0.10ms]298(pass) renderSlackMessageContent > omits malformed usergroup and broadcast elements [0.06ms]299(pass) renderSlackMessageContent > falls back to attachments when text is empty [0.04ms]300(pass) renderSlackMessageContent > includes section fields and button URLs [0.04ms]301(pass) renderSlackMessageContent > includes attachment fields [0.04ms]302(pass) renderSlackMessageContent > renders forwarded message with author and source link [0.14ms]303(pass) renderSlackMessageContent > renders forwarded message with author name only [0.04ms]304(pass) renderSlackMessageContent > renders forwarded message with no author [0.03ms]305(pass) renderSlackMessageContent > includes forwarded file links in quoted forwarded body [0.04ms]306(pass) renderSlackMessageContent > renders nested forwarded attachments similarly to normal attachments [0.05ms]307(pass) renderSlackMessageContent > deduplicates repeated forwarded body content [0.07ms]308(pass) renderSlackMessageContent > handles cyclic forwarded attachments without infinite recursion [0.04ms]309(pass) renderSlackMessageContent > does not treat link unfurl as forwarded message [0.05ms]310(pass) renderSlackMessageContent > combines blocks and non-shared attachments [0.03ms]311312test/html-to-md.test.ts:313(pass) htmlToMarkdown > converts basic HTML to markdown [4.26ms]314315test/message-compact.test.ts:316(pass) toCompactMessage > includes file with path on successful download [0.11ms]317(pass) toCompactMessage > includes file with error on failed download [0.05ms]318(pass) toCompactMessage > excludes files with no downloadedPaths entry [0.04ms]319(pass) toCompactMessage > mixes successful and failed downloads [0.05ms]320(pass) toCompactMessage > failed download preserves file metadata for content-type filtering [0.03ms]321(pass) passesContentTypeFilter with failed downloads > image message with failed download still passes image filter [0.07ms]322(pass) passesContentTypeFilter with failed downloads > snippet message with failed download still passes snippet filter [0.04ms]323(pass) passesContentTypeFilter with failed downloads > message without download entry has no files and passes text filter [0.04ms]324(pass) toCompactMessage filename preservation > does not fall back to title when name is missing [0.03ms]325326test/compact-json.test.ts:327(pass) pruneEmpty > drops null/undefined/empty containers [0.15ms]328329test/help-contracts.test.ts:330(pass) agent-facing help contracts > message send documents non-obvious formatting and scheduling behavior [7.37ms]331(pass) agent-facing help contracts > message compose identifies its CI send behavior [0.67ms]332(pass) agent-facing help contracts > Slack-native drafts document DM targeting and inherited-broadcast controls [0.85ms]333(pass) agent-facing help contracts > scheduled cancellation identifies its required channel [0.37ms]334(pass) agent-facing help contracts > Later reminders identify named-day timezone behavior [0.38ms]335(pass) agent-facing help contracts > canvas creation identifies source and credential constraints [0.46ms]336(pass) agent-facing help contracts > canvas editing identifies operations, targeting, and content constraints [0.39ms]337(pass) agent-facing help contracts > channel mark distinguishes URL and non-URL workspace handling [0.36ms]338(pass) agent-facing help contracts > DM help states Slack's group size limit [0.28ms]339340test/channel-command.test.ts:341(pass) channel list command > defaults to users.conversations for current user [0.66ms]342(pass) channel list command > with --user id uses users.conversations and sets user directly [0.25ms]343(pass) channel list command > with --user handle resolves via users.list before users.conversations [0.34ms]344(pass) channel list command > with --user unknown handle is a hard error [0.30ms]345(pass) channel list command > with --all uses conversations.list [0.27ms]346(pass) channel list command > forwards --limit and --cursor [0.29ms]347(pass) channel list command > --all and --user is a hard error [0.23ms]348(pass) channel list command > invalid --limit is a hard error [0.20ms]349(pass) channel list command > help text documents single-page pagination model [0.12ms]350(pass) channel mark command > URL target extracts workspace from URL [0.49ms]351(pass) channel mark command > URL target rejects --workspace flag [0.28ms]352(pass) channel mark command > channel target requires --ts [0.21ms]353(pass) channel mark command > URL target allows --ts override [0.22ms]354(pass) channel mark command > channel target with --ts calls conversations.mark [0.22ms]355356test/messages.test.ts:357(pass) fetchThread > returns the thread root and replies in chronological order [0.42ms]358359test/later.test.ts:360(pass) fetchLaterItems > returns counts only when countsOnly is true [0.35ms]361(pass) fetchLaterItems > filters to message items only [0.40ms]362(pass) fetchLaterItems > filters by state [0.14ms]363(pass) fetchLaterItems > state 'all' returns all items [0.09ms]364(pass) fetchLaterItems > respects limit [0.09ms]365(pass) fetchLaterItems > hydrates message content [0.11ms]366(pass) fetchLaterItems > resolves DM user display names [0.10ms]367(pass) fetchLaterItems > truncates long message content [0.12ms]368(pass) updateLaterMark > sends mark=completed via multipart [0.14ms]369(pass) updateLaterMark > sends mark=archived via multipart [0.05ms]370(pass) updateLaterMark > sends mark=uncompleted via multipart [0.04ms]371(pass) updateLaterMark > sends mark=unarchived via multipart [0.03ms]372(pass) saveLater > calls saved.add with correct params [0.06ms]373(pass) removeLater > calls saved.delete with correct params [0.06ms]374(pass) setLaterReminder > calls saved.update via multipart with date_due [0.09ms]375(pass) parseReminderDuration > parses minutes [0.17ms]376(pass) parseReminderDuration > parses hours [0.02ms]377(pass) parseReminderDuration > parses fractional hours [0.01ms]378(pass) parseReminderDuration > parses days [0.01ms]379(pass) parseReminderDuration > parses 'tomorrow' as next day 9 AM [10.44ms]380(pass) parseReminderDuration > parses day names [0.05ms]381(pass) parseReminderDuration > passes through unix timestamps [0.01ms]382(pass) parseReminderDuration > supports verbose unit names [0.05ms]383(pass) parseReminderDuration > throws on invalid input [0.05ms]384385test/url.test.ts:386(pass) parseSlackMessageUrl > parses archives URL with p<digits> [0.06ms]387(pass) parseSlackMessageUrl > captures thread_ts from query when present [0.02ms]388(pass) buildSlackMessageUrl > builds a permalink for a root message [0.08ms]389(pass) buildSlackMessageUrl > includes thread metadata for replies [0.39ms]390391test/message-reaction-filters.test.ts:392(pass) parseReactionFilters > normalizes shortcodes, names, and unicode [0.26ms]393(pass) parseReactionFilters > returns empty array when unset [0.01ms]394(pass) passesReactionNameFilters > matches when required reaction is present [0.08ms]395(pass) passesReactionNameFilters > does not match when required reaction is missing [0.02ms]396(pass) passesReactionNameFilters > does not match when excluded reaction is present [0.02ms]397(pass) passesReactionNameFilters > matches when excluded reaction is absent [0.01ms]398(pass) passesReactionNameFilters > supports with + without together [0.01ms]399(pass) requireOldestWhenReactionFiltersUsed > returns oldest when no reaction filters are used [0.02ms]400(pass) requireOldestWhenReactionFiltersUsed > returns trimmed oldest when reaction filters are used [0.01ms]401(pass) requireOldestWhenReactionFiltersUsed > throws when reaction filters are used without oldest [0.02ms]402403test/message-send.test.ts:404(pass) sendMessage > posts a normal message when no attachments are passed [0.80ms]405(pass) sendMessage > --no-unfurl disables link and media previews for immediate sends [0.10ms]406(pass) sendMessage > opens and sends to a DM for a W-prefixed user target [0.21ms]407(pass) sendMessage > returns a permalink when the workspace was resolved implicitly [0.09ms]408(pass) sendMessage > threaded reply returns thread_ts distinct from ts [0.08ms]409(pass) sendMessage > --reply-broadcast with --thread-ts sends reply_broadcast: true [0.10ms]410(pass) sendMessage > --reply-broadcast omits the field from chat.postMessage when flag is absent [0.08ms]411(pass) sendMessage > --reply-broadcast without --thread-ts throws [0.11ms]412(pass) sendMessage > --reply-broadcast on a URL target broadcasts using the message's derived thread_ts [0.41ms]413(pass) sendMessage > --reply-broadcast on a DM target throws (broadcasting is not meaningful for DMs) [0.11ms]414(pass) sendMessage > --reply-broadcast works alongside --blocks payload [1.77ms]415(pass) sendMessage > uploads attachment and uses message text as initial comment [1.72ms]416(pass) sendMessage > --no-unfurl cannot be combined with file attachments [0.09ms]417(pass) sendMessage > sends initial comment only for the first attachment [1.84ms]418(pass) sendMessage > uploads attachment without text when text is empty [1.10ms]419(pass) sendMessage > --blocks: reads Block Kit JSON from file and passes through unchanged [1.02ms]420(pass) sendMessage > --blocks: errors when JSON is not an array [1.12ms]421(pass) sendMessage > --blocks: errors on malformed JSON [1.18ms]422(pass) sendMessage > --blocks: overrides markdown-to-rich-text conversion when text is also provided [1.13ms]423(pass) sendMessage > sends Slack manual links in lists as rich-text link blocks [0.73ms]424(pass) sendMessage > --blocks: errors when an array element is not an object [1.97ms]425(pass) sendMessage > --schedule sends through chat.scheduleMessage and returns scheduled metadata [0.59ms]426(pass) sendMessage > --schedule-in computes a relative post_at [0.27ms]427(pass) sendMessage > --no-unfurl disables link and media previews for scheduled sends [0.14ms]428(pass) sendMessage > --schedule composes with blocks, thread replies, and reply broadcast [1.47ms]429(pass) sendMessage > --schedule cannot be combined with file attachments [0.13ms]430(pass) composeMessage > --no-unfurl disables link and media previews when CI sends immediately [1.14ms]431(pass) composeMessage > keeps Slack's default preview behavior for a standard CI send [0.14ms]432(pass) composeMessage > --no-unfurl disables previews for a URL target when CI sends immediately [0.42ms]433(pass) scheduled message management > lists scheduled messages and forwards channel filters [0.36ms]434(pass) scheduled message management > cancels scheduled messages with the required channel id [0.21ms]435(pass) scheduled message time parsing > parses absolute ISO timestamps with explicit timezones [0.07ms]436(pass) scheduled message time parsing > parses named relative times like monday 9am [0.30ms]437(pass) scheduled message time parsing > rejects schedule times beyond Slack's 120 day limit [0.06ms]438(pass) editMessage > edits a normal text message without blocks [0.28ms]439(pass) editMessage > edits literal angle bracket text without blocks [0.09ms]440(pass) editMessage > edits a message URL with a link label without blocks [0.13ms]441(pass) editMessage > edits an inline mailto link without escaping it [0.10ms]442(pass) editMessage > edits an inline usergroup mention without escaping it [0.10ms]443(pass) editMessage > edits a channel target with inline formatting without blocks [0.09ms]444(pass) editMessage > edits a channel target with rich text blocks when text contains a list [0.12ms]445(pass) editMessage > edits a normal message without blocks when no --blocks file is passed [0.09ms]446(pass) editMessage > edits a message URL with Block Kit JSON from file [1.33ms]447(pass) editMessage > edits a channel target with --ts and Block Kit JSON from file [1.15ms]448449test/emoji.test.ts:450(pass) normalizeSlackReactionName > accepts :shortcode: [0.02ms]451(pass) normalizeSlackReactionName > accepts raw names [0.01ms]452(pass) normalizeSlackReactionName > accepts unicode emoji [0.04ms]453454test/workspace-selector.test.ts:455(pass) resolveWorkspaceSelector > matches exact URL [0.07ms]456(pass) resolveWorkspaceSelector > matches unique substring by host/team [0.10ms]457(pass) resolveWorkspaceSelector > matches unique substring by workspace name [0.02ms]458(pass) resolveWorkspaceSelector > returns ambiguity when selector matches multiple workspaces [0.04ms]459(pass) resolveWorkspaceSelector > returns no match when selector does not match [0.03ms]460461test/search-query.test.ts:462(pass) W-prefixed user IDs in search > resolves a W-prefixed user ID to a from filter [0.30ms]463(pass) W-prefixed user IDs in search > returns a W-prefixed user ID without scanning users [0.13ms]464465test/channel-admin.test.ts:466(pass) parseInviteUsersCsv > splits comma-separated values, trims whitespace, and deduplicates [0.06ms]467(pass) parseInviteUsersCsv > returns empty array when input has no values [0.01ms]468(pass) splitEmailsFromInviteTargets > separates email targets from non-email targets [0.06ms]469(pass) splitEmailsFromInviteTargets > deduplicates emails [0.01ms]470471test/leveldb-reader.test.ts:472(pass) leveldb-reader > readChromiumLevelDB > returns empty array for non-existent directory [0.51ms]473(pass) leveldb-reader > readChromiumLevelDB > returns empty array for empty directory [0.30ms]474(pass) leveldb-reader > readChromiumLevelDB > reads entries from SSTable files [1.68ms]475(pass) leveldb-reader > readChromiumLevelDB > reads entries from log files [1.13ms]476(pass) leveldb-reader > readChromiumLevelDB > reads from both SSTable and log files [1.00ms]477(pass) leveldb-reader > readChromiumLevelDB > handles .sst file extension [0.60ms]478(pass) leveldb-reader > findKeysContaining > filters entries by key substring [0.80ms]479(pass) leveldb-reader > findKeysContaining > returns empty array when no matches [0.51ms]480(pass) leveldb-reader > edge cases > handles invalid SSTable (wrong magic) [0.50ms]481(pass) leveldb-reader > edge cases > handles empty SSTable file [0.38ms]482(pass) leveldb-reader > edge cases > handles SSTable smaller than footer size [0.44ms]483484test/search-command.test.ts:485(pass) search referenced users > searchSlack returns shared referenced_users while preserving canonical ids [3.76ms]486(pass) search referenced users > search command forwards --refresh-users and bypasses cached user lookups [3.31ms]487488test/safe-mode.test.ts:489(pass) isSafeModeEnabled > enabled via CLI flag [0.04ms]490(pass) isSafeModeEnabled > enabled for env value "1" [0.02ms]491(pass) isSafeModeEnabled > enabled for env value "true"492(pass) isSafeModeEnabled > enabled for env value "TRUE"493(pass) isSafeModeEnabled > enabled for env value "yes"494(pass) isSafeModeEnabled > enabled for env value "on"495(pass) isSafeModeEnabled > enabled for env value " 1 "496(pass) isSafeModeEnabled > disabled for env value "0" [0.01ms]497(pass) isSafeModeEnabled > disabled for env value "false"498(pass) isSafeModeEnabled > disabled for env value "off"499(pass) isSafeModeEnabled > disabled for env value "no"500(pass) isSafeModeEnabled > disabled for env value ""501(pass) isSafeModeEnabled > disabled when env var is unset and flag is absent [0.01ms]502(pass) safeModeBlockedError > names the blocked action [0.03ms]503(pass) redirectSendToDraft > rejects unsupported send option {504 attach: [ "./report.md" ],505} [0.18ms]506(pass) redirectSendToDraft > rejects unsupported send option {507 blocks: "/tmp/blocks.json",508}509(pass) redirectSendToDraft > rejects unsupported send option {510 schedule: "2030-01-01T00:00:00Z",511}512(pass) redirectSendToDraft > rejects unsupported send option {513 scheduleIn: "3h",514}515(pass) redirectSendToDraft > rejects unsupported send option {516 replyBroadcast: true,517}518(pass) redirectSendToDraft > lists all unsupported flags at once [0.06ms]519(pass) redirectSendToDraft > rejects in CI where no interactive editor is available [0.10ms]520⚠ Safe mode active: redirecting "message send" → draft editor. Nothing posts until a human sends it from the editor.521(pass) redirectSendToDraft > opens a draft with the send text and thread context [0.16ms]522523test/client.test.ts:524(pass) SlackApiClient browser multipart transport > retries HTTP 429 responses using Retry-After [1.10ms]525526test/canvas-create.test.ts:527(pass) createCanvasFromMarkdown > sends Markdown content, title, and channel to canvases.create [0.21ms]528(pass) createCanvasFromMarkdown > rejects empty Markdown before calling Slack [0.08ms]529(pass) createCanvasFromMarkdown > rejects a success response without a canvas id [0.05ms]530(pass) createCanvasFromMarkdown > uses Slack's Markdown canvas method with imported browser credentials [0.07ms]531(pass) createCanvasFromMarkdown > rejects channel tabs with browser credentials before calling Slack [0.06ms]532(pass) editCanvas > sends the documented replace change [0.28ms]533(pass) editCanvas > sends the documented replace section change [0.01ms]534(pass) editCanvas > sends the documented insert before change [0.01ms]535(pass) editCanvas > sends the documented insert after change536(pass) editCanvas > sends the documented insert at start change537(pass) editCanvas > sends the documented insert at end change538(pass) editCanvas > sends the documented delete section change539(pass) editCanvas > sends the documented rename change540(pass) editCanvas > rejects invalid combinations before calling Slack [0.17ms]541(pass) editCanvas > rejects empty Markdown and canvas ids before calling Slack [0.09ms]542(pass) editCanvas > rejects Markdown over Slack's per-change limit before calling Slack [13.69ms]543(pass) readCanvasMarkdownInput > reads a Markdown file without changing its contents [1.45ms]544(pass) readCanvasMarkdownInput > accepts a Markdown blob [0.05ms]545(pass) readCanvasMarkdownInput > requires exactly one source [0.08ms]546(pass) readCanvasMarkdownInput > rejects an empty source [0.04ms]547(pass) canvas create command > creates from an inline blob in the selected workspace [0.91ms]548(pass) canvas create command > creates from a file and resolves a channel tab [1.76ms]549(pass) canvas create command > rejects browser-auth channel tabs before resolving the channel [0.34ms]550(pass) canvas create command > rejects missing or conflicting sources before authenticating [0.29ms]551(pass) canvas edit command > replaces a canvas from a Markdown URL target [0.74ms]552(pass) canvas edit command > inserts content from a file and passes a section id [1.25ms]553(pass) canvas edit command > renames without a Markdown source [0.27ms]554(pass) canvas edit command > rejects delete content and malformed inputs before authenticating [0.39ms]555(pass) canvas edit command > rejects browser credentials before calling canvases.edit [0.24ms]556557test/error-message.test.ts:558(pass) errorMessage > returns the message for a plain error [0.08ms]559(pass) errorMessage > stringifies non-Error values [0.02ms]560(pass) errorMessage > appends a single Error cause [0.03ms]561(pass) errorMessage > appends AggregateError causes from a failed fetch through a dead proxy [0.07ms]562(pass) errorMessage > walks multi-level cause chains [0.02ms]563(pass) errorMessage > terminates on a self-referential cause instead of looping forever [0.01ms]564(pass) errorMessage > terminates on a longer cause cycle [0.02ms]565(pass) errorMessage > does not crash on a cause that cannot be stringified [0.04ms]566(pass) errorMessage > does not crash on a non-Error thrown value that cannot be stringified [0.01ms]567(pass) errorMessage > caps how far a long cause chain is walked [0.15ms]568(pass) errorMessage > collapses a cause that merely restates its parent [0.02ms]569570test/search-files.test.ts:571Warning: skipping file F1: Failed to download file (404)572(pass) searchFilesViaSearchApi > skips failed downloads and keeps later successful matches [2.57ms]573Warning: skipping file F1: Failed to download file (404)574(pass) searchFilesInChannelsFallback > continues after a failed download in files.list results [1.88ms]575(pass) SlackApiClient browser API guards > fails fast on rate-limit retry windows by default [0.54ms]576(pass) SlackApiClient browser API guards > surfaces request timeouts with the Slack method name [0.18ms]577578 399 pass579 0 fail580 817 expect() calls581Ran 399 tests across 38 files. [425.00ms]
fixupPhase
582shrinking RPATHs of ELF executables and libraries in /nix/store/navaa412vkinx7d50fbmbnz4g09in3cg-agent-slack-0.10.2583checking for references to /build/ in /nix/store/navaa412vkinx7d50fbmbnz4g09in3cg-agent-slack-0.10.2...584patching script interpreter paths in /nix/store/navaa412vkinx7d50fbmbnz4g09in3cg-agent-slack-0.10.2
installCheckPhase
585Executing versionCheckPhase586Successfully managed to find version 0.10.2 in the output of the command /nix/store/navaa412vkinx7d50fbmbnz4g09in3cg-agent-slack-0.10.2/bin/agent-slack --version5870.10.2588Finished versionCheckPhase589no Makefile or custom installCheckPhase, doing nothing