nixbot

builds

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

1Using versionCheckHook
unpackPhase
2unpacking source archive /nix/store/3n6aqkza02w9df03875fms3v2cgdazp8-source3source root is source
buildPhase
4Building subPackage ./cmd/bv5buildPhase completed in 34 seconds
fixupPhase
6shrinking RPATHs of ELF executables and libraries in /nix/store/rriz9y5nwiyn192pxx4k0fyz9f0bmqzf-beads-viewer-0.19.07shrinking /nix/store/rriz9y5nwiyn192pxx4k0fyz9f0bmqzf-beads-viewer-0.19.0/bin/bv8checking for references to /build/ in /nix/store/rriz9y5nwiyn192pxx4k0fyz9f0bmqzf-beads-viewer-0.19.0...9patching script interpreter paths in /nix/store/rriz9y5nwiyn192pxx4k0fyz9f0bmqzf-beads-viewer-0.19.010stripping (with command strip and flags -S -p) in /nix/store/rriz9y5nwiyn192pxx4k0fyz9f0bmqzf-beads-viewer-0.19.0/bin
installCheckPhase
11Executing versionCheckPhase12Did not find version 0.19.0 in the output of the command /nix/store/rriz9y5nwiyn192pxx4k0fyz9f0bmqzf-beads-viewer-0.19.0/bin/bv --version13bv v0.18.014Did not find version 0.19.0 in the output of the command /nix/store/rriz9y5nwiyn192pxx4k0fyz9f0bmqzf-beads-viewer-0.19.0/bin/bv --help15Usage: bv [flags]1617A TUI viewer for beads issue tracker.1819General Flags:20 --cpu-profile string Write CPU profile to file21 --db string Path to beads database file or .beads directory (overrides22 BEADS_DB and BEADS_DIR env vars)23 --version Show version24 --update Update bv to the latest version25 --check-update Check if a new version is available26 --rollback Rollback to the previous version (from backup)27 --update-dry-run Show what an update would do without installing (use via 'bv28 upgrade --dry-run')29 --yes Skip confirmation prompts (use with --update)30 -f, --format string Structured output format for --robot-* commands: json or toon31 (env: BV_OUTPUT_FORMAT, TOON_DEFAULT_FORMAT)32 --stats Show JSON vs TOON token estimates on stderr (env: TOON_STATS=1)33 --no-cache Bypass disk cache for robot triage (also: BV_NO_CACHE=1)34 --force-full-analysis Compute all metrics regardless of graph size (may be slow for35 large graphs)36 --profile-startup Output detailed startup timing profile for diagnostics37 --profile-json Output profile in JSON format (use with --profile-startup)38 --theme string Color theme: light, dark, or auto (default: detect terminal39 background)40 --background-mode Enable experimental background snapshot loading (TUI only)41 --no-background-mode Disable experimental background snapshot loading (TUI only)42 -h, --help help for bv4344Search & Filters:45 --robot-min-confidence float Filter robot outputs by minimum confidence (0.0-1.0)46 --robot-max-results int Limit robot output count (0 = use defaults)47 --robot-by-label string Filter robot outputs by label (exact match)48 --robot-by-assignee string Filter robot outputs by assignee (exact match)49 -l, --label string Scope analysis to label's subgraph (affects50 --robot-insights, --robot-plan, --robot-priority)51 --severity string Filter robot alerts by severity (info|warning|critical)52 --alert-type string Filter robot alerts by alert type (e.g., stale_issue)53 --alert-label string Filter robot alerts by label match54 -r, --recipe string Apply named recipe (e.g., triage, actionable, high-impact)55 --search string Semantic search query (vector-based; builds/updates index56 on first run)57 --search-limit int Max results for --search/--robot-search (default 10)58 --search-mode string Search ranking mode: text or hybrid (default:59 BV_SEARCH_MODE or text)60 --search-preset string Hybrid preset name (default: BV_SEARCH_PRESET or default)61 --search-weights string Hybrid weights JSON (overrides preset; keys:62 text,pagerank,status,impact,priority,recency)63 --workspace string Load issues from workspace config file (.bv/workspace.yaml)64 --repo string Filter issues by repository prefix (e.g., 'api-' or 'api')6566Robot & Planning Flags:67 --robot-help Show AI agent help68 --robot-capabilities Output machine-readable command69 capabilities for AI agents70 --robot-docs string Machine-readable JSON docs for AI agents.71 Topics: guide, commands, examples, env,72 exit-codes, all73 --robot-insights Output graph analysis and insights as JSON74 for AI agents75 --robot-plan Output dependency-respecting execution76 plan as JSON for AI agents77 --robot-priority Output priority recommendations as JSON78 for AI agents79 --robot-triage Output unified triage as JSON (the80 mega-command for AI agents)81 --robot-triage-by-track Group triage recommendations by execution82 track (bv-87)83 --robot-triage-by-label Group triage recommendations by label (bv-87)84 --robot-next Output only the top pick recommendation as85 JSON (minimal triage)86 --brief Compact --robot-triage output: only87 decision-relevant fields (id, title,88 status, assignee, blockers, unblocks) (#183)89 --robot-not-ready-labels string Comma-separated labels marking a bead90 not-ready: excluded from claimable91 --robot-next/--robot-triage top picks92 (env: BV_ROBOT_NOT_READY_LABELS; #173)93 --robot-diff Output diff as JSON (use with --diff-since)94 --robot-recipes Output available recipes as JSON for AI agents95 --robot-label-health Output label health metrics as JSON for AI96 agents97 --robot-label-flow Output cross-label dependency flow as JSON98 for AI agents99 --robot-label-attention Output attention-ranked labels as JSON for100 AI agents101 --attention-limit int Limit number of labels in102 --robot-label-attention output (default 5)103 --robot-alerts Output alerts (drift + proactive) as JSON104 for AI agents105 --robot-metrics Output performance metrics (timing, cache,106 memory) as JSON107 --robot-schema Output JSON Schema definitions for all108 robot commands109 --schema-command string Output schema for specific command only110 (e.g., robot-triage)111 --robot-suggest Output smart suggestions (duplicates,112 dependencies, labels, cycles) as JSON113 --suggest-type string Filter suggestions by type: duplicate,114 dependency, label, cycle115 --suggest-confidence float Minimum confidence for suggestions (0.0-1.0)116 --suggest-bead string Filter suggestions for specific bead ID117 --robot-graph Output dependency graph as118 JSON/DOT/Mermaid for AI agents119 --graph-format string Graph output format: json, dot, mermaid120 (default "json")121 --graph-root string Subgraph from specific root issue ID122 --graph-depth int Max depth for subgraph (0 = unlimited)123 --robot-search Output semantic search results as JSON for124 AI agents (use with --search)125 --robot-drift Output drift check as JSON (use with126 --check-drift)127 --robot-history Output bead-to-commit correlations as JSON128 --robot-history-timeout-ms int Budget in ms for the git-history prologue129 of robot triage (0 = unbounded; default130 10000, env BV_ROBOT_HISTORY_TIMEOUT_MS)131 (default -1)132 --robot-explain-correlation string Explain why a commit is linked to a bead133 (format: SHA:beadID)134 --robot-confirm-correlation string Confirm a correlation is correct (format:135 SHA:beadID)136 --robot-reject-correlation string Reject an incorrect correlation (format:137 SHA:beadID)138 --correlation-by string Agent/user identifier for correlation feedback139 --correlation-reason string Reason for correlation feedback140 --robot-correlation-stats Output correlation feedback statistics as JSON141 --robot-orphans Output orphan commit candidates (commits142 that should be linked but aren't) as JSON143 --orphans-min-score int Minimum suspicion score for orphan144 candidates (0-100) (default 30)145 --robot-file-beads string Output beads that touched a file path as JSON146 --file-beads-limit int Max closed beads to show (use with147 --robot-file-beads) (default 20)148 --robot-file-hotspots Output files touched by most beads as JSON149 --hotspots-limit int Max hotspots to show (use with150 --robot-file-hotspots) (default 10)151 --robot-impact string Analyze impact of modifying files152 (comma-separated paths)153 --robot-file-relations string Output files that frequently co-change154 with the given file path155 --relations-threshold float Minimum correlation threshold (0.0-1.0)156 for related files (default 0.5)157 --relations-limit int Max related files to show (default 10)158 --robot-related string Output beads related to a specific bead ID159 as JSON160 --related-min-relevance percent_or_fraction Minimum relevance score for related work161 (int 0-100 percent OR float 0.0-1.0162 fraction) (default 20)163 --related-max-results int Max results per category for related work164 (default 10)165 --related-include-closed Include closed beads in related work results166 --robot-blocker-chain string Output full blocker chain analysis for167 issue ID as JSON168 --robot-impact-network string Output bead impact network as JSON (empty169 for full, or bead ID for subnetwork)170 --robot-causality string Output causal chain analysis for bead ID171 as JSON172 --robot-sprint-list Output sprints as JSON173 --robot-sprint-show string Output specific sprint details as JSON174 --robot-forecast string Output ETA forecast for bead ID, or 'all'175 for all open issues176 --forecast-label string Filter forecast by label177 --forecast-sprint string Filter forecast by sprint ID178 --forecast-agents int Number of parallel agents for capacity179 calculation (default 1)180 --robot-capacity Output capacity simulation and completion181 projection as JSON182 --agents int Number of parallel agents for capacity183 simulation (default 1)184 --capacity-label string Filter capacity simulation by label185 --robot-burndown string Output burndown data for sprint ID, or186 'current' for active sprint187188History & Drift:189 --diff-since string Show changes since historical point (commit SHA, branch, tag,190 or date)191 --as-of string View state at point in time (commit SHA, branch, tag, or date)192 --save-baseline string Save current metrics as baseline with optional description193 --baseline-info Show information about the current baseline194 --check-drift Check for drift from baseline (exit codes: 0=OK, 1=critical,195 2=warning)196 --bead-history string Show history for specific bead ID197 --history-since string Limit history to commits after this date/ref (e.g., '30 days198 ago', '2024-01-01')199 --history-limit int Max commits to analyze (0 = unlimited) (default 500)200 --min-confidence float Filter correlations by minimum confidence (0.0-1.0)201202Export & Reporting:203 --export-md string Export issues to a Markdown file (e.g., report.md)204 --export-graph string Export graph: .html for interactive, .png/.svg for static205 (auto-names if empty)206 --graph-preset string Graph layout preset: compact (default) or roomy (default "compact")207 --graph-title string Title for graph export (default: project name)208 --no-hooks Skip running hooks during export209 --emit-script Emit shell script for top-N recommendations (agent workflows)210 --script-limit int Limit number of items in emitted script (use with211 --emit-script) (default 5)212 --script-format string Script format: bash, fish, or zsh (use with --emit-script)213 (default "bash")214 --priority-brief string Export priority brief to Markdown file (e.g., brief.md)215 --agent-brief string Export agent brief bundle to directory (includes triage.json,216 insights.json, brief.md, helpers.md)217 --export-pages string Export static site to directory (e.g., ./bv-pages)218 --pages-title string Custom title for static site219 --pages-include-closed Include closed issues in export (default: true) (default true)220 --pages-include-history Include git history for time-travel (default: true) (default true)221 --preview-pages string Preview existing static site bundle222 --no-live-reload Disable live-reload in preview mode223 --watch-export Watch for beads changes and auto-regenerate export (use with224 --export-pages)225 --pages Launch interactive Pages deployment wizard226 --debug-render string Render a view and output to file (views: insights, board)227 --debug-width int Width for debug render (default 180)228 --debug-height int Height for debug render (default 50)229230Agent File Management:231 --agents-add Add beads workflow instructions to AGENTS.md (creates file if needed)232 --agents-remove Remove beads workflow instructions from AGENTS.md233 --agents-update Update beads workflow instructions to latest version234 --agents-check Check AGENTS.md blurb status (default if no --agents-* action)235 --agents-dry-run Show what would happen without executing (use with --agents-*)236 --agents-force Skip confirmation prompts (use with --agents-*)237238Other Flags:239 --network-depth int Depth of subnetwork when querying specific bead (1-3) (default 2)240 --feedback-accept string Record accept feedback for issue ID (tunes recommendation weights)241 --feedback-ignore string Record ignore feedback for issue ID (tunes recommendation weights)242 --feedback-reset Reset all feedback data to defaults243 --feedback-show Show current feedback status and weight adjustments244245Run `bv --robot-help` for detailed AI/robot command documentation.