Docker build macOS failure #1

Closed
opened 5 months ago by lp · 6 comments
lp commented 5 months ago

M3, macOS 14.6.1

My terminal:

% ./build.sh
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 83.97kB
Step 1/12 : FROM archlinux:base-20241110.0.278197
base-20241110.0.278197: Pulling from library/archlinux
no matching manifest for linux/arm64/v8 in the manifest list entries

M3, macOS 14.6.1 My terminal: > % ./build.sh > DEPRECATED: The legacy builder is deprecated and will be removed in a future release. > Install the buildx component to build images with BuildKit: > https://docs.docker.com/go/buildx/ > > Sending build context to Docker daemon 83.97kB > Step 1/12 : FROM archlinux:base-20241110.0.278197 > base-20241110.0.278197: Pulling from library/archlinux > no matching manifest for linux/arm64/v8 in the manifest list entries
p commented 5 months ago
Owner

I made a change to the Dockerfile in hopes that arch:latest has an ARM version. idk if it'll make a difference but try again if you want.

I made a change to the Dockerfile in hopes that arch:latest has an ARM version. idk if it'll make a difference but try again if you want.
lp commented 5 months ago
Poster

natch, no fix.

natch, no fix.
lp commented 5 months ago
Poster

lol I added --platform linux/amd64 to build.sh and it like, did stuff.

watson@MacBook-Pro signal_group_analysis % ./build.sh
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 99.84kB
Step 1/12 : FROM archlinux:latest
latest: Pulling from library/archlinux
15fadeb05ca1: Pull complete
f586b9bd7bce: Pull complete
Digest: sha256:ecb9460597467ddf638230a32bb67da0684a389612685e9a8fb23e7f7313b00a
Status: Downloaded newer image for archlinux:latest
---> 7e1167d898dc
Step 2/12 : WORKDIR /root
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 8c72016b68b9
---> Removed intermediate container 8c72016b68b9
---> 5cce5a3e0276
Step 3/12 : RUN pacman -Sy
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in a8bcf5803954
:: Synchronizing package databases...
core downloading...
extra downloading...
---> Removed intermediate container a8bcf5803954
---> f99d3960d7cc
Step 4/12 : RUN pacman -S sqlcipher --noconfirm
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in fb83e2c79dae
resolving dependencies...
looking for conflicting packages...

Package (2) New Version Net Change Download Size

extra/tcl 8.6.14-4 13.48 MiB 4.50 MiB
extra/sqlcipher 4.6.0-1 3.90 MiB 1.33 MiB

Total Download Size: 5.83 MiB
Total Installed Size: 17.38 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
tcl-8.6.14-4-x86_64 downloading...
sqlcipher-4.6.0-1-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing tcl...
installing sqlcipher...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
---> Removed intermediate container fb83e2c79dae
---> 9809d27f23fb
Step 5/12 : RUN pacman -S python --noconfirm
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 9bdcf03b9cfd
resolving dependencies...
looking for conflicting packages...

Package (2) New Version Net Change Download Size

core/mpdecimal 4.0.0-2 0.32 MiB 0.10 MiB
core/python 3.12.7-1 70.07 MiB 12.31 MiB

Total Download Size: 12.41 MiB
Total Installed Size: 70.39 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-3.12.7-1-x86_64 downloading...
mpdecimal-4.0.0-2-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
---> Removed intermediate container 9bdcf03b9cfd
---> 06d35e4f3f2b
Step 6/12 : RUN pacman -S python-pip --noconfirm
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 1a3762797f4a
resolving dependencies...
looking for conflicting packages...

Package (8) New Version Net Change Download Size

extra/python-attrs 23.2.0-3 0.54 MiB 0.10 MiB
extra/python-cffi 1.17.1-1 1.32 MiB 0.27 MiB
extra/python-cryptography 43.0.3-1 4.60 MiB 1.04 MiB
extra/python-filelock 3.16.1-1 0.13 MiB 0.03 MiB
extra/python-packaging 24.2-1 0.66 MiB 0.12 MiB
extra/python-pycparser 2.22-2 1.71 MiB 0.22 MiB
extra/python-wheel 0.45.0-1 0.28 MiB 0.06 MiB
extra/python-pip 24.3.1-1 15.61 MiB 2.71 MiB

Total Download Size: 4.55 MiB
Total Installed Size: 24.85 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-pip-24.3.1-1-any downloading...
python-cryptography-43.0.3-1-x86_64 downloading...
python-cffi-1.17.1-1-x86_64 downloading...
python-pycparser-2.22-2-any downloading...
python-packaging-24.2-1-any downloading...
python-attrs-23.2.0-3-any downloading...
python-wheel-0.45.0-1-any downloading...
python-filelock-3.16.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing python-attrs...
installing python-pycparser...
installing python-cffi...
Optional dependencies for python-cffi
python-setuptools: "limited api" version checking in cffi.setuptools_ext
installing python-cryptography...
installing python-filelock...
installing python-packaging...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand
installing python-pip...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
---> Removed intermediate container 1a3762797f4a
---> 7902a5494282
Step 7/12 : COPY code/requirements.txt ./code/
---> 5d2c35f2049d
Step 8/12 : RUN pip install -r code/requirements.txt --break-system-packages
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 0be641587264
Collecting pandas==2.2.3 (from -r code/requirements.txt (line 1))
Downloading pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (89 kB)
Collecting scikit-learn==1.5.2 (from -r code/requirements.txt (line 2))
Downloading scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB)
Collecting numpy>=1.26.0 (from pandas==2.2.3->-r code/requirements.txt (line 1))
Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)
Collecting python-dateutil>=2.8.2 (from pandas==2.2.3->-r code/requirements.txt (line 1))
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting pytz>=2020.1 (from pandas==2.2.3->-r code/requirements.txt (line 1))
Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas==2.2.3->-r code/requirements.txt (line 1))
Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting scipy>=1.6.0 (from scikit-learn==1.5.2->-r code/requirements.txt (line 2))
Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Collecting joblib>=1.2.0 (from scikit-learn==1.5.2->-r code/requirements.txt (line 2))
Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
Collecting threadpoolctl>=3.1.0 (from scikit-learn==1.5.2->-r code/requirements.txt (line 2))
Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas==2.2.3->-r code/requirements.txt (line 1))
Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Downloading pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/12.7 MB 32.7 MB/s eta 0:00:00
Downloading scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 35.6 MB/s eta 0:00:00
Downloading joblib-1.4.2-py3-none-any.whl (301 kB)
Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/16.0 MB 33.3 MB/s eta 0:00:00
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 MB 31.5 MB/s eta 0:00:00
Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB)
Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: pytz, tzdata, threadpoolctl, six, numpy, joblib, scipy, python-dateutil, scikit-learn, pandas
Successfully installed joblib-1.4.2 numpy-2.1.3 pandas-2.2.3 python-dateutil-2.9.0.post0 pytz-2024.2 scikit-learn-1.5.2 scipy-1.14.1 six-1.16.0 threadpoolctl-3.5.0 tzdata-2024.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
---> Removed intermediate container 0be641587264
---> 0af1d45a470c
Step 9/12 : COPY code/ ./code/
---> 37672e8b8881
Step 10/12 : COPY config/ ./config/
---> f7c107f5a7bf
Step 11/12 : RUN mkdir output
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 27ba5cbfc9a5
---> Removed intermediate container 27ba5cbfc9a5
---> 655ee9d0fc8b
Step 12/12 : ENTRYPOINT ["python", "code/main.py", "table", "--output", "/output/table.csv"]
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 04883bcbec90
---> Removed intermediate container 04883bcbec90
---> 754617699c99
Successfully built 754617699c99
Successfully tagged sigint:latest

lol I added --platform linux/amd64 to build.sh and it like, did stuff. > watson@MacBook-Pro signal_group_analysis % ./build.sh > DEPRECATED: The legacy builder is deprecated and will be removed in a future release. > Install the buildx component to build images with BuildKit: > https://docs.docker.com/go/buildx/ > > Sending build context to Docker daemon 99.84kB > Step 1/12 : FROM archlinux:latest > latest: Pulling from library/archlinux > 15fadeb05ca1: Pull complete > f586b9bd7bce: Pull complete > Digest: sha256:ecb9460597467ddf638230a32bb67da0684a389612685e9a8fb23e7f7313b00a > Status: Downloaded newer image for archlinux:latest > ---> 7e1167d898dc > Step 2/12 : WORKDIR /root > ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested > ---> Running in 8c72016b68b9 > ---> Removed intermediate container 8c72016b68b9 > ---> 5cce5a3e0276 > Step 3/12 : RUN pacman -Sy > ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested > ---> Running in a8bcf5803954 > :: Synchronizing package databases... > core downloading... > extra downloading... > ---> Removed intermediate container a8bcf5803954 > ---> f99d3960d7cc > Step 4/12 : RUN pacman -S sqlcipher --noconfirm > ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested > ---> Running in fb83e2c79dae > resolving dependencies... > looking for conflicting packages... > > Package (2) New Version Net Change Download Size > > extra/tcl 8.6.14-4 13.48 MiB 4.50 MiB > extra/sqlcipher 4.6.0-1 3.90 MiB 1.33 MiB > > Total Download Size: 5.83 MiB > Total Installed Size: 17.38 MiB > > :: Proceed with installation? [Y/n] > :: Retrieving packages... > tcl-8.6.14-4-x86_64 downloading... > sqlcipher-4.6.0-1-x86_64 downloading... > checking keyring... > checking package integrity... > loading package files... > checking for file conflicts... > :: Processing package changes... > installing tcl... > installing sqlcipher... > :: Running post-transaction hooks... > (1/1) Arming ConditionNeedsUpdate... > ---> Removed intermediate container fb83e2c79dae > ---> 9809d27f23fb > Step 5/12 : RUN pacman -S python --noconfirm > ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested > ---> Running in 9bdcf03b9cfd > resolving dependencies... > looking for conflicting packages... > > Package (2) New Version Net Change Download Size > > core/mpdecimal 4.0.0-2 0.32 MiB 0.10 MiB > core/python 3.12.7-1 70.07 MiB 12.31 MiB > > Total Download Size: 12.41 MiB > Total Installed Size: 70.39 MiB > > :: Proceed with installation? [Y/n] > :: Retrieving packages... > python-3.12.7-1-x86_64 downloading... > mpdecimal-4.0.0-2-x86_64 downloading... > checking keyring... > checking package integrity... > loading package files... > checking for file conflicts... > :: Processing package changes... > installing mpdecimal... > installing python... > Optional dependencies for python > python-setuptools: for building Python packages using tooling that is usually bundled with Python > python-pip: for installing Python packages using tooling that is usually bundled with Python > python-pipx: for installing Python software not packaged on Arch Linux > sqlite: for a default database integration [installed] > xz: for lzma [installed] > tk: for tkinter > :: Running post-transaction hooks... > (1/1) Arming ConditionNeedsUpdate... > ---> Removed intermediate container 9bdcf03b9cfd > ---> 06d35e4f3f2b > Step 6/12 : RUN pacman -S python-pip --noconfirm > ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested > ---> Running in 1a3762797f4a > resolving dependencies... > looking for conflicting packages... > > Package (8) New Version Net Change Download Size > > extra/python-attrs 23.2.0-3 0.54 MiB 0.10 MiB > extra/python-cffi 1.17.1-1 1.32 MiB 0.27 MiB > extra/python-cryptography 43.0.3-1 4.60 MiB 1.04 MiB > extra/python-filelock 3.16.1-1 0.13 MiB 0.03 MiB > extra/python-packaging 24.2-1 0.66 MiB 0.12 MiB > extra/python-pycparser 2.22-2 1.71 MiB 0.22 MiB > extra/python-wheel 0.45.0-1 0.28 MiB 0.06 MiB > extra/python-pip 24.3.1-1 15.61 MiB 2.71 MiB > > Total Download Size: 4.55 MiB > Total Installed Size: 24.85 MiB > > :: Proceed with installation? [Y/n] > :: Retrieving packages... > python-pip-24.3.1-1-any downloading... > python-cryptography-43.0.3-1-x86_64 downloading... > python-cffi-1.17.1-1-x86_64 downloading... > python-pycparser-2.22-2-any downloading... > python-packaging-24.2-1-any downloading... > python-attrs-23.2.0-3-any downloading... > python-wheel-0.45.0-1-any downloading... > python-filelock-3.16.1-1-any downloading... > checking keyring... > checking package integrity... > loading package files... > checking for file conflicts... > :: Processing package changes... > installing python-attrs... > installing python-pycparser... > installing python-cffi... > Optional dependencies for python-cffi > python-setuptools: "limited api" version checking in cffi.setuptools_ext > installing python-cryptography... > installing python-filelock... > installing python-packaging... > installing python-wheel... > Optional dependencies for python-wheel > python-keyring: for wheel.signatures > python-xdg: for wheel.signatures > python-setuptools: for legacy bdist_wheel subcommand > installing python-pip... > :: Running post-transaction hooks... > (1/1) Arming ConditionNeedsUpdate... > ---> Removed intermediate container 1a3762797f4a > ---> 7902a5494282 > Step 7/12 : COPY code/requirements.txt ./code/ > ---> 5d2c35f2049d > Step 8/12 : RUN pip install -r code/requirements.txt --break-system-packages > ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested > ---> Running in 0be641587264 > Collecting pandas==2.2.3 (from -r code/requirements.txt (line 1)) > Downloading pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (89 kB) > Collecting scikit-learn==1.5.2 (from -r code/requirements.txt (line 2)) > Downloading scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) > Collecting numpy>=1.26.0 (from pandas==2.2.3->-r code/requirements.txt (line 1)) > Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) > Collecting python-dateutil>=2.8.2 (from pandas==2.2.3->-r code/requirements.txt (line 1)) > Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) > Collecting pytz>=2020.1 (from pandas==2.2.3->-r code/requirements.txt (line 1)) > Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB) > Collecting tzdata>=2022.7 (from pandas==2.2.3->-r code/requirements.txt (line 1)) > Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) > Collecting scipy>=1.6.0 (from scikit-learn==1.5.2->-r code/requirements.txt (line 2)) > Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) > Collecting joblib>=1.2.0 (from scikit-learn==1.5.2->-r code/requirements.txt (line 2)) > Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) > Collecting threadpoolctl>=3.1.0 (from scikit-learn==1.5.2->-r code/requirements.txt (line 2)) > Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) > Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas==2.2.3->-r code/requirements.txt (line 1)) > Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) > Downloading pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/12.7 MB 32.7 MB/s eta 0:00:00 > Downloading scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 35.6 MB/s eta 0:00:00 > Downloading joblib-1.4.2-py3-none-any.whl (301 kB) > Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.0 MB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/16.0 MB 33.3 MB/s eta 0:00:00 > Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) > Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB) > Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.8 MB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 MB 31.5 MB/s eta 0:00:00 > Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) > Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB) > Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) > Installing collected packages: pytz, tzdata, threadpoolctl, six, numpy, joblib, scipy, python-dateutil, scikit-learn, pandas > Successfully installed joblib-1.4.2 numpy-2.1.3 pandas-2.2.3 python-dateutil-2.9.0.post0 pytz-2024.2 scikit-learn-1.5.2 scipy-1.14.1 six-1.16.0 threadpoolctl-3.5.0 tzdata-2024.2 > WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. > ---> Removed intermediate container 0be641587264 > ---> 0af1d45a470c > Step 9/12 : COPY code/ ./code/ > ---> 37672e8b8881 > Step 10/12 : COPY config/ ./config/ > ---> f7c107f5a7bf > Step 11/12 : RUN mkdir output > ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested > ---> Running in 27ba5cbfc9a5 > ---> Removed intermediate container 27ba5cbfc9a5 > ---> 655ee9d0fc8b > Step 12/12 : ENTRYPOINT ["python", "code/main.py", "table", "--output", "/output/table.csv"] > ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested > ---> Running in 04883bcbec90 > ---> Removed intermediate container 04883bcbec90 > ---> 754617699c99 > Successfully built 754617699c99 > Successfully tagged sigint:latest
p commented 5 months ago
Owner

oh interesting. well it fetched the amd64 version of the docker image but I have a feeling your ARM processor will have trouble running it

oh interesting. well it fetched the amd64 version of the docker image but I have a feeling your ARM processor will have trouble running it
p commented 5 months ago
Owner

@lp ok I switched to use debian:testing as the base image so it should work on macos now!

@lp ok I switched to use debian:testing as the base image so it should work on macos now!
lp commented 5 months ago
Poster

Seemed to work?

% ./build.sh
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 127kB
Step 1/12 : FROM debian:testing
testing: Pulling from library/debian
697066b3c41c: Pull complete
Digest: sha256:6e4f6fef9ab54627c1d7224d90259a0d059ac16ab0e37d35862449b41a8dd483
Status: Downloaded newer image for debian:testing
---> e2547c521d60
Step 2/12 : WORKDIR /root
---> Running in d2be4299710d
---> Removed intermediate container d2be4299710d
---> 5be30158a13a
Step 3/12 : RUN apt-get update
---> Running in beb24794e531
Get:1 http://deb.debian.org/debian testing InRelease [172 kB]
Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB]
Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.5 kB]
Get:4 http://deb.debian.org/debian testing/main arm64 Packages [9301 kB]
Fetched 9566 kB in 1s (7031 kB/s)
Reading package lists...
---> Removed intermediate container beb24794e531
---> beedc59abf0f
Step 4/12 : RUN apt-get -y install python3
---> Running in 758a957b4376
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
ca-certificates krb5-locales libexpat1 libgpm2 libgssapi-krb5-2 libk5crypto3
libkeyutils1 libkrb5-3 libkrb5support0 libncursesw6 libnsl2
libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libreadline8t64
libsqlite3-0 libtirpc-common libtirpc3t64 media-types netbase openssl
python3-minimal python3.12 python3.12-minimal readline-common
Suggested packages:
gpm krb5-doc krb5-user python3-doc python3-tk python3-venv python3.12-venv
python3.12-doc binutils binfmt-support readline-doc
The following NEW packages will be installed:
ca-certificates krb5-locales libexpat1 libgpm2 libgssapi-krb5-2 libk5crypto3
libkeyutils1 libkrb5-3 libkrb5support0 libncursesw6 libnsl2
libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libreadline8t64
libsqlite3-0 libtirpc-common libtirpc3t64 media-types netbase openssl
python3 python3-minimal python3.12 python3.12-minimal readline-common
0 upgraded, 26 newly installed, 0 to remove and 21 not upgraded.
Need to get 9025 kB of archives.
After this operation, 34.9 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian testing/main arm64 libpython3.12-minimal arm64 3.12.7-3 [808 kB]
Get:2 http://deb.debian.org/debian testing/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:3 http://deb.debian.org/debian testing/main arm64 python3.12-minimal arm64 3.12.7-3 [1940 kB]
Get:4 http://deb.debian.org/debian testing/main arm64 python3-minimal arm64 3.12.6-1 [26.7 kB]
Get:5 http://deb.debian.org/debian testing/main arm64 media-types all 10.1.0 [26.9 kB]
Get:6 http://deb.debian.org/debian testing/main arm64 netbase all 6.4 [12.8 kB]
Get:7 http://deb.debian.org/debian testing/main arm64 libncursesw6 arm64 6.5-2+b1 [125 kB]
Get:8 http://deb.debian.org/debian testing/main arm64 libkrb5support0 arm64 1.21.3-3 [32.1 kB]
Get:9 http://deb.debian.org/debian testing/main arm64 libk5crypto3 arm64 1.21.3-3 [80.8 kB]
Get:10 http://deb.debian.org/debian testing/main arm64 libkeyutils1 arm64 1.6.3-4 [9352 B]
Get:11 http://deb.debian.org/debian testing/main arm64 libkrb5-3 arm64 1.21.3-3 [310 kB]
Get:12 http://deb.debian.org/debian testing/main arm64 libgssapi-krb5-2 arm64 1.21.3-3 [126 kB]
Get:13 http://deb.debian.org/debian testing/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:14 http://deb.debian.org/debian testing/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3+b1 [78.7 kB]
Get:15 http://deb.debian.org/debian testing/main arm64 libnsl2 arm64 1.3.0-3+b3 [37.9 kB]
Get:16 http://deb.debian.org/debian testing/main arm64 readline-common all 8.2-5 [69.3 kB]
Get:17 http://deb.debian.org/debian testing/main arm64 libreadline8t64 arm64 8.2-5 [159 kB]
Get:18 http://deb.debian.org/debian testing/main arm64 libsqlite3-0 arm64 3.46.1-1 [852 kB]
Get:19 http://deb.debian.org/debian testing/main arm64 libpython3.12-stdlib arm64 3.12.7-3 [1902 kB]
Get:20 http://deb.debian.org/debian testing/main arm64 python3.12 arm64 3.12.7-3 [671 kB]
Get:21 http://deb.debian.org/debian testing/main arm64 libpython3-stdlib arm64 3.12.6-1 [9692 B]
Get:22 http://deb.debian.org/debian testing/main arm64 python3 arm64 3.12.6-1 [27.8 kB]
Get:23 http://deb.debian.org/debian testing/main arm64 openssl arm64 3.3.2-2 [1347 kB]
Get:24 http://deb.debian.org/debian testing/main arm64 ca-certificates all 20240203 [158 kB]
Get:25 http://deb.debian.org/debian testing/main arm64 krb5-locales all 1.21.3-3 [101 kB]
Get:26 http://deb.debian.org/debian testing/main arm64 libgpm2 arm64 1.20.7-11+b1 [14.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 9025 kB in 1s (14.2 MB/s)
Selecting previously unselected package libpython3.12-minimal:arm64.
(Reading database ... 5160 files and directories currently installed.)
Preparing to unpack .../libpython3.12-minimal_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-minimal:arm64 (3.12.7-3) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.7-3_arm64.deb ...
Unpacking python3.12-minimal (3.12.7-3) ...
Setting up libpython3.12-minimal:arm64 (3.12.7-3) ...
Setting up libexpat1:arm64 (2.6.4-1) ...
Setting up python3.12-minimal (3.12.7-3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 5480 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.12.6-1_arm64.deb ...
Unpacking python3-minimal (3.12.6-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../01-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package netbase.
Preparing to unpack .../02-netbase_6.4_all.deb ...
Unpacking netbase (6.4) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../03-libncursesw6_6.5-2+b1_arm64.deb ...
Unpacking libncursesw6:arm64 (6.5-2+b1) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../04-libkrb5support0_1.21.3-3_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.21.3-3) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../05-libk5crypto3_1.21.3-3_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.21.3-3) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../06-libkeyutils1_1.6.3-4_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6.3-4) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../07-libkrb5-3_1.21.3-3_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.21.3-3) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../08-libgssapi-krb5-2_1.21.3-3_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.21.3-3) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../09-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:arm64.
Preparing to unpack .../10-libtirpc3t64_1.3.4+ds-1.3+b1_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3 to /lib/aarch64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3.0.0 to /lib/aarch64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../11-libnsl2_1.3.0-3+b3_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-3+b3) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../12-readline-common_8.2-5_all.deb ...
Unpacking readline-common (8.2-5) ...
Selecting previously unselected package libreadline8t64:arm64.
Preparing to unpack .../13-libreadline8t64_8.2-5_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8 to /lib/aarch64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8.2 to /lib/aarch64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8 to /lib/aarch64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8.2 to /lib/aarch64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
Unpacking libreadline8t64:arm64 (8.2-5) ...
Selecting previously unselected package libsqlite3-0:arm64.
Preparing to unpack .../14-libsqlite3-0_3.46.1-1_arm64.deb ...
Unpacking libsqlite3-0:arm64 (3.46.1-1) ...
Selecting previously unselected package libpython3.12-stdlib:arm64.
Preparing to unpack .../15-libpython3.12-stdlib_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-stdlib:arm64 (3.12.7-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../16-python3.12_3.12.7-3_arm64.deb ...
Unpacking python3.12 (3.12.7-3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../17-libpython3-stdlib_3.12.6-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.12.6-1) ...
Setting up python3-minimal (3.12.6-1) ...
Selecting previously unselected package python3.
(Reading database ... 6038 files and directories currently installed.)
Preparing to unpack .../python3_3.12.6-1_arm64.deb ...
Unpacking python3 (3.12.6-1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_3.3.2-2_arm64.deb ...
Unpacking openssl (3.3.2-2) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20240203_all.deb ...
Unpacking ca-certificates (20240203) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../krb5-locales_1.21.3-3_all.deb ...
Unpacking krb5-locales (1.21.3-3) ...
Selecting previously unselected package libgpm2:arm64.
Preparing to unpack .../libgpm2_1.20.7-11+b1_arm64.deb ...
Unpacking libgpm2:arm64 (1.20.7-11+b1) ...
Setting up media-types (10.1.0) ...
Setting up libkeyutils1:arm64 (1.6.3-4) ...
Setting up libgpm2:arm64 (1.20.7-11+b1) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up libsqlite3-0:arm64 (3.46.1-1) ...
Setting up krb5-locales (1.21.3-3) ...
Setting up libkrb5support0:arm64 (1.21.3-3) ...
Setting up libncursesw6:arm64 (6.5-2+b1) ...
Setting up libk5crypto3:arm64 (1.21.3-3) ...
Setting up netbase (6.4) ...
Setting up libkrb5-3:arm64 (1.21.3-3) ...
Setting up openssl (3.3.2-2) ...
Setting up readline-common (8.2-5) ...
Setting up ca-certificates (20240203) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
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.0 /usr/local/share/perl/5.40.0 /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.)
debconf: falling back to frontend: Teletype
Updating certificates in /etc/ssl/certs...
146 added, 0 removed; done.
Setting up libgssapi-krb5-2:arm64 (1.21.3-3) ...
Setting up libreadline8t64:arm64 (8.2-5) ...
Setting up libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Setting up libnsl2:arm64 (1.3.0-3+b3) ...
Setting up libpython3.12-stdlib:arm64 (3.12.7-3) ...
Setting up python3.12 (3.12.7-3) ...
Setting up libpython3-stdlib:arm64 (3.12.6-1) ...
Setting up python3 (3.12.6-1) ...
running python rtupdate hooks for python3.12...
running python post-rtupdate hooks for python3.12...
Processing triggers for libc-bin (2.40-3) ...
Processing triggers for ca-certificates (20240203) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
---> Removed intermediate container 758a957b4376
---> 57eca8424162
Step 5/12 : RUN apt-get -y install python3-pip
---> Running in 5ddafbe9bcdd
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
adduser binutils binutils-aarch64-linux-gnu binutils-common build-essential
bzip2 cpp cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dirmngr
dpkg-dev fakeroot g++ g++-14 g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu
gcc gcc-14 gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu gnupg gnupg-l10n
gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libasan8 libassuan9 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0
libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl libexpat1-dev libfakeroot
libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64 libgdbm6t64 libgomp1
libgprofng0 libhwasan0 libisl23 libitm1 libjansson4 libjs-jquery
libjs-sphinxdoc libjs-underscore libksba8 libldap-2.5-0 libldap-common
liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnpth0t64 libperl5.40
libpython3-dev libpython3.12-dev libpython3.12t64 libsasl2-2
libsasl2-modules libsasl2-modules-db libsframe1 libstdc++-14-dev libtsan2
libubsan1 linux-libc-dev make manpages manpages-dev patch perl
perl-modules-5.40 pinentry-curses python3-dev python3-wheel python3.12-dev
rpcsvc-proto xz-utils zlib1g-dev
Suggested packages:
cron quota binutils-doc gprofng-gui bzip2-doc cpp-doc gcc-14-locales
cpp-14-doc dbus-user-session libpam-systemd pinentry-gnome3 tor
debian-keyring gcc-14-doc gcc-multilib autoconf automake libtool flex bison
gdb gcc-doc gdb-aarch64-linux-gnu gpg-wks-server parcimonie xloadimage
scdaemon apache2 | lighttpd | httpd libc-devtools glibc-doc sensible-utils
git bzr gdbm-l10n libsasl2-modules-gssapi-mit
| libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
libsasl2-modules-sql libstdc++-14-doc make-doc man-browser ed diffutils-doc
perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
libtap-harness-archive-perl pinentry-doc python3-setuptools
The following NEW packages will be installed:
adduser binutils binutils-aarch64-linux-gnu binutils-common build-essential
bzip2 cpp cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dirmngr
dpkg-dev fakeroot g++ g++-14 g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu
gcc gcc-14 gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu gnupg gnupg-l10n
gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libasan8 libassuan9 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0
libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl libexpat1-dev libfakeroot
libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64 libgdbm6t64 libgomp1
libgprofng0 libhwasan0 libisl23 libitm1 libjansson4 libjs-jquery
libjs-sphinxdoc libjs-underscore libksba8 libldap-2.5-0 libldap-common
liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnpth0t64 libperl5.40
libpython3-dev libpython3.12-dev libpython3.12t64 libsasl2-2
libsasl2-modules libsasl2-modules-db libsframe1 libstdc++-14-dev libtsan2
libubsan1 linux-libc-dev make manpages manpages-dev patch perl
perl-modules-5.40 pinentry-curses python3-dev python3-pip python3-wheel
python3.12-dev rpcsvc-proto xz-utils zlib1g-dev
0 upgraded, 93 newly installed, 0 to remove and 21 not upgraded.
Need to get 92.3 MB of archives.
After this operation, 403 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian testing/main arm64 perl-modules-5.40 all 5.40.0-7 [3017 kB]
Get:2 http://deb.debian.org/debian testing/main arm64 libgdbm6t64 arm64 1.24-2 [74.0 kB]
Get:3 http://deb.debian.org/debian testing/main arm64 libgdbm-compat4t64 arm64 1.24-2 [50.3 kB]
Get:4 http://deb.debian.org/debian testing/main arm64 libperl5.40 arm64 5.40.0-7 [4156 kB]
Get:5 http://deb.debian.org/debian testing/main arm64 perl arm64 5.40.0-7 [267 kB]
Get:6 http://deb.debian.org/debian testing/main arm64 liblocale-gettext-perl arm64 1.07-7+b1 [15.2 kB]
Get:7 http://deb.debian.org/debian testing/main arm64 adduser all 3.137 [140 kB]
Get:8 http://deb.debian.org/debian testing/main arm64 bzip2 arm64 1.0.8-6 [39.5 kB]
Get:9 http://deb.debian.org/debian testing/main arm64 manpages all 6.9.1-1 [1393 kB]
Get:10 http://deb.debian.org/debian testing/main arm64 xz-utils arm64 5.6.3-1+b1 [540 kB]
Get:11 http://deb.debian.org/debian testing/main arm64 binutils-common arm64 2.43.1-5 [2631 kB]
Get:12 http://deb.debian.org/debian testing/main arm64 libsframe1 arm64 2.43.1-5 [76.5 kB]
Get:13 http://deb.debian.org/debian testing/main arm64 libbinutils arm64 2.43.1-5 [657 kB]
Get:14 http://deb.debian.org/debian testing/main arm64 libctf-nobfd0 arm64 2.43.1-5 [151 kB]
Get:15 http://deb.debian.org/debian testing/main arm64 libctf0 arm64 2.43.1-5 [84.0 kB]
Get:16 http://deb.debian.org/debian testing/main arm64 libgprofng0 arm64 2.43.1-5 [690 kB]
Get:17 http://deb.debian.org/debian testing/main arm64 libjansson4 arm64 2.14-2+b3 [39.2 kB]
Get:18 http://deb.debian.org/debian testing/main arm64 binutils-aarch64-linux-gnu arm64 2.43.1-5 [2800 kB]
Get:19 http://deb.debian.org/debian testing/main arm64 binutils arm64 2.43.1-5 [67.8 kB]
Get:20 http://deb.debian.org/debian testing/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:21 http://deb.debian.org/debian testing/main arm64 linux-libc-dev all 6.11.9-1 [2459 kB]
Get:22 http://deb.debian.org/debian testing/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:23 http://deb.debian.org/debian testing/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:24 http://deb.debian.org/debian testing/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:25 http://deb.debian.org/debian testing/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:26 http://deb.debian.org/debian testing/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:27 http://deb.debian.org/debian testing/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:28 http://deb.debian.org/debian testing/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:29 http://deb.debian.org/debian testing/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:30 http://deb.debian.org/debian testing/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:31 http://deb.debian.org/debian testing/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:32 http://deb.debian.org/debian testing/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:33 http://deb.debian.org/debian testing/main arm64 libgomp1 arm64 14.2.0-8 [124 kB]
Get:34 http://deb.debian.org/debian testing/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:35 http://deb.debian.org/debian testing/main arm64 libatomic1 arm64 14.2.0-8 [10.1 kB]
Get:36 http://deb.debian.org/debian testing/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:37 http://deb.debian.org/debian testing/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:38 http://deb.debian.org/debian testing/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:39 http://deb.debian.org/debian testing/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:40 http://deb.debian.org/debian testing/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:41 http://deb.debian.org/debian testing/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:42 http://deb.debian.org/debian testing/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:43 http://deb.debian.org/debian testing/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:44 http://deb.debian.org/debian testing/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:45 http://deb.debian.org/debian testing/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:46 http://deb.debian.org/debian testing/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:47 http://deb.debian.org/debian testing/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:48 http://deb.debian.org/debian testing/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:49 http://deb.debian.org/debian testing/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:50 http://deb.debian.org/debian testing/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:51 http://deb.debian.org/debian testing/main arm64 make arm64 4.3-4.1+b1 [372 kB]
Get:52 http://deb.debian.org/debian testing/main arm64 libdpkg-perl all 1.22.11 [644 kB]
Get:53 http://deb.debian.org/debian testing/main arm64 patch arm64 2.7.6-7+b1 [118 kB]
Get:54 http://deb.debian.org/debian testing/main arm64 dpkg-dev all 1.22.11 [1332 kB]
Get:55 http://deb.debian.org/debian testing/main arm64 build-essential arm64 12.12 [4624 B]
Get:56 http://deb.debian.org/debian testing/main arm64 libassuan9 arm64 3.0.1-2 [58.1 kB]
Get:57 http://deb.debian.org/debian testing/main arm64 gpgconf arm64 2.2.45-2 [114 kB]
Get:58 http://deb.debian.org/debian testing/main arm64 libksba8 arm64 1.6.7-2+b1 [125 kB]
Get:59 http://deb.debian.org/debian testing/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-8 [20.0 kB]
Get:60 http://deb.debian.org/debian testing/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-8 [55.4 kB]
Get:61 http://deb.debian.org/debian testing/main arm64 libldap-2.5-0 arm64 2.5.18+dfsg-3+b1 [175 kB]
Get:62 http://deb.debian.org/debian testing/main arm64 libnpth0t64 arm64 1.6-3.1+b1 [18.1 kB]
Get:63 http://deb.debian.org/debian testing/main arm64 dirmngr arm64 2.2.45-2 [343 kB]
Get:64 http://deb.debian.org/debian testing/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:65 http://deb.debian.org/debian testing/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:66 http://deb.debian.org/debian testing/main arm64 gnupg-l10n all 2.2.45-2 [705 kB]
Get:67 http://deb.debian.org/debian testing/main arm64 gpg arm64 2.2.45-2 [481 kB]
Get:68 http://deb.debian.org/debian testing/main arm64 pinentry-curses arm64 1.2.1-4+b1 [76.7 kB]
Get:69 http://deb.debian.org/debian testing/main arm64 gpg-agent arm64 2.2.45-2 [230 kB]
Get:70 http://deb.debian.org/debian testing/main arm64 gpgsm arm64 2.2.45-2 [232 kB]
Get:71 http://deb.debian.org/debian testing/main arm64 gnupg all 2.2.45-2 [376 kB]
Get:72 http://deb.debian.org/debian testing/main arm64 gpg-wks-client arm64 2.2.45-2 [94.3 kB]
Get:73 http://deb.debian.org/debian testing/main arm64 javascript-common all 11+nmu1 [6260 B]
Get:74 http://deb.debian.org/debian testing/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
Get:75 http://deb.debian.org/debian testing/main arm64 libalgorithm-diff-xs-perl arm64 0.04-8+b4 [11.2 kB]
Get:76 http://deb.debian.org/debian testing/main arm64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
Get:77 http://deb.debian.org/debian testing/main arm64 libexpat1-dev arm64 2.6.4-1 [143 kB]
Get:78 http://deb.debian.org/debian testing/main arm64 libfile-fcntllock-perl arm64 0.22-4+b4 [34.6 kB]
Get:79 http://deb.debian.org/debian testing/main arm64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:80 http://deb.debian.org/debian testing/main arm64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
Get:81 http://deb.debian.org/debian testing/main arm64 libjs-sphinxdoc all 7.4.7-4 [158 kB]
Get:82 http://deb.debian.org/debian testing/main arm64 libldap-common all 2.5.18+dfsg-3 [32.0 kB]
Get:83 http://deb.debian.org/debian testing/main arm64 libpython3.12t64 arm64 3.12.7-3 [1982 kB]
Get:84 http://deb.debian.org/debian testing/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1+b1 [917 kB]
Get:85 http://deb.debian.org/debian testing/main arm64 libpython3.12-dev arm64 3.12.7-3 [4792 kB]
Get:86 http://deb.debian.org/debian testing/main arm64 libpython3-dev arm64 3.12.6-1 [9952 B]
Get:87 http://deb.debian.org/debian testing/main arm64 libsasl2-modules arm64 2.1.28+dfsg1-8 [62.6 kB]
Get:88 http://deb.debian.org/debian testing/main arm64 manpages-dev all 6.9.1-1 [2122 kB]
Get:89 http://deb.debian.org/debian testing/main arm64 python3.12-dev arm64 3.12.7-3 [505 kB]
Get:90 http://deb.debian.org/debian testing/main arm64 python3-dev arm64 3.12.6-1 [26.1 kB]
Get:91 http://deb.debian.org/debian testing/main arm64 python3-wheel all 0.45.0-1 [56.7 kB]
Get:92 http://deb.debian.org/debian testing/main arm64 python3-pip all 24.3.1+dfsg-1 [1441 kB]
Get:93 http://deb.debian.org/debian testing/main arm64 gnupg-utils arm64 2.2.45-2 [458 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 92.3 MB in 4s (21.1 MB/s)
Selecting previously unselected package perl-modules-5.40.
(Reading database ... 6577 files and directories currently installed.)
Preparing to unpack .../0-perl-modules-5.40_5.40.0-7_all.deb ...
Unpacking perl-modules-5.40 (5.40.0-7) ...
Selecting previously unselected package libgdbm6t64:arm64.
Preparing to unpack .../1-libgdbm6t64_1.24-2_arm64.deb ...
Unpacking libgdbm6t64:arm64 (1.24-2) ...
Selecting previously unselected package libgdbm-compat4t64:arm64.
Preparing to unpack .../2-libgdbm-compat4t64_1.24-2_arm64.deb ...
Unpacking libgdbm-compat4t64:arm64 (1.24-2) ...
Selecting previously unselected package libperl5.40:arm64.
Preparing to unpack .../3-libperl5.40_5.40.0-7_arm64.deb ...
Unpacking libperl5.40:arm64 (5.40.0-7) ...
Selecting previously unselected package perl.
Preparing to unpack .../4-perl_5.40.0-7_arm64.deb ...
Unpacking perl (5.40.0-7) ...
Selecting previously unselected package liblocale-gettext-perl.
Preparing to unpack .../5-liblocale-gettext-perl_1.07-7+b1_arm64.deb ...
Unpacking liblocale-gettext-perl (1.07-7+b1) ...
Selecting previously unselected package adduser.
Preparing to unpack .../6-adduser_3.137_all.deb ...
Unpacking adduser (3.137) ...
Setting up adduser (3.137) ...
Selecting previously unselected package bzip2.
(Reading database ... 8834 files and directories currently installed.)
Preparing to unpack .../00-bzip2_1.0.8-6_arm64.deb ...
Unpacking bzip2 (1.0.8-6) ...
Selecting previously unselected package manpages.
Preparing to unpack .../01-manpages_6.9.1-1_all.deb ...
Unpacking manpages (6.9.1-1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../02-xz-utils_5.6.3-1+b1_arm64.deb ...
Unpacking xz-utils (5.6.3-1+b1) ...
Selecting previously unselected package binutils-common:arm64.
Preparing to unpack .../03-binutils-common_2.43.1-5_arm64.deb ...
Unpacking binutils-common:arm64 (2.43.1-5) ...
Selecting previously unselected package libsframe1:arm64.
Preparing to unpack .../04-libsframe1_2.43.1-5_arm64.deb ...
Unpacking libsframe1:arm64 (2.43.1-5) ...
Selecting previously unselected package libbinutils:arm64.
Preparing to unpack .../05-libbinutils_2.43.1-5_arm64.deb ...
Unpacking libbinutils:arm64 (2.43.1-5) ...
Selecting previously unselected package libctf-nobfd0:arm64.
Preparing to unpack .../06-libctf-nobfd0_2.43.1-5_arm64.deb ...
Unpacking libctf-nobfd0:arm64 (2.43.1-5) ...
Selecting previously unselected package libctf0:arm64.
Preparing to unpack .../07-libctf0_2.43.1-5_arm64.deb ...
Unpacking libctf0:arm64 (2.43.1-5) ...
Selecting previously unselected package libgprofng0:arm64.
Preparing to unpack .../08-libgprofng0_2.43.1-5_arm64.deb ...
Unpacking libgprofng0:arm64 (2.43.1-5) ...
Selecting previously unselected package libjansson4:arm64.
Preparing to unpack .../09-libjansson4_2.14-2+b3_arm64.deb ...
Unpacking libjansson4:arm64 (2.14-2+b3) ...
Selecting previously unselected package binutils-aarch64-linux-gnu.
Preparing to unpack .../10-binutils-aarch64-linux-gnu_2.43.1-5_arm64.deb ...
Unpacking binutils-aarch64-linux-gnu (2.43.1-5) ...
Selecting previously unselected package binutils.
Preparing to unpack .../11-binutils_2.43.1-5_arm64.deb ...
Unpacking binutils (2.43.1-5) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../12-libc-dev-bin_2.40-3_arm64.deb ...
Unpacking libc-dev-bin (2.40-3) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../13-linux-libc-dev_6.11.9-1_all.deb ...
Unpacking linux-libc-dev (6.11.9-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../14-libcrypt-dev_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.36-5) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../15-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1+b1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../16-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../17-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../18-libmpfr6_4.2.1-1+b2_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../19-libmpc3_1.3.1-1+b3_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-aarch64-linux-gnu.
Preparing to unpack .../20-cpp-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../21-cpp-14_14.2.0-8_arm64.deb ...
Unpacking cpp-14 (14.2.0-8) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../22-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../23-cpp_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../24-libcc1-0_14.2.0-8_arm64.deb ...
Unpacking libcc1-0:arm64 (14.2.0-8) ...
Selecting previously unselected package libgomp1:arm64.
Preparing to unpack .../25-libgomp1_14.2.0-8_arm64.deb ...
Unpacking libgomp1:arm64 (14.2.0-8) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../26-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libatomic1:arm64.
Preparing to unpack .../27-libatomic1_14.2.0-8_arm64.deb ...
Unpacking libatomic1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../28-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../29-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../30-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../31-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../32-libhwasan0_14.2.0-8_arm64.deb ...
Unpacking libhwasan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libgcc-14-dev:arm64.
Preparing to unpack .../33-libgcc-14-dev_14.2.0-8_arm64.deb ...
Unpacking libgcc-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package gcc-14-aarch64-linux-gnu.
Preparing to unpack .../34-gcc-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../35-gcc-14_14.2.0-8_arm64.deb ...
Unpacking gcc-14 (14.2.0-8) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../36-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../37-gcc_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libstdc++-14-dev:arm64.
Preparing to unpack .../38-libstdc++-14-dev_14.2.0-8_arm64.deb ...
Unpacking libstdc++-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package g++-14-aarch64-linux-gnu.
Preparing to unpack .../39-g++-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking g++-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../40-g++-14_14.2.0-8_arm64.deb ...
Unpacking g++-14 (14.2.0-8) ...
Selecting previously unselected package g++-aarch64-linux-gnu.
Preparing to unpack .../41-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../42-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package make.
Preparing to unpack .../43-make_4.3-4.1+b1_arm64.deb ...
Unpacking make (4.3-4.1+b1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../44-libdpkg-perl_1.22.11_all.deb ...
Unpacking libdpkg-perl (1.22.11) ...
Selecting previously unselected package patch.
Preparing to unpack .../45-patch_2.7.6-7+b1_arm64.deb ...
Unpacking patch (2.7.6-7+b1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../46-dpkg-dev_1.22.11_all.deb ...
Unpacking dpkg-dev (1.22.11) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../47-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libassuan9:arm64.
Preparing to unpack .../48-libassuan9_3.0.1-2_arm64.deb ...
Unpacking libassuan9:arm64 (3.0.1-2) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../49-gpgconf_2.2.45-2_arm64.deb ...
Unpacking gpgconf (2.2.45-2) ...
Selecting previously unselected package libksba8:arm64.
Preparing to unpack .../50-libksba8_1.6.7-2+b1_arm64.deb ...
Unpacking libksba8:arm64 (1.6.7-2+b1) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../51-libsasl2-modules-db_2.1.28+dfsg1-8_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-8) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../52-libsasl2-2_2.1.28+dfsg1-8_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-8) ...
Selecting previously unselected package libldap-2.5-0:arm64.
Preparing to unpack .../53-libldap-2.5-0_2.5.18+dfsg-3+b1_arm64.deb ...
Unpacking libldap-2.5-0:arm64 (2.5.18+dfsg-3+b1) ...
Selecting previously unselected package libnpth0t64:arm64.
Preparing to unpack .../54-libnpth0t64_1.6-3.1+b1_arm64.deb ...
Unpacking libnpth0t64:arm64 (1.6-3.1+b1) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../55-dirmngr_2.2.45-2_arm64.deb ...
Unpacking dirmngr (2.2.45-2) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../56-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../57-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../58-gnupg-l10n_2.2.45-2_all.deb ...
Unpacking gnupg-l10n (2.2.45-2) ...
Selecting previously unselected package gpg.
Preparing to unpack .../59-gpg_2.2.45-2_arm64.deb ...
Unpacking gpg (2.2.45-2) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../60-pinentry-curses_1.2.1-4+b1_arm64.deb ...
Unpacking pinentry-curses (1.2.1-4+b1) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../61-gpg-agent_2.2.45-2_arm64.deb ...
Unpacking gpg-agent (2.2.45-2) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../62-gpgsm_2.2.45-2_arm64.deb ...
Unpacking gpgsm (2.2.45-2) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../63-gnupg_2.2.45-2_all.deb ...
Unpacking gnupg (2.2.45-2) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../64-gpg-wks-client_2.2.45-2_arm64.deb ...
Unpacking gpg-wks-client (2.2.45-2) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../65-javascript-common_11+nmu1_all.deb ...
Unpacking javascript-common (11+nmu1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../66-libalgorithm-diff-perl_1.201-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.201-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl:arm64.
Preparing to unpack .../67-libalgorithm-diff-xs-perl_0.04-8+b4_arm64.deb ...
Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-8+b4) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../68-libalgorithm-merge-perl_0.08-5_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-5) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../69-libexpat1-dev_2.6.4-1_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.6.4-1) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../70-libfile-fcntllock-perl_0.22-4+b4_arm64.deb ...
Unpacking libfile-fcntllock-perl (0.22-4+b4) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../71-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../72-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../73-libjs-sphinxdoc_7.4.7-4_all.deb ...
Unpacking libjs-sphinxdoc (7.4.7-4) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../74-libldap-common_2.5.18+dfsg-3_all.deb ...
Unpacking libldap-common (2.5.18+dfsg-3) ...
Selecting previously unselected package libpython3.12t64:arm64.
Preparing to unpack .../75-libpython3.12t64_3.12.7-3_arm64.deb ...
Unpacking libpython3.12t64:arm64 (3.12.7-3) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../76-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Selecting previously unselected package libpython3.12-dev:arm64.
Preparing to unpack .../77-libpython3.12-dev_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-dev:arm64 (3.12.7-3) ...
Selecting previously unselected package libpython3-dev:arm64.
Preparing to unpack .../78-libpython3-dev_3.12.6-1_arm64.deb ...
Unpacking libpython3-dev:arm64 (3.12.6-1) ...
Selecting previously unselected package libsasl2-modules:arm64.
Preparing to unpack .../79-libsasl2-modules_2.1.28+dfsg1-8_arm64.deb ...
Unpacking libsasl2-modules:arm64 (2.1.28+dfsg1-8) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../80-manpages-dev_6.9.1-1_all.deb ...
Unpacking manpages-dev (6.9.1-1) ...
Selecting previously unselected package python3.12-dev.
Preparing to unpack .../81-python3.12-dev_3.12.7-3_arm64.deb ...
Unpacking python3.12-dev (3.12.7-3) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../82-python3-dev_3.12.6-1_arm64.deb ...
Unpacking python3-dev (3.12.6-1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../83-python3-wheel_0.45.0-1_all.deb ...
Unpacking python3-wheel (0.45.0-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../84-python3-pip_24.3.1+dfsg-1_all.deb ...
Unpacking python3-pip (24.3.1+dfsg-1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../85-gnupg-utils_2.2.45-2_arm64.deb ...
Unpacking gnupg-utils (2.2.45-2) ...
Setting up libksba8:arm64 (1.6.7-2+b1) ...
Setting up javascript-common (11+nmu1) ...
Setting up libnpth0t64:arm64 (1.6-3.1+b1) ...
Setting up libgdbm6t64:arm64 (1.24-2) ...
Setting up libgdbm-compat4t64:arm64 (1.24-2) ...
Setting up manpages (6.9.1-1) ...
Setting up libsasl2-modules:arm64 (2.1.28+dfsg1-8) ...
Setting up binutils-common:arm64 (2.43.1-5) ...
Setting up linux-libc-dev (6.11.9-1) ...
Setting up libctf-nobfd0:arm64 (2.43.1-5) ...
Setting up libgomp1:arm64 (14.2.0-8) ...
Setting up bzip2 (1.0.8-6) ...
Setting up libldap-common (2.5.18+dfsg-3) ...
Setting up python3-wheel (0.45.0-1) ...
Setting up libsframe1:arm64 (2.43.1-5) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libjansson4:arm64 (2.14-2+b3) ...
Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-8) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libpython3.12t64:arm64 (3.12.7-3) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up make (4.3-4.1+b1) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up gnupg-l10n (2.2.45-2) ...
Setting up xz-utils (5.6.3-1+b1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up libatomic1:arm64 (14.2.0-8) ...
Setting up patch (2.7.6-7+b1) ...
Setting up python3-pip (24.3.1+dfsg-1) ...
Setting up libsasl2-2:arm64 (2.1.28+dfsg1-8) ...
Setting up libubsan1:arm64 (14.2.0-8) ...
Setting up perl-modules-5.40 (5.40.0-7) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up libassuan9:arm64 (3.0.1-2) ...
Setting up gpgconf (2.2.45-2) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up libbinutils:arm64 (2.43.1-5) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up liblocale-gettext-perl (1.07-7+b1) ...
Setting up gpg (2.2.45-2) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up gnupg-utils (2.2.45-2) ...
Setting up libctf0:arm64 (2.43.1-5) ...
Setting up pinentry-curses (1.2.1-4+b1) ...
Setting up manpages-dev (6.9.1-1) ...
Setting up gpg-agent (2.2.45-2) ...
Setting up gpgsm (2.2.45-2) ...
Setting up libldap-2.5-0:arm64 (2.5.18+dfsg-3+b1) ...
Setting up libperl5.40:arm64 (5.40.0-7) ...
Setting up dirmngr (2.2.45-2) ...
Setting up perl (5.40.0-7) ...
Setting up libgprofng0:arm64 (2.43.1-5) ...
Setting up libjs-sphinxdoc (7.4.7-4) ...
Setting up libdpkg-perl (1.22.11) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up gnupg (2.2.45-2) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up gpg-wks-client (2.2.45-2) ...
Setting up libfile-fcntllock-perl (0.22-4+b4) ...
Setting up libalgorithm-diff-perl (1.201-1) ...
Setting up binutils-aarch64-linux-gnu (2.43.1-5) ...
Setting up binutils (2.43.1-5) ...
Setting up dpkg-dev (1.22.11) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libexpat1-dev:arm64 (2.6.4-1) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libalgorithm-diff-xs-perl:arm64 (0.04-8+b4) ...
Setting up libalgorithm-merge-perl (0.08-5) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libpython3.12-dev:arm64 (3.12.7-3) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up python3.12-dev (3.12.7-3) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-8) ...
Setting up libpython3-dev:arm64 (3.12.6-1) ...
Setting up gcc (4:14.2.0-1) ...
Setting up python3-dev (3.12.6-1) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.12) ...
Processing triggers for libc-bin (2.40-3) ...
---> Removed intermediate container 5ddafbe9bcdd
---> cbfb05591cd9
Step 6/12 : RUN apt-get -y install sqlcipher
---> Running in d6a4a2563b12
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libsqlcipher1
Suggested packages:
sqlite3-doc
The following NEW packages will be installed:
libsqlcipher1 sqlcipher
0 upgraded, 2 newly installed, 0 to remove and 21 not upgraded.
Need to get 1233 kB of archives.
After this operation, 3182 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian testing/main arm64 libsqlcipher1 arm64 4.6.1-1 [547 kB]
Get:2 http://deb.debian.org/debian testing/main arm64 sqlcipher arm64 4.6.1-1 [686 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1233 kB in 0s (3116 kB/s)
Selecting previously unselected package libsqlcipher1:arm64.
(Reading database ... 19184 files and directories currently installed.)
Preparing to unpack .../libsqlcipher1_4.6.1-1_arm64.deb ...
Unpacking libsqlcipher1:arm64 (4.6.1-1) ...
Selecting previously unselected package sqlcipher.
Preparing to unpack .../sqlcipher_4.6.1-1_arm64.deb ...
Unpacking sqlcipher (4.6.1-1) ...
Setting up libsqlcipher1:arm64 (4.6.1-1) ...
Setting up sqlcipher (4.6.1-1) ...
Processing triggers for libc-bin (2.40-3) ...
---> Removed intermediate container d6a4a2563b12
---> a34467ebb8b7
Step 7/12 : COPY code/requirements.txt ./code/
---> e8cfe7a783ca
Step 8/12 : RUN pip install -r code/requirements.txt --break-system-packages
---> Running in 6f42c4fd48e3
Collecting pandas (from -r code/requirements.txt (line 1))
Downloading pandas-2.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (89 kB)
Collecting scikit-learn (from -r code/requirements.txt (line 2))
Downloading scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB)
Collecting numpy>=1.26.0 (from pandas->-r code/requirements.txt (line 1))
Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (63 kB)
Collecting python-dateutil>=2.8.2 (from pandas->-r code/requirements.txt (line 1))
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting pytz>=2020.1 (from pandas->-r code/requirements.txt (line 1))
Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas->-r code/requirements.txt (line 1))
Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting scipy>=1.6.0 (from scikit-learn->-r code/requirements.txt (line 2))
Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (113 kB)
Collecting joblib>=1.2.0 (from scikit-learn->-r code/requirements.txt (line 2))
Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
Collecting threadpoolctl>=3.1.0 (from scikit-learn->-r code/requirements.txt (line 2))
Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas->-r code/requirements.txt (line 1))
Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Downloading pandas-2.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/15.2 MB 28.7 MB/s eta 0:00:00
Downloading scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 41.8 MB/s eta 0:00:00
Downloading joblib-1.4.2-py3-none-any.whl (301 kB)
Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 37.7 MB/s eta 0:00:00
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.3/35.3 MB 34.7 MB/s eta 0:00:00
Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB)
Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: pytz, tzdata, threadpoolctl, six, numpy, joblib, scipy, python-dateutil, scikit-learn, pandas
Successfully installed joblib-1.4.2 numpy-2.1.3 pandas-2.2.3 python-dateutil-2.9.0.post0 pytz-2024.2 scikit-learn-1.5.2 scipy-1.14.1 six-1.16.0 threadpoolctl-3.5.0 tzdata-2024.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
---> Removed intermediate container 6f42c4fd48e3
---> 90efff37ad69
Step 9/12 : COPY code/ ./code/
---> 1f71df999a16
Step 10/12 : COPY config/ ./config/
---> 7751925e6de7
Step 11/12 : RUN mkdir output
---> Running in 1d1c82d067db
---> Removed intermediate container 1d1c82d067db
---> 27dfdde0cb36
Step 12/12 : ENTRYPOINT ["python3", "code/main.py", "table", "--output", "/output/table.csv"]
---> Running in e8bf0d04f2dc
---> Removed intermediate container e8bf0d04f2dc
---> ace36399c5ee
Successfully built ace36399c5ee
Successfully tagged sigint:latest

Seemed to work? > % ./build.sh > DEPRECATED: The legacy builder is deprecated and will be removed in a future release. > Install the buildx component to build images with BuildKit: > https://docs.docker.com/go/buildx/ > > Sending build context to Docker daemon 127kB > Step 1/12 : FROM debian:testing > testing: Pulling from library/debian > 697066b3c41c: Pull complete > Digest: sha256:6e4f6fef9ab54627c1d7224d90259a0d059ac16ab0e37d35862449b41a8dd483 > Status: Downloaded newer image for debian:testing > ---> e2547c521d60 > Step 2/12 : WORKDIR /root > ---> Running in d2be4299710d > ---> Removed intermediate container d2be4299710d > ---> 5be30158a13a > Step 3/12 : RUN apt-get update > ---> Running in beb24794e531 > Get:1 http://deb.debian.org/debian testing InRelease [172 kB] > Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB] > Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.5 kB] > Get:4 http://deb.debian.org/debian testing/main arm64 Packages [9301 kB] > Fetched 9566 kB in 1s (7031 kB/s) > Reading package lists... > ---> Removed intermediate container beb24794e531 > ---> beedc59abf0f > Step 4/12 : RUN apt-get -y install python3 > ---> Running in 758a957b4376 > Reading package lists... > Building dependency tree... > Reading state information... > The following additional packages will be installed: > ca-certificates krb5-locales libexpat1 libgpm2 libgssapi-krb5-2 libk5crypto3 > libkeyutils1 libkrb5-3 libkrb5support0 libncursesw6 libnsl2 > libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libreadline8t64 > libsqlite3-0 libtirpc-common libtirpc3t64 media-types netbase openssl > python3-minimal python3.12 python3.12-minimal readline-common > Suggested packages: > gpm krb5-doc krb5-user python3-doc python3-tk python3-venv python3.12-venv > python3.12-doc binutils binfmt-support readline-doc > The following NEW packages will be installed: > ca-certificates krb5-locales libexpat1 libgpm2 libgssapi-krb5-2 libk5crypto3 > libkeyutils1 libkrb5-3 libkrb5support0 libncursesw6 libnsl2 > libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib libreadline8t64 > libsqlite3-0 libtirpc-common libtirpc3t64 media-types netbase openssl > python3 python3-minimal python3.12 python3.12-minimal readline-common > 0 upgraded, 26 newly installed, 0 to remove and 21 not upgraded. > Need to get 9025 kB of archives. > After this operation, 34.9 MB of additional disk space will be used. > Get:1 http://deb.debian.org/debian testing/main arm64 libpython3.12-minimal arm64 3.12.7-3 [808 kB] > Get:2 http://deb.debian.org/debian testing/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB] > Get:3 http://deb.debian.org/debian testing/main arm64 python3.12-minimal arm64 3.12.7-3 [1940 kB] > Get:4 http://deb.debian.org/debian testing/main arm64 python3-minimal arm64 3.12.6-1 [26.7 kB] > Get:5 http://deb.debian.org/debian testing/main arm64 media-types all 10.1.0 [26.9 kB] > Get:6 http://deb.debian.org/debian testing/main arm64 netbase all 6.4 [12.8 kB] > Get:7 http://deb.debian.org/debian testing/main arm64 libncursesw6 arm64 6.5-2+b1 [125 kB] > Get:8 http://deb.debian.org/debian testing/main arm64 libkrb5support0 arm64 1.21.3-3 [32.1 kB] > Get:9 http://deb.debian.org/debian testing/main arm64 libk5crypto3 arm64 1.21.3-3 [80.8 kB] > Get:10 http://deb.debian.org/debian testing/main arm64 libkeyutils1 arm64 1.6.3-4 [9352 B] > Get:11 http://deb.debian.org/debian testing/main arm64 libkrb5-3 arm64 1.21.3-3 [310 kB] > Get:12 http://deb.debian.org/debian testing/main arm64 libgssapi-krb5-2 arm64 1.21.3-3 [126 kB] > Get:13 http://deb.debian.org/debian testing/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB] > Get:14 http://deb.debian.org/debian testing/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3+b1 [78.7 kB] > Get:15 http://deb.debian.org/debian testing/main arm64 libnsl2 arm64 1.3.0-3+b3 [37.9 kB] > Get:16 http://deb.debian.org/debian testing/main arm64 readline-common all 8.2-5 [69.3 kB] > Get:17 http://deb.debian.org/debian testing/main arm64 libreadline8t64 arm64 8.2-5 [159 kB] > Get:18 http://deb.debian.org/debian testing/main arm64 libsqlite3-0 arm64 3.46.1-1 [852 kB] > Get:19 http://deb.debian.org/debian testing/main arm64 libpython3.12-stdlib arm64 3.12.7-3 [1902 kB] > Get:20 http://deb.debian.org/debian testing/main arm64 python3.12 arm64 3.12.7-3 [671 kB] > Get:21 http://deb.debian.org/debian testing/main arm64 libpython3-stdlib arm64 3.12.6-1 [9692 B] > Get:22 http://deb.debian.org/debian testing/main arm64 python3 arm64 3.12.6-1 [27.8 kB] > Get:23 http://deb.debian.org/debian testing/main arm64 openssl arm64 3.3.2-2 [1347 kB] > Get:24 http://deb.debian.org/debian testing/main arm64 ca-certificates all 20240203 [158 kB] > Get:25 http://deb.debian.org/debian testing/main arm64 krb5-locales all 1.21.3-3 [101 kB] > Get:26 http://deb.debian.org/debian testing/main arm64 libgpm2 arm64 1.20.7-11+b1 [14.7 kB] > debconf: delaying package configuration, since apt-utils is not installed > Fetched 9025 kB in 1s (14.2 MB/s) > Selecting previously unselected package libpython3.12-minimal:arm64. > (Reading database ... 5160 files and directories currently installed.) > Preparing to unpack .../libpython3.12-minimal_3.12.7-3_arm64.deb ... > Unpacking libpython3.12-minimal:arm64 (3.12.7-3) ... > Selecting previously unselected package libexpat1:arm64. > Preparing to unpack .../libexpat1_2.6.4-1_arm64.deb ... > Unpacking libexpat1:arm64 (2.6.4-1) ... > Selecting previously unselected package python3.12-minimal. > Preparing to unpack .../python3.12-minimal_3.12.7-3_arm64.deb ... > Unpacking python3.12-minimal (3.12.7-3) ... > Setting up libpython3.12-minimal:arm64 (3.12.7-3) ... > Setting up libexpat1:arm64 (2.6.4-1) ... > Setting up python3.12-minimal (3.12.7-3) ... > Selecting previously unselected package python3-minimal. > (Reading database ... 5480 files and directories currently installed.) > Preparing to unpack .../00-python3-minimal_3.12.6-1_arm64.deb ... > Unpacking python3-minimal (3.12.6-1) ... > Selecting previously unselected package media-types. > Preparing to unpack .../01-media-types_10.1.0_all.deb ... > Unpacking media-types (10.1.0) ... > Selecting previously unselected package netbase. > Preparing to unpack .../02-netbase_6.4_all.deb ... > Unpacking netbase (6.4) ... > Selecting previously unselected package libncursesw6:arm64. > Preparing to unpack .../03-libncursesw6_6.5-2+b1_arm64.deb ... > Unpacking libncursesw6:arm64 (6.5-2+b1) ... > Selecting previously unselected package libkrb5support0:arm64. > Preparing to unpack .../04-libkrb5support0_1.21.3-3_arm64.deb ... > Unpacking libkrb5support0:arm64 (1.21.3-3) ... > Selecting previously unselected package libk5crypto3:arm64. > Preparing to unpack .../05-libk5crypto3_1.21.3-3_arm64.deb ... > Unpacking libk5crypto3:arm64 (1.21.3-3) ... > Selecting previously unselected package libkeyutils1:arm64. > Preparing to unpack .../06-libkeyutils1_1.6.3-4_arm64.deb ... > Unpacking libkeyutils1:arm64 (1.6.3-4) ... > Selecting previously unselected package libkrb5-3:arm64. > Preparing to unpack .../07-libkrb5-3_1.21.3-3_arm64.deb ... > Unpacking libkrb5-3:arm64 (1.21.3-3) ... > Selecting previously unselected package libgssapi-krb5-2:arm64. > Preparing to unpack .../08-libgssapi-krb5-2_1.21.3-3_arm64.deb ... > Unpacking libgssapi-krb5-2:arm64 (1.21.3-3) ... > Selecting previously unselected package libtirpc-common. > Preparing to unpack .../09-libtirpc-common_1.3.4+ds-1.3_all.deb ... > Unpacking libtirpc-common (1.3.4+ds-1.3) ... > Selecting previously unselected package libtirpc3t64:arm64. > Preparing to unpack .../10-libtirpc3t64_1.3.4+ds-1.3+b1_arm64.deb ... > Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3 to /lib/aarch64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64' > Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3.0.0 to /lib/aarch64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64' > Unpacking libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ... > Selecting previously unselected package libnsl2:arm64. > Preparing to unpack .../11-libnsl2_1.3.0-3+b3_arm64.deb ... > Unpacking libnsl2:arm64 (1.3.0-3+b3) ... > Selecting previously unselected package readline-common. > Preparing to unpack .../12-readline-common_8.2-5_all.deb ... > Unpacking readline-common (8.2-5) ... > Selecting previously unselected package libreadline8t64:arm64. > Preparing to unpack .../13-libreadline8t64_8.2-5_arm64.deb ... > Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8 to /lib/aarch64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' > Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8.2 to /lib/aarch64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' > Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8 to /lib/aarch64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' > Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8.2 to /lib/aarch64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' > Unpacking libreadline8t64:arm64 (8.2-5) ... > Selecting previously unselected package libsqlite3-0:arm64. > Preparing to unpack .../14-libsqlite3-0_3.46.1-1_arm64.deb ... > Unpacking libsqlite3-0:arm64 (3.46.1-1) ... > Selecting previously unselected package libpython3.12-stdlib:arm64. > Preparing to unpack .../15-libpython3.12-stdlib_3.12.7-3_arm64.deb ... > Unpacking libpython3.12-stdlib:arm64 (3.12.7-3) ... > Selecting previously unselected package python3.12. > Preparing to unpack .../16-python3.12_3.12.7-3_arm64.deb ... > Unpacking python3.12 (3.12.7-3) ... > Selecting previously unselected package libpython3-stdlib:arm64. > Preparing to unpack .../17-libpython3-stdlib_3.12.6-1_arm64.deb ... > Unpacking libpython3-stdlib:arm64 (3.12.6-1) ... > Setting up python3-minimal (3.12.6-1) ... > Selecting previously unselected package python3. > (Reading database ... 6038 files and directories currently installed.) > Preparing to unpack .../python3_3.12.6-1_arm64.deb ... > Unpacking python3 (3.12.6-1) ... > Selecting previously unselected package openssl. > Preparing to unpack .../openssl_3.3.2-2_arm64.deb ... > Unpacking openssl (3.3.2-2) ... > Selecting previously unselected package ca-certificates. > Preparing to unpack .../ca-certificates_20240203_all.deb ... > Unpacking ca-certificates (20240203) ... > Selecting previously unselected package krb5-locales. > Preparing to unpack .../krb5-locales_1.21.3-3_all.deb ... > Unpacking krb5-locales (1.21.3-3) ... > Selecting previously unselected package libgpm2:arm64. > Preparing to unpack .../libgpm2_1.20.7-11+b1_arm64.deb ... > Unpacking libgpm2:arm64 (1.20.7-11+b1) ... > Setting up media-types (10.1.0) ... > Setting up libkeyutils1:arm64 (1.6.3-4) ... > Setting up libgpm2:arm64 (1.20.7-11+b1) ... > Setting up libtirpc-common (1.3.4+ds-1.3) ... > Setting up libsqlite3-0:arm64 (3.46.1-1) ... > Setting up krb5-locales (1.21.3-3) ... > Setting up libkrb5support0:arm64 (1.21.3-3) ... > Setting up libncursesw6:arm64 (6.5-2+b1) ... > Setting up libk5crypto3:arm64 (1.21.3-3) ... > Setting up netbase (6.4) ... > Setting up libkrb5-3:arm64 (1.21.3-3) ... > Setting up openssl (3.3.2-2) ... > Setting up readline-common (8.2-5) ... > Setting up ca-certificates (20240203) ... > debconf: unable to initialize frontend: Dialog > debconf: (TERM is not set, so the dialog frontend is not usable.) > debconf: falling back to frontend: Readline > debconf: unable to initialize frontend: Readline > 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.0 /usr/local/share/perl/5.40.0 /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.) > debconf: falling back to frontend: Teletype > Updating certificates in /etc/ssl/certs... > 146 added, 0 removed; done. > Setting up libgssapi-krb5-2:arm64 (1.21.3-3) ... > Setting up libreadline8t64:arm64 (8.2-5) ... > Setting up libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ... > Setting up libnsl2:arm64 (1.3.0-3+b3) ... > Setting up libpython3.12-stdlib:arm64 (3.12.7-3) ... > Setting up python3.12 (3.12.7-3) ... > Setting up libpython3-stdlib:arm64 (3.12.6-1) ... > Setting up python3 (3.12.6-1) ... > running python rtupdate hooks for python3.12... > running python post-rtupdate hooks for python3.12... > Processing triggers for libc-bin (2.40-3) ... > Processing triggers for ca-certificates (20240203) ... > Updating certificates in /etc/ssl/certs... > 0 added, 0 removed; done. > Running hooks in /etc/ca-certificates/update.d... > done. > ---> Removed intermediate container 758a957b4376 > ---> 57eca8424162 > Step 5/12 : RUN apt-get -y install python3-pip > ---> Running in 5ddafbe9bcdd > Reading package lists... > Building dependency tree... > Reading state information... > The following additional packages will be installed: > adduser binutils binutils-aarch64-linux-gnu binutils-common build-essential > bzip2 cpp cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dirmngr > dpkg-dev fakeroot g++ g++-14 g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu > gcc gcc-14 gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu gnupg gnupg-l10n > gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm javascript-common > libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl > libasan8 libassuan9 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 > libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl libexpat1-dev libfakeroot > libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64 libgdbm6t64 libgomp1 > libgprofng0 libhwasan0 libisl23 libitm1 libjansson4 libjs-jquery > libjs-sphinxdoc libjs-underscore libksba8 libldap-2.5-0 libldap-common > liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnpth0t64 libperl5.40 > libpython3-dev libpython3.12-dev libpython3.12t64 libsasl2-2 > libsasl2-modules libsasl2-modules-db libsframe1 libstdc++-14-dev libtsan2 > libubsan1 linux-libc-dev make manpages manpages-dev patch perl > perl-modules-5.40 pinentry-curses python3-dev python3-wheel python3.12-dev > rpcsvc-proto xz-utils zlib1g-dev > Suggested packages: > cron quota binutils-doc gprofng-gui bzip2-doc cpp-doc gcc-14-locales > cpp-14-doc dbus-user-session libpam-systemd pinentry-gnome3 tor > debian-keyring gcc-14-doc gcc-multilib autoconf automake libtool flex bison > gdb gcc-doc gdb-aarch64-linux-gnu gpg-wks-server parcimonie xloadimage > scdaemon apache2 | lighttpd | httpd libc-devtools glibc-doc sensible-utils > git bzr gdbm-l10n libsasl2-modules-gssapi-mit > | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp > libsasl2-modules-sql libstdc++-14-doc make-doc man-browser ed diffutils-doc > perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl > libtap-harness-archive-perl pinentry-doc python3-setuptools > The following NEW packages will be installed: > adduser binutils binutils-aarch64-linux-gnu binutils-common build-essential > bzip2 cpp cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dirmngr > dpkg-dev fakeroot g++ g++-14 g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu > gcc gcc-14 gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu gnupg gnupg-l10n > gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm javascript-common > libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl > libasan8 libassuan9 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 > libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl libexpat1-dev libfakeroot > libfile-fcntllock-perl libgcc-14-dev libgdbm-compat4t64 libgdbm6t64 libgomp1 > libgprofng0 libhwasan0 libisl23 libitm1 libjansson4 libjs-jquery > libjs-sphinxdoc libjs-underscore libksba8 libldap-2.5-0 libldap-common > liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnpth0t64 libperl5.40 > libpython3-dev libpython3.12-dev libpython3.12t64 libsasl2-2 > libsasl2-modules libsasl2-modules-db libsframe1 libstdc++-14-dev libtsan2 > libubsan1 linux-libc-dev make manpages manpages-dev patch perl > perl-modules-5.40 pinentry-curses python3-dev python3-pip python3-wheel > python3.12-dev rpcsvc-proto xz-utils zlib1g-dev > 0 upgraded, 93 newly installed, 0 to remove and 21 not upgraded. > Need to get 92.3 MB of archives. > After this operation, 403 MB of additional disk space will be used. > Get:1 http://deb.debian.org/debian testing/main arm64 perl-modules-5.40 all 5.40.0-7 [3017 kB] > Get:2 http://deb.debian.org/debian testing/main arm64 libgdbm6t64 arm64 1.24-2 [74.0 kB] > Get:3 http://deb.debian.org/debian testing/main arm64 libgdbm-compat4t64 arm64 1.24-2 [50.3 kB] > Get:4 http://deb.debian.org/debian testing/main arm64 libperl5.40 arm64 5.40.0-7 [4156 kB] > Get:5 http://deb.debian.org/debian testing/main arm64 perl arm64 5.40.0-7 [267 kB] > Get:6 http://deb.debian.org/debian testing/main arm64 liblocale-gettext-perl arm64 1.07-7+b1 [15.2 kB] > Get:7 http://deb.debian.org/debian testing/main arm64 adduser all 3.137 [140 kB] > Get:8 http://deb.debian.org/debian testing/main arm64 bzip2 arm64 1.0.8-6 [39.5 kB] > Get:9 http://deb.debian.org/debian testing/main arm64 manpages all 6.9.1-1 [1393 kB] > Get:10 http://deb.debian.org/debian testing/main arm64 xz-utils arm64 5.6.3-1+b1 [540 kB] > Get:11 http://deb.debian.org/debian testing/main arm64 binutils-common arm64 2.43.1-5 [2631 kB] > Get:12 http://deb.debian.org/debian testing/main arm64 libsframe1 arm64 2.43.1-5 [76.5 kB] > Get:13 http://deb.debian.org/debian testing/main arm64 libbinutils arm64 2.43.1-5 [657 kB] > Get:14 http://deb.debian.org/debian testing/main arm64 libctf-nobfd0 arm64 2.43.1-5 [151 kB] > Get:15 http://deb.debian.org/debian testing/main arm64 libctf0 arm64 2.43.1-5 [84.0 kB] > Get:16 http://deb.debian.org/debian testing/main arm64 libgprofng0 arm64 2.43.1-5 [690 kB] > Get:17 http://deb.debian.org/debian testing/main arm64 libjansson4 arm64 2.14-2+b3 [39.2 kB] > Get:18 http://deb.debian.org/debian testing/main arm64 binutils-aarch64-linux-gnu arm64 2.43.1-5 [2800 kB] > Get:19 http://deb.debian.org/debian testing/main arm64 binutils arm64 2.43.1-5 [67.8 kB] > Get:20 http://deb.debian.org/debian testing/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB] > Get:21 http://deb.debian.org/debian testing/main arm64 linux-libc-dev all 6.11.9-1 [2459 kB] > Get:22 http://deb.debian.org/debian testing/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB] > Get:23 http://deb.debian.org/debian testing/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB] > Get:24 http://deb.debian.org/debian testing/main arm64 libc6-dev arm64 2.40-3 [1591 kB] > Get:25 http://deb.debian.org/debian testing/main arm64 libisl23 arm64 0.27-1 [601 kB] > Get:26 http://deb.debian.org/debian testing/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB] > Get:27 http://deb.debian.org/debian testing/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB] > Get:28 http://deb.debian.org/debian testing/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB] > Get:29 http://deb.debian.org/debian testing/main arm64 cpp-14 arm64 14.2.0-8 [1284 B] > Get:30 http://deb.debian.org/debian testing/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B] > Get:31 http://deb.debian.org/debian testing/main arm64 cpp arm64 4:14.2.0-1 [1568 B] > Get:32 http://deb.debian.org/debian testing/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB] > Get:33 http://deb.debian.org/debian testing/main arm64 libgomp1 arm64 14.2.0-8 [124 kB] > Get:34 http://deb.debian.org/debian testing/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB] > Get:35 http://deb.debian.org/debian testing/main arm64 libatomic1 arm64 14.2.0-8 [10.1 kB] > Get:36 http://deb.debian.org/debian testing/main arm64 libasan8 arm64 14.2.0-8 [2579 kB] > Get:37 http://deb.debian.org/debian testing/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB] > Get:38 http://deb.debian.org/debian testing/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB] > Get:39 http://deb.debian.org/debian testing/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB] > Get:40 http://deb.debian.org/debian testing/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB] > Get:41 http://deb.debian.org/debian testing/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB] > Get:42 http://deb.debian.org/debian testing/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB] > Get:43 http://deb.debian.org/debian testing/main arm64 gcc-14 arm64 14.2.0-8 [519 kB] > Get:44 http://deb.debian.org/debian testing/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B] > Get:45 http://deb.debian.org/debian testing/main arm64 gcc arm64 4:14.2.0-1 [5136 B] > Get:46 http://deb.debian.org/debian testing/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB] > Get:47 http://deb.debian.org/debian testing/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB] > Get:48 http://deb.debian.org/debian testing/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB] > Get:49 http://deb.debian.org/debian testing/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B] > Get:50 http://deb.debian.org/debian testing/main arm64 g++ arm64 4:14.2.0-1 [1332 B] > Get:51 http://deb.debian.org/debian testing/main arm64 make arm64 4.3-4.1+b1 [372 kB] > Get:52 http://deb.debian.org/debian testing/main arm64 libdpkg-perl all 1.22.11 [644 kB] > Get:53 http://deb.debian.org/debian testing/main arm64 patch arm64 2.7.6-7+b1 [118 kB] > Get:54 http://deb.debian.org/debian testing/main arm64 dpkg-dev all 1.22.11 [1332 kB] > Get:55 http://deb.debian.org/debian testing/main arm64 build-essential arm64 12.12 [4624 B] > Get:56 http://deb.debian.org/debian testing/main arm64 libassuan9 arm64 3.0.1-2 [58.1 kB] > Get:57 http://deb.debian.org/debian testing/main arm64 gpgconf arm64 2.2.45-2 [114 kB] > Get:58 http://deb.debian.org/debian testing/main arm64 libksba8 arm64 1.6.7-2+b1 [125 kB] > Get:59 http://deb.debian.org/debian testing/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-8 [20.0 kB] > Get:60 http://deb.debian.org/debian testing/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-8 [55.4 kB] > Get:61 http://deb.debian.org/debian testing/main arm64 libldap-2.5-0 arm64 2.5.18+dfsg-3+b1 [175 kB] > Get:62 http://deb.debian.org/debian testing/main arm64 libnpth0t64 arm64 1.6-3.1+b1 [18.1 kB] > Get:63 http://deb.debian.org/debian testing/main arm64 dirmngr arm64 2.2.45-2 [343 kB] > Get:64 http://deb.debian.org/debian testing/main arm64 libfakeroot arm64 1.36-1 [29.1 kB] > Get:65 http://deb.debian.org/debian testing/main arm64 fakeroot arm64 1.36-1 [74.4 kB] > Get:66 http://deb.debian.org/debian testing/main arm64 gnupg-l10n all 2.2.45-2 [705 kB] > Get:67 http://deb.debian.org/debian testing/main arm64 gpg arm64 2.2.45-2 [481 kB] > Get:68 http://deb.debian.org/debian testing/main arm64 pinentry-curses arm64 1.2.1-4+b1 [76.7 kB] > Get:69 http://deb.debian.org/debian testing/main arm64 gpg-agent arm64 2.2.45-2 [230 kB] > Get:70 http://deb.debian.org/debian testing/main arm64 gpgsm arm64 2.2.45-2 [232 kB] > Get:71 http://deb.debian.org/debian testing/main arm64 gnupg all 2.2.45-2 [376 kB] > Get:72 http://deb.debian.org/debian testing/main arm64 gpg-wks-client arm64 2.2.45-2 [94.3 kB] > Get:73 http://deb.debian.org/debian testing/main arm64 javascript-common all 11+nmu1 [6260 B] > Get:74 http://deb.debian.org/debian testing/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB] > Get:75 http://deb.debian.org/debian testing/main arm64 libalgorithm-diff-xs-perl arm64 0.04-8+b4 [11.2 kB] > Get:76 http://deb.debian.org/debian testing/main arm64 libalgorithm-merge-perl all 0.08-5 [11.8 kB] > Get:77 http://deb.debian.org/debian testing/main arm64 libexpat1-dev arm64 2.6.4-1 [143 kB] > Get:78 http://deb.debian.org/debian testing/main arm64 libfile-fcntllock-perl arm64 0.22-4+b4 [34.6 kB] > Get:79 http://deb.debian.org/debian testing/main arm64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB] > Get:80 http://deb.debian.org/debian testing/main arm64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB] > Get:81 http://deb.debian.org/debian testing/main arm64 libjs-sphinxdoc all 7.4.7-4 [158 kB] > Get:82 http://deb.debian.org/debian testing/main arm64 libldap-common all 2.5.18+dfsg-3 [32.0 kB] > Get:83 http://deb.debian.org/debian testing/main arm64 libpython3.12t64 arm64 3.12.7-3 [1982 kB] > Get:84 http://deb.debian.org/debian testing/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1+b1 [917 kB] > Get:85 http://deb.debian.org/debian testing/main arm64 libpython3.12-dev arm64 3.12.7-3 [4792 kB] > Get:86 http://deb.debian.org/debian testing/main arm64 libpython3-dev arm64 3.12.6-1 [9952 B] > Get:87 http://deb.debian.org/debian testing/main arm64 libsasl2-modules arm64 2.1.28+dfsg1-8 [62.6 kB] > Get:88 http://deb.debian.org/debian testing/main arm64 manpages-dev all 6.9.1-1 [2122 kB] > Get:89 http://deb.debian.org/debian testing/main arm64 python3.12-dev arm64 3.12.7-3 [505 kB] > Get:90 http://deb.debian.org/debian testing/main arm64 python3-dev arm64 3.12.6-1 [26.1 kB] > Get:91 http://deb.debian.org/debian testing/main arm64 python3-wheel all 0.45.0-1 [56.7 kB] > Get:92 http://deb.debian.org/debian testing/main arm64 python3-pip all 24.3.1+dfsg-1 [1441 kB] > Get:93 http://deb.debian.org/debian testing/main arm64 gnupg-utils arm64 2.2.45-2 [458 kB] > debconf: delaying package configuration, since apt-utils is not installed > Fetched 92.3 MB in 4s (21.1 MB/s) > Selecting previously unselected package perl-modules-5.40. > (Reading database ... 6577 files and directories currently installed.) > Preparing to unpack .../0-perl-modules-5.40_5.40.0-7_all.deb ... > Unpacking perl-modules-5.40 (5.40.0-7) ... > Selecting previously unselected package libgdbm6t64:arm64. > Preparing to unpack .../1-libgdbm6t64_1.24-2_arm64.deb ... > Unpacking libgdbm6t64:arm64 (1.24-2) ... > Selecting previously unselected package libgdbm-compat4t64:arm64. > Preparing to unpack .../2-libgdbm-compat4t64_1.24-2_arm64.deb ... > Unpacking libgdbm-compat4t64:arm64 (1.24-2) ... > Selecting previously unselected package libperl5.40:arm64. > Preparing to unpack .../3-libperl5.40_5.40.0-7_arm64.deb ... > Unpacking libperl5.40:arm64 (5.40.0-7) ... > Selecting previously unselected package perl. > Preparing to unpack .../4-perl_5.40.0-7_arm64.deb ... > Unpacking perl (5.40.0-7) ... > Selecting previously unselected package liblocale-gettext-perl. > Preparing to unpack .../5-liblocale-gettext-perl_1.07-7+b1_arm64.deb ... > Unpacking liblocale-gettext-perl (1.07-7+b1) ... > Selecting previously unselected package adduser. > Preparing to unpack .../6-adduser_3.137_all.deb ... > Unpacking adduser (3.137) ... > Setting up adduser (3.137) ... > Selecting previously unselected package bzip2. > (Reading database ... 8834 files and directories currently installed.) > Preparing to unpack .../00-bzip2_1.0.8-6_arm64.deb ... > Unpacking bzip2 (1.0.8-6) ... > Selecting previously unselected package manpages. > Preparing to unpack .../01-manpages_6.9.1-1_all.deb ... > Unpacking manpages (6.9.1-1) ... > Selecting previously unselected package xz-utils. > Preparing to unpack .../02-xz-utils_5.6.3-1+b1_arm64.deb ... > Unpacking xz-utils (5.6.3-1+b1) ... > Selecting previously unselected package binutils-common:arm64. > Preparing to unpack .../03-binutils-common_2.43.1-5_arm64.deb ... > Unpacking binutils-common:arm64 (2.43.1-5) ... > Selecting previously unselected package libsframe1:arm64. > Preparing to unpack .../04-libsframe1_2.43.1-5_arm64.deb ... > Unpacking libsframe1:arm64 (2.43.1-5) ... > Selecting previously unselected package libbinutils:arm64. > Preparing to unpack .../05-libbinutils_2.43.1-5_arm64.deb ... > Unpacking libbinutils:arm64 (2.43.1-5) ... > Selecting previously unselected package libctf-nobfd0:arm64. > Preparing to unpack .../06-libctf-nobfd0_2.43.1-5_arm64.deb ... > Unpacking libctf-nobfd0:arm64 (2.43.1-5) ... > Selecting previously unselected package libctf0:arm64. > Preparing to unpack .../07-libctf0_2.43.1-5_arm64.deb ... > Unpacking libctf0:arm64 (2.43.1-5) ... > Selecting previously unselected package libgprofng0:arm64. > Preparing to unpack .../08-libgprofng0_2.43.1-5_arm64.deb ... > Unpacking libgprofng0:arm64 (2.43.1-5) ... > Selecting previously unselected package libjansson4:arm64. > Preparing to unpack .../09-libjansson4_2.14-2+b3_arm64.deb ... > Unpacking libjansson4:arm64 (2.14-2+b3) ... > Selecting previously unselected package binutils-aarch64-linux-gnu. > Preparing to unpack .../10-binutils-aarch64-linux-gnu_2.43.1-5_arm64.deb ... > Unpacking binutils-aarch64-linux-gnu (2.43.1-5) ... > Selecting previously unselected package binutils. > Preparing to unpack .../11-binutils_2.43.1-5_arm64.deb ... > Unpacking binutils (2.43.1-5) ... > Selecting previously unselected package libc-dev-bin. > Preparing to unpack .../12-libc-dev-bin_2.40-3_arm64.deb ... > Unpacking libc-dev-bin (2.40-3) ... > Selecting previously unselected package linux-libc-dev. > Preparing to unpack .../13-linux-libc-dev_6.11.9-1_all.deb ... > Unpacking linux-libc-dev (6.11.9-1) ... > Selecting previously unselected package libcrypt-dev:arm64. > Preparing to unpack .../14-libcrypt-dev_1%3a4.4.36-5_arm64.deb ... > Unpacking libcrypt-dev:arm64 (1:4.4.36-5) ... > Selecting previously unselected package rpcsvc-proto. > Preparing to unpack .../15-rpcsvc-proto_1.4.3-1+b1_arm64.deb ... > Unpacking rpcsvc-proto (1.4.3-1+b1) ... > Selecting previously unselected package libc6-dev:arm64. > Preparing to unpack .../16-libc6-dev_2.40-3_arm64.deb ... > Unpacking libc6-dev:arm64 (2.40-3) ... > Selecting previously unselected package libisl23:arm64. > Preparing to unpack .../17-libisl23_0.27-1_arm64.deb ... > Unpacking libisl23:arm64 (0.27-1) ... > Selecting previously unselected package libmpfr6:arm64. > Preparing to unpack .../18-libmpfr6_4.2.1-1+b2_arm64.deb ... > Unpacking libmpfr6:arm64 (4.2.1-1+b2) ... > Selecting previously unselected package libmpc3:arm64. > Preparing to unpack .../19-libmpc3_1.3.1-1+b3_arm64.deb ... > Unpacking libmpc3:arm64 (1.3.1-1+b3) ... > Selecting previously unselected package cpp-14-aarch64-linux-gnu. > Preparing to unpack .../20-cpp-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ... > Unpacking cpp-14-aarch64-linux-gnu (14.2.0-8) ... > Selecting previously unselected package cpp-14. > Preparing to unpack .../21-cpp-14_14.2.0-8_arm64.deb ... > Unpacking cpp-14 (14.2.0-8) ... > Selecting previously unselected package cpp-aarch64-linux-gnu. > Preparing to unpack .../22-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ... > Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ... > Selecting previously unselected package cpp. > Preparing to unpack .../23-cpp_4%3a14.2.0-1_arm64.deb ... > Unpacking cpp (4:14.2.0-1) ... > Selecting previously unselected package libcc1-0:arm64. > Preparing to unpack .../24-libcc1-0_14.2.0-8_arm64.deb ... > Unpacking libcc1-0:arm64 (14.2.0-8) ... > Selecting previously unselected package libgomp1:arm64. > Preparing to unpack .../25-libgomp1_14.2.0-8_arm64.deb ... > Unpacking libgomp1:arm64 (14.2.0-8) ... > Selecting previously unselected package libitm1:arm64. > Preparing to unpack .../26-libitm1_14.2.0-8_arm64.deb ... > Unpacking libitm1:arm64 (14.2.0-8) ... > Selecting previously unselected package libatomic1:arm64. > Preparing to unpack .../27-libatomic1_14.2.0-8_arm64.deb ... > Unpacking libatomic1:arm64 (14.2.0-8) ... > Selecting previously unselected package libasan8:arm64. > Preparing to unpack .../28-libasan8_14.2.0-8_arm64.deb ... > Unpacking libasan8:arm64 (14.2.0-8) ... > Selecting previously unselected package liblsan0:arm64. > Preparing to unpack .../29-liblsan0_14.2.0-8_arm64.deb ... > Unpacking liblsan0:arm64 (14.2.0-8) ... > Selecting previously unselected package libtsan2:arm64. > Preparing to unpack .../30-libtsan2_14.2.0-8_arm64.deb ... > Unpacking libtsan2:arm64 (14.2.0-8) ... > Selecting previously unselected package libubsan1:arm64. > Preparing to unpack .../31-libubsan1_14.2.0-8_arm64.deb ... > Unpacking libubsan1:arm64 (14.2.0-8) ... > Selecting previously unselected package libhwasan0:arm64. > Preparing to unpack .../32-libhwasan0_14.2.0-8_arm64.deb ... > Unpacking libhwasan0:arm64 (14.2.0-8) ... > Selecting previously unselected package libgcc-14-dev:arm64. > Preparing to unpack .../33-libgcc-14-dev_14.2.0-8_arm64.deb ... > Unpacking libgcc-14-dev:arm64 (14.2.0-8) ... > Selecting previously unselected package gcc-14-aarch64-linux-gnu. > Preparing to unpack .../34-gcc-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ... > Unpacking gcc-14-aarch64-linux-gnu (14.2.0-8) ... > Selecting previously unselected package gcc-14. > Preparing to unpack .../35-gcc-14_14.2.0-8_arm64.deb ... > Unpacking gcc-14 (14.2.0-8) ... > Selecting previously unselected package gcc-aarch64-linux-gnu. > Preparing to unpack .../36-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ... > Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ... > Selecting previously unselected package gcc. > Preparing to unpack .../37-gcc_4%3a14.2.0-1_arm64.deb ... > Unpacking gcc (4:14.2.0-1) ... > Selecting previously unselected package libstdc++-14-dev:arm64. > Preparing to unpack .../38-libstdc++-14-dev_14.2.0-8_arm64.deb ... > Unpacking libstdc++-14-dev:arm64 (14.2.0-8) ... > Selecting previously unselected package g++-14-aarch64-linux-gnu. > Preparing to unpack .../39-g++-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ... > Unpacking g++-14-aarch64-linux-gnu (14.2.0-8) ... > Selecting previously unselected package g++-14. > Preparing to unpack .../40-g++-14_14.2.0-8_arm64.deb ... > Unpacking g++-14 (14.2.0-8) ... > Selecting previously unselected package g++-aarch64-linux-gnu. > Preparing to unpack .../41-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ... > Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ... > Selecting previously unselected package g++. > Preparing to unpack .../42-g++_4%3a14.2.0-1_arm64.deb ... > Unpacking g++ (4:14.2.0-1) ... > Selecting previously unselected package make. > Preparing to unpack .../43-make_4.3-4.1+b1_arm64.deb ... > Unpacking make (4.3-4.1+b1) ... > Selecting previously unselected package libdpkg-perl. > Preparing to unpack .../44-libdpkg-perl_1.22.11_all.deb ... > Unpacking libdpkg-perl (1.22.11) ... > Selecting previously unselected package patch. > Preparing to unpack .../45-patch_2.7.6-7+b1_arm64.deb ... > Unpacking patch (2.7.6-7+b1) ... > Selecting previously unselected package dpkg-dev. > Preparing to unpack .../46-dpkg-dev_1.22.11_all.deb ... > Unpacking dpkg-dev (1.22.11) ... > Selecting previously unselected package build-essential. > Preparing to unpack .../47-build-essential_12.12_arm64.deb ... > Unpacking build-essential (12.12) ... > Selecting previously unselected package libassuan9:arm64. > Preparing to unpack .../48-libassuan9_3.0.1-2_arm64.deb ... > Unpacking libassuan9:arm64 (3.0.1-2) ... > Selecting previously unselected package gpgconf. > Preparing to unpack .../49-gpgconf_2.2.45-2_arm64.deb ... > Unpacking gpgconf (2.2.45-2) ... > Selecting previously unselected package libksba8:arm64. > Preparing to unpack .../50-libksba8_1.6.7-2+b1_arm64.deb ... > Unpacking libksba8:arm64 (1.6.7-2+b1) ... > Selecting previously unselected package libsasl2-modules-db:arm64. > Preparing to unpack .../51-libsasl2-modules-db_2.1.28+dfsg1-8_arm64.deb ... > Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-8) ... > Selecting previously unselected package libsasl2-2:arm64. > Preparing to unpack .../52-libsasl2-2_2.1.28+dfsg1-8_arm64.deb ... > Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-8) ... > Selecting previously unselected package libldap-2.5-0:arm64. > Preparing to unpack .../53-libldap-2.5-0_2.5.18+dfsg-3+b1_arm64.deb ... > Unpacking libldap-2.5-0:arm64 (2.5.18+dfsg-3+b1) ... > Selecting previously unselected package libnpth0t64:arm64. > Preparing to unpack .../54-libnpth0t64_1.6-3.1+b1_arm64.deb ... > Unpacking libnpth0t64:arm64 (1.6-3.1+b1) ... > Selecting previously unselected package dirmngr. > Preparing to unpack .../55-dirmngr_2.2.45-2_arm64.deb ... > Unpacking dirmngr (2.2.45-2) ... > Selecting previously unselected package libfakeroot:arm64. > Preparing to unpack .../56-libfakeroot_1.36-1_arm64.deb ... > Unpacking libfakeroot:arm64 (1.36-1) ... > Selecting previously unselected package fakeroot. > Preparing to unpack .../57-fakeroot_1.36-1_arm64.deb ... > Unpacking fakeroot (1.36-1) ... > Selecting previously unselected package gnupg-l10n. > Preparing to unpack .../58-gnupg-l10n_2.2.45-2_all.deb ... > Unpacking gnupg-l10n (2.2.45-2) ... > Selecting previously unselected package gpg. > Preparing to unpack .../59-gpg_2.2.45-2_arm64.deb ... > Unpacking gpg (2.2.45-2) ... > Selecting previously unselected package pinentry-curses. > Preparing to unpack .../60-pinentry-curses_1.2.1-4+b1_arm64.deb ... > Unpacking pinentry-curses (1.2.1-4+b1) ... > Selecting previously unselected package gpg-agent. > Preparing to unpack .../61-gpg-agent_2.2.45-2_arm64.deb ... > Unpacking gpg-agent (2.2.45-2) ... > Selecting previously unselected package gpgsm. > Preparing to unpack .../62-gpgsm_2.2.45-2_arm64.deb ... > Unpacking gpgsm (2.2.45-2) ... > Selecting previously unselected package gnupg. > Preparing to unpack .../63-gnupg_2.2.45-2_all.deb ... > Unpacking gnupg (2.2.45-2) ... > Selecting previously unselected package gpg-wks-client. > Preparing to unpack .../64-gpg-wks-client_2.2.45-2_arm64.deb ... > Unpacking gpg-wks-client (2.2.45-2) ... > Selecting previously unselected package javascript-common. > Preparing to unpack .../65-javascript-common_11+nmu1_all.deb ... > Unpacking javascript-common (11+nmu1) ... > Selecting previously unselected package libalgorithm-diff-perl. > Preparing to unpack .../66-libalgorithm-diff-perl_1.201-1_all.deb ... > Unpacking libalgorithm-diff-perl (1.201-1) ... > Selecting previously unselected package libalgorithm-diff-xs-perl:arm64. > Preparing to unpack .../67-libalgorithm-diff-xs-perl_0.04-8+b4_arm64.deb ... > Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-8+b4) ... > Selecting previously unselected package libalgorithm-merge-perl. > Preparing to unpack .../68-libalgorithm-merge-perl_0.08-5_all.deb ... > Unpacking libalgorithm-merge-perl (0.08-5) ... > Selecting previously unselected package libexpat1-dev:arm64. > Preparing to unpack .../69-libexpat1-dev_2.6.4-1_arm64.deb ... > Unpacking libexpat1-dev:arm64 (2.6.4-1) ... > Selecting previously unselected package libfile-fcntllock-perl. > Preparing to unpack .../70-libfile-fcntllock-perl_0.22-4+b4_arm64.deb ... > Unpacking libfile-fcntllock-perl (0.22-4+b4) ... > Selecting previously unselected package libjs-jquery. > Preparing to unpack .../71-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... > Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... > Selecting previously unselected package libjs-underscore. > Preparing to unpack .../72-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... > Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... > Selecting previously unselected package libjs-sphinxdoc. > Preparing to unpack .../73-libjs-sphinxdoc_7.4.7-4_all.deb ... > Unpacking libjs-sphinxdoc (7.4.7-4) ... > Selecting previously unselected package libldap-common. > Preparing to unpack .../74-libldap-common_2.5.18+dfsg-3_all.deb ... > Unpacking libldap-common (2.5.18+dfsg-3) ... > Selecting previously unselected package libpython3.12t64:arm64. > Preparing to unpack .../75-libpython3.12t64_3.12.7-3_arm64.deb ... > Unpacking libpython3.12t64:arm64 (3.12.7-3) ... > Selecting previously unselected package zlib1g-dev:arm64. > Preparing to unpack .../76-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ... > Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ... > Selecting previously unselected package libpython3.12-dev:arm64. > Preparing to unpack .../77-libpython3.12-dev_3.12.7-3_arm64.deb ... > Unpacking libpython3.12-dev:arm64 (3.12.7-3) ... > Selecting previously unselected package libpython3-dev:arm64. > Preparing to unpack .../78-libpython3-dev_3.12.6-1_arm64.deb ... > Unpacking libpython3-dev:arm64 (3.12.6-1) ... > Selecting previously unselected package libsasl2-modules:arm64. > Preparing to unpack .../79-libsasl2-modules_2.1.28+dfsg1-8_arm64.deb ... > Unpacking libsasl2-modules:arm64 (2.1.28+dfsg1-8) ... > Selecting previously unselected package manpages-dev. > Preparing to unpack .../80-manpages-dev_6.9.1-1_all.deb ... > Unpacking manpages-dev (6.9.1-1) ... > Selecting previously unselected package python3.12-dev. > Preparing to unpack .../81-python3.12-dev_3.12.7-3_arm64.deb ... > Unpacking python3.12-dev (3.12.7-3) ... > Selecting previously unselected package python3-dev. > Preparing to unpack .../82-python3-dev_3.12.6-1_arm64.deb ... > Unpacking python3-dev (3.12.6-1) ... > Selecting previously unselected package python3-wheel. > Preparing to unpack .../83-python3-wheel_0.45.0-1_all.deb ... > Unpacking python3-wheel (0.45.0-1) ... > Selecting previously unselected package python3-pip. > Preparing to unpack .../84-python3-pip_24.3.1+dfsg-1_all.deb ... > Unpacking python3-pip (24.3.1+dfsg-1) ... > Selecting previously unselected package gnupg-utils. > Preparing to unpack .../85-gnupg-utils_2.2.45-2_arm64.deb ... > Unpacking gnupg-utils (2.2.45-2) ... > Setting up libksba8:arm64 (1.6.7-2+b1) ... > Setting up javascript-common (11+nmu1) ... > Setting up libnpth0t64:arm64 (1.6-3.1+b1) ... > Setting up libgdbm6t64:arm64 (1.24-2) ... > Setting up libgdbm-compat4t64:arm64 (1.24-2) ... > Setting up manpages (6.9.1-1) ... > Setting up libsasl2-modules:arm64 (2.1.28+dfsg1-8) ... > Setting up binutils-common:arm64 (2.43.1-5) ... > Setting up linux-libc-dev (6.11.9-1) ... > Setting up libctf-nobfd0:arm64 (2.43.1-5) ... > Setting up libgomp1:arm64 (14.2.0-8) ... > Setting up bzip2 (1.0.8-6) ... > Setting up libldap-common (2.5.18+dfsg-3) ... > Setting up python3-wheel (0.45.0-1) ... > Setting up libsframe1:arm64 (2.43.1-5) ... > Setting up libfakeroot:arm64 (1.36-1) ... > Setting up libjansson4:arm64 (2.14-2+b3) ... > Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-8) ... > Setting up fakeroot (1.36-1) ... > update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode > Setting up libpython3.12t64:arm64 (3.12.7-3) ... > Setting up rpcsvc-proto (1.4.3-1+b1) ... > Setting up make (4.3-4.1+b1) ... > Setting up libmpfr6:arm64 (4.2.1-1+b2) ... > Setting up gnupg-l10n (2.2.45-2) ... > Setting up xz-utils (5.6.3-1+b1) ... > update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode > Setting up libmpc3:arm64 (1.3.1-1+b3) ... > Setting up libatomic1:arm64 (14.2.0-8) ... > Setting up patch (2.7.6-7+b1) ... > Setting up python3-pip (24.3.1+dfsg-1) ... > Setting up libsasl2-2:arm64 (2.1.28+dfsg1-8) ... > Setting up libubsan1:arm64 (14.2.0-8) ... > Setting up perl-modules-5.40 (5.40.0-7) ... > Setting up libhwasan0:arm64 (14.2.0-8) ... > Setting up libcrypt-dev:arm64 (1:4.4.36-5) ... > Setting up libasan8:arm64 (14.2.0-8) ... > Setting up libassuan9:arm64 (3.0.1-2) ... > Setting up gpgconf (2.2.45-2) ... > Setting up libtsan2:arm64 (14.2.0-8) ... > Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... > Setting up libbinutils:arm64 (2.43.1-5) ... > Setting up libisl23:arm64 (0.27-1) ... > Setting up libc-dev-bin (2.40-3) ... > Setting up libcc1-0:arm64 (14.2.0-8) ... > Setting up liblocale-gettext-perl (1.07-7+b1) ... > Setting up gpg (2.2.45-2) ... > Setting up liblsan0:arm64 (14.2.0-8) ... > Setting up libitm1:arm64 (14.2.0-8) ... > Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... > Setting up gnupg-utils (2.2.45-2) ... > Setting up libctf0:arm64 (2.43.1-5) ... > Setting up pinentry-curses (1.2.1-4+b1) ... > Setting up manpages-dev (6.9.1-1) ... > Setting up gpg-agent (2.2.45-2) ... > Setting up gpgsm (2.2.45-2) ... > Setting up libldap-2.5-0:arm64 (2.5.18+dfsg-3+b1) ... > Setting up libperl5.40:arm64 (5.40.0-7) ... > Setting up dirmngr (2.2.45-2) ... > Setting up perl (5.40.0-7) ... > Setting up libgprofng0:arm64 (2.43.1-5) ... > Setting up libjs-sphinxdoc (7.4.7-4) ... > Setting up libdpkg-perl (1.22.11) ... > Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ... > Setting up gnupg (2.2.45-2) ... > Setting up libc6-dev:arm64 (2.40-3) ... > Setting up libgcc-14-dev:arm64 (14.2.0-8) ... > Setting up libstdc++-14-dev:arm64 (14.2.0-8) ... > Setting up gpg-wks-client (2.2.45-2) ... > Setting up libfile-fcntllock-perl (0.22-4+b4) ... > Setting up libalgorithm-diff-perl (1.201-1) ... > Setting up binutils-aarch64-linux-gnu (2.43.1-5) ... > Setting up binutils (2.43.1-5) ... > Setting up dpkg-dev (1.22.11) ... > Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ... > Setting up libexpat1-dev:arm64 (2.6.4-1) ... > Setting up cpp-14 (14.2.0-8) ... > Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ... > Setting up cpp (4:14.2.0-1) ... > Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ... > Setting up libalgorithm-diff-xs-perl:arm64 (0.04-8+b4) ... > Setting up libalgorithm-merge-perl (0.08-5) ... > Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ... > Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ... > Setting up libpython3.12-dev:arm64 (3.12.7-3) ... > Setting up gcc-14 (14.2.0-8) ... > Setting up python3.12-dev (3.12.7-3) ... > Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ... > Setting up g++-14 (14.2.0-8) ... > Setting up libpython3-dev:arm64 (3.12.6-1) ... > Setting up gcc (4:14.2.0-1) ... > Setting up python3-dev (3.12.6-1) ... > Setting up g++ (4:14.2.0-1) ... > update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode > Setting up build-essential (12.12) ... > Processing triggers for libc-bin (2.40-3) ... > ---> Removed intermediate container 5ddafbe9bcdd > ---> cbfb05591cd9 > Step 6/12 : RUN apt-get -y install sqlcipher > ---> Running in d6a4a2563b12 > Reading package lists... > Building dependency tree... > Reading state information... > The following additional packages will be installed: > libsqlcipher1 > Suggested packages: > sqlite3-doc > The following NEW packages will be installed: > libsqlcipher1 sqlcipher > 0 upgraded, 2 newly installed, 0 to remove and 21 not upgraded. > Need to get 1233 kB of archives. > After this operation, 3182 kB of additional disk space will be used. > Get:1 http://deb.debian.org/debian testing/main arm64 libsqlcipher1 arm64 4.6.1-1 [547 kB] > Get:2 http://deb.debian.org/debian testing/main arm64 sqlcipher arm64 4.6.1-1 [686 kB] > debconf: delaying package configuration, since apt-utils is not installed > Fetched 1233 kB in 0s (3116 kB/s) > Selecting previously unselected package libsqlcipher1:arm64. > (Reading database ... 19184 files and directories currently installed.) > Preparing to unpack .../libsqlcipher1_4.6.1-1_arm64.deb ... > Unpacking libsqlcipher1:arm64 (4.6.1-1) ... > Selecting previously unselected package sqlcipher. > Preparing to unpack .../sqlcipher_4.6.1-1_arm64.deb ... > Unpacking sqlcipher (4.6.1-1) ... > Setting up libsqlcipher1:arm64 (4.6.1-1) ... > Setting up sqlcipher (4.6.1-1) ... > Processing triggers for libc-bin (2.40-3) ... > ---> Removed intermediate container d6a4a2563b12 > ---> a34467ebb8b7 > Step 7/12 : COPY code/requirements.txt ./code/ > ---> e8cfe7a783ca > Step 8/12 : RUN pip install -r code/requirements.txt --break-system-packages > ---> Running in 6f42c4fd48e3 > Collecting pandas (from -r code/requirements.txt (line 1)) > Downloading pandas-2.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (89 kB) > Collecting scikit-learn (from -r code/requirements.txt (line 2)) > Downloading scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB) > Collecting numpy>=1.26.0 (from pandas->-r code/requirements.txt (line 1)) > Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (63 kB) > Collecting python-dateutil>=2.8.2 (from pandas->-r code/requirements.txt (line 1)) > Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) > Collecting pytz>=2020.1 (from pandas->-r code/requirements.txt (line 1)) > Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB) > Collecting tzdata>=2022.7 (from pandas->-r code/requirements.txt (line 1)) > Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) > Collecting scipy>=1.6.0 (from scikit-learn->-r code/requirements.txt (line 2)) > Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (113 kB) > Collecting joblib>=1.2.0 (from scikit-learn->-r code/requirements.txt (line 2)) > Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) > Collecting threadpoolctl>=3.1.0 (from scikit-learn->-r code/requirements.txt (line 2)) > Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) > Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas->-r code/requirements.txt (line 1)) > Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) > Downloading pandas-2.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.2 MB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/15.2 MB 28.7 MB/s eta 0:00:00 > Downloading scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.1 MB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 41.8 MB/s eta 0:00:00 > Downloading joblib-1.4.2-py3-none-any.whl (301 kB) > Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.6 MB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 37.7 MB/s eta 0:00:00 > Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) > Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB) > Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.3 MB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.3/35.3 MB 34.7 MB/s eta 0:00:00 > Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) > Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB) > Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) > Installing collected packages: pytz, tzdata, threadpoolctl, six, numpy, joblib, scipy, python-dateutil, scikit-learn, pandas > Successfully installed joblib-1.4.2 numpy-2.1.3 pandas-2.2.3 python-dateutil-2.9.0.post0 pytz-2024.2 scikit-learn-1.5.2 scipy-1.14.1 six-1.16.0 threadpoolctl-3.5.0 tzdata-2024.2 > WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. > ---> Removed intermediate container 6f42c4fd48e3 > ---> 90efff37ad69 > Step 9/12 : COPY code/ ./code/ > ---> 1f71df999a16 > Step 10/12 : COPY config/ ./config/ > ---> 7751925e6de7 > Step 11/12 : RUN mkdir output > ---> Running in 1d1c82d067db > ---> Removed intermediate container 1d1c82d067db > ---> 27dfdde0cb36 > Step 12/12 : ENTRYPOINT ["python3", "code/main.py", "table", "--output", "/output/table.csv"] > ---> Running in e8bf0d04f2dc > ---> Removed intermediate container e8bf0d04f2dc > ---> ace36399c5ee > Successfully built ace36399c5ee > Successfully tagged sigint:latest
p closed this issue 5 months ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: p/signal_group_analysis#1
Loading…
There is no content yet.