[GH-ISSUE #141] Building/Software doesn't want to work on debian 13. #90

Closed
opened 2026-02-26 17:31:20 +03:00 by kerem · 1 comment
Owner

Originally created by @PowerEdgeR710 on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/141

Current Behavior

 => CACHED [php 2/7] ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/                                       0.0s
 => ERROR [php 3/7] RUN chmod +x /usr/local/bin/install-php-extensions &&     install-php-extensions pdo_mysql pcntl redis opcache gmp                                                  82.4s
------
 > [php 3/7] RUN chmod +x /usr/local/bin/install-php-extensions &&     install-php-extensions pdo_mysql pcntl redis opcache gmp:
0.744 install-php-extensions v.2.9.8
0.745 #StandWithUkraine
1.167 ### WARNING Module already installed: opcache ###
10.22 Updating channel "pecl.php.net"
16.01 Update of Channel "pecl.php.net" succeeded
18.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
21.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
22.38 v3.22.1-445-g80eb2394328 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
22.38 v3.22.1-444-ge9d929da4c9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
22.38 OK: 26327 distinct packages available
38.80 ### MARKING PRE-INSTALLED PACKAGES AS IN-USE ###
38.80 # Packages: zstd-libs
40.10 OK: 19 MiB in 41 packages
40.31 ### INSTALLING REQUIRED PACKAGES ###
40.31 # Packages to be kept after installation: gmp lz4-libs
40.31 # Packages to be used only for installation: m4 libbz2 perl autoconf libmd dpkg pkgconf dpkg-dev libmagic file libstdc++ libstdc++-dev jansson binutils libgomp libatomic isl26 mpfr4 mpc1 gcc musl-dev g++ libgmpxx gmp-dev lz4-dev make re2c zstd zstd-dev
41.50 (1/31) Installing m4 (1.4.19-r4)
43.53 (2/31) Installing libbz2 (1.0.8-r6)
43.83 (3/31) Installing perl (5.40.3-r0)
45.85 (4/31) Installing autoconf (2.72-r1)
45.92 (5/31) Installing jansson (2.14.1-r0)
45.95 (6/31) Installing libstdc++ (14.2.0-r6)
46.03 (7/31) Installing binutils (2.44-r3)
46.28 (8/31) Installing libmd (1.1.0-r0)
46.30 (9/31) Installing dpkg (1.22.15-r0)
48.70 (10/31) Installing pkgconf (2.4.3-r0)
48.74 (11/31) Installing dpkg-dev (1.22.15-r0)
48.85 (12/31) Installing libmagic (5.46-r2)
49.15 (13/31) Installing file (5.46-r2)
49.18 (14/31) Installing libstdc++-dev (14.2.0-r6)
49.98 (15/31) Installing libgomp (14.2.0-r6)
50.04 (16/31) Installing libatomic (14.2.0-r6)
50.08 (17/31) Installing gmp (6.3.0-r3)
50.14 (18/31) Installing isl26 (0.26-r1)
50.31 (19/31) Installing mpfr4 (4.2.1_p1-r0)
50.37 (20/31) Installing mpc1 (1.3.1-r1)
50.40 (21/31) Installing gcc (14.2.0-r6)
56.18 (22/31) Installing musl-dev (1.2.5-r10)
57.12 (23/31) Installing g++ (14.2.0-r6)
62.04 ERROR: Failed to create usr/libexec/gcc/x86_64-alpine-linux-musl/14.2.0/cc1plus: No space left on device
62.04 ERROR: g++-14.2.0-r6: No space left on device
62.05 (24/31) Installing libgmpxx (6.3.0-r3)
62.22 (25/31) Installing gmp-dev (6.3.0-r3)
62.28 (26/31) Installing lz4-libs (1.10.0-r0)
62.33 (27/31) Installing lz4-dev (1.10.0-r0)
62.36 (28/31) Installing make (4.4.1-r3)
62.43 (29/31) Installing re2c (4.2-r0)
74.33 (30/31) Installing zstd (1.5.7-r0)
74.38 (31/31) Installing zstd-dev (1.5.7-r0)
74.42 Executing busybox-1.37.0-r18.trigger
78.57 1 error; 264 MiB in 71 packages
------
Dockerfile:10

--------------------

   9 |     ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

  10 | >>> RUN chmod +x /usr/local/bin/install-php-extensions && \

  11 | >>>     install-php-extensions pdo_mysql pcntl redis opcache gmp

  12 |     

--------------------

target php: failed to solve: process "/bin/sh -c chmod +x /usr/local/bin/install-php-extensions &&     install-php-extensions pdo_mysql pcntl redis opcache gmp" did not complete successfully: exit code: 1

root@debian:/var/www/convoy# 

Expected Behavior

Should build properly

Steps to Reproduce

  1. Make a debian 13 vm to install convoy on.
  2. do the install steps till "docker compose up -d"
  3. Done

Screenshots

Image

Proxmox OS Version

N/A

Operating System

Debian 13 Trixie

Browser

N/A

Additional Context

No response

Panel Version

v4 (acording to docs)

Error Logs

https://paste.frocdn.com/owevifosat (Nothing's there)

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @PowerEdgeR710 on GitHub (Sep 19, 2025). Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/141 ### Current Behavior ``` => CACHED [php 2/7] ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ 0.0s => ERROR [php 3/7] RUN chmod +x /usr/local/bin/install-php-extensions && install-php-extensions pdo_mysql pcntl redis opcache gmp 82.4s ------ > [php 3/7] RUN chmod +x /usr/local/bin/install-php-extensions && install-php-extensions pdo_mysql pcntl redis opcache gmp: 0.744 install-php-extensions v.2.9.8 0.745 #StandWithUkraine 1.167 ### WARNING Module already installed: opcache ### 10.22 Updating channel "pecl.php.net" 16.01 Update of Channel "pecl.php.net" succeeded 18.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 21.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 22.38 v3.22.1-445-g80eb2394328 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 22.38 v3.22.1-444-ge9d929da4c9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 22.38 OK: 26327 distinct packages available 38.80 ### MARKING PRE-INSTALLED PACKAGES AS IN-USE ### 38.80 # Packages: zstd-libs 40.10 OK: 19 MiB in 41 packages 40.31 ### INSTALLING REQUIRED PACKAGES ### 40.31 # Packages to be kept after installation: gmp lz4-libs 40.31 # Packages to be used only for installation: m4 libbz2 perl autoconf libmd dpkg pkgconf dpkg-dev libmagic file libstdc++ libstdc++-dev jansson binutils libgomp libatomic isl26 mpfr4 mpc1 gcc musl-dev g++ libgmpxx gmp-dev lz4-dev make re2c zstd zstd-dev 41.50 (1/31) Installing m4 (1.4.19-r4) 43.53 (2/31) Installing libbz2 (1.0.8-r6) 43.83 (3/31) Installing perl (5.40.3-r0) 45.85 (4/31) Installing autoconf (2.72-r1) 45.92 (5/31) Installing jansson (2.14.1-r0) 45.95 (6/31) Installing libstdc++ (14.2.0-r6) 46.03 (7/31) Installing binutils (2.44-r3) 46.28 (8/31) Installing libmd (1.1.0-r0) 46.30 (9/31) Installing dpkg (1.22.15-r0) 48.70 (10/31) Installing pkgconf (2.4.3-r0) 48.74 (11/31) Installing dpkg-dev (1.22.15-r0) 48.85 (12/31) Installing libmagic (5.46-r2) 49.15 (13/31) Installing file (5.46-r2) 49.18 (14/31) Installing libstdc++-dev (14.2.0-r6) 49.98 (15/31) Installing libgomp (14.2.0-r6) 50.04 (16/31) Installing libatomic (14.2.0-r6) 50.08 (17/31) Installing gmp (6.3.0-r3) 50.14 (18/31) Installing isl26 (0.26-r1) 50.31 (19/31) Installing mpfr4 (4.2.1_p1-r0) 50.37 (20/31) Installing mpc1 (1.3.1-r1) 50.40 (21/31) Installing gcc (14.2.0-r6) 56.18 (22/31) Installing musl-dev (1.2.5-r10) 57.12 (23/31) Installing g++ (14.2.0-r6) 62.04 ERROR: Failed to create usr/libexec/gcc/x86_64-alpine-linux-musl/14.2.0/cc1plus: No space left on device 62.04 ERROR: g++-14.2.0-r6: No space left on device 62.05 (24/31) Installing libgmpxx (6.3.0-r3) 62.22 (25/31) Installing gmp-dev (6.3.0-r3) 62.28 (26/31) Installing lz4-libs (1.10.0-r0) 62.33 (27/31) Installing lz4-dev (1.10.0-r0) 62.36 (28/31) Installing make (4.4.1-r3) 62.43 (29/31) Installing re2c (4.2-r0) 74.33 (30/31) Installing zstd (1.5.7-r0) 74.38 (31/31) Installing zstd-dev (1.5.7-r0) 74.42 Executing busybox-1.37.0-r18.trigger 78.57 1 error; 264 MiB in 71 packages ------ Dockerfile:10 -------------------- 9 | ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ 10 | >>> RUN chmod +x /usr/local/bin/install-php-extensions && \ 11 | >>> install-php-extensions pdo_mysql pcntl redis opcache gmp 12 | -------------------- target php: failed to solve: process "/bin/sh -c chmod +x /usr/local/bin/install-php-extensions && install-php-extensions pdo_mysql pcntl redis opcache gmp" did not complete successfully: exit code: 1 root@debian:/var/www/convoy# ``` ### Expected Behavior Should build properly ### Steps to Reproduce 1. Make a debian 13 vm to install convoy on. 2. do the install steps till "docker compose up -d" 3. Done ### Screenshots <img width="1067" height="772" alt="Image" src="https://github.com/user-attachments/assets/272fe6bb-515c-4d2d-841e-65b0eed4304c" /> ### Proxmox OS Version N/A ### Operating System Debian 13 Trixie ### Browser N/A ### Additional Context _No response_ ### Panel Version v4 (acording to docs) ### Error Logs https://paste.frocdn.com/owevifosat (Nothing's there) ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
kerem 2026-02-26 17:31:20 +03:00
Author
Owner

@ericwang401 commented on GitHub (Dec 20, 2025):

Your logs indicate that your device has no more storage

<!-- gh-comment-id:3678196861 --> @ericwang401 commented on GitHub (Dec 20, 2025): Your logs indicate that your device has no more storage
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/panel#90
No description provided.