[main-red] molecule-ai/molecule-core: 7e30a85463 #878

Closed
opened 2026-05-13 19:21:31 +00:00 by gitea-actions · 0 comments

Main is RED on molecule-ai/molecule-core at 7e30a85463

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

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

  • lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request)failurelogs
    • Failing after 2m19s
  • CI / Platform (Go) (push)failurelogs
    • Failing after 6m15s
  • CI / Platform (Go) (pull_request)failurelogs
    • Failing after 6m7s
  • Handlers Postgres Integration / Handlers Postgres Integration (push)failurelogs
    • Failing after 5m9s
  • publish-workspace-server-image / Production auto-deploy (push)failurelogs
    • Failing after 36s
  • Handlers Postgres Integration / Handlers Postgres Integration (pull_request)failurelogs
    • Failing after 4m57s

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": "lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request)",
      "state": "failure"
    },
    {
      "context": "Secret scan / Scan diff for credential-shaped strings (pull_request)",
      "state": "success"
    },
    {
      "context": "Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request)",
      "state": "success"
    },
    {
      "context": "Sweep stale Cloudflare DNS records / Sweep CF orphans (push)",
      "state": "success"
    },
    {
      "context": "Ops Scripts Tests / Ops scripts (unittest) (pull_request)",
      "state": "success"
    },
    {
      "context": "Runtime Pin Compatibility / PyPI-latest install + import smoke (pull_request)",
      "state": "success"
    },
    {
      "context": "ci-required-drift / drift (push)",
      "state": "success"
    },
    {
      "context": "publish-workspace-server-image / build-and-push (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": "CI / Shellcheck (E2E scripts) (pull_request)",
      "state": "success"
    },
    {
      "context": "E2E Staging Canvas (Playwright) / Canvas tabs E2E (push)",
      "state": "success"
    },
    {
      "context": "Harness Replays / Harness Replays (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": "E2E API Smoke Test / E2E API Smoke Test (pull_request)",
      "state": "success"
    },
    {
      "context": "CI / Platform (Go) (push)",
      "state": "failure"
    },
    {
      "context": "CI / Platform (Go) (pull_request)",
      "state": "failure"
    },
    {
      "context": "Sweep stale Cloudflare Tunnels / Sweep CF tunnels (push)",
      "state": "success"
    },
    {
      "context": "Handlers Postgres Integration / Handlers Postgres Integration (push)",
      "state": "failure"
    },
    {
      "context": "publish-workspace-server-image / Production auto-deploy (push)",
      "state": "failure"
    },
    {
      "context": "Handlers Postgres Integration / Handlers Postgres Integration (pull_request)",
      "state": "failure"
    },
    {
      "context": "CI / Python Lint & Test (pull_request)",
      "state": "success"
    },
    {
      "context": "Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request)",
      "state": "success"
    },
    {
      "context": "CI / Canvas Deploy Reminder (push)",
      "state": "success"
    },
    {
      "context": "CI / Canvas (Next.js) (pull_request)",
      "state": "success"
    },
    {
      "context": "Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push)",
      "state": "pending"
    },
    {
      "context": "CI / all-required (push)",
      "state": "success"
    },
    {
      "context": "main-red-watchdog / watchdog (push)",
      "state": "pending"
    }
  ],
  "branch": "main",
  "combined_state": "failure",
  "failed_contexts": [
    "lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request)",
    "CI / Platform (Go) (push)",
    "CI / Platform (Go) (pull_request)",
    "Handlers Postgres Integration / Handlers Postgres Integration (push)",
    "publish-workspace-server-image / Production auto-deploy (push)",
    "Handlers Postgres Integration / Handlers Postgres Integration (pull_request)"
  ],
  "sha": "7e30a8546306afd22b47a9b5761ccacd16bc854e"
}

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 `7e30a85463` Commit: <https://git.moleculesai.app/molecule-ai/molecule-core/commit/7e30a8546306afd22b47a9b5761ccacd16bc854e> 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 - **lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/27840/jobs/0) - Failing after 2m19s - **CI / Platform (Go) (push)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/27821/jobs/1) - Failing after 6m15s - **CI / Platform (Go) (pull_request)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/27825/jobs/1) - Failing after 6m7s - **Handlers Postgres Integration / Handlers Postgres Integration (push)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/27829/jobs/1) - Failing after 5m9s - **publish-workspace-server-image / Production auto-deploy (push)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/27833/jobs/1) - Failing after 36s - **Handlers Postgres Integration / Handlers Postgres Integration (pull_request)** — `failure` → [logs](/molecule-ai/molecule-core/actions/runs/27830/jobs/1) - Failing after 4m57s ## 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": "lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request)", "state": "failure" }, { "context": "Secret scan / Scan diff for credential-shaped strings (pull_request)", "state": "success" }, { "context": "Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request)", "state": "success" }, { "context": "Sweep stale Cloudflare DNS records / Sweep CF orphans (push)", "state": "success" }, { "context": "Ops Scripts Tests / Ops scripts (unittest) (pull_request)", "state": "success" }, { "context": "Runtime Pin Compatibility / PyPI-latest install + import smoke (pull_request)", "state": "success" }, { "context": "ci-required-drift / drift (push)", "state": "success" }, { "context": "publish-workspace-server-image / build-and-push (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": "CI / Shellcheck (E2E scripts) (pull_request)", "state": "success" }, { "context": "E2E Staging Canvas (Playwright) / Canvas tabs E2E (push)", "state": "success" }, { "context": "Harness Replays / Harness Replays (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": "E2E API Smoke Test / E2E API Smoke Test (pull_request)", "state": "success" }, { "context": "CI / Platform (Go) (push)", "state": "failure" }, { "context": "CI / Platform (Go) (pull_request)", "state": "failure" }, { "context": "Sweep stale Cloudflare Tunnels / Sweep CF tunnels (push)", "state": "success" }, { "context": "Handlers Postgres Integration / Handlers Postgres Integration (push)", "state": "failure" }, { "context": "publish-workspace-server-image / Production auto-deploy (push)", "state": "failure" }, { "context": "Handlers Postgres Integration / Handlers Postgres Integration (pull_request)", "state": "failure" }, { "context": "CI / Python Lint & Test (pull_request)", "state": "success" }, { "context": "Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request)", "state": "success" }, { "context": "CI / Canvas Deploy Reminder (push)", "state": "success" }, { "context": "CI / Canvas (Next.js) (pull_request)", "state": "success" }, { "context": "Staging SaaS smoke (every 30 min) / Staging SaaS smoke (push)", "state": "pending" }, { "context": "CI / all-required (push)", "state": "success" }, { "context": "main-red-watchdog / watchdog (push)", "state": "pending" } ], "branch": "main", "combined_state": "failure", "failed_contexts": [ "lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request)", "CI / Platform (Go) (push)", "CI / Platform (Go) (pull_request)", "Handlers Postgres Integration / Handlers Postgres Integration (push)", "publish-workspace-server-image / Production auto-deploy (push)", "Handlers Postgres Integration / Handlers Postgres Integration (pull_request)" ], "sha": "7e30a8546306afd22b47a9b5761ccacd16bc854e" } ``` _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 19:21:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#878