Skip to content

Console Output

+ cd /var/jenkins_home/workspace/juntete-deploy
+ docker-compose -f docker-compose.production.yml build --no-cache
time="2025-11-20T11:59:18Z" level=warning msg="/var/jenkins_home/workspace/juntete-deploy/docker-compose.production.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
#1 [internal] load local bake definitions
#1 reading from stdin 1.08kB done
#1 DONE 0.0s

#2 [frontend internal] load build definition from Dockerfile
#2 ...

#3 [backend internal] load build definition from Dockerfile
#3 transferring dockerfile: 1.00kB done
#3 DONE 0.4s

#2 [frontend internal] load build definition from Dockerfile
#2 transferring dockerfile: 382B done
#2 DONE 0.5s

#4 [backend internal] load metadata for docker.io/library/python:3.11-slim
#4 DONE 2.6s

#5 [frontend internal] load metadata for docker.io/library/node:20-alpine
#5 DONE 3.8s

#6 [backend internal] load .dockerignore
#6 transferring context:
#6 transferring context: 2B done
#6 DONE 1.6s

#7 [frontend internal] load .dockerignore
#7 transferring context: 2B done
#7 DONE 0.5s

#8 [backend internal] load build context
#8 DONE 0.0s

#9 [frontend 1/6] FROM docker.io/library/node:20-alpine@sha256:6178e78b972f79c335df281f4b7674a2d85071aae2af020ffa39f0a770265435
#9 resolve docker.io/library/node:20-alpine@sha256:6178e78b972f79c335df281f4b7674a2d85071aae2af020ffa39f0a770265435
#9 resolve docker.io/library/node:20-alpine@sha256:6178e78b972f79c335df281f4b7674a2d85071aae2af020ffa39f0a770265435 0.6s done
#9 sha256:24e05bd00e3afe7550f47989037ec19d254306a6be5abb2c570e6d381573b4fd 6.44kB / 6.44kB done
#9 sha256:6178e78b972f79c335df281f4b7674a2d85071aae2af020ffa39f0a770265435 7.67kB / 7.67kB done
#9 sha256:9851daa67a46cd267436aae71dedba1d86e6498a1b01e6c417941e31c8021b6e 1.72kB / 1.72kB done
#9 ...

#10 [frontend internal] load build context
#10 transferring context: 1.10MB 0.2s done
#10 DONE 1.0s

#8 [backend internal] load build context
#8 transferring context: 309.05kB 0.1s done
#8 DONE 0.6s

#11 [backend 1/7] FROM docker.io/library/python:3.11-slim@sha256:8ef21a26e7c342e978a68cf2d6b07627885930530064f572f432ea422a8c0907
#11 resolve docker.io/library/python:3.11-slim@sha256:8ef21a26e7c342e978a68cf2d6b07627885930530064f572f432ea422a8c0907 0.8s done
#11 sha256:28bb9b9d29b81c88b0a22d4c1c5294479df1b371a78636e0137f44728a69ae4c 1.75kB / 1.75kB done
#11 sha256:8ef21a26e7c342e978a68cf2d6b07627885930530064f572f432ea422a8c0907 10.37kB / 10.37kB done
#11 sha256:e58d60f13eb95771fb59593557b0fb42ac3fea464719875fd24b5d973ddaaae1 5.49kB / 5.49kB done
#11 ...

#9 [frontend 1/6] FROM docker.io/library/node:20-alpine@sha256:6178e78b972f79c335df281f4b7674a2d85071aae2af020ffa39f0a770265435
#9 DONE 3.9s

#12 [frontend 2/6] WORKDIR /app
#12 ...

#11 [backend 1/7] FROM docker.io/library/python:3.11-slim@sha256:8ef21a26e7c342e978a68cf2d6b07627885930530064f572f432ea422a8c0907
#11 DONE 4.5s

#12 [frontend 2/6] WORKDIR /app
#12 DONE 1.6s

#13 [backend 2/7] WORKDIR /app
#13 DONE 2.0s

#14 [frontend 3/6] COPY package*.json ./
#14 DONE 2.2s

#15 [backend 3/7] RUN apt-get update && apt-get install -y     gcc     g++     libfreetype6-dev     libpng-dev     libjpeg-dev     zlib1g-dev     libglib2.0-0     libnss3     libnspr4     libatk1.0-0     libatk-bridge2.0-0     libcups2     libdrm2     libdbus-1-3     libxkbcommon0     libxcomposite1     libxdamage1     libxfixes3     libxrandr2     libgbm1     libpango-1.0-0     libcairo2     libasound2     libatspi2.0-0     libxshmfence1     && rm -rf /var/lib/apt/lists/*
#15 ...

#16 [frontend 4/6] RUN rm -rf node_modules package-lock.json
#16 DONE 4.0s

#17 [frontend 5/6] RUN npm install
#17 ...

#15 [backend 3/7] RUN apt-get update && apt-get install -y     gcc     g++     libfreetype6-dev     libpng-dev     libjpeg-dev     zlib1g-dev     libglib2.0-0     libnss3     libnspr4     libatk1.0-0     libatk-bridge2.0-0     libcups2     libdrm2     libdbus-1-3     libxkbcommon0     libxcomposite1     libxdamage1     libxfixes3     libxrandr2     libgbm1     libpango-1.0-0     libcairo2     libasound2     libatspi2.0-0     libxshmfence1     && rm -rf /var/lib/apt/lists/*
#15 5.004 Hit:1 http://deb.debian.org/debian trixie InRelease
#15 5.004 Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
#15 5.017 Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
#15 5.201 Get:4 http://deb.debian.org/debian trixie/main arm64 Packages [9607 kB]
#15 7.200 Get:5 http://deb.debian.org/debian trixie-updates/main arm64 Packages [5404 B]
#15 7.200 Get:6 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [72.5 kB]
#15 10.92 Fetched 9775 kB in 6s (1568 kB/s)
#15 10.92 Reading package lists...
#15 13.97 Reading package lists...
#15 16.54 Building dependency tree...
#15 17.15 Reading state information...
#15 18.61 The following additional packages will be installed:
#15 18.61   alsa-topology-conf alsa-ucm-conf at-spi2-common at-spi2-core binutils
#15 18.61   binutils-aarch64-linux-gnu binutils-common bzip2-doc cpp cpp-14
#15 18.61   cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dbus dbus-bin dbus-daemon
#15 18.61   dbus-session-bus-common dbus-system-bus-common dbus-user-session
#15 18.61   dconf-gsettings-backend dconf-service dmsetup fontconfig fontconfig-config
#15 18.61   fonts-dejavu-core fonts-dejavu-mono g++-14 g++-14-aarch64-linux-gnu
#15 18.62   g++-aarch64-linux-gnu gcc-14 gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu
#15 18.62   gsettings-desktop-schemas krb5-locales libapparmor1 libasan8 libasound2-data
#15 18.62   libatomic1 libavahi-client3 libavahi-common-data libavahi-common3
#15 18.62   libbinutils libbrotli-dev libbrotli1 libbz2-dev libc-dev-bin libc6-dev
#15 18.62   libcc1-0 libcom-err2 libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
#15 18.62   libdatrie1 libdconf1 libdevmapper1.02.1 libdrm-amdgpu1 libdrm-common
#15 18.62   libedit2 libelf1t64 libexpat1 libfontconfig1 libfreetype6 libfribidi0
#15 18.62   libgcc-14-dev libglib2.0-data libgnutls30t64 libgomp1 libgprofng0
#15 18.62   libgraphite2-3 libgssapi-krb5-2 libharfbuzz0b libhwasan0 libidn2-0 libisl23
#15 18.62   libitm1 libjansson4 libjpeg62-turbo libjpeg62-turbo-dev libjson-c5
#15 18.62   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libllvm19
#15 18.62   liblsan0 libmpc3 libmpfr6 libnss-systemd libp11-kit0 libpam-systemd
#15 18.62   libpixman-1-0 libpng-tools libpng16-16t64 libproc2-0 libsensors-config
#15 18.62   libsensors5 libsframe1 libstdc++-14-dev libsystemd-shared libtasn1-6
#15 18.62   libthai-data libthai0 libtsan2 libubsan1 libunistring5 libwayland-server0
#15 18.62   libx11-6 libx11-data libx11-xcb1 libxau6 libxcb-dri3-0 libxcb-present0
#15 18.62   libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1
#15 18.62   libxdmcp6 libxext6 libxi6 libxml2 libxrender1 libxtst6 libz3-4
#15 18.62   linux-libc-dev linux-sysctl-defaults manpages manpages-dev mesa-libgallium
#15 18.63   procps psmisc rpcsvc-proto shared-mime-info systemd systemd-cryptsetup
#15 18.63   systemd-sysv systemd-timesyncd x11-common xdg-user-dirs xkb-data
#15 18.64 Suggested packages:
#15 18.64   binutils-doc gprofng-gui binutils-gold cpp-doc gcc-14-locales cpp-14-doc
#15 18.64   gcc-14-doc gcc-multilib make autoconf automake libtool flex bison gdb
#15 18.64   gcc-doc gdb-aarch64-linux-gnu alsa-utils libasound2-plugins libc-devtools
#15 18.64   glibc-doc cups-common freetype2-doc low-memory-monitor gnutls-bin krb5-doc
#15 18.64   krb5-user libtss2-rc0t64 lm-sensors libstdc++-14-doc libarchive13t64 libbpf1
#15 18.64   libdw1t64 libfido2-1 libgcrypt20 libip4tc2 libpwquality1 libqrencode4
#15 18.64   man-browser systemd-container systemd-homed systemd-userdbd systemd-boot
#15 18.64   systemd-resolved systemd-repart libtss2-tcti-device0 polkitd
#15 21.78 The following NEW packages will be installed:
#15 21.78   alsa-topology-conf alsa-ucm-conf at-spi2-common at-spi2-core binutils
#15 21.78   binutils-aarch64-linux-gnu binutils-common bzip2-doc cpp cpp-14
#15 21.78   cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dbus dbus-bin dbus-daemon
#15 21.78   dbus-session-bus-common dbus-system-bus-common dbus-user-session
#15 21.78   dconf-gsettings-backend dconf-service dmsetup fontconfig fontconfig-config
#15 21.78   fonts-dejavu-core fonts-dejavu-mono g++ g++-14 g++-14-aarch64-linux-gnu
#15 21.78   g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu
#15 21.78   gcc-aarch64-linux-gnu gsettings-desktop-schemas krb5-locales libapparmor1
#15 21.78   libasan8 libasound2-data libasound2t64 libatk-bridge2.0-0t64 libatk1.0-0t64
#15 21.78   libatomic1 libatspi2.0-0t64 libavahi-client3 libavahi-common-data
#15 21.78   libavahi-common3 libbinutils libbrotli-dev libbrotli1 libbz2-dev
#15 21.78   libc-dev-bin libc6-dev libcairo2 libcc1-0 libcom-err2 libcrypt-dev
#15 21.78   libcryptsetup12 libctf-nobfd0 libctf0 libcups2t64 libdatrie1 libdbus-1-3
#15 21.78   libdconf1 libdevmapper1.02.1 libdrm-amdgpu1 libdrm-common libdrm2 libedit2
#15 21.78   libelf1t64 libexpat1 libfontconfig1 libfreetype-dev libfreetype6 libfribidi0
#15 21.78   libgbm1 libgcc-14-dev libglib2.0-0t64 libglib2.0-data libgnutls30t64
#15 21.78   libgomp1 libgprofng0 libgraphite2-3 libgssapi-krb5-2 libharfbuzz0b
#15 21.78   libhwasan0 libidn2-0 libisl23 libitm1 libjansson4 libjpeg-dev
#15 21.78   libjpeg62-turbo libjpeg62-turbo-dev libjson-c5 libk5crypto3 libkeyutils1
#15 21.78   libkmod2 libkrb5-3 libkrb5support0 libllvm19 liblsan0 libmpc3 libmpfr6
#15 21.78   libnspr4 libnss-systemd libnss3 libp11-kit0 libpam-systemd libpango-1.0-0
#15 21.79   libpixman-1-0 libpng-dev libpng-tools libpng16-16t64 libproc2-0
#15 21.79   libsensors-config libsensors5 libsframe1 libstdc++-14-dev libsystemd-shared
#15 21.79   libtasn1-6 libthai-data libthai0 libtsan2 libubsan1 libunistring5
#15 21.79   libwayland-server0 libx11-6 libx11-data libx11-xcb1 libxau6 libxcb-dri3-0
#15 21.79   libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1
#15 21.79   libxcb-xfixes0 libxcb1 libxcomposite1 libxdamage1 libxdmcp6 libxext6
#15 21.79   libxfixes3 libxi6 libxkbcommon0 libxml2 libxrandr2 libxrender1 libxshmfence1
#15 21.79   libxtst6 libz3-4 linux-libc-dev linux-sysctl-defaults manpages manpages-dev
#15 21.79   mesa-libgallium procps psmisc rpcsvc-proto shared-mime-info systemd
#15 21.79   systemd-cryptsetup systemd-sysv systemd-timesyncd x11-common xdg-user-dirs
#15 21.79   xkb-data zlib1g-dev
#15 22.03 0 upgraded, 167 newly installed, 0 to remove and 0 not upgraded.
#15 22.03 Need to get 136 MB of archives.
#15 22.03 After this operation, 577 MB of additional disk space will be used.
#15 22.03 Get:1 http://deb.debian.org/debian trixie/main arm64 libsystemd-shared arm64 257.9-1~deb13u1 [1920 kB]
#15 22.36 Get:2 http://deb.debian.org/debian trixie/main arm64 libapparmor1 arm64 4.1.0-1 [42.9 kB]
#15 22.55 Get:3 http://deb.debian.org/debian trixie/main arm64 systemd arm64 257.9-1~deb13u1 [2927 kB]
#15 23.28 Get:4 http://deb.debian.org/debian trixie/main arm64 systemd-sysv arm64 257.9-1~deb13u1 [64.5 kB]
#15 23.30 Get:5 http://deb.debian.org/debian trixie/main arm64 libdbus-1-3 arm64 1.16.2-2 [169 kB]
#15 23.30 Get:6 http://deb.debian.org/debian trixie/main arm64 dbus-bin arm64 1.16.2-2 [78.8 kB]
#15 23.32 Get:7 http://deb.debian.org/debian trixie/main arm64 dbus-session-bus-common all 1.16.2-2 [52.3 kB]
#15 23.33 Get:8 http://deb.debian.org/debian trixie/main arm64 libexpat1 arm64 2.7.1-2 [93.3 kB]
#15 23.34 Get:9 http://deb.debian.org/debian trixie/main arm64 dbus-daemon arm64 1.16.2-2 [152 kB]
#15 23.35 Get:10 http://deb.debian.org/debian trixie/main arm64 dbus-system-bus-common all 1.16.2-2 [53.5 kB]
#15 23.36 Get:11 http://deb.debian.org/debian trixie/main arm64 dbus arm64 1.16.2-2 [70.7 kB]
#15 23.37 Get:12 http://deb.debian.org/debian trixie/main arm64 linux-sysctl-defaults all 4.12 [5624 B]
#15 23.37 Get:13 http://deb.debian.org/debian trixie/main arm64 libproc2-0 arm64 2:4.0.4-9 [62.8 kB]
#15 23.38 Get:14 http://deb.debian.org/debian trixie/main arm64 procps arm64 2:4.0.4-9 [871 kB]
#15 23.54 Get:15 http://deb.debian.org/debian trixie/main arm64 krb5-locales all 1.21.3-5 [101 kB]
#15 23.55 Get:16 http://deb.debian.org/debian trixie/main arm64 libnss-systemd arm64 257.9-1~deb13u1 [203 kB]
#15 23.56 Get:17 http://deb.debian.org/debian trixie/main arm64 libpam-systemd arm64 257.9-1~deb13u1 [275 kB]
#15 23.57 Get:18 http://deb.debian.org/debian trixie/main arm64 manpages all 6.9.1-1 [1393 kB]
#15 23.65 Get:19 http://deb.debian.org/debian trixie/main arm64 systemd-timesyncd arm64 257.9-1~deb13u1 [91.1 kB]
#15 23.66 Get:20 http://deb.debian.org/debian trixie/main arm64 alsa-topology-conf all 1.2.5.1-3 [15.3 kB]
#15 23.67 Get:21 http://deb.debian.org/debian trixie/main arm64 libasound2-data all 1.2.14-1 [21.1 kB]
#15 24.06 Get:22 http://deb.debian.org/debian trixie/main arm64 libasound2t64 arm64 1.2.14-1 [342 kB]
#15 24.08 Get:23 http://deb.debian.org/debian trixie/main arm64 alsa-ucm-conf all 1.2.14-1 [92.5 kB]
#15 24.11 Get:24 http://deb.debian.org/debian trixie/main arm64 at-spi2-common all 2.56.2-1 [171 kB]
#15 24.16 Get:25 http://deb.debian.org/debian trixie/main arm64 libatomic1 arm64 14.2.0-19 [10.1 kB]
#15 24.24 Get:26 http://deb.debian.org/debian trixie/main arm64 libglib2.0-0t64 arm64 2.84.4-3~deb13u1 [1427 kB]
#15 24.39 Get:27 http://deb.debian.org/debian trixie/main arm64 libxau6 arm64 1:1.0.11-1 [20.6 kB]
#15 24.46 Get:28 http://deb.debian.org/debian trixie/main arm64 libxdmcp6 arm64 1:1.1.5-1 [27.8 kB]
#15 24.46 Get:29 http://deb.debian.org/debian trixie/main arm64 libxcb1 arm64 1.17.0-2+b1 [143 kB]
#15 24.46 Get:30 http://deb.debian.org/debian trixie/main arm64 libx11-data all 2:1.8.12-1 [343 kB]
#15 24.47 Get:31 http://deb.debian.org/debian trixie/main arm64 libx11-6 arm64 2:1.8.12-1 [795 kB]
#15 24.48 Get:32 http://deb.debian.org/debian trixie/main arm64 libxext6 arm64 2:1.3.4-1+b3 [49.2 kB]
#15 24.86 Get:33 http://deb.debian.org/debian trixie/main arm64 libxi6 arm64 2:1.8.2-1 [77.8 kB]
#15 24.92 Get:34 http://deb.debian.org/debian trixie/main arm64 libatspi2.0-0t64 arm64 2.56.2-1 [76.5 kB]
#15 24.94 Get:35 http://deb.debian.org/debian trixie/main arm64 x11-common all 1:7.7+24+deb13u1 [217 kB]
#15 24.95 Get:36 http://deb.debian.org/debian trixie/main arm64 libxtst6 arm64 2:1.2.5-1 [25.7 kB]
#15 24.96 Get:37 http://deb.debian.org/debian trixie/main arm64 dbus-user-session arm64 1.16.2-2 [52.1 kB]
#15 24.96 Get:38 http://deb.debian.org/debian trixie/main arm64 libdconf1 arm64 0.40.0-5 [40.4 kB]
#15 24.96 Get:39 http://deb.debian.org/debian trixie/main arm64 dconf-service arm64 0.40.0-5 [30.9 kB]
#15 24.97 Get:40 http://deb.debian.org/debian trixie/main arm64 dconf-gsettings-backend arm64 0.40.0-5 [27.3 kB]
#15 25.02 Get:41 http://deb.debian.org/debian trixie/main arm64 gsettings-desktop-schemas all 48.0-1 [700 kB]
#15 25.05 Get:42 http://deb.debian.org/debian trixie/main arm64 at-spi2-core arm64 2.56.2-1 [59.7 kB]
#15 25.09 Get:43 http://deb.debian.org/debian trixie/main arm64 libsframe1 arm64 2.44-3 [77.8 kB]
#15 25.14 Get:44 http://deb.debian.org/debian trixie/main arm64 binutils-common arm64 2.44-3 [2509 kB]
#15 25.58 Get:45 http://deb.debian.org/debian trixie/main arm64 libbinutils arm64 2.44-3 [660 kB]
#15 25.60 Get:46 http://deb.debian.org/debian trixie/main arm64 libgprofng0 arm64 2.44-3 [668 kB]
#15 25.73 Get:47 http://deb.debian.org/debian trixie/main arm64 libctf-nobfd0 arm64 2.44-3 [152 kB]
#15 25.77 Get:48 http://deb.debian.org/debian trixie/main arm64 libctf0 arm64 2.44-3 [84.2 kB]
#15 25.77 Get:49 http://deb.debian.org/debian trixie/main arm64 libjansson4 arm64 2.14-2+b3 [39.2 kB]
#15 25.78 Get:50 http://deb.debian.org/debian trixie/main arm64 binutils-aarch64-linux-gnu arm64 2.44-3 [820 kB]
#15 25.93 Get:51 http://deb.debian.org/debian trixie/main arm64 binutils arm64 2.44-3 [262 kB]
#15 25.96 Get:52 http://deb.debian.org/debian trixie/main arm64 bzip2-doc all 1.0.8-6 [505 kB]
#15 26.03 Get:53 http://deb.debian.org/debian trixie/main arm64 libisl23 arm64 0.27-1 [601 kB]
#15 26.10 Get:54 http://deb.debian.org/debian trixie/main arm64 libmpfr6 arm64 4.2.2-1 [685 kB]
#15 26.21 Get:55 http://deb.debian.org/debian trixie/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
#15 26.36 Get:56 http://deb.debian.org/debian trixie/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-19 [9169 kB]
#15 28.22 Get:57 http://deb.debian.org/debian trixie/main arm64 cpp-14 arm64 14.2.0-19 [1276 B]
#15 28.27 Get:58 http://deb.debian.org/debian trixie/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
#15 28.27 Get:59 http://deb.debian.org/debian trixie/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
#15 28.28 Get:60 http://deb.debian.org/debian trixie/main arm64 libdevmapper1.02.1 arm64 2:1.02.205-2 [118 kB]
#15 28.28 Get:61 http://deb.debian.org/debian trixie/main arm64 dmsetup arm64 2:1.02.205-2 [76.1 kB]
#15 28.29 Get:62 http://deb.debian.org/debian trixie/main arm64 libbrotli1 arm64 1.1.0-2+b7 [308 kB]
#15 28.31 Get:63 http://deb.debian.org/debian trixie/main arm64 libpng16-16t64 arm64 1.6.48-1 [274 kB]
#15 28.33 Get:64 http://deb.debian.org/debian trixie/main arm64 libfreetype6 arm64 2.13.3+dfsg-1 [422 kB]
#15 28.35 Get:65 http://deb.debian.org/debian trixie/main arm64 fonts-dejavu-mono all 2.37-8 [489 kB]
#15 28.47 Get:66 http://deb.debian.org/debian trixie/main arm64 fonts-dejavu-core all 2.37-8 [840 kB]
#15 28.52 Get:67 http://deb.debian.org/debian trixie/main arm64 fontconfig-config arm64 2.15.0-2.3 [318 kB]
#15 28.56 Get:68 http://deb.debian.org/debian trixie/main arm64 libfontconfig1 arm64 2.15.0-2.3 [387 kB]
#15 28.64 Get:69 http://deb.debian.org/debian trixie/main arm64 fontconfig arm64 2.15.0-2.3 [463 kB]
#15 28.75 Get:70 http://deb.debian.org/debian trixie/main arm64 libcc1-0 arm64 14.2.0-19 [42.2 kB]
#15 28.76 Get:71 http://deb.debian.org/debian trixie/main arm64 libgomp1 arm64 14.2.0-19 [124 kB]
#15 28.77 Get:72 http://deb.debian.org/debian trixie/main arm64 libitm1 arm64 14.2.0-19 [24.2 kB]
#15 28.78 Get:73 http://deb.debian.org/debian trixie/main arm64 libasan8 arm64 14.2.0-19 [2578 kB]
#15 29.22 Get:74 http://deb.debian.org/debian trixie/main arm64 liblsan0 arm64 14.2.0-19 [1161 kB]
#15 29.40 Get:75 http://deb.debian.org/debian trixie/main arm64 libtsan2 arm64 14.2.0-19 [2383 kB]
#15 29.82 Get:76 http://deb.debian.org/debian trixie/main arm64 libubsan1 arm64 14.2.0-19 [1039 kB]
#15 29.92 Get:77 http://deb.debian.org/debian trixie/main arm64 libhwasan0 arm64 14.2.0-19 [1442 kB]
#15 30.45 Get:78 http://deb.debian.org/debian trixie/main arm64 libgcc-14-dev arm64 14.2.0-19 [2359 kB]
#15 30.49 Get:79 http://deb.debian.org/debian trixie/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-19 [17.7 MB]
#15 43.68 Get:80 http://deb.debian.org/debian trixie/main arm64 gcc-14 arm64 14.2.0-19 [529 kB]
#15 43.82 Get:81 http://deb.debian.org/debian trixie/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
#15 43.83 Get:82 http://deb.debian.org/debian trixie/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
#15 43.83 Get:83 http://deb.debian.org/debian trixie/main arm64 libc-dev-bin arm64 2.41-12 [57.4 kB]
#15 43.85 Get:84 http://deb.debian.org/debian trixie/main arm64 linux-libc-dev all 6.12.57-1 [2692 kB]
#15 44.19 Get:85 http://deb.debian.org/debian trixie/main arm64 libcrypt-dev arm64 1:4.4.38-1 [123 kB]
#15 46.25 Get:86 http://deb.debian.org/debian trixie/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
#15 46.26 Get:87 http://deb.debian.org/debian trixie/main arm64 libc6-dev arm64 2.41-12 [1621 kB]
#15 48.44 Get:88 http://deb.debian.org/debian trixie/main arm64 libstdc++-14-dev arm64 14.2.0-19 [2295 kB]
#15 51.78 Get:89 http://deb.debian.org/debian trixie/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-19 [10.1 MB]
#15 57.35 Get:90 http://deb.debian.org/debian trixie/main arm64 g++-14 arm64 14.2.0-19 [22.5 kB]
#15 57.49 Get:91 http://deb.debian.org/debian trixie/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
#15 57.49 Get:92 http://deb.debian.org/debian trixie/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
#15 57.49 Get:93 http://deb.debian.org/debian trixie/main arm64 libatk1.0-0t64 arm64 2.56.2-1 [50.1 kB]
#15 57.50 Get:94 http://deb.debian.org/debian trixie/main arm64 libatk-bridge2.0-0t64 arm64 2.56.2-1 [64.8 kB]
#15 57.50 Get:95 http://deb.debian.org/debian trixie/main arm64 libavahi-common-data arm64 0.8-16 [112 kB]
#15 73.85 Get:96 http://deb.debian.org/debian trixie/main arm64 libavahi-common3 arm64 0.8-16 [43.3 kB]
#15 73.85 Get:97 http://deb.debian.org/debian trixie/main arm64 libavahi-client3 arm64 0.8-16 [46.7 kB]
#15 73.95 Get:98 http://deb.debian.org/debian trixie/main arm64 libbrotli-dev arm64 1.1.0-2+b7 [308 kB]
#15 73.98 Get:99 http://deb.debian.org/debian trixie/main arm64 libbz2-dev arm64 1.0.8-6 [31.9 kB]
#15 73.98 Get:100 http://deb.debian.org/debian trixie/main arm64 libpixman-1-0 arm64 0.44.0-3 [168 kB]
#15 74.05 Get:101 http://deb.debian.org/debian trixie/main arm64 libxcb-render0 arm64 1.17.0-2+b1 [115 kB]
#15 74.16 Get:102 http://deb.debian.org/debian trixie/main arm64 libxcb-shm0 arm64 1.17.0-2+b1 [105 kB]
#15 74.16 Get:103 http://deb.debian.org/debian trixie/main arm64 libxrender1 arm64 1:0.9.12-1 [27.0 kB]
#15 74.17 Get:104 http://deb.debian.org/debian trixie/main arm64 libcairo2 arm64 1.18.4-1+b1 [483 kB]
#15 74.57 Get:105 http://deb.debian.org/debian trixie/main arm64 libcom-err2 arm64 1.47.2-3+b3 [24.9 kB]
#15 74.58 Get:106 http://deb.debian.org/debian trixie/main arm64 libjson-c5 arm64 0.18+ds-1 [45.2 kB]
#15 74.58 Get:107 http://deb.debian.org/debian trixie/main arm64 libcryptsetup12 arm64 2:2.7.5-2 [232 kB]
#15 87.31 Get:108 http://deb.debian.org/debian trixie/main arm64 libunistring5 arm64 1.3-2 [453 kB]
#15 87.33 Get:109 http://deb.debian.org/debian trixie/main arm64 libidn2-0 arm64 2.3.8-2 [107 kB]
#15 87.34 Get:110 http://deb.debian.org/debian trixie/main arm64 libp11-kit0 arm64 0.25.5-3 [409 kB]
#15 87.36 Get:111 http://deb.debian.org/debian trixie/main arm64 libtasn1-6 arm64 4.20.0-2 [47.3 kB]
#15 87.36 Get:112 http://deb.debian.org/debian trixie/main arm64 libgnutls30t64 arm64 3.8.9-3 [1375 kB]
#15 87.49 Get:113 http://deb.debian.org/debian trixie/main arm64 libkrb5support0 arm64 1.21.3-5 [32.4 kB]
#15 87.49 Get:114 http://deb.debian.org/debian trixie/main arm64 libk5crypto3 arm64 1.21.3-5 [81.2 kB]
#15 87.79 Get:115 http://deb.debian.org/debian trixie/main arm64 libkeyutils1 arm64 1.6.3-6 [9716 B]
#15 87.89 Get:116 http://deb.debian.org/debian trixie/main arm64 libkrb5-3 arm64 1.21.3-5 [308 kB]
#15 87.90 Get:117 http://deb.debian.org/debian trixie/main arm64 libgssapi-krb5-2 arm64 1.21.3-5 [127 kB]
#15 89.42 Get:118 http://deb.debian.org/debian trixie/main arm64 libcups2t64 arm64 2.4.10-3+deb13u2 [236 kB]
#15 90.15 Get:119 http://deb.debian.org/debian trixie/main arm64 libdatrie1 arm64 0.2.13-3+b1 [37.6 kB]
#15 96.55 Get:120 http://deb.debian.org/debian trixie/main arm64 libdrm-common all 2.4.124-2 [8288 B]
#15 96.55 Get:121 http://deb.debian.org/debian trixie/main arm64 libdrm2 arm64 2.4.124-2 [38.3 kB]
#15 96.56 Get:122 http://deb.debian.org/debian trixie/main arm64 libdrm-amdgpu1 arm64 2.4.124-2 [21.8 kB]
#15 96.56 Get:123 http://deb.debian.org/debian trixie/main arm64 libedit2 arm64 3.1-20250104-1 [89.3 kB]
#15 96.70 Get:124 http://deb.debian.org/debian trixie/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
#15 96.81 Get:125 http://deb.debian.org/debian trixie/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1+b1 [917 kB]
#15 96.84 Get:126 http://deb.debian.org/debian trixie/main arm64 libpng-dev arm64 1.6.48-1 [360 kB]
#15 102.9 Get:127 http://deb.debian.org/debian trixie/main arm64 libfreetype-dev arm64 2.13.3+dfsg-1 [600 kB]
#15 111.7 Get:128 http://deb.debian.org/debian trixie/main arm64 libfribidi0 arm64 1.0.16-1 [26.5 kB]
#15 111.7 Get:129 http://deb.debian.org/debian trixie/main arm64 libwayland-server0 arm64 1.23.1-3 [33.7 kB]
#15 113.7 Get:130 http://deb.debian.org/debian trixie/main arm64 libxml2 arm64 2.12.7+dfsg+really2.9.14-2.1+deb13u2 [630 kB]
#15 113.8 Get:131 http://deb.debian.org/debian trixie/main arm64 libz3-4 arm64 4.13.3-1 [7507 kB]
#15 115.6 Get:132 http://deb.debian.org/debian trixie/main arm64 libllvm19 arm64 1:19.1.7-3+b1 [23.3 MB]
#15 118.3 Get:133 http://deb.debian.org/debian trixie/main arm64 libsensors-config all 1:3.6.2-2 [16.2 kB]
#15 118.3 Get:134 http://deb.debian.org/debian trixie/main arm64 libsensors5 arm64 1:3.6.2-2 [36.4 kB]
#15 118.3 Get:135 http://deb.debian.org/debian trixie/main arm64 libx11-xcb1 arm64 2:1.8.12-1 [247 kB]
#15 118.3 Get:136 http://deb.debian.org/debian trixie/main arm64 libxcb-dri3-0 arm64 1.17.0-2+b1 [107 kB]
#15 118.3 Get:137 http://deb.debian.org/debian trixie/main arm64 libxcb-present0 arm64 1.17.0-2+b1 [106 kB]
#15 118.3 Get:138 http://deb.debian.org/debian trixie/main arm64 libxcb-randr0 arm64 1.17.0-2+b1 [117 kB]
#15 118.3 Get:139 http://deb.debian.org/debian trixie/main arm64 libxcb-sync1 arm64 1.17.0-2+b1 [109 kB]
#15 118.3 Get:140 http://deb.debian.org/debian trixie/main arm64 libxcb-xfixes0 arm64 1.17.0-2+b1 [110 kB]
#15 118.3 Get:141 http://deb.debian.org/debian trixie/main arm64 libxshmfence1 arm64 1.3.3-1 [11.1 kB]
#15 118.3 Get:142 http://deb.debian.org/debian trixie/main arm64 mesa-libgallium arm64 25.0.7-2 [8032 kB]
#15 123.3 Get:143 http://deb.debian.org/debian trixie/main arm64 libgbm1 arm64 25.0.7-2 [43.9 kB]
#15 123.3 Get:144 http://deb.debian.org/debian trixie/main arm64 libglib2.0-data all 2.84.4-3~deb13u1 [1286 kB]
#15 123.5 Get:145 http://deb.debian.org/debian trixie/main arm64 libgraphite2-3 arm64 1.3.14-2+b1 [70.4 kB]
#15 123.5 Get:146 http://deb.debian.org/debian trixie/main arm64 libharfbuzz0b arm64 10.2.0-1+b1 [442 kB]
#15 123.6 Get:147 http://deb.debian.org/debian trixie/main arm64 libjpeg62-turbo arm64 1:2.1.5-4 [173 kB]
#15 123.6 Get:148 http://deb.debian.org/debian trixie/main arm64 libjpeg62-turbo-dev arm64 1:2.1.5-4 [293 kB]
#15 123.6 Get:149 http://deb.debian.org/debian trixie/main arm64 libjpeg-dev arm64 1:2.1.5-4 [72.2 kB]
#15 123.7 Get:150 http://deb.debian.org/debian trixie/main arm64 libkmod2 arm64 34.2-2 [59.7 kB]
#15 123.7 Get:151 http://deb.debian.org/debian trixie/main arm64 libnspr4 arm64 2:4.36-1 [102 kB]
#15 123.7 Get:152 http://deb.debian.org/debian trixie/main arm64 libnss3 arm64 2:3.110-1 [1292 kB]
#15 125.8 Get:153 http://deb.debian.org/debian trixie/main arm64 libthai-data all 0.1.29-2 [168 kB]
#15 125.8 Get:154 http://deb.debian.org/debian trixie/main arm64 libthai0 arm64 0.1.29-2+b1 [48.4 kB]
#15 125.8 Get:155 http://deb.debian.org/debian trixie/main arm64 libpango-1.0-0 arm64 1.56.3-1 [213 kB]
#15 125.8 Get:156 http://deb.debian.org/debian trixie/main arm64 libpng-tools arm64 1.6.48-1 [129 kB]
#15 125.8 Get:157 http://deb.debian.org/debian trixie/main arm64 libxcomposite1 arm64 1:0.4.6-1 [16.4 kB]
#15 125.8 Get:158 http://deb.debian.org/debian trixie/main arm64 libxdamage1 arm64 1:1.1.6-1+b2 [15.6 kB]
#15 125.8 Get:159 http://deb.debian.org/debian trixie/main arm64 libxfixes3 arm64 1:6.0.0-2+b4 [20.5 kB]
#15 125.8 Get:160 http://deb.debian.org/debian trixie/main arm64 xkb-data all 2.42-1 [790 kB]
#15 125.9 Get:161 http://deb.debian.org/debian trixie/main arm64 libxkbcommon0 arm64 1.7.0-2 [106 kB]
#15 125.9 Get:162 http://deb.debian.org/debian trixie/main arm64 libxrandr2 arm64 2:1.5.4-1+b3 [35.9 kB]
#15 125.9 Get:163 http://deb.debian.org/debian trixie/main arm64 manpages-dev all 6.9.1-1 [2122 kB]
#15 126.4 Get:164 http://deb.debian.org/debian trixie/main arm64 psmisc arm64 23.7-2 [265 kB]
#15 126.4 Get:165 http://deb.debian.org/debian trixie/main arm64 shared-mime-info arm64 2.4-5+b2 [756 kB]
#15 126.4 Get:166 http://deb.debian.org/debian trixie/main arm64 systemd-cryptsetup arm64 257.9-1~deb13u1 [164 kB]
#15 126.4 Get:167 http://deb.debian.org/debian trixie/main arm64 xdg-user-dirs arm64 0.18-2 [53.2 kB]
#15 130.8 debconf: unable to initialize frontend: Dialog
#15 130.8 debconf: (TERM is not set, so the dialog frontend is not usable.)
#15 130.8 debconf: falling back to frontend: Readline
#15 130.8 debconf: unable to initialize frontend: Readline
#15 130.8 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/aarch64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8, <STDIN> line 167.)
#15 130.8 debconf: falling back to frontend: Teletype
#15 130.9 debconf: unable to initialize frontend: Teletype
#15 130.9 debconf: (This frontend requires a controlling tty.)
#15 130.9 debconf: falling back to frontend: Noninteractive
#15 ...

#17 [frontend 5/6] RUN npm install
#17 217.4 
#17 217.4 added 139 packages, and audited 140 packages in 4m
#17 217.4 
#17 217.4 37 packages are looking for funding
#17 217.4   run `npm fund` for details
#17 217.4 
#17 217.4 found 0 vulnerabilities
#17 217.5 npm notice
#17 217.5 npm notice New major version of npm available! 10.8.2 -> 11.6.3
#17 217.5 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.3
#17 217.5 npm notice To update run: npm install -g npm@11.6.3
#17 217.5 npm notice
#17 DONE 291.2s

#15 [backend 3/7] RUN apt-get update && apt-get install -y     gcc     g++     libfreetype6-dev     libpng-dev     libjpeg-dev     zlib1g-dev     libglib2.0-0     libnss3     libnspr4     libatk1.0-0     libatk-bridge2.0-0     libcups2     libdrm2     libdbus-1-3     libxkbcommon0     libxcomposite1     libxdamage1     libxfixes3     libxrandr2     libgbm1     libpango-1.0-0     libcairo2     libasound2     libatspi2.0-0     libxshmfence1     && rm -rf /var/lib/apt/lists/*
#15 ...

#18 [frontend 6/6] COPY . .
#18 DONE 1.3s

#15 [backend 3/7] RUN apt-get update && apt-get install -y     gcc     g++     libfreetype6-dev     libpng-dev     libjpeg-dev     zlib1g-dev     libglib2.0-0     libnss3     libnspr4     libatk1.0-0     libatk-bridge2.0-0     libcups2     libdrm2     libdbus-1-3     libxkbcommon0     libxcomposite1     libxdamage1     libxfixes3     libxrandr2     libgbm1     libpango-1.0-0     libcairo2     libasound2     libatspi2.0-0     libxshmfence1     && rm -rf /var/lib/apt/lists/*
#15 ...

#19 [frontend] exporting to image
#19 exporting layers
#19 ...

#15 [backend 3/7] RUN apt-get update && apt-get install -y     gcc     g++     libfreetype6-dev     libpng-dev     libjpeg-dev     zlib1g-dev     libglib2.0-0     libnss3     libnspr4     libatk1.0-0     libatk-bridge2.0-0     libcups2     libdrm2     libdbus-1-3     libxkbcommon0     libxcomposite1     libxdamage1     libxfixes3     libxrandr2     libgbm1     libpango-1.0-0     libcairo2     libasound2     libatspi2.0-0     libxshmfence1     && rm -rf /var/lib/apt/lists/*
#15 305.6 Preconfiguring packages ...
#15 306.1 Fetched 136 MB in 1min 45s (1302 kB/s)
#15 306.2 Selecting previously unselected package libsystemd-shared:arm64.
#15 306.2 (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 ... 5642 files and directories currently installed.)
#15 306.3 Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_arm64.deb ...
#15 306.4 Unpacking libsystemd-shared:arm64 (257.9-1~deb13u1) ...
#15 307.9 Selecting previously unselected package libapparmor1:arm64.
#15 307.9 Preparing to unpack .../libapparmor1_4.1.0-1_arm64.deb ...
#15 308.0 Unpacking libapparmor1:arm64 (4.1.0-1) ...
#15 308.2 Setting up libsystemd-shared:arm64 (257.9-1~deb13u1) ...
#15 308.5 Selecting previously unselected package systemd.
#15 308.5 (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 ... 5655 files and directories currently installed.)
#15 308.5 Preparing to unpack .../systemd_257.9-1~deb13u1_arm64.deb ...
#15 308.6 Unpacking systemd (257.9-1~deb13u1) ...
#15 309.7 Setting up libapparmor1:arm64 (4.1.0-1) ...
#15 309.7 Setting up systemd (257.9-1~deb13u1) ...
#15 310.0 Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
#15 310.1 Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
#15 310.1 Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
#15 310.1 Initializing machine ID from random generator.
#15 310.2 Creating group 'systemd-journal' with GID 999.
#15 310.2 Creating group 'systemd-network' with GID 998.
#15 310.2 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
#15 310.4 /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
#15 310.8 Selecting previously unselected package systemd-sysv.
#15 310.8 (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 ... 6592 files and directories currently installed.)
#15 310.8 Preparing to unpack .../000-systemd-sysv_257.9-1~deb13u1_arm64.deb ...
#15 310.8 Unpacking systemd-sysv (257.9-1~deb13u1) ...
#15 312.8 Selecting previously unselected package libdbus-1-3:arm64.
#15 312.8 Preparing to unpack .../001-libdbus-1-3_1.16.2-2_arm64.deb ...
#15 312.8 Unpacking libdbus-1-3:arm64 (1.16.2-2) ...
#15 313.1 Selecting previously unselected package dbus-bin.
#15 313.1 Preparing to unpack .../002-dbus-bin_1.16.2-2_arm64.deb ...
#15 313.1 Unpacking dbus-bin (1.16.2-2) ...
#15 313.3 Selecting previously unselected package dbus-session-bus-common.
#15 313.3 Preparing to unpack .../003-dbus-session-bus-common_1.16.2-2_all.deb ...
#15 313.3 Unpacking dbus-session-bus-common (1.16.2-2) ...
#15 313.5 Selecting previously unselected package libexpat1:arm64.
#15 313.5 Preparing to unpack .../004-libexpat1_2.7.1-2_arm64.deb ...
#15 313.6 Unpacking libexpat1:arm64 (2.7.1-2) ...
#15 313.9 Selecting previously unselected package dbus-daemon.
#15 313.9 Preparing to unpack .../005-dbus-daemon_1.16.2-2_arm64.deb ...
#15 313.9 Unpacking dbus-daemon (1.16.2-2) ...
#15 314.1 Selecting previously unselected package dbus-system-bus-common.
#15 314.1 Preparing to unpack .../006-dbus-system-bus-common_1.16.2-2_all.deb ...
#15 314.2 Unpacking dbus-system-bus-common (1.16.2-2) ...
#15 314.4 Selecting previously unselected package dbus.
#15 314.4 Preparing to unpack .../007-dbus_1.16.2-2_arm64.deb ...
#15 314.4 Unpacking dbus (1.16.2-2) ...
#15 314.7 Selecting previously unselected package linux-sysctl-defaults.
#15 314.7 Preparing to unpack .../008-linux-sysctl-defaults_4.12_all.deb ...
#15 316.4 Unpacking linux-sysctl-defaults (4.12) ...
#15 316.6 Selecting previously unselected package libproc2-0:arm64.
#15 316.6 Preparing to unpack .../009-libproc2-0_2%3a4.0.4-9_arm64.deb ...
#15 316.6 Unpacking libproc2-0:arm64 (2:4.0.4-9) ...
#15 316.9 Selecting previously unselected package procps.
#15 316.9 Preparing to unpack .../010-procps_2%3a4.0.4-9_arm64.deb ...
#15 317.0 Unpacking procps (2:4.0.4-9) ...
#15 318.6 Selecting previously unselected package krb5-locales.
#15 318.6 Preparing to unpack .../011-krb5-locales_1.21.3-5_all.deb ...
#15 318.7 Unpacking krb5-locales (1.21.3-5) ...
#15 319.0 Selecting previously unselected package libnss-systemd:arm64.
#15 319.0 Preparing to unpack .../012-libnss-systemd_257.9-1~deb13u1_arm64.deb ...
#15 319.0 Unpacking libnss-systemd:arm64 (257.9-1~deb13u1) ...
#15 319.3 Selecting previously unselected package libpam-systemd:arm64.
#15 319.3 Preparing to unpack .../013-libpam-systemd_257.9-1~deb13u1_arm64.deb ...
#15 319.3 Unpacking libpam-systemd:arm64 (257.9-1~deb13u1) ...
#15 319.6 Selecting previously unselected package manpages.
#15 319.6 Preparing to unpack .../014-manpages_6.9.1-1_all.deb ...
#15 319.6 Unpacking manpages (6.9.1-1) ...
#15 320.1 Selecting previously unselected package systemd-timesyncd.
#15 320.1 Preparing to unpack .../015-systemd-timesyncd_257.9-1~deb13u1_arm64.deb ...
#15 320.2 Unpacking systemd-timesyncd (257.9-1~deb13u1) ...
#15 320.4 Selecting previously unselected package alsa-topology-conf.
#15 320.4 Preparing to unpack .../016-alsa-topology-conf_1.2.5.1-3_all.deb ...
#15 320.4 Unpacking alsa-topology-conf (1.2.5.1-3) ...
#15 320.6 Selecting previously unselected package libasound2-data.
#15 320.6 Preparing to unpack .../017-libasound2-data_1.2.14-1_all.deb ...
#15 320.7 Unpacking libasound2-data (1.2.14-1) ...
#15 321.1 Selecting previously unselected package libasound2t64:arm64.
#15 321.1 Preparing to unpack .../018-libasound2t64_1.2.14-1_arm64.deb ...
#15 321.1 Unpacking libasound2t64:arm64 (1.2.14-1) ...
#15 321.5 Selecting previously unselected package alsa-ucm-conf.
#15 321.5 Preparing to unpack .../019-alsa-ucm-conf_1.2.14-1_all.deb ...
#15 321.5 Unpacking alsa-ucm-conf (1.2.14-1) ...
#15 323.7 Selecting previously unselected package at-spi2-common.
#15 323.7 Preparing to unpack .../020-at-spi2-common_2.56.2-1_all.deb ...
#15 323.8 Unpacking at-spi2-common (2.56.2-1) ...
#15 324.4 Selecting previously unselected package libatomic1:arm64.
#15 324.4 Preparing to unpack .../021-libatomic1_14.2.0-19_arm64.deb ...
#15 324.5 Unpacking libatomic1:arm64 (14.2.0-19) ...
#15 324.8 Selecting previously unselected package libglib2.0-0t64:arm64.
#15 324.8 Preparing to unpack .../022-libglib2.0-0t64_2.84.4-3~deb13u1_arm64.deb ...
#15 324.8 Unpacking libglib2.0-0t64:arm64 (2.84.4-3~deb13u1) ...
#15 325.3 Selecting previously unselected package libxau6:arm64.
#15 325.3 Preparing to unpack .../023-libxau6_1%3a1.0.11-1_arm64.deb ...
#15 325.3 Unpacking libxau6:arm64 (1:1.0.11-1) ...
#15 325.6 Selecting previously unselected package libxdmcp6:arm64.
#15 325.6 Preparing to unpack .../024-libxdmcp6_1%3a1.1.5-1_arm64.deb ...
#15 325.6 Unpacking libxdmcp6:arm64 (1:1.1.5-1) ...
#15 325.9 Selecting previously unselected package libxcb1:arm64.
#15 325.9 Preparing to unpack .../025-libxcb1_1.17.0-2+b1_arm64.deb ...
#15 325.9 Unpacking libxcb1:arm64 (1.17.0-2+b1) ...
#15 326.1 Selecting previously unselected package libx11-data.
#15 326.1 Preparing to unpack .../026-libx11-data_2%3a1.8.12-1_all.deb ...
#15 326.2 Unpacking libx11-data (2:1.8.12-1) ...
#15 326.5 Selecting previously unselected package libx11-6:arm64.
#15 326.5 Preparing to unpack .../027-libx11-6_2%3a1.8.12-1_arm64.deb ...
#15 326.6 Unpacking libx11-6:arm64 (2:1.8.12-1) ...
#15 327.0 Selecting previously unselected package libxext6:arm64.
#15 327.0 Preparing to unpack .../028-libxext6_2%3a1.3.4-1+b3_arm64.deb ...
#15 327.2 Unpacking libxext6:arm64 (2:1.3.4-1+b3) ...
#15 330.9 Selecting previously unselected package libxi6:arm64.
#15 330.9 Preparing to unpack .../029-libxi6_2%3a1.8.2-1_arm64.deb ...
#15 331.0 Unpacking libxi6:arm64 (2:1.8.2-1) ...
#15 331.2 Selecting previously unselected package libatspi2.0-0t64:arm64.
#15 331.2 Preparing to unpack .../030-libatspi2.0-0t64_2.56.2-1_arm64.deb ...
#15 331.3 Unpacking libatspi2.0-0t64:arm64 (2.56.2-1) ...
#15 331.5 Selecting previously unselected package x11-common.
#15 331.5 Preparing to unpack .../031-x11-common_1%3a7.7+24+deb13u1_all.deb ...
#15 331.6 Unpacking x11-common (1:7.7+24+deb13u1) ...
#15 331.8 Selecting previously unselected package libxtst6:arm64.
#15 331.8 Preparing to unpack .../032-libxtst6_2%3a1.2.5-1_arm64.deb ...
#15 331.9 Unpacking libxtst6:arm64 (2:1.2.5-1) ...
#15 332.1 Selecting previously unselected package dbus-user-session.
#15 332.1 Preparing to unpack .../033-dbus-user-session_1.16.2-2_arm64.deb ...
#15 332.1 Unpacking dbus-user-session (1.16.2-2) ...
#15 332.3 Selecting previously unselected package libdconf1:arm64.
#15 332.3 Preparing to unpack .../034-libdconf1_0.40.0-5_arm64.deb ...
#15 332.3 Unpacking libdconf1:arm64 (0.40.0-5) ...
#15 332.5 Selecting previously unselected package dconf-service.
#15 332.5 Preparing to unpack .../035-dconf-service_0.40.0-5_arm64.deb ...
#15 332.5 Unpacking dconf-service (0.40.0-5) ...
#15 332.7 Selecting previously unselected package dconf-gsettings-backend:arm64.
#15 332.7 Preparing to unpack .../036-dconf-gsettings-backend_0.40.0-5_arm64.deb ...
#15 332.8 Unpacking dconf-gsettings-backend:arm64 (0.40.0-5) ...
#15 332.9 Selecting previously unselected package gsettings-desktop-schemas.
#15 332.9 Preparing to unpack .../037-gsettings-desktop-schemas_48.0-1_all.deb ...
#15 333.0 Unpacking gsettings-desktop-schemas (48.0-1) ...
#15 334.8 Selecting previously unselected package at-spi2-core.
#15 334.8 Preparing to unpack .../038-at-spi2-core_2.56.2-1_arm64.deb ...
#15 335.2 Unpacking at-spi2-core (2.56.2-1) ...
#15 337.7 Selecting previously unselected package libsframe1:arm64.
#15 337.7 Preparing to unpack .../039-libsframe1_2.44-3_arm64.deb ...
#15 338.0 Unpacking libsframe1:arm64 (2.44-3) ...
#15 338.3 Selecting previously unselected package binutils-common:arm64.
#15 338.3 Preparing to unpack .../040-binutils-common_2.44-3_arm64.deb ...
#15 338.3 Unpacking binutils-common:arm64 (2.44-3) ...
#15 339.1 Selecting previously unselected package libbinutils:arm64.
#15 339.1 Preparing to unpack .../041-libbinutils_2.44-3_arm64.deb ...
#15 339.2 Unpacking libbinutils:arm64 (2.44-3) ...
#15 339.8 Selecting previously unselected package libgprofng0:arm64.
#15 339.8 Preparing to unpack .../042-libgprofng0_2.44-3_arm64.deb ...
#15 339.8 Unpacking libgprofng0:arm64 (2.44-3) ...
#15 340.4 Selecting previously unselected package libctf-nobfd0:arm64.
#15 340.4 Preparing to unpack .../043-libctf-nobfd0_2.44-3_arm64.deb ...
#15 340.4 Unpacking libctf-nobfd0:arm64 (2.44-3) ...
#15 341.8 Selecting previously unselected package libctf0:arm64.
#15 341.8 Preparing to unpack .../044-libctf0_2.44-3_arm64.deb ...
#15 342.6 Unpacking libctf0:arm64 (2.44-3) ...
#15 342.9 Selecting previously unselected package libjansson4:arm64.
#15 342.9 Preparing to unpack .../045-libjansson4_2.14-2+b3_arm64.deb ...
#15 342.9 Unpacking libjansson4:arm64 (2.14-2+b3) ...
#15 343.3 Selecting previously unselected package binutils-aarch64-linux-gnu.
#15 343.3 Preparing to unpack .../046-binutils-aarch64-linux-gnu_2.44-3_arm64.deb ...
#15 343.4 Unpacking binutils-aarch64-linux-gnu (2.44-3) ...
#15 344.3 Selecting previously unselected package binutils.
#15 344.3 Preparing to unpack .../047-binutils_2.44-3_arm64.deb ...
#15 344.3 Unpacking binutils (2.44-3) ...
#15 344.6 Selecting previously unselected package bzip2-doc.
#15 344.6 Preparing to unpack .../048-bzip2-doc_1.0.8-6_all.deb ...
#15 344.6 Unpacking bzip2-doc (1.0.8-6) ...
#15 349.6 Selecting previously unselected package libisl23:arm64.
#15 349.7 Preparing to unpack .../049-libisl23_0.27-1_arm64.deb ...
#15 349.8 Unpacking libisl23:arm64 (0.27-1) ...
#15 357.3 Selecting previously unselected package libmpfr6:arm64.
#15 357.3 Preparing to unpack .../050-libmpfr6_4.2.2-1_arm64.deb ...
#15 357.3 Unpacking libmpfr6:arm64 (4.2.2-1) ...
#15 358.9 Selecting previously unselected package libmpc3:arm64.
#15 358.9 Preparing to unpack .../051-libmpc3_1.3.1-1+b3_arm64.deb ...
#15 358.9 Unpacking libmpc3:arm64 (1.3.1-1+b3) ...
#15 359.1 Selecting previously unselected package cpp-14-aarch64-linux-gnu.
#15 359.1 Preparing to unpack .../052-cpp-14-aarch64-linux-gnu_14.2.0-19_arm64.deb ...
#15 359.1 Unpacking cpp-14-aarch64-linux-gnu (14.2.0-19) ...
#15 361.9 Selecting previously unselected package cpp-14.
#15 361.9 Preparing to unpack .../053-cpp-14_14.2.0-19_arm64.deb ...
#15 361.9 Unpacking cpp-14 (14.2.0-19) ...
#15 362.2 Selecting previously unselected package cpp-aarch64-linux-gnu.
#15 362.2 Preparing to unpack .../054-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
#15 362.2 Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ...
#15 366.9 Selecting previously unselected package cpp.
#15 366.9 Preparing to unpack .../055-cpp_4%3a14.2.0-1_arm64.deb ...
#15 366.9 Unpacking cpp (4:14.2.0-1) ...
#15 367.2 Selecting previously unselected package libdevmapper1.02.1:arm64.
#15 367.2 Preparing to unpack .../056-libdevmapper1.02.1_2%3a1.02.205-2_arm64.deb ...
#15 367.2 Unpacking libdevmapper1.02.1:arm64 (2:1.02.205-2) ...
#15 367.4 Selecting previously unselected package dmsetup.
#15 367.4 Preparing to unpack .../057-dmsetup_2%3a1.02.205-2_arm64.deb ...
#15 367.4 Unpacking dmsetup (2:1.02.205-2) ...
#15 367.7 Selecting previously unselected package libbrotli1:arm64.
#15 367.7 Preparing to unpack .../058-libbrotli1_1.1.0-2+b7_arm64.deb ...
#15 367.7 Unpacking libbrotli1:arm64 (1.1.0-2+b7) ...
#15 368.0 Selecting previously unselected package libpng16-16t64:arm64.
#15 368.0 Preparing to unpack .../059-libpng16-16t64_1.6.48-1_arm64.deb ...
#15 368.0 Unpacking libpng16-16t64:arm64 (1.6.48-1) ...
#15 368.3 Selecting previously unselected package libfreetype6:arm64.
#15 368.3 Preparing to unpack .../060-libfreetype6_2.13.3+dfsg-1_arm64.deb ...
#15 368.3 Unpacking libfreetype6:arm64 (2.13.3+dfsg-1) ...
#15 368.6 Selecting previously unselected package fonts-dejavu-mono.
#15 368.6 Preparing to unpack .../061-fonts-dejavu-mono_2.37-8_all.deb ...
#15 368.6 Unpacking fonts-dejavu-mono (2.37-8) ...
#15 369.0 Selecting previously unselected package fonts-dejavu-core.
#15 369.0 Preparing to unpack .../062-fonts-dejavu-core_2.37-8_all.deb ...
#15 369.1 Unpacking fonts-dejavu-core (2.37-8) ...
#15 369.6 Selecting previously unselected package fontconfig-config.
#15 369.6 Preparing to unpack .../063-fontconfig-config_2.15.0-2.3_arm64.deb ...
#15 369.6 Unpacking fontconfig-config (2.15.0-2.3) ...
#15 371.5 Selecting previously unselected package libfontconfig1:arm64.
#15 371.5 Preparing to unpack .../064-libfontconfig1_2.15.0-2.3_arm64.deb ...
#15 371.5 Unpacking libfontconfig1:arm64 (2.15.0-2.3) ...
#15 371.8 Selecting previously unselected package fontconfig.
#15 371.8 Preparing to unpack .../065-fontconfig_2.15.0-2.3_arm64.deb ...
#15 371.8 Unpacking fontconfig (2.15.0-2.3) ...
#15 372.1 Selecting previously unselected package libcc1-0:arm64.
#15 372.1 Preparing to unpack .../066-libcc1-0_14.2.0-19_arm64.deb ...
#15 372.2 Unpacking libcc1-0:arm64 (14.2.0-19) ...
#15 372.5 Selecting previously unselected package libgomp1:arm64.
#15 372.5 Preparing to unpack .../067-libgomp1_14.2.0-19_arm64.deb ...
#15 372.5 Unpacking libgomp1:arm64 (14.2.0-19) ...
#15 372.8 Selecting previously unselected package libitm1:arm64.
#15 372.8 Preparing to unpack .../068-libitm1_14.2.0-19_arm64.deb ...
#15 372.8 Unpacking libitm1:arm64 (14.2.0-19) ...
#15 373.1 Selecting previously unselected package libasan8:arm64.
#15 373.1 Preparing to unpack .../069-libasan8_14.2.0-19_arm64.deb ...
#15 373.1 Unpacking libasan8:arm64 (14.2.0-19) ...
#15 378.8 Selecting previously unselected package liblsan0:arm64.
#15 378.8 Preparing to unpack .../070-liblsan0_14.2.0-19_arm64.deb ...
#15 379.2 Unpacking liblsan0:arm64 (14.2.0-19) ...
#15 379.6 Selecting previously unselected package libtsan2:arm64.
#15 379.6 Preparing to unpack .../071-libtsan2_14.2.0-19_arm64.deb ...
#15 379.7 Unpacking libtsan2:arm64 (14.2.0-19) ...
#15 381.6 Selecting previously unselected package libubsan1:arm64.
#15 381.6 Preparing to unpack .../072-libubsan1_14.2.0-19_arm64.deb ...
#15 381.8 Unpacking libubsan1:arm64 (14.2.0-19) ...
#15 382.3 Selecting previously unselected package libhwasan0:arm64.
#15 382.4 Preparing to unpack .../073-libhwasan0_14.2.0-19_arm64.deb ...
#15 382.4 Unpacking libhwasan0:arm64 (14.2.0-19) ...
#15 383.0 Selecting previously unselected package libgcc-14-dev:arm64.
#15 383.0 Preparing to unpack .../074-libgcc-14-dev_14.2.0-19_arm64.deb ...
#15 383.1 Unpacking libgcc-14-dev:arm64 (14.2.0-19) ...
#15 383.9 Selecting previously unselected package gcc-14-aarch64-linux-gnu.
#15 383.9 Preparing to unpack .../075-gcc-14-aarch64-linux-gnu_14.2.0-19_arm64.deb ...
#15 383.9 Unpacking gcc-14-aarch64-linux-gnu (14.2.0-19) ...
#15 386.7 Selecting previously unselected package gcc-14.
#15 386.7 Preparing to unpack .../076-gcc-14_14.2.0-19_arm64.deb ...
#15 386.8 Unpacking gcc-14 (14.2.0-19) ...
#15 387.0 Selecting previously unselected package gcc-aarch64-linux-gnu.
#15 387.0 Preparing to unpack .../077-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
#15 387.0 Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ...
#15 387.2 Selecting previously unselected package gcc.
#15 387.2 Preparing to unpack .../078-gcc_4%3a14.2.0-1_arm64.deb ...
#15 387.3 Unpacking gcc (4:14.2.0-1) ...
#15 387.5 Selecting previously unselected package libc-dev-bin.
#15 387.6 Preparing to unpack .../079-libc-dev-bin_2.41-12_arm64.deb ...
#15 387.6 Unpacking libc-dev-bin (2.41-12) ...
#15 387.8 Selecting previously unselected package linux-libc-dev.
#15 387.8 Preparing to unpack .../080-linux-libc-dev_6.12.57-1_all.deb ...
#15 387.9 Unpacking linux-libc-dev (6.12.57-1) ...
#15 401.5 Selecting previously unselected package libcrypt-dev:arm64.
#15 401.5 Preparing to unpack .../081-libcrypt-dev_1%3a4.4.38-1_arm64.deb ...
#15 401.6 Unpacking libcrypt-dev:arm64 (1:4.4.38-1) ...
#15 402.6 Selecting previously unselected package rpcsvc-proto.
#15 402.6 Preparing to unpack .../082-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
#15 402.8 Unpacking rpcsvc-proto (1.4.3-1+b1) ...
#15 405.1 Selecting previously unselected package libc6-dev:arm64.
#15 405.1 Preparing to unpack .../083-libc6-dev_2.41-12_arm64.deb ...
#15 409.8 Unpacking libc6-dev:arm64 (2.41-12) ...
#15 412.8 Selecting previously unselected package libstdc++-14-dev:arm64.
#15 412.8 Preparing to unpack .../084-libstdc++-14-dev_14.2.0-19_arm64.deb ...
#15 412.8 Unpacking libstdc++-14-dev:arm64 (14.2.0-19) ...
#15 414.1 Selecting previously unselected package g++-14-aarch64-linux-gnu.
#15 414.1 Preparing to unpack .../085-g++-14-aarch64-linux-gnu_14.2.0-19_arm64.deb ...
#15 414.2 Unpacking g++-14-aarch64-linux-gnu (14.2.0-19) ...
#15 427.4 Selecting previously unselected package g++-14.
#15 427.4 Preparing to unpack .../086-g++-14_14.2.0-19_arm64.deb ...
#15 428.2 Unpacking g++-14 (14.2.0-19) ...
#15 445.6 Selecting previously unselected package g++-aarch64-linux-gnu.
#15 445.6 Preparing to unpack .../087-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
#15 447.9 Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ...
#15 469.3 Selecting previously unselected package g++.
#15 469.3 Preparing to unpack .../088-g++_4%3a14.2.0-1_arm64.deb ...
#15 469.3 Unpacking g++ (4:14.2.0-1) ...
#15 469.7 Selecting previously unselected package libatk1.0-0t64:arm64.
#15 469.7 Preparing to unpack .../089-libatk1.0-0t64_2.56.2-1_arm64.deb ...
#15 469.7 Unpacking libatk1.0-0t64:arm64 (2.56.2-1) ...
#15 470.0 Selecting previously unselected package libatk-bridge2.0-0t64:arm64.
#15 470.0 Preparing to unpack .../090-libatk-bridge2.0-0t64_2.56.2-1_arm64.deb ...
#15 470.0 Unpacking libatk-bridge2.0-0t64:arm64 (2.56.2-1) ...
#15 470.3 Selecting previously unselected package libavahi-common-data:arm64.
#15 470.3 Preparing to unpack .../091-libavahi-common-data_0.8-16_arm64.deb ...
#15 470.4 Unpacking libavahi-common-data:arm64 (0.8-16) ...
#15 470.7 Selecting previously unselected package libavahi-common3:arm64.
#15 470.7 Preparing to unpack .../092-libavahi-common3_0.8-16_arm64.deb ...
#15 470.7 Unpacking libavahi-common3:arm64 (0.8-16) ...
#15 471.0 Selecting previously unselected package libavahi-client3:arm64.
#15 471.0 Preparing to unpack .../093-libavahi-client3_0.8-16_arm64.deb ...
#15 471.1 Unpacking libavahi-client3:arm64 (0.8-16) ...
#15 471.3 Selecting previously unselected package libbrotli-dev:arm64.
#15 471.3 Preparing to unpack .../094-libbrotli-dev_1.1.0-2+b7_arm64.deb ...
#15 471.3 Unpacking libbrotli-dev:arm64 (1.1.0-2+b7) ...
#15 471.7 Selecting previously unselected package libbz2-dev:arm64.
#15 471.7 Preparing to unpack .../095-libbz2-dev_1.0.8-6_arm64.deb ...
#15 471.7 Unpacking libbz2-dev:arm64 (1.0.8-6) ...
#15 472.1 Selecting previously unselected package libpixman-1-0:arm64.
#15 472.1 Preparing to unpack .../096-libpixman-1-0_0.44.0-3_arm64.deb ...
#15 472.1 Unpacking libpixman-1-0:arm64 (0.44.0-3) ...
#15 473.3 Selecting previously unselected package libxcb-render0:arm64.
#15 473.3 Preparing to unpack .../097-libxcb-render0_1.17.0-2+b1_arm64.deb ...
#15 473.9 Unpacking libxcb-render0:arm64 (1.17.0-2+b1) ...
#15 475.2 Selecting previously unselected package libxcb-shm0:arm64.
#15 475.2 Preparing to unpack .../098-libxcb-shm0_1.17.0-2+b1_arm64.deb ...
#15 475.2 Unpacking libxcb-shm0:arm64 (1.17.0-2+b1) ...
#15 475.5 Selecting previously unselected package libxrender1:arm64.
#15 475.5 Preparing to unpack .../099-libxrender1_1%3a0.9.12-1_arm64.deb ...
#15 475.5 Unpacking libxrender1:arm64 (1:0.9.12-1) ...
#15 475.8 Selecting previously unselected package libcairo2:arm64.
#15 475.8 Preparing to unpack .../100-libcairo2_1.18.4-1+b1_arm64.deb ...
#15 475.8 Unpacking libcairo2:arm64 (1.18.4-1+b1) ...
#15 476.2 Selecting previously unselected package libcom-err2:arm64.
#15 476.2 Preparing to unpack .../101-libcom-err2_1.47.2-3+b3_arm64.deb ...
#15 476.3 Unpacking libcom-err2:arm64 (1.47.2-3+b3) ...
#15 476.6 Selecting previously unselected package libjson-c5:arm64.
#15 476.6 Preparing to unpack .../102-libjson-c5_0.18+ds-1_arm64.deb ...
#15 476.6 Unpacking libjson-c5:arm64 (0.18+ds-1) ...
#15 476.9 Selecting previously unselected package libcryptsetup12:arm64.
#15 476.9 Preparing to unpack .../103-libcryptsetup12_2%3a2.7.5-2_arm64.deb ...
#15 477.0 Unpacking libcryptsetup12:arm64 (2:2.7.5-2) ...
#15 477.2 Selecting previously unselected package libunistring5:arm64.
#15 477.2 Preparing to unpack .../104-libunistring5_1.3-2_arm64.deb ...
#15 477.3 Unpacking libunistring5:arm64 (1.3-2) ...
#15 ...

#19 [frontend] exporting to image
#19 exporting layers 180.4s done
#19 writing image sha256:70221b74cd4821fde89817068a33a782422dba11a32059054abc4b397d922cb5 0.1s done
#19 naming to docker.io/library/juntete-frontend
#19 naming to docker.io/library/juntete-frontend 0.0s done
#19 DONE 180.7s

#15 [backend 3/7] RUN apt-get update && apt-get install -y     gcc     g++     libfreetype6-dev     libpng-dev     libjpeg-dev     zlib1g-dev     libglib2.0-0     libnss3     libnspr4     libatk1.0-0     libatk-bridge2.0-0     libcups2     libdrm2     libdbus-1-3     libxkbcommon0     libxcomposite1     libxdamage1     libxfixes3     libxrandr2     libgbm1     libpango-1.0-0     libcairo2     libasound2     libatspi2.0-0     libxshmfence1     && rm -rf /var/lib/apt/lists/*
#15 477.9 Selecting previously unselected package libidn2-0:arm64.
#15 477.9 Preparing to unpack .../105-libidn2-0_2.3.8-2_arm64.deb ...
#15 478.0 Unpacking libidn2-0:arm64 (2.3.8-2) ...
#15 478.5 Selecting previously unselected package libp11-kit0:arm64.
#15 478.5 Preparing to unpack .../106-libp11-kit0_0.25.5-3_arm64.deb ...
#15 478.5 Unpacking libp11-kit0:arm64 (0.25.5-3) ...
#15 ...

#20 [frontend] resolving provenance for metadata file
#20 DONE 0.0s

#15 [backend 3/7] RUN apt-get update && apt-get install -y     gcc     g++     libfreetype6-dev     libpng-dev     libjpeg-dev     zlib1g-dev     libglib2.0-0     libnss3     libnspr4     libatk1.0-0     libatk-bridge2.0-0     libcups2     libdrm2     libdbus-1-3     libxkbcommon0     libxcomposite1     libxdamage1     libxfixes3     libxrandr2     libgbm1     libpango-1.0-0     libcairo2     libasound2     libatspi2.0-0     libxshmfence1     && rm -rf /var/lib/apt/lists/*
#15 479.1 Selecting previously unselected package libtasn1-6:arm64.
#15 479.1 Preparing to unpack .../107-libtasn1-6_4.20.0-2_arm64.deb ...
#15 479.2 Unpacking libtasn1-6:arm64 (4.20.0-2) ...
#15 479.7 Selecting previously unselected package libgnutls30t64:arm64.
#15 479.7 Preparing to unpack .../108-libgnutls30t64_3.8.9-3_arm64.deb ...
#15 479.7 Unpacking libgnutls30t64:arm64 (3.8.9-3) ...
#15 480.3 Selecting previously unselected package libkrb5support0:arm64.
#15 480.3 Preparing to unpack .../109-libkrb5support0_1.21.3-5_arm64.deb ...
#15 480.4 Unpacking libkrb5support0:arm64 (1.21.3-5) ...
#15 482.3 Selecting previously unselected package libk5crypto3:arm64.
#15 482.3 Preparing to unpack .../110-libk5crypto3_1.21.3-5_arm64.deb ...
#15 482.3 Unpacking libk5crypto3:arm64 (1.21.3-5) ...
#15 482.7 Selecting previously unselected package libkeyutils1:arm64.
#15 482.7 Preparing to unpack .../111-libkeyutils1_1.6.3-6_arm64.deb ...
#15 482.8 Unpacking libkeyutils1:arm64 (1.6.3-6) ...
#15 483.0 Selecting previously unselected package libkrb5-3:arm64.
#15 483.0 Preparing to unpack .../112-libkrb5-3_1.21.3-5_arm64.deb ...
#15 483.0 Unpacking libkrb5-3:arm64 (1.21.3-5) ...
#15 483.3 Selecting previously unselected package libgssapi-krb5-2:arm64.
#15 483.3 Preparing to unpack .../113-libgssapi-krb5-2_1.21.3-5_arm64.deb ...
#15 483.3 Unpacking libgssapi-krb5-2:arm64 (1.21.3-5) ...
#15 483.6 Selecting previously unselected package libcups2t64:arm64.
#15 483.6 Preparing to unpack .../114-libcups2t64_2.4.10-3+deb13u2_arm64.deb ...
#15 483.6 Unpacking libcups2t64:arm64 (2.4.10-3+deb13u2) ...
#15 483.9 Selecting previously unselected package libdatrie1:arm64.
#15 483.9 Preparing to unpack .../115-libdatrie1_0.2.13-3+b1_arm64.deb ...
#15 483.9 Unpacking libdatrie1:arm64 (0.2.13-3+b1) ...
#15 484.1 Selecting previously unselected package libdrm-common.
#15 484.1 Preparing to unpack .../116-libdrm-common_2.4.124-2_all.deb ...
#15 484.1 Unpacking libdrm-common (2.4.124-2) ...
#15 484.3 Selecting previously unselected package libdrm2:arm64.
#15 484.3 Preparing to unpack .../117-libdrm2_2.4.124-2_arm64.deb ...
#15 484.3 Unpacking libdrm2:arm64 (2.4.124-2) ...
#15 484.6 Selecting previously unselected package libdrm-amdgpu1:arm64.
#15 484.6 Preparing to unpack .../118-libdrm-amdgpu1_2.4.124-2_arm64.deb ...
#15 484.6 Unpacking libdrm-amdgpu1:arm64 (2.4.124-2) ...
#15 485.6 Selecting previously unselected package libedit2:arm64.
#15 485.6 Preparing to unpack .../119-libedit2_3.1-20250104-1_arm64.deb ...
#15 485.6 Unpacking libedit2:arm64 (3.1-20250104-1) ...
#15 485.8 Selecting previously unselected package libelf1t64:arm64.
#15 485.8 Preparing to unpack .../120-libelf1t64_0.192-4_arm64.deb ...
#15 485.8 Unpacking libelf1t64:arm64 (0.192-4) ...
#15 486.0 Selecting previously unselected package zlib1g-dev:arm64.
#15 486.0 Preparing to unpack .../121-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ...
#15 486.1 Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
#15 486.3 Selecting previously unselected package libpng-dev:arm64.
#15 486.3 Preparing to unpack .../122-libpng-dev_1.6.48-1_arm64.deb ...
#15 486.4 Unpacking libpng-dev:arm64 (1.6.48-1) ...
#15 486.6 Selecting previously unselected package libfreetype-dev:arm64.
#15 486.6 Preparing to unpack .../123-libfreetype-dev_2.13.3+dfsg-1_arm64.deb ...
#15 486.6 Unpacking libfreetype-dev:arm64 (2.13.3+dfsg-1) ...
#15 486.9 Selecting previously unselected package libfribidi0:arm64.
#15 486.9 Preparing to unpack .../124-libfribidi0_1.0.16-1_arm64.deb ...
#15 487.0 Unpacking libfribidi0:arm64 (1.0.16-1) ...
#15 487.1 Selecting previously unselected package libwayland-server0:arm64.
#15 487.1 Preparing to unpack .../125-libwayland-server0_1.23.1-3_arm64.deb ...
#15 487.2 Unpacking libwayland-server0:arm64 (1.23.1-3) ...
#15 487.4 Selecting previously unselected package libxml2:arm64.
#15 487.4 Preparing to unpack .../126-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_arm64.deb ...
#15 487.4 Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
#15 487.7 Selecting previously unselected package libz3-4:arm64.
#15 487.7 Preparing to unpack .../127-libz3-4_4.13.3-1_arm64.deb ...
#15 487.7 Unpacking libz3-4:arm64 (4.13.3-1) ...
#15 489.4 Selecting previously unselected package libllvm19:arm64.
#15 489.4 Preparing to unpack .../128-libllvm19_1%3a19.1.7-3+b1_arm64.deb ...
#15 489.4 Unpacking libllvm19:arm64 (1:19.1.7-3+b1) ...
#15 525.7 Selecting previously unselected package libsensors-config.
#15 525.7 Preparing to unpack .../129-libsensors-config_1%3a3.6.2-2_all.deb ...
#15 526.1 Unpacking libsensors-config (1:3.6.2-2) ...
#15 543.2 Selecting previously unselected package libsensors5:arm64.
#15 543.2 Preparing to unpack .../130-libsensors5_1%3a3.6.2-2_arm64.deb ...
#15 543.2 Unpacking libsensors5:arm64 (1:3.6.2-2) ...
#15 543.5 Selecting previously unselected package libx11-xcb1:arm64.
#15 543.5 Preparing to unpack .../131-libx11-xcb1_2%3a1.8.12-1_arm64.deb ...
#15 543.5 Unpacking libx11-xcb1:arm64 (2:1.8.12-1) ...
#15 543.7 Selecting previously unselected package libxcb-dri3-0:arm64.
#15 543.7 Preparing to unpack .../132-libxcb-dri3-0_1.17.0-2+b1_arm64.deb ...
#15 543.8 Unpacking libxcb-dri3-0:arm64 (1.17.0-2+b1) ...
#15 544.1 Selecting previously unselected package libxcb-present0:arm64.
#15 544.1 Preparing to unpack .../133-libxcb-present0_1.17.0-2+b1_arm64.deb ...
#15 544.1 Unpacking libxcb-present0:arm64 (1.17.0-2+b1) ...
#15 544.3 Selecting previously unselected package libxcb-randr0:arm64.
#15 544.3 Preparing to unpack .../134-libxcb-randr0_1.17.0-2+b1_arm64.deb ...
#15 544.3 Unpacking libxcb-randr0:arm64 (1.17.0-2+b1) ...
#15 544.5 Selecting previously unselected package libxcb-sync1:arm64.
#15 544.6 Preparing to unpack .../135-libxcb-sync1_1.17.0-2+b1_arm64.deb ...
#15 544.6 Unpacking libxcb-sync1:arm64 (1.17.0-2+b1) ...
#15 544.8 Selecting previously unselected package libxcb-xfixes0:arm64.
#15 544.8 Preparing to unpack .../136-libxcb-xfixes0_1.17.0-2+b1_arm64.deb ...
#15 544.9 Unpacking libxcb-xfixes0:arm64 (1.17.0-2+b1) ...
#15 545.1 Selecting previously unselected package libxshmfence1:arm64.
#15 545.1 Preparing to unpack .../137-libxshmfence1_1.3.3-1_arm64.deb ...
#15 545.1 Unpacking libxshmfence1:arm64 (1.3.3-1) ...
#15 545.3 Selecting previously unselected package mesa-libgallium:arm64.
#15 545.3 Preparing to unpack .../138-mesa-libgallium_25.0.7-2_arm64.deb ...
#15 545.3 Unpacking mesa-libgallium:arm64 (25.0.7-2) ...
#15 547.4 Selecting previously unselected package libgbm1:arm64.
#15 547.4 Preparing to unpack .../139-libgbm1_25.0.7-2_arm64.deb ...
#15 547.4 Unpacking libgbm1:arm64 (25.0.7-2) ...
#15 547.6 Selecting previously unselected package libglib2.0-data.
#15 547.6 Preparing to unpack .../140-libglib2.0-data_2.84.4-3~deb13u1_all.deb ...
#15 547.6 Unpacking libglib2.0-data (2.84.4-3~deb13u1) ...
#15 548.2 Selecting previously unselected package libgraphite2-3:arm64.
#15 548.2 Preparing to unpack .../141-libgraphite2-3_1.3.14-2+b1_arm64.deb ...
#15 548.2 Unpacking libgraphite2-3:arm64 (1.3.14-2+b1) ...
#15 549.7 Selecting previously unselected package libharfbuzz0b:arm64.
#15 549.7 Preparing to unpack .../142-libharfbuzz0b_10.2.0-1+b1_arm64.deb ...
#15 550.0 Unpacking libharfbuzz0b:arm64 (10.2.0-1+b1) ...
#15 550.3 Selecting previously unselected package libjpeg62-turbo:arm64.
#15 550.3 Preparing to unpack .../143-libjpeg62-turbo_1%3a2.1.5-4_arm64.deb ...
#15 550.4 Unpacking libjpeg62-turbo:arm64 (1:2.1.5-4) ...
#15 550.5 Selecting previously unselected package libjpeg62-turbo-dev:arm64.
#15 550.5 Preparing to unpack .../144-libjpeg62-turbo-dev_1%3a2.1.5-4_arm64.deb ...
#15 550.5 Unpacking libjpeg62-turbo-dev:arm64 (1:2.1.5-4) ...
#15 550.7 Selecting previously unselected package libjpeg-dev:arm64.
#15 550.7 Preparing to unpack .../145-libjpeg-dev_1%3a2.1.5-4_arm64.deb ...
#15 550.8 Unpacking libjpeg-dev:arm64 (1:2.1.5-4) ...
#15 551.0 Selecting previously unselected package libkmod2:arm64.
#15 551.0 Preparing to unpack .../146-libkmod2_34.2-2_arm64.deb ...
#15 551.1 Unpacking libkmod2:arm64 (34.2-2) ...
#15 551.2 Selecting previously unselected package libnspr4:arm64.
#15 551.2 Preparing to unpack .../147-libnspr4_2%3a4.36-1_arm64.deb ...
#15 551.3 Unpacking libnspr4:arm64 (2:4.36-1) ...
#15 551.5 Selecting previously unselected package libnss3:arm64.
#15 551.5 Preparing to unpack .../148-libnss3_2%3a3.110-1_arm64.deb ...
#15 551.5 Unpacking libnss3:arm64 (2:3.110-1) ...
#15 551.9 Selecting previously unselected package libthai-data.
#15 551.9 Preparing to unpack .../149-libthai-data_0.1.29-2_all.deb ...
#15 551.9 Unpacking libthai-data (0.1.29-2) ...
#15 552.2 Selecting previously unselected package libthai0:arm64.
#15 552.2 Preparing to unpack .../150-libthai0_0.1.29-2+b1_arm64.deb ...
#15 552.2 Unpacking libthai0:arm64 (0.1.29-2+b1) ...
#15 552.4 Selecting previously unselected package libpango-1.0-0:arm64.
#15 552.4 Preparing to unpack .../151-libpango-1.0-0_1.56.3-1_arm64.deb ...
#15 552.4 Unpacking libpango-1.0-0:arm64 (1.56.3-1) ...
#15 552.6 Selecting previously unselected package libpng-tools.
#15 552.6 Preparing to unpack .../152-libpng-tools_1.6.48-1_arm64.deb ...
#15 552.6 Unpacking libpng-tools (1.6.48-1) ...
#15 552.8 Selecting previously unselected package libxcomposite1:arm64.
#15 552.8 Preparing to unpack .../153-libxcomposite1_1%3a0.4.6-1_arm64.deb ...
#15 552.8 Unpacking libxcomposite1:arm64 (1:0.4.6-1) ...
#15 553.0 Selecting previously unselected package libxdamage1:arm64.
#15 553.0 Preparing to unpack .../154-libxdamage1_1%3a1.1.6-1+b2_arm64.deb ...
#15 553.3 Unpacking libxdamage1:arm64 (1:1.1.6-1+b2) ...
#15 554.8 Selecting previously unselected package libxfixes3:arm64.
#15 554.8 Preparing to unpack .../155-libxfixes3_1%3a6.0.0-2+b4_arm64.deb ...
#15 554.9 Unpacking libxfixes3:arm64 (1:6.0.0-2+b4) ...
#15 555.0 Selecting previously unselected package xkb-data.
#15 555.0 Preparing to unpack .../156-xkb-data_2.42-1_all.deb ...
#15 555.0 Unpacking xkb-data (2.42-1) ...
#15 557.9 Selecting previously unselected package libxkbcommon0:arm64.
#15 557.9 Preparing to unpack .../157-libxkbcommon0_1.7.0-2_arm64.deb ...
#15 557.9 Unpacking libxkbcommon0:arm64 (1.7.0-2) ...
#15 558.2 Selecting previously unselected package libxrandr2:arm64.
#15 558.2 Preparing to unpack .../158-libxrandr2_2%3a1.5.4-1+b3_arm64.deb ...
#15 558.2 Unpacking libxrandr2:arm64 (2:1.5.4-1+b3) ...
#15 558.5 Selecting previously unselected package manpages-dev.
#15 558.5 Preparing to unpack .../159-manpages-dev_6.9.1-1_all.deb ...
#15 558.5 Unpacking manpages-dev (6.9.1-1) ...
#15 559.2 Selecting previously unselected package psmisc.
#15 559.2 Preparing to unpack .../160-psmisc_23.7-2_arm64.deb ...
#15 559.2 Unpacking psmisc (23.7-2) ...
#15 559.6 Selecting previously unselected package shared-mime-info.
#15 559.6 Preparing to unpack .../161-shared-mime-info_2.4-5+b2_arm64.deb ...
#15 559.6 Unpacking shared-mime-info (2.4-5+b2) ...
#15 560.0 Selecting previously unselected package systemd-cryptsetup.
#15 560.0 Preparing to unpack .../162-systemd-cryptsetup_257.9-1~deb13u1_arm64.deb ...
#15 560.0 Unpacking systemd-cryptsetup (257.9-1~deb13u1) ...
#15 560.1 Selecting previously unselected package xdg-user-dirs.
#15 560.1 Preparing to unpack .../163-xdg-user-dirs_0.18-2_arm64.deb ...
#15 560.2 Unpacking xdg-user-dirs (0.18-2) ...
#15 560.4 Setting up libexpat1:arm64 (2.7.1-2) ...
#15 560.4 Setting up libgraphite2-3:arm64 (1.3.14-2+b1) ...
#15 560.4 Setting up libpixman-1-0:arm64 (0.44.0-3) ...
#15 560.4 Setting up bzip2-doc (1.0.8-6) ...
#15 560.5 Setting up libwayland-server0:arm64 (1.23.1-3) ...
#15 560.5 Setting up systemd-sysv (257.9-1~deb13u1) ...
#15 560.6 Setting up libxau6:arm64 (1:1.0.11-1) ...
#15 560.6 Setting up libxdmcp6:arm64 (1:1.1.5-1) ...
#15 560.6 Setting up libkeyutils1:arm64 (1.6.3-6) ...
#15 560.7 Setting up libxcb1:arm64 (1.17.0-2+b1) ...
#15 560.7 Setting up libxcb-xfixes0:arm64 (1.17.0-2+b1) ...
#15 560.7 Setting up libdatrie1:arm64 (0.2.13-3+b1) ...
#15 560.7 Setting up xdg-user-dirs (0.18-2) ...
#15 562.5 Setting up psmisc (23.7-2) ...
#15 562.6 Setting up libxcb-render0:arm64 (1.17.0-2+b1) ...
#15 562.6 Setting up manpages (6.9.1-1) ...
#15 562.7 Setting up libbrotli1:arm64 (1.1.0-2+b7) ...
#15 562.7 Setting up libedit2:arm64 (3.1-20250104-1) ...
#15 562.8 Setting up binutils-common:arm64 (2.44-3) ...
#15 562.8 Setting up x11-common (1:7.7+24+deb13u1) ...
#15 563.6 debconf: unable to initialize frontend: Dialog
#15 563.6 debconf: (TERM is not set, so the dialog frontend is not usable.)
#15 563.6 debconf: falling back to frontend: Readline
#15 563.6 debconf: unable to initialize frontend: Readline
#15 563.6 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/aarch64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8.)
#15 563.6 debconf: falling back to frontend: Teletype
#15 563.6 debconf: unable to initialize frontend: Teletype
#15 563.6 debconf: (This frontend requires a controlling tty.)
#15 563.6 debconf: falling back to frontend: Noninteractive
#15 563.7 invoke-rc.d: could not determine current runlevel
#15 563.7 invoke-rc.d: policy-rc.d denied execution of start.
#15 563.8 Setting up libsensors-config (1:3.6.2-2) ...
#15 563.9 Setting up linux-libc-dev (6.12.57-1) ...
#15 564.0 Setting up libctf-nobfd0:arm64 (2.44-3) ...
#15 564.0 Setting up libnss-systemd:arm64 (257.9-1~deb13u1) ...
#15 564.2 Setting up xkb-data (2.42-1) ...
#15 564.2 Setting up krb5-locales (1.21.3-5) ...
#15 564.3 Setting up libxcb-shm0:arm64 (1.17.0-2+b1) ...
#15 564.3 Setting up libcom-err2:arm64 (1.47.2-3+b3) ...
#15 564.4 Setting up libgomp1:arm64 (14.2.0-19) ...
#15 564.4 Setting up libsframe1:arm64 (2.44-3) ...
#15 564.5 Setting up libelf1t64:arm64 (0.192-4) ...
#15 564.6 Setting up libjansson4:arm64 (2.14-2+b3) ...
#15 564.7 Setting up libkrb5support0:arm64 (1.21.3-5) ...
#15 564.7 Setting up libxcb-present0:arm64 (1.17.0-2+b1) ...
#15 564.8 Setting up libasound2-data (1.2.14-1) ...
#15 564.9 Setting up libz3-4:arm64 (4.13.3-1) ...
#15 564.9 Setting up libglib2.0-data (2.84.4-3~deb13u1) ...
#15 566.0 Setting up rpcsvc-proto (1.4.3-1+b1) ...
#15 566.1 Setting up linux-sysctl-defaults (4.12) ...
#15 566.2 Setting up libasound2t64:arm64 (1.2.14-1) ...
#15 566.3 Setting up libjpeg62-turbo:arm64 (1:2.1.5-4) ...
#15 566.4 Setting up libx11-data (2:1.8.12-1) ...
#15 566.4 Setting up libmpfr6:arm64 (4.2.2-1) ...
#15 566.5 Setting up libnspr4:arm64 (2:4.36-1) ...
#15 566.5 Setting up libxcb-sync1:arm64 (1.17.0-2+b1) ...
#15 566.6 Setting up libavahi-common-data:arm64 (0.8-16) ...
#15 566.6 Setting up libdbus-1-3:arm64 (1.16.2-2) ...
#15 566.9 Setting up libfribidi0:arm64 (1.0.16-1) ...
#15 566.9 Setting up libp11-kit0:arm64 (0.25.5-3) ...
#15 567.0 Setting up libproc2-0:arm64 (2:4.0.4-9) ...
#15 567.1 Setting up libunistring5:arm64 (1.3-2) ...
#15 567.1 Setting up fonts-dejavu-mono (2.37-8) ...
#15 567.3 Setting up libpng16-16t64:arm64 (1.6.48-1) ...
#15 567.3 Setting up libmpc3:arm64 (1.3.1-1+b3) ...
#15 567.4 Setting up systemd-timesyncd (257.9-1~deb13u1) ...
#15 567.5 Creating group 'systemd-timesync' with GID 997.
#15 567.5 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.
#15 568.7 Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
#15 568.7 Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
#15 568.7 Setting up libatomic1:arm64 (14.2.0-19) ...
#15 568.8 Setting up fonts-dejavu-core (2.37-8) ...
#15 569.2 Setting up libsensors5:arm64 (1:3.6.2-2) ...
#15 569.2 Setting up libk5crypto3:arm64 (1.21.3-5) ...
#15 569.3 Setting up libubsan1:arm64 (14.2.0-19) ...
#15 569.3 Setting up alsa-topology-conf (1.2.5.1-3) ...
#15 569.4 Setting up libxshmfence1:arm64 (1.3.3-1) ...
#15 569.4 Setting up libhwasan0:arm64 (14.2.0-19) ...
#15 569.4 Setting up at-spi2-common (2.56.2-1) ...
#15 569.4 Setting up libcrypt-dev:arm64 (1:4.4.38-1) ...
#15 569.5 Setting up libxcb-randr0:arm64 (1.17.0-2+b1) ...
#15 569.5 Setting up dbus-session-bus-common (1.16.2-2) ...
#15 570.0 Setting up libasan8:arm64 (14.2.0-19) ...
#15 571.5 Setting up procps (2:4.0.4-9) ...
#15 571.7 Setting up libtasn1-6:arm64 (4.20.0-2) ...
#15 571.8 Setting up libx11-6:arm64 (2:1.8.12-1) ...
#15 571.8 Setting up libthai-data (0.1.29-2) ...
#15 572.1 Setting up libkrb5-3:arm64 (1.21.3-5) ...
#15 572.2 Setting up libtsan2:arm64 (14.2.0-19) ...
#15 572.2 Setting up libbinutils:arm64 (2.44-3) ...
#15 572.3 Setting up dbus-system-bus-common (1.16.2-2) ...
#15 572.4 Creating group 'messagebus' with GID 996.
#15 572.4 Creating user 'messagebus' (System Message Bus) with UID 996 and GID 996.
#15 572.5 Setting up libisl23:arm64 (0.27-1) ...
#15 572.5 Setting up libc-dev-bin (2.41-12) ...
#15 572.6 Setting up libdrm-common (2.4.124-2) ...
#15 572.7 Setting up libxcomposite1:arm64 (1:0.4.6-1) ...
#15 572.8 Setting up libjson-c5:arm64 (0.18+ds-1) ...
#15 572.9 Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
#15 572.9 Setting up libcc1-0:arm64 (14.2.0-19) ...
#15 573.0 Setting up dbus-bin (1.16.2-2) ...
#15 573.0 Setting up libbrotli-dev:arm64 (1.1.0-2+b7) ...
#15 573.1 Setting up liblsan0:arm64 (14.2.0-19) ...
#15 575.3 Setting up libitm1:arm64 (14.2.0-19) ...
#15 575.5 Setting up libkmod2:arm64 (34.2-2) ...
#15 575.5 Setting up libxkbcommon0:arm64 (1.7.0-2) ...
#15 575.6 Setting up libctf0:arm64 (2.44-3) ...
#15 575.7 Setting up libxcb-dri3-0:arm64 (1.17.0-2+b1) ...
#15 575.7 Setting up libllvm19:arm64 (1:19.1.7-3+b1) ...
#15 575.8 Setting up manpages-dev (6.9.1-1) ...
#15 575.8 Setting up libx11-xcb1:arm64 (2:1.8.12-1) ...
#15 575.9 Setting up libxdamage1:arm64 (1:1.1.6-1+b2) ...
#15 576.0 Setting up libxrender1:arm64 (1:0.9.12-1) ...
#15 576.1 Setting up libpng-tools (1.6.48-1) ...
#15 576.1 Setting up alsa-ucm-conf (1.2.14-1) ...
#15 576.2 Setting up fontconfig-config (2.15.0-2.3) ...
#15 576.6 debconf: unable to initialize frontend: Dialog
#15 576.6 debconf: (TERM is not set, so the dialog frontend is not usable.)
#15 576.6 debconf: falling back to frontend: Readline
#15 576.6 debconf: unable to initialize frontend: Readline
#15 576.6 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/aarch64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8.)
#15 576.6 debconf: falling back to frontend: Teletype
#15 576.7 debconf: unable to initialize frontend: Teletype
#15 576.7 debconf: (This frontend requires a controlling tty.)
#15 576.7 debconf: falling back to frontend: Noninteractive
#15 577.0 Setting up libavahi-common3:arm64 (0.8-16) ...
#15 577.0 Setting up libxext6:arm64 (2:1.3.4-1+b3) ...
#15 577.1 Setting up binutils-aarch64-linux-gnu (2.44-3) ...
#15 577.2 Setting up libidn2-0:arm64 (2.3.8-2) ...
#15 577.2 Setting up libnss3:arm64 (2:3.110-1) ...
#15 577.3 Setting up dbus-daemon (1.16.2-2) ...
#15 577.4 Setting up libthai0:arm64 (0.1.29-2+b1) ...
#15 577.5 Setting up libglib2.0-0t64:arm64 (2.84.4-3~deb13u1) ...
#15 577.7 Setting up libgprofng0:arm64 (2.44-3) ...
#15 577.8 Setting up libfreetype6:arm64 (2.13.3+dfsg-1) ...
#15 578.0 Setting up libxfixes3:arm64 (1:6.0.0-2+b4) ...
#15 578.1 Setting up dbus (1.16.2-2) ...
#15 578.3 invoke-rc.d: could not determine current runlevel
#15 578.3 invoke-rc.d: policy-rc.d denied execution of start.
#15 578.4 Setting up shared-mime-info (2.4-5+b2) ...
#15 606.5 Setting up libgssapi-krb5-2:arm64 (1.21.3-5) ...
#15 606.6 Setting up libxrandr2:arm64 (2:1.5.4-1+b3) ...
#15 606.6 Setting up libdrm2:arm64 (2.4.124-2) ...
#15 606.7 Setting up cpp-14-aarch64-linux-gnu (14.2.0-19) ...
#15 606.8 Setting up libpam-systemd:arm64 (257.9-1~deb13u1) ...
#15 607.2 debconf: unable to initialize frontend: Dialog
#15 607.2 debconf: (TERM is not set, so the dialog frontend is not usable.)
#15 607.2 debconf: falling back to frontend: Readline
#15 607.2 debconf: unable to initialize frontend: Readline
#15 607.2 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/aarch64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8.)
#15 607.2 debconf: falling back to frontend: Teletype
#15 607.3 debconf: unable to initialize frontend: Teletype
#15 607.3 debconf: (This frontend requires a controlling tty.)
#15 607.3 debconf: falling back to frontend: Noninteractive
#15 607.7 Setting up libc6-dev:arm64 (2.41-12) ...
#15 607.8 Setting up libharfbuzz0b:arm64 (10.2.0-1+b1) ...
#15 607.9 Setting up libfontconfig1:arm64 (2.15.0-2.3) ...
#15 608.1 Setting up libgcc-14-dev:arm64 (14.2.0-19) ...
#15 611.0 Setting up libstdc++-14-dev:arm64 (14.2.0-19) ...
#15 611.2 Setting up libavahi-client3:arm64 (0.8-16) ...
#15 611.3 Setting up libdrm-amdgpu1:arm64 (2.4.124-2) ...
#15 611.3 Setting up libbz2-dev:arm64 (1.0.8-6) ...
#15 611.4 Setting up libgnutls30t64:arm64 (3.8.9-3) ...
#15 611.5 Setting up mesa-libgallium:arm64 (25.0.7-2) ...
#15 611.5 Setting up fontconfig (2.15.0-2.3) ...
#15 611.6 Regenerating fonts cache... done.
#15 614.0 Setting up libatk1.0-0t64:arm64 (2.56.2-1) ...
#15 614.0 Setting up libxi6:arm64 (2:1.8.2-1) ...
#15 614.1 Setting up libgbm1:arm64 (25.0.7-2) ...
#15 614.2 Setting up libxtst6:arm64 (2:1.2.5-1) ...
#15 614.3 Setting up libpango-1.0-0:arm64 (1.56.3-1) ...
#15 614.3 Setting up binutils (2.44-3) ...
#15 614.4 Setting up libcairo2:arm64 (1.18.4-1+b1) ...
#15 614.4 Setting up libdconf1:arm64 (0.40.0-5) ...
#15 614.5 Setting up dbus-user-session (1.16.2-2) ...
#15 614.6 Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
#15 614.7 Setting up libjpeg62-turbo-dev:arm64 (1:2.1.5-4) ...
#15 614.8 Setting up libatspi2.0-0t64:arm64 (2.56.2-1) ...
#15 614.9 Setting up cpp-14 (14.2.0-19) ...
#15 614.9 Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
#15 615.0 Setting up cpp (4:14.2.0-1) ...
#15 615.1 Setting up gcc-14-aarch64-linux-gnu (14.2.0-19) ...
#15 615.1 Setting up libcups2t64:arm64 (2.4.10-3+deb13u2) ...
#15 615.2 Setting up libatk-bridge2.0-0t64:arm64 (2.56.2-1) ...
#15 615.3 Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
#15 615.3 Setting up g++-14-aarch64-linux-gnu (14.2.0-19) ...
#15 615.4 Setting up libpng-dev:arm64 (1.6.48-1) ...
#15 615.5 Setting up libjpeg-dev:arm64 (1:2.1.5-4) ...
#15 615.5 Setting up dconf-service (0.40.0-5) ...
#15 615.6 Setting up gcc-14 (14.2.0-19) ...
#15 615.6 Setting up libfreetype-dev:arm64 (2.13.3+dfsg-1) ...
#15 615.8 Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
#15 615.9 Setting up g++-14 (14.2.0-19) ...
#15 616.0 Setting up dconf-gsettings-backend:arm64 (0.40.0-5) ...
#15 616.0 Setting up gcc (4:14.2.0-1) ...
#15 618.1 Setting up g++ (4:14.2.0-1) ...
#15 621.0 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#15 621.1 Setting up gsettings-desktop-schemas (48.0-1) ...
#15 621.2 Setting up at-spi2-core (2.56.2-1) ...
#15 621.3 Setting up dmsetup (2:1.02.205-2) ...
#15 621.4 Setting up libdevmapper1.02.1:arm64 (2:1.02.205-2) ...
#15 621.4 Setting up libcryptsetup12:arm64 (2:2.7.5-2) ...
#15 621.8 Setting up systemd-cryptsetup (257.9-1~deb13u1) ...
#15 621.8 Processing triggers for libc-bin (2.41-12) ...
#15 622.4 Processing triggers for systemd (257.9-1~deb13u1) ...
#15 DONE 624.0s

#21 [backend 4/7] COPY requirements.txt .
#21 DONE 0.4s

#22 [backend 5/7] RUN pip install --no-cache-dir -r requirements.txt
#22 11.90 Collecting fastapi==0.104.1 (from -r requirements.txt (line 1))
#22 12.02   Downloading fastapi-0.104.1-py3-none-any.whl.metadata (24 kB)
#22 12.22 Collecting uvicorn==0.24.0 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 2))
#22 12.25   Downloading uvicorn-0.24.0-py3-none-any.whl.metadata (6.4 kB)
#22 13.99 Collecting sqlalchemy==2.0.23 (from -r requirements.txt (line 3))
#22 14.02   Downloading SQLAlchemy-2.0.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.6 kB)
#22 14.32 Collecting alembic==1.12.1 (from -r requirements.txt (line 4))
#22 14.34   Downloading alembic-1.12.1-py3-none-any.whl.metadata (7.3 kB)
#22 15.13 Collecting pydantic==2.5.0 (from -r requirements.txt (line 5))
#22 15.15   Downloading pydantic-2.5.0-py3-none-any.whl.metadata (174 kB)
#22 15.23      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.6/174.6 kB 2.5 MB/s eta 0:00:00
#22 15.41 Collecting pydantic-settings==2.1.0 (from -r requirements.txt (line 6))
#22 15.44   Downloading pydantic_settings-2.1.0-py3-none-any.whl.metadata (2.9 kB)
#22 15.53 Collecting python-multipart==0.0.6 (from -r requirements.txt (line 7))
#22 15.56   Downloading python_multipart-0.0.6-py3-none-any.whl.metadata (2.5 kB)
#22 15.64 Collecting python-jose==3.3.0 (from python-jose[cryptography]==3.3.0->-r requirements.txt (line 8))
#22 15.67   Downloading python_jose-3.3.0-py2.py3-none-any.whl.metadata (5.4 kB)
#22 15.74 Collecting passlib==1.7.4 (from passlib[bcrypt]==1.7.4->-r requirements.txt (line 9))
#22 15.77   Downloading passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB)
#22 15.88 Collecting python-dotenv==1.0.0 (from -r requirements.txt (line 10))
#22 15.91   Downloading python_dotenv-1.0.0-py3-none-any.whl.metadata (21 kB)
#22 16.07 Collecting httpx==0.25.2 (from -r requirements.txt (line 11))
#22 16.10   Downloading httpx-0.25.2-py3-none-any.whl.metadata (6.9 kB)
#22 16.44 Collecting pytest==7.4.3 (from -r requirements.txt (line 12))
#22 16.47   Downloading pytest-7.4.3-py3-none-any.whl.metadata (7.9 kB)
#22 16.62 Collecting pytest-asyncio==0.21.1 (from -r requirements.txt (line 13))
#22 16.65   Downloading pytest_asyncio-0.21.1-py3-none-any.whl.metadata (4.0 kB)
#22 16.85 Collecting requests==2.31.0 (from -r requirements.txt (line 14))
#22 16.88   Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
#22 17.05 Collecting pytest-mock==3.12.0 (from -r requirements.txt (line 15))
#22 17.08   Downloading pytest_mock-3.12.0-py3-none-any.whl.metadata (3.8 kB)
#22 17.87 Collecting reportlab==4.0.7 (from -r requirements.txt (line 16))
#22 17.90   Downloading reportlab-4.0.7-py3-none-any.whl.metadata (1.3 kB)
#22 19.01 Collecting matplotlib==3.8.2 (from -r requirements.txt (line 17))
#22 19.04   Downloading matplotlib-3.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.8 kB)
#22 20.21 Collecting Pillow==10.1.0 (from -r requirements.txt (line 18))
#22 20.24   Downloading Pillow-10.1.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (9.5 kB)
#22 20.51 Collecting playwright==1.55.0 (from -r requirements.txt (line 19))
#22 20.53   Downloading playwright-1.55.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.5 kB)
#22 20.77 Collecting anyio<4.0.0,>=3.7.1 (from fastapi==0.104.1->-r requirements.txt (line 1))
#22 20.79   Downloading anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
#22 21.27 Collecting starlette<0.28.0,>=0.27.0 (from fastapi==0.104.1->-r requirements.txt (line 1))
#22 21.29   Downloading starlette-0.27.0-py3-none-any.whl.metadata (5.8 kB)
#22 21.40 Collecting typing-extensions>=4.8.0 (from fastapi==0.104.1->-r requirements.txt (line 1))
#22 21.42   Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
#22 21.57 Collecting click>=7.0 (from uvicorn==0.24.0->uvicorn[standard]==0.24.0->-r requirements.txt (line 2))
#22 21.60   Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB)
#22 21.67 Collecting h11>=0.8 (from uvicorn==0.24.0->uvicorn[standard]==0.24.0->-r requirements.txt (line 2))
#22 21.69   Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
#22 22.61 Collecting greenlet!=0.4.17 (from sqlalchemy==2.0.23->-r requirements.txt (line 3))
#22 22.64   Downloading greenlet-3.2.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (4.1 kB)
#22 22.83 Collecting Mako (from alembic==1.12.1->-r requirements.txt (line 4))
#22 22.85   Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB)
#22 22.96 Collecting annotated-types>=0.4.0 (from pydantic==2.5.0->-r requirements.txt (line 5))
#22 22.98   Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
#22 26.46 Collecting pydantic-core==2.14.1 (from pydantic==2.5.0->-r requirements.txt (line 5))
#22 26.49   Downloading pydantic_core-2.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.5 kB)
#22 26.84 Collecting ecdsa!=0.15 (from python-jose==3.3.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 8))
#22 26.87   Downloading ecdsa-0.19.1-py2.py3-none-any.whl.metadata (29 kB)
#22 26.95 Collecting rsa (from python-jose==3.3.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 8))
#22 26.97   Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB)
#22 27.09 Collecting pyasn1 (from python-jose==3.3.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 8))
#22 27.12   Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
#22 27.51 Collecting certifi (from httpx==0.25.2->-r requirements.txt (line 11))
#22 27.53   Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB)
#22 27.65 Collecting httpcore==1.* (from httpx==0.25.2->-r requirements.txt (line 11))
#22 27.67   Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
#22 27.75 Collecting idna (from httpx==0.25.2->-r requirements.txt (line 11))
#22 27.78   Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB)
#22 27.89 Collecting sniffio (from httpx==0.25.2->-r requirements.txt (line 11))
#22 27.92   Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
#22 28.03 Collecting iniconfig (from pytest==7.4.3->-r requirements.txt (line 12))
#22 28.05   Downloading iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB)
#22 28.17 Collecting packaging (from pytest==7.4.3->-r requirements.txt (line 12))
#22 28.20   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
#22 28.29 Collecting pluggy<2.0,>=0.12 (from pytest==7.4.3->-r requirements.txt (line 12))
#22 28.32   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
#22 28.93 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 14))
#22 28.95   Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (37 kB)
#22 29.21 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 14))
#22 29.23   Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
#22 29.80 Collecting contourpy>=1.0.1 (from matplotlib==3.8.2->-r requirements.txt (line 17))
#22 29.84   Downloading contourpy-1.3.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.metadata (5.5 kB)
#22 29.90 Collecting cycler>=0.10 (from matplotlib==3.8.2->-r requirements.txt (line 17))
#22 29.92   Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
#22 30.86 Collecting fonttools>=4.22.0 (from matplotlib==3.8.2->-r requirements.txt (line 17))
#22 30.89   Downloading fonttools-4.60.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (112 kB)
#22 30.90      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.3/112.3 kB 23.7 MB/s eta 0:00:00
#22 31.28 Collecting kiwisolver>=1.3.1 (from matplotlib==3.8.2->-r requirements.txt (line 17))
#22 31.31   Downloading kiwisolver-1.4.9-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.metadata (6.3 kB)
#22 32.66 Collecting numpy<2,>=1.21 (from matplotlib==3.8.2->-r requirements.txt (line 17))
#22 32.69   Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (62 kB)
#22 32.70      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 20.4 MB/s eta 0:00:00
#22 32.99 Collecting pyparsing>=2.3.1 (from matplotlib==3.8.2->-r requirements.txt (line 17))
#22 33.02   Downloading pyparsing-3.2.5-py3-none-any.whl.metadata (5.0 kB)
#22 33.15 Collecting python-dateutil>=2.7 (from matplotlib==3.8.2->-r requirements.txt (line 17))
#22 33.17   Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
#22 33.35 Collecting pyee<14,>=13 (from playwright==1.55.0->-r requirements.txt (line 19))
#22 33.37   Downloading pyee-13.0.0-py3-none-any.whl.metadata (2.9 kB)
#22 33.71 Collecting bcrypt>=3.1.0 (from passlib[bcrypt]==1.7.4->-r requirements.txt (line 9))
#22 33.73   Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_aarch64.whl.metadata (10 kB)
#22 35.00 Collecting cryptography>=3.4.0 (from python-jose[cryptography]==3.3.0->-r requirements.txt (line 8))
#22 35.02   Downloading cryptography-46.0.3-cp311-abi3-manylinux_2_34_aarch64.whl.metadata (5.7 kB)
#22 35.29 Collecting httptools>=0.5.0 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 2))
#22 35.32   Downloading httptools-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (3.5 kB)
#22 35.57 Collecting pyyaml>=5.1 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 2))
#22 35.60   Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (2.4 kB)
#22 35.86 Collecting uvloop!=0.15.0,!=0.15.1,>=0.14.0 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 2))
#22 35.88   Downloading uvloop-0.22.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (4.9 kB)
#22 36.35 Collecting watchfiles>=0.13 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 2))
#22 36.38   Downloading watchfiles-1.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.9 kB)
#22 36.93 Collecting websockets>=10.4 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 2))
#22 36.95   Downloading websockets-15.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.8 kB)
#22 38.49 Collecting cffi>=2.0.0 (from cryptography>=3.4.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 8))
#22 38.51   Downloading cffi-2.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (2.6 kB)
#22 38.69 Collecting six>=1.9.0 (from ecdsa!=0.15->python-jose==3.3.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 8))
#22 38.71   Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
#22 40.47 Collecting MarkupSafe>=0.9.2 (from Mako->alembic==1.12.1->-r requirements.txt (line 4))
#22 40.49   Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (2.7 kB)
#22 40.74 Collecting pycparser (from cffi>=2.0.0->cryptography>=3.4.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 8))
#22 40.76   Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes)
#22 41.00 Downloading fastapi-0.104.1-py3-none-any.whl (92 kB)
#22 41.01    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.9/92.9 kB 26.1 MB/s eta 0:00:00
#22 41.03 Downloading uvicorn-0.24.0-py3-none-any.whl (59 kB)
#22 41.04    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 29.4 MB/s eta 0:00:00
#22 41.07 Downloading SQLAlchemy-2.0.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB)
#22 41.38    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 10.7 MB/s eta 0:00:00
#22 41.40 Downloading alembic-1.12.1-py3-none-any.whl (226 kB)
#22 41.42    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.8/226.8 kB 19.0 MB/s eta 0:00:00
#22 41.44 Downloading pydantic-2.5.0-py3-none-any.whl (407 kB)
#22 41.48    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 407.5/407.5 kB 14.1 MB/s eta 0:00:00
#22 41.50 Downloading pydantic_settings-2.1.0-py3-none-any.whl (11 kB)
#22 41.53 Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
#22 41.54    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 27.8 MB/s eta 0:00:00
#22 41.56 Downloading python_jose-3.3.0-py2.py3-none-any.whl (33 kB)
#22 41.58 Downloading passlib-1.7.4-py2.py3-none-any.whl (525 kB)
#22 41.63    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.6/525.6 kB 14.2 MB/s eta 0:00:00
#22 41.65 Downloading python_dotenv-1.0.0-py3-none-any.whl (19 kB)
#22 41.67 Downloading httpx-0.25.2-py3-none-any.whl (74 kB)
#22 41.69    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.0/75.0 kB 22.4 MB/s eta 0:00:00
#22 41.71 Downloading pytest-7.4.3-py3-none-any.whl (325 kB)
#22 41.74    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 325.1/325.1 kB 14.9 MB/s eta 0:00:00
#22 41.76 Downloading pytest_asyncio-0.21.1-py3-none-any.whl (13 kB)
#22 41.78 Downloading requests-2.31.0-py3-none-any.whl (62 kB)
#22 41.79    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 27.4 MB/s eta 0:00:00
#22 41.82 Downloading pytest_mock-3.12.0-py3-none-any.whl (9.8 kB)
#22 41.84 Downloading reportlab-4.0.7-py3-none-any.whl (1.9 MB)
#22 42.05    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 9.7 MB/s eta 0:00:00
#22 42.17 Downloading matplotlib-3.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
#22 43.24    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 10.7 MB/s eta 0:00:00
#22 43.27 Downloading Pillow-10.1.0-cp311-cp311-manylinux_2_28_aarch64.whl (3.5 MB)
#22 43.57    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 12.0 MB/s eta 0:00:00
#22 43.60 Downloading playwright-1.55.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (45.3 MB)
#22 47.63    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.3/45.3 MB 12.6 MB/s eta 0:00:00
#22 47.69 Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
#22 47.70    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.8/78.8 kB 29.4 MB/s eta 0:00:00
#22 47.74 Downloading pydantic_core-2.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
#22 47.94    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 9.4 MB/s eta 0:00:00
#22 47.97 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
#22 47.99 Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
#22 48.00    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 25.0 MB/s eta 0:00:00
#22 48.02 Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_aarch64.whl (275 kB)
#22 48.05    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 275.7/275.7 kB 17.7 MB/s eta 0:00:00
#22 48.07 Downloading certifi-2025.11.12-py3-none-any.whl (159 kB)
#22 48.09    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/159.4 kB 25.0 MB/s eta 0:00:00
#22 48.33 Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (147 kB)
#22 48.35    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.3/147.3 kB 16.6 MB/s eta 0:00:00
#22 48.37 Downloading click-8.3.1-py3-none-any.whl (108 kB)
#22 48.39    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.3/108.3 kB 20.8 MB/s eta 0:00:00
#22 48.41 Downloading contourpy-1.3.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (329 kB)
#22 48.44    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 329.2/329.2 kB 13.7 MB/s eta 0:00:00
#22 48.46 Downloading cryptography-46.0.3-cp311-abi3-manylinux_2_34_aarch64.whl (4.3 MB)
#22 48.87    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 10.9 MB/s eta 0:00:00
#22 48.89 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
#22 48.91 Downloading ecdsa-0.19.1-py2.py3-none-any.whl (150 kB)
#22 48.93    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.6/150.6 kB 16.7 MB/s eta 0:00:00
#22 48.96 Downloading fonttools-4.60.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.0 MB)
#22 49.40    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 11.7 MB/s eta 0:00:00
#22 49.42 Downloading greenlet-3.2.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (632 kB)
#22 49.50    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 632.5/632.5 kB 10.8 MB/s eta 0:00:00
#22 49.53 Downloading h11-0.16.0-py3-none-any.whl (37 kB)
#22 49.58 Downloading httptools-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (454 kB)
#22 49.62    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 455.0/455.0 kB 13.3 MB/s eta 0:00:00
#22 49.65 Downloading idna-3.11-py3-none-any.whl (71 kB)
#22 49.66    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.0/71.0 kB 23.2 MB/s eta 0:00:00
#22 49.69 Downloading kiwisolver-1.4.9-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.2 MB)
#22 49.80    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 12.3 MB/s eta 0:00:00
#22 49.85 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.2 MB)
#22 51.22    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 10.6 MB/s eta 0:00:00
#22 51.24 Downloading packaging-25.0-py3-none-any.whl (66 kB)
#22 51.26    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/66.5 kB 16.1 MB/s eta 0:00:00
#22 51.28 Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
#22 51.31 Downloading pyee-13.0.0-py3-none-any.whl (15 kB)
#22 51.33 Downloading pyparsing-3.2.5-py3-none-any.whl (113 kB)
#22 51.35    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.9/113.9 kB 19.8 MB/s eta 0:00:00
#22 51.38 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
#22 51.41    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 15.3 MB/s eta 0:00:00
#22 51.44 Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (775 kB)
#22 51.51    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 775.6/775.6 kB 14.4 MB/s eta 0:00:00
#22 51.54 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
#22 51.57 Downloading starlette-0.27.0-py3-none-any.whl (66 kB)
#22 51.58    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 23.3 MB/s eta 0:00:00
#22 51.61 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
#22 51.62    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 23.1 MB/s eta 0:00:00
#22 51.64 Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)
#22 51.66    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.8/129.8 kB 23.0 MB/s eta 0:00:00
#22 51.69 Downloading uvloop-0.22.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB)
#22 52.01    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 11.8 MB/s eta 0:00:00
#22 52.05 Downloading watchfiles-1.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448 kB)
#22 52.09    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 448.8/448.8 kB 12.9 MB/s eta 0:00:00
#22 52.12 Downloading websockets-15.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (182 kB)
#22 52.14    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.9/182.9 kB 17.2 MB/s eta 0:00:00
#22 52.16 Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
#22 52.19 Downloading mako-1.3.10-py3-none-any.whl (78 kB)
#22 52.20    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 12.2 MB/s eta 0:00:00
#22 52.24 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
#22 52.25    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 17.1 MB/s eta 0:00:00
#22 52.28 Downloading rsa-4.9.1-py3-none-any.whl (34 kB)
#22 52.31 Downloading cffi-2.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (216 kB)
#22 52.33    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.5/216.5 kB 16.6 MB/s eta 0:00:00
#22 52.35 Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (24 kB)
#22 52.38 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
#22 52.39 Downloading pycparser-2.23-py3-none-any.whl (118 kB)
#22 52.41    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.1/118.1 kB 17.1 MB/s eta 0:00:00
#22 55.07 Installing collected packages: passlib, websockets, uvloop, urllib3, typing-extensions, sniffio, six, pyyaml, python-multipart, python-dotenv, pyparsing, pycparser, pyasn1, pluggy, Pillow, packaging, numpy, MarkupSafe, kiwisolver, iniconfig, idna, httptools, h11, greenlet, fonttools, cycler, click, charset-normalizer, certifi, bcrypt, annotated-types, uvicorn, sqlalchemy, rsa, requests, reportlab, python-dateutil, pytest, pyee, pydantic-core, Mako, httpcore, ecdsa, contourpy, cffi, anyio, watchfiles, starlette, python-jose, pytest-mock, pytest-asyncio, pydantic, playwright, matplotlib, httpx, cryptography, alembic, pydantic-settings, fastapi
#22 178.9 Successfully installed Mako-1.3.10 MarkupSafe-3.0.3 Pillow-10.1.0 alembic-1.12.1 annotated-types-0.7.0 anyio-3.7.1 bcrypt-5.0.0 certifi-2025.11.12 cffi-2.0.0 charset-normalizer-3.4.4 click-8.3.1 contourpy-1.3.3 cryptography-46.0.3 cycler-0.12.1 ecdsa-0.19.1 fastapi-0.104.1 fonttools-4.60.1 greenlet-3.2.4 h11-0.16.0 httpcore-1.0.9 httptools-0.7.1 httpx-0.25.2 idna-3.11 iniconfig-2.3.0 kiwisolver-1.4.9 matplotlib-3.8.2 numpy-1.26.4 packaging-25.0 passlib-1.7.4 playwright-1.55.0 pluggy-1.6.0 pyasn1-0.6.1 pycparser-2.23 pydantic-2.5.0 pydantic-core-2.14.1 pydantic-settings-2.1.0 pyee-13.0.0 pyparsing-3.2.5 pytest-7.4.3 pytest-asyncio-0.21.1 pytest-mock-3.12.0 python-dateutil-2.9.0.post0 python-dotenv-1.0.0 python-jose-3.3.0 python-multipart-0.0.6 pyyaml-6.0.3 reportlab-4.0.7 requests-2.31.0 rsa-4.9.1 six-1.17.0 sniffio-1.3.1 sqlalchemy-2.0.23 starlette-0.27.0 typing-extensions-4.15.0 urllib3-2.5.0 uvicorn-0.24.0 uvloop-0.22.1 watchfiles-1.1.1 websockets-15.0.1
#22 178.9 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#22 179.3 
#22 179.3 [notice] A new release of pip is available: 24.0 -> 25.3
#22 179.3 [notice] To update, run: pip install --upgrade pip
#22 DONE 235.7s

#23 [backend 6/7] COPY . .
#23 DONE 4.8s

#24 [backend 7/7] RUN mkdir -p data
#24 DONE 2.7s

#25 [backend] exporting to image
#25 exporting layers
#25 exporting layers 30.9s done
#25 writing image sha256:78c9954e0dfa20559f92ed92b7186b9cf9dc9d40832f39357f8925f02842a1f0 0.0s done
#25 naming to docker.io/library/juntete-backend 0.0s done
#25 DONE 31.1s

#26 [backend] resolving provenance for metadata file
#26 DONE 0.0s
 juntete-frontend  Built
 juntete-backend  Built