Skip to content

Tolerate cached Lab dependency fetch failures#3926

Merged
chubes4 merged 1 commit into
mainfrom
fix/lab-dependency-fetch-fallback
Jun 10, 2026
Merged

Tolerate cached Lab dependency fetch failures#3926
chubes4 merged 1 commit into
mainfrom
fix/lab-dependency-fetch-fallback

Conversation

@chubes4

@chubes4 chubes4 commented Jun 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Allow clean rig dependencies to continue snapshotting when git fetch fails but the checkout still matches its cached upstream tracking ref.
  • Preserve hard failures for stale or diverged dependencies so Lab does not silently run old code.
  • Add regression coverage for unreachable remotes with cached-up-to-date checkouts.

Tests

  • cargo fmt --check
  • cargo test core::runner::git_dependency_materialization
  • cargo build

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Diagnosing the private dependency fetch failure, drafting the narrow fallback and regression test, and running verification. Chris remains responsible for review and validation.

@homeboy-ci

homeboy-ci Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Homeboy Results — homeboy

Lint

lint — passed

ℹ️ Full options: homeboy docs commands/lint
ℹ️ Save lint baseline: homeboy lint homeboy --baseline
Deep dive: homeboy lint homeboy --changed-since 21767e3

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-lint-quality-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-lint-quality-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/27250473252

Test

test — passed

  • 4250 passed
  • 23 skipped

ℹ️ Set --setting require_phpunit_tests=true when this component is expected to contain PHPUnit tests.
ℹ️ Auto-fix lint issues: homeboy refactor homeboy --from lint --write
ℹ️ Collect coverage: homeboy test homeboy --coverage
ℹ️ Pass args to test runner: homeboy test -- [args]
ℹ️ Full options: homeboy docs commands/test
Deep dive: homeboy test homeboy --changed-since 21767e3

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-test-quality-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-test-quality-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/27250473252

Audit

audit — passed

  • core_boundary_leak:core-agnostic-source — 2 finding(s)
  • field_patterns — 2 finding(s)
  • structural — 2 finding(s)
  • Runs (Tests) — 1 finding(s)
  • Total: 7 finding(s)

Deep dive: homeboy audit homeboy --changed-since 21767e3

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-audit-quality-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-audit-quality-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/27250473252
Tooling versions
  • Homeboy CLI: homeboy 0.227.7+e33e71c1
  • Extension: rust from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 3b585be1
  • Action: unknown@unknown

@chubes4 chubes4 merged commit bbd66ef into main Jun 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant