Sending build context to Docker daemon 67.58kB Step 1/17 : FROM quay.io/vauxoo/nocustomers:odoo-15.0-596fbed odoo-15.0-596fbed: Pulling from vauxoo/nocustomers 7007490126ef: Already exists 46068b54e6d8: Already exists 24132cc088c0: Already exists c74f277eb74f: Already exists 050ec9edb8c6: Already exists df21e2c82ca2: Already exists b5e9e134d52f: Pulling fs layer c496a2ea58cf: Pulling fs layer 7e23aeae0b84: Pulling fs layer bf3be413ca98: Pulling fs layer 60dad48e8ebc: Pulling fs layer 6284b654a53d: Pulling fs layer bf4bc728e0a3: Pulling fs layer ca64155e2b59: Pulling fs layer 698bf0edcfe9: Pulling fs layer a300f95404d4: Pulling fs layer ed22bc687099: Pulling fs layer c20fa021e8d2: Pulling fs layer b5e9e134d52f: Waiting 37a78c099647: Pulling fs layer 60dad48e8ebc: Waiting 0e9bc0570993: Pulling fs layer 7e23aeae0b84: Waiting c496a2ea58cf: Waiting 6284b654a53d: Waiting 4db21279397b: Pulling fs layer bf4bc728e0a3: Waiting efafe6c7f3f1: Pulling fs layer ed22bc687099: Waiting 37a78c099647: Waiting 7f35836f425b: Pulling fs layer 3487cf77df7f: Pulling fs layer e44851556168: Pulling fs layer ca64155e2b59: Waiting c20fa021e8d2: Waiting 698bf0edcfe9: Waiting a300f95404d4: Waiting efafe6c7f3f1: Waiting 3487cf77df7f: Waiting 0e9bc0570993: Waiting 7f35836f425b: Waiting e44851556168: Waiting c496a2ea58cf: Verifying Checksum c496a2ea58cf: Download complete 7e23aeae0b84: Download complete bf3be413ca98: Verifying Checksum bf3be413ca98: Download complete 60dad48e8ebc: Download complete 6284b654a53d: Verifying Checksum 6284b654a53d: Download complete bf4bc728e0a3: Verifying Checksum bf4bc728e0a3: Download complete ca64155e2b59: Download complete b5e9e134d52f: Verifying Checksum b5e9e134d52f: Download complete a300f95404d4: Download complete 698bf0edcfe9: Verifying Checksum 698bf0edcfe9: Download complete ed22bc687099: Verifying Checksum ed22bc687099: Download complete c20fa021e8d2: Download complete b5e9e134d52f: Pull complete c496a2ea58cf: Pull complete 7e23aeae0b84: Pull complete bf3be413ca98: Pull complete 60dad48e8ebc: Pull complete 0e9bc0570993: Verifying Checksum 0e9bc0570993: Download complete 6284b654a53d: Pull complete bf4bc728e0a3: Pull complete ca64155e2b59: Pull complete 37a78c099647: Verifying Checksum 37a78c099647: Download complete 698bf0edcfe9: Pull complete a300f95404d4: Pull complete ed22bc687099: Pull complete c20fa021e8d2: Pull complete 37a78c099647: Pull complete 0e9bc0570993: Pull complete 4db21279397b: Verifying Checksum 4db21279397b: Download complete 4db21279397b: Pull complete 7f35836f425b: Verifying Checksum 7f35836f425b: Download complete 3487cf77df7f: Verifying Checksum 3487cf77df7f: Download complete e44851556168: Verifying Checksum e44851556168: Download complete efafe6c7f3f1: Verifying Checksum efafe6c7f3f1: Download complete efafe6c7f3f1: Pull complete 7f35836f425b: Pull complete 3487cf77df7f: Pull complete e44851556168: Pull complete Digest: sha256:81c800368bf0c01c458ce33800695ae32649f443f7133856c013ede719efed64 Status: Downloaded newer image for quay.io/vauxoo/nocustomers:odoo-15.0-596fbed ---> d45fd5d40c2f Step 2/17 : ARG HOME=/home/odoo ---> Running in 7ac8f3072a80 Removing intermediate container 7ac8f3072a80 ---> 4085a9e3518c Step 3/17 : COPY .ssh $HOME/.ssh ---> 97d1f06aecc1 Step 4/17 : COPY build.sh /home/odoo/build.sh ---> d8434f2c26cb Step 5/17 : COPY entrypoint_deployv.sh /entrypoint.sh ---> e75ec295561f Step 6/17 : COPY docker_helper /home/odoo/build ---> afd6e9793374 Step 7/17 : COPY .vscode /home/odoo/.vscode ---> 7f3b02f020e2 Step 8/17 : COPY .coveragerc /home/odoo/.coveragerc ---> bdd48c302c8b 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 af7026eb47ac Removing intermediate container af7026eb47ac ---> 2fd2ba7aec8f 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 d8686f05c3d3 Removing intermediate container d8686f05c3d3 ---> dde132733c11 Step 11/17 : ENV COVERAGE_RCFILE=$HOME/.coveragerc ---> Running in 10858bf9ac17 Removing intermediate container 10858bf9ac17 ---> 3308373e43a3 Step 12/17 : ENV COVERAGE_HOME=$MAIN_REPO_FULL_PATH ---> Running in 64bc98aedf60 Removing intermediate container 64bc98aedf60 ---> 035e803a18f6 Step 13/17 : ENV GITHUB_TOKEN=TRUE ---> Running in dc557d5cbf15 Removing intermediate container dc557d5cbf15 ---> eb8c762d3cb3 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 14f572e919e9  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 4 packages can be upgraded. Run 'apt list --upgradable' to see them. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/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.83), 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 (185.125.190.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out [IP: 91.189.91.81 80] W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.81 80] W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal-security/InRelease Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.81 80] W: Some index files failed to download. They have been ignored, or old ones used instead.  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:03:23-- https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz Resolving bin.equinox.io (bin.equinox.io)... 35.71.179.82, 99.83.220.108, 75.2.60.68, ... Connecting to bin.equinox.io (bin.equinox.io)|35.71.179.82|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9395172 (9.0M) [application/octet-stream] Saving to: ‘/tmp/ngrok.tgz’ 0K .......... .......... .......... .......... .......... 0% 1.65M 5s 50K .......... .......... .......... .......... .......... 1% 3.26M 4s 100K .......... .......... .......... .......... .......... 1% 125M 3s 150K .......... .......... .......... .......... .......... 2% 3.38M 3s 200K .......... .......... .......... .......... .......... 2% 115M 2s 250K .......... .......... .......... .......... .......... 3% 121M 2s 300K .......... .......... .......... .......... .......... 3% 122M 2s 350K .......... .......... .......... .......... .......... 4% 3.67M 2s 400K .......... .......... .......... .......... .......... 4% 32.8M 1s 450K .......... .......... .......... .......... .......... 5% 96.9M 1s 500K .......... .......... .......... .......... .......... 5% 86.8M 1s 550K .......... .......... .......... .......... .......... 6% 99.1M 1s 600K .......... .......... .......... .......... .......... 7% 98.7M 1s 650K .......... .......... .......... .......... .......... 7% 93.5M 1s 700K .......... .......... .......... .......... .......... 8% 89.5M 1s 750K .......... .......... .......... .......... .......... 8% 4.88M 1s 800K .......... .......... .......... .......... .......... 9% 63.7M 1s 850K .......... .......... .......... .......... .......... 9% 36.7M 1s 900K .......... .......... .......... .......... .......... 10% 121M 1s 950K .......... .......... .......... .......... .......... 10% 118M 1s 1000K .......... .......... .......... .......... .......... 11% 98.4M 1s 1050K .......... .......... .......... .......... .......... 11% 87.9M 1s 1100K .......... .......... .......... .......... .......... 12% 97.8M 1s 1150K .......... .......... .......... .......... .......... 13% 101M 1s 1200K .......... .......... .......... .......... .......... 13% 94.7M 1s 1250K .......... .......... .......... .......... .......... 14% 80.9M 1s 1300K .......... .......... .......... .......... .......... 14% 99.1M 1s 1350K .......... .......... .......... .......... .......... 15% 101M 1s 1400K .......... .......... .......... .......... .......... 15% 90.9M 1s 1450K .......... .......... .......... .......... .......... 16% 101M 0s 1500K .......... .......... .......... .......... .......... 16% 7.60M 1s 1550K .......... .......... .......... .......... .......... 17% 73.0M 0s 1600K .......... .......... .......... .......... .......... 17% 44.2M 0s 1650K .......... .......... .......... .......... .......... 18% 26.7M 0s 1700K .......... .......... .......... .......... .......... 19% 77.7M 0s 1750K .......... .......... .......... .......... .......... 19% 86.0M 0s 1800K .......... .......... .......... .......... .......... 20% 113M 0s 1850K .......... .......... .......... .......... .......... 20% 106M 0s 1900K .......... .......... .......... .......... .......... 21% 129M 0s 1950K .......... .......... .......... .......... .......... 21% 146M 0s 2000K .......... .......... .......... .......... .......... 22% 131M 0s 2050K .......... .......... .......... .......... .......... 22% 145M 0s 2100K .......... .......... .......... .......... .......... 23% 126M 0s 2150K .......... .......... .......... .......... .......... 23% 146M 0s 2200K .......... .......... .......... .......... .......... 24% 149M 0s 2250K .......... .......... .......... .......... .......... 25% 149M 0s 2300K .......... .......... .......... .......... .......... 25% 142M 0s 2350K .......... .......... .......... .......... .......... 26% 179M 0s 2400K .......... .......... .......... .......... .......... 26% 176M 0s 2450K .......... .......... .......... .......... .......... 27% 176M 0s 2500K .......... .......... .......... .......... .......... 27% 141M 0s 2550K .......... .......... .......... .......... .......... 28% 172M 0s 2600K .......... .......... .......... .......... .......... 28% 158M 0s 2650K .......... .......... .......... .......... .......... 29% 194M 0s 2700K .......... .......... .......... .......... .......... 29% 168M 0s 2750K .......... .......... .......... .......... .......... 30% 206M 0s 2800K .......... .......... .......... .......... .......... 31% 276M 0s 2850K .......... .......... .......... .......... .......... 31% 311M 0s 2900K .......... .......... .......... .......... .......... 32% 254M 0s 2950K .......... .......... .......... .......... .......... 32% 302M 0s 3000K .......... .......... .......... .......... .......... 33% 292M 0s 3050K .......... .......... .......... .......... .......... 33% 21.0M 0s 3100K .......... .......... .......... .......... .......... 34% 84.5M 0s 3150K .......... .......... .......... .......... .......... 34% 140M 0s 3200K .......... .......... .......... .......... .......... 35% 253M 0s 3250K .......... .......... .......... .......... .......... 35% 132M 0s 3300K .......... .......... .......... .......... .......... 36% 162M 0s 3350K .......... .......... .......... .......... .......... 37% 246M 0s 3400K .......... .......... .......... .......... .......... 37% 111M 0s 3450K .......... .......... .......... .......... .......... 38% 167M 0s 3500K .......... .......... .......... .......... .......... 38% 229M 0s 3550K .......... .......... .......... .......... .......... 39% 158M 0s 3600K .......... .......... .......... .......... .......... 39% 219M 0s 3650K .......... .......... .......... .......... .......... 40% 250M 0s 3700K .......... .......... .......... .......... .......... 40% 144M 0s 3750K .......... .......... .......... .......... .......... 41% 265M 0s 3800K .......... .......... .......... .......... .......... 41% 303M 0s 3850K .......... .......... .......... .......... .......... 42% 192M 0s 3900K .......... .......... .......... .......... .......... 43% 75.9M 0s 3950K .......... .......... .......... .......... .......... 43% 186M 0s 4000K .......... .......... .......... .......... .......... 44% 91.8M 0s 4050K .......... .......... .......... .......... .......... 44% 97.3M 0s 4100K .......... .......... .......... .......... .......... 45% 77.8M 0s 4150K .......... .......... .......... .......... .......... 45% 200M 0s 4200K .......... .......... .......... .......... .......... 46% 201M 0s 4250K .......... .......... .......... .......... .......... 46% 200M 0s 4300K .......... .......... .......... .......... .......... 47% 138M 0s 4350K .......... .......... .......... .......... .......... 47% 196M 0s 4400K .......... .......... .......... .......... .......... 48% 183M 0s 4450K .......... .......... .......... .......... .......... 49% 201M 0s 4500K .......... .......... .......... .......... .......... 49% 161M 0s 4550K .......... .......... .......... .......... .......... 50% 199M 0s 4600K .......... .......... .......... .......... .......... 50% 194M 0s 4650K .......... .......... .......... .......... .......... 51% 195M 0s 4700K .......... .......... .......... .......... .......... 51% 175M 0s 4750K .......... .......... .......... .......... .......... 52% 198M 0s 4800K .......... .......... .......... .......... .......... 52% 183M 0s 4850K .......... .......... .......... .......... .......... 53% 195M 0s 4900K .......... .......... .......... .......... .......... 53% 165M 0s 4950K .......... .......... .......... .......... .......... 54% 193M 0s 5000K .......... .......... .......... .......... .......... 55% 175M 0s 5050K .......... .......... .......... .......... .......... 55% 176M 0s 5100K .......... .......... .......... .......... .......... 56% 169M 0s 5150K .......... .......... .......... .......... .......... 56% 193M 0s 5200K .......... .......... .......... .......... .......... 57% 22.8M 0s 5250K .......... .......... .......... .......... .......... 57% 204M 0s 5300K .......... .......... .......... .......... .......... 58% 202M 0s 5350K .......... .......... .......... .......... .......... 58% 112M 0s 5400K .......... .......... .......... .......... .......... 59% 184M 0s 5450K .......... .......... .......... .......... .......... 59% 267M 0s 5500K .......... .......... .......... .......... .......... 60% 223M 0s 5550K .......... .......... .......... .......... .......... 61% 221M 0s 5600K .......... .......... .......... .......... .......... 61% 236M 0s 5650K .......... .......... .......... .......... .......... 62% 165M 0s 5700K .......... .......... .......... .......... .......... 62% 133M 0s 5750K .......... .......... .......... .......... .......... 63% 247M 0s 5800K .......... .......... .......... .......... .......... 63% 225M 0s 5850K .......... .......... .......... .......... .......... 64% 181M 0s 5900K .......... .......... .......... .......... .......... 64% 159M 0s 5950K .......... .......... .......... .......... .......... 65% 188M 0s 6000K .......... .......... .......... .......... .......... 65% 205M 0s 6050K .......... .......... .......... .......... .......... 66% 137M 0s 6100K .......... .......... .......... .......... .......... 67% 85.6M 0s 6150K .......... .......... .......... .......... .......... 67% 204M 0s 6200K .......... .......... .......... .......... .......... 68% 204M 0s 6250K .......... .......... .......... .......... .......... 68% 215M 0s 6300K .......... .......... .......... .......... .......... 69% 180M 0s 6350K .......... .......... .......... .......... .......... 69% 225M 0s 6400K .......... .......... .......... .......... .......... 70% 211M 0s 6450K .......... .......... .......... .......... .......... 70% 162M 0s 6500K .......... .......... .......... .......... .......... 71% 199M 0s 6550K .......... .......... .......... .......... .......... 71% 207M 0s 6600K .......... .......... .......... .......... .......... 72% 194M 0s 6650K .......... .......... .......... .......... .......... 73% 73.9M 0s 6700K .......... .......... .......... .......... .......... 73% 178M 0s 6750K .......... .......... .......... .......... .......... 74% 293M 0s 6800K .......... .......... .......... .......... .......... 74% 287M 0s 6850K .......... .......... .......... .......... .......... 75% 298M 0s 6900K .......... .......... .......... .......... .......... 75% 198M 0s 6950K .......... .......... .......... .......... .......... 76% 284M 0s 7000K .......... .......... .......... .......... .......... 76% 295M 0s 7050K .......... .......... .......... .......... .......... 77% 285M 0s 7100K .......... .......... .......... .......... .......... 77% 277M 0s 7150K .......... .......... .......... .......... .......... 78% 286M 0s 7200K .......... .......... .......... .......... .......... 79% 297M 0s 7250K .......... .......... .......... .......... .......... 79% 270M 0s 7300K .......... .......... .......... .......... .......... 80% 226M 0s 7350K .......... .......... .......... .......... .......... 80% 295M 0s 7400K .......... .......... .......... .......... .......... 81% 14.1M 0s 7450K .......... .......... .......... .......... .......... 81% 116M 0s 7500K .......... .......... .......... .......... .......... 82% 199M 0s 7550K .......... .......... .......... .......... .......... 82% 225M 0s 7600K .......... .......... .......... .......... .......... 83% 217M 0s 7650K .......... .......... .......... .......... .......... 83% 206M 0s 7700K .......... .......... .......... .......... .......... 84% 150M 0s 7750K .......... .......... .......... .......... .......... 85% 219M 0s 7800K .......... .......... .......... .......... .......... 85% 166M 0s 7850K .......... .......... .......... .......... .......... 86% 185M 0s 7900K .......... .......... .......... .......... .......... 86% 199M 0s 7950K .......... .......... .......... .......... .......... 87% 213M 0s 8000K .......... .......... .......... .......... .......... 87% 146M 0s 8050K .......... .......... .......... .......... .......... 88% 178M 0s 8100K .......... .......... .......... .......... .......... 88% 89.0M 0s 8150K .......... .......... .......... .......... .......... 89% 101M 0s 8200K .......... .......... .......... .......... .......... 89% 122M 0s 8250K .......... .......... .......... .......... .......... 90% 67.8M 0s 8300K .......... .......... .......... .......... .......... 91% 170M 0s 8350K .......... .......... .......... .......... .......... 91% 151M 0s 8400K .......... .......... .......... .......... .......... 92% 151M 0s 8450K .......... .......... .......... .......... .......... 92% 133M 0s 8500K .......... .......... .......... .......... .......... 93% 124M 0s 8550K .......... .......... .......... .......... .......... 93% 142M 0s 8600K .......... .......... .......... .......... .......... 94% 149M 0s 8650K .......... .......... .......... .......... .......... 94% 151M 0s 8700K .......... .......... .......... .......... .......... 95% 132M 0s 8750K .......... .......... .......... .......... .......... 95% 145M 0s 8800K .......... .......... .......... .......... .......... 96% 144M 0s 8850K .......... .......... .......... .......... .......... 97% 148M 0s 8900K .......... .......... .......... .......... .......... 97% 136M 0s 8950K .......... .......... .......... .......... .......... 98% 175M 0s 9000K .......... .......... .......... .......... .......... 98% 179M 0s 9050K .......... .......... .......... .......... .......... 99% 143M 0s 9100K .......... .......... .......... .......... .......... 99% 143M 0s 9150K .......... .......... .... 100% 194M=0.2s 2025-05-29 14:03:23 (56.7 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: .: Can't open /venev-pgcli/bin/activate 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: 127