Spaces:
Running on Zero
Running on Zero
Build error
#53
by MisterV26 - opened
Hello, so I've duplicated the older CPU space of AICoverGen and this time I got this error 3 times now.
Does anyone else seem to have this issue right now? Can you please help me with this?
Thank you. (Had to duplicate since I ran out of daily GPU quota lol)
Here's the error:
cache miss: [run 1/2] COPY --link ./ /app
cache miss: [base 7/7] RUN mkdir -p /home/user && ( [ -e /home/user/app ] || ln -s /app/ /home/user/app ) || true
cache miss: [base 5/7] RUN --mount=target=/tmp/packages.txt,source=packages.txt apt-get update && xargs -r -a /tmp/packages.txt apt-get install -y && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && apt-get clean
cache miss: [run 2/2] COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/
cache miss: [pipfreeze 1/2] RUN mkdir -p /pipfreeze
cache miss: [run 2/2] LINK COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/
cache miss: [pipfreeze 2/2] RUN pip freeze > /pipfreeze/freeze.txt
cache miss: [run 1/2] LINK COPY --link ./ /app
{"total":25,"completed":19,"user_total":14,"user_cached":4,"user_completed":8,"user_cacheable":13,"from":1,"miss":9,"client_duration_ms":27422}
Build logs:
===== Build Queued at 2026-04-09 19:51:13 / Commit SHA: 4732313 =====
--> FROM docker.io/library/python:3.13@sha256:184e8239e4d64518c56be0b7bc88d50bd124c90e8ac5ac2ef9316d4e1a391e62
DONE 0.0s
--> RUN apt-get update && apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync libgl1 && rm -rf /var/lib/apt/lists/* && git lfs install
CACHED
--> WORKDIR /app
CACHED
--> COPY --from=root / /
CACHED
--> RUN pip install --no-cache-dir pip -U && pip install --no-cache-dir datasets "huggingface-hub>=0.30" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1"
--> Restoring cache
DONE 11.1s
--> RUN --mount=target=/tmp/packages.txt,source=packages.txt apt-get update && xargs -r -a /tmp/packages.txt apt-get install -y && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && apt-get clean
Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
Get:5 http://deb.debian.org/debian trixie-updates/main amd64 Packages [5412 B]
Get:6 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB]
Fetched 10.0 MB in 1s (13.4 MB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
git-lfs is already the newest version (3.6.1-1+b5).
ffmpeg is already the newest version (7:7.1.3-0+deb13u1).
The following additional packages will be installed:
libaria2-0 libcares2 libopencore-amrnb0 libopencore-amrwb0 libsox-fmt-alsa
libsox-fmt-base libsox3 libwavpack1
Suggested packages:
libsox-fmt-all
The following NEW packages will be installed:
aria2 libaria2-0 libcares2 libopencore-amrnb0 libopencore-amrwb0
libsox-fmt-alsa libsox-fmt-base libsox3 libwavpack1 sox
0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded.
Need to get 2370 kB of archives.
After this operation, 8501 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian trixie/main amd64 libcares2 amd64 1.34.5-1+deb13u1 [98.3 kB]
Get:2 http://deb.debian.org/debian trixie/main amd64 libaria2-0 amd64 1.37.0+debian-3 [1162 kB]
Get:3 http://deb.debian.org/debian trixie/main amd64 aria2 amd64 1.37.0+debian-3 [370 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 libopencore-amrnb0 amd64 0.1.6-1+b2 [97.5 kB]
Get:5 http://deb.debian.org/debian trixie/main amd64 libopencore-amrwb0 amd64 0.1.6-1+b2 [53.6 kB]
Get:6 http://deb.debian.org/debian trixie/main amd64 libsox3 amd64 14.4.2+git20190427-5+b3 [258 kB]
Get:7 http://deb.debian.org/debian trixie/main amd64 libsox-fmt-alsa amd64 14.4.2+git20190427-5+b3 [42.3 kB]
Get:8 http://deb.debian.org/debian trixie/main amd64 libwavpack1 amd64 5.8.1-1 [92.0 kB]
Get:9 http://deb.debian.org/debian trixie/main amd64 libsox-fmt-base amd64 14.4.2+git20190427-5+b3 [63.7 kB]
Get:10 http://deb.debian.org/debian trixie/main amd64 sox amd64 14.4.2+git20190427-5+b3 [133 kB]
Fetched 2370 kB in 0s (41.5 MB/s)
Selecting previously unselected package libcares2:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 36239 files and directories currently installed.)
Preparing to unpack .../0-libcares2_1.34.5-1+deb13u1_amd64.deb ...
Unpacking libcares2:amd64 (1.34.5-1+deb13u1) ...
Selecting previously unselected package libaria2-0:amd64.
Preparing to unpack .../1-libaria2-0_1.37.0+debian-3_amd64.deb ...
Unpacking libaria2-0:amd64 (1.37.0+debian-3) ...
Selecting previously unselected package aria2.
Preparing to unpack .../2-aria2_1.37.0+debian-3_amd64.deb ...
Unpacking aria2 (1.37.0+debian-3) ...
Selecting previously unselected package libopencore-amrnb0:amd64.
Preparing to unpack .../3-libopencore-amrnb0_0.1.6-1+b2_amd64.deb ...
Unpacking libopencore-amrnb0:amd64 (0.1.6-1+b2) ...
Selecting previously unselected package libopencore-amrwb0:amd64.
Preparing to unpack .../4-libopencore-amrwb0_0.1.6-1+b2_amd64.deb ...
Unpacking libopencore-amrwb0:amd64 (0.1.6-1+b2) ...
Selecting previously unselected package libsox3:amd64.
Preparing to unpack .../5-libsox3_14.4.2+git20190427-5+b3_amd64.deb ...
Unpacking libsox3:amd64 (14.4.2+git20190427-5+b3) ...
Selecting previously unselected package libsox-fmt-alsa:amd64.
Preparing to unpack .../6-libsox-fmt-alsa_14.4.2+git20190427-5+b3_amd64.deb ...
Unpacking libsox-fmt-alsa:amd64 (14.4.2+git20190427-5+b3) ...
Selecting previously unselected package libwavpack1:amd64.
Preparing to unpack .../7-libwavpack1_5.8.1-1_amd64.deb ...
Unpacking libwavpack1:amd64 (5.8.1-1) ...
Selecting previously unselected package libsox-fmt-base:amd64.
Preparing to unpack .../8-libsox-fmt-base_14.4.2+git20190427-5+b3_amd64.deb ...
Unpacking libsox-fmt-base:amd64 (14.4.2+git20190427-5+b3) ...
Selecting previously unselected package sox.
Preparing to unpack .../9-sox_14.4.2+git20190427-5+b3_amd64.deb ...
Unpacking sox (14.4.2+git20190427-5+b3) ...
Setting up libsox3:amd64 (14.4.2+git20190427-5+b3) ...
Setting up libopencore-amrwb0:amd64 (0.1.6-1+b2) ...
Setting up libcares2:amd64 (1.34.5-1+deb13u1) ...
Setting up libsox-fmt-alsa:amd64 (14.4.2+git20190427-5+b3) ...
Setting up libwavpack1:amd64 (5.8.1-1) ...
Setting up libopencore-amrnb0:amd64 (0.1.6-1+b2) ...
Setting up libsox-fmt-base:amd64 (14.4.2+git20190427-5+b3) ...
Setting up libaria2-0:amd64 (1.37.0+debian-3) ...
Setting up aria2 (1.37.0+debian-3) ...
Setting up sox (14.4.2+git20190427-5+b3) ...
Processing triggers for libc-bin (2.41-12+deb13u2) ...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (8.14.1-2+deb13u2).
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
2026-04-09 21:51:34 - Installing pre-requisites
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
Reading package lists...
Building dependency tree...
Reading state information...
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version (20250419).
curl is already the newest version (8.14.1-2+deb13u2).
gnupg is already the newest version (2.4.7-21+deb13u1).
Installing:
apt-transport-https
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 7
Download size: 38.6 kB
Space needed: 49.2 kB / 934 GB available
Get:1 http://deb.debian.org/debian trixie/main amd64 apt-transport-https all 3.0.3 [38.6 kB]
Fetched 38.6 kB in 0s (2850 kB/s)
Selecting previously unselected package apt-transport-https.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 36400 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_3.0.3_all.deb ...
Unpacking apt-transport-https (3.0.3) ...
Setting up apt-transport-https (3.0.3) ...
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
Get:4 https://deb.nodesource.com/node_20.x nodistro InRelease [12.1 kB]
Get:5 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages [14.1 kB]
Fetched 26.3 kB in 0s (238 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
2026-04-09 21:51:37 - Repository configured successfully.
2026-04-09 21:51:37 - To install Node.js, run: apt install nodejs -y
2026-04-09 21:51:37 - You can use N|solid Runtime as a node.js alternative
2026-04-09 21:51:37 - To install N|solid Runtime, run: apt install nsolid -y
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
nodejs
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Need to get 32.2 MB of archives.
After this operation, 196 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_20.x nodistro/main amd64 nodejs amd64 20.20.2-1nodesource1 [32.2 MB]
Fetched 32.2 MB in 0s (65.0 MB/s)
Selecting previously unselected package nodejs.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 36404 files and directories currently installed.)
Preparing to unpack .../nodejs_20.20.2-1nodesource1_amd64.deb ...
Unpacking nodejs (20.20.2-1nodesource1) ...
Setting up nodejs (20.20.2-1nodesource1) ...
DONE 10.9s
--> RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt gradio[oauth,mcp]==6.11.0 "uvicorn>=0.14.0" "websockets>=10.4" spaces
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117
Collecting gradio==6.11.0 (from gradio[mcp,oauth]==6.11.0)
Downloading gradio-6.11.0-py3-none-any.whl.metadata (17 kB)
Collecting uvicorn>=0.14.0
Downloading uvicorn-0.44.0-py3-none-any.whl.metadata (6.7 kB)
Collecting websockets>=10.4
Downloading websockets-16.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (6.8 kB)
Collecting spaces
Downloading spaces-0.48.1-py3-none-any.whl.metadata (1.0 kB)
Collecting deemix (from -r /tmp/requirements.txt (line 1))
Downloading deemix-3.6.6-py3-none-any.whl.metadata (2.2 kB)
Collecting fairseq==0.12.2 (from -r /tmp/requirements.txt (line 2))
Downloading fairseq-0.12.2.tar.gz (9.6 MB)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 9.6/9.6 MB 169.3 MB/s 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
ERROR: Could not find a version that satisfies the requirement faiss-cpu==1.7.3 (from versions: 1.9.0.post1, 1.10.0, 1.11.0, 1.11.0.post1, 1.12.0, 1.13.0, 1.13.1, 1.13.2)
ERROR: No matching distribution found for faiss-cpu==1.7.3
--> ERROR: process "/bin/sh -c pip install --no-cache-dir -r /tmp/requirements.txt gradio[oauth,mcp]==6.11.0 \"uvicorn>=0.14.0\" \"websockets>=10.4\" spaces" did not complete successfully: exit code: 1```