10 months ago
Hello, I have deployed this same project multiple times in the past with no issue. No code has been altered, yet i am now getting stuck on creating containers. I have attempted redeploying multiple times for 30+ minutes, while it typically was taking about 2 minutes to fully deploy. My deploy logs are empty.
Project ID:
765a3af8-fc1e-4570-99f0-03212fd58b6e
Build Logs:
[Region: us-east4]
Apr 29 16:26:46
==============
Apr 29 16:26:46
Using Nixpacks
Apr 29 16:26:46
==============
Apr 29 16:26:46
Apr 29 16:26:46
context: h51t-GFav
Apr 29 16:26:46
╔══════════════════════════════ Nixpacks v1.34.1 ══════════════════════════════╗
Apr 29 16:26:46
║ setup │ python3, gcc ║
Apr 29 16:26:46
║──────────────────────────────────────────────────────────────────────────────║
Apr 29 16:26:46
║ install │ python -m venv --copies /opt/venv && . /opt/venv/bin/activate ║
Apr 29 16:26:46
║ │ && pip install -r requirements.txt ║
Apr 29 16:26:46
║──────────────────────────────────────────────────────────────────────────────║
Apr 29 16:26:46
║ start │ gunicorn app:app ║
Apr 29 16:26:46
╚══════════════════════════════════════════════════════════════════════════════╝
Apr 29 16:26:46
[internal] load build definition from Dockerfile
Apr 29 16:26:46
[internal] load build definition from Dockerfile
0ms
Apr 29 16:26:46
[internal] load build definition from Dockerfile
Apr 29 16:26:46
[internal] load build definition from Dockerfile
11ms
Apr 29 16:26:46
[internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1741046653
Apr 29 16:26:46
[internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1741046653
109ms
Apr 29 16:26:46
[internal] load .dockerignore
Apr 29 16:26:46
[internal] load .dockerignore
0ms
Apr 29 16:26:46
[internal] load .dockerignore
Apr 29 16:26:46
[internal] load .dockerignore
9ms
Apr 29 16:26:46
[internal] load build context
0ms
Apr 29 16:26:46
[internal] load build context
Apr 29 16:26:46
[internal] load build context
26ms
Apr 29 16:26:46
[stage-0 2/12] WORKDIR /app/
0ms – CACHED
Apr 29 16:26:46
[stage-0 3/8] COPY .nixpacks/nixpkgs-bc8f8d1be58e8c8383e683a06e1e1e57893fff87.nix .nixpacks/nixpkgs-bc8f8d1be58e8c8383e683a06e1e1e57893fff87.nix
0ms – CACHED
Apr 29 16:26:46
[stage-0 4/8] RUN nix-env -if .nixpacks/nixpkgs-bc8f8d1be58e8c8383e683a06e1e1e57893fff87.nix && nix-collect-garbage -d
0ms – CACHED
Apr 29 16:26:46
[stage-0 5/8] COPY . /app/.
Apr 29 16:26:46
[stage-0 5/8] COPY . /app/.
43ms
Apr 29 16:26:46
[stage-0 6/8] RUN --mount=type=cache,id=s/7162eec0-a966-4fbd-a2e3-e18945054e2a-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt
Apr 29 16:26:50
Collecting setuptools>=65.5.0 (from -r requirements.txt (line 2))
Apr 29 16:26:50
Downloading setuptools-80.0.0-py3-none-any.whl.metadata (6.5 kB)
Apr 29 16:26:50
Collecting wheel>=0.40.0 (from -r requirements.txt (line 3))
Apr 29 16:26:50
Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
Apr 29 16:26:50
Collecting flask==2.3.3 (from -r requirements.txt (line 6))
Apr 29 16:26:50
Downloading flask-2.3.3-py3-none-any.whl.metadata (3.6 kB)
Apr 29 16:26:50
Collecting werkzeug==2.3.7 (from -r requirements.txt (line 7))
Apr 29 16:26:50
Downloading werkzeug-2.3.7-py3-none-any.whl.metadata (4.1 kB)
Apr 29 16:26:50
Collecting gunicorn==21.2.0 (from -r requirements.txt (line 8))
Apr 29 16:26:50
Downloading gunicorn-21.2.0-py3-none-any.whl.metadata (4.1 kB)
Apr 29 16:26:50
Collecting flask-session==0.5.0 (from -r requirements.txt (line 9))
Apr 29 16:26:50
Downloading flask_session-0.5.0-py3-none-any.whl.metadata (1.4 kB)
Apr 29 16:26:50
Collecting flask-cors==4.0.0 (from -r requirements.txt (line 10))
Apr 29 16:26:50
Downloading Flask_Cors-4.0.0-py2.py3-none-any.whl.metadata (5.4 kB)
Apr 29 16:26:50
Collecting mysql-connector-python==8.1.0 (from -r requirements.txt (line 13))
Apr 29 16:26:50
Downloading mysql_connector_python-8.1.0-py2.py3-none-any.whl.metadata (2.0 kB)
Apr 29 16:26:50
Collecting numpy==2.0.2 (from -r requirements.txt (line 16))
Apr 29 16:26:50
Downloading numpy-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Apr 29 16:26:50
Collecting pandas==2.2.2 (from -r requirements.txt (line 17))
Apr 29 16:26:50
Downloading pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB)
Apr 29 16:26:50
Collecting openai==1.72.0 (from -r requirements.txt (line 20))
Apr 29 16:26:50
Downloading openai-1.72.0-py3-none-any.whl.metadata (25 kB)
Apr 29 16:26:50
Collecting python-dotenv==1.0.0 (from -r requirements.txt (line 21))
Apr 29 16:26:50
Downloading python_dotenv-1.0.0-py3-none-any.whl.metadata (21 kB)
Apr 29 16:26:50
Collecting python-dateutil==2.8.2 (from -r requirements.txt (line 24))
Hello,
1 Replies
10 months ago
My sincerest apologies, this thread seemed to have slipped under the radar.
We have since resolved the incident several hours ago, and put in place systems and alerting to make sure this never happens again.
Thank you for your patience!
Status changed to Awaiting User Response Railway • 10 months ago
Status changed to Solved brody • 10 months ago