andreiv.eth
andreiv.eth
RRailway
Created by andreiv.eth on 6/12/2023 in #✋|help
Service not reachable
My web service with a custom domain became unreachable a few minutes ago. It was reachable for days, never had a problem with it. The app is running fine. Other similar deployments are running fine on the same domain on other deployment environments.
16 replies
RRailway
Created by andreiv.eth on 3/29/2023 in #✋|help
NodeJS memory leak
11 replies
RRailway
Created by andreiv.eth on 3/14/2023 in #✋|help
Docker build failed with 'no space left on device'
Hey, My deployments fail before starting the build. Here are the logs:
Sticky cache enabled
==============
Using Nixpacks
==============

context: f55e199d75794a6b66bbc9be32f71d9c

╔════════════════════ Nixpacks v1.5.0 ════════════════════╗
║ setup │ nodejs-16_x, yarn-1_x, openssl ║
║─────────────────────────────────────────────────────────║
║ install │ npm install -g corepack && corepack enable ║
║ │ yarn install --frozen-lockfile ║
║─────────────────────────────────────────────────────────║
║ build │ yarn build:senate ║
║─────────────────────────────────────────────────────────║
║ start │ yarn start:senate ║
╚═════════════════════════════════════════════════════════╝


#2 [internal] load .dockerignore
#2 sha256:a872151147caa1598b3d0fa41234187b152bd6a13831f595e4d2f6eef39f82ad
#2 ERROR: failed to add snapshot cxnyptc70syu91i6q9yqnyx53 to lease: write /var/lib/docker/buildkit/containerdmeta.db: no space left on device

#1 [internal] load build definition from Dockerfile
#1 sha256:3edddd85eb8ea67ac42571ac863c36c889a7b48bf4404a000ec4eb4b1eb3051a
#1 ERROR: failed to prepare eee861h6q6pa6m5h88j5mkkmv: mkdir /var/lib/docker/overlay2/eee861h6q6pa6m5h88j5mkkmv: no space left on device
-----
> [internal] load build definition from Dockerfile:
-----
-----
> [internal] load .dockerignore:
-----

failed to solve with frontend dockerfile.v0: failed to read dockerfile: failed to prepare eee861h6q6pa6m5h88j5mkkmv: mkdir /var/lib/docker/overlay2/eee861h6q6pa6m5h88j5mkkmv: no space left on device

Error: Docker build failed
Sticky cache enabled
==============
Using Nixpacks
==============

context: f55e199d75794a6b66bbc9be32f71d9c

╔════════════════════ Nixpacks v1.5.0 ════════════════════╗
║ setup │ nodejs-16_x, yarn-1_x, openssl ║
║─────────────────────────────────────────────────────────║
║ install │ npm install -g corepack && corepack enable ║
║ │ yarn install --frozen-lockfile ║
║─────────────────────────────────────────────────────────║
║ build │ yarn build:senate ║
║─────────────────────────────────────────────────────────║
║ start │ yarn start:senate ║
╚═════════════════════════════════════════════════════════╝


#2 [internal] load .dockerignore
#2 sha256:a872151147caa1598b3d0fa41234187b152bd6a13831f595e4d2f6eef39f82ad
#2 ERROR: failed to add snapshot cxnyptc70syu91i6q9yqnyx53 to lease: write /var/lib/docker/buildkit/containerdmeta.db: no space left on device

#1 [internal] load build definition from Dockerfile
#1 sha256:3edddd85eb8ea67ac42571ac863c36c889a7b48bf4404a000ec4eb4b1eb3051a
#1 ERROR: failed to prepare eee861h6q6pa6m5h88j5mkkmv: mkdir /var/lib/docker/overlay2/eee861h6q6pa6m5h88j5mkkmv: no space left on device
-----
> [internal] load build definition from Dockerfile:
-----
-----
> [internal] load .dockerignore:
-----

failed to solve with frontend dockerfile.v0: failed to read dockerfile: failed to prepare eee861h6q6pa6m5h88j5mkkmv: mkdir /var/lib/docker/overlay2/eee861h6q6pa6m5h88j5mkkmv: no space left on device

Error: Docker build failed
11 replies
RRailway
Created by andreiv.eth on 1/25/2023 in #✋|help
MySQL instance ram usage
Hello, The MySQL instance of one of my environments keeps increasing its RAM usage. I already killed all sessions of that instance but that doesn't seem to help. Is there anything else I can try?
7 replies