Sending build context to Docker daemon 23.04kB 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 ---> 2c873c15d037 Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in 9ea40c1f5f8b Removing intermediate container 9ea40c1f5f8b ---> feda2d9ca20c Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> 87725086827e Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in 05165a204217 Removing intermediate container 05165a204217 ---> d53d4f7270db Step 6/24 : ARG GITHUB_TOKEN ---> Running in 6e45e56d7425 Removing intermediate container 6e45e56d7425 ---> c168845d9eda Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in c2718ce33d78 Removing intermediate container c2718ce33d78 ---> eda0266a502b Step 8/24 : ENV HOME=/home/odoo ---> Running in ba1504d29599 Removing intermediate container ba1504d29599 ---> ee8d4fef3090 Step 9/24 : COPY .ssh $HOME/.ssh ---> 1cd01f7e8f56 Step 10/24 : COPY ./files/install /install ---> ecd7264290b2 Step 11/24 : COPY ./files/script /script ---> c4d7bb58753b Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in cd460b3b5036 Removing intermediate container cd460b3b5036 ---> 78dcaff99ac5 Step 13/24 : RUN apt-get update; apt-get install expect-dev python-lxml python-simplejson python-serial ---> Running in 211d8f78745b Get:1 http://ppa.launchpad.net trusty InRelease [15.4 kB] Get:2 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:3 http://deb.nodesource.com trusty InRelease [3,914 B] Get:4 http://apt.postgresql.org trusty-pgdg InRelease [56.5 kB] Get:5 http://ppa.launchpad.net trusty InRelease [20.8 kB] Get:6 http://deb.nodesource.com trusty/main amd64 Packages [964 B] Get:7 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:8 http://apt.postgresql.org trusty-pgdg/main amd64 Packages [201 kB] Get:9 http://ppa.launchpad.net trusty InRelease [15.9 kB] Get:10 http://ppa.launchpad.net trusty/main amd64 Packages [10.6 kB] Get:11 http://ppa.launchpad.net trusty/main amd64 Packages [2,941 B] Get:12 http://ppa.launchpad.net trusty/main amd64 Packages [3,533 B] Get:13 http://ppa.launchpad.net trusty/main amd64 Packages [23.2 kB] Get:14 http://ppa.launchpad.net trusty/main amd64 Packages [5,212 B] Ign http://archive.ubuntu.com trusty InRelease Get:15 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:16 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] Get:17 http://archive.ubuntu.com trusty Release.gpg [933 B] Get:18 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,460 kB] Get:19 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [671 kB] Get:20 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [16.1 kB] Get:21 http://archive.ubuntu.com trusty-security/main amd64 Packages [1,032 kB] Get:22 http://archive.ubuntu.com trusty-security/universe amd64 Packages [378 kB] Get:23 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [4,730 B] Get:24 http://archive.ubuntu.com trusty Release [58.5 kB] Get:25 http://archive.ubuntu.com trusty/main amd64 Packages [1,743 kB] 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.6 MB in 5s (2,295 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... expect-dev is already the newest version. Suggested packages: python-lxml-dbg python-wxgtk2.8 python-wxgtk The following NEW packages will be installed: python-lxml python-serial python-simplejson 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. Need to get 744 kB of archives. After this operation, 3,196 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-lxml amd64 3.3.3-1ubuntu0.2 [629 kB] Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main python-serial all 2.6-1build1 [60.1 kB] Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main python-simplejson amd64 3.3.1-1ubuntu6 [54.7 kB] Fetched 744 kB in 1s (698 kB/s) Selecting previously unselected package python-lxml. (Reading database ... 50640 files and directories currently installed.) Preparing to unpack .../python-lxml_3.3.3-1ubuntu0.2_amd64.deb ... Unpacking python-lxml (3.3.3-1ubuntu0.2) ... Selecting previously unselected package python-serial. Preparing to unpack .../python-serial_2.6-1build1_all.deb ... Unpacking python-serial (2.6-1build1) ... Selecting previously unselected package python-simplejson. Preparing to unpack .../python-simplejson_3.3.1-1ubuntu6_amd64.deb ... Unpacking python-simplejson (3.3.1-1ubuntu6) ... Setting up python-lxml (3.3.3-1ubuntu0.2) ... Setting up python-serial (2.6-1build1) ... Setting up python-simplejson (3.3.1-1ubuntu6) ... Removing intermediate container 211d8f78745b ---> a20eb8b397a4 Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.5" >> /etc/environment ---> Running in 5798a1f92c60 Removing intermediate container 5798a1f92c60 ---> fd1999bca851 Step 15/24 : USER odoo ---> Running in caf7daa3012d Removing intermediate container caf7daa3012d ---> 24a4612fe4b8 Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.5 ---> Running in 4251c4fcda09 Removing intermediate container 4251c4fcda09 ---> ad0c86b389f5 Step 17/24 : ENV TRAVIS_REPO_SLUG=OCA/account-financial-tools ---> Running in 4ec48b50fcbc Removing intermediate container 4ec48b50fcbc ---> 121580bf6525 Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in ab0e2ce0124f Removing intermediate container ab0e2ce0124f ---> 3abbd09f7e40 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/1083/head:refs/pull/1083' || true && git fetch --update-head-ok -p origin '+refs/merge-requests/1083/head:refs/pull/1083' || true && git checkout -qf pull/1083 && git config --global user.email "None" && git config --global user.name "None" || true ---> Running in 0ab391f5c729 Initialized empty Git repository in /home/odoo/build/OCA/account-financial-tools/.git/ From github.com:OCA/account-financial-tools * [new ref] refs/pull/1083/head -> refs/pull/1083 fatal: couldn't find remote ref refs/merge-requests/1083/head Removing intermediate container 0ab391f5c729 ---> 543e4af59963 Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in 6d534998c2a7 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container 6d534998c2a7 ---> f20bda15d85c Step 21/24 : ENV VERSION="11.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" PSQL_VERSION="9.6" TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" INCLUDE="account_asset_disposal" ---> Running in 1aa0432752c2 Removing intermediate container 1aa0432752c2 ---> 9f77a3a0c5ed Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in cd2782200f07 Removing intermediate container cd2782200f07 ---> 5465231a9b37 Step 23/24 : RUN /bin/bash -c "source ${REPO_REQUIREMENTS}/virtualenv/python3.5/bin/activate && source ${REPO_REQUIREMENTS}/virtualenv/nodejs/bin/activate && source /rvm_env.sh && /install" ---> Running in 9b51b075e84b 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.806s 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-1605640486125/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 8.154s 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 11.0 -> FETCH_HEAD  + b9fa6489a...889e7c76b 11.0 -> odoo/11.0 (forced update) DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. Collecting pip Downloading pip-20.2.4-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.2.4 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. pylint-odoo 0.0.1.dev513 requires docutils==0.16, but you'll have docutils 0.12 which is incompatible. pylint-odoo 0.0.1.dev513 requires lxml>=4.2.3, but you'll have lxml 3.7.1 which is incompatible. DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. Getting addons dependencies DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. Collecting numpy==1.15 Downloading numpy-1.15.0-cp35-cp35m-manylinux1_x86_64.whl (13.8 MB) Collecting numpy-financial==1.0.0 Downloading numpy_financial-1.0.0-py3-none-any.whl (14 kB) Installing collected packages: numpy, numpy-financial Successfully installed numpy-1.15.0 numpy-financial-1.0.0 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. Collecting pyzbar Downloading pyzbar-0.1.8-py2.py3-none-any.whl (28 kB) Collecting pdf2image Downloading pdf2image-1.14.0-py3-none-any.whl (10 kB) Requirement already satisfied, skipping upgrade: pillow in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from pdf2image->-r /home/odoo/dependencies/server-ux/requirements.txt (line 2)) (4.0.0) Requirement already satisfied, skipping upgrade: olefile in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from pillow->pdf2image->-r /home/odoo/dependencies/server-ux/requirements.txt (line 2)) (0.46) Installing collected packages: pyzbar, pdf2image Successfully installed pdf2image-1.14.0 pyzbar-0.1.8 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. Collecting checksumdir Downloading checksumdir-1.1.7.tar.gz (3.1 kB) Collecting raven Downloading raven-6.10.0-py2.py3-none-any.whl (284 kB) Collecting pysftp Downloading pysftp-0.2.9.tar.gz (25 kB) Collecting acme_tiny Downloading acme_tiny-4.1.0-py2.py3-none-any.whl (6.8 kB) Collecting IPy Downloading IPy-1.00.tar.gz (35 kB) Requirement already up-to-date: pyopenssl in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 6)) (19.1.0) Collecting paramiko>=1.17 Downloading paramiko-2.7.2-py2.py3-none-any.whl (206 kB) Requirement already satisfied, skipping upgrade: cryptography>=2.8 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 6)) (3.1.1) Requirement already satisfied, skipping upgrade: six>=1.5.2 in /usr/local/lib/python3.5/dist-packages (from pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 6)) (1.15.0) Collecting pynacl>=1.0.1 Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) Collecting bcrypt>=3.1.3 Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) Requirement already satisfied, skipping upgrade: cffi!=1.11.3,>=1.8 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from cryptography>=2.8->pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 6)) (1.14.3) Requirement already satisfied, skipping upgrade: pycparser in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.8->pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 6)) (2.20) Building wheels for collected packages: checksumdir, pysftp, IPy Building wheel for checksumdir (setup.py): started Building wheel for checksumdir (setup.py): finished with status 'done' Created wheel for checksumdir: filename=checksumdir-1.1.7-py3-none-any.whl size=4245 sha256=16f1ac88d970d1a8ef05666cbc51838543f011640a8c99de00604c64db5da0c8 Stored in directory: /home/odoo/.cache/pip/wheels/3b/26/b9/7fecdd19c3862dd43a99977222bdf0675234bf8eec6eb8584f Building wheel for pysftp (setup.py): started Building wheel for pysftp (setup.py): finished with status 'done' Created wheel for pysftp: filename=pysftp-0.2.9-py3-none-any.whl size=15483 sha256=e50631341f19ac2bbeaf85c24c5335d98ad76ce9b40dfe865431ff9e96da062d Stored in directory: /home/odoo/.cache/pip/wheels/f5/45/5d/a36b176e62754ed9f689e0ef44e5ee862900c5988da2654048 Building wheel for IPy (setup.py): started Building wheel for IPy (setup.py): finished with status 'done' Created wheel for IPy: filename=IPy-1.0-py3-none-any.whl size=21139 sha256=2e7b4169c9ccba2cc2803f0458da3130738b3a271b87753b64f629f6c9c6d655 Stored in directory: /home/odoo/.cache/pip/wheels/8a/eb/44/16295084fbc3a1c70deba08aa43b6a53947484d406d3485ff1 Successfully built checksumdir pysftp IPy Installing collected packages: checksumdir, raven, pynacl, bcrypt, paramiko, pysftp, acme-tiny, IPy Successfully installed IPy-1.0 acme-tiny-4.1.0 bcrypt-3.1.7 checksumdir-1.1.7 paramiko-2.7.2 pynacl-1.4.0 pysftp-0.2.9 raven-6.10.0 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. Requirement already satisfied: coverage in /.repo_requirements/virtualenv/python3.5/lib/python3.5/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 Nov 17 19:14 build drwxr-xr-x 6 odoo odoo 4096 Nov 17 19:17 dependencies drwxr-xr-x 7 odoo odoo 4096 Nov 17 19:14 maintainer-quality-tools lrwxrwxrwx 1 odoo odoo 24 Nov 17 19:14 odoo-11.0 -> /.repo_requirements/odoo lrwxrwxrwx 1 root root 25 Oct 14 23:27 tools -> /.repo_requirements/tools Content of /home/odoo/dependencies: total 16 drwxr-xr-x 12 odoo odoo 4096 Nov 17 19:17 queue drwxr-xr-x 10 odoo odoo 4096 Nov 17 19:17 server-env drwxr-xr-x 43 odoo odoo 4096 Nov 17 19:17 server-tools drwxr-xr-x 20 odoo odoo 4096 Nov 17 19:17 server-ux Removing intermediate container 9b51b075e84b ---> 364ee989b2ce Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in 7fe7a2e89bf1 Removing intermediate container 7fe7a2e89bf1 ---> e8138792be3c Successfully built e8138792be3c Successfully tagged oca-account-financial-tools:6f1d41e_env_2_job_1