nixbot

builds

succeeded agent-slack-0.10.2 checks.aarch64-linux.home-manager-utm-vm · build #609 · raw

1tribuchet: building on eliza2Using 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/update-nix-sources.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/idnyqaaix26szkvhs1mjgi7990jajz9a-bash-5.3p15/bin/bash"8./scripts/install-skill.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/idnyqaaix26szkvhs1mjgi7990jajz9a-bash-5.3p15/bin/bash"9./scripts/release.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/idnyqaaix26szkvhs1mjgi7990jajz9a-bash-5.3p15/bin/sh"
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 [168.00ms]33/build/source
buildPhase
34Bundled 360 modules in 49ms3536 agent-slack.js 1.98 MB (entry point)37
checkPhase
38bun test v1.4.2 (744846f84)3940test/html-to-md.test.ts:41(pass) htmlToMarkdown > converts basic HTML to markdown [5.28ms]4243test/compact-json.test.ts:44(pass) pruneEmpty > drops null/undefined/empty containers [0.29ms]4546test/user-cache.test.ts:47(pass) user-cache helpers > collectReferencedUserIds excludes reaction users by default [0.37ms]48(pass) user-cache helpers > collectReferencedUserIds includes reaction users when enabled [0.05ms]49(pass) user-cache helpers > toReferencedUsers returns only resolved users keyed by id [0.10ms]5051test/parse-limit.test.ts:52(pass) parseLimit > returns undefined when no value given [0.04ms]53(pass) parseLimit > parses valid positive integers [0.04ms]54(pass) parseLimit > rejects non-numeric strings [0.06ms]55(pass) parseLimit > rejects zero [0.02ms]56(pass) parseLimit > rejects negative numbers [0.02ms]57(pass) parseLimit > rejects floats (uses integer part) [0.02ms]58(pass) requireMessageTs > returns trimmed ts when present [0.02ms]59(pass) requireMessageTs > throws when missing [0.02ms]60(pass) requireMessageTs > throws when blank [0.02ms]6162test/message-draft-actions.test.ts:63(pass) createDraftAction > creates a draft addressed to a channel id [2.23ms]64(pass) createDraftAction > rejects --broadcast without a thread [0.73ms]65(pass) createDraftAction > rejects --broadcast for a DM (user) target [0.54ms]66(pass) createDraftAction > rejects --broadcast for a D... channel-id (DM) target [0.08ms]67(pass) createDraftAction > rejects --broadcast on a channel name with no thread before any network call [0.06ms]68(pass) createDraftAction > rejects --broadcast on a DM message URL before fetching the message [0.15ms]69(pass) createDraftAction > uploads --attach files and wires their file ids into the draft [2.41ms]70(pass) createDraftAction > aborts before any upload or drafts.create when an --attach path is missing [0.33ms]71(pass) updateDraftAction > text-only edit preserves destination, thread, broadcast, and file ids [0.63ms]72(pass) updateDraftAction > re-addressing a broadcast thread draft to a non-thread channel clears broadcast instead of erroring [0.12ms]73(pass) updateDraftAction > explicit --broadcast on a non-thread draft still errors [0.14ms]74(pass) updateDraftAction > refuses to update a scheduled draft rather than clearing its schedule [0.13ms]75(pass) updateDraftAction > refuses a text-only update on a multi-destination draft, but allows re-addressing [0.30ms]76(pass) updateDraftAction > re-addressing to a different thread does not inherit the old broadcast flag [0.09ms]77(pass) updateDraftAction > --no-broadcast clears an inherited broadcast flag on a same-thread edit [0.09ms]78(pass) updateDraftAction > rejects --broadcast when re-addressing to a DM (user) target [0.09ms]79(pass) updateDraftAction > changing only --thread-ts (no --channel) does not inherit the old broadcast flag [0.08ms]80(pass) updateDraftAction > rejects --broadcast on an existing DM-destination draft [0.08ms]81(pass) updateDraftAction > rejects --broadcast when re-addressing to a channel name with no thread, before resolving it [0.07ms]82(pass) updateDraftAction > merges --attach file ids into the draft's existing file_ids [0.97ms]83(pass) updateDraftAction > merges --attach while de-duplicating ids already on the draft [0.97ms]84(pass) deleteDraftAction > auto-fetches and pads last_updated_ts when omitted [0.28ms]85(pass) listDraftsAction > hydrates channel display names [0.44ms]86{87 "ok": true,88 "draft": {89 "id": "Dr123",90 "destinations": [91 {92 "channel_id": "C11111111",93 "thread_ts": "1700000000.100000"94 }95 ]96 }97}98(pass) message draft update (commander --broadcast wiring) > omitting broadcast flags does not force broadcast on (no Commander default-true gotcha) [2.94ms]99{100 "ok": true,101 "draft": {102 "id": "Dr123",103 "destinations": [104 {105 "channel_id": "C11111111",106 "thread_ts": "1700000000.100000",107 "broadcast": true108 }109 ]110 }111}112(pass) message draft update (commander --broadcast wiring) > --broadcast sets broadcast true [0.60ms]113{114 "ok": true,115 "draft": {116 "id": "Dr123",117 "destinations": [118 {119 "channel_id": "C11111111",120 "thread_ts": "1700000000.100000"121 }122 ]123 }124}125(pass) message draft update (commander --broadcast wiring) > --no-broadcast clears an inherited broadcast flag [0.63ms]126{127 "ok": true,128 "draft": {129 "id": "DrNew",130 "destinations": [131 {132 "channel_id": "C11111111"133 }134 ]135 }136}137(pass) message draft create (commander --attach wiring) > collects repeatable --attach flags into an array [1.89ms]138(pass) message draft unknown subcommand > old `message draft <target>` usage points to `message compose` [0.59ms]139(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.25ms]140(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.16ms]141(pass) draft attachments: orphan prevention across auth-retry and failed drafts > #3 create: a non-auth drafts.create failure deletes the uploaded file [1.18ms]142(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.05ms]143(pass) draft attachments: orphan prevention across auth-retry and failed drafts > a failed draft with no attachments does not attempt files.delete [0.19ms]144145test/mrkdwn.test.ts:146(pass) slackMrkdwnToMarkdown > converts Slack-style links [0.45ms]147(pass) slackMrkdwnToMarkdown > converts user and channel mentions [0.03ms]148(pass) slackMrkdwnToMarkdown > converts :emoji: shortcodes to unicode [0.10ms]149150test/upload.test.ts:151(pass) uploadFilesForDraft > never shifts ids between files when the completion response omits one [1.43ms]152(pass) uploadFilesForDraft > falls back to staged ids when the completion response length disagrees [1.15ms]153(pass) uploadFilesForDraft > stages every file, then completes them in one call with no channel binding [1.24ms]154(pass) uploadFilesForDraft > a later staging failure leaves nothing completed (no orphaned files) [1.23ms]155(pass) uploadFilesForDraft > throws and completes nothing when a path does not exist [0.43ms]156(pass) uploadFilesForDraft > throws and completes nothing when a byte POST fails [0.91ms]157(pass) uploadFilesForDraft > throws when files.completeUploadExternal fails [0.92ms]158(pass) uploadFilesForDraft > throws when the path is a directory [0.74ms]159(pass) uploadLocalFileToSlack (shared-helper regression) > still binds the completed file to a channel with an initial comment [0.97ms]160161test/drafts.test.ts:162(pass) padDraftTs > pads short fractional parts to 7 digits [0.02ms]163(pass) padDraftTs > leaves 7-digit fractional parts unchanged164(pass) padDraftTs > leaves timestamps without a fractional part unchanged [0.01ms]165(pass) draftTextToBlocks > wraps plain text in a rich_text section [0.04ms]166(pass) draftTextToBlocks > converts bullet lists to rich_text lists [0.20ms]167(pass) parseDraftRecord > parses a raw draft into a compact shape [0.29ms]168(pass) parseDraftRecord > returns null for records without an id [0.02ms]169(pass) listDrafts > requests active drafts and parses the result [0.19ms]170(pass) listDrafts > omits is_active when activeOnly is false [0.06ms]171(pass) createDraft > sends blocks, destination, and composer flag [0.14ms]172(pass) createDraft > omits thread fields for channel drafts [0.07ms]173(pass) createDraft > includes file_ids on the wire when fileIds is supplied [0.07ms]174(pass) updateDraft > sends draft_id and a padded last-updated ts [0.10ms]175(pass) deleteDraft > deletes with an explicit last-updated ts [0.07ms]176(pass) deleteDraft > fetches the last-updated ts from drafts.list when omitted [0.09ms]177(pass) deleteDraft > throws when the draft does not exist [0.05ms]178(pass) findDraft > lists all drafts (including inactive) and finds by id [0.07ms]179(pass) findDraft > prefers a matching record that has last_updated_ts over a malformed duplicate [0.07ms]180181test/help-contracts.test.ts:182(pass) agent-facing help contracts > message send documents non-obvious formatting and scheduling behavior [1.88ms]183(pass) agent-facing help contracts > message compose identifies its CI send behavior [0.77ms]184(pass) agent-facing help contracts > Slack-native drafts document DM targeting and inherited-broadcast controls [0.91ms]185(pass) agent-facing help contracts > scheduled cancellation identifies its required channel [0.42ms]186(pass) agent-facing help contracts > Later reminders identify named-day timezone behavior [0.42ms]187(pass) agent-facing help contracts > canvas creation identifies source and credential constraints [0.44ms]188(pass) agent-facing help contracts > canvas editing identifies operations, targeting, and content constraints [0.43ms]189(pass) agent-facing help contracts > channel mark distinguishes URL and non-URL workspace handling [1.73ms]190(pass) agent-facing help contracts > DM help states Slack's group size limit [0.66ms]191192test/url.test.ts:193(pass) parseSlackMessageUrl > parses archives URL with p<digits> [4.23ms]194(pass) parseSlackMessageUrl > captures thread_ts from query when present [0.27ms]195(pass) buildSlackMessageUrl > builds a permalink for a root message [0.12ms]196(pass) buildSlackMessageUrl > includes thread metadata for replies [0.60ms]197198test/reactions.test.ts:199(pass) reactions compaction > includes reactions only when enabled [0.84ms]200(pass) reactions compaction > preserves W-prefixed user IDs while compacting reactions [0.07ms]201(pass) reactions compaction > adds forwarded thread metadata for shared messages with thread_ts [0.27ms]202203test/render.test.ts:204(pass) renderSlackMessageContent > prefers blocks [0.08ms]205(pass) renderSlackMessageContent > preserves usergroup and broadcast elements from rich text [0.16ms]206(pass) renderSlackMessageContent > omits malformed usergroup and broadcast elements [0.07ms]207(pass) renderSlackMessageContent > falls back to attachments when text is empty [0.05ms]208(pass) renderSlackMessageContent > includes section fields and button URLs [0.05ms]209(pass) renderSlackMessageContent > includes attachment fields [0.04ms]210(pass) renderSlackMessageContent > renders forwarded message with author and source link [0.13ms]211(pass) renderSlackMessageContent > renders forwarded message with author name only [0.04ms]212(pass) renderSlackMessageContent > renders forwarded message with no author [0.03ms]213(pass) renderSlackMessageContent > includes forwarded file links in quoted forwarded body [0.05ms]214(pass) renderSlackMessageContent > renders nested forwarded attachments similarly to normal attachments [0.06ms]215(pass) renderSlackMessageContent > deduplicates repeated forwarded body content [0.05ms]216(pass) renderSlackMessageContent > handles cyclic forwarded attachments without infinite recursion [0.05ms]217(pass) renderSlackMessageContent > does not treat link unfurl as forwarded message [0.04ms]218(pass) renderSlackMessageContent > combines blocks and non-shared attachments [0.04ms]219220test/later.test.ts:221(pass) fetchLaterItems > returns counts only when countsOnly is true [0.47ms]222(pass) fetchLaterItems > filters to message items only [0.51ms]223(pass) fetchLaterItems > filters by state [0.16ms]224(pass) fetchLaterItems > state 'all' returns all items [0.09ms]225(pass) fetchLaterItems > respects limit [0.08ms]226(pass) fetchLaterItems > hydrates message content [0.14ms]227(pass) fetchLaterItems > resolves DM user display names [0.11ms]228(pass) fetchLaterItems > truncates long message content [0.11ms]229(pass) updateLaterMark > sends mark=completed via multipart [0.13ms]230(pass) updateLaterMark > sends mark=archived via multipart [0.06ms]231(pass) updateLaterMark > sends mark=uncompleted via multipart [0.04ms]232(pass) updateLaterMark > sends mark=unarchived via multipart [0.05ms]233(pass) saveLater > calls saved.add with correct params [0.10ms]234(pass) removeLater > calls saved.delete with correct params [0.08ms]235(pass) setLaterReminder > calls saved.update via multipart with date_due [0.11ms]236(pass) parseReminderDuration > parses minutes [0.19ms]237(pass) parseReminderDuration > parses hours [0.02ms]238(pass) parseReminderDuration > parses fractional hours [0.02ms]239(pass) parseReminderDuration > parses days [0.02ms]240(pass) parseReminderDuration > parses 'tomorrow' as next day 9 AM [5.85ms]241(pass) parseReminderDuration > parses day names [0.06ms]242(pass) parseReminderDuration > passes through unix timestamps [0.03ms]243(pass) parseReminderDuration > supports verbose unit names [0.12ms]244(pass) parseReminderDuration > throws on invalid input [0.12ms]245246test/rich-text.test.ts:247(pass) parseInlineElements > plain text returns single text element [0.04ms]248(pass) parseInlineElements > *bold* is parsed with bold style [0.05ms]249(pass) parseInlineElements > _italic_ is parsed with italic style [0.04ms]250(pass) parseInlineElements > ~strike~ is parsed with strike style [0.02ms]251(pass) parseInlineElements > `code` is parsed with code style [0.02ms]252(pass) parseInlineElements > :emoji: shortcode is parsed as an emoji element [0.02ms]253(pass) parseInlineElements > emoji names with underscores are not parsed as italic text [0.02ms]254(pass) parseInlineElements > time-like colon text is not parsed as an emoji element [0.01ms]255(pass) parseInlineElements > <url|label> is parsed as link with text [0.07ms]256(pass) parseInlineElements > <url> is parsed as link without text [0.02ms]257(pass) parseInlineElements > <mailto|label> is parsed as link with text [0.02ms]258(pass) parseInlineElements > non-url angle bracket text is preserved as text [0.02ms]259(pass) parseInlineElements > non-url labeled angle bracket text is preserved as text [0.01ms]260(pass) parseInlineElements > channel mention tokens are parsed as channel elements [0.02ms]261(pass) parseInlineElements > bare channel mention tokens are parsed as channel elements [0.01ms]262(pass) parseInlineElements > usergroup mention tokens are parsed as usergroup elements [0.02ms]263(pass) textToRichTextBlocks > plain text returns null [0.06ms]264(pass) textToRichTextBlocks > inline-only formatting returns null by default [0.02ms]265(pass) textToRichTextBlocks > non-url angle bracket text does not trigger rich text blocks [0.05ms]266(pass) textToRichTextBlocks > mixed non-url angle bracket text and formatting preserves brackets [0.04ms]267(pass) textToRichTextBlocks > inline-only formatting can produce rich text blocks [0.03ms]268(pass) textToRichTextBlocks > mailto links can produce rich text blocks when inline formatting is included [0.07ms]269(pass) textToRichTextBlocks > channel mentions can produce rich text blocks when inline formatting is included [0.03ms]270(pass) textToRichTextBlocks > bullet list with - prefix [0.05ms]271(pass) textToRichTextBlocks > bullet list with bullet character [0.35ms]272(pass) textToRichTextBlocks > sub-bullets with indentation [0.07ms]273(pass) textToRichTextBlocks > white bullet sub-bullets under bullet [0.04ms]274(pass) textToRichTextBlocks > mixed text and bullets [0.08ms]275(pass) textToRichTextBlocks > numbered list [0.06ms]276(pass) textToRichTextBlocks > bold text in list items is parsed [0.04ms]277(pass) textToRichTextBlocks > emoji and channel references in list items are parsed [0.07ms]278(pass) textToRichTextBlocks > Slack manual links and CommonMark links remain distinct in list items [0.04ms]279(pass) textToRichTextBlocks > code block is preserved [0.03ms]280(pass) textToRichTextBlocks > blockquote is preserved [0.02ms]281282test/update.test.ts:283(pass) compareSemver > equal versions return 0 [0.07ms]284(pass) compareSemver > strips v prefix [0.02ms]285(pass) compareSemver > newer major [0.01ms]286(pass) compareSemver > newer minor287(pass) compareSemver > newer patch [0.01ms]288(pass) compareSemver > older version returns negative [0.01ms]289(pass) compareSemver > handles 0.x versions [0.02ms]290291test/channel-admin.test.ts:292(pass) parseInviteUsersCsv > splits comma-separated values, trims whitespace, and deduplicates [0.06ms]293(pass) parseInviteUsersCsv > returns empty array when input has no values [0.01ms]294(pass) splitEmailsFromInviteTargets > separates email targets from non-email targets [0.09ms]295(pass) splitEmailsFromInviteTargets > deduplicates emails [0.02ms]296297test/messages.test.ts:298(pass) fetchThread > returns the thread root and replies in chronological order [0.45ms]299300test/workspace-selector.test.ts:301(pass) resolveWorkspaceSelector > matches exact URL [0.08ms]302(pass) resolveWorkspaceSelector > matches unique substring by host/team [0.13ms]303(pass) resolveWorkspaceSelector > matches unique substring by workspace name [0.05ms]304(pass) resolveWorkspaceSelector > returns ambiguity when selector matches multiple workspaces [0.04ms]305(pass) resolveWorkspaceSelector > returns no match when selector does not match [0.05ms]306307test/error-message.test.ts:308(pass) errorMessage > returns the message for a plain error [0.13ms]309(pass) errorMessage > stringifies non-Error values [0.02ms]310(pass) errorMessage > appends a single Error cause [0.03ms]311(pass) errorMessage > appends AggregateError causes from a failed fetch through a dead proxy [0.04ms]312(pass) errorMessage > walks multi-level cause chains [0.02ms]313(pass) errorMessage > terminates on a self-referential cause instead of looping forever [0.01ms]314(pass) errorMessage > terminates on a longer cause cycle [0.02ms]315(pass) errorMessage > does not crash on a cause that cannot be stringified [0.04ms]316(pass) errorMessage > does not crash on a non-Error thrown value that cannot be stringified [0.01ms]317(pass) errorMessage > caps how far a long cause chain is walked [0.16ms]318(pass) errorMessage > collapses a cause that merely restates its parent [0.02ms]319320test/canvas-create.test.ts:321(pass) createCanvasFromMarkdown > sends Markdown content, title, and channel to canvases.create [0.28ms]322(pass) createCanvasFromMarkdown > rejects empty Markdown before calling Slack [0.12ms]323(pass) createCanvasFromMarkdown > rejects a success response without a canvas id [0.05ms]324(pass) createCanvasFromMarkdown > uses Slack's Markdown canvas method with imported browser credentials [0.07ms]325(pass) createCanvasFromMarkdown > rejects channel tabs with browser credentials before calling Slack [0.05ms]326(pass) editCanvas > sends the documented replace change [0.31ms]327(pass) editCanvas > sends the documented replace section change [0.01ms]328(pass) editCanvas > sends the documented insert before change [0.01ms]329(pass) editCanvas > sends the documented insert after change330(pass) editCanvas > sends the documented insert at start change331(pass) editCanvas > sends the documented insert at end change332(pass) editCanvas > sends the documented delete section change333(pass) editCanvas > sends the documented rename change334(pass) editCanvas > rejects invalid combinations before calling Slack [0.23ms]335(pass) editCanvas > rejects empty Markdown and canvas ids before calling Slack [0.09ms]336(pass) editCanvas > rejects Markdown over Slack's per-change limit before calling Slack [2.80ms]337(pass) readCanvasMarkdownInput > reads a Markdown file without changing its contents [1.75ms]338(pass) readCanvasMarkdownInput > accepts a Markdown blob [0.04ms]339(pass) readCanvasMarkdownInput > requires exactly one source [0.06ms]340(pass) readCanvasMarkdownInput > rejects an empty source [0.03ms]341(pass) canvas create command > creates from an inline blob in the selected workspace [0.98ms]342(pass) canvas create command > creates from a file and resolves a channel tab [1.40ms]343(pass) canvas create command > rejects browser-auth channel tabs before resolving the channel [0.42ms]344(pass) canvas create command > rejects missing or conflicting sources before authenticating [0.39ms]345(pass) canvas edit command > replaces a canvas from a Markdown URL target [0.91ms]346(pass) canvas edit command > inserts content from a file and passes a section id [1.44ms]347(pass) canvas edit command > renames without a Markdown source [0.37ms]348(pass) canvas edit command > rejects delete content and malformed inputs before authenticating [0.45ms]349(pass) canvas edit command > rejects browser credentials before calling canvases.edit [0.30ms]350351test/emoji.test.ts:352(pass) normalizeSlackReactionName > accepts :shortcode: [0.09ms]353(pass) normalizeSlackReactionName > accepts raw names [0.03ms]354(pass) normalizeSlackReactionName > accepts unicode emoji [0.21ms]355356test/format-outbound.test.ts:357(pass) formatOutboundSlackText > promotes bare user IDs to Slack mention tokens [0.24ms]358(pass) formatOutboundSlackText > leaves already-formatted mention tokens alone [0.04ms]359(pass) formatOutboundSlackText > leaves already-formatted usergroup mention tokens alone [0.02ms]360(pass) formatOutboundSlackText > promotes broadcast mentions [0.03ms]361(pass) formatOutboundSlackText > escapes bare < > & in literal text [0.01ms]362(pass) formatOutboundSlackText > does not escape inside already-formatted Slack tokens [0.02ms]363(pass) formatOutboundSlackText > does not promote email-like or mid-word @ [0.01ms]364(pass) formatOutboundSlackText > handles empty input365(pass) formatOutboundSlackText > real-world CI dump stays readable with mention + URL [0.01ms]366367test/leveldb-reader.test.ts:368(pass) leveldb-reader > readChromiumLevelDB > returns empty array for non-existent directory [0.33ms]369(pass) leveldb-reader > readChromiumLevelDB > returns empty array for empty directory [0.30ms]370(pass) leveldb-reader > readChromiumLevelDB > reads entries from SSTable files [1.61ms]371(pass) leveldb-reader > readChromiumLevelDB > reads entries from log files [0.97ms]372(pass) leveldb-reader > readChromiumLevelDB > reads from both SSTable and log files [0.90ms]373(pass) leveldb-reader > readChromiumLevelDB > handles .sst file extension [0.60ms]374(pass) leveldb-reader > findKeysContaining > filters entries by key substring [0.70ms]375(pass) leveldb-reader > findKeysContaining > returns empty array when no matches [0.52ms]376(pass) leveldb-reader > edge cases > handles invalid SSTable (wrong magic) [0.57ms]377(pass) leveldb-reader > edge cases > handles empty SSTable file [0.44ms]378(pass) leveldb-reader > edge cases > handles SSTable smaller than footer size [0.47ms]379380test/search-command.test.ts:381(pass) search referenced users > searchSlack returns shared referenced_users while preserving canonical ids [3.15ms]382(pass) search referenced users > search command forwards --refresh-users and bypasses cached user lookups [3.29ms]383384test/search-files.test.ts:385Warning: skipping file F1: Failed to download file (404)386(pass) searchFilesViaSearchApi > skips failed downloads and keeps later successful matches [2.70ms]387Warning: skipping file F1: Failed to download file (404)388(pass) searchFilesInChannelsFallback > continues after a failed download in files.list results [2.23ms]389(pass) SlackApiClient browser API guards > fails fast on rate-limit retry windows by default [0.99ms]390(pass) SlackApiClient browser API guards > surfaces request timeouts with the Slack method name [0.22ms]391392test/targets.test.ts:393(pass) parseMsgTarget > parses slack message URLs [0.06ms]394(pass) parseMsgTarget > accepts #channel [0.04ms]395(pass) parseMsgTarget > accepts bare channel names [0.03ms]396(pass) parseMsgTarget > accepts channel IDs [0.03ms]397(pass) parseMsgTarget > accepts user IDs as DM targets [0.02ms]398(pass) parseMsgTarget > accepts W-prefixed user IDs as DM targets [0.02ms]399(pass) parseMsgTarget > accepts user IDs with leading/trailing whitespace [0.02ms]400(pass) parseMsgTarget > does not treat short U-prefixed strings as user IDs [0.02ms]401(pass) parseMsgTarget > does not treat short W-prefixed strings as user IDs [0.01ms]402403test/user-id.test.ts:404(pass) isUserId > accepts U-prefixed and W-prefixed Slack user IDs [0.02ms]405(pass) isUserId > preserves the existing length and character restrictions [0.03ms]406407test/client.test.ts:408(pass) SlackApiClient browser multipart transport > retries HTTP 429 responses using Retry-After [0.88ms]409410test/users.test.ts:411(pass) resolveUserId > returns user ids unchanged [0.22ms]412(pass) resolveUserId > returns W-prefixed user ids unchanged [0.04ms]413(pass) resolveUserId > resolves @handle via users.list [0.11ms]414(pass) resolveUserId > resolves email via users.lookupByEmail [0.06ms]415(pass) resolveUserId > resolves @handle case-insensitively [0.05ms]416(pass) resolveUserId > falls back to users.list when lookupByEmail is unavailable [0.13ms]417418test/channel-command.test.ts:419(pass) channel list command > defaults to users.conversations for current user [0.97ms]420(pass) channel list command > with --user id uses users.conversations and sets user directly [0.32ms]421(pass) channel list command > with --user handle resolves via users.list before users.conversations [0.41ms]422(pass) channel list command > with --user unknown handle is a hard error [0.33ms]423(pass) channel list command > with --all uses conversations.list [0.37ms]424(pass) channel list command > forwards --limit and --cursor [0.27ms]425(pass) channel list command > --all and --user is a hard error [0.26ms]426(pass) channel list command > invalid --limit is a hard error [0.21ms]427(pass) channel list command > help text documents single-page pagination model [0.14ms]428(pass) channel mark command > URL target extracts workspace from URL [0.55ms]429(pass) channel mark command > URL target rejects --workspace flag [0.32ms]430(pass) channel mark command > channel target requires --ts [0.21ms]431(pass) channel mark command > URL target allows --ts override [0.28ms]432(pass) channel mark command > channel target with --ts calls conversations.mark [0.25ms]433434test/files.test.ts:435(pass) downloadSlackFile > downloads file and writes to disk [1.09ms]436(pass) downloadSlackFile > returns cached path when file already exists [0.76ms]437(pass) downloadSlackFile > throws SlackDownloadError on HTTP 404 [0.51ms]438(pass) downloadSlackFile > throws SlackDownloadError with httpStatus on HTTP error [0.59ms]439(pass) downloadSlackFile > throws SlackDownloadError on HTML auth page [0.52ms]440(pass) downloadSlackFile > throws SlackDownloadError on network error [0.53ms]441(pass) downloadSlackFile > throws SlackDownloadError when reading html body fails [0.60ms]442(pass) downloadSlackFile > throws SlackDownloadError when reading binary body fails [0.54ms]443(pass) tryDownloadSlackFile > returns ok result on success [0.90ms]444(pass) tryDownloadSlackFile > returns failure result on HTTP 404 [0.53ms]445(pass) tryDownloadSlackFile > returns failure result on network error [0.60ms]446(pass) tryDownloadSlackFile > propagates disk/write errors [0.69ms]447Warning: skipping file F1: Downloaded auth/login page instead of canvas content (token may be expired)448(pass) downloadMessageFiles > records canvas auth failures as structured errors [2.83ms]449Warning: skipping file F2: Failed to download file (404)450(pass) downloadMessageFiles > records non-canvas download failures with a local error path [1.79ms]451452test/message-send.test.ts:453(pass) sendMessage > posts a normal message when no attachments are passed [0.97ms]454(pass) sendMessage > --no-unfurl disables link and media previews for immediate sends [0.12ms]455(pass) sendMessage > opens and sends to a DM for a W-prefixed user target [0.26ms]456(pass) sendMessage > returns a permalink when the workspace was resolved implicitly [0.11ms]457(pass) sendMessage > threaded reply returns thread_ts distinct from ts [0.10ms]458(pass) sendMessage > --reply-broadcast with --thread-ts sends reply_broadcast: true [0.12ms]459(pass) sendMessage > --reply-broadcast omits the field from chat.postMessage when flag is absent [0.10ms]460(pass) sendMessage > --reply-broadcast without --thread-ts throws [0.14ms]461(pass) sendMessage > --reply-broadcast on a URL target broadcasts using the message's derived thread_ts [0.59ms]462(pass) sendMessage > --reply-broadcast on a DM target throws (broadcasting is not meaningful for DMs) [0.17ms]463(pass) sendMessage > --reply-broadcast works alongside --blocks payload [1.09ms]464(pass) sendMessage > uploads attachment and uses message text as initial comment [2.67ms]465(pass) sendMessage > --no-unfurl cannot be combined with file attachments [0.18ms]466(pass) sendMessage > sends initial comment only for the first attachment [1.68ms]467(pass) sendMessage > uploads attachment without text when text is empty [7.49ms]468(pass) sendMessage > --blocks: reads Block Kit JSON from file and passes through unchanged [1.00ms]469(pass) sendMessage > --blocks: errors when JSON is not an array [1.11ms]470(pass) sendMessage > --blocks: errors on malformed JSON [0.92ms]471(pass) sendMessage > --blocks: overrides markdown-to-rich-text conversion when text is also provided [0.88ms]472(pass) sendMessage > sends Slack manual links in lists as rich-text link blocks [0.20ms]473(pass) sendMessage > --blocks: errors when an array element is not an object [1.02ms]474(pass) sendMessage > --schedule sends through chat.scheduleMessage and returns scheduled metadata [0.46ms]475(pass) sendMessage > --schedule-in computes a relative post_at [0.34ms]476(pass) sendMessage > --no-unfurl disables link and media previews for scheduled sends [0.16ms]477(pass) sendMessage > --schedule composes with blocks, thread replies, and reply broadcast [1.05ms]478(pass) sendMessage > --schedule cannot be combined with file attachments [0.17ms]479(pass) composeMessage > --no-unfurl disables link and media previews when CI sends immediately [0.84ms]480(pass) composeMessage > keeps Slack's default preview behavior for a standard CI send [0.16ms]481(pass) composeMessage > --no-unfurl disables previews for a URL target when CI sends immediately [0.49ms]482(pass) scheduled message management > lists scheduled messages and forwards channel filters [0.45ms]483(pass) scheduled message management > cancels scheduled messages with the required channel id [0.24ms]484(pass) scheduled message time parsing > parses absolute ISO timestamps with explicit timezones [0.09ms]485(pass) scheduled message time parsing > parses named relative times like monday 9am [0.34ms]486(pass) scheduled message time parsing > rejects schedule times beyond Slack's 120 day limit [0.10ms]487(pass) editMessage > edits a normal text message without blocks [0.38ms]488(pass) editMessage > edits literal angle bracket text without blocks [0.11ms]489(pass) editMessage > edits a message URL with a link label without blocks [0.15ms]490(pass) editMessage > edits an inline mailto link without escaping it [0.11ms]491(pass) editMessage > edits an inline usergroup mention without escaping it [0.11ms]492(pass) editMessage > edits a channel target with inline formatting without blocks [0.10ms]493(pass) editMessage > edits a channel target with rich text blocks when text contains a list [0.16ms]494(pass) editMessage > edits a normal message without blocks when no --blocks file is passed [0.11ms]495(pass) editMessage > edits a message URL with Block Kit JSON from file [0.89ms]496(pass) editMessage > edits a channel target with --ts and Block Kit JSON from file [0.99ms]497498test/message-compact.test.ts:499(pass) toCompactMessage > includes file with path on successful download [0.20ms]500(pass) toCompactMessage > includes file with error on failed download [0.07ms]501(pass) toCompactMessage > excludes files with no downloadedPaths entry [0.06ms]502(pass) toCompactMessage > mixes successful and failed downloads [0.06ms]503(pass) toCompactMessage > failed download preserves file metadata for content-type filtering [0.04ms]504(pass) passesContentTypeFilter with failed downloads > image message with failed download still passes image filter [0.08ms]505(pass) passesContentTypeFilter with failed downloads > snippet message with failed download still passes snippet filter [0.06ms]506(pass) passesContentTypeFilter with failed downloads > message without download entry has no files and passes text filter [0.05ms]507(pass) toCompactMessage filename preservation > does not fall back to title when name is missing [0.05ms]508509test/desktop-auth-paths.test.ts:510(pass) Windows Store Slack package detection > matches known Microsoft Store package identifiers [0.09ms]511(pass) Windows Store Slack package detection > does not match unrelated packages [0.02ms]512513test/safe-mode.test.ts:514(pass) isSafeModeEnabled > enabled via CLI flag [0.04ms]515(pass) isSafeModeEnabled > enabled for env value "1" [0.02ms]516(pass) isSafeModeEnabled > enabled for env value "true"517(pass) isSafeModeEnabled > enabled for env value "TRUE"518(pass) isSafeModeEnabled > enabled for env value "yes"519(pass) isSafeModeEnabled > enabled for env value "on"520(pass) isSafeModeEnabled > enabled for env value " 1 "521(pass) isSafeModeEnabled > disabled for env value "0" [0.01ms]522(pass) isSafeModeEnabled > disabled for env value "false"523(pass) isSafeModeEnabled > disabled for env value "off"524(pass) isSafeModeEnabled > disabled for env value "no"525(pass) isSafeModeEnabled > disabled for env value ""526(pass) isSafeModeEnabled > disabled when env var is unset and flag is absent [0.02ms]527(pass) safeModeBlockedError > names the blocked action [0.04ms]528(pass) redirectSendToDraft > rejects unsupported send option {529 attach: [ "./report.md" ],530} [0.24ms]531(pass) redirectSendToDraft > rejects unsupported send option {532 blocks: "/tmp/blocks.json",533}534(pass) redirectSendToDraft > rejects unsupported send option {535 schedule: "2030-01-01T00:00:00Z",536}537(pass) redirectSendToDraft > rejects unsupported send option {538 scheduleIn: "3h",539}540(pass) redirectSendToDraft > rejects unsupported send option {541 replyBroadcast: true,542}543(pass) redirectSendToDraft > lists all unsupported flags at once [0.06ms]544(pass) redirectSendToDraft > rejects in CI where no interactive editor is available [0.10ms]545⚠ Safe mode active: redirecting "message send" → draft editor. Nothing posts until a human sends it from the editor.546(pass) redirectSendToDraft > opens a draft with the send text and thread context [0.18ms]547548test/search-query.test.ts:549(pass) W-prefixed user IDs in search > resolves a W-prefixed user ID to a from filter [0.21ms]550(pass) W-prefixed user IDs in search > returns a W-prefixed user ID without scanning users [0.25ms]551552test/message-reaction-filters.test.ts:553(pass) parseReactionFilters > normalizes shortcodes, names, and unicode [0.12ms]554(pass) parseReactionFilters > returns empty array when unset [0.02ms]555(pass) passesReactionNameFilters > matches when required reaction is present [0.10ms]556(pass) passesReactionNameFilters > does not match when required reaction is missing [0.02ms]557(pass) passesReactionNameFilters > does not match when excluded reaction is present [0.02ms]558(pass) passesReactionNameFilters > matches when excluded reaction is absent [0.02ms]559(pass) passesReactionNameFilters > supports with + without together [0.02ms]560(pass) requireOldestWhenReactionFiltersUsed > returns oldest when no reaction filters are used [0.04ms]561(pass) requireOldestWhenReactionFiltersUsed > returns trimmed oldest when reaction filters are used [0.02ms]562(pass) requireOldestWhenReactionFiltersUsed > throws when reaction filters are used without oldest [0.03ms]563564test/channels.test.ts:565(pass) conversations list helpers > listUserConversations calls users.conversations with defaults [0.16ms]566(pass) conversations list helpers > listUserConversations forwards user/limit/cursor [0.06ms]567(pass) conversations list helpers > listAllConversations calls conversations.list with defaults [0.07ms]568(pass) conversations list helpers > listAllConversations forwards limit/cursor [0.06ms]569(pass) conversations list helpers > listUserConversations passes through small limits [0.06ms]570(pass) conversations list helpers > listUserConversations clamps high limits to 1000 [0.04ms]571(pass) conversations list helpers > normalizeConversationsPage extracts channels and next cursor [0.03ms]572(pass) conversations list helpers > normalizeConversationsPage handles missing response_metadata [0.02ms]573(pass) conversations list helpers > normalizeConversationsPage handles empty next_cursor [0.01ms]574(pass) conversations list helpers > listConversationsViaCounts enumerates channels/mpims/ims and enriches via conversations.info [0.47ms]575(pass) conversations list helpers > listConversationsViaCounts keeps the id when conversations.info fails [0.13ms]576(pass) conversations list helpers > listConversationsViaCounts slices to limit and skips entries without an id [0.12ms]577578 399 pass579 0 fail580 817 expect() calls581Ran 399 tests across 38 files. [398.00ms]
fixupPhase
582shrinking RPATHs of ELF executables and libraries in /nix/store/bl2gapigqq7vs79fz6g8m8dlrdhq8s8f-agent-slack-0.10.2583checking for references to /build/ in /nix/store/bl2gapigqq7vs79fz6g8m8dlrdhq8s8f-agent-slack-0.10.2...584patching script interpreter paths in /nix/store/bl2gapigqq7vs79fz6g8m8dlrdhq8s8f-agent-slack-0.10.2
installCheckPhase
585Executing versionCheckPhase586Successfully managed to find version 0.10.2 in the output of the command /nix/store/bl2gapigqq7vs79fz6g8m8dlrdhq8s8f-agent-slack-0.10.2/bin/agent-slack --version5870.10.2588Finished versionCheckPhase589no Makefile or custom installCheckPhase, doing nothing