7 months ago
For the last 2 months everytime i try to deploy my app it fails and uses the old ones, it gives errors about packages usually python ones as i use node and python packages at the same time resulting in a many packages being installed so last time it gave this. Setting up libgstreamer1.0-0:amd64 (1.24.2-1ubuntu0.1) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up libmp3lame0:amd64 (3.100-6build1) ...
Setting up libsz2:amd64 (1.1.2-1build1) ...
Setting up libitm1:amd64 (14.2.0-4ubuntu2~24.04) ...
Setting up libvorbisenc2:amd64 (1.3.7-1build3) ...
Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up libalgorithm-merge-perl (0.08-5) ...
Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
Setting up gdal-plugins:amd64 (3.8.4+dfsg-3ubuntu3) ...
Setting up libwacom-common (2.10.0-2) ...
Setting up libxkbcommon0:amd64 (1.6.0-1build1) ...
Setting up libwayland-client0:amd64 (1.22.0-2.1build1) ...
Setting up libctf0:amd64 (2.42-4ubuntu2.5) ...
Setting up libjpeg8:amd64 (8c-2ubuntu11) ...
Setting up libgdcm3.0t64:amd64 (3.0.22-2.1ubuntu1) ...
Setting up manpages-dev (6.7-2) ...
Setting up libice6:amd64 (2:1.0.10-1build3) ...
Setting up session-migration (0.3.9build1) ...
Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.
Setting up libodbcinst2:amd64 (2.3.12-1ubuntu0.24.04.1) ...
Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu6) ...
Setting up liblapack3:amd64 (3.12.0-3build1.1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up libxcb1:amd64 (1.15-1ubuntu2) ...
Setting up libarpack2t64:amd64 (3.9.1-1.1build2) ...
Setting up libxcb-xfixes0:amd64 (1.15-1ubuntu2) ...
Setting up libatk1.0-0t64:amd64 (2.52.0-1build1) ...
Setting up libzmq5:amd64 (4.3.5-1build2) ...
Setting up libzvbi0t64:amd64 (0.2.42-2) ...
Setting up libxcb-xinput0:amd64 (1.15-1ubuntu2) ...
Setting up libtirpc3t64:amd64 (1.3.4+ds-1.1build1) ...
Setting up libogdi4.1:amd64 (4.1.1+ds-3build1) ...
Setting up libxcb-render0:amd64 (1.15-1ubuntu2) ...
Setting up libsoxr0:amd64 (0.1.3-4build3) ...
Setting up libwacom9:amd64 (2.10.0-2) ...
Setting up cpp-13-x86-64-linux-gnu (13.3.0-6ubuntu2~24.04) ...
Setting up libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-9ubuntu2) ...
Setting up fontconfig-config (2.15.0-1.1ubuntu2) ...
Setting up libxcb-glx0:amd64 (1.15-1ubuntu2) ...
Setting up libedit2:amd64 (3.1-20230828-1build1) ...
Setting up libxcb-keysyms1:amd64 (0.4.0-1build4) ...
Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
Setting up libavahi-common3:amd64 (0.8-13ubuntu6) ...
Setting up libxcb-render-util0:amd64 (0.3.9-1build4) ...
Setting up libnss3:amd64 (2:3.98-1build1) ...
Setting up libxcb-shm0:amd64 (1.15-1ubuntu2) ...
Setting up libxcb-icccm4:amd64 (0.4.1-1.1build3) ...
Setting up dbus-daemon (1.14.10-4ubuntu4.1) ...
Setting up libsuperlu6:amd64 (6.0.1+dfsg1-1build1) ...
Setting up libxerces-c3.2t64:amd64 (3.2.4+debian-1.2ubuntu2) ...
Setting up libcolord2:amd64 (1.4.7-1build2) ...
Setting up libxcb-util1:amd64 (0.4.0-1build3) ...
[stage-0 8/10] RUN --mount=type=cache,id=s/3681b9cd-6ab7-4301-80c1-d8a8aa2d9f81-node_modules/cache,target=/app/node_modules/.cache apt-get update && apt-get install -y python3 python3-pip libgl1 libglib2.0-0 python3-opencv && pip3 install --break-system-packages --ignore-installed ultralytics opencv-python-headless scikit-image numpy && npm install && npm run build && cd server && npm install && npm run build && chmod +x detectCircuit.py
3 min 12 sec
[stage-0 9/10] RUN printf '\nPATH=/app/node_modules/.bin:$PATH' >> /root/.profile
[stage-0 9/10] RUN printf '\nPATH=/app/node_modules/.bin:$PATH' >> /root/.profile
453 ms
[stage-0 10/10] COPY . /app
[stage-0 10/10] COPY . /app
822 ms
importing to docker
importing to docker
1 min 39 sec
Build timed out
I have couple questions first of all can i have access to some kind of ssh for manuel updating and package editing, also do i need to install every package every time i redeploy because this time it seemed to be working and the build timed out. What can i do to fix this problem
1 Replies
7 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!