The Railway preview chain (workflow 14) is currently failing on every branch that runs it, including branches with no application code changes.
Observed on 2026-08-02/03 (run start times UTC):
Failure signatures vary by run, on identical app code:
tests / run-web-tests (acceptance): 2 playground tests fail on a 20s predicate timeout ("saves changes as a new variant"), e.g. run 30772928164.
tests / run-api-tests (acceptance): 45 tracing tests fail with ingest_traces → 500 "Failed to queue spans for processing", e.g. run 30767675393 (attempt 2).
deploy / deploy: occasional deploy-phase failure, e.g. run 30773491965.
Because branches with zero app-code diffs fail with different signatures on different rolls, this looks like preview-environment instability (tracing queue path, deploy timing) rather than any single PR's regression. Related: #5671 (setup re-runs break on the already-mounted Postgres volume) and #5650 (the clone-based preview redesign that replaces this pipeline).
The Railway preview chain (workflow 14) is currently failing on every branch that runs it, including branches with no application code changes.
Observed on 2026-08-02/03 (run start times UTC):
release/v0.108.0— failure (21:04)release/v0.107.1— failure (20:54)feat/codex-harness— failure (20:54)feat/daytona-secrets-v2— failure (22:40)wp1-wrapper-images/wp2-template-as-code/wp3-clone-preview-flow(docs/CI-only stacks for (chore) Railway previews: clone a template environment per PR instead of creating 13 services imperatively #5650) — failures across repeated fresh runsFailure signatures vary by run, on identical app code:
tests / run-web-tests (acceptance): 2 playground tests fail on a 20s predicate timeout ("saves changes as a new variant"), e.g. run 30772928164.tests / run-api-tests (acceptance): 45 tracing tests fail withingest_traces→ 500 "Failed to queue spans for processing", e.g. run 30767675393 (attempt 2).deploy / deploy: occasional deploy-phase failure, e.g. run 30773491965.Because branches with zero app-code diffs fail with different signatures on different rolls, this looks like preview-environment instability (tracing queue path, deploy timing) rather than any single PR's regression. Related: #5671 (setup re-runs break on the already-mounted Postgres volume) and #5650 (the clone-based preview redesign that replaces this pipeline).