Sending build context to Docker daemon 31.74kB Step 1/24 : FROM vauxoo/odoo-80-image-shippable-auto latest: Pulling from vauxoo/odoo-80-image-shippable-auto Digest: sha256:474a6205dea6e597879259ab6f50fb282c8ce1ed9f4d9aa1fa56399f784f797b Status: Downloaded newer image for vauxoo/odoo-80-image-shippable-auto:latest ---> b46c14537c9b Step 2/24 : COPY files/entrypoint.sh /entrypoint.sh ---> e52d2e7b6041 Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in 06c6f1820759 Removing intermediate container 06c6f1820759 ---> d10a0b57e048 Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> e70a8bf2b400 Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in 442589be1f5e Removing intermediate container 442589be1f5e ---> 0c07b0887660 Step 6/24 : ARG GITHUB_TOKEN ---> Running in 54f564ca76b5 Removing intermediate container 54f564ca76b5 ---> f112c961fcc0 Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in d75b6e4bb53f Removing intermediate container d75b6e4bb53f ---> e7456b42a94f Step 8/24 : ENV HOME=/home/odoo ---> Running in 0e76feb085be Removing intermediate container 0e76feb085be ---> 7866fcc8bd17 Step 9/24 : COPY .ssh $HOME/.ssh ---> 417f472c00ee Step 10/24 : COPY ./files/install /install ---> e2b5fd9d6b15 Step 11/24 : COPY ./files/script /script ---> 054b72303a3e Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in fc0667f827e4 Removing intermediate container fc0667f827e4 ---> 4a4430c73f16 Step 13/24 : RUN apt-get update; apt-get install expect-dev openssl ---> Running in c88606040886 Get:1 http://ppa.launchpad.net trusty InRelease [20.9 kB] Ign http://archive.ubuntu.com trusty InRelease Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://deb.nodesource.com trusty InRelease [3,914 B] Get:4 https://apt-archive.postgresql.org trusty-pgdg InRelease Get:5 https://apt-archive.postgresql.org trusty-pgdg/main amd64 Packages Get:6 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:7 http://deb.nodesource.com trusty/main amd64 Packages [964 B] Get:8 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] Get:9 http://ppa.launchpad.net trusty InRelease [20.8 kB] Get:10 http://archive.ubuntu.com trusty Release.gpg [933 B] Get:11 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,460 kB] Get:12 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:13 http://ppa.launchpad.net trusty InRelease [16.0 kB] Get:14 http://ppa.launchpad.net trusty/main amd64 Packages [15.9 kB] Get:15 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [671 kB] Get:16 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [16.1 kB] Get:17 http://ppa.launchpad.net trusty/main amd64 Packages [2,941 B] Get:18 http://archive.ubuntu.com trusty-security/main amd64 Packages [1,032 kB] Get:19 http://ppa.launchpad.net trusty/main amd64 Packages [3,533 B] Get:20 http://archive.ubuntu.com trusty-security/universe amd64 Packages [378 kB] Get:21 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [4,730 B] Get:22 http://ppa.launchpad.net trusty/main amd64 Packages [23.2 kB] Get:23 http://archive.ubuntu.com trusty Release [58.5 kB] Get:24 http://archive.ubuntu.com trusty/main amd64 Packages [1,743 kB] Get:25 http://ppa.launchpad.net trusty/main amd64 Packages [5,212 B] Get:26 http://archive.ubuntu.com trusty/universe amd64 Packages [7,589 kB] Get:27 http://archive.ubuntu.com trusty/multiverse amd64 Packages [169 kB] Fetched 13.7 MB in 2s (4,753 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... expect-dev is already the newest version. openssl is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Removing intermediate container c88606040886 ---> eb7ef4dc7d8e Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.10" >> /etc/environment ---> Running in a9d39bfaf72c Removing intermediate container a9d39bfaf72c ---> 8592d9137d8a Step 15/24 : USER odoo ---> Running in 15f4d8c46870 Removing intermediate container 15f4d8c46870 ---> bea86e32efb2 Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.10 ---> Running in 610568a0230e Removing intermediate container 610568a0230e ---> 054344b42500 Step 17/24 : ENV TRAVIS_REPO_SLUG=vauxoo/odoo-out-of-the-box ---> Running in bde05f8e8978 Removing intermediate container bde05f8e8978 ---> cbd6b17e8ad3 Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in 0e934c31441b Removing intermediate container 0e934c31441b ---> 5234555e9944 Step 19/24 : RUN git init ${TRAVIS_BUILD_DIR} && cd ${TRAVIS_BUILD_DIR} && git remote add origin git@git.vauxoo.com:vauxoo/odoo-out-of-the-box.git && git fetch --update-head-ok -p origin '+refs/heads/16.0:refs/heads/16.0' && git checkout -qf 16.0 && git config --global user.email "moylop260@vauxoo.com" && git config --global user.name "Moisés López" || true ---> Running in fd350284ae96 Initialized empty Git repository in /home/odoo/build/vauxoo/odoo-out-of-the-box/.git/ From git.vauxoo.com:vauxoo/odoo-out-of-the-box * [new branch] 16.0 -> 16.0  * [new branch] 16.0 -> origin/16.0 Removing intermediate container fd350284ae96 ---> 46fa691586e0 Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in c9ea0608b1c5 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container c9ea0608b1c5 ---> 845242567da0 Step 21/24 : ENV TESTS="0" LINT_CHECK="0" PSQL_VERSION="11" TESTS="1" ---> Running in 6c09b9fe7b4a Removing intermediate container 6c09b9fe7b4a ---> 94447e247bdc Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in e2b0019d8e6f Removing intermediate container e2b0019d8e6f ---> d1b88b1868b6 Step 23/24 : RUN /bin/bash -c "source ${REPO_REQUIREMENTS}/virtualenv/python3.10/bin/activate && source ${REPO_REQUIREMENTS}/virtualenv/nodejs/bin/activate && source /rvm_env.sh && /install" ---> Running in 842e78a357e1 /bin/bash: /.repo_requirements/virtualenv/python3.10/bin/activate: No such file or directory The command '/bin/sh -c /bin/bash -c "source ${REPO_REQUIREMENTS}/virtualenv/python3.10/bin/activate && source ${REPO_REQUIREMENTS}/virtualenv/nodejs/bin/activate && source /rvm_env.sh && /install"' returned a non-zero code: 1