can't deploy
plabradorjr
HOBBYOP

a month ago

First noticed the auto commits aren't triggering deployment.
Then I tried to do manual redeploy but didn't work.

Disconnected Github repo, reconnected it, but deployment still doesn't work.

I deleted the service, I created a new repo, tried to deploy it, still no luck.
Nothing deploys right now.

11 Replies

Railway
BOT

a month ago

Hello!

We're acknowledging your issue and attaching a ticket to this thread.

We don't have an ETA for it, but, our engineering team will take a look and you will be updated as we update the ticket.

Please reply to this thread if you have any questions!


jonasouzads
PRO

a month ago

Estou com o mesmo problema, por favor nos ajude.


diegocrosse
PRO

a month ago

I’m experiencing the same issue on my projects as well. What’s going on, guys? Railway has always been very solid. Please Help!


Confirmed -- all deployments are failing on my side as well.


plabradorjr
HOBBYOP

a month ago

its fixed now yay! hours of downtime wow. Lesson: need to derisk and diversify virtual machines


diegocrosse

I’m experiencing the same issue on my projects as well. What’s going on, guys? Railway has always been very solid. Please Help!

diegocrosse
PRO

a month ago

I wanted to ask what the root cause was, just so I can better troubleshoot similar issues in the future. Everything appears to be working normally again on my side. @Railway


hacikho
HOBBY

a month ago

i still have that issue, did it totally resolved?


a month ago

Hey there!
We just pushed a fix and this should be good to go now. Can you try again and let me know how it works?


Railway
BOT

a month ago

✅ The ticket GitHub integration deployment issues has been marked as completed.


passos

Hey, the incident has been resolved and you should be able to re-deploy again by hitting CTRL + K and selecting "Deploy Latest Commit." If you have any issues, please feel free to open another help thread! Thanks for your patience.

ciihla
HOBBY

a month ago

I cannot deploy either. "Taking a snapshot of the code" hanging forever


hacikho
HOBBY

a month ago

scheduling build on Metal builder "builder-bkliao"

stage-0

FROM ghcr.io/railwayapp/nixpacks:ubuntu-1745885067@sha256:d45c89d80e13d7ad0fd555b5130f22a866d9dd10e861f589932303ef2314c7de

22ms

fetched snapshot sha256:fb9b294aba140cc1a21fbf017899b336cf9ccaa92924a56e6bc23f60f67410ce (9.6 kB bytes)

fetching snapshot9.4 KB265ms

unpacking archive50 KB1ms

using build driver nixpacks-v1.41.0

╔══════════════════════════════ Nixpacks v1.41.0 ══════════════════════════════╗

║ setup │ python311, gcc ║

║──────────────────────────────────────────────────────────────────────────────║

║ install │ python -m venv --copies /opt/venv && . /opt/venv/bin/activate ║

║ │ && pip install -r requirements.txt ║

║──────────────────────────────────────────────────────────────────────────────║

║ start │ uvicorn app.main:app --host 0.0.0.0 --port $PORT ║

╚══════════════════════════════════════════════════════════════════════════════╝

Saved output to:

snapshot-target-unpack

internal

load build definition from Dockerfile

0ms

internal

load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1745885067

589ms

internal

load .dockerignore

0ms

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "GEMINI_API_KEY") (line 11)(https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/) details: Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEMINI_API_KEY") (line 12)(https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/) details: Sensitive data should not be used in the ARG or ENV commands

UndefinedVar: Usage of undefined variable '$NIXPACKS_PATH' (line 18)(https://docs.docker.com/go/dockerfile/rule/undefined-var/) details: Variables should be defined before their use

internal

load build context

0ms

stage-0

RUN nix-env -if .nixpacks/nixpkgs-bc8f8d1be58e8c8383e683a06e1e1e57893fff87.nix && nix-collect-garbage -d cached

0ms

stage-0

COPY .nixpacks/nixpkgs-bc8f8d1be58e8c8383e683a06e1e1e57893fff87.nix .nixpacks/nixpkgs-bc8f8d1be58e8c8383e683a06e1e1e57893fff87.nix cached

0ms

stage-0

WORKDIR /app/ cached

0ms

stage-0

COPY . /app/.

1s

stage-0

RUN python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt

10m 14s

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd2dc9d9710>, 'Connection to 142.111.48.253 timed out. (connect timeout=100.0)')': /simple/fastapi/

WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd2dc47e310>, 'Connection to 142.111.48.253 timed out. (connect timeout=100.0)')': /simple/fastapi/

WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd2daf25b50>, 'Connection to 142.111.48.253 timed out. (connect timeout=100.0)')': /simple/fastapi/

WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd2daf26190>, 'Connection to 142.111.48.253 timed out. (connect timeout=100.0)')': /simple/fastapi/

WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd2daf26750>, 'Connection to 142.111.48.253 timed out. (connect timeout=100.0)')': /simple/fastapi/

ERROR: Could not find a version that satisfies the requirement fastapi>=0.115.0 (from versions: none)

ERROR: No matching distribution found for fastapi>=0.115.0

Build Failed: build daemon returned an error < failed to solve: process "/bin/bash -ol pipefail -c python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt" did not complete successfully: exit code: 1


Loading...