7 months ago
[Region: us-west1]
==============
Using Nixpacks
==============
context: c2f0c483c663c672ed962d7302ba0cff
╔══════════════════════════════ Nixpacks v1.29.1 ══════════════════════════════╗
║ setup │ (php.withExtensions (pe: pe.enabled ++ [])), nginx, ║
║ │ libmysqlclient, phpPackages.composer, nodejs18, npm-9x ║
║──────────────────────────────────────────────────────────────────────────────║
║ install │ mkdir -p /var/log/nginx && mkdir -p /var/cache/nginx ║
║ │ composer install --ignore-platform-reqs ║
║ │ npm ci ║
║──────────────────────────────────────────────────────────────────────────────║
║ build │ npm run build ║
║──────────────────────────────────────────────────────────────────────────────║
║ start │ node /assets/scripts/prestart.mjs /assets/nginx.template.conf ║
║ │ /nginx.conf && (php-fpm -y /assets/php-fpm.conf & nginx -c ║
║ │ /nginx.conf) ║
╚══════════════════════════════════════════════════════════════════════════════╝
0 building with "builder-6Io9" instance using docker-container driver
1 [internal] load build definition from Dockerfile
1 transferring dockerfile: 4.16kB done
1 DONE 0.0s
2 [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1731369831
2 DONE 0.6s
3 [internal] load .dockerignore
3 transferring context:
3 transferring context: 2B done
3 DONE 0.6s
4 [stage-0 1/10] FROM ghcr.io/railwayapp/nixpacks:ubuntu-1731369831@sha256:248c718af9f76e602170a3cdbf69658edf55c910023104e1f277e517b77977a0
4 resolve ghcr.io/railwayapp/nixpacks:ubuntu-1731369831@sha256:248c718af9f76e602170a3cdbf69658edf55c910023104e1f277e517b77977a0 done
4 DONE 0.0s
5 [stage-0 2/10] WORKDIR /app/
5 CACHED
6 [internal] load build context
6 transferring context: 62.09MB 1.3s done
6 DONE 1.3s
7 [ 3/12] COPY .nixpacks/nixpkgs-dbc4f15b899ac77a8d408d8e0f89fa9c0c5f2b78.nix .nixpacks/nixpkgs-dbc4f15b899ac77a8d408d8e0f89fa9c0c5f2b78.nix
7 CACHED
8 [ 4/12] RUN nix-env -if .nixpacks/nixpkgs-dbc4f15b899ac77a8d408d8e0f89fa9c0c5f2b78.nix && nix-collect-garbage -d
8 CACHED
could you please tell me how to fix this?
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
7 months ago
Mind sending your full build logs using this tool?