[main-red] molecule-ai/molecule-core: ddba57e3f6 #779

Closed
opened 2026-05-13 04:05:33 +00:00 by gitea-actions · 1 comment

Main is RED on molecule-ai/molecule-core at ddba57e3f6

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

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

  • security-review / approved (pull_request)failurelogs
    • Failing after 15s
  • CI / Platform (Go) (push)failurelogs
    • Failing after 9m4s
  • Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push)failurelogs
    • Failing after 4m26s

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": "gate-check-v3 / gate-check (pull_request)",
      "state": "success"
    },
    {
      "context": "CI / Detect changes (pull_request)",
      "state": "success"
    },
    {
      "context": "E2E Staging Canvas (Playwright) / detect-changes (pull_request)",
      "state": "success"
    },
    {
      "context": "Handlers Postgres Integration / detect-changes (pull_request)",
      "state": "success"
    },
    {
      "context": "E2E API Smoke Test / detect-changes (pull_request)",
      "state": "success"
    },
    {
      "context": "Runtime PR-Built Compatibility / detect-changes (pull_request)",
      "state": "success"
    },
    {
      "context": "security-review / approved (pull_request)",
      "state": "failure"
    },
    {
      "context": "CI / Platform (Go) (pull_request)",
      "state": "success"
    },
    {
      "context": "sop-checklist-gate / gate (pull_request)",
      "state": "success"
    },
    {
      "context": "CI / Canvas (Next.js) (pull_request)",
      "state": "success"
    },
    {
      "context": "CI / Shellcheck (E2E scripts) (pull_request)",
      "state": "success"
    },
    {
      "context": "sop-tier-check / tier-check (pull_request)",
      "state": "success"
    },
    {
      "context": "CI / Python Lint & Test (pull_request)",
      "state": "success"
    },
    {
      "context": "Handlers Postgres Integration / Handlers Postgres Integration (pull_request)",
      "state": "success"
    },
    {
      "context": "E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request)",
      "state": "success"
    },
    {
      "context": "Sweep stale Cloudflare Tunnels / Sweep CF tunnels (push)",
      "state": "success"
    },
    {
      "context": "lint-required-no-paths / lint-required-no-paths (pull_request)",
      "state": "success"
    },
    {
      "context": "E2E API Smoke Test / E2E API Smoke Test (pull_request)",
      "state": "success"
    },
    {
      "context": "Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request)",
      "state": "success"
    },
    {
      "context": "CI / Canvas Deploy Reminder (pull_request)",
      "state": "success"
    },
    {
      "context": "CI / all-required (pull_request)",
      "state": "success"
    },
    {
      "context": "Handlers Postgres Integration / Handlers Postgres Integration (push)",
      "state": "success"
    },
    {
      "context": "publish-workspace-server-image / build-and-push (push)",
      "state": "success"
    },
    {
      "context": "CI / Platform (Go) (push)",
      "state": "failure"
    },
    {
      "context": "CI / all-required (push)",
      "state": "success"
    },
    {
      "context": "Sweep stale e2e-* orgs (staging) / Sweep e2e orgs (push)",
      "state": "success"
    },
    {
      "context": "Continuous synthetic E2E (staging) / Synthetic E2E against staging (push)",
      "state": "pending"
    },
    {
      "context": "Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push)",
      "state": "failure"
    },
    {
      "context": "status-reaper / reap (push)",
      "state": "pending"
    },
    {
      "context": "main-red-watchdog / watchdog (push)",
      "state": "pending"
    }
  ],
  "branch": "main",
  "combined_state": "failure",
  "failed_contexts": [
    "security-review / approved (pull_request)",
    "CI / Platform (Go) (push)",
    "Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push)"
  ],
  "sha": "ddba57e3f62e00a29a030e238250409b37c0d713"
}

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 `ddba57e3f6` Commit: <https://git.moleculesai.app/molecule-ai/molecule-core/commit/ddba57e3f62e00a29a030e238250409b37c0d713> 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 - **security-review / approved (pull_request)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/21895/jobs/0) - Failing after 15s - **CI / Platform (Go) (push)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/21877/jobs/1) - Failing after 9m4s - **Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/21939/jobs/0) - Failing after 4m26s ## 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": "gate-check-v3 / gate-check (pull_request)", "state": "success" }, { "context": "CI / Detect changes (pull_request)", "state": "success" }, { "context": "E2E Staging Canvas (Playwright) / detect-changes (pull_request)", "state": "success" }, { "context": "Handlers Postgres Integration / detect-changes (pull_request)", "state": "success" }, { "context": "E2E API Smoke Test / detect-changes (pull_request)", "state": "success" }, { "context": "Runtime PR-Built Compatibility / detect-changes (pull_request)", "state": "success" }, { "context": "security-review / approved (pull_request)", "state": "failure" }, { "context": "CI / Platform (Go) (pull_request)", "state": "success" }, { "context": "sop-checklist-gate / gate (pull_request)", "state": "success" }, { "context": "CI / Canvas (Next.js) (pull_request)", "state": "success" }, { "context": "CI / Shellcheck (E2E scripts) (pull_request)", "state": "success" }, { "context": "sop-tier-check / tier-check (pull_request)", "state": "success" }, { "context": "CI / Python Lint & Test (pull_request)", "state": "success" }, { "context": "Handlers Postgres Integration / Handlers Postgres Integration (pull_request)", "state": "success" }, { "context": "E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request)", "state": "success" }, { "context": "Sweep stale Cloudflare Tunnels / Sweep CF tunnels (push)", "state": "success" }, { "context": "lint-required-no-paths / lint-required-no-paths (pull_request)", "state": "success" }, { "context": "E2E API Smoke Test / E2E API Smoke Test (pull_request)", "state": "success" }, { "context": "Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request)", "state": "success" }, { "context": "CI / Canvas Deploy Reminder (pull_request)", "state": "success" }, { "context": "CI / all-required (pull_request)", "state": "success" }, { "context": "Handlers Postgres Integration / Handlers Postgres Integration (push)", "state": "success" }, { "context": "publish-workspace-server-image / build-and-push (push)", "state": "success" }, { "context": "CI / Platform (Go) (push)", "state": "failure" }, { "context": "CI / all-required (push)", "state": "success" }, { "context": "Sweep stale e2e-* orgs (staging) / Sweep e2e orgs (push)", "state": "success" }, { "context": "Continuous synthetic E2E (staging) / Synthetic E2E against staging (push)", "state": "pending" }, { "context": "Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push)", "state": "failure" }, { "context": "status-reaper / reap (push)", "state": "pending" }, { "context": "main-red-watchdog / watchdog (push)", "state": "pending" } ], "branch": "main", "combined_state": "failure", "failed_contexts": [ "security-review / approved (pull_request)", "CI / Platform (Go) (push)", "Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push)" ], "sha": "ddba57e3f62e00a29a030e238250409b37c0d713" } ``` _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-13 04:05:33 +00:00
Member

Triage — mixed: false-positive + real failures

Verified failures (real):

  • CI/Platform(Go) — retest flip: 7s success (03:45) then 9m4s failure (03:52). Most recent=FAIL. Needs Core-BE investigation to determine if Go tests are actually failing or if this is the emitter bug pattern.
  • security-review failing — 403 pattern, issue #631 unresolved (token not team member). Pre-existing infra failure.

Likely false positives:

  • Continuous synthetic E2E (staging) — all 3 failure instances are against staging environment, likely infra issue (staging env consistently degraded per prior ticks)
  • Staging SaaS smoke — staging env infra issue

Recommendation: Update title to reflect only the real failures. Core-BE to investigate CI/Platform(Go) flip. security-review failure tracked in issue #631.

## Triage — mixed: false-positive + real failures **Verified failures (real):** - `CI/Platform(Go)` — retest flip: 7s success (03:45) then 9m4s failure (03:52). Most recent=FAIL. Needs Core-BE investigation to determine if Go tests are actually failing or if this is the emitter bug pattern. - `security-review` failing — 403 pattern, issue #631 unresolved (token not team member). Pre-existing infra failure. **Likely false positives:** - `Continuous synthetic E2E (staging)` — all 3 failure instances are against staging environment, likely infra issue (staging env consistently degraded per prior ticks) - `Staging SaaS smoke` — staging env infra issue **Recommendation:** Update title to reflect only the real failures. Core-BE to investigate CI/Platform(Go) flip. security-review failure tracked in issue #631.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#779