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:db2897f695d4668818a1e9cb7b72482711f27d06a829d9216f2d6074b4536b61 Status: Image is up to date for vauxoo/odoo-80-image-shippable-auto:latest ---> ede78ea2ca48 Step 2/24 : COPY files/entrypoint.sh /entrypoint.sh ---> 588e189e15e9 Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in dadddce7ae15 Removing intermediate container dadddce7ae15 ---> 19f9c3ab269c Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> 6e982e258fed Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in 16011cbd0a63 Removing intermediate container 16011cbd0a63 ---> 3139ebc0d7ba Step 6/24 : ARG GITHUB_TOKEN ---> Running in 4034d2af7293 Removing intermediate container 4034d2af7293 ---> 1db40906e968 Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in 5db93a00fa09 Removing intermediate container 5db93a00fa09 ---> 641afce262c2 Step 8/24 : ENV HOME=/home/odoo ---> Running in 035274cadbc5 Removing intermediate container 035274cadbc5 ---> afc83c070369 Step 9/24 : COPY .ssh $HOME/.ssh ---> 08ac6efae448 Step 10/24 : COPY ./files/install /install ---> 01d0ebe8c713 Step 11/24 : COPY ./files/script /script ---> e4fe95880aa9 Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in beafc45d815a Removing intermediate container beafc45d815a ---> 8f9bcb994239 Step 13/24 : RUN apt-get update; apt-get install expect-dev ---> Running in 9fa6fd78d52b Get:1 http://apt.postgresql.org trusty-pgdg InRelease [56.5 kB] Ign http://archive.ubuntu.com trusty InRelease Get:2 http://ppa.launchpad.net trusty InRelease [15.4 kB] Get:3 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://apt.postgresql.org trusty-pgdg/main amd64 Packages [201 kB] Get:5 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:6 http://deb.nodesource.com trusty InRelease [3,914 B] Get:7 http://ppa.launchpad.net trusty InRelease [20.8 kB] Get:8 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] Get:9 http://archive.ubuntu.com trusty Release.gpg [933 B] Get:10 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:11 http://deb.nodesource.com trusty/main amd64 Packages [964 B] Get:12 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,460 kB] Get:13 http://ppa.launchpad.net trusty InRelease [15.9 kB] Get:14 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [671 kB] Get:15 http://ppa.launchpad.net trusty/main amd64 Packages [10.6 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://archive.ubuntu.com trusty-security/universe amd64 Packages [378 kB] Get:20 http://ppa.launchpad.net trusty/main amd64 Packages [3,533 B] Get:21 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [4,730 B] Get:22 http://archive.ubuntu.com trusty Release [58.5 kB] Get:23 http://ppa.launchpad.net trusty/main amd64 Packages [23.2 kB] Get:24 http://archive.ubuntu.com trusty/main amd64 Packages [1,743 kB] Get:25 http://archive.ubuntu.com trusty/universe amd64 Packages [7,589 kB] Get:26 http://ppa.launchpad.net trusty/main amd64 Packages [5,212 B] Get:27 http://archive.ubuntu.com trusty/multiverse amd64 Packages [169 kB] Fetched 13.6 MB in 2s (5,376 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... expect-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Removing intermediate container 9fa6fd78d52b ---> 2817f68ec567 Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.6" >> /etc/environment ---> Running in ee98e35f8975 Removing intermediate container ee98e35f8975 ---> 4c1a0bd9abcd Step 15/24 : USER odoo ---> Running in 50fa4e9ecf06 Removing intermediate container 50fa4e9ecf06 ---> a2ab1e76022b Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.6 ---> Running in 9d99a5def973 Removing intermediate container 9d99a5def973 ---> 796548845ee8 Step 17/24 : ENV TRAVIS_REPO_SLUG=OCA/account-financial-tools ---> Running in 717ec03c7611 Removing intermediate container 717ec03c7611 ---> 3f19d6ce0d09 Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in 190ec8d17d9d Removing intermediate container 190ec8d17d9d ---> 66d49021187a Step 19/24 : RUN git init ${TRAVIS_BUILD_DIR} && cd ${TRAVIS_BUILD_DIR} && git remote add origin git@github.com:OCA/account-financial-tools.git && git fetch --update-head-ok -p origin '+refs/pull/1100/head:refs/pull/1100' || true && git fetch --update-head-ok -p origin '+refs/merge-requests/1100/head:refs/pull/1100' || true && git checkout -qf pull/1100 && git config --global user.email "None" && git config --global user.name "None" || true ---> Running in 0c1a3d171c0e Initialized empty Git repository in /home/odoo/build/OCA/account-financial-tools/.git/ From github.com:OCA/account-financial-tools * [new ref] refs/pull/1100/head -> refs/pull/1100 fatal: couldn't find remote ref refs/merge-requests/1100/head Removing intermediate container 0c1a3d171c0e ---> 0bf7709e10e4 Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in d2edbd36161c ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container d2edbd36161c ---> 626ed3731196 Step 21/24 : ENV VERSION="13.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" PSQL_VERSION="9.6" TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" ---> Running in 3120ecc246f1 Removing intermediate container 3120ecc246f1 ---> b1143657f33d Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in b16e01aa5c7b Removing intermediate container b16e01aa5c7b ---> ee7ac11ce25a Step 23/24 : RUN /bin/bash -c "source ${REPO_REQUIREMENTS}/virtualenv/python3.6/bin/activate && source ${REPO_REQUIREMENTS}/virtualenv/nodejs/bin/activate && source /rvm_env.sh && /install" ---> Running in 7323d6e717df Cloning into '/home/odoo/maintainer-quality-tools'... npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported /.repo_requirements/virtualenv/nodejs/bin/lessc -> /.repo_requirements/virtualenv/nodejs/lib/node_modules/less/bin/lessc + less-plugin-clean-css@1.5.1 + less@3.0.4 added 64 packages from 105 contributors in 3.669s npm WARN deprecated phantomjs-prebuilt@2.1.16: this package is now deprecated npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported  > phantomjs-prebuilt@2.1.16 install /home/odoo/build/OCA/account-financial-tools/node_modules/phantomjs-prebuilt > node install.js Considering PhantomJS found at /usr/bin/phantomjs Found PhantomJS at /usr/bin/phantomjs ...verifying PhantomJS detected, but wrong version 1.9.0 @ /usr/bin/phantomjs. Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2 Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 Receiving... Received 22866K total. Extracting tar contents (via spawned process) Removing /home/odoo/build/OCA/account-financial-tools/node_modules/phantomjs-prebuilt/lib/phantom Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1606862559589/phantomjs-2.1.1-linux-x86_64 -> /home/odoo/build/OCA/account-financial-tools/node_modules/phantomjs-prebuilt/lib/phantom Writing location.js file Done. Phantomjs binary available at /home/odoo/build/OCA/account-financial-tools/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs npm WARN saveError ENOENT: no such file or directory, open '/home/odoo/build/OCA/account-financial-tools/package.json' npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN enoent ENOENT: no such file or directory, open '/home/odoo/build/OCA/account-financial-tools/package.json' npm WARN account-financial-tools No description npm WARN account-financial-tools No repository field. npm WARN account-financial-tools No README data npm WARN account-financial-tools No license field.  + phantomjs-prebuilt@2.1.16 added 81 packages from 77 contributors and audited 81 packages in 7.775s 1 package is looking for funding run `npm fund` for details found 0 vulnerabilities Using Odoo from cache /.repo_requirements From https://github.com/odoo/odoo * branch 13.0 -> FETCH_HEAD  + 55a5eaf36...3dc72b357 13.0 -> odoo/13.0 (forced update) Collecting pip Downloading pip-20.3-py2.py3-none-any.whl (1.5 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.2.3 Uninstalling pip-20.2.3: Successfully uninstalled pip-20.2.3 Successfully installed pip-20.3 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pylint-odoo 0.0.1.dev513 requires docutils==0.16, but you have docutils 0.14 which is incompatible. pylint-odoo 0.0.1.dev513 requires lxml>=4.2.3, but you have lxml 3.7.1 which is incompatible. Getting addons dependencies Collecting pdf2image Downloading pdf2image-1.14.0-py3-none-any.whl (10 kB) Requirement already satisfied: pillow in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from pdf2image->-r /home/odoo/dependencies/server-ux/requirements.txt (line 2)) (5.4.1) Collecting pyzbar Downloading pyzbar-0.1.8-py2.py3-none-any.whl (28 kB) Installing collected packages: pyzbar, pdf2image Successfully installed pdf2image-1.14.0 pyzbar-0.1.8 Requirement already satisfied: coverage in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (5.3) You have installed wkhtmltopdf but is not patched (probably) then we will overwrite it Installing webkit (wkhtmltopdf) patched version 0.12.4 Content of /home/odoo: total 16 drwxr-xr-x 1 odoo odoo 4096 Dec 1 22:42 build drwxr-xr-x 4 odoo odoo 4096 Dec 1 22:46 dependencies drwxr-xr-x 7 odoo odoo 4096 Dec 1 22:42 maintainer-quality-tools lrwxrwxrwx 1 odoo odoo 24 Dec 1 22:42 odoo-13.0 -> /.repo_requirements/odoo lrwxrwxrwx 1 root root 25 Oct 14 23:27 tools -> /.repo_requirements/tools Content of /home/odoo/dependencies: total 8 drwxr-xr-x 11 odoo odoo 4096 Dec 1 22:46 queue drwxr-xr-x 20 odoo odoo 4096 Dec 1 22:46 server-ux Removing intermediate container 7323d6e717df ---> d70ca6ef99c7 Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in ee761062d9c4 Removing intermediate container ee761062d9c4 ---> 36d02e490d74 Successfully built 36d02e490d74 Successfully tagged oca-account-financial-tools:e322c01_env_1_job_2