nixbot

builds

failed beads-viewer-0.19.0 aarch64-darwin.pkgs-beads-viewer · build #2222 · raw

1Using versionCheckHook
unpackPhase
2unpacking source archive /nix/store/3n6aqkza02w9df03875fms3v2cgdazp8-source3source root is source
buildPhase
4Building subPackage ./cmd/bv
fixupPhase
5checking for references to /nix/var/nix/builds/nix-73767-984148917/ in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0...6/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh: line 39: 75203 Done find "$dir" -type f -not -path '*/.build-id/*' -print07 75204 Segmentation fault: 11 | while IFS= read -r -d '' file; do8 if isELF "$file"; then9 printf '%s\0' "$file" 1>&3;10 else11 if isScript "$file"; then12 filename=${file##*/}; dir=${file%/*}; if [ -e "$dir/.$filename-wrapped" ]; then13 printf '%s\0' "$file" 1>&4;14 fi;15 fi;16 fi;17done18patching script interpreter paths in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.019stripping (with command strip and flags -S) in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bin
installCheckPhase
20Executing versionCheckPhase21Did not find version 0.19.0 in the output of the command /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bin/bv --version22bv v0.18.023Did not find version 0.19.0 in the output of the command /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bin/bv --help24Usage: bv [flags]2526A TUI viewer for beads issue tracker.2728General Flags:29 --cpu-profile string Write CPU profile to file30 --db string Path to beads database file or .beads directory (overrides31 BEADS_DB and BEADS_DIR env vars)32 --version Show version33 --update Update bv to the latest version34 --check-update Check if a new version is available35 --rollback Rollback to the previous version (from backup)36 --update-dry-run Show what an update would do without installing (use via 'bv37 upgrade --dry-run')38 --yes Skip confirmation prompts (use with --update)39 -f, --format string Structured output format for --robot-* commands: json or toon40 (env: BV_OUTPUT_FORMAT, TOON_DEFAULT_FORMAT)41 --stats Show JSON vs TOON token estimates on stderr (env: TOON_STATS=1)42 --no-cache Bypass disk cache for robot triage (also: BV_NO_CACHE=1)43 --force-full-analysis Compute all metrics regardless of graph size (may be slow for44 large graphs)45 --profile-startup Output detailed startup timing profile for diagnostics46 --profile-json Output profile in JSON format (use with --profile-startup)47 --theme string Color theme: light, dark, or auto (default: detect terminal48 background)49 --background-mode Enable experimental background snapshot loading (TUI only)50 --no-background-mode Disable experimental background snapshot loading (TUI only)51 -h, --help help for bv5253Search & Filters:54 --robot-min-confidence float Filter robot outputs by minimum confidence (0.0-1.0)55 --robot-max-results int Limit robot output count (0 = use defaults)56 --robot-by-label string Filter robot outputs by label (exact match)57 --robot-by-assignee string Filter robot outputs by assignee (exact match)58 -l, --label string Scope analysis to label's subgraph (affects59 --robot-insights, --robot-plan, --robot-priority)60 --severity string Filter robot alerts by severity (info|warning|critical)61 --alert-type string Filter robot alerts by alert type (e.g., stale_issue)62 --alert-label string Filter robot alerts by label match63 -r, --recipe string Apply named recipe (e.g., triage, actionable, high-impact)64 --search string Semantic search query (vector-based; builds/updates index65 on first run)66 --search-limit int Max results for --search/--robot-search (default 10)67 --search-mode string Search ranking mode: text or hybrid (default:68 BV_SEARCH_MODE or text)69 --search-preset string Hybrid preset name (default: BV_SEARCH_PRESET or default)70 --search-weights string Hybrid weights JSON (overrides preset; keys:71 text,pagerank,status,impact,priority,recency)72 --workspace string Load issues from workspace config file (.bv/workspace.yaml)73 --repo string Filter issues by repository prefix (e.g., 'api-' or 'api')7475Robot & Planning Flags:76 --robot-help Show AI agent help77 --robot-capabilities Output machine-readable command78 capabilities for AI agents79 --robot-docs string Machine-readable JSON docs for AI agents.80 Topics: guide, commands, examples, env,81 exit-codes, all82 --robot-insights Output graph analysis and insights as JSON83 for AI agents84 --robot-plan Output dependency-respecting execution85 plan as JSON for AI agents86 --robot-priority Output priority recommendations as JSON87 for AI agents88 --robot-triage Output unified triage as JSON (the89 mega-command for AI agents)90 --robot-triage-by-track Group triage recommendations by execution91 track (bv-87)92 --robot-triage-by-label Group triage recommendations by label (bv-87)93 --robot-next Output only the top pick recommendation as94 JSON (minimal triage)95 --brief Compact --robot-triage output: only96 decision-relevant fields (id, title,97 status, assignee, blockers, unblocks) (#183)98 --robot-not-ready-labels string Comma-separated labels marking a bead99 not-ready: excluded from claimable100 --robot-next/--robot-triage top picks101 (env: BV_ROBOT_NOT_READY_LABELS; #173)102 --robot-diff Output diff as JSON (use with --diff-since)103 --robot-recipes Output available recipes as JSON for AI agents104 --robot-label-health Output label health metrics as JSON for AI105 agents106 --robot-label-flow Output cross-label dependency flow as JSON107 for AI agents108 --robot-label-attention Output attention-ranked labels as JSON for109 AI agents110 --attention-limit int Limit number of labels in111 --robot-label-attention output (default 5)112 --robot-alerts Output alerts (drift + proactive) as JSON113 for AI agents114 --robot-metrics Output performance metrics (timing, cache,115 memory) as JSON116 --robot-schema Output JSON Schema definitions for all117 robot commands118 --schema-command string Output schema for specific command only119 (e.g., robot-triage)120 --robot-suggest Output smart suggestions (duplicates,121 dependencies, labels, cycles) as JSON122 --suggest-type string Filter suggestions by type: duplicate,123 dependency, label, cycle124 --suggest-confidence float Minimum confidence for suggestions (0.0-1.0)125 --suggest-bead string Filter suggestions for specific bead ID126 --robot-graph Output dependency graph as127 JSON/DOT/Mermaid for AI agents128 --graph-format string Graph output format: json, dot, mermaid129 (default "json")130 --graph-root string Subgraph from specific root issue ID131 --graph-depth int Max depth for subgraph (0 = unlimited)132 --robot-search Output semantic search results as JSON for133 AI agents (use with --search)134 --robot-drift Output drift check as JSON (use with135 --check-drift)136 --robot-history Output bead-to-commit correlations as JSON137 --robot-history-timeout-ms int Budget in ms for the git-history prologue138 of robot triage (0 = unbounded; default139 10000, env BV_ROBOT_HISTORY_TIMEOUT_MS)140 (default -1)141 --robot-explain-correlation string Explain why a commit is linked to a bead142 (format: SHA:beadID)143 --robot-confirm-correlation string Confirm a correlation is correct (format:144 SHA:beadID)145 --robot-reject-correlation string Reject an incorrect correlation (format:146 SHA:beadID)147 --correlation-by string Agent/user identifier for correlation feedback148 --correlation-reason string Reason for correlation feedback149 --robot-correlation-stats Output correlation feedback statistics as JSON150 --robot-orphans Output orphan commit candidates (commits151 that should be linked but aren't) as JSON152 --orphans-min-score int Minimum suspicion score for orphan153 candidates (0-100) (default 30)154 --robot-file-beads string Output beads that touched a file path as JSON155 --file-beads-limit int Max closed beads to show (use with156 --robot-file-beads) (default 20)157 --robot-file-hotspots Output files touched by most beads as JSON158 --hotspots-limit int Max hotspots to show (use with159 --robot-file-hotspots) (default 10)160 --robot-impact string Analyze impact of modifying files161 (comma-separated paths)162 --robot-file-relations string Output files that frequently co-change163 with the given file path164 --relations-threshold float Minimum correlation threshold (0.0-1.0)165 for related files (default 0.5)166 --relations-limit int Max related files to show (default 10)167 --robot-related string Output beads related to a specific bead ID168 as JSON169 --related-min-relevance percent_or_fraction Minimum relevance score for related work170 (int 0-100 percent OR float 0.0-1.0171 fraction) (default 20)172 --related-max-results int Max results per category for related work173 (default 10)174 --related-include-closed Include closed beads in related work results175 --robot-blocker-chain string Output full blocker chain analysis for176 issue ID as JSON177 --robot-impact-network string Output bead impact network as JSON (empty178 for full, or bead ID for subnetwork)179 --robot-causality string Output causal chain analysis for bead ID180 as JSON181 --robot-sprint-list Output sprints as JSON182 --robot-sprint-show string Output specific sprint details as JSON183 --robot-forecast string Output ETA forecast for bead ID, or 'all'184 for all open issues185 --forecast-label string Filter forecast by label186 --forecast-sprint string Filter forecast by sprint ID187 --forecast-agents int Number of parallel agents for capacity188 calculation (default 1)189 --robot-capacity Output capacity simulation and completion190 projection as JSON191 --agents int Number of parallel agents for capacity192 simulation (default 1)193 --capacity-label string Filter capacity simulation by label194 --robot-burndown string Output burndown data for sprint ID, or195 'current' for active sprint196197History & Drift:198 --diff-since string Show changes since historical point (commit SHA, branch, tag,199 or date)200 --as-of string View state at point in time (commit SHA, branch, tag, or date)201 --save-baseline string Save current metrics as baseline with optional description202 --baseline-info Show information about the current baseline203 --check-drift Check for drift from baseline (exit codes: 0=OK, 1=critical,204 2=warning)205 --bead-history string Show history for specific bead ID206 --history-since string Limit history to commits after this date/ref (e.g., '30 days207 ago', '2024-01-01')208 --history-limit int Max commits to analyze (0 = unlimited) (default 500)209 --min-confidence float Filter correlations by minimum confidence (0.0-1.0)210211Export & Reporting:212 --export-md string Export issues to a Markdown file (e.g., report.md)213 --export-graph string Export graph: .html for interactive, .png/.svg for static214 (auto-names if empty)215 --graph-preset string Graph layout preset: compact (default) or roomy (default "compact")216 --graph-title string Title for graph export (default: project name)217 --no-hooks Skip running hooks during export218 --emit-script Emit shell script for top-N recommendations (agent workflows)219 --script-limit int Limit number of items in emitted script (use with220 --emit-script) (default 5)221 --script-format string Script format: bash, fish, or zsh (use with --emit-script)222 (default "bash")223 --priority-brief string Export priority brief to Markdown file (e.g., brief.md)224 --agent-brief string Export agent brief bundle to directory (includes triage.json,225 insights.json, brief.md, helpers.md)226 --export-pages string Export static site to directory (e.g., ./bv-pages)227 --pages-title string Custom title for static site228 --pages-include-closed Include closed issues in export (default: true) (default true)229 --pages-include-history Include git history for time-travel (default: true) (default true)230 --preview-pages string Preview existing static site bundle231 --no-live-reload Disable live-reload in preview mode232 --watch-export Watch for beads changes and auto-regenerate export (use with233 --export-pages)234 --pages Launch interactive Pages deployment wizard235 --debug-render string Render a view and output to file (views: insights, board)236 --debug-width int Width for debug render (default 180)237 --debug-height int Height for debug render (default 50)238239Agent File Management:240 --agents-add Add beads workflow instructions to AGENTS.md (creates file if needed)241 --agents-remove Remove beads workflow instructions from AGENTS.md242 --agents-update Update beads workflow instructions to latest version243 --agents-check Check AGENTS.md blurb status (default if no --agents-* action)244 --agents-dry-run Show what would happen without executing (use with --agents-*)245 --agents-force Skip confirmation prompts (use with --agents-*)246247Other Flags:248 --network-depth int Depth of subnetwork when querying specific bead (1-3) (default 2)249 --feedback-accept string Record accept feedback for issue ID (tunes recommendation weights)250 --feedback-ignore string Record ignore feedback for issue ID (tunes recommendation weights)251 --feedback-reset Reset all feedback data to defaults252 --feedback-show Show current feedback status and weight adjustments253254Run `bv --robot-help` for detailed AI/robot command documentation.