10 months ago
Hello, my builds have started failing due to timeout. I don't understand what's causing the build to take that much time as there hasn't been any change on my side that would affect that.
Is the 5 minutes build timeout something that can be changed?
Thanks!
10 Replies
10 months ago
Same here. Build spends 6 minutes at "unpacking 'https://github.com/NixOS/nixpkgs/archive/ef56e777fedaa4da8c66a150081523c5de1e0171.tar.gz'; into the Git cache..." stage. Judging by yesterday logs, this is the same Nixpkgs commit. So, I guess your caches got cleaned? 
10 months ago
I see degraded time for new builds
10 months ago
I am also facing the same issue.
10 months ago
i am having the same problem as well, builds are basically taking forever, getting stuck also at similar step
10 months ago
Everyone should try switching from Nixpacks to Railpack in settings
10 months ago
I'm using dockerfiles
10 months ago
Hey everyone, the team is working on it and an incident has been created .
uxuz
Hey everyone, the team is working on it and an incident has been created .
10 months ago
now rather than taking forever my deploys are simply failing
[stage-0 5/9] RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2t64 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 chromium
process "/bin/bash -ol pipefail -c sudo apt-get update && sudo apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2t64 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 chromium" did not complete successfully: exit code: 100
Dockerfile:9
-------------------
7 | COPY .nixpacks/nixpkgs-ffeebf0acf3ae8b29f8c7049cd911b9636efd7e7.nix .nixpacks/nixpkgs-ffeebf0acf3ae8b29f8c7049cd911b9636efd7e7.nix
8 | RUN nix-env -if .nixpacks/nixpkgs-ffeebf0acf3ae8b29f8c7049cd911b9636efd7e7.nix && nix-collect-garbage -d
9 | >>> RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2t64 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 chromium
10 |
11 | ARG BUILDKIT_DOCKERFILE_CHECK CI DEBUG_COMBAT_LOGGING DEBUG_MONSTER_LOGGING DEBUG_TILESET DEBUG_TILE_LOGGING ENABLE_PVP NIXPACKS_METADATA NODE_ENV NPM_CONFIG_PRODUCTION PLAYTEST_MODE RAILWAY_ENVIRONMENT RAILWAY_ENVIRONMENT_ID RAILWAY_ENVIRONMENT_NAME RAILWAY_GIT_AUTHOR RAILWAY_GIT_BRANCH RAILWAY_GIT_COMMIT_MESSAGE RAILWAY_GIT_COMMIT_SHA RAILWAY_GIT_REPO_NAME RAILWAY_GIT_REPO_OWNER RAILWAY_PRIVATE_DOMAIN RAILWAY_PROJECT_ID RAILWAY_PROJECT_NAME RAILWAY_PUBLIC_DOMAIN RAILWAY_SERVICE_HARDMODE_URL RAILWAY_SERVICE_ID RAILWAY_SERVICE_NAME RAILWAY_STATIC_URL
-------------------
ERROR: failed to build: failed to solve: process "/bin/bash -ol pipefail -c sudo apt-get update && sudo apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2t64 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 chromium" did not complete successfully: exit code: 100
Error: Docker build failed
amplice
now rather than taking forever my deploys are simply failing[stage-0 5/9] RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2t64 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 chromiumprocess "/bin/bash -ol pipefail -c sudo apt-get update && sudo apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2t64 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 chromium" did not complete successfully: exit code: 100Dockerfile:9-------------------7 | COPY .nixpacks/nixpkgs-ffeebf0acf3ae8b29f8c7049cd911b9636efd7e7.nix .nixpacks/nixpkgs-ffeebf0acf3ae8b29f8c7049cd911b9636efd7e7.nix8 | RUN nix-env -if .nixpacks/nixpkgs-ffeebf0acf3ae8b29f8c7049cd911b9636efd7e7.nix && nix-collect-garbage -d9 | >>> RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2t64 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 chromium10 |11 | ARG BUILDKIT_DOCKERFILE_CHECK CI DEBUG_COMBAT_LOGGING DEBUG_MONSTER_LOGGING DEBUG_TILESET DEBUG_TILE_LOGGING ENABLE_PVP NIXPACKS_METADATA NODE_ENV NPM_CONFIG_PRODUCTION PLAYTEST_MODE RAILWAY_ENVIRONMENT RAILWAY_ENVIRONMENT_ID RAILWAY_ENVIRONMENT_NAME RAILWAY_GIT_AUTHOR RAILWAY_GIT_BRANCH RAILWAY_GIT_COMMIT_MESSAGE RAILWAY_GIT_COMMIT_SHA RAILWAY_GIT_REPO_NAME RAILWAY_GIT_REPO_OWNER RAILWAY_PRIVATE_DOMAIN RAILWAY_PROJECT_ID RAILWAY_PROJECT_NAME RAILWAY_PUBLIC_DOMAIN RAILWAY_SERVICE_HARDMODE_URL RAILWAY_SERVICE_ID RAILWAY_SERVICE_NAME RAILWAY_STATIC_URL-------------------ERROR: failed to build: failed to solve: process "/bin/bash -ol pipefail -c sudo apt-get update && sudo apt-get install -y --no-install-recommends libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2t64 libpangocairo-1.0-0 libxss1 libgtk-3-0 libxshmfence1 libglu1 chromium" did not complete successfully: exit code: 100Error: Docker build failed
10 months ago
This would be unrelated to the incident, please open your own thread for that.
Status changed to Awaiting User Response Railway • 10 months ago
Status changed to Solved uxuz • 10 months ago
