Sending build context to Docker daemon 68.61kB Step 1/17 : FROM quay.io/vauxoo/nocustomers:odoo-18.0-04357e3 odoo-18.0-04357e3: Pulling from vauxoo/nocustomers c9d5878ec977: Already exists 51241eb8bf16: Already exists 30f41b759bc1: Already exists fbaa24a7a028: Already exists 58895c03ccbf: Already exists 9eb0a6a626d8: Already exists ede098f3ff61: Pulling fs layer 67e19a47836a: Pulling fs layer f9b9b27ddd70: Pulling fs layer e600edfe036d: Pulling fs layer 7ae08fedaa11: Pulling fs layer 14273677cc3c: Pulling fs layer 5a301ffdccc4: Pulling fs layer a8944be0981d: Pulling fs layer 8a06556e73a7: Pulling fs layer a08e8ef497ed: Pulling fs layer 66d565db667f: Pulling fs layer ffbd992010b6: Pulling fs layer e600edfe036d: Waiting eb3ebaaae2db: Pulling fs layer 7ae08fedaa11: Waiting c3b8a57d0c35: Pulling fs layer 14273677cc3c: Waiting 52fd5f3da091: Pulling fs layer f1891ee1846b: Pulling fs layer 180507eb4c6e: Pulling fs layer 28e0437cdc33: Pulling fs layer 09c588d22e8a: Pulling fs layer f1891ee1846b: Waiting a8944be0981d: Waiting 180507eb4c6e: Waiting 5a301ffdccc4: Waiting 8a06556e73a7: Waiting 66d565db667f: Waiting 28e0437cdc33: Waiting 09c588d22e8a: Waiting ffbd992010b6: Waiting eb3ebaaae2db: Waiting c3b8a57d0c35: Waiting 67e19a47836a: Verifying Checksum 67e19a47836a: Download complete f9b9b27ddd70: Verifying Checksum e600edfe036d: Verifying Checksum e600edfe036d: Download complete 7ae08fedaa11: Download complete 14273677cc3c: Verifying Checksum 14273677cc3c: Download complete 5a301ffdccc4: Verifying Checksum 5a301ffdccc4: Download complete a8944be0981d: Verifying Checksum a8944be0981d: Download complete 8a06556e73a7: Verifying Checksum 8a06556e73a7: Download complete 66d565db667f: Download complete a08e8ef497ed: Verifying Checksum a08e8ef497ed: Download complete ffbd992010b6: Download complete eb3ebaaae2db: Download complete c3b8a57d0c35: Verifying Checksum c3b8a57d0c35: Download complete 52fd5f3da091: Verifying Checksum 52fd5f3da091: Download complete 180507eb4c6e: Verifying Checksum 180507eb4c6e: Download complete ede098f3ff61: Verifying Checksum ede098f3ff61: Download complete 09c588d22e8a: Verifying Checksum 09c588d22e8a: Download complete ede098f3ff61: Pull complete 67e19a47836a: Pull complete f9b9b27ddd70: Pull complete e600edfe036d: Pull complete 7ae08fedaa11: Pull complete 14273677cc3c: Pull complete 5a301ffdccc4: Pull complete a8944be0981d: Pull complete 8a06556e73a7: Pull complete a08e8ef497ed: Pull complete 66d565db667f: Pull complete ffbd992010b6: Pull complete eb3ebaaae2db: Pull complete c3b8a57d0c35: Pull complete 52fd5f3da091: Pull complete 28e0437cdc33: Verifying Checksum 28e0437cdc33: Download complete f1891ee1846b: Verifying Checksum f1891ee1846b: Download complete f1891ee1846b: Pull complete 180507eb4c6e: Pull complete 28e0437cdc33: Pull complete 09c588d22e8a: Pull complete Digest: sha256:f956797572acdfe3e239c9455a9493b846daba7ba28811757f9c5ce24a73ee51 Status: Downloaded newer image for quay.io/vauxoo/nocustomers:odoo-18.0-04357e3 ---> b504dacdf969 Step 2/17 : ARG HOME=/home/odoo ---> Running in 56295ab15fb6 Removing intermediate container 56295ab15fb6 ---> 63c5e7b1459b Step 3/17 : COPY .ssh $HOME/.ssh ---> 997534cc8991 Step 4/17 : COPY build.sh /home/odoo/build.sh ---> 746322dc8c7a Step 5/17 : COPY entrypoint_deployv.sh /entrypoint.sh ---> c78c81532774 Step 6/17 : COPY docker_helper /home/odoo/build ---> c95036e46225 Step 7/17 : COPY .vscode /home/odoo/.vscode ---> 7e4233e91643 Step 8/17 : COPY .coveragerc /home/odoo/.coveragerc ---> fe008d6c4718 Step 9/17 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /home/odoo/build.sh;chown -R odoo:odoo /entrypoint.sh;chown -R odoo:odoo /home/odoo/build;chown -R odoo:odoo /home/odoo/.vscode;chown -R odoo:odoo /home/odoo/.coveragerc; ---> Running in 6c0318ad949e Removing intermediate container 6c0318ad949e ---> 1d287a820bc1 Step 10/17 : ENV ODOORC_DB_NAME=odoo ODOORC_PIDFILE=/home/odoo/.odoo.pid ODOORC_DATA_DIR=/home/odoo/data_dir PROFILE_FILE=/etc/bash.bashrc MAIN_REPO_FULL_PATH=/home/odoo/instance/$MAIN_REPO_PATH DEB_PYTHON_INSTALL_LAYOUT=deb ---> Running in 49c71bcc84d8 Removing intermediate container 49c71bcc84d8 ---> 56edd4f7b5af Step 11/17 : ENV COVERAGE_RCFILE=$HOME/.coveragerc ---> Running in e3d1fe22b9f4 Removing intermediate container e3d1fe22b9f4 ---> 02f3ff30df32 Step 12/17 : ENV COVERAGE_HOME=$MAIN_REPO_FULL_PATH ---> Running in 953d5e82714e Removing intermediate container 953d5e82714e ---> 731a92d7bffc Step 13/17 : ENV GITHUB_TOKEN=TRUE ---> Running in cc5ae7ea1e63 Removing intermediate container cc5ae7ea1e63 ---> 7ec3e23b64b1 Step 14/17 : RUN . /home/odoo/build.sh && install_dev_tools && service_postgres_without_sudo odoo odoo && install_pgcli_venv && custom_alias && odoo_conf && git_set_remote && bash_colorized && setup_coverage && configure_vim && configure_zsh && chown_all && [ -e /entrypoint_image ] && mv /entrypoint_image /deployv_entrypoint_image ; [ -e /entry_point.py ] && mv /entry_point.py /deployv_entry_point.py ; [ -e /entrypoint ] && mv /entrypoint /deployv_entrypoint ; mkdir -p /run/sshd ---> Running in 44852525125a  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 10 packages can be upgraded. Run 'apt list --upgradable' to see them.  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... pgbadger is already the newest version (13.1-1.pgdg24.04+1). rsync is already the newest version (3.2.7-1ubuntu1.2). The following additional packages will be installed: 7zip gettext-base libapparmor1 libbpf1 libcap2-bin libecpg-compat3 libecpg6 libmnl0 libpgtypes3 libprotobuf32t64 libwrap0 libxtables12 openssh-sftp-server python3-blessed python3-certifi python3-chardet python3-curtsies python3-cwcwidth python3-greenlet python3-idna python3-pygments python3-requests python3-urllib3 python3-wcwidth python3-xdg tcl-expect Suggested packages: 7zip-standalone 7zip-rar tk8.6 autopoint gettext-doc libasprintf-dev libgettextpo-dev iproute2-doc molly-guard monkeysphere ssh-askpass ufw python-greenlet-dev python-greenlet-doc python-pygments-doc ttf-bitstream-vera python3-cryptography python3-openssl python3-socks python-requests-doc python3-brotli python-pyxdg-doc tcl-tclreadline Recommended packages: python3-jedi python3-pyperclip python3-watchdog libatm1 libpam-cap default-logind | logind | libpam-systemd ncurses-term xauth ssh-import-id The following NEW packages will be installed: 7zip bpython expect gettext gettext-base iproute2 iputils-ping less libapparmor1 libbpf1 libcap2-bin libecpg-compat3 libecpg-dev libecpg6 libmnl0 libpgtypes3 libprotobuf32t64 libwrap0 libxtables12 mosh net-tools openssh-server openssh-sftp-server p7zip-full python3-blessed python3-certifi python3-chardet python3-curtsies python3-cwcwidth python3-greenlet python3-idna python3-pygments python3-requests python3-urllib3 python3-wcwidth python3-xdg sudo tcl-expect tcl8.6 tree 0 upgraded, 40 newly installed, 0 to remove and 10 not upgraded. Need to get 9,704 kB of archives. After this operation, 36.8 MB of additional disk space will be used. Get:1 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 libpgtypes3 amd64 17.5-1.pgdg24.04+1 [41.5 kB] Get:2 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 libecpg6 amd64 17.5-1.pgdg24.04+1 [59.2 kB] Get:3 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 libecpg-compat3 amd64 17.5-1.pgdg24.04+1 [15.7 kB] Get:4 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 libecpg-dev amd64 17.5-1.pgdg24.04+1 [298 kB] Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.1 Ign:6 http://archive.ubuntu.com/ubuntu noble/main amd64 mosh amd64 1.4.0-1ubuntu3 Ign:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-sftp-server amd64 1:9.6p1-3ubuntu13.12 Ign:8 http://archive.ubuntu.com/ubuntu noble/main amd64 libwrap0 amd64 7.6.q-33 Ign:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-server amd64 1:9.6p1-3ubuntu13.12 Ign:10 http://archive.ubuntu.com/ubuntu noble/main amd64 libbpf1 amd64 1:1.3.0-2build2 Ign:11 http://archive.ubuntu.com/ubuntu noble/main amd64 libmnl0 amd64 1.0.5-2build1 Ign:12 http://archive.ubuntu.com/ubuntu noble/main amd64 libxtables12 amd64 1.8.10-3ubuntu2 Ign:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Ign:14 http://archive.ubuntu.com/ubuntu noble/main amd64 iproute2 amd64 6.1.0-1ubuntu6 Ign:15 http://archive.ubuntu.com/ubuntu noble/main amd64 iputils-ping amd64 3:20240117-1build1 Ign:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 Ign:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.4 Ign:18 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-pygments all 2.17.2+dfsg-1 Ign:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 sudo amd64 1.9.15p5-3ubuntu5.24.04.1 Ign:20 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext-base amd64 0.21-14ubuntu2 Ign:21 http://archive.ubuntu.com/ubuntu noble/universe amd64 7zip amd64 23.01+dfsg-11 Ign:22 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-wcwidth all 0.2.5+dfsg1-1.1ubuntu1 Ign:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-blessed all 1.20.0-1 Ign:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-cwcwidth amd64 0.1.9-1build2 Ign:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-curtsies all 0.4.2-1 Ign:26 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-greenlet amd64 3.0.3-0ubuntu5.1 Ign:27 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-certifi all 2023.11.17-1 Ign:28 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-chardet all 5.2.0+dfsg-1 Ign:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.2 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-requests all 2.31.0+dfsg-1ubuntu1.1 Ign:32 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-xdg all 0.28-2 Ign:33 http://archive.ubuntu.com/ubuntu noble/universe amd64 bpython all 0.24-1 Ign:34 http://archive.ubuntu.com/ubuntu noble/main amd64 tcl8.6 amd64 8.6.14+dfsg-1build1 Ign:35 http://archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 Ign:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 Ign:37 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext amd64 0.21-14ubuntu2 Ign:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Ign:39 http://archive.ubuntu.com/ubuntu noble/universe amd64 p7zip-full all 16.02+transitional.1 Ign:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 tree amd64 2.1.1-2ubuntu3 Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.1 Ign:6 http://archive.ubuntu.com/ubuntu noble/main amd64 mosh amd64 1.4.0-1ubuntu3 Ign:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-sftp-server amd64 1:9.6p1-3ubuntu13.12 Ign:8 http://archive.ubuntu.com/ubuntu noble/main amd64 libwrap0 amd64 7.6.q-33 Ign:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-server amd64 1:9.6p1-3ubuntu13.12 Ign:10 http://archive.ubuntu.com/ubuntu noble/main amd64 libbpf1 amd64 1:1.3.0-2build2 Ign:11 http://archive.ubuntu.com/ubuntu noble/main amd64 libmnl0 amd64 1.0.5-2build1 Ign:12 http://archive.ubuntu.com/ubuntu noble/main amd64 libxtables12 amd64 1.8.10-3ubuntu2 Ign:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Ign:14 http://archive.ubuntu.com/ubuntu noble/main amd64 iproute2 amd64 6.1.0-1ubuntu6 Ign:15 http://archive.ubuntu.com/ubuntu noble/main amd64 iputils-ping amd64 3:20240117-1build1 Ign:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 Ign:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.4 Ign:18 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-pygments all 2.17.2+dfsg-1 Ign:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 sudo amd64 1.9.15p5-3ubuntu5.24.04.1 Ign:20 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext-base amd64 0.21-14ubuntu2 Ign:21 http://archive.ubuntu.com/ubuntu noble/universe amd64 7zip amd64 23.01+dfsg-11 Ign:22 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-wcwidth all 0.2.5+dfsg1-1.1ubuntu1 Ign:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-blessed all 1.20.0-1 Ign:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-cwcwidth amd64 0.1.9-1build2 Ign:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-curtsies all 0.4.2-1 Ign:26 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-greenlet amd64 3.0.3-0ubuntu5.1 Ign:27 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-certifi all 2023.11.17-1 Ign:28 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-chardet all 5.2.0+dfsg-1 Ign:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.2 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-requests all 2.31.0+dfsg-1ubuntu1.1 Ign:32 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-xdg all 0.28-2 Ign:33 http://archive.ubuntu.com/ubuntu noble/universe amd64 bpython all 0.24-1 Ign:34 http://archive.ubuntu.com/ubuntu noble/main amd64 tcl8.6 amd64 8.6.14+dfsg-1build1 Ign:35 http://archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 Ign:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 Ign:37 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext amd64 0.21-14ubuntu2 Ign:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Ign:39 http://archive.ubuntu.com/ubuntu noble/universe amd64 p7zip-full all 16.02+transitional.1 Ign:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 tree amd64 2.1.1-2ubuntu3 Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.1 Ign:6 http://archive.ubuntu.com/ubuntu noble/main amd64 mosh amd64 1.4.0-1ubuntu3 Ign:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-sftp-server amd64 1:9.6p1-3ubuntu13.12 Ign:8 http://archive.ubuntu.com/ubuntu noble/main amd64 libwrap0 amd64 7.6.q-33 Ign:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-server amd64 1:9.6p1-3ubuntu13.12 Ign:10 http://archive.ubuntu.com/ubuntu noble/main amd64 libbpf1 amd64 1:1.3.0-2build2 Ign:11 http://archive.ubuntu.com/ubuntu noble/main amd64 libmnl0 amd64 1.0.5-2build1 Ign:12 http://archive.ubuntu.com/ubuntu noble/main amd64 libxtables12 amd64 1.8.10-3ubuntu2 Ign:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Ign:14 http://archive.ubuntu.com/ubuntu noble/main amd64 iproute2 amd64 6.1.0-1ubuntu6 Ign:15 http://archive.ubuntu.com/ubuntu noble/main amd64 iputils-ping amd64 3:20240117-1build1 Ign:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 Ign:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.4 Ign:18 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-pygments all 2.17.2+dfsg-1 Ign:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 sudo amd64 1.9.15p5-3ubuntu5.24.04.1 Ign:20 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext-base amd64 0.21-14ubuntu2 Ign:21 http://archive.ubuntu.com/ubuntu noble/universe amd64 7zip amd64 23.01+dfsg-11 Ign:22 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-wcwidth all 0.2.5+dfsg1-1.1ubuntu1 Ign:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-blessed all 1.20.0-1 Ign:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-cwcwidth amd64 0.1.9-1build2 Ign:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-curtsies all 0.4.2-1 Ign:26 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-greenlet amd64 3.0.3-0ubuntu5.1 Ign:27 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-certifi all 2023.11.17-1 Ign:28 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-chardet all 5.2.0+dfsg-1 Ign:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.2 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-requests all 2.31.0+dfsg-1ubuntu1.1 Ign:32 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-xdg all 0.28-2 Ign:33 http://archive.ubuntu.com/ubuntu noble/universe amd64 bpython all 0.24-1 Ign:34 http://archive.ubuntu.com/ubuntu noble/main amd64 tcl8.6 amd64 8.6.14+dfsg-1build1 Ign:35 http://archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 Ign:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 Ign:37 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext amd64 0.21-14ubuntu2 Ign:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Ign:39 http://archive.ubuntu.com/ubuntu noble/universe amd64 p7zip-full all 16.02+transitional.1 Ign:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 tree amd64 2.1.1-2ubuntu3 Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.1 Err:6 http://archive.ubuntu.com/ubuntu noble/main amd64 mosh amd64 1.4.0-1ubuntu3 Connection failed [IP: 185.125.190.82 80] Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.1 Err:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-sftp-server amd64 1:9.6p1-3ubuntu13.12 Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out [IP: 185.125.190.81 80] Err:8 http://archive.ubuntu.com/ubuntu noble/main amd64 libwrap0 amd64 7.6.q-33 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-server amd64 1:9.6p1-3ubuntu13.12 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:10 http://archive.ubuntu.com/ubuntu noble/main amd64 libbpf1 amd64 1:1.3.0-2build2 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:11 http://archive.ubuntu.com/ubuntu noble/main amd64 libmnl0 amd64 1.0.5-2build1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:12 http://archive.ubuntu.com/ubuntu noble/main amd64 libxtables12 amd64 1.8.10-3ubuntu2 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Err:14 http://archive.ubuntu.com/ubuntu noble/main amd64 iproute2 amd64 6.1.0-1ubuntu6 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:15 http://archive.ubuntu.com/ubuntu noble/main amd64 iputils-ping amd64 3:20240117-1build1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 Err:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.4 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:18 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-pygments all 2.17.2+dfsg-1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 sudo amd64 1.9.15p5-3ubuntu5.24.04.1 Err:20 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext-base amd64 0.21-14ubuntu2 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:21 http://archive.ubuntu.com/ubuntu noble/universe amd64 7zip amd64 23.01+dfsg-11 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:22 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-wcwidth all 0.2.5+dfsg1-1.1ubuntu1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Err:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-blessed all 1.20.0-1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-cwcwidth amd64 0.1.9-1build2 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-curtsies all 0.4.2-1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 Err:26 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-greenlet amd64 3.0.3-0ubuntu5.1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:27 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-certifi all 2023.11.17-1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 sudo amd64 1.9.15p5-3ubuntu5.24.04.1 Err:28 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-chardet all 5.2.0+dfsg-1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.2 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-requests all 2.31.0+dfsg-1ubuntu1.1 Err:32 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-xdg all 0.28-2 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:33 http://archive.ubuntu.com/ubuntu noble/universe amd64 bpython all 0.24-1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:34 http://archive.ubuntu.com/ubuntu noble/main amd64 tcl8.6 amd64 8.6.14+dfsg-1build1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:35 http://archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:37 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext amd64 0.21-14ubuntu2 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Err:39 http://archive.ubuntu.com/ubuntu noble/universe amd64 p7zip-full all 16.02+transitional.1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.2 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-requests all 2.31.0+dfsg-1ubuntu1.1 Err:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 tree amd64 2.1.1-2ubuntu3 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Ign:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Err:5 http://security.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.1 Connection failed [IP: 185.125.190.82 80] Err:13 http://security.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:16 http://security.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:19 http://security.ubuntu.com/ubuntu noble-updates/main amd64 sudo amd64 1.9.15p5-3ubuntu5.24.04.1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:29 http://security.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:30 http://security.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.2 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:31 http://security.ubuntu.com/ubuntu noble-updates/main amd64 python3-requests all 2.31.0+dfsg-1ubuntu1.1 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Err:38 http://security.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] Fetched 414 kB in 4min 42s (1,469 B/s) W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Tried to start delayed item http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1, but failed W: Tried to start delayed item http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1, but failed W: Tried to start delayed item http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1, but failed W: Tried to start delayed item http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1, but failed W: Tried to start delayed item http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1, but failed E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/protobuf/libprotobuf32t64_3.21.12-8.2ubuntu0.1_amd64.deb Connection failed [IP: 185.125.190.82 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mosh/mosh_1.4.0-1ubuntu3_amd64.deb Connection failed [IP: 185.125.190.82 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_9.6p1-3ubuntu13.12_amd64.deb Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/t/tcp-wrappers/libwrap0_7.6.q-33_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_9.6p1-3ubuntu13.12_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libb/libbpf/libbpf1_1.3.0-2build2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libm/libmnl/libmnl0_1.0.5-2build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/iptables/libxtables12_1.8.10-3ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libc/libcap2/libcap2-bin_2.66-5ubuntu2.2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/iproute2/iproute2_6.1.0-1ubuntu6_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/iputils/iputils-ping_20240117-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/less/less_590-2ubuntu2.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/apparmor/libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.4_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pygments/python3-pygments_2.17.2%2bdfsg-1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/sudo/sudo_1.9.15p5-3ubuntu5.24.04.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gettext/gettext-base_0.21-14ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/7/7zip/7zip_23.01%2bdfsg-11_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wcwidth/python3-wcwidth_0.2.5%2bdfsg1-1.1ubuntu1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/python-blessed/python3-blessed_1.20.0-1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/python-cwcwidth/python3-cwcwidth_0.1.9-1build2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/python-curtsies/python3-curtsies_0.4.2-1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-greenlet/python3-greenlet_3.0.3-0ubuntu5.1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-certifi/python3-certifi_2023.11.17-1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/chardet/python3-chardet_5.2.0%2bdfsg-1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python-idna/python3-idna_3.6-2ubuntu0.1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python-urllib3/python3-urllib3_2.0.7-1ubuntu0.2_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/r/requests/python3-requests_2.31.0%2bdfsg-1ubuntu1.1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pyxdg/python3-xdg_0.28-2_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/b/bpython/bpython_0.24-1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/t/tcl8.6/tcl8.6_8.6.14%2bdfsg-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/e/expect/tcl-expect_5.45.4-3_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/e/expect/expect_5.45.4-3_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gettext/gettext_0.21-14ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/n/net-tools/net-tools_2.10-0.1ubuntu4.4_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/p7zip/p7zip-full_16.02%2btransitional.1_all.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/t/tree/tree_2.1.1-2ubuntu3_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? /bin/sh: 96: sudo: not found Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'pre_commit_vauxoo' /bin/sh: 117: sudo: not found --2025-07-02 13:42:06-- https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz Resolving bin.equinox.io (bin.equinox.io)... 75.2.60.68, 99.83.220.108, 35.71.179.82, ... Connecting to bin.equinox.io (bin.equinox.io)|75.2.60.68|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9254557 (8.8M) [application/octet-stream] Saving to: ‘/tmp/ngrok.tgz’  0K .......... .......... .......... .......... .......... 0% 1.69M 5s 50K .......... .......... .......... .......... .......... 1% 3.31M 4s 100K .......... .......... .......... .......... .......... 1% 108M 3s 150K .......... .......... .......... .......... .......... 2% 3.55M 3s 200K .......... .......... .......... .......... .......... 2% 168M 2s 250K .......... .......... .......... .......... .......... 3% 149M 2s 300K .......... .......... .......... .......... .......... 3% 226M 1s 350K .......... .......... .......... .......... .......... 4% 3.54M 2s 400K .......... .......... .......... .......... .......... 4% 142M 1s 450K .......... .......... .......... .......... .......... 5% 152M 1s 500K .......... .......... .......... .......... .......... 6% 163M 1s 550K .......... .......... .......... .......... .......... 6% 126M 1s 600K .......... .......... .......... .......... .......... 7% 177M 1s 650K .......... .......... .......... .......... .......... 7% 3.86M 1s 700K .......... .......... .......... .......... .......... 8% 109M 1s 750K .......... .......... .......... .......... .......... 8% 155M 1s 800K .......... .......... .......... .......... .......... 9% 57.3M 1s 850K .......... .......... .......... .......... .......... 9% 63.5M 1s 900K .......... .......... .......... .......... .......... 10% 156M 1s 950K .......... .......... .......... .......... .......... 11% 142M 1s 1000K .......... .......... .......... .......... .......... 11% 157M 1s 1050K .......... .......... .......... .......... .......... 12% 128M 1s 1100K .......... .......... .......... .......... .......... 12% 145M 1s 1150K .......... .......... .......... .......... .......... 13% 147M 1s 1200K .......... .......... .......... .......... .......... 13% 160M 1s 1250K .......... .......... .......... .......... .......... 14% 162M 1s 1300K .......... .......... .......... .......... .......... 14% 132M 1s 1350K .......... .......... .......... .......... .......... 15% 4.89M 1s 1400K .......... .......... .......... .......... .......... 16% 82.5M 1s 1450K .......... .......... .......... .......... .......... 16% 137M 1s 1500K .......... .......... .......... .......... .......... 17% 77.9M 1s 1550K .......... .......... .......... .......... .......... 17% 157M 0s 1600K .......... .......... .......... .......... .......... 18% 86.2M 0s 1650K .......... .......... .......... .......... .......... 18% 64.1M 0s 1700K .......... .......... .......... .......... .......... 19% 245M 0s 1750K .......... .......... .......... .......... .......... 19% 203M 0s 1800K .......... .......... .......... .......... .......... 20% 221M 0s 1850K .......... .......... .......... .......... .......... 21% 218M 0s 1900K .......... .......... .......... .......... .......... 21% 188M 0s 1950K .......... .......... .......... .......... .......... 22% 207M 0s 2000K .......... .......... .......... .......... .......... 22% 203M 0s 2050K .......... .......... .......... .......... .......... 23% 236M 0s 2100K .......... .......... .......... .......... .......... 23% 234M 0s 2150K .......... .......... .......... .......... .......... 24% 214M 0s 2200K .......... .......... .......... .......... .......... 24% 240M 0s 2250K .......... .......... .......... .......... .......... 25% 215M 0s 2300K .......... .......... .......... .......... .......... 26% 221M 0s 2350K .......... .......... .......... .......... .......... 26% 228M 0s 2400K .......... .......... .......... .......... .......... 27% 231M 0s 2450K .......... .......... .......... .......... .......... 27% 167M 0s 2500K .......... .......... .......... .......... .......... 28% 200M 0s 2550K .......... .......... .......... .......... .......... 28% 220M 0s 2600K .......... .......... .......... .......... .......... 29% 230M 0s 2650K .......... .......... .......... .......... .......... 29% 7.72M 0s 2700K .......... .......... .......... .......... .......... 30% 175M 0s 2750K .......... .......... .......... .......... .......... 30% 239M 0s 2800K .......... .......... .......... .......... .......... 31% 205M 0s 2850K .......... .......... .......... .......... .......... 32% 195M 0s 2900K .......... .......... .......... .......... .......... 32% 174M 0s 2950K .......... .......... .......... .......... .......... 33% 347M 0s 3000K .......... .......... .......... .......... .......... 33% 229M 0s 3050K .......... .......... .......... .......... .......... 34% 266M 0s 3100K .......... .......... .......... .......... .......... 34% 245M 0s 3150K .......... .......... .......... .......... .......... 35% 104M 0s 3200K .......... .......... .......... .......... .......... 35% 104M 0s 3250K .......... .......... .......... .......... .......... 36% 103M 0s 3300K .......... .......... .......... .......... .......... 37% 130M 0s 3350K .......... .......... .......... .......... .......... 37% 228M 0s 3400K .......... .......... .......... .......... .......... 38% 117M 0s 3450K .......... .......... .......... .......... .......... 38% 234M 0s 3500K .......... .......... .......... .......... .......... 39% 228M 0s 3550K .......... .......... .......... .......... .......... 39% 86.1M 0s 3600K .......... .......... .......... .......... .......... 40% 226M 0s 3650K .......... .......... .......... .......... .......... 40% 173M 0s 3700K .......... .......... .......... .......... .......... 41% 233M 0s 3750K .......... .......... .......... .......... .......... 42% 234M 0s 3800K .......... .......... .......... .......... .......... 42% 48.6M 0s 3850K .......... .......... .......... .......... .......... 43% 227M 0s 3900K .......... .......... .......... .......... .......... 43% 225M 0s 3950K .......... .......... .......... .......... .......... 44% 242M 0s 4000K .......... .......... .......... .......... .......... 44% 236M 0s 4050K .......... .......... .......... .......... .......... 45% 177M 0s 4100K .......... .......... .......... .......... .......... 45% 228M 0s 4150K .......... .......... .......... .......... .......... 46% 217M 0s 4200K .......... .......... .......... .......... .......... 47% 216M 0s 4250K .......... .......... .......... .......... .......... 47% 217M 0s 4300K .......... .......... .......... .......... .......... 48% 225M 0s 4350K .......... .......... .......... .......... .......... 48% 234M 0s 4400K .......... .......... .......... .......... .......... 49% 220M 0s 4450K .......... .......... .......... .......... .......... 49% 176M 0s 4500K .......... .......... .......... .......... .......... 50% 227M 0s 4550K .......... .......... .......... .......... .......... 50% 230M 0s 4600K .......... .......... .......... .......... .......... 51% 227M 0s 4650K .......... .......... .......... .......... .......... 52% 229M 0s 4700K .......... .......... .......... .......... .......... 52% 229M 0s 4750K .......... .......... .......... .......... .......... 53% 215M 0s 4800K .......... .......... .......... .......... .......... 53% 219M 0s 4850K .......... .......... .......... .......... .......... 54% 171M 0s 4900K .......... .......... .......... .......... .......... 54% 220M 0s 4950K .......... .......... .......... .......... .......... 55% 26.1M 0s 5000K .......... .......... .......... .......... .......... 55% 161M 0s 5050K .......... .......... .......... .......... .......... 56% 259M 0s 5100K .......... .......... .......... .......... .......... 56% 240M 0s 5150K .......... .......... .......... .......... .......... 57% 179M 0s 5200K .......... .......... .......... .......... .......... 58% 168M 0s 5250K .......... .......... .......... .......... .......... 58% 115M 0s 5300K .......... .......... .......... .......... .......... 59% 169M 0s 5350K .......... .......... .......... .......... .......... 59% 266M 0s 5400K .......... .......... .......... .......... .......... 60% 223M 0s 5450K .......... .......... .......... .......... .......... 60% 279M 0s 5500K .......... .......... .......... .......... .......... 61% 215M 0s 5550K .......... .......... .......... .......... .......... 61% 181M 0s 5600K .......... .......... .......... .......... .......... 62% 345M 0s 5650K .......... .......... .......... .......... .......... 63% 154M 0s 5700K .......... .......... .......... .......... .......... 63% 361M 0s 5750K .......... .......... .......... .......... .......... 64% 373M 0s 5800K .......... .......... .......... .......... .......... 64% 362M 0s 5850K .......... .......... .......... .......... .......... 65% 155M 0s 5900K .......... .......... .......... .......... .......... 65% 354M 0s 5950K .......... .......... .......... .......... .......... 66% 222M 0s 6000K .......... .......... .......... .......... .......... 66% 180M 0s 6050K .......... .......... .......... .......... .......... 67% 203M 0s 6100K .......... .......... .......... .......... .......... 68% 370M 0s 6150K .......... .......... .......... .......... .......... 68% 281M 0s 6200K .......... .......... .......... .......... .......... 69% 217M 0s 6250K .......... .......... .......... .......... .......... 69% 226M 0s 6300K .......... .......... .......... .......... .......... 70% 246M 0s 6350K .......... .......... .......... .......... .......... 70% 284M 0s 6400K .......... .......... .......... .......... .......... 71% 347M 0s 6450K .......... .......... .......... .......... .......... 71% 277M 0s 6500K .......... .......... .......... .......... .......... 72% 330M 0s 6550K .......... .......... .......... .......... .......... 73% 238M 0s 6600K .......... .......... .......... .......... .......... 73% 203M 0s 6650K .......... .......... .......... .......... .......... 74% 261M 0s 6700K .......... .......... .......... .......... .......... 74% 333M 0s 6750K .......... .......... .......... .......... .......... 75% 243M 0s 6800K .......... .......... .......... .......... .......... 75% 218M 0s 6850K .......... .......... .......... .......... .......... 76% 163M 0s 6900K .......... .......... .......... .......... .......... 76% 292M 0s 6950K .......... .......... .......... .......... .......... 77% 342M 0s 7000K .......... .......... .......... .......... .......... 78% 371M 0s 7050K .......... .......... .......... .......... .......... 78% 331M 0s 7100K .......... .......... .......... .......... .......... 79% 8.43M 0s 7150K .......... .......... .......... .......... .......... 79% 154M 0s 7200K .......... .......... .......... .......... .......... 80% 174M 0s 7250K .......... .......... .......... .......... .......... 80% 152M 0s 7300K .......... .......... .......... .......... .......... 81% 228M 0s 7350K .......... .......... .......... .......... .......... 81% 191M 0s 7400K .......... .......... .......... .......... .......... 82% 92.7M 0s 7450K .......... .......... .......... .......... .......... 82% 120M 0s 7500K .......... .......... .......... .......... .......... 83% 121M 0s 7550K .......... .......... .......... .......... .......... 84% 125M 0s 7600K .......... .......... .......... .......... .......... 84% 116M 0s 7650K .......... .......... .......... .......... .......... 85% 116M 0s 7700K .......... .......... .......... .......... .......... 85% 89.0M 0s 7750K .......... .......... .......... .......... .......... 86% 131M 0s 7800K .......... .......... .......... .......... .......... 86% 92.7M 0s 7850K .......... .......... .......... .......... .......... 87% 233M 0s 7900K .......... .......... .......... .......... .......... 87% 237M 0s 7950K .......... .......... .......... .......... .......... 88% 71.8M 0s 8000K .......... .......... .......... .......... .......... 89% 228M 0s 8050K .......... .......... .......... .......... .......... 89% 173M 0s 8100K .......... .......... .......... .......... .......... 90% 234M 0s 8150K .......... .......... .......... .......... .......... 90% 222M 0s 8200K .......... .......... .......... .......... .......... 91% 235M 0s 8250K .......... .......... .......... .......... .......... 91% 236M 0s 8300K .......... .......... .......... .......... .......... 92% 230M 0s 8350K .......... .......... .......... .......... .......... 92% 233M 0s 8400K .......... .......... .......... .......... .......... 93% 223M 0s 8450K .......... .......... .......... .......... .......... 94% 176M 0s 8500K .......... .......... .......... .......... .......... 94% 230M 0s 8550K .......... .......... .......... .......... .......... 95% 228M 0s 8600K .......... .......... .......... .......... .......... 95% 235M 0s 8650K .......... .......... .......... .......... .......... 96% 234M 0s 8700K .......... .......... .......... .......... .......... 96% 233M 0s 8750K .......... .......... .......... .......... .......... 97% 236M 0s 8800K .......... .......... .......... .......... .......... 97% 230M 0s 8850K .......... .......... .......... .......... .......... 98% 171M 0s 8900K .......... .......... .......... .......... .......... 99% 225M 0s 8950K .......... .......... .......... .......... .......... 99% 241M 0s 9000K .......... .......... .......... .......  100% 230M=0.2s 2025-07-02 13:42:11 (56.6 MB/s) - ‘/tmp/ngrok.tgz’ saved [9254557/9254557] ngrok Cloning into '/home/odoo/.emacs.d'...  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: postgresql-15-pgvector 0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded. Need to get 267 kB of archives. After this operation, 723 kB of additional disk space will be used. Get:1 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 postgresql-15-pgvector amd64 0.8.0-1.pgdg24.04+1 [267 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 267 kB in 0s (1,657 kB/s) Selecting previously unselected package postgresql-15-pgvector. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 61924 files and directories currently installed.) Preparing to unpack .../postgresql-15-pgvector_0.8.0-1.pgdg24.04+1_amd64.deb ... Unpacking postgresql-15-pgvector (0.8.0-1.pgdg24.04+1) ... Setting up postgresql-15-pgvector (0.8.0-1.pgdg24.04+1) ... Processing triggers for postgresql-common (278.pgdg24.04+1) ... Building PostgreSQL dictionaries from installed myspell/hunspell packages... Removing obsolete dictionary files: W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/ubuntu.sources:1 info: Adding user `odoo' to group `postgres' ... Creating new PostgreSQL cluster 15/main ... /usr/lib/postgresql/15/bin/initdb -D /var/lib/postgresql/15/main --auth-local peer --auth-host scram-sha-256 --no-instructions --lc-collate C The files belonging to this database system will be owned by user "odoo". This user must also own the server process. The database cluster will be initialized with this locale configuration: provider: libc LC_COLLATE: C LC_CTYPE: en_US.UTF-8 LC_MESSAGES: en_US.UTF-8 LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /var/lib/postgresql/15/main ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok Ver Cluster Port Status Owner Data directory Log file 15 main 15432 online odoo /var/lib/postgresql/15/main /var/log/postgresql/postgresql-15-main.log ALTER ROLE CREATE ROLE * Stopping PostgreSQL 15 database server ...done. /bin/sh: 24: virtualenv: not found /bin/sh: 25: .: cannot open /venev-pgcli/bin/activate: No such file The command '/bin/sh -c . /home/odoo/build.sh && install_dev_tools && service_postgres_without_sudo odoo odoo && install_pgcli_venv && custom_alias && odoo_conf && git_set_remote && bash_colorized && setup_coverage && configure_vim && configure_zsh && chown_all && [ -e /entrypoint_image ] && mv /entrypoint_image /deployv_entrypoint_image ; [ -e /entry_point.py ] && mv /entry_point.py /deployv_entry_point.py ; [ -e /entrypoint ] && mv /entrypoint /deployv_entrypoint ; mkdir -p /run/sshd' returned a non-zero code: 2