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 ad03a7f98b63: Already exists 8f7ed807e1d7: Already exists 7c7fead47478: Pulling fs layer 8df66321c44e: Pulling fs layer 8e10a1cd0c67: Pulling fs layer 066b6bbb03bb: Pulling fs layer 728b1450d942: Pulling fs layer c40e46d9f392: Pulling fs layer 40467eb50c64: Pulling fs layer a50bde5c2b66: Pulling fs layer 0df882c024a0: Pulling fs layer bd62b7945e5d: Pulling fs layer 71f4ff62ae7c: Pulling fs layer 4bd3657f50e2: Pulling fs layer 66ff5344f05d: Pulling fs layer 1e7ff0a91642: Pulling fs layer 9bb737273df2: Pulling fs layer 8e0000083736: Pulling fs layer 8992cf619400: Pulling fs layer 6085a34133ff: Pulling fs layer 728b1450d942: Waiting 1d7f1b81af78: Pulling fs layer c40e46d9f392: Waiting 1e7ff0a91642: Waiting 9bb737273df2: Waiting 40467eb50c64: Waiting a50bde5c2b66: Waiting 8e0000083736: Waiting 8992cf619400: Waiting 6085a34133ff: Waiting 4bd3657f50e2: Waiting 0df882c024a0: Waiting 1d7f1b81af78: Waiting 66ff5344f05d: Waiting bd62b7945e5d: Waiting 066b6bbb03bb: Waiting 8df66321c44e: Verifying Checksum 066b6bbb03bb: Verifying Checksum 066b6bbb03bb: Download complete 8e10a1cd0c67: Verifying Checksum 8e10a1cd0c67: Download complete 728b1450d942: Verifying Checksum 728b1450d942: Download complete 40467eb50c64: Verifying Checksum 40467eb50c64: Download complete c40e46d9f392: Download complete 0df882c024a0: Verifying Checksum 0df882c024a0: Download complete bd62b7945e5d: Download complete a50bde5c2b66: Verifying Checksum a50bde5c2b66: Download complete 71f4ff62ae7c: Verifying Checksum 71f4ff62ae7c: Download complete 4bd3657f50e2: Verifying Checksum 4bd3657f50e2: Download complete 66ff5344f05d: Verifying Checksum 66ff5344f05d: Download complete 1e7ff0a91642: Verifying Checksum 1e7ff0a91642: Download complete 9bb737273df2: Verifying Checksum 9bb737273df2: Download complete 8992cf619400: Verifying Checksum 8992cf619400: Download complete 6085a34133ff: Verifying Checksum 6085a34133ff: Download complete 7c7fead47478: Verifying Checksum 7c7fead47478: Download complete 1d7f1b81af78: Verifying Checksum 1d7f1b81af78: Download complete 7c7fead47478: Pull complete 8df66321c44e: Pull complete 8e10a1cd0c67: Pull complete 066b6bbb03bb: Pull complete 728b1450d942: Pull complete c40e46d9f392: Pull complete 40467eb50c64: Pull complete a50bde5c2b66: Pull complete 0df882c024a0: Pull complete bd62b7945e5d: Pull complete 71f4ff62ae7c: Pull complete 4bd3657f50e2: Pull complete 66ff5344f05d: Pull complete 1e7ff0a91642: Pull complete 9bb737273df2: Pull complete 8e0000083736: Verifying Checksum 8e0000083736: Download complete 8e0000083736: Pull complete 8992cf619400: Pull complete 6085a34133ff: Pull complete 1d7f1b81af78: Pull complete Digest: sha256:403a0f7d82e5adbeab20943159201863d3ebaec92086fa859734364c97749cd6 Status: Downloaded newer image for quay.io/vauxoo/nocustomers:odoo-18.0-04357e3 ---> 00604c892159 Step 2/17 : ARG HOME=/home/odoo ---> Running in c184cff8cfb3 Removing intermediate container c184cff8cfb3 ---> bfad1138eb0f Step 3/17 : COPY .ssh $HOME/.ssh ---> 89ee16b2ba4b Step 4/17 : COPY build.sh /home/odoo/build.sh ---> d5452f9d2aaa Step 5/17 : COPY entrypoint_deployv.sh /entrypoint.sh ---> 7ffb0f1d5d51 Step 6/17 : COPY docker_helper /home/odoo/build ---> 75c1f948beea Step 7/17 : COPY .vscode /home/odoo/.vscode ---> f17064f74e4f Step 8/17 : COPY .coveragerc /home/odoo/.coveragerc ---> 9a666c806bdb 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 135d76656edf Removing intermediate container 135d76656edf ---> cd598de74d40 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 b9b16c19257c Removing intermediate container b9b16c19257c ---> e65569c0f1be Step 11/17 : ENV COVERAGE_RCFILE=$HOME/.coveragerc ---> Running in 6378d6988871 Removing intermediate container 6378d6988871 ---> bbc6ed9bedfe Step 12/17 : ENV COVERAGE_HOME=$MAIN_REPO_FULL_PATH ---> Running in 24ab322cded0 Removing intermediate container 24ab322cded0 ---> ab40bb941cab Step 13/17 : ENV GITHUB_TOKEN=TRUE ---> Running in 9e2a198994ab Removing intermediate container 9e2a198994ab ---> cf0d6e9ec69d 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 e212da2e9615  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 150 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.2-1.pgdg24.04+1). rsync is already the newest version (3.2.7-1ubuntu1.2). The following package was automatically installed and is no longer required: postgresql-client-17 Use 'apt autoremove' to remove it. The following additional packages will be installed: 7zip gettext-base libapparmor1 libbpf1 libcap2-bin libecpg-compat3 libecpg6 libmnl0 libpgtypes3 libprotobuf32t64 libwrap0 libxtables12 openssh-client 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 keychain libpam-ssh monkeysphere ssh-askpass molly-guard 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 libatm1t64 libpam-cap xauth default-logind | logind | libpam-systemd ncurses-term 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 The following packages will be upgraded: openssh-client 1 upgraded, 40 newly installed, 0 to remove and 149 not upgraded. Need to get 10.6 MB of archives. After this operation, 36.7 MB of additional disk space will be used. Get:1 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 libpgtypes3 amd64 18.3-1.pgdg24.04+1 [41.5 kB] Get:2 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 libecpg6 amd64 18.3-1.pgdg24.04+1 [59.3 kB] Get:3 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 libecpg-compat3 amd64 18.3-1.pgdg24.04+1 [15.8 kB] Get:4 https://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 libecpg-dev amd64 18.3-1.pgdg24.04+1 [257 kB] Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.3 Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-client amd64 1:9.6p1-3ubuntu13.15 [906 kB] Get:7 http://archive.ubuntu.com/ubuntu noble/main amd64 mosh amd64 1.4.0-1ubuntu3 [200 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-sftp-server amd64 1:9.6p1-3ubuntu13.15 [37.3 kB] Get:9 http://archive.ubuntu.com/ubuntu noble/main amd64 libwrap0 amd64 7.6.q-33 [47.9 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-server amd64 1:9.6p1-3ubuntu13.15 [510 kB] Get:11 http://archive.ubuntu.com/ubuntu noble/main amd64 libbpf1 amd64 1:1.3.0-2build2 [166 kB] Get:12 http://archive.ubuntu.com/ubuntu noble/main amd64 libmnl0 amd64 1.0.5-2build1 [12.3 kB] Get:13 http://archive.ubuntu.com/ubuntu noble/main amd64 libxtables12 amd64 1.8.10-3ubuntu2 [35.7 kB] Ign:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 iproute2 amd64 6.1.0-1ubuntu6.2 [1,120 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 less amd64 590-2ubuntu2.1 [142 kB] Ign:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.6 Get:19 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-pygments all 2.17.2+dfsg-1 [819 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 sudo amd64 1.9.15p5-3ubuntu5.24.04.2 [948 kB] Get:21 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext-base amd64 0.21-14ubuntu2 [38.4 kB] Get:22 http://archive.ubuntu.com/ubuntu noble/universe amd64 7zip amd64 23.01+dfsg-11 [1,846 kB] Get:23 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-wcwidth all 0.2.5+dfsg1-1.1ubuntu1 [22.5 kB] Get:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-blessed all 1.20.0-1 [49.1 kB] Get:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-cwcwidth amd64 0.1.9-1build2 [21.4 kB] Get:26 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-curtsies all 0.4.2-1 [30.7 kB] Get:27 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-greenlet amd64 3.0.3-0ubuntu5.1 [154 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-certifi all 2023.11.17-1 [165 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-chardet all 5.2.0+dfsg-1 [117 kB] Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.6 Get:32 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-requests all 2.31.0+dfsg-1ubuntu1.1 [50.8 kB] Ign:33 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-xdg all 0.28-2 Ign:34 http://archive.ubuntu.com/ubuntu noble/universe amd64 bpython all 0.24-1 Ign:35 http://archive.ubuntu.com/ubuntu noble/main amd64 tcl8.6 amd64 8.6.14+dfsg-1build1 Ign:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 Ign:37 http://archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 Ign:38 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext amd64 0.21-14ubuntu2 Ign:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Ign:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 p7zip-full all 16.02+transitional.1 Ign:41 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 tree amd64 2.1.1-2ubuntu3.24.04.2 Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.3 Ign:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Ign:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.6 Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.6 Ign:33 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-xdg all 0.28-2 Ign:34 http://archive.ubuntu.com/ubuntu noble/universe amd64 bpython all 0.24-1 Ign:35 http://archive.ubuntu.com/ubuntu noble/main amd64 tcl8.6 amd64 8.6.14+dfsg-1build1 Ign:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 Ign:37 http://archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 Ign:38 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext amd64 0.21-14ubuntu2 Ign:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Ign:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 p7zip-full all 16.02+transitional.1 Ign:41 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 tree amd64 2.1.1-2ubuntu3.24.04.2 Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.3 Ign:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Ign:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.6 Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.6 Ign:33 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-xdg all 0.28-2 Ign:34 http://archive.ubuntu.com/ubuntu noble/universe amd64 bpython all 0.24-1 Ign:35 http://archive.ubuntu.com/ubuntu noble/main amd64 tcl8.6 amd64 8.6.14+dfsg-1build1 Ign:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 Ign:37 http://archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 Ign:38 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext amd64 0.21-14ubuntu2 Ign:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Ign:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 p7zip-full all 16.02+transitional.1 Ign:41 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 tree amd64 2.1.1-2ubuntu3.24.04.2 Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.3 Ign:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Err:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.6 Connection failed [IP: 91.189.92.23 80] Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.6 Ign:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.3 Ign:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Ign:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Ign:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.6 Err:33 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-xdg all 0.28-2 Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.24), 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 (185.125.190.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.23), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), 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.83), connection timed out [IP: 91.189.91.82 80] Err:34 http://archive.ubuntu.com/ubuntu noble/universe amd64 bpython all 0.24-1 Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.82 80] Err:35 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: 91.189.91.82 80] Err:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.82 80] Err:37 http://archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.82 80] Err:38 http://archive.ubuntu.com/ubuntu noble/main amd64 gettext amd64 0.21-14ubuntu2 Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.82 80] Ign:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Err:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 p7zip-full all 16.02+transitional.1 Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.82 80] Err:41 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 tree amd64 2.1.1-2ubuntu3.24.04.2 Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.82 80] Ign:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 net-tools amd64 2.10-0.1ubuntu4.4 Get:5 http://security.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.3 [923 kB] Err:14 http://security.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 Connection failed [IP: 185.125.190.83 80] Err:30 http://security.ubuntu.com/ubuntu noble-updates/main amd64 python3-idna all 3.6-2ubuntu0.1 Connection failed [IP: 91.189.91.82 80] Get:31 http://security.ubuntu.com/ubuntu noble-updates/main amd64 python3-urllib3 all 2.0.7-1ubuntu0.6 [95.2 kB] Err:39 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: 91.189.91.82 80] Fetched 8,874 kB in 15min 26s (9,585 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 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libc/libcap2/libcap2-bin_2.66-5ubuntu2.2_amd64.deb Connection failed [IP: 185.125.190.83 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/apparmor/libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.6_amd64.deb Connection failed [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python-idna/python3-idna_3.6-2ubuntu0.1_all.deb Connection failed [IP: 91.189.91.82 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pyxdg/python3-xdg_0.28-2_all.deb Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.24), 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 (185.125.190.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.23), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), 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.83), connection timed out [IP: 91.189.91.82 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: 91.189.91.82 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: 91.189.91.82 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: 91.189.91.82 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: 91.189.91.82 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: 91.189.91.82 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: 91.189.91.82 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: 91.189.91.82 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/t/tree/tree_2.1.1-2ubuntu3.24.04.2_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.82 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 --2026-04-16 14:24:16-- https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz Resolving bin.equinox.io (bin.equinox.io)... 99.83.220.108, 13.248.244.96, 35.71.179.82, ... Connecting to bin.equinox.io (bin.equinox.io)|99.83.220.108|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 11622617 (11M) [application/octet-stream] Saving to: ‘/tmp/ngrok.tgz’  0K .......... .......... .......... .......... .......... 0% 1.65M 7s 50K .......... .......... .......... .......... .......... 0% 3.36M 5s 100K .......... .......... .......... .......... .......... 1% 132M 3s 150K .......... .......... .......... .......... .......... 1% 3.25M 3s 200K .......... .......... .......... .......... .......... 2% 189M 3s 250K .......... .......... .......... .......... .......... 2% 278M 2s 300K .......... .......... .......... .......... .......... 3% 3.58M 2s 350K .......... .......... .......... .......... .......... 3% 83.4M 2s 400K .......... .......... .......... .......... .......... 3% 90.9M 2s 450K .......... .......... .......... .......... .......... 4% 142M 2s 500K .......... .......... .......... .......... .......... 4% 135M 1s 550K .......... .......... .......... .......... .......... 5% 144M 1s 600K .......... .......... .......... .......... .......... 5% 115M 1s 650K .......... .......... .......... .......... .......... 6% 159M 1s 700K .......... .......... .......... .......... .......... 6% 3.94M 1s 750K .......... .......... .......... .......... .......... 7% 50.7M 1s 800K .......... .......... .......... .......... .......... 7% 35.6M 1s 850K .......... .......... .......... .......... .......... 7% 149M 1s 900K .......... .......... .......... .......... .......... 8% 162M 1s 950K .......... .......... .......... .......... .......... 8% 173M 1s 1000K .......... .......... .......... .......... .......... 9% 121M 1s 1050K .......... .......... .......... .......... .......... 9% 160M 1s 1100K .......... .......... .......... .......... .......... 10% 161M 1s 1150K .......... .......... .......... .......... .......... 10% 146M 1s 1200K .......... .......... .......... .......... .......... 11% 159M 1s 1250K .......... .......... .......... .......... .......... 11% 160M 1s 1300K .......... .......... .......... .......... .......... 11% 157M 1s 1350K .......... .......... .......... .......... .......... 12% 139M 1s 1400K .......... .......... .......... .......... .......... 12% 161M 1s 1450K .......... .......... .......... .......... .......... 13% 5.47M 1s 1500K .......... .......... .......... .......... .......... 13% 44.7M 1s 1550K .......... .......... .......... .......... .......... 14% 44.7M 1s 1600K .......... .......... .......... .......... .......... 14% 154M 1s 1650K .......... .......... .......... .......... .......... 14% 185M 1s 1700K .......... .......... .......... .......... .......... 15% 61.2M 1s 1750K .......... .......... .......... .......... .......... 15% 97.0M 1s 1800K .......... .......... .......... .......... .......... 16% 202M 1s 1850K .......... .......... .......... .......... .......... 16% 239M 1s 1900K .......... .......... .......... .......... .......... 17% 187M 1s 1950K .......... .......... .......... .......... .......... 17% 132M 1s 2000K .......... .......... .......... .......... .......... 18% 99.3M 0s 2050K .......... .......... .......... .......... .......... 18% 133M 0s 2100K .......... .......... .......... .......... .......... 18% 130M 0s 2150K .......... .......... .......... .......... .......... 19% 135M 0s 2200K .......... .......... .......... .......... .......... 19% 134M 0s 2250K .......... .......... .......... .......... .......... 20% 146M 0s 2300K .......... .......... .......... .......... .......... 20% 166M 0s 2350K .......... .......... .......... .......... .......... 21% 201M 0s 2400K .......... .......... .......... .......... .......... 21% 231M 0s 2450K .......... .......... .......... .......... .......... 22% 137M 0s 2500K .......... .......... .......... .......... .......... 22% 119M 0s 2550K .......... .......... .......... .......... .......... 22% 140M 0s 2600K .......... .......... .......... .......... .......... 23% 121M 0s 2650K .......... .......... .......... .......... .......... 23% 133M 0s 2700K .......... .......... .......... .......... .......... 24% 10.8M 0s 2750K .......... .......... .......... .......... .......... 24% 171M 0s 2800K .......... .......... .......... .......... .......... 25% 148M 0s 2850K .......... .......... .......... .......... .......... 25% 209M 0s 2900K .......... .......... .......... .......... .......... 25% 206M 0s 2950K .......... .......... .......... .......... .......... 26% 4.85M 0s 3000K .......... .......... .......... .......... .......... 26% 108M 0s 3050K .......... .......... .......... .......... .......... 27% 149M 0s 3100K .......... .......... .......... .......... .......... 27% 129M 0s 3150K .......... .......... .......... .......... .......... 28% 160M 0s 3200K .......... .......... .......... .......... .......... 28% 103M 0s 3250K .......... .......... .......... .......... .......... 29% 95.0M 0s 3300K .......... .......... .......... .......... .......... 29% 150M 0s 3350K .......... .......... .......... .......... .......... 29% 156M 0s 3400K .......... .......... .......... .......... .......... 30% 140M 0s 3450K .......... .......... .......... .......... .......... 30% 128M 0s 3500K .......... .......... .......... .......... .......... 31% 121M 0s 3550K .......... .......... .......... .......... .......... 31% 124M 0s 3600K .......... .......... .......... .......... .......... 32% 131M 0s 3650K .......... .......... .......... .......... .......... 32% 171M 0s 3700K .......... .......... .......... .......... .......... 33% 165M 0s 3750K .......... .......... .......... .......... .......... 33% 63.7M 0s 3800K .......... .......... .......... .......... .......... 33% 57.6M 0s 3850K .......... .......... .......... .......... .......... 34% 95.7M 0s 3900K .......... .......... .......... .......... .......... 34% 96.4M 0s 3950K .......... .......... .......... .......... .......... 35% 223M 0s 4000K .......... .......... .......... .......... .......... 35% 144M 0s 4050K .......... .......... .......... .......... .......... 36% 180M 0s 4100K .......... .......... .......... .......... .......... 36% 223M 0s 4150K .......... .......... .......... .......... .......... 37% 88.4M 0s 4200K .......... .......... .......... .......... .......... 37% 229M 0s 4250K .......... .......... .......... .......... .......... 37% 157M 0s 4300K .......... .......... .......... .......... .......... 38% 144M 0s 4350K .......... .......... .......... .......... .......... 38% 239M 0s 4400K .......... .......... .......... .......... .......... 39% 240M 0s 4450K .......... .......... .......... .......... .......... 39% 229M 0s 4500K .......... .......... .......... .......... .......... 40% 216M 0s 4550K .......... .......... .......... .......... .......... 40% 193M 0s 4600K .......... .......... .......... .......... .......... 40% 230M 0s 4650K .......... .......... .......... .......... .......... 41% 240M 0s 4700K .......... .......... .......... .......... .......... 41% 230M 0s 4750K .......... .......... .......... .......... .......... 42% 239M 0s 4800K .......... .......... .......... .......... .......... 42% 182M 0s 4850K .......... .......... .......... .......... .......... 43% 239M 0s 4900K .......... .......... .......... .......... .......... 43% 236M 0s 4950K .......... .......... .......... .......... .......... 44% 223M 0s 5000K .......... .......... .......... .......... .......... 44% 234M 0s 5050K .......... .......... .......... .......... .......... 44% 229M 0s 5100K .......... .......... .......... .......... .......... 45% 232M 0s 5150K .......... .......... .......... .......... .......... 45% 232M 0s 5200K .......... .......... .......... .......... .......... 46% 176M 0s 5250K .......... .......... .......... .......... .......... 46% 1.74M 0s 5300K .......... .......... .......... .......... .......... 47% 379M 0s 5350K .......... .......... .......... .......... .......... 47% 263M 0s 5400K .......... .......... .......... .......... .......... 48% 324M 0s 5450K .......... .......... .......... .......... .......... 48% 342M 0s 5500K .......... .......... .......... .......... .......... 48% 354M 0s 5550K .......... .......... .......... .......... .......... 49% 342M 0s 5600K .......... .......... .......... .......... .......... 49% 314M 0s 5650K .......... .......... .......... .......... .......... 50% 174M 0s 5700K .......... .......... .......... .......... .......... 50% 335M 0s 5750K .......... .......... .......... .......... .......... 51% 339M 0s 5800K .......... .......... .......... .......... .......... 51% 347M 0s 5850K .......... .......... .......... .......... .......... 51% 351M 0s 5900K .......... .......... .......... .......... .......... 52% 270M 0s 5950K .......... .......... .......... .......... .......... 52% 337M 0s 6000K .......... .......... .......... .......... .......... 53% 353M 0s 6050K .......... .......... .......... .......... .......... 53% 326M 0s 6100K .......... .......... .......... .......... .......... 54% 368M 0s 6150K .......... .......... .......... .......... .......... 54% 354M 0s 6200K .......... .......... .......... .......... .......... 55% 366M 0s 6250K .......... .......... .......... .......... .......... 55% 344M 0s 6300K .......... .......... .......... .......... .......... 55% 374M 0s 6350K .......... .......... .......... .......... .......... 56% 265M 0s 6400K .......... .......... .......... .......... .......... 56% 356M 0s 6450K .......... .......... .......... .......... .......... 57% 364M 0s 6500K .......... .......... .......... .......... .......... 57% 259M 0s 6550K .......... .......... .......... .......... .......... 58% 338M 0s 6600K .......... .......... .......... .......... .......... 58% 388M 0s 6650K .......... .......... .......... .......... .......... 59% 308M 0s 6700K .......... .......... .......... .......... .......... 59% 279M 0s 6750K .......... .......... .......... .......... .......... 59% 357M 0s 6800K .......... .......... .......... .......... .......... 60% 326M 0s 6850K .......... .......... .......... .......... .......... 60% 369M 0s 6900K .......... .......... .......... .......... .......... 61% 362M 0s 6950K .......... .......... .......... .......... .......... 61% 311M 0s 7000K .......... .......... .......... .......... .......... 62% 272M 0s 7050K .......... .......... .......... .......... .......... 62% 344M 0s 7100K .......... .......... .......... .......... .......... 62% 361M 0s 7150K .......... .......... .......... .......... .......... 63% 367M 0s 7200K .......... .......... .......... .......... .......... 63% 354M 0s 7250K .......... .......... .......... .......... .......... 64% 357M 0s 7300K .......... .......... .......... .......... .......... 64% 362M 0s 7350K .......... .......... .......... .......... .......... 65% 369M 0s 7400K .......... .......... .......... .......... .......... 65% 253M 0s 7450K .......... .......... .......... .......... .......... 66% 339M 0s 7500K .......... .......... .......... .......... .......... 66% 358M 0s 7550K .......... .......... .......... .......... .......... 66% 352M 0s 7600K .......... .......... .......... .......... .......... 67% 357M 0s 7650K .......... .......... .......... .......... .......... 67% 345M 0s 7700K .......... .......... .......... .......... .......... 68% 355M 0s 7750K .......... .......... .......... .......... .......... 68% 361M 0s 7800K .......... .......... .......... .......... .......... 69% 255M 0s 7850K .......... .......... .......... .......... .......... 69% 385M 0s 7900K .......... .......... .......... .......... .......... 70% 345M 0s 7950K .......... .......... .......... .......... .......... 70% 359M 0s 8000K .......... .......... .......... .......... .......... 70% 271M 0s 8050K .......... .......... .......... .......... .......... 71% 1.27M 0s 8100K .......... .......... .......... .......... .......... 71% 68.1M 0s 8150K .......... .......... .......... .......... .......... 72% 73.5M 0s 8200K .......... .......... .......... .......... .......... 72% 113M 0s 8250K .......... .......... .......... .......... .......... 73% 126M 0s 8300K .......... .......... .......... .......... .......... 73% 74.0M 0s 8350K .......... .......... .......... .......... .......... 74% 74.8M 0s 8400K .......... .......... .......... .......... .......... 74% 128M 0s 8450K .......... .......... .......... .......... .......... 74% 127M 0s 8500K .......... .......... .......... .......... .......... 75% 138M 0s 8550K .......... .......... .......... .......... .......... 75% 56.9M 0s 8600K .......... .......... .......... .......... .......... 76% 136M 0s 8650K .......... .......... .......... .......... .......... 76% 155M 0s 8700K .......... .......... .......... .......... .......... 77% 49.7M 0s 8750K .......... .......... .......... .......... .......... 77% 81.6M 0s 8800K .......... .......... .......... .......... .......... 77% 197M 0s 8850K .......... .......... .......... .......... .......... 78% 186M 0s 8900K .......... .......... .......... .......... .......... 78% 100M 0s 8950K .......... .......... .......... .......... .......... 79% 258M 0s 9000K .......... .......... .......... .......... .......... 79% 155M 0s 9050K .......... .......... .......... .......... .......... 80% 203M 0s 9100K .......... .......... .......... .......... .......... 80% 206M 0s 9150K .......... .......... .......... .......... .......... 81% 189M 0s 9200K .......... .......... .......... .......... .......... 81% 217M 0s 9250K .......... .......... .......... .......... .......... 81% 170M 0s 9300K .......... .......... .......... .......... .......... 82% 164M 0s 9350K .......... .......... .......... .......... .......... 82% 184M 0s 9400K .......... .......... .......... .......... .......... 83% 170M 0s 9450K .......... .......... .......... .......... .......... 83% 211M 0s 9500K .......... .......... .......... .......... .......... 84% 248M 0s 9550K .......... .......... .......... .......... .......... 84% 198M 0s 9600K .......... .......... .......... .......... .......... 85% 195M 0s 9650K .......... .......... .......... .......... .......... 85% 175M 0s 9700K .......... .......... .......... .......... .......... 85% 232M 0s 9750K .......... .......... .......... .......... .......... 86% 227M 0s 9800K .......... .......... .......... .......... .......... 86% 233M 0s 9850K .......... .......... .......... .......... .......... 87% 224M 0s 9900K .......... .......... .......... .......... .......... 87% 232M 0s 9950K .......... .......... .......... .......... .......... 88% 1.82M 0s 10000K .......... .......... .......... .......... .......... 88% 127M 0s 10050K .......... .......... .......... .......... .......... 88% 206M 0s 10100K .......... .......... .......... .......... .......... 89% 361M 0s 10150K .......... .......... .......... .......... .......... 89% 366M 0s 10200K .......... .......... .......... .......... .......... 90% 166M 0s 10250K .......... .......... .......... .......... .......... 90% 137M 0s 10300K .......... .......... .......... .......... .......... 91% 339M 0s 10350K .......... .......... .......... .......... .......... 91% 258M 0s 10400K .......... .......... .......... .......... .......... 92% 170M 0s 10450K .......... .......... .......... .......... .......... 92% 248M 0s 10500K .......... .......... .......... .......... .......... 92% 315M 0s 10550K .......... .......... .......... .......... .......... 93% 341M 0s 10600K .......... .......... .......... .......... .......... 93% 264M 0s 10650K .......... .......... .......... .......... .......... 94% 343M 0s 10700K .......... .......... .......... .......... .......... 94% 322M 0s 10750K .......... .......... .......... .......... .......... 95% 313M 0s 10800K .......... .......... .......... .......... .......... 95% 346M 0s 10850K .......... .......... .......... .......... .......... 96% 269M 0s 10900K .......... .......... .......... .......... .......... 96% 347M 0s 10950K .......... .......... .......... .......... .......... 96% 352M 0s 11000K .......... .......... .......... .......... .......... 97% 353M 0s 11050K .......... .......... .......... .......... .......... 97% 361M 0s 11100K .......... .......... .......... .......... .......... 98% 281M 0s 11150K .......... .......... .......... .......... .......... 98% 317M 0s 11200K .......... .......... .......... .......... .......... 99% 345M 0s 11250K .......... .......... .......... .......... .......... 99% 250M 0s 11300K .......... .......... .......... .......... .......... 99% 359M 0s 11350K    100% 404G=0.3s 2026-04-16 14:24:16 (41.9 MB/s) - ‘/tmp/ngrok.tgz’ saved [11622617/11622617] 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 package was automatically installed and is no longer required: postgresql-client-17 Use 'apt autoremove' to remove it. The following NEW packages will be installed: postgresql-15-pgvector 0 upgraded, 1 newly installed, 0 to remove and 150 not upgraded. Need to get 261 kB of archives. After this operation, 718 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.2-1.pgdg24.04+1 [261 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 261 kB in 0s (1,664 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 ... 62176 files and directories currently installed.) Preparing to unpack .../postgresql-15-pgvector_0.8.2-1.pgdg24.04+1_amd64.deb ... Unpacking postgresql-15-pgvector (0.8.2-1.pgdg24.04+1) ... Setting up postgresql-15-pgvector (0.8.2-1.pgdg24.04+1) ... Processing triggers for postgresql-common (290.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