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 ---> 485b00e1954b Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in 03a35d931c73 Removing intermediate container 03a35d931c73 ---> 218939e24593 Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> 262283833c0b Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in bc50814ce200 Removing intermediate container bc50814ce200 ---> c65ac0c2bebc Step 6/24 : ARG GITHUB_TOKEN ---> Running in e9ac63c36cc5 Removing intermediate container e9ac63c36cc5 ---> efdcd345be46 Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in b4a6cdfbad3a Removing intermediate container b4a6cdfbad3a ---> f1bd0d1e263b Step 8/24 : ENV HOME=/home/odoo ---> Running in f12129d66f25 Removing intermediate container f12129d66f25 ---> 9b7424561075 Step 9/24 : COPY .ssh $HOME/.ssh ---> 1e9ba3442e72 Step 10/24 : COPY ./files/install /install ---> 27c4678207f3 Step 11/24 : COPY ./files/script /script ---> ecf19ea4265b Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in 517266330be8 Removing intermediate container 517266330be8 ---> c08b071329d5 Step 13/24 : RUN apt-get update; apt-get install expect-dev python-lxml python-simplejson python-serial ---> Running in 9a85d37b1ce9 Get:1 http://ppa.launchpad.net trusty InRelease [15.4 kB] Ign http://archive.ubuntu.com trusty InRelease Get:2 http://apt.postgresql.org trusty-pgdg InRelease [56.5 kB] Get:3 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://deb.nodesource.com trusty InRelease [3,914 B] Get:5 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:6 http://apt.postgresql.org trusty-pgdg/main amd64 Packages [201 kB] 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://deb.nodesource.com trusty/main amd64 Packages [964 B] 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 [15.9 kB] Get:14 http://ppa.launchpad.net trusty/main amd64 Packages [10.6 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://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,307 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 0s (991 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 9a85d37b1ce9 ---> 0a43028c0063 Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.5" >> /etc/environment ---> Running in d47379f8ac73 Removing intermediate container d47379f8ac73 ---> 6c5fd38ded8f Step 15/24 : USER odoo ---> Running in c050144e3034 Removing intermediate container c050144e3034 ---> b5e0d457ced9 Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.5 ---> Running in 2bfd4b7c9776 Removing intermediate container 2bfd4b7c9776 ---> 976e40a51868 Step 17/24 : ENV TRAVIS_REPO_SLUG=OCA/account-financial-tools ---> Running in f4ac7ba17b72 Removing intermediate container f4ac7ba17b72 ---> bf9c79ff50ae Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in b154231e1032 Removing intermediate container b154231e1032 ---> e7623eab8cfc 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/905/head:refs/pull/905' || true && git fetch --update-head-ok -p origin '+refs/merge-requests/905/head:refs/pull/905' || true && git checkout -qf pull/905 && git config --global user.email "None" && git config --global user.name "None" || true ---> Running in 72cb90969964 Initialized empty Git repository in /home/odoo/build/OCA/account-financial-tools/.git/ From github.com:OCA/account-financial-tools * [new ref] refs/pull/905/head -> refs/pull/905 fatal: couldn't find remote ref refs/merge-requests/905/head Removing intermediate container 72cb90969964 ---> f1b1a33bd892 Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in b83d93be5bb0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container b83d93be5bb0 ---> e58706b232f8 Step 21/24 : ENV VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" PSQL_VERSION="9.6" TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" ---> Running in be2101dbcd88 Removing intermediate container be2101dbcd88 ---> 704dd327c73a Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in 06a8d4cad4f9 Removing intermediate container 06a8d4cad4f9 ---> 03ae51bdcfbd 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 e4afe3afc5e2 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.747s 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-1606744796980/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.227s 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 12.0 -> FETCH_HEAD  + 2d890c0f7...bd234e5da 12.0 -> odoo/12.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.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 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: 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.12 which is incompatible. pylint-odoo 0.0.1.dev513 requires lxml>=4.2.3, but you 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 Downloading numpy-1.18.5-cp35-cp35m-manylinux1_x86_64.whl (19.9 MB) Installing collected packages: numpy Successfully installed numpy-1.18.5 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 openupgradelib@ git+https://github.com/OCA/openupgradelib.git Cloning https://github.com/OCA/openupgradelib.git to /tmp/pip-install-t7ulzqhr/openupgradelib_791fa737089c47188e6845443eb4329b Requirement already satisfied: lxml in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from openupgradelib@ git+https://github.com/OCA/openupgradelib.git->-r /home/odoo/dependencies/server-ux/requirements.txt (line 3)) (3.7.1) Collecting pdf2image Downloading pdf2image-1.14.0-py3-none-any.whl (10 kB) Requirement already satisfied: 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) Collecting pyzbar Downloading pyzbar-0.1.8-py2.py3-none-any.whl (28 kB) Collecting cssselect Downloading cssselect-1.1.0-py2.py3-none-any.whl (16 kB) Requirement already satisfied: 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) Building wheels for collected packages: openupgradelib Building wheel for openupgradelib (setup.py): started Building wheel for openupgradelib (setup.py): finished with status 'done' Created wheel for openupgradelib: filename=openupgradelib-3.0.0-py2.py3-none-any.whl size=62044 sha256=af69db9746ce700b951d8039adbe8db5a441a7e1b0744d7848e02658b4fd3a6e Stored in directory: /tmp/pip-ephem-wheel-cache-stcpc4vy/wheels/d0/d1/0e/093bb99e0c4a227d5e7f3ae0e1ceecc4f9ed0b11f22fac3b15 Successfully built openupgradelib Installing collected packages: cssselect, pyzbar, pdf2image, openupgradelib Successfully installed cssselect-1.1.0 openupgradelib-3.0.0 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. Requirement already satisfied: xlrd in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 3)) (1.0.0) Requirement already satisfied: xlwt in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 4)) (1.3.0) Collecting openpyxl Downloading openpyxl-2.6.4.tar.gz (173 kB) Collecting pygount<1.2.0 Downloading pygount-1.1.0-py3-none-any.whl (26 kB) Requirement already satisfied: pygments>=2.0 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from pygount<1.2.0->-r /home/odoo/dependencies/server-tools/requirements.txt (line 7)) (2.6.1) Collecting pysftp Downloading pysftp-0.2.9.tar.gz (25 kB) Collecting raven Downloading raven-6.10.0-py2.py3-none-any.whl (284 kB) Collecting xlrd Downloading xlrd-1.2.0-py2.py3-none-any.whl (103 kB) Collecting et_xmlfile Downloading et_xmlfile-1.0.1.tar.gz (8.4 kB) Collecting jdcal Downloading jdcal-1.4.1-py2.py3-none-any.whl (9.5 kB) Collecting paramiko>=1.17 Downloading paramiko-2.7.2-py2.py3-none-any.whl (206 kB) Requirement already satisfied: cryptography>=2.5 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (3.1.1) Collecting bcrypt>=3.1.3 Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.5/dist-packages (from bcrypt>=3.1.3->paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (1.15.0) Requirement already satisfied: cffi>=1.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bcrypt>=3.1.3->paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (1.14.3) Requirement already satisfied: pycparser in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (2.20) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.5/dist-packages (from bcrypt>=3.1.3->paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (1.15.0) Requirement already satisfied: cffi>=1.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bcrypt>=3.1.3->paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (1.14.3) Collecting pynacl>=1.0.1 Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) Requirement already satisfied: cffi>=1.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bcrypt>=3.1.3->paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (1.14.3) Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.5/dist-packages (from bcrypt>=3.1.3->paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (1.15.0) Building wheels for collected packages: openpyxl, pysftp, et-xmlfile Building wheel for openpyxl (setup.py): started Building wheel for openpyxl (setup.py): finished with status 'done' Created wheel for openpyxl: filename=openpyxl-2.6.4-py2.py3-none-any.whl size=245678 sha256=9c9f0c265b979fe72c9c580e375f3561947fd76bad34f2729c2e95d74e4dc541 Stored in directory: /home/odoo/.cache/pip/wheels/04/cc/a1/3fac901c11890ff7bcb68c2dc53824af4b5528d8bbf0fea264 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=2d3804bbe3ca3a04b3122171a22e2a5afa02220a44244e9a342f09c2ac0a44de Stored in directory: /home/odoo/.cache/pip/wheels/f5/45/5d/a36b176e62754ed9f689e0ef44e5ee862900c5988da2654048 Building wheel for et-xmlfile (setup.py): started Building wheel for et-xmlfile (setup.py): finished with status 'done' Created wheel for et-xmlfile: filename=et_xmlfile-1.0.1-py3-none-any.whl size=8917 sha256=f69d14e3a0e3c6bb205c0073bc97d67a41f59b83e40881cf1875822b6dda0a14 Stored in directory: /home/odoo/.cache/pip/wheels/bd/08/20/b32a8d2578f2de0b7f64f03e5880238fc3451605bc5bd04525 Successfully built openpyxl pysftp et-xmlfile Installing collected packages: pynacl, bcrypt, paramiko, jdcal, et-xmlfile, xlrd, raven, pysftp, pygount, openpyxl Attempting uninstall: xlrd Found existing installation: xlrd 1.0.0 Uninstalling xlrd-1.0.0: Successfully uninstalled xlrd-1.0.0 Successfully installed bcrypt-3.1.7 et-xmlfile-1.0.1 jdcal-1.4.1 openpyxl-2.6.4 paramiko-2.7.2 pygount-1.1.0 pynacl-1.4.0 pysftp-0.2.9 raven-6.10.0 xlrd-1.2.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: paramiko in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from -r /home/odoo/dependencies/storage/requirements.txt (line 1)) (2.7.2) Collecting boto3 Downloading boto3-1.16.25-py2.py3-none-any.whl (129 kB) Collecting cerberus Downloading Cerberus-1.3.2.tar.gz (52 kB) Requirement already satisfied: setuptools in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from cerberus->-r /home/odoo/dependencies/storage/requirements.txt (line 4)) (50.3.0) Requirement already satisfied: bcrypt>=3.1.3 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from paramiko->-r /home/odoo/dependencies/storage/requirements.txt (line 1)) (3.1.7) Requirement already satisfied: pynacl>=1.0.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from paramiko->-r /home/odoo/dependencies/storage/requirements.txt (line 1)) (1.4.0) Requirement already satisfied: cryptography>=2.5 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from paramiko->-r /home/odoo/dependencies/storage/requirements.txt (line 1)) (3.1.1) Collecting python-slugify>=3.0.2 Downloading python-slugify-4.0.1.tar.gz (11 kB) Collecting requests-mock Downloading requests_mock-1.8.0-py2.py3-none-any.whl (23 kB) Requirement already satisfied: requests<3,>=2.3 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (2.20.0) Requirement already satisfied: six in /usr/local/lib/python3.5/dist-packages (from requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (1.15.0) Collecting vcrpy>=2.1.1 Downloading vcrpy-4.1.1-py2.py3-none-any.whl (40 kB) Requirement already satisfied: six in /usr/local/lib/python3.5/dist-packages (from requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (1.15.0) Requirement already satisfied: wrapt in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from vcrpy>=2.1.1->-r /home/odoo/dependencies/storage/requirements.txt (line 3)) (1.12.1) Requirement already satisfied: PyYAML in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from vcrpy>=2.1.1->-r /home/odoo/dependencies/storage/requirements.txt (line 3)) (3.12) Collecting vcrpy-unittest Downloading vcrpy_unittest-0.1.7-py2.py3-none-any.whl (6.8 kB) Requirement already satisfied: six in /usr/local/lib/python3.5/dist-packages (from requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (1.15.0) Requirement already satisfied: cffi>=1.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bcrypt>=3.1.3->paramiko->-r /home/odoo/dependencies/storage/requirements.txt (line 1)) (1.14.3) Collecting botocore<1.20.0,>=1.19.25 Downloading botocore-1.19.25-py2.py3-none-any.whl (6.9 MB) Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from botocore<1.20.0,>=1.19.25->boto3->-r /home/odoo/dependencies/storage/requirements.txt (line 6)) (2.5.3) Requirement already satisfied: pycparser in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko->-r /home/odoo/dependencies/storage/requirements.txt (line 1)) (2.20) Requirement already satisfied: cffi>=1.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bcrypt>=3.1.3->paramiko->-r /home/odoo/dependencies/storage/requirements.txt (line 1)) (1.14.3) Requirement already satisfied: six in /usr/local/lib/python3.5/dist-packages (from requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (1.15.0) Collecting jmespath<1.0.0,>=0.7.1 Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) Requirement already satisfied: cffi>=1.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bcrypt>=3.1.3->paramiko->-r /home/odoo/dependencies/storage/requirements.txt (line 1)) (1.14.3) Requirement already satisfied: six in /usr/local/lib/python3.5/dist-packages (from requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (1.15.0) Requirement already satisfied: six in /usr/local/lib/python3.5/dist-packages (from requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (1.15.0) Requirement already satisfied: certifi>=2017.4.17 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests<3,>=2.3->requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (2020.6.20) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests<3,>=2.3->requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (3.0.4) Requirement already satisfied: idna<2.8,>=2.5 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests<3,>=2.3->requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (2.7) Collecting requests<3,>=2.3 Downloading requests-2.25.0-py2.py3-none-any.whl (61 kB) Requirement already satisfied: certifi>=2017.4.17 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests<3,>=2.3->requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (2020.6.20) Requirement already satisfied: idna<3,>=2.5 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests<3,>=2.3->requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (2.7) Requirement already satisfied: chardet<4,>=3.0.2 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests<3,>=2.3->requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (3.0.4) Collecting s3transfer<0.4.0,>=0.3.0 Downloading s3transfer-0.3.3-py2.py3-none-any.whl (69 kB) Collecting text-unidecode>=1.3 Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB) Collecting urllib3<1.27,>=1.25.4 Downloading urllib3-1.26.2-py2.py3-none-any.whl (136 kB) Collecting yarl<1.4 Downloading yarl-1.3.0-cp35-cp35m-manylinux1_x86_64.whl (247 kB) Requirement already satisfied: idna<3,>=2.5 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests<3,>=2.3->requests-mock->-r /home/odoo/dependencies/storage/requirements.txt (line 7)) (2.7) Collecting multidict>=4.0 Downloading multidict-5.0.2.tar.gz (53 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Building wheels for collected packages: python-slugify, cerberus, multidict Building wheel for python-slugify (setup.py): started Building wheel for python-slugify (setup.py): finished with status 'done' Created wheel for python-slugify: filename=python_slugify-4.0.1-py2.py3-none-any.whl size=6769 sha256=a10326e73dd2b636d2733bf684a6adb2c1d6d4f5bef9c8014bc9d65c8f93dae2 Stored in directory: /home/odoo/.cache/pip/wheels/98/7a/3e/4aeaefa43df7812ec41be42f9ac5942eaa17449cc7c8f17d33 Building wheel for cerberus (setup.py): started Building wheel for cerberus (setup.py): finished with status 'done' Created wheel for cerberus: filename=Cerberus-1.3.2-py3-none-any.whl size=54336 sha256=30d202b4ebda3f38cf64e1d284fb3f91a0167c04fba38cf408b6e7f8a7d4f409 Stored in directory: /home/odoo/.cache/pip/wheels/c5/51/1e/aa90d895bb8cebff95f60cfc9d598b6fc97e70c4c7f8648c0e Building wheel for multidict (PEP 517): started Building wheel for multidict (PEP 517): finished with status 'done' Created wheel for multidict: filename=multidict-5.0.2-cp35-cp35m-linux_x86_64.whl size=144713 sha256=f51a42ca09f4fd9da96e290f3bef9590a70f733471d949e1211df35acf5125d8 Stored in directory: /home/odoo/.cache/pip/wheels/73/65/4b/47df932c27e7b16518ed0bce39303b488916a804089f8a92ee Successfully built python-slugify cerberus multidict Installing collected packages: urllib3, multidict, jmespath, yarl, botocore, vcrpy, text-unidecode, s3transfer, requests, vcrpy-unittest, requests-mock, python-slugify, cerberus, boto3 Attempting uninstall: urllib3 Found existing installation: urllib3 1.24.3 Uninstalling urllib3-1.24.3: Successfully uninstalled urllib3-1.24.3 Attempting uninstall: requests Found existing installation: requests 2.20.0 Uninstalling requests-2.20.0: Successfully uninstalled requests-2.20.0 Successfully installed boto3-1.16.25 botocore-1.19.25 cerberus-1.3.2 jmespath-0.10.0 multidict-5.0.2 python-slugify-4.0.1 requests-2.25.0 requests-mock-1.8.0 s3transfer-0.3.3 text-unidecode-1.3 urllib3-1.26.2 vcrpy-4.1.1 vcrpy-unittest-0.1.7 yarl-1.3.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 cachetools>=2.0.1 Downloading cachetools-4.1.1-py3-none-any.whl (10 kB) Installing collected packages: cachetools Successfully installed cachetools-4.1.1 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 bokeh==1.1.0 Downloading bokeh-1.1.0.tar.gz (17.5 MB) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.5/dist-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (1.15.0) Requirement already satisfied: PyYAML>=3.10 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (3.12) Requirement already satisfied: python-dateutil>=2.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (2.5.3) Requirement already satisfied: Jinja2>=2.7 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (2.10.1) Requirement already satisfied: numpy>=1.7.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (1.18.5) Requirement already satisfied: pillow>=4.0 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (4.0.0) Collecting matplotlib>=2.0.0 Downloading matplotlib-3.0.3-cp35-cp35m-manylinux1_x86_64.whl (13.0 MB) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from matplotlib>=2.0.0->-r /home/odoo/dependencies/web/requirements.txt (line 6)) (2.1.10) Requirement already satisfied: numpy>=1.7.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (1.18.5) Requirement already satisfied: python-dateutil>=2.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (2.5.3) Collecting mpld3==0.3 Downloading mpld3-0.3.tar.gz (788 kB) Collecting plotly==4.1.0 Downloading plotly-4.1.0-py2.py3-none-any.whl (7.1 MB) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.5/dist-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (1.15.0) Collecting cycler>=0.10 Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.5/dist-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (1.15.0) Requirement already satisfied: MarkupSafe>=0.23 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from Jinja2>=2.7->bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (0.23) Collecting kiwisolver>=1.0.1 Downloading kiwisolver-1.1.0-cp35-cp35m-manylinux1_x86_64.whl (90 kB) Requirement already satisfied: setuptools in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from kiwisolver>=1.0.1->matplotlib>=2.0.0->-r /home/odoo/dependencies/web/requirements.txt (line 6)) (50.3.0) Collecting packaging>=16.8 Downloading packaging-20.7-py2.py3-none-any.whl (35 kB) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from matplotlib>=2.0.0->-r /home/odoo/dependencies/web/requirements.txt (line 6)) (2.1.10) Requirement already satisfied: olefile in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from pillow>=4.0->bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (0.46) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.5/dist-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (1.15.0) Collecting retrying>=1.3.3 Downloading retrying-1.3.3.tar.gz (10 kB) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.5/dist-packages (from bokeh==1.1.0->-r /home/odoo/dependencies/web/requirements.txt (line 2)) (1.15.0) Collecting tornado>=4.3 Downloading tornado-6.1-cp35-cp35m-manylinux2010_x86_64.whl (427 kB) Building wheels for collected packages: retrying, bokeh, mpld3 Building wheel for retrying (setup.py): started Building wheel for retrying (setup.py): finished with status 'done' Created wheel for retrying: filename=retrying-1.3.3-py3-none-any.whl size=11429 sha256=54c6bb9ced792938e8d39e58b232dab53f6a9df71a9cf28adc76f973149717ee Stored in directory: /home/odoo/.cache/pip/wheels/3b/99/4f/0a1f6df79f19d8004535c0ef947d89ced988bf231c8a9e8491 Building wheel for bokeh (setup.py): started Building wheel for bokeh (setup.py): finished with status 'done' Created wheel for bokeh: filename=bokeh-1.1.0-py3-none-any.whl size=8177276 sha256=e01d08283b090c76e13bcacf6db1a4fa84b9236162b154c13adb15ba75b7e83b Stored in directory: /home/odoo/.cache/pip/wheels/55/d7/ad/e7e59fd661812ec13c3fc77b1d4218eeb115217dc9d9d66d53 Building wheel for mpld3 (setup.py): started Building wheel for mpld3 (setup.py): finished with status 'done' Created wheel for mpld3: filename=mpld3-0.3-py3-none-any.whl size=116678 sha256=e660e6cf25db0911e88b69bba233519b7d84cca4760787109212451bb52f2dbd Stored in directory: /home/odoo/.cache/pip/wheels/10/a4/58/f7510b87385a8bff65b301933d7c6bf021e6681412b8b478ac Successfully built retrying bokeh mpld3 Installing collected packages: tornado, retrying, packaging, kiwisolver, cycler, plotly, mpld3, matplotlib, bokeh Successfully installed bokeh-1.1.0 cycler-0.10.0 kiwisolver-1.1.0 matplotlib-3.0.3 mpld3-0.3 packaging-20.7 plotly-4.1.0 retrying-1.3.3 tornado-6.1 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 email_validator Downloading email_validator-1.1.2-py2.py3-none-any.whl (17 kB) Requirement already satisfied: idna>=2.0.0 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from email_validator->-r /home/odoo/dependencies/partner-contact/requirements.txt (line 1)) (2.7) Collecting dnspython>=1.15.0 Downloading dnspython-1.16.0-py2.py3-none-any.whl (188 kB) Installing collected packages: dnspython, email-validator Successfully installed dnspython-1.16.0 email-validator-1.1.2 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 python-barcode==0.12.0 Downloading python_barcode-0.12.0-py3-none-any.whl (215 kB) Installing collected packages: python-barcode Successfully installed python-barcode-0.12.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 zeep Downloading zeep-3.4.0-py2.py3-none-any.whl (99 kB) Requirement already satisfied: lxml>=3.1.0 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (3.7.1) Requirement already satisfied: requests>=2.7.0 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (2.25.0) Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.5/dist-packages (from zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (1.15.0) Requirement already satisfied: pytz in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (2016.7) Requirement already satisfied: appdirs>=1.4.0 in /usr/local/lib/python3.5/dist-packages (from zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (1.4.4) Collecting attrs>=17.2.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) Collecting cached-property>=1.3.0 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) Collecting defusedxml>=0.4.1 Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) Collecting isodate>=0.5.4 Downloading isodate-0.6.0-py2.py3-none-any.whl (45 kB) Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.5/dist-packages (from zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (1.15.0) Requirement already satisfied: chardet<4,>=3.0.2 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests>=2.7.0->zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests>=2.7.0->zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (2.7) Requirement already satisfied: certifi>=2017.4.17 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests>=2.7.0->zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (2020.6.20) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from requests>=2.7.0->zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (1.26.2) Collecting requests-toolbelt>=0.7.1 Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) Requirement already satisfied: requests>=2.7.0 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from zeep->-r /home/odoo/dependencies/delivery-carrier/requirements.txt (line 1)) (2.25.0) Installing collected packages: requests-toolbelt, isodate, defusedxml, cached-property, attrs, zeep Successfully installed attrs-20.3.0 cached-property-1.5.2 defusedxml-0.6.0 isodate-0.6.0 requests-toolbelt-0.9.1 zeep-3.4.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 unidecode Downloading Unidecode-1.1.1-py2.py3-none-any.whl (238 kB) Installing collected packages: unidecode Successfully installed unidecode-1.1.1 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 altair Downloading altair-4.0.1-py3-none-any.whl (708 kB) Requirement already satisfied: numpy in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from altair->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 1)) (1.18.5) Requirement already satisfied: jinja2 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from altair->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 1)) (2.10.1) Collecting py3o.formats Downloading py3o.formats-0.3.zip (7.3 kB) Requirement already satisfied: setuptools in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from py3o.formats->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (50.3.0) Collecting py3o.template Downloading py3o.template-0.10.0-py3-none-any.whl (614 kB) Requirement already satisfied: six>=1.9 in /usr/local/lib/python3.5/dist-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (1.15.0) Requirement already satisfied: babel in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (2.3.4) Requirement already satisfied: Pillow in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (4.0.0) Requirement already satisfied: setuptools in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from py3o.formats->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (50.3.0) Requirement already satisfied: lxml in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (3.7.1) Requirement already satisfied: pytz>=0a in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from babel->py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (2016.7) Collecting entrypoints Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB) Collecting genshi>=0.7 Downloading Genshi-0.7.5-py3-none-any.whl (175 kB) Requirement already satisfied: six>=1.9 in /usr/local/lib/python3.5/dist-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (1.15.0) Requirement already satisfied: MarkupSafe>=0.23 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from jinja2->altair->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 1)) (0.23) Collecting jsonschema Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.5/dist-packages (from jsonschema->altair->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 1)) (2.0.0) Requirement already satisfied: setuptools in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from py3o.formats->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (50.3.0) Requirement already satisfied: six>=1.9 in /usr/local/lib/python3.5/dist-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (1.15.0) Requirement already satisfied: attrs>=17.4.0 in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from jsonschema->altair->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 1)) (20.3.0) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.5/dist-packages (from importlib-metadata->jsonschema->altair->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 1)) (1.2.0) Collecting pandas Downloading pandas-0.25.3-cp35-cp35m-manylinux1_x86_64.whl (10.3 MB) Requirement already satisfied: numpy in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from altair->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 1)) (1.18.5) Requirement already satisfied: olefile in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from Pillow->py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (0.46) Collecting pyjon.utils>0.6 Downloading pyjon.utils-0.7-py3-none-any.whl (6.5 kB) Requirement already satisfied: setuptools in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from py3o.formats->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (50.3.0) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.17.3.tar.gz (106 kB) Collecting python-dateutil>=2.6.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Requirement already satisfied: six>=1.9 in /usr/local/lib/python3.5/dist-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 2)) (1.15.0) Collecting pytz>=0a Downloading pytz-2020.4-py2.py3-none-any.whl (509 kB) Collecting toolz Downloading toolz-0.11.1-py3-none-any.whl (55 kB) Building wheels for collected packages: py3o.formats, pyrsistent Building wheel for py3o.formats (setup.py): started Building wheel for py3o.formats (setup.py): finished with status 'done' Created wheel for py3o.formats: filename=py3o.formats-0.3-py3-none-any.whl size=4307 sha256=9c07e08f182da80b5887920b2c08a99de784411c1b1cb06a60f4aedd8d63f00b Stored in directory: /home/odoo/.cache/pip/wheels/ec/c7/74/fd753cf1a3061e2a0f0408a67bb8f6766c8c1bd8df8825bef0 Building wheel for pyrsistent (setup.py): started Building wheel for pyrsistent (setup.py): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp35-cp35m-linux_x86_64.whl size=94042 sha256=55556eea8edd4f5630f782281713221c4fd2baf0d7b6601c6f3e121a1c36d83a Stored in directory: /home/odoo/.cache/pip/wheels/6e/ce/d7/a149c2d007203e74294d9d641ea6a6504a3d71a0540790e452 Successfully built py3o.formats pyrsistent Installing collected packages: pytz, python-dateutil, pyrsistent, toolz, pyjon.utils, pandas, jsonschema, genshi, entrypoints, py3o.template, py3o.formats, altair Attempting uninstall: pytz Found existing installation: pytz 2016.7 Uninstalling pytz-2016.7: Successfully uninstalled pytz-2016.7 Attempting uninstall: python-dateutil Found existing installation: python-dateutil 2.5.3 Uninstalling python-dateutil-2.5.3: Successfully uninstalled python-dateutil-2.5.3 Successfully installed altair-4.0.1 entrypoints-0.3 genshi-0.7.5 jsonschema-3.2.0 pandas-0.25.3 py3o.formats-0.3 py3o.template-0.10.0 pyjon.utils-0.7 pyrsistent-0.17.3 python-dateutil-2.8.1 pytz-2020.4 toolz-0.11.1 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 mysqlclient Downloading mysqlclient-2.0.1.tar.gz (87 kB) Collecting pymssql Downloading pymssql-2.1.5-cp35-cp35m-manylinux1_x86_64.whl (1.2 MB) Collecting sqlalchemy Downloading SQLAlchemy-1.3.20-cp35-cp35m-manylinux2010_x86_64.whl (1.3 MB) Building wheels for collected packages: mysqlclient Building wheel for mysqlclient (setup.py): started Building wheel for mysqlclient (setup.py): finished with status 'done' Created wheel for mysqlclient: filename=mysqlclient-2.0.1-cp35-cp35m-linux_x86_64.whl size=95096 sha256=528df5504d3333d82839c94edf0e92fd5fbe83d5d28b006ebd9975db6b26f8bf Stored in directory: /home/odoo/.cache/pip/wheels/f8/6c/ba/feff872c7da86f19c7ffe6e76dc6810da13a76fcb1d9080987 Successfully built mysqlclient Installing collected packages: sqlalchemy, pymssql, mysqlclient Successfully installed mysqlclient-2.0.1 pymssql-2.1.5 sqlalchemy-1.3.20 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 geojson==2.4.1 Downloading geojson-2.4.1-py2.py3-none-any.whl (15 kB) Collecting shapely==1.6.4.post2 Downloading Shapely-1.6.4.post2-cp35-cp35m-manylinux1_x86_64.whl (1.5 MB) Collecting webcolors==1.10 Downloading webcolors-1.10-py2.py3-none-any.whl (10 kB) Requirement already satisfied: six in /usr/local/lib/python3.5/dist-packages (from webcolors==1.10->-r /home/odoo/dependencies/field-service/requirements.txt (line 3)) (1.15.0) Installing collected packages: webcolors, shapely, geojson Successfully installed geojson-2.4.1 shapely-1.6.4.post2 webcolors-1.10 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 git+https://github.com/OCA/openupgradelib.git (from -r /home/odoo/dependencies/stock-logistics-warehouse/requirements.txt (line 1)) Cloning https://github.com/OCA/openupgradelib.git to /tmp/pip-req-build-pj_c8iqr Requirement already satisfied: lxml in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from openupgradelib==3.0.0->-r /home/odoo/dependencies/stock-logistics-warehouse/requirements.txt (line 1)) (3.7.1) Requirement already satisfied: cssselect in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from openupgradelib==3.0.0->-r /home/odoo/dependencies/stock-logistics-warehouse/requirements.txt (line 1)) (1.1.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: numpy in /.repo_requirements/virtualenv/python3.5/lib/python3.5/site-packages (from -r /home/odoo/dependencies/account-financial-tools/requirements.txt (line 1)) (1.18.5) 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 pycountry Downloading pycountry-20.7.3.tar.gz (10.1 MB) Building wheels for collected packages: pycountry Building wheel for pycountry (setup.py): started Building wheel for pycountry (setup.py): finished with status 'done' Created wheel for pycountry: filename=pycountry-20.7.3-py2.py3-none-any.whl size=10746865 sha256=3913de32e9ce71976366d2c8f5dc0e6d3eec52ccf6f23bf1110c8a40574a54a5 Stored in directory: /home/odoo/.cache/pip/wheels/91/27/33/ff3f45376a3ffc0f995eb9816a9463069a655b7af7cabe430c Successfully built pycountry Installing collected packages: pycountry Successfully installed pycountry-20.7.3 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 30 13:59 build drwxr-xr-x 43 odoo odoo 4096 Nov 30 14:02 dependencies drwxr-xr-x 7 odoo odoo 4096 Nov 30 13:59 maintainer-quality-tools lrwxrwxrwx 1 odoo odoo 24 Nov 30 14:00 odoo-12.0 -> /.repo_requirements/odoo lrwxrwxrwx 1 root root 25 Oct 14 23:27 tools -> /.repo_requirements/tools Content of /home/odoo/dependencies: total 164 drwxr-xr-x 26 odoo odoo 4096 Nov 30 14:02 account-analytic drwxr-xr-x 6 odoo odoo 4096 Nov 30 14:02 account-budgeting drwxr-xr-x 13 odoo odoo 4096 Nov 30 14:02 account-closing drwxr-xr-x 42 odoo odoo 4096 Nov 30 14:02 account-financial-tools drwxr-xr-x 15 odoo odoo 4096 Nov 30 14:02 account-invoice-reporting drwxr-xr-x 56 odoo odoo 4096 Nov 30 14:02 account-invoicing drwxr-xr-x 26 odoo odoo 4096 Nov 30 14:01 account-payment drwxr-xr-x 16 odoo odoo 4096 Nov 30 14:02 bank-payment drwxr-xr-x 16 odoo odoo 4096 Nov 30 14:02 brand drwxr-xr-x 13 odoo odoo 4096 Nov 30 14:02 community-data-files drwxr-xr-x 10 odoo odoo 4096 Nov 30 14:01 connector drwxr-xr-x 37 odoo odoo 4096 Nov 30 14:02 contract drwxr-xr-x 23 odoo odoo 4096 Nov 30 14:02 crm drwxr-xr-x 10 odoo odoo 4096 Nov 30 14:02 currency drwxr-xr-x 22 odoo odoo 4096 Nov 30 14:01 delivery-carrier drwxr-xr-x 45 odoo odoo 4096 Nov 30 14:02 field-service drwxr-xr-x 13 odoo odoo 4096 Nov 30 14:02 geospatial drwxr-xr-x 10 odoo odoo 4096 Nov 30 14:02 helpdesk drwxr-xr-x 67 odoo odoo 4096 Nov 30 14:02 hr drwxr-xr-x 13 odoo odoo 4096 Nov 30 14:02 knowledge drwxr-xr-x 21 odoo odoo 4096 Nov 30 14:02 management-system drwxr-xr-x 59 odoo odoo 4096 Nov 30 14:01 partner-contact drwxr-xr-x 54 odoo odoo 4096 Nov 30 14:01 pos drwxr-xr-x 45 odoo odoo 4096 Nov 30 14:02 product-attribute drwxr-xr-x 41 odoo odoo 4096 Nov 30 14:02 project drwxr-xr-x 6 odoo odoo 4096 Nov 30 14:02 project-reporting drwxr-xr-x 65 odoo odoo 4096 Nov 30 14:02 purchase-workflow drwxr-xr-x 14 odoo odoo 4096 Nov 30 14:01 queue drwxr-xr-x 29 odoo odoo 4096 Nov 30 14:02 reporting-engine drwxr-xr-x 10 odoo odoo 4096 Nov 30 14:02 sale-reporting drwxr-xr-x 82 odoo odoo 4096 Nov 30 14:02 sale-workflow drwxr-xr-x 16 odoo odoo 4096 Nov 30 14:02 server-backend drwxr-xr-x 12 odoo odoo 4096 Nov 30 14:01 server-env drwxr-xr-x 47 odoo odoo 4096 Nov 30 14:01 server-tools drwxr-xr-x 25 odoo odoo 4096 Nov 30 14:01 server-ux drwxr-xr-x 17 odoo odoo 4096 Nov 30 14:01 stock-logistics-barcode drwxr-xr-x 69 odoo odoo 4096 Nov 30 14:02 stock-logistics-warehouse drwxr-xr-x 41 odoo odoo 4096 Nov 30 14:01 stock-logistics-workflow drwxr-xr-x 15 odoo odoo 4096 Nov 30 14:01 storage drwxr-xr-x 43 odoo odoo 4096 Nov 30 14:02 timesheet drwxr-xr-x 67 odoo odoo 4096 Nov 30 14:01 web Removing intermediate container e4afe3afc5e2 ---> ae720867f963 Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in 518f69b30dd1 Removing intermediate container 518f69b30dd1 ---> 8a3577950201 Successfully built 8a3577950201 Successfully tagged oca-account-financial-tools:bb62804_env_2_job_1