chore(agents): record routine run blocker — Docker daemon not running (2026-05-19) - #357
Merged
Merged
Conversation
… (2026-05-19) `qyl-e2e-tests` scheduled routine exits as a no-op: OrbStack's Docker socket (`~/.orbstack/run/docker.sock`) is missing and no OrbStack process is running, so the `QylTopologyFixture` cannot boot the collector + mcp containers it needs. Carry-forward gaps from PR #353 remain unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Low risk: documentation-only change that records a scheduled E2E run no-op due to missing Docker daemon.
Changes:
- Prepends a new
qyl-e2e-testsentry documenting a 2026-05-19 run blocked by a missing OrbStack Docker socket.
Review Findings
Blockers
- None found (no CI/test integrity changes, no production code paths affected).
Important issues
- None.
Minor / optional
.agents/routine-last-run.md: avoid hard-coding machine/user-specific absolute paths (e.g.,/Users/ancplua/...) in the shared log; prefer~/.orbstack/.../$HOME/...to keep the breadcrumb portable and avoid leaking local user details.
Comment on lines
+13
to
+15
| (`/Users/ancplua/.orbstack/run/docker.sock` does not exist). `docker info` | ||
| errors with `dial unix /Users/ancplua/.orbstack/run/docker.sock: connect: no | ||
| such file or directory`. The OrbStack app is installed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
qyl-e2e-testsscheduled routine ran 2026-05-19 07:52 and exited as a documented no-op. OrbStack's Docker socket is missing and no OrbStack process is running, soQylTopologyFixturecannot boot the collector + mcp containers it needs.Per the skill: "Docker not available → note + exit (most common no-op)." This run did not attempt to start OrbStack autonomously — bringing a desktop daemon / VM up is the user's call, not the scheduled task's.
Evidence
State on arrival
claude/dreamy-germain-432280.origin/mainHEAD:c2ab2116.OtlpHttpTraceIngestionRoundtripTestson PR Auto E2E test run 2026-05-18 #353 (tests/auto-e2e-2026-05-18).tests/qyl.{collector,collector.integration,e2e,mcp}.tests.Carry-forward gaps (unchanged from 2026-05-18)
spans.kind/spans.status_codeVARCHAR-vs-byte mismatch (DuckDbSchema.g.sql:316,319vs.SpanStorageRowbyteproperties +DuckDbEmitter.cs:219-222). Not an E2E concern; needs its own focused PR.QylTopologyFixture).Changes
.agents/routine-last-run.md— prepend no-op breadcrumb under## qyl-e2e-tests 2026-05-19 07:52.No code, fixture, or test changes. Same pattern as prior blocker PRs #342 and #349.
🤖 Generated with Claude Code