[main-red] molecule-ai/molecule-core: 5738f53ee8 #1032

Closed
opened 2026-05-14 15:05:45 +00:00 by gitea-actions · 2 comments

Main is RED on molecule-ai/molecule-core at 5738f53ee8

Commit: https://git.moleculesai.app/molecule-ai/molecule-core/commit/5738f53ee894476d876bd88de7ca12cc585e83ec

Auto-filed by .gitea/workflows/main-red-watchdog.yml (Option C of the main-never-red directive). Per feedback_no_such_thing_as_flakes + feedback_fix_root_not_symptom: investigate the root cause; do NOT revert as a reflex. The watchdog itself never reverts.

Failed status contexts

  • CI / Platform (Go) (push)failurelogs
    • Failing after 4m59s
  • Handlers Postgres Integration / Handlers Postgres Integration (push)failurelogs
    • Failing after 4m49s
  • publish-workspace-server-image / Production auto-deploy (push)failurelogs
    • Failing after 40s

Resolution path

  1. Read the failed logs (links above).
  2. If reproducible locally, fix forward in a PR targeting main.
  3. If the failure is a real flake — STOP. Per feedback_no_such_thing_as_flakes, intermittent failures are real bugs. Investigate to root cause; do not mark as flake.
  4. If the failure is blocking unrelated work for >1 hour, file a follow-up issue and assign someone. Do NOT revert without a human GO per feedback_prod_apply_needs_hongming_chat_go (branch protection is a prod surface).

Debug

{
  "all_contexts": [
    {
      "context": "CI / Detect changes (push)",
      "state": "success"
    },
    {
      "context": "publish-runtime-autobump / pr-validate (pull_request)",
      "state": "success"
    },
    {
      "context": "Harness Replays / detect-changes (push)",
      "state": "success"
    },
    {
      "context": "E2E API Smoke Test / detect-changes (push)",
      "state": "success"
    },
    {
      "context": "gate-check-v3 / gate-check (pull_request)",
      "state": "success"
    },
    {
      "context": "E2E Staging Canvas (Playwright) / detect-changes (push)",
      "state": "success"
    },
    {
      "context": "Handlers Postgres Integration / detect-changes (push)",
      "state": "success"
    },
    {
      "context": "qa-review / approved (pull_request)",
      "state": "success"
    },
    {
      "context": "lint-required-no-paths / lint-required-no-paths (pull_request)",
      "state": "success"
    },
    {
      "context": "security-review / approved (pull_request)",
      "state": "success"
    },
    {
      "context": "sop-checklist / na-declarations (pull_request)",
      "state": "pending"
    },
    {
      "context": "sop-checklist / all-items-acked (pull_request)",
      "state": "success"
    },
    {
      "context": "sop-tier-check / tier-check (pull_request)",
      "state": "success"
    },
    {
      "context": "Secret scan / Scan diff for credential-shaped strings (push)",
      "state": "success"
    },
    {
      "context": "Runtime PR-Built Compatibility / detect-changes (push)",
      "state": "success"
    },
    {
      "context": "Ops Scripts Tests / Ops scripts (unittest) (push)",
      "state": "success"
    },
    {
      "context": "CI / Canvas (Next.js) (push)",
      "state": "success"
    },
    {
      "context": "CI / Shellcheck (E2E scripts) (push)",
      "state": "success"
    },
    {
      "context": "CI / Python Lint & Test (push)",
      "state": "success"
    },
    {
      "context": "Harness Replays / Harness Replays (push)",
      "state": "success"
    },
    {
      "context": "E2E Staging Canvas (Playwright) / Canvas tabs E2E (push)",
      "state": "success"
    },
    {
      "context": "E2E API Smoke Test / E2E API Smoke Test (push)",
      "state": "success"
    },
    {
      "context": "Runtime PR-Built Compatibility / PR-built wheel + import smoke (push)",
      "state": "success"
    },
    {
      "context": "CI / Platform (Go) (push)",
      "state": "failure"
    },
    {
      "context": "Handlers Postgres Integration / Handlers Postgres Integration (push)",
      "state": "failure"
    },
    {
      "context": "CI / Canvas Deploy Reminder (push)",
      "state": "success"
    },
    {
      "context": "audit-force-merge / audit (pull_request)",
      "state": "success"
    },
    {
      "context": "publish-workspace-server-image / build-and-push (push)",
      "state": "success"
    },
    {
      "context": "CI / all-required (push)",
      "state": "success"
    },
    {
      "context": "publish-workspace-server-image / Production auto-deploy (push)",
      "state": "failure"
    }
  ],
  "branch": "main",
  "combined_state": "failure",
  "failed_contexts": [
    "CI / Platform (Go) (push)",
    "Handlers Postgres Integration / Handlers Postgres Integration (push)",
    "publish-workspace-server-image / Production auto-deploy (push)"
  ],
  "sha": "5738f53ee894476d876bd88de7ca12cc585e83ec"
}

This issue is idempotent: the watchdog runs hourly at :05 and edits this body in place. When main returns to green, the watchdog will close this issue automatically with a "main returned to green" comment.

# Main is RED on `molecule-ai/molecule-core` at `5738f53ee8` Commit: <https://git.moleculesai.app/molecule-ai/molecule-core/commit/5738f53ee894476d876bd88de7ca12cc585e83ec> Auto-filed by `.gitea/workflows/main-red-watchdog.yml` (Option C of the [main-never-red directive](https://git.moleculesai.app/molecule-ai/molecule-core/issues/420)). Per `feedback_no_such_thing_as_flakes` + `feedback_fix_root_not_symptom`: investigate the root cause; do NOT revert as a reflex. The watchdog itself never reverts. ## Failed status contexts - **CI / Platform (Go) (push)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/39312/jobs/1) - Failing after 4m59s - **Handlers Postgres Integration / Handlers Postgres Integration (push)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/39319/jobs/1) - Failing after 4m49s - **publish-workspace-server-image / Production auto-deploy (push)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/39324/jobs/1) - Failing after 40s ## Resolution path 1. Read the failed logs (links above). 2. If reproducible locally, fix forward in a PR targeting `main`. 3. If the failure is a real flake — STOP. Per `feedback_no_such_thing_as_flakes`, intermittent failures are real bugs. Investigate to root cause; do not mark as flake. 4. If the failure is blocking unrelated work for >1 hour, file a follow-up issue and assign someone. Do NOT revert without a human GO per `feedback_prod_apply_needs_hongming_chat_go` (branch protection is a prod surface). ## Debug ```json { "all_contexts": [ { "context": "CI / Detect changes (push)", "state": "success" }, { "context": "publish-runtime-autobump / pr-validate (pull_request)", "state": "success" }, { "context": "Harness Replays / detect-changes (push)", "state": "success" }, { "context": "E2E API Smoke Test / detect-changes (push)", "state": "success" }, { "context": "gate-check-v3 / gate-check (pull_request)", "state": "success" }, { "context": "E2E Staging Canvas (Playwright) / detect-changes (push)", "state": "success" }, { "context": "Handlers Postgres Integration / detect-changes (push)", "state": "success" }, { "context": "qa-review / approved (pull_request)", "state": "success" }, { "context": "lint-required-no-paths / lint-required-no-paths (pull_request)", "state": "success" }, { "context": "security-review / approved (pull_request)", "state": "success" }, { "context": "sop-checklist / na-declarations (pull_request)", "state": "pending" }, { "context": "sop-checklist / all-items-acked (pull_request)", "state": "success" }, { "context": "sop-tier-check / tier-check (pull_request)", "state": "success" }, { "context": "Secret scan / Scan diff for credential-shaped strings (push)", "state": "success" }, { "context": "Runtime PR-Built Compatibility / detect-changes (push)", "state": "success" }, { "context": "Ops Scripts Tests / Ops scripts (unittest) (push)", "state": "success" }, { "context": "CI / Canvas (Next.js) (push)", "state": "success" }, { "context": "CI / Shellcheck (E2E scripts) (push)", "state": "success" }, { "context": "CI / Python Lint & Test (push)", "state": "success" }, { "context": "Harness Replays / Harness Replays (push)", "state": "success" }, { "context": "E2E Staging Canvas (Playwright) / Canvas tabs E2E (push)", "state": "success" }, { "context": "E2E API Smoke Test / E2E API Smoke Test (push)", "state": "success" }, { "context": "Runtime PR-Built Compatibility / PR-built wheel + import smoke (push)", "state": "success" }, { "context": "CI / Platform (Go) (push)", "state": "failure" }, { "context": "Handlers Postgres Integration / Handlers Postgres Integration (push)", "state": "failure" }, { "context": "CI / Canvas Deploy Reminder (push)", "state": "success" }, { "context": "audit-force-merge / audit (pull_request)", "state": "success" }, { "context": "publish-workspace-server-image / build-and-push (push)", "state": "success" }, { "context": "CI / all-required (push)", "state": "success" }, { "context": "publish-workspace-server-image / Production auto-deploy (push)", "state": "failure" } ], "branch": "main", "combined_state": "failure", "failed_contexts": [ "CI / Platform (Go) (push)", "Handlers Postgres Integration / Handlers Postgres Integration (push)", "publish-workspace-server-image / Production auto-deploy (push)" ], "sha": "5738f53ee894476d876bd88de7ca12cc585e83ec" } ``` _This issue is idempotent: the watchdog runs hourly at `:05` and edits this body in place. When `main` returns to green, the watchdog will close this issue automatically with a "main returned to green" comment._
gitea-actions bot added the tier:high label 2026-05-14 15:05:46 +00:00
Member

[triage-agent] Hourly triage ~15:22Z May 14: Issue #1032 is stale. Filed for SHA 5738f53ee8 but main is now at c0bbcb7756 (multiple SHA generations ahead). Main HEAD c0bbcb7756 has 2 real failures (gate-check-v3, Handlers Postgres Integration) — these are the same failures from the CWE-78 regression (issue #1027). Recommend closing #1032 as stale. A new main-red issue will be filed for c0bbcb7756 if the failures persist.

[triage-agent] Hourly triage ~15:22Z May 14: Issue #1032 is stale. Filed for SHA 5738f53ee8 but main is now at c0bbcb775631 (multiple SHA generations ahead). Main HEAD c0bbcb775631 has 2 real failures (gate-check-v3, Handlers Postgres Integration) — these are the same failures from the CWE-78 regression (issue #1027). Recommend closing #1032 as stale. A new main-red issue will be filed for c0bbcb775631 if the failures persist.
Member

core-devops: verified delegation_list_test.go is clean on main (488 lines, no conflict markers). org_helpers.go expandWithEnv POSIX guard is in PR #1030 (fix/982-posix-identifier-guard, rebased onto latest main SHA c0bbcb775, force-pushed). Waiting for core-qa + core-lead merge authority.

core-devops: verified `delegation_list_test.go` is clean on main (488 lines, no conflict markers). `org_helpers.go` expandWithEnv POSIX guard is in PR #1030 (fix/982-posix-identifier-guard, rebased onto latest main SHA c0bbcb775, force-pushed). Waiting for core-qa + core-lead merge authority.
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#1032