Sending build context to Docker daemon 67.58kB Step 1/17 : FROM quay.io/vauxoo/nocustomers:odoo-16.0-92b273d odoo-16.0-92b273d: Pulling from vauxoo/nocustomers 99de9192b4af: Already exists d9b434bac7e5: Already exists ce9368a1d5b0: Already exists fe4060c5051e: Already exists a6c695b18459: Already exists c58cd75ffeb5: Already exists 1689409d9db9: Pulling fs layer 4e86fdf0df2d: Pulling fs layer f143c2bf2545: Pulling fs layer d39816c212ee: Pulling fs layer b0b4768a9b88: Pulling fs layer 5a6b9f9c4249: Pulling fs layer d227d50f1c5a: Pulling fs layer a4e82ad196f0: Pulling fs layer 4e86fdf0df2d: Waiting a554be82f924: Pulling fs layer 9ed50f2b2857: Pulling fs layer 1689409d9db9: Waiting 3eb10d0897a4: Pulling fs layer f143c2bf2545: Waiting b58980eaa001: Pulling fs layer d39816c212ee: Waiting a0c003634b26: Pulling fs layer 9ed50f2b2857: Waiting b0b4768a9b88: Waiting a4e82ad196f0: Waiting 00b6e8c59329: Pulling fs layer e220c428e2a5: Pulling fs layer 5a6b9f9c4249: Waiting a554be82f924: Waiting 3eb10d0897a4: Waiting 96b08aaed776: Pulling fs layer deec07bdf4ee: Pulling fs layer b58980eaa001: Waiting ffde6561aa07: Pulling fs layer d227d50f1c5a: Waiting a0c003634b26: Waiting 3ff6895fa244: Pulling fs layer e220c428e2a5: Waiting 00b6e8c59329: Waiting 96b08aaed776: Waiting ffde6561aa07: Waiting 4e86fdf0df2d: Verifying Checksum 4e86fdf0df2d: Download complete f143c2bf2545: Verifying Checksum f143c2bf2545: Download complete d39816c212ee: Verifying Checksum d39816c212ee: Download complete b0b4768a9b88: Download complete 5a6b9f9c4249: Verifying Checksum 5a6b9f9c4249: Download complete d227d50f1c5a: Verifying Checksum d227d50f1c5a: Download complete a4e82ad196f0: Verifying Checksum a4e82ad196f0: Download complete a554be82f924: Verifying Checksum a554be82f924: Download complete 9ed50f2b2857: Download complete 3eb10d0897a4: Verifying Checksum 3eb10d0897a4: Download complete b58980eaa001: Verifying Checksum b58980eaa001: Download complete a0c003634b26: Verifying Checksum a0c003634b26: Download complete 00b6e8c59329: Download complete e220c428e2a5: Verifying Checksum e220c428e2a5: Download complete 1689409d9db9: Verifying Checksum 1689409d9db9: Download complete deec07bdf4ee: Verifying Checksum deec07bdf4ee: Download complete 1689409d9db9: Pull complete 4e86fdf0df2d: Pull complete f143c2bf2545: Pull complete d39816c212ee: Pull complete b0b4768a9b88: Pull complete 5a6b9f9c4249: Pull complete d227d50f1c5a: Pull complete a4e82ad196f0: Pull complete a554be82f924: Pull complete 9ed50f2b2857: Pull complete 3eb10d0897a4: Pull complete b58980eaa001: Pull complete a0c003634b26: Pull complete 00b6e8c59329: Pull complete e220c428e2a5: Pull complete 3ff6895fa244: Verifying Checksum 3ff6895fa244: Download complete ffde6561aa07: Verifying Checksum ffde6561aa07: Download complete 96b08aaed776: Verifying Checksum 96b08aaed776: Download complete 96b08aaed776: Pull complete deec07bdf4ee: Pull complete ffde6561aa07: Pull complete 3ff6895fa244: Pull complete Digest: sha256:ad0342c4a48048c83a6531dccb1ddb6b3f151b9e9b6e440daf41db81ec4a4486 Status: Downloaded newer image for quay.io/vauxoo/nocustomers:odoo-16.0-92b273d ---> 9c512e1db9aa Step 2/17 : ARG HOME=/home/odoo ---> Running in 777bd8ab86eb Removing intermediate container 777bd8ab86eb ---> 1d584129f748 Step 3/17 : COPY .ssh $HOME/.ssh ---> a901f5d3a28a Step 4/17 : COPY build.sh /home/odoo/build.sh ---> af31fed35073 Step 5/17 : COPY entrypoint_deployv.sh /entrypoint.sh ---> 5a9e9b0b8ddd Step 6/17 : COPY docker_helper /home/odoo/build ---> 02001bdfc50d Step 7/17 : COPY .vscode /home/odoo/.vscode ---> 2364b5f23384 Step 8/17 : COPY .coveragerc /home/odoo/.coveragerc ---> 7b87ed7e9503 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 cc63e9333550 Removing intermediate container cc63e9333550 ---> d9369cdda48b 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 52495cea92cd Removing intermediate container 52495cea92cd ---> f4766b6b2a9f Step 11/17 : ENV COVERAGE_RCFILE=$HOME/.coveragerc ---> Running in c907940de6a7 Removing intermediate container c907940de6a7 ---> 4bf925c46a31 Step 12/17 : ENV COVERAGE_HOME=$MAIN_REPO_FULL_PATH ---> Running in 3570788fda2a Removing intermediate container 3570788fda2a ---> 55967b0c1d7b Step 13/17 : ENV GITHUB_TOKEN=TRUE ---> Running in 293299e2af1a Removing intermediate container 293299e2af1a ---> 357b5cab37dd 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 && mv /entrypoint_image /deployv_entrypoint_image && mv /entry_point.py /deployv_entry_point.py && mkdir /run/sshd ---> Running in 1ad7d4e92f67  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease Could not connect to archive.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease Unable to connect to archive.ubuntu.com:http: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy-security/InRelease Unable to connect to archive.ubuntu.com:http: W: Some index files failed to download. They have been ignored, or old ones used instead. 4 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... Package openssh-server is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package iproute2 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package gettext is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package less is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package tcl8.6 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libtcl8.6 E: Unable to locate package sudo E: Unable to locate package tree E: Unable to locate package iputils-ping E: Unable to locate package expect-dev E: Package 'tcl8.6' has no installation candidate E: Package 'less' has no installation candidate E: Package 'openssh-server' has no installation candidate E: Unable to locate package p7zip-full E: Unable to locate package mosh E: Unable to locate package bpython E: Package 'gettext' has no installation candidate E: Unable to locate package net-tools E: Package 'iproute2' has no installation candidate /bin/sh: 81: sudo: not found Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'pre_commit_vauxoo' /bin/sh: 102: sudo: not found --2025-05-29 14:02:57-- https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz Resolving bin.equinox.io (bin.equinox.io)... 99.83.220.108, 35.71.179.82, 13.248.244.96, ... Connecting to bin.equinox.io (bin.equinox.io)|99.83.220.108|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9395172 (9.0M) [application/octet-stream] Saving to: ‘/tmp/ngrok.tgz’  0K .......... .......... .......... .......... .......... 0% 1.69M 5s 50K .......... .......... .......... .......... .......... 1% 3.36M 4s 100K .......... .......... .......... .......... .......... 1% 3.35M 3s 150K .......... .......... .......... .......... .......... 2% 79.3M 3s 200K .......... .......... .......... .......... .......... 2% 108M 2s 250K .......... .......... .......... .......... .......... 3% 3.56M 2s 300K .......... .......... .......... .......... .......... 3% 19.1M 2s 350K .......... .......... .......... .......... .......... 4% 108M 2s 400K .......... .......... .......... .......... .......... 4% 116M 1s 450K .......... .......... .......... .......... .......... 5% 127M 1s 500K .......... .......... .......... .......... .......... 5% 107M 1s 550K .......... .......... .......... .......... .......... 6% 109M 1s 600K .......... .......... .......... .......... .......... 7% 4.21M 1s 650K .......... .......... .......... .......... .......... 7% 148M 1s 700K .......... .......... .......... .......... .......... 8% 133M 1s 750K .......... .......... .......... .......... .......... 8% 69.6M 1s 800K .......... .......... .......... .......... .......... 9% 115M 1s 850K .......... .......... .......... .......... .......... 9% 132M 1s 900K .......... .......... .......... .......... .......... 10% 109M 1s 950K .......... .......... .......... .......... .......... 10% 123M 1s 1000K .......... .......... .......... .......... .......... 11% 114M 1s 1050K .......... .......... .......... .......... .......... 11% 4.96M 1s 1100K .......... .......... .......... .......... .......... 12% 135M 1s 1150K .......... .......... .......... .......... .......... 13% 98.1M 1s 1200K .......... .......... .......... .......... .......... 13% 20.4M 1s 1250K .......... .......... .......... .......... .......... 14% 64.3M 1s 1300K .......... .......... .......... .......... .......... 14% 80.3M 1s 1350K .......... .......... .......... .......... .......... 15% 56.8M 1s 1400K .......... .......... .......... .......... .......... 15% 132M 1s 1450K .......... .......... .......... .......... .......... 16% 79.7M 1s 1500K .......... .......... .......... .......... .......... 16% 136M 1s 1550K .......... .......... .......... .......... .......... 17% 155M 1s 1600K .......... .......... .......... .......... .......... 17% 135M 1s 1650K .......... .......... .......... .......... .......... 18% 135M 0s 1700K .......... .......... .......... .......... .......... 19% 161M 0s 1750K .......... .......... .......... .......... .......... 19% 135M 0s 1800K .......... .......... .......... .......... .......... 20% 126M 0s 1850K .......... .......... .......... .......... .......... 20% 170M 0s 1900K .......... .......... .......... .......... .......... 21% 139M 0s 1950K .......... .......... .......... .......... .......... 21% 140M 0s 2000K .......... .......... .......... .......... .......... 22% 156M 0s 2050K .......... .......... .......... .......... .......... 22% 150M 0s 2100K .......... .......... .......... .......... .......... 23% 137M 0s 2150K .......... .......... .......... .......... .......... 23% 2.71M 0s 2200K .......... .......... .......... .......... .......... 24% 120M 0s 2250K .......... .......... .......... .......... .......... 25% 127M 0s 2300K .......... .......... .......... .......... .......... 25% 65.8M 0s 2350K .......... .......... .......... .......... .......... 26% 115M 0s 2400K .......... .......... .......... .......... .......... 26% 77.3M 0s 2450K .......... .......... .......... .......... .......... 27% 43.7M 0s 2500K .......... .......... .......... .......... .......... 27% 104M 0s 2550K .......... .......... .......... .......... .......... 28% 69.6M 0s 2600K .......... .......... .......... .......... .......... 28% 34.7M 0s 2650K .......... .......... .......... .......... .......... 29% 101M 0s 2700K .......... .......... .......... .......... .......... 29% 79.1M 0s 2750K .......... .......... .......... .......... .......... 30% 50.9M 0s 2800K .......... .......... .......... .......... .......... 31% 93.3M 0s 2850K .......... .......... .......... .......... .......... 31% 201M 0s 2900K .......... .......... .......... .......... .......... 32% 252M 0s 2950K .......... .......... .......... .......... .......... 32% 215M 0s 3000K .......... .......... .......... .......... .......... 33% 259M 0s 3050K .......... .......... .......... .......... .......... 33% 256M 0s 3100K .......... .......... .......... .......... .......... 34% 257M 0s 3150K .......... .......... .......... .......... .......... 34% 231M 0s 3200K .......... .......... .......... .......... .......... 35% 256M 0s 3250K .......... .......... .......... .......... .......... 35% 234M 0s 3300K .......... .......... .......... .......... .......... 36% 206M 0s 3350K .......... .......... .......... .......... .......... 37% 167M 0s 3400K .......... .......... .......... .......... .......... 37% 198M 0s 3450K .......... .......... .......... .......... .......... 38% 193M 0s 3500K .......... .......... .......... .......... .......... 38% 209M 0s 3550K .......... .......... .......... .......... .......... 39% 193M 0s 3600K .......... .......... .......... .......... .......... 39% 244M 0s 3650K .......... .......... .......... .......... .......... 40% 249M 0s 3700K .......... .......... .......... .......... .......... 40% 236M 0s 3750K .......... .......... .......... .......... .......... 41% 202M 0s 3800K .......... .......... .......... .......... .......... 41% 241M 0s 3850K .......... .......... .......... .......... .......... 42% 247M 0s 3900K .......... .......... .......... .......... .......... 43% 251M 0s 3950K .......... .......... .......... .......... .......... 43% 227M 0s 4000K .......... .......... .......... .......... .......... 44% 227M 0s 4050K .......... .......... .......... .......... .......... 44% 182M 0s 4100K .......... .......... .......... .......... .......... 45% 179M 0s 4150K .......... .......... .......... .......... .......... 45% 104M 0s 4200K .......... .......... .......... .......... .......... 46% 106M 0s 4250K .......... .......... .......... .......... .......... 46% 106M 0s 4300K .......... .......... .......... .......... .......... 47% 161M 0s 4350K .......... .......... .......... .......... .......... 47% 104M 0s 4400K .......... .......... .......... .......... .......... 48% 147M 0s 4450K .......... .......... .......... .......... .......... 49% 151M 0s 4500K .......... .......... .......... .......... .......... 49% 239M 0s 4550K .......... .......... .......... .......... .......... 50% 200M 0s 4600K .......... .......... .......... .......... .......... 50% 255M 0s 4650K .......... .......... .......... .......... .......... 51% 241M 0s 4700K .......... .......... .......... .......... .......... 51% 182M 0s 4750K .......... .......... .......... .......... .......... 52% 116M 0s 4800K .......... .......... .......... .......... .......... 52% 256M 0s 4850K .......... .......... .......... .......... .......... 53% 242M 0s 4900K .......... .......... .......... .......... .......... 53% 165M 0s 4950K .......... .......... .......... .......... .......... 54% 190M 0s 5000K .......... .......... .......... .......... .......... 55% 241M 0s 5050K .......... .......... .......... .......... .......... 55% 267M 0s 5100K .......... .......... .......... .......... .......... 56% 257M 0s 5150K .......... .......... .......... .......... .......... 56% 141M 0s 5200K .......... .......... .......... .......... .......... 57% 244M 0s 5250K .......... .......... .......... .......... .......... 57% 262M 0s 5300K .......... .......... .......... .......... .......... 58% 235M 0s 5350K .......... .......... .......... .......... .......... 58% 177M 0s 5400K .......... .......... .......... .......... .......... 59% 203M 0s 5450K .......... .......... .......... .......... .......... 59% 204M 0s 5500K .......... .......... .......... .......... .......... 60% 184M 0s 5550K .......... .......... .......... .......... .......... 61% 231M 0s 5600K .......... .......... .......... .......... .......... 61% 258M 0s 5650K .......... .......... .......... .......... .......... 62% 279M 0s 5700K .......... .......... .......... .......... .......... 62% 277M 0s 5750K .......... .......... .......... .......... .......... 63% 223M 0s 5800K .......... .......... .......... .......... .......... 63% 250M 0s 5850K .......... .......... .......... .......... .......... 64% 257M 0s 5900K .......... .......... .......... .......... .......... 64% 261M 0s 5950K .......... .......... .......... .......... .......... 65% 248M 0s 6000K .......... .......... .......... .......... .......... 65% 264M 0s 6050K .......... .......... .......... .......... .......... 66% 276M 0s 6100K .......... .......... .......... .......... .......... 67% 248M 0s 6150K .......... .......... .......... .......... .......... 67% 210M 0s 6200K .......... .......... .......... .......... .......... 68% 289M 0s 6250K .......... .......... .......... .......... .......... 68% 12.7M 0s 6300K .......... .......... .......... .......... .......... 69% 81.7M 0s 6350K .......... .......... .......... .......... .......... 69% 114M 0s 6400K .......... .......... .......... .......... .......... 70% 41.2M 0s 6450K .......... .......... .......... .......... .......... 70% 83.9M 0s 6500K .......... .......... .......... .......... .......... 71% 137M 0s 6550K .......... .......... .......... .......... .......... 71% 140M 0s 6600K .......... .......... .......... .......... .......... 72% 178M 0s 6650K .......... .......... .......... .......... .......... 73% 185M 0s 6700K .......... .......... .......... .......... .......... 73% 98.5M 0s 6750K .......... .......... .......... .......... .......... 74% 156M 0s 6800K .......... .......... .......... .......... .......... 74% 123M 0s 6850K .......... .......... .......... .......... .......... 75% 128M 0s 6900K .......... .......... .......... .......... .......... 75% 162M 0s 6950K .......... .......... .......... .......... .......... 76% 72.2M 0s 7000K .......... .......... .......... .......... .......... 76% 154M 0s 7050K .......... .......... .......... .......... .......... 77% 175M 0s 7100K .......... .......... .......... .......... .......... 77% 185M 0s 7150K .......... .......... .......... .......... .......... 78% 157M 0s 7200K .......... .......... .......... .......... .......... 79% 172M 0s 7250K .......... .......... .......... .......... .......... 79% 175M 0s 7300K .......... .......... .......... .......... .......... 80% 174M 0s 7350K .......... .......... .......... .......... .......... 80% 148M 0s 7400K .......... .......... .......... .......... .......... 81% 180M 0s 7450K .......... .......... .......... .......... .......... 81% 179M 0s 7500K .......... .......... .......... .......... .......... 82% 161M 0s 7550K .......... .......... .......... .......... .......... 82% 165M 0s 7600K .......... .......... .......... .......... .......... 83% 183M 0s 7650K .......... .......... .......... .......... .......... 83% 154M 0s 7700K .......... .......... .......... .......... .......... 84% 181M 0s 7750K .......... .......... .......... .......... .......... 85% 140M 0s 7800K .......... .......... .......... .......... .......... 85% 14.3M 0s 7850K .......... .......... .......... .......... .......... 86% 244M 0s 7900K .......... .......... .......... .......... .......... 86% 245M 0s 7950K .......... .......... .......... .......... .......... 87% 148M 0s 8000K .......... .......... .......... .......... .......... 87% 242M 0s 8050K .......... .......... .......... .......... .......... 88% 225M 0s 8100K .......... .......... .......... .......... .......... 88% 167M 0s 8150K .......... .......... .......... .......... .......... 89% 112M 0s 8200K .......... .......... .......... .......... .......... 89% 244M 0s 8250K .......... .......... .......... .......... .......... 90% 214M 0s 8300K .......... .......... .......... .......... .......... 91% 176M 0s 8350K .......... .......... .......... .......... .......... 91% 187M 0s 8400K .......... .......... .......... .......... .......... 92% 203M 0s 8450K .......... .......... .......... .......... .......... 92% 249M 0s 8500K .......... .......... .......... .......... .......... 93% 122M 0s 8550K .......... .......... .......... .......... .......... 93% 195M 0s 8600K .......... .......... .......... .......... .......... 94% 326M 0s 8650K .......... .......... .......... .......... .......... 94% 262M 0s 8700K .......... .......... .......... .......... .......... 95% 291M 0s 8750K .......... .......... .......... .......... .......... 95% 293M 0s 8800K .......... .......... .......... .......... .......... 96% 332M 0s 8850K .......... .......... .......... .......... .......... 97% 319M 0s 8900K .......... .......... .......... .......... .......... 97% 96.2M 0s 8950K .......... .......... .......... .......... .......... 98% 190M 0s 9000K .......... .......... .......... .......... .......... 98% 223M 0s 9050K .......... .......... .......... .......... .......... 99% 227M 0s 9100K .......... .......... .......... .......... .......... 99% 228M 0s 9150K .......... .......... ....  100% 178M=0.2s 2025-05-29 14:02:58 (49.3 MB/s) - ‘/tmp/ngrok.tgz’ saved [9395172/9395172] ngrok Cloning into '/home/odoo/.emacs.d'... 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. /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 && mv /entrypoint_image /deployv_entrypoint_image && mv /entry_point.py /deployv_entry_point.py && mkdir /run/sshd' returned a non-zero code: 2