Sending build context to Docker daemon 68.61kB Step 1/17 : FROM quay.io/vauxoo/nocustomers:odoo-15.0-596fbed odoo-15.0-596fbed: Pulling from vauxoo/nocustomers e573979f5081: Already exists c06a74242538: Already exists 69e0214a838a: Already exists e4371d9938c3: Already exists fd4b3f559a7e: Already exists 5fa6f3532c5c: Already exists d9b171f46dab: Pulling fs layer fd94393617f5: Pulling fs layer 4d88fdd70737: Pulling fs layer e06855374fb2: Pulling fs layer dda35a705bf3: Pulling fs layer fd94393617f5: Waiting 13c65ecc9f73: Pulling fs layer 4d88fdd70737: Waiting d4ddf3628cbd: Pulling fs layer 518d4e31bc71: Pulling fs layer 03cd71cbfe8c: Pulling fs layer 13c65ecc9f73: Waiting 2eef157aed4e: Pulling fs layer dda35a705bf3: Waiting da9e21dd504b: Pulling fs layer e06855374fb2: Waiting d4ddf3628cbd: Waiting d9b171f46dab: Waiting b2be23865b04: Pulling fs layer 518d4e31bc71: Waiting 7a7f36a0513a: Pulling fs layer da9e21dd504b: Waiting d93e86deb190: Pulling fs layer 2803c1badb76: Pulling fs layer 03cd71cbfe8c: Waiting b119b9079e12: Pulling fs layer 7a7f36a0513a: Waiting b4b1715ac1a3: Pulling fs layer fc9c8c8577a4: Pulling fs layer b119b9079e12: Waiting 28c6b73972e7: Pulling fs layer fc9c8c8577a4: Waiting d93e86deb190: Waiting fd94393617f5: Download complete 4d88fdd70737: Verifying Checksum 4d88fdd70737: Download complete d9b171f46dab: Verifying Checksum d9b171f46dab: Download complete e06855374fb2: Download complete dda35a705bf3: Download complete d4ddf3628cbd: Download complete 13c65ecc9f73: Verifying Checksum 13c65ecc9f73: Download complete d9b171f46dab: Pull complete fd94393617f5: Pull complete 4d88fdd70737: Pull complete e06855374fb2: Pull complete dda35a705bf3: Pull complete 13c65ecc9f73: Pull complete d4ddf3628cbd: Pull complete 518d4e31bc71: Download complete 03cd71cbfe8c: Verifying Checksum 03cd71cbfe8c: Download complete 518d4e31bc71: Pull complete 03cd71cbfe8c: Pull complete 2eef157aed4e: Verifying Checksum 2eef157aed4e: Download complete da9e21dd504b: Verifying Checksum da9e21dd504b: Download complete 2eef157aed4e: Pull complete da9e21dd504b: Pull complete 7a7f36a0513a: Verifying Checksum 7a7f36a0513a: Download complete b2be23865b04: Verifying Checksum b2be23865b04: Download complete b2be23865b04: Pull complete 7a7f36a0513a: Pull complete d93e86deb190: Download complete 2803c1badb76: Download complete d93e86deb190: Pull complete 2803c1badb76: Pull complete b4b1715ac1a3: Verifying Checksum b4b1715ac1a3: Download complete 28c6b73972e7: Verifying Checksum 28c6b73972e7: Download complete fc9c8c8577a4: Verifying Checksum fc9c8c8577a4: Download complete b119b9079e12: Verifying Checksum b119b9079e12: Download complete b119b9079e12: Pull complete b4b1715ac1a3: Pull complete fc9c8c8577a4: Pull complete 28c6b73972e7: Pull complete Digest: sha256:2eb03cf0874fcb3f83b5e2a4d3009a27843c0fd084ce3d1969c5204769c1aea1 Status: Downloaded newer image for quay.io/vauxoo/nocustomers:odoo-15.0-596fbed ---> f4f0090e2a0d Step 2/17 : ARG HOME=/home/odoo ---> Running in ef7818e844e4 Removing intermediate container ef7818e844e4 ---> 52fd1900a922 Step 3/17 : COPY .ssh $HOME/.ssh ---> ba771cc331e1 Step 4/17 : COPY build.sh /home/odoo/build.sh ---> 5ad292ee23d7 Step 5/17 : COPY entrypoint_deployv.sh /entrypoint.sh ---> 629a0a981578 Step 6/17 : COPY docker_helper /home/odoo/build ---> dc91f5c68afb Step 7/17 : COPY .vscode /home/odoo/.vscode ---> a738f9fc4dd3 Step 8/17 : COPY .coveragerc /home/odoo/.coveragerc ---> 9485cf220c58 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 3c2b44bb7788 Removing intermediate container 3c2b44bb7788 ---> 9a25ccac2b1d 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 49bbbd0ac504 Removing intermediate container 49bbbd0ac504 ---> 7096ba4a8a2a Step 11/17 : ENV COVERAGE_RCFILE=$HOME/.coveragerc ---> Running in d082c779f4f1 Removing intermediate container d082c779f4f1 ---> 17f21085780a Step 12/17 : ENV COVERAGE_HOME=$MAIN_REPO_FULL_PATH ---> Running in f1ba57988c5f Removing intermediate container f1ba57988c5f ---> f4a2278dac33 Step 13/17 : ENV GITHUB_TOKEN=TRUE ---> Running in e8f477fdeb6a Removing intermediate container e8f477fdeb6a ---> 9959905392c4 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 45be81605cfe  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 1 package can be upgraded. Run 'apt list --upgradable' to see it.  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... rsync is already the newest version (3.1.3-8ubuntu0.9). pgbadger is already the newest version (13.1-1.pgdg20.04+1). The following additional packages will be installed: gettext-base libcap2 libcap2-bin libcroco3 libecpg-compat3 libecpg6 libelf1 libmnl0 libpgtypes3 libprotobuf17 libwrap0 libxtables12 openssh-sftp-server p7zip python3-blessings python3-certifi python3-chardet python3-curtsies python3-greenlet python3-idna python3-pygments python3-requests python3-six python3-urllib3 python3-wcwidth tcl-expect Suggested packages: python3-jedi tk8.6 gettext-doc autopoint libasprintf-dev libgettextpo-dev iproute2-doc molly-guard monkeysphere ssh-askpass ufw p7zip-rar python-greenlet-doc python-greenlet-dev python3-greenlet-dbg python-pygments-doc ttf-bitstream-vera python3-cryptography python3-openssl python3-socks tcl-tclreadline Recommended packages: python3-watchdog libatm1 libpam-cap default-logind | logind | libpam-systemd ncurses-term xauth ssh-import-id The following NEW packages will be installed: bpython expect gettext gettext-base iproute2 iputils-ping less libcap2 libcap2-bin libcroco3 libecpg-compat3 libecpg-dev libecpg6 libelf1 libmnl0 libpgtypes3 libprotobuf17 libwrap0 libxtables12 mosh net-tools openssh-server openssh-sftp-server p7zip p7zip-full python3-blessings python3-certifi python3-chardet python3-curtsies python3-greenlet python3-idna python3-pygments python3-requests python3-six python3-urllib3 python3-wcwidth sudo tcl-expect tcl8.6 tree 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded. Need to get 7,830 kB of archives. After this operation, 32.1 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprotobuf17 amd64 3.6.1.3-2ubuntu5.2 [798 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 mosh amd64 1.3.2-2.1build3 [197 kB] Get:3 https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg/main amd64 libpgtypes3 amd64 17.5-1.pgdg20.04+1 [44.0 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcap2 amd64 1:2.32-1ubuntu0.2 [15.7 kB] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libelf1 amd64 0.176-1.1ubuntu0.1 [44.2 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB] Get:7 https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg/main amd64 libecpg6 amd64 17.5-1.pgdg20.04+1 [60.7 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxtables12 amd64 1.8.4-3ubuntu2.1 [28.7 kB] Get:9 https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg/main amd64 libecpg-compat3 amd64 17.5-1.pgdg20.04+1 [16.0 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcap2-bin amd64 1:2.32-1ubuntu0.2 [26.2 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 iproute2 amd64 5.5.0-1ubuntu1 [858 kB] Get:12 https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg/main amd64 libecpg-dev amd64 17.5-1.pgdg20.04+1 [304 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 iputils-ping amd64 3:20190709-3ubuntu1 [40.0 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.3 [123 kB] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 sudo amd64 1.8.31-1ubuntu1.5 [515 kB] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-blessings all 1.6-3 [18.7 kB] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-curtsies all 0.3.1-1 [27.9 kB] Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-greenlet amd64 0.4.15-4.1 [15.7 kB] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB] Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-idna all 2.8-1ubuntu0.1 [36.2 kB] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.4 [88.7 kB] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] Get:28 http://archive.ubuntu.com/ubuntu focal/universe amd64 bpython all 0.18-3 [134 kB] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 tcl8.6 amd64 8.6.10+dfsg-1 [14.8 kB] Get:30 http://archive.ubuntu.com/ubuntu focal/universe amd64 tcl-expect amd64 5.45.4-2build1 [105 kB] Get:31 http://archive.ubuntu.com/ubuntu focal/universe amd64 expect amd64 5.45.4-2build1 [137 kB] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcroco3 amd64 0.6.13-1ubuntu0.1 [82.4 kB] Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libwrap0 amd64 7.6.q-30 [46.3 kB] Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1ubuntu1.3 [192 kB] Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.13 [51.6 kB] Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.13 [378 kB] Get:38 http://archive.ubuntu.com/ubuntu focal/universe amd64 p7zip amd64 16.02+dfsg-7build1 [358 kB] Get:39 http://archive.ubuntu.com/ubuntu focal/universe amd64 p7zip-full amd64 16.02+dfsg-7build1 [1,187 kB] Get:40 http://archive.ubuntu.com/ubuntu focal/universe amd64 tree amd64 1.8.0-1 [43.0 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 7,830 kB in 0s (28.6 MB/s) Selecting previously unselected package libprotobuf17:amd64. (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 ... 37741 files and directories currently installed.) Preparing to unpack .../00-libprotobuf17_3.6.1.3-2ubuntu5.2_amd64.deb ... Unpacking libprotobuf17:amd64 (3.6.1.3-2ubuntu5.2) ... Selecting previously unselected package mosh. Preparing to unpack .../01-mosh_1.3.2-2.1build3_amd64.deb ... Unpacking mosh (1.3.2-2.1build3) ... Selecting previously unselected package libcap2:amd64. Preparing to unpack .../02-libcap2_1%3a2.32-1ubuntu0.2_amd64.deb ... Unpacking libcap2:amd64 (1:2.32-1ubuntu0.2) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../03-libelf1_0.176-1.1ubuntu0.1_amd64.deb ... Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../04-libmnl0_1.0.4-2_amd64.deb ... Unpacking libmnl0:amd64 (1.0.4-2) ... Selecting previously unselected package libxtables12:amd64. Preparing to unpack .../05-libxtables12_1.8.4-3ubuntu2.1_amd64.deb ... Unpacking libxtables12:amd64 (1.8.4-3ubuntu2.1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../06-libcap2-bin_1%3a2.32-1ubuntu0.2_amd64.deb ... Unpacking libcap2-bin (1:2.32-1ubuntu0.2) ... Selecting previously unselected package iproute2. Preparing to unpack .../07-iproute2_5.5.0-1ubuntu1_amd64.deb ... Unpacking iproute2 (5.5.0-1ubuntu1) ... Selecting previously unselected package iputils-ping. Preparing to unpack .../08-iputils-ping_3%3a20190709-3ubuntu1_amd64.deb ... Unpacking iputils-ping (3:20190709-3ubuntu1) ... Selecting previously unselected package less. Preparing to unpack .../09-less_551-1ubuntu0.3_amd64.deb ... Unpacking less (551-1ubuntu0.3) ... Selecting previously unselected package python3-six. Preparing to unpack .../10-python3-six_1.14.0-2_all.deb ... Unpacking python3-six (1.14.0-2) ... Selecting previously unselected package sudo. Preparing to unpack .../11-sudo_1.8.31-1ubuntu1.5_amd64.deb ... Unpacking sudo (1.8.31-1ubuntu1.5) ... Selecting previously unselected package gettext-base. Preparing to unpack .../12-gettext-base_0.19.8.1-10build1_amd64.deb ... Unpacking gettext-base (0.19.8.1-10build1) ... Selecting previously unselected package python3-blessings. Preparing to unpack .../13-python3-blessings_1.6-3_all.deb ... Unpacking python3-blessings (1.6-3) ... Selecting previously unselected package python3-wcwidth. Preparing to unpack .../14-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... Selecting previously unselected package python3-curtsies. Preparing to unpack .../15-python3-curtsies_0.3.1-1_all.deb ... Unpacking python3-curtsies (0.3.1-1) ... Selecting previously unselected package python3-greenlet. Preparing to unpack .../16-python3-greenlet_0.4.15-4.1_amd64.deb ... Unpacking python3-greenlet (0.4.15-4.1) ... Selecting previously unselected package python3-pygments. Preparing to unpack .../17-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../18-python3-certifi_2019.11.28-1_all.deb ... Unpacking python3-certifi (2019.11.28-1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../19-python3-chardet_3.0.4-4build1_all.deb ... Unpacking python3-chardet (3.0.4-4build1) ... Selecting previously unselected package python3-idna. Preparing to unpack .../20-python3-idna_2.8-1ubuntu0.1_all.deb ... Unpacking python3-idna (2.8-1ubuntu0.1) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../21-python3-urllib3_1.25.8-2ubuntu0.4_all.deb ... Unpacking python3-urllib3 (1.25.8-2ubuntu0.4) ... Selecting previously unselected package python3-requests. Preparing to unpack .../22-python3-requests_2.22.0-2ubuntu1.1_all.deb ... Unpacking python3-requests (2.22.0-2ubuntu1.1) ... Selecting previously unselected package bpython. Preparing to unpack .../23-bpython_0.18-3_all.deb ... Unpacking bpython (0.18-3) ... Selecting previously unselected package tcl8.6. Preparing to unpack .../24-tcl8.6_8.6.10+dfsg-1_amd64.deb ... Unpacking tcl8.6 (8.6.10+dfsg-1) ... Selecting previously unselected package tcl-expect:amd64. Preparing to unpack .../25-tcl-expect_5.45.4-2build1_amd64.deb ... Unpacking tcl-expect:amd64 (5.45.4-2build1) ... Selecting previously unselected package expect. Preparing to unpack .../26-expect_5.45.4-2build1_amd64.deb ... Unpacking expect (5.45.4-2build1) ... Selecting previously unselected package libcroco3:amd64. Preparing to unpack .../27-libcroco3_0.6.13-1ubuntu0.1_amd64.deb ... Unpacking libcroco3:amd64 (0.6.13-1ubuntu0.1) ... Selecting previously unselected package gettext. Preparing to unpack .../28-gettext_0.19.8.1-10build1_amd64.deb ... Unpacking gettext (0.19.8.1-10build1) ... Selecting previously unselected package libpgtypes3:amd64. Preparing to unpack .../29-libpgtypes3_17.5-1.pgdg20.04+1_amd64.deb ... Unpacking libpgtypes3:amd64 (17.5-1.pgdg20.04+1) ... Selecting previously unselected package libecpg6:amd64. Preparing to unpack .../30-libecpg6_17.5-1.pgdg20.04+1_amd64.deb ... Unpacking libecpg6:amd64 (17.5-1.pgdg20.04+1) ... Selecting previously unselected package libecpg-compat3:amd64. Preparing to unpack .../31-libecpg-compat3_17.5-1.pgdg20.04+1_amd64.deb ... Unpacking libecpg-compat3:amd64 (17.5-1.pgdg20.04+1) ... Selecting previously unselected package libecpg-dev. Preparing to unpack .../32-libecpg-dev_17.5-1.pgdg20.04+1_amd64.deb ... Unpacking libecpg-dev (17.5-1.pgdg20.04+1) ... Selecting previously unselected package libwrap0:amd64. Preparing to unpack .../33-libwrap0_7.6.q-30_amd64.deb ... Unpacking libwrap0:amd64 (7.6.q-30) ... Selecting previously unselected package net-tools. Preparing to unpack .../34-net-tools_1.60+git20180626.aebd88e-1ubuntu1.3_amd64.deb ... Unpacking net-tools (1.60+git20180626.aebd88e-1ubuntu1.3) ... Selecting previously unselected package openssh-sftp-server. Preparing to unpack .../35-openssh-sftp-server_1%3a8.2p1-4ubuntu0.13_amd64.deb ... Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.13) ... Selecting previously unselected package openssh-server. Preparing to unpack .../36-openssh-server_1%3a8.2p1-4ubuntu0.13_amd64.deb ... Unpacking openssh-server (1:8.2p1-4ubuntu0.13) ... Selecting previously unselected package p7zip. Preparing to unpack .../37-p7zip_16.02+dfsg-7build1_amd64.deb ... Unpacking p7zip (16.02+dfsg-7build1) ... Selecting previously unselected package p7zip-full. Preparing to unpack .../38-p7zip-full_16.02+dfsg-7build1_amd64.deb ... Unpacking p7zip-full (16.02+dfsg-7build1) ... Selecting previously unselected package tree. Preparing to unpack .../39-tree_1.8.0-1_amd64.deb ... Unpacking tree (1.8.0-1) ... Setting up libpgtypes3:amd64 (17.5-1.pgdg20.04+1) ... Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.13) ... Setting up net-tools (1.60+git20180626.aebd88e-1ubuntu1.3) ... Setting up tcl8.6 (8.6.10+dfsg-1) ... Setting up tcl-expect:amd64 (5.45.4-2build1) ... Setting up less (551-1ubuntu0.3) ... Setting up gettext-base (0.19.8.1-10build1) ... Setting up libcap2:amd64 (1:2.32-1ubuntu0.2) ... Setting up libcap2-bin (1:2.32-1ubuntu0.2) ... Setting up python3-six (1.14.0-2) ... Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... Setting up python3-chardet (3.0.4-4build1) ... Setting up python3-wcwidth (0.1.8+dfsg1-3) ... Setting up libwrap0:amd64 (7.6.q-30) ... Setting up python3-certifi (2019.11.28-1) ... Setting up python3-blessings (1.6-3) ... Setting up python3-greenlet (0.4.15-4.1) ... Setting up tree (1.8.0-1) ... Setting up libmnl0:amd64 (1.0.4-2) ... Setting up python3-idna (2.8-1ubuntu0.1) ... Setting up libcroco3:amd64 (0.6.13-1ubuntu0.1) ... Setting up sudo (1.8.31-1ubuntu1.5) ... Configuration file '/etc/pam.d/sudo', does not exist on system. Installing new config file as you requested. Configuration file '/etc/sudoers', does not exist on system. Installing new config file as you requested. Configuration file '/etc/sudoers.d/README', does not exist on system. Installing new config file as you requested. Setting up libxtables12:amd64 (1.8.4-3ubuntu2.1) ... Setting up python3-urllib3 (1.25.8-2ubuntu0.4) ... Setting up libecpg6:amd64 (17.5-1.pgdg20.04+1) ... Setting up python3-curtsies (0.3.1-1) ... Setting up libprotobuf17:amd64 (3.6.1.3-2ubuntu5.2) ... Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ... Setting up iputils-ping (3:20190709-3ubuntu1) ... Setting up p7zip (16.02+dfsg-7build1) ... Setting up gettext (0.19.8.1-10build1) ... Setting up libecpg-compat3:amd64 (17.5-1.pgdg20.04+1) ... Setting up openssh-server (1:8.2p1-4ubuntu0.13) ... Configuration file '/etc/default/ssh', does not exist on system. Installing new config file as you requested. Configuration file '/etc/init.d/ssh', does not exist on system. Installing new config file as you requested. Configuration file '/etc/pam.d/sshd', does not exist on system. Installing new config file as you requested. Configuration file '/etc/ssh/moduli', does not exist on system. Installing new config file as you requested. Configuration file '/etc/ufw/applications.d/openssh-server', does not exist on system. Installing new config file as you requested. Creating config file /etc/ssh/sshd_config with new version Creating SSH2 RSA key; this may take some time ... 3072 SHA256:WgiLUz4ZoEyrFJtRRKvp/tBNoa0YCKMsKzgjGFSQtBw root@45be81605cfe (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:XExyFSe6K7FKnuW1Iv3k5YSAegzo443ZhThz8j68V8M root@45be81605cfe (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:xSffIuUdiTuXWoHQsl5PT/SbugcXLFF/SEj3hjSsl5M root@45be81605cfe (ED25519) invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up mosh (1.3.2-2.1build3) ... Configuration file '/etc/ufw/applications.d/mosh', does not exist on system. Installing new config file as you requested. Setting up iproute2 (5.5.0-1ubuntu1) ... Configuration file '/etc/iproute2/bpf_pinning', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/ematch_map', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/group', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/nl_protos', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/rt_dsfield', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/rt_protos', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/rt_protos.d/README', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/rt_realms', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/rt_scopes', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/rt_tables', does not exist on system. Installing new config file as you requested. Configuration file '/etc/iproute2/rt_tables.d/README', does not exist on system. Installing new config file as you requested. Setting up expect (5.45.4-2build1) ... Setting up p7zip-full (16.02+dfsg-7build1) ... Setting up libecpg-dev (17.5-1.pgdg20.04+1) ... Setting up python3-requests (2.22.0-2ubuntu1.1) ... Setting up bpython (0.18-3) ... Processing triggers for libc-bin (2.31-0ubuntu9.18) ... Processing triggers for mime-support (3.64ubuntu1) ... WARNING: The directory '/home/odoo/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: You are using pip version 21.3.1; however, version 25.0.1 is available. You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command. WARNING: The directory '/home/odoo/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: You are using pip version 21.3.1; however, version 25.0.1 is available. You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command. --2026-02-27 14:02:47-- https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz Resolving bin.equinox.io (bin.equinox.io)... 13.248.244.96, 35.71.179.82, 75.2.60.68, ... Connecting to bin.equinox.io (bin.equinox.io)|13.248.244.96|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 11398759 (11M) [application/octet-stream] Saving to: ‘/tmp/ngrok.tgz’  0K .......... .......... .......... .......... .......... 0% 1.65M 7s 50K .......... .......... .......... .......... .......... 0% 3.31M 5s 100K .......... .......... .......... .......... .......... 1% 104M 3s 150K .......... .......... .......... .......... .......... 1% 3.36M 3s 200K .......... .......... .......... .......... .......... 2% 102M 3s 250K .......... .......... .......... .......... .......... 2% 81.2M 2s 300K .......... .......... .......... .......... .......... 3% 3.69M 2s 350K .......... .......... .......... .......... .......... 3% 65.3M 2s 400K .......... .......... .......... .......... .......... 4% 131M 2s 450K .......... .......... .......... .......... .......... 4% 169M 2s 500K .......... .......... .......... .......... .......... 4% 204M 1s 550K .......... .......... .......... .......... .......... 5% 169M 1s 600K .......... .......... .......... .......... .......... 5% 117M 1s 650K .......... .......... .......... .......... .......... 6% 3.72M 1s 700K .......... .......... .......... .......... .......... 6% 55.1M 1s 750K .......... .......... .......... .......... .......... 7% 145M 1s 800K .......... .......... .......... .......... .......... 7% 162M 1s 850K .......... .......... .......... .......... .......... 8% 63.5M 1s 900K .......... .......... .......... .......... .......... 8% 143M 1s 950K .......... .......... .......... .......... .......... 8% 149M 1s 1000K .......... .......... .......... .......... .......... 9% 160M 1s 1050K .......... .......... .......... .......... .......... 9% 159M 1s 1100K .......... .......... .......... .......... .......... 10% 132M 1s 1150K .......... .......... .......... .......... .......... 10% 163M 1s 1200K .......... .......... .......... .......... .......... 11% 138M 1s 1250K .......... .......... .......... .......... .......... 11% 144M 1s 1300K .......... .......... .......... .......... .......... 12% 145M 1s 1350K .......... .......... .......... .......... .......... 12% 6.12M 1s 1400K .......... .......... .......... .......... .......... 13% 17.0M 1s 1450K .......... .......... .......... .......... .......... 13% 63.9M 1s 1500K .......... .......... .......... .......... .......... 13% 61.6M 1s 1550K .......... .......... .......... .......... .......... 14% 186M 1s 1600K .......... .......... .......... .......... .......... 14% 164M 1s 1650K .......... .......... .......... .......... .......... 15% 230M 1s 1700K .......... .......... .......... .......... .......... 15% 168M 1s 1750K .......... .......... .......... .......... .......... 16% 216M 1s 1800K .......... .......... .......... .......... .......... 16% 228M 1s 1850K .......... .......... .......... .......... .......... 17% 203M 1s 1900K .......... .......... .......... .......... .......... 17% 108M 1s 1950K .......... .......... .......... .......... .......... 17% 193M 0s 2000K .......... .......... .......... .......... .......... 18% 145M 0s 2050K .......... .......... .......... .......... .......... 18% 119M 0s 2100K .......... .......... .......... .......... .......... 19% 70.9M 0s 2150K .......... .......... .......... .......... .......... 19% 143M 0s 2200K .......... .......... .......... .......... .......... 20% 129M 0s 2250K .......... .......... .......... .......... .......... 20% 90.8M 0s 2300K .......... .......... .......... .......... .......... 21% 140M 0s 2350K .......... .......... .......... .......... .......... 21% 133M 0s 2400K .......... .......... .......... .......... .......... 22% 121M 0s 2450K .......... .......... .......... .......... .......... 22% 72.6M 0s 2500K .......... .......... .......... .......... .......... 22% 133M 0s 2550K .......... .......... .......... .......... .......... 23% 137M 0s 2600K .......... .......... .......... .......... .......... 23% 128M 0s 2650K .......... .......... .......... .......... .......... 24% 114M 0s 2700K .......... .......... .......... .......... .......... 24% 134M 0s 2750K .......... .......... .......... .......... .......... 25% 91.1M 0s 2800K .......... .......... .......... .......... .......... 25% 45.4M 0s 2850K .......... .......... .......... .......... .......... 26% 52.8M 0s 2900K .......... .......... .......... .......... .......... 26% 72.4M 0s 2950K .......... .......... .......... .......... .......... 26% 107M 0s 3000K .......... .......... .......... .......... .......... 27% 65.8M 0s 3050K .......... .......... .......... .......... .......... 27% 25.9M 0s 3100K .......... .......... .......... .......... .......... 28% 85.3M 0s 3150K .......... .......... .......... .......... .......... 28% 54.8M 0s 3200K .......... .......... .......... .......... .......... 29% 246M 0s 3250K .......... .......... .......... .......... .......... 29% 209M 0s 3300K .......... .......... .......... .......... .......... 30% 260M 0s 3350K .......... .......... .......... .......... .......... 30% 272M 0s 3400K .......... .......... .......... .......... .......... 30% 216M 0s 3450K .......... .......... .......... .......... .......... 31% 190M 0s 3500K .......... .......... .......... .......... .......... 31% 218M 0s 3550K .......... .......... .......... .......... .......... 32% 206M 0s 3600K .......... .......... .......... .......... .......... 32% 144M 0s 3650K .......... .......... .......... .......... .......... 33% 110M 0s 3700K .......... .......... .......... .......... .......... 33% 131M 0s 3750K .......... .......... .......... .......... .......... 34% 135M 0s 3800K .......... .......... .......... .......... .......... 34% 135M 0s 3850K .......... .......... .......... .......... .......... 35% 121M 0s 3900K .......... .......... .......... .......... .......... 35% 126M 0s 3950K .......... .......... .......... .......... .......... 35% 136M 0s 4000K .......... .......... .......... .......... .......... 36% 138M 0s 4050K .......... .......... .......... .......... .......... 36% 108M 0s 4100K .......... .......... .......... .......... .......... 37% 156M 0s 4150K .......... .......... .......... .......... .......... 37% 204M 0s 4200K .......... .......... .......... .......... .......... 38% 217M 0s 4250K .......... .......... .......... .......... .......... 38% 205M 0s 4300K .......... .......... .......... .......... .......... 39% 226M 0s 4350K .......... .......... .......... .......... .......... 39% 221M 0s 4400K .......... .......... .......... .......... .......... 39% 80.9M 0s 4450K .......... .......... .......... .......... .......... 40% 66.9M 0s 4500K .......... .......... .......... .......... .......... 40% 39.7M 0s 4550K .......... .......... .......... .......... .......... 41% 59.0M 0s 4600K .......... .......... .......... .......... .......... 41% 66.4M 0s 4650K .......... .......... .......... .......... .......... 42% 77.7M 0s 4700K .......... .......... .......... .......... .......... 42% 136M 0s 4750K .......... .......... .......... .......... .......... 43% 81.0M 0s 4800K .......... .......... .......... .......... .......... 43% 101M 0s 4850K .......... .......... .......... .......... .......... 44% 156M 0s 4900K .......... .......... .......... .......... .......... 44% 104M 0s 4950K .......... .......... .......... .......... .......... 44% 133M 0s 5000K .......... .......... .......... .......... .......... 45% 94.6M 0s 5050K .......... .......... .......... .......... .......... 45% 199M 0s 5100K .......... .......... .......... .......... .......... 46% 212M 0s 5150K .......... .......... .......... .......... .......... 46% 218M 0s 5200K .......... .......... .......... .......... .......... 47% 222M 0s 5250K .......... .......... .......... .......... .......... 47% 183M 0s 5300K .......... .......... .......... .......... .......... 48% 219M 0s 5350K .......... .......... .......... .......... .......... 48% 201M 0s 5400K .......... .......... .......... .......... .......... 48% 219M 0s 5450K .......... .......... .......... .......... .......... 49% 192M 0s 5500K .......... .......... .......... .......... .......... 49% 215M 0s 5550K .......... .......... .......... .......... .......... 50% 204M 0s 5600K .......... .......... .......... .......... .......... 50% 213M 0s 5650K .......... .......... .......... .......... .......... 51% 191M 0s 5700K .......... .......... .......... .......... .......... 51% 211M 0s 5750K .......... .......... .......... .......... .......... 52% 225M 0s 5800K .......... .......... .......... .......... .......... 52% 229M 0s 5850K .......... .......... .......... .......... .......... 53% 222M 0s 5900K .......... .......... .......... .......... .......... 53% 233M 0s 5950K .......... .......... .......... .......... .......... 53% 225M 0s 6000K .......... .......... .......... .......... .......... 54% 227M 0s 6050K .......... .......... .......... .......... .......... 54% 183M 0s 6100K .......... .......... .......... .......... .......... 55% 241M 0s 6150K .......... .......... .......... .......... .......... 55% 268M 0s 6200K .......... .......... .......... .......... .......... 56% 253M 0s 6250K .......... .......... .......... .......... .......... 56% 211M 0s 6300K .......... .......... .......... .......... .......... 57% 243M 0s 6350K .......... .......... .......... .......... .......... 57% 241M 0s 6400K .......... .......... .......... .......... .......... 57% 225M 0s 6450K .......... .......... .......... .......... .......... 58% 72.2M 0s 6500K .......... .......... .......... .......... .......... 58% 83.5M 0s 6550K .......... .......... .......... .......... .......... 59% 95.5M 0s 6600K .......... .......... .......... .......... .......... 59% 102M 0s 6650K .......... .......... .......... .......... .......... 60% 64.7M 0s 6700K .......... .......... .......... .......... .......... 60% 105M 0s 6750K .......... .......... .......... .......... .......... 61% 86.8M 0s 6800K .......... .......... .......... .......... .......... 61% 93.9M 0s 6850K .......... .......... .......... .......... .......... 61% 51.8M 0s 6900K .......... .......... .......... .......... .......... 62% 53.2M 0s 6950K .......... .......... .......... .......... .......... 62% 149M 0s 7000K .......... .......... .......... .......... .......... 63% 75.6M 0s 7050K .......... .......... .......... .......... .......... 63% 223M 0s 7100K .......... .......... .......... .......... .......... 64% 110M 0s 7150K .......... .......... .......... .......... .......... 64% 199M 0s 7200K .......... .......... .......... .......... .......... 65% 232M 0s 7250K .......... .......... .......... .......... .......... 65% 238M 0s 7300K .......... .......... .......... .......... .......... 66% 239M 0s 7350K .......... .......... .......... .......... .......... 66% 190M 0s 7400K .......... .......... .......... .......... .......... 66% 234M 0s 7450K .......... .......... .......... .......... .......... 67% 214M 0s 7500K .......... .......... .......... .......... .......... 67% 237M 0s 7550K .......... .......... .......... .......... .......... 68% 232M 0s 7600K .......... .......... .......... .......... .......... 68% 213M 0s 7650K .......... .......... .......... .......... .......... 69% 212M 0s 7700K .......... .......... .......... .......... .......... 69% 259M 0s 7750K .......... .......... .......... .......... .......... 70% 240M 0s 7800K .......... .......... .......... .......... .......... 70% 235M 0s 7850K .......... .......... .......... .......... .......... 70% 210M 0s 7900K .......... .......... .......... .......... .......... 71% 246M 0s 7950K .......... .......... .......... .......... .......... 71% 227M 0s 8000K .......... .......... .......... .......... .......... 72% 212M 0s 8050K .......... .......... .......... .......... .......... 72% 178M 0s 8100K .......... .......... .......... .......... .......... 73% 216M 0s 8150K .......... .......... .......... .......... .......... 73% 195M 0s 8200K .......... .......... .......... .......... .......... 74% 198M 0s 8250K .......... .......... .......... .......... .......... 74% 20.3M 0s 8300K .......... .......... .......... .......... .......... 75% 65.6M 0s 8350K .......... .......... .......... .......... .......... 75% 75.6M 0s 8400K .......... .......... .......... .......... .......... 75% 91.1M 0s 8450K .......... .......... .......... .......... .......... 76% 76.3M 0s 8500K .......... .......... .......... .......... .......... 76% 78.2M 0s 8550K .......... .......... .......... .......... .......... 77% 60.8M 0s 8600K .......... .......... .......... .......... .......... 77% 76.7M 0s 8650K .......... .......... .......... .......... .......... 78% 67.5M 0s 8700K .......... .......... .......... .......... .......... 78% 58.1M 0s 8750K .......... .......... .......... .......... .......... 79% 31.3M 0s 8800K .......... .......... .......... .......... .......... 79% 118M 0s 8850K .......... .......... .......... .......... .......... 79% 144M 0s 8900K .......... .......... .......... .......... .......... 80% 148M 0s 8950K .......... .......... .......... .......... .......... 80% 144M 0s 9000K .......... .......... .......... .......... .......... 81% 132M 0s 9050K .......... .......... .......... .......... .......... 81% 151M 0s 9100K .......... .......... .......... .......... .......... 82% 148M 0s 9150K .......... .......... .......... .......... .......... 82% 144M 0s 9200K .......... .......... .......... .......... .......... 83% 121M 0s 9250K .......... .......... .......... .......... .......... 83% 149M 0s 9300K .......... .......... .......... .......... .......... 83% 147M 0s 9350K .......... .......... .......... .......... .......... 84% 135M 0s 9400K .......... .......... .......... .......... .......... 84% 132M 0s 9450K .......... .......... .......... .......... .......... 85% 138M 0s 9500K .......... .......... .......... .......... .......... 85% 148M 0s 9550K .......... .......... .......... .......... .......... 86% 148M 0s 9600K .......... .......... .......... .......... .......... 86% 199M 0s 9650K .......... .......... .......... .......... .......... 87% 251M 0s 9700K .......... .......... .......... .......... .......... 87% 253M 0s 9750K .......... .......... .......... .......... .......... 88% 268M 0s 9800K .......... .......... .......... .......... .......... 88% 59.8M 0s 9850K .......... .......... .......... .......... .......... 88% 45.7M 0s 9900K .......... .......... .......... .......... .......... 89% 61.6M 0s 9950K .......... .......... .......... .......... .......... 89% 87.0M 0s 10000K .......... .......... .......... .......... .......... 90% 97.9M 0s 10050K .......... .......... .......... .......... .......... 90% 122M 0s 10100K .......... .......... .......... .......... .......... 91% 122M 0s 10150K .......... .......... .......... .......... .......... 91% 120M 0s 10200K .......... .......... .......... .......... .......... 92% 107M 0s 10250K .......... .......... .......... .......... .......... 92% 104M 0s 10300K .......... .......... .......... .......... .......... 92% 119M 0s 10350K .......... .......... .......... .......... .......... 93% 109M 0s 10400K .......... .......... .......... .......... .......... 93% 120M 0s 10450K .......... .......... .......... .......... .......... 94% 102M 0s 10500K .......... .......... .......... .......... .......... 94% 119M 0s 10550K .......... .......... .......... .......... .......... 95% 128M 0s 10600K .......... .......... .......... .......... .......... 95% 126M 0s 10650K .......... .......... .......... .......... .......... 96% 111M 0s 10700K .......... .......... .......... .......... .......... 96% 128M 0s 10750K .......... .......... .......... .......... .......... 97% 116M 0s 10800K .......... .......... .......... .......... .......... 97% 123M 0s 10850K .......... .......... .......... .......... .......... 97% 102M 0s 10900K .......... .......... .......... .......... .......... 98% 120M 0s 10950K .......... .......... .......... .......... .......... 98% 122M 0s 11000K .......... .......... .......... .......... .......... 99% 122M 0s 11050K .......... .......... .......... .......... .......... 99% 114M 0s 11100K .......... .......... .......... .   100% 121M=0.2s 2026-02-27 14:02:47 (58.2 MB/s) - ‘/tmp/ngrok.tgz’ saved [11398759/11398759] 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-14-pgvector 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 286 kB of archives. After this operation, 776 kB of additional disk space will be used. Get:1 https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-14-pgvector amd64 0.8.0-1.pgdg20.04+1 [286 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 286 kB in 1s (345 kB/s) Selecting previously unselected package postgresql-14-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 ... 39224 files and directories currently installed.) Preparing to unpack .../postgresql-14-pgvector_0.8.0-1.pgdg20.04+1_amd64.deb ... Unpacking postgresql-14-pgvector (0.8.0-1.pgdg20.04+1) ... Setting up postgresql-14-pgvector (0.8.0-1.pgdg20.04+1) ... Processing triggers for postgresql-common (278.pgdg20.04+1) ... Building PostgreSQL dictionaries from installed myspell/hunspell packages... Removing obsolete dictionary files: Adding user `odoo' to group `postgres' ... Adding user odoo to group postgres Done. Creating new PostgreSQL cluster 14/main ... /usr/lib/postgresql/14/bin/initdb -D /var/lib/postgresql/14/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 locales COLLATE: C CTYPE: en_US.UTF-8 MESSAGES: en_US.UTF-8 MONETARY: en_US.UTF-8 NUMERIC: en_US.UTF-8 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/14/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 14 main 15432 online odoo /var/lib/postgresql/14/main /var/log/postgresql/postgresql-14-main.log ALTER ROLE CREATE ROLE * Stopping PostgreSQL 14 database server ...done. created virtual environment CPython3.8.10.final.0-64-x86_64 in 1041ms creator CPython3Posix(dest=/venev-pgcli, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/odoo/.cache/virtualenv) added seed packages: pip==25.0.1, setuptools==75.3.4, wheel==0.45.1 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator Collecting pgcli Downloading pgcli-4.1.0-py3-none-any.whl.metadata (13 kB) Collecting pgspecial>=2.0.0 (from pgcli) Downloading pgspecial-2.1.3-py3-none-any.whl.metadata (3.2 kB) Collecting click>=4.1 (from pgcli) Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) Collecting Pygments>=2.0 (from pgcli) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting prompt-toolkit<4.0.0,>=2.0.6 (from pgcli) Downloading prompt_toolkit-3.0.52-py3-none-any.whl.metadata (6.4 kB) Collecting sqlparse<0.6,>=0.3.0 (from pgcli) Downloading sqlparse-0.5.5-py3-none-any.whl.metadata (4.7 kB) Collecting configobj>=5.0.6 (from pgcli) Downloading configobj-5.0.9-py2.py3-none-any.whl.metadata (3.2 kB) Collecting cli-helpers>=2.2.1 (from cli-helpers[styles]>=2.2.1->pgcli) Downloading cli_helpers-2.10.1-py3-none-any.whl.metadata (2.5 kB) Collecting setproctitle>=1.1.9 (from pgcli) Downloading setproctitle-1.3.7-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (10 kB) Collecting psycopg>=3.0.14 (from pgcli) Downloading psycopg-3.2.13-py3-none-any.whl.metadata (4.5 kB) Collecting tabulate>=0.9.0 (from tabulate[widechars]>=0.9.0->cli-helpers>=2.2.1->cli-helpers[styles]>=2.2.1->pgcli) Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) Collecting wcwidth (from prompt-toolkit<4.0.0,>=2.0.6->pgcli) Downloading wcwidth-0.6.0-py3-none-any.whl.metadata (30 kB) Collecting backports.zoneinfo>=0.2.0 (from psycopg>=3.0.14->pgcli) Downloading backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl.metadata (4.7 kB) Collecting typing-extensions>=4.6 (from psycopg>=3.0.14->pgcli) Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) Downloading pgcli-4.1.0-py3-none-any.whl (84 kB) Downloading cli_helpers-2.10.1-py3-none-any.whl (21 kB) Downloading click-8.1.8-py3-none-any.whl (98 kB) Downloading configobj-5.0.9-py2.py3-none-any.whl (35 kB) Downloading pgspecial-2.1.3-py3-none-any.whl (35 kB) Downloading prompt_toolkit-3.0.52-py3-none-any.whl (391 kB) Downloading psycopg-3.2.13-py3-none-any.whl (206 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 134.2 MB/s eta 0:00:00 Downloading setproctitle-1.3.7-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (32 kB) Downloading sqlparse-0.5.5-py3-none-any.whl (46 kB) Downloading backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl (74 kB) Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) Downloading wcwidth-0.6.0-py3-none-any.whl (94 kB) Installing collected packages: wcwidth, typing-extensions, tabulate, sqlparse, setproctitle, Pygments, configobj, click, backports.zoneinfo, psycopg, prompt-toolkit, pgspecial, cli-helpers, pgcli Successfully installed Pygments-2.19.2 backports.zoneinfo-0.2.1 cli-helpers-2.10.1 click-8.1.8 configobj-5.0.9 pgcli-4.1.0 pgspecial-2.1.3 prompt-toolkit-3.0.52 psycopg-3.2.13 setproctitle-1.3.7 sqlparse-0.5.5 tabulate-0.9.0 typing-extensions-4.13.2 wcwidth-0.6.0 2026-02-27 14:03:01,581 - INFO - entry_point.prepare - Preparing files 2026-02-27 14:03:01,581 - INFO - entry_point.prepare - Using env vars 2026-02-27 14:03:01,581 - INFO - entry_point.check_container_type - Container type: normal 2026-02-27 14:03:01,581 - WARNING - entry_point.change_values - Deprecation warning: please use ODOORC_ prefixed env vars to change odoo configuration 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: [options] 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: addons_path = /home/odoo/instance/extra_addons/enterprise,/home/odoo/instance/odoo/addons,/home/odoo/instance/extra_addons/odoo-out-of-the-box,/home/odoo/instance/extra_addons/isolated_addons 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: ADDONS_PATH and value is: None 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: admin_passwd = admin 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: ADMIN_PASSWD and value is: qjeIky 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: auto_reload = False 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: AUTO_RELOAD and value is: None 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: csv_internal_sep = , 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: CSV_INTERNAL_SEP and value is: None 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: cups_host = False 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: CUPS_HOST and value is: None 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: cups_port = False 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: CUPS_PORT and value is: None 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: data_dir = /home/odoo/.local/share/Odoo 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: DATA_DIR and value is: None 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: db_host = 127.0.0.1 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: DB_HOST and value is: None 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: db_maxconn = 64 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: DB_MAXCONN and value is: None 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: db_name = odoo 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: DB_NAME and value is: _ 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Line readed: db_password = odoo 2026-02-27 14:03:01,583 - DEBUG - entry_point.change_values - Search for: DB_PASSWORD and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: db_port = 5432 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: DB_PORT and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: db_template = template0 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: DB_TEMPLATE and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: db_user = odoo 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: DB_USER and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: dbfilter = False 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: DBFILTER and value is: False 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: debug_mode = False 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: DEBUG_MODE and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: demo = {} 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: DEMO and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: email_from = False 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: EMAIL_FROM and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: http_enable = True 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: HTTP_ENABLE and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: import_partial = 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: IMPORT_PARTIAL and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: limit_memory_hard = 2684354560 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: LIMIT_MEMORY_HARD and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: limit_memory_soft = 2147483648 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: LIMIT_MEMORY_SOFT and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: limit_request = 8192 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: LIMIT_REQUEST and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: limit_time_cpu = 600 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: LIMIT_TIME_CPU and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: limit_time_real = 1200 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Search for: LIMIT_TIME_REAL and value is: None 2026-02-27 14:03:01,584 - DEBUG - entry_point.change_values - Line readed: list_db = True 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: LIST_DB and value is: False 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: log_db = False 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: LOG_DB and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: log_handler = [':INFO'] 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: LOG_HANDLER and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: log_level = info 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: LOG_LEVEL and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: logfile = None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: LOGFILE and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: logrotate = False 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: LOGROTATE and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: longpolling_port = 8072 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: LONGPOLLING_PORT and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: max_cron_threads = 2 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: MAX_CRON_THREADS and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: osv_memory_count_limit = False 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: OSV_MEMORY_COUNT_LIMIT and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: pg_path = None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: PG_PATH and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: pidfile = None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: PIDFILE and value is: None 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Line readed: proxy_mode = True 2026-02-27 14:03:01,585 - DEBUG - entry_point.change_values - Search for: PROXY_MODE and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: reportgz = False 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: REPORTGZ and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: secure_cert_file = server.cert 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SECURE_CERT_FILE and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: secure_pkey_file = server.pkey 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SECURE_PKEY_FILE and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: server_wide_modules = None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SERVER_WIDE_MODULES and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: smtp_password = False 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SMTP_PASSWORD and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: smtp_port = 25 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SMTP_PORT and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: smtp_server = localhost 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SMTP_SERVER and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: smtp_ssl = False 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SMTP_SSL and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: smtp_user = False 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SMTP_USER and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: syslog = False 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: SYSLOG and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: test_commit = False 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: TEST_COMMIT and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: test_enable = False 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: TEST_ENABLE and value is: None 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Line readed: test_file = False 2026-02-27 14:03:01,586 - DEBUG - entry_point.change_values - Search for: TEST_FILE and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: test_report_directory = False 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: TEST_REPORT_DIRECTORY and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: timezone = False 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: TIMEZONE and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: translate_modules = ['all'] 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: TRANSLATE_MODULES and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: unaccent = True 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: UNACCENT and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: without_demo = False 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: WITHOUT_DEMO and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: workers = 3 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: WORKERS and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: xmlrpc = True 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: XMLRPC and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: xmlrpc_interface = 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: XMLRPC_INTERFACE and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: xmlrpc_port = 8069 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: XMLRPC_PORT and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: xmlrpcs = True 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: XMLRPCS and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: xmlrpcs_interface = 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: XMLRPCS_INTERFACE and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: xmlrpcs_port = 8071 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Search for: XMLRPCS_PORT and value is: None 2026-02-27 14:03:01,587 - DEBUG - entry_point.change_values - Line readed: 2026-02-27 14:03:01,588 - DEBUG - entry_point.append_values - Line read: [options] 2026-02-27 14:03:01,588 - DEBUG - entry_point.append_values - Parts: 1 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: addons_path = /home/odoo/instance/extra_addons/enterprise,/home/odoo/instance/odoo/addons,/home/odoo/instance/extra_addons/odoo-out-of-the-box,/home/odoo/instance/extra_addons/isolated_addons 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: admin_passwd = qjeIky 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: auto_reload = False 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: csv_internal_sep = , 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: cups_host = False 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: cups_port = False 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: data_dir = /home/odoo/.local/share/Odoo 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: db_host = 127.0.0.1 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: db_maxconn = 64 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: db_name = _ 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Line read: db_password = odoo 2026-02-27 14:03:01,589 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: db_port = 5432 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: db_template = template0 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: db_user = odoo 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: dbfilter = False 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: debug_mode = False 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: demo = {} 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: email_from = False 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: http_enable = True 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: import_partial = 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: limit_memory_hard = 2684354560 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: limit_memory_soft = 2147483648 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: limit_request = 8192 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: limit_time_cpu = 600 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: limit_time_real = 1200 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,590 - DEBUG - entry_point.append_values - Line read: list_db = False 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: log_db = False 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: log_handler = [':INFO'] 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: log_level = info 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: logfile = None 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: logrotate = False 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: longpolling_port = 8072 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: max_cron_threads = 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: osv_memory_count_limit = False 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: pg_path = None 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: pidfile = None 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: proxy_mode = True 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: reportgz = False 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: secure_cert_file = server.cert 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: secure_pkey_file = server.pkey 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,591 - DEBUG - entry_point.append_values - Line read: server_wide_modules = None 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: smtp_password = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: smtp_port = 25 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: smtp_server = localhost 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: smtp_ssl = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: smtp_user = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: syslog = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: test_commit = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: test_enable = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: test_file = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: test_report_directory = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: timezone = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: translate_modules = ['all'] 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: unaccent = True 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: without_demo = False 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Line read: workers = 3 2026-02-27 14:03:01,592 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Line read: xmlrpc = True 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Line read: xmlrpc_interface = 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Line read: xmlrpc_port = 8069 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Line read: xmlrpcs = True 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Line read: xmlrpcs_interface = 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Line read: xmlrpcs_port = 8071 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Parts: 2 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Line read: 2026-02-27 14:03:01,593 - DEBUG - entry_point.append_values - Parts: 1 2026-02-27 14:03:01,597 - INFO - entry_point.prepare - Setting permissions 2026-02-27 14:03:01,608 - INFO - entry_point.run_cmd - All changes made, now will run the command 2026-02-27 14:03:01,608 - DEBUG - entry_point.run_cmd - ['true'] # Host git.vauxoo.com found: line 3 /home/odoo/.ssh/known_hosts updated. Original contents retained as /home/odoo/.ssh/known_hosts.old # git.vauxoo.com:22 SSH-2.0-OpenSSH_8.7 # git.vauxoo.com:22 SSH-2.0-OpenSSH_8.7 # git.vauxoo.com:22 SSH-2.0-OpenSSH_8.7 # git.vauxoo.com:22 SSH-2.0-OpenSSH_8.7 # git.vauxoo.com:22 SSH-2.0-OpenSSH_8.7 From git.vauxoo.com:vauxoo/isolated_addons * [new branch] 10.0 -> origin/10.0  * [new branch] 11.0 -> origin/11.0  * [new branch] 12.0 -> origin/12.0  * [new branch] 13.0 -> origin/13.0  * [new branch] 14.0 -> origin/14.0  * [new branch] 16.0 -> origin/16.0  * [new branch] 17.0 -> origin/17.0  * [new branch] 18.0 -> origin/18.0  * [new branch] 18.3 -> origin/18.3  * [new branch] 19.0 -> origin/19.0  * [new branch] 8.0 -> origin/8.0  * [new branch] 9.0 -> origin/9.0  * [new branch] master -> origin/master  * [new branch] saas-14 -> origin/saas-14  * [new branch] saas-15 -> origin/saas-15  * [new branch] saas-15.3 -> origin/saas-15.3  * [new branch] saas-16.1 -> origin/saas-16.1  * [new branch] saas-16.2 -> origin/saas-16.2  * [new branch] saas-16.3 -> origin/saas-16.3  * [new branch] saas-17 -> origin/saas-17  * [new branch] saas-17.3 -> origin/saas-17.3  * [new branch] saas-18 -> origin/saas-18  * [new branch] saas-18.3 -> origin/saas-18.3 From git.vauxoo.com:vauxoo/odoo-out-of-the-box * [new branch] 16.0 -> origin/16.0  * [new branch] 17.0 -> origin/17.0  * [new branch] 18.0 -> origin/18.0  * [new branch] 19.0 -> origin/19.0  * [new branch] saas-16.1 -> origin/saas-16.1  * [new branch] saas-16.2 -> origin/saas-16.2  * [new branch] saas-16.3 -> origin/saas-16.3 git --work-tree=/home/odoo/instance/extra_addons/isolated_addons --git-dir=/home/odoo/instance/extra_addons/isolated_addons/.git remote set-url origin git@git.vauxoo.com:vauxoo/isolated_addons.git ssh-keygen -R git.vauxoo.com ssh-keyscan -p 22 git.vauxoo.com git --work-tree=/home/odoo/instance/extra_addons/isolated_addons --git-dir=/home/odoo/instance/extra_addons/isolated_addons/.git fetch --unshallow git --work-tree=/home/odoo/instance/extra_addons/isolated_addons --git-dir=/home/odoo/instance/extra_addons/isolated_addons/.git remote add dev git@git.vauxoo.com:vauxoo-dev/isolated_addons.git git --work-tree=/home/odoo/instance/extra_addons/odoo-out-of-the-box --git-dir=/home/odoo/instance/extra_addons/odoo-out-of-the-box/.git remote set-url origin git@git.vauxoo.com:vauxoo/odoo-out-of-the-box.git git --work-tree=/home/odoo/instance/extra_addons/odoo-out-of-the-box --git-dir=/home/odoo/instance/extra_addons/odoo-out-of-the-box/.git fetch --unshallow git --work-tree=/home/odoo/instance/extra_addons/odoo-out-of-the-box --git-dir=/home/odoo/instance/extra_addons/odoo-out-of-the-box/.git remote add dev git@git.vauxoo.com:vauxoo-dev/odoo-out-of-the-box.git Remote not matched git@github.com:Odoo/enterprise.git VIM_INSTALL was not defined. Skipping spf13-vim plugins. Use t2d parameter --build-env-args=VIM_INSTALL to be autoconfigured. ZSH_INSTALL is not defined. Skipping zsh installation. Removing intermediate container 45be81605cfe ---> b33bb09157ec Step 15/17 : USER odoo ---> Running in 244403cf646c Removing intermediate container 244403cf646c ---> 0342e8b8b4da Step 16/17 : ENTRYPOINT /entrypoint.sh ---> Running in f129d3a5eb1d Removing intermediate container f129d3a5eb1d ---> 96b665861d93 Step 17/17 : WORKDIR $MAIN_REPO_FULL_PATH ---> Running in 5a29c6588c6b Removing intermediate container 5a29c6588c6b ---> 80a52664923b [Warning] One or more build-args [GITHUB_TOKEN] were not consumed Successfully built 80a52664923b Successfully tagged vauxoo-odoo-out-of-the-box:596fbed_env_1_job_1