Skip to content

chore(agents): record routine run blocker — Docker daemon not running (2026-05-19) - #357

Merged
github-actions[bot] merged 1 commit into
mainfrom
claude/dreamy-germain-432280
May 19, 2026
Merged

chore(agents): record routine run blocker — Docker daemon not running (2026-05-19)#357
github-actions[bot] merged 1 commit into
mainfrom
claude/dreamy-germain-432280

Conversation

@ANcpLua

@ANcpLua ANcpLua commented May 19, 2026

Copy link
Copy Markdown
Owner

Summary

qyl-e2e-tests scheduled 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, so QylTopologyFixture cannot 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

$ docker info
failed to connect to the docker API at unix:///Users/ancplua/.orbstack/run/docker.sock;
check if the path is correct and if the daemon is running:
dial unix /Users/ancplua/.orbstack/run/docker.sock: connect: no such file or directory

$ ls ~/.orbstack/run/
status/  vmgr.version

$ pgrep -fl -i orbstack
(no OrbStack processes; only unrelated MCP helpers with ~/.orbstack/bin on PATH)

State on arrival

  • Worktree clean on claude/dreamy-germain-432280. origin/main HEAD: c2ab2116.
  • Last E2E run shipped OtlpHttpTraceIngestionRoundtripTests on PR Auto E2E test run 2026-05-18 #353 (tests/auto-e2e-2026-05-18).
  • Test inventory unchanged: tests/qyl.{collector,collector.integration,e2e,mcp}.tests.

Carry-forward gaps (unchanged from 2026-05-18)

  1. Production bug — spans.kind / spans.status_code VARCHAR-vs-byte mismatch (DuckDbSchema.g.sql:316,319 vs. SpanStorageRow byte properties + DuckDbEmitter.cs:219-222). Not an E2E concern; needs its own focused PR.
  2. Second E2E scenario: MCP → collector handshake over JSON-RPC.
  3. Third E2E scenario: chat ingest → trace at sink with credentials redacted (needs an OTel collector sink container added to 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

… (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>
Copilot AI review requested due to automatic review settings May 19, 2026 05:53
@github-actions
github-actions Bot merged commit f4d163a into main May 19, 2026
6 of 13 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-tests entry 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
@ANcpLua
ANcpLua deleted the claude/dreamy-germain-432280 branch May 23, 2026 12:53
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.

2 participants