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 ---> 0a63ef5a88fc Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in 1012474743a7 Removing intermediate container 1012474743a7 ---> cba5d0046f8d Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> b797113b50ee Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in 09202d80e970 Removing intermediate container 09202d80e970 ---> 707d7022b491 Step 6/24 : ARG GITHUB_TOKEN ---> Running in 96a5caa0c3c8 Removing intermediate container 96a5caa0c3c8 ---> 033f99de5c6d Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in c72591dacd71 Removing intermediate container c72591dacd71 ---> 628001faf159 Step 8/24 : ENV HOME=/home/odoo ---> Running in 17bfe053ab8e Removing intermediate container 17bfe053ab8e ---> 9a11681c111f Step 9/24 : COPY .ssh $HOME/.ssh ---> 90711afdc6c1 Step 10/24 : COPY ./files/install /install ---> 573bb681ee52 Step 11/24 : COPY ./files/script /script ---> 340979e1dce3 Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in a1ac358988ba Removing intermediate container a1ac358988ba ---> 28b955546549 Step 13/24 : RUN apt-get update; apt-get install expect-dev ---> Running in ba7352a564a2 Ign http://archive.ubuntu.com trusty InRelease Get:1 http://ppa.launchpad.net trusty InRelease [15.4 kB] 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://ppa.launchpad.net trusty InRelease [15.5 kB] Get:5 http://deb.nodesource.com trusty InRelease [3,914 B] Get:6 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] Get:7 http://ppa.launchpad.net trusty InRelease [20.8 kB] Get:8 http://apt.postgresql.org trusty-pgdg/main amd64 Packages [201 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://archive.ubuntu.com trusty-security/main amd64 Packages [1,032 kB] Get:18 http://ppa.launchpad.net trusty/main amd64 Packages [2,941 B] 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 (4,858 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 ba7352a564a2 ---> a714372c408c Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=2.7" >> /etc/environment ---> Running in 4a9385773320 Removing intermediate container 4a9385773320 ---> 150a2873c4f8 Step 15/24 : USER odoo ---> Running in f0920a88d736 Removing intermediate container f0920a88d736 ---> 191ede2223df Step 16/24 : ENV TRAVIS_PYTHON_VERSION=2.7 ---> Running in cd74e8cf2f2b Removing intermediate container cd74e8cf2f2b ---> 4901cdb477ff Step 17/24 : ENV TRAVIS_REPO_SLUG=OCA/account-financial-tools ---> Running in a0a2c9ab81e2 Removing intermediate container a0a2c9ab81e2 ---> 03f7c0fdbb93 Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in 2ebc1b257044 Removing intermediate container 2ebc1b257044 ---> 92e53ffeb0c3 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/1098/head:refs/pull/1098' || true && git fetch --update-head-ok -p origin '+refs/merge-requests/1098/head:refs/pull/1098' || true && git checkout -qf pull/1098 && git config --global user.email "None" && git config --global user.name "None" || true ---> Running in a9b70a43c31c Initialized empty Git repository in /home/odoo/build/OCA/account-financial-tools/.git/ From github.com:OCA/account-financial-tools * [new ref] refs/pull/1098/head -> refs/pull/1098 fatal: couldn't find remote ref refs/merge-requests/1098/head Removing intermediate container a9b70a43c31c ---> 95529a1e26d2 Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in 75559146e54a ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container 75559146e54a ---> 34630f3bc394 Step 21/24 : ENV VERSION="10.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" WKHTMLTOPDF_VERSION="0.12.5" PSQL_VERSION="9.6" TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" ---> Running in add946c46213 Removing intermediate container add946c46213 ---> 4dd6311af626 Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in 3bd45436a10f Removing intermediate container 3bd45436a10f ---> d64df6abdfd6 Step 23/24 : RUN /bin/bash -c "source ${REPO_REQUIREMENTS}/virtualenv/python2.7/bin/activate && source ${REPO_REQUIREMENTS}/virtualenv/nodejs/bin/activate && source /rvm_env.sh && /install" ---> Running in 5bb388d087a9 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.661s 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-1606404942415/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.205s 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 10.0 -> FETCH_HEAD  + e66e2e2fe...8add99263 10.0 -> odoo/10.0 (forced update) DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 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 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 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. pgspecial 1.11.10 requires psycopg2>=2.7.4, but you'll have psycopg2 2.7.3.1 which is incompatible. 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.5.0 which is incompatible. branchesv 0.2.5 requires six==1.12.0, but you'll have six 1.10.0 which is incompatible. pip-tools 4.5.1 requires click>=7, but you'll have click 6.6 which is incompatible. pgcli 2.2.0 requires psycopg2>=2.8, but you'll have psycopg2 2.7.3.1 which is incompatible. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Getting addons dependencies DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting xlwt Downloading xlwt-1.3.0-py2.py3-none-any.whl (99 kB) Collecting xlsxwriter Downloading XlsxWriter-1.3.7-py2.py3-none-any.whl (144 kB) Collecting py3o.template Downloading py3o.template-0.10.0.tar.gz (1.0 MB) Collecting py3o.formats Downloading py3o.formats-0.3-py2-none-any.whl (4.4 kB) Requirement already satisfied, skipping upgrade: setuptools in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (44.1.1) Requirement already satisfied, skipping upgrade: six>=1.9 in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (1.10.0) Requirement already satisfied, skipping upgrade: babel in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (2.3.4) Requirement already satisfied, skipping upgrade: lxml in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (3.5.0) Collecting genshi>=0.7 Downloading Genshi-0.7.5.tar.gz (266 kB) Collecting pyjon.utils>0.6 Downloading pyjon.utils-0.7-py2-none-any.whl (6.5 kB) Requirement already satisfied, skipping upgrade: Pillow in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (3.4.1) Requirement already satisfied, skipping upgrade: pytz>=0a in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from babel->py3o.template->-r /home/odoo/dependencies/reporting-engine/requirements.txt (line 3)) (2016.7) Building wheels for collected packages: py3o.template, genshi Building wheel for py3o.template (setup.py): started Building wheel for py3o.template (setup.py): finished with status 'done' Created wheel for py3o.template: filename=py3o.template-0.10.0-py2-none-any.whl size=609331 sha256=cc54f8a36fb617a67c3e8693a64f6a2fff95a27255cf021f01817d29370b7a3d Stored in directory: /home/odoo/.cache/pip/wheels/29/9e/a0/ba802b7a352ccefe825244b56b5372b6a67e40205e566a8f61 Building wheel for genshi (setup.py): started Building wheel for genshi (setup.py): finished with status 'done' Created wheel for genshi: filename=Genshi-0.7.5-cp27-cp27mu-linux_x86_64.whl size=186818 sha256=7ec20b15453bf9eb9316c3eccbe3750596bc44109c6ed1ca71bf630f8f09b614 Stored in directory: /home/odoo/.cache/pip/wheels/1e/10/a3/7601b2874c3b0a79ddfda79e6a1dcd26b575d0e79ec9d1c11f Successfully built py3o.template genshi Installing collected packages: xlwt, xlsxwriter, genshi, pyjon.utils, py3o.template, py3o.formats Attempting uninstall: xlwt Found existing installation: xlwt 1.1.2 Uninstalling xlwt-1.1.2: Successfully uninstalled xlwt-1.1.2 Attempting uninstall: xlsxwriter Found existing installation: XlsxWriter 0.9.3 Uninstalling XlsxWriter-0.9.3: Successfully uninstalled XlsxWriter-0.9.3 Successfully installed genshi-0.7.5 py3o.formats-0.3 py3o.template-0.10.0 pyjon.utils-0.7 xlsxwriter-1.3.7 xlwt-1.3.0 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting cachetools>=2.0.1 Downloading cachetools-3.1.1-py2.py3-none-any.whl (11 kB) Requirement already up-to-date: unittest2 in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from -r /home/odoo/dependencies/connector/requirements.txt (line 2)) (1.1.0) Requirement already satisfied, skipping upgrade: argparse in /usr/lib/python2.7 (from unittest2->-r /home/odoo/dependencies/connector/requirements.txt (line 2)) (1.2.1) Requirement already satisfied, skipping upgrade: six>=1.4 in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from unittest2->-r /home/odoo/dependencies/connector/requirements.txt (line 2)) (1.10.0) Requirement already satisfied, skipping upgrade: traceback2 in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from unittest2->-r /home/odoo/dependencies/connector/requirements.txt (line 2)) (1.4.0) Requirement already satisfied, skipping upgrade: linecache2 in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from traceback2->unittest2->-r /home/odoo/dependencies/connector/requirements.txt (line 2)) (1.0.0) Installing collected packages: cachetools Successfully installed cachetools-3.1.1 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting python-ldap Downloading python-ldap-3.3.1.tar.gz (379 kB) Requirement already up-to-date: unidecode in /usr/local/lib/python2.7/dist-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 2)) (1.1.1) Requirement already up-to-date: acme_tiny in /usr/local/lib/python2.7/dist-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 3)) (4.1.0) Requirement already up-to-date: IPy in /usr/local/lib/python2.7/dist-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 4)) (1.0) Collecting email_validator Downloading email_validator-1.1.2-py2.py3-none-any.whl (17 kB) Collecting pyotp<2.4 Downloading pyotp-2.3.0-py2.py3-none-any.whl (10 kB) Requirement already up-to-date: pysftp in /usr/local/lib/python2.7/dist-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 7)) (0.2.9) Collecting fdb Downloading fdb-2.0.1-py2.py3-none-any.whl (160 kB) Collecting sqlalchemy Downloading SQLAlchemy-1.3.20-cp27-cp27mu-manylinux2010_x86_64.whl (1.2 MB) Collecting raven Downloading raven-6.10.0-py2.py3-none-any.whl (284 kB) Collecting checksumdir Downloading checksumdir-1.1.7.tar.gz (3.1 kB) Collecting python-stdnum Downloading python_stdnum-1.14-py2.py3-none-any.whl (888 kB) Requirement already up-to-date: pyopenssl in /usr/local/lib/python2.7/dist-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 13)) (19.1.0) Requirement already up-to-date: odoorpc in /usr/local/lib/python2.7/dist-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 14)) (0.7.0) Requirement already up-to-date: openupgradelib in /usr/local/lib/python2.7/dist-packages (from -r /home/odoo/dependencies/server-tools/requirements.txt (line 15)) (2.0.0) Requirement already satisfied, skipping upgrade: pyasn1>=0.3.7 in /usr/local/lib/python2.7/dist-packages (from python-ldap->-r /home/odoo/dependencies/server-tools/requirements.txt (line 1)) (0.4.8) Collecting pyasn1_modules>=0.1.5 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Requirement already satisfied, skipping upgrade: idna>=2.0.0 in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from email_validator->-r /home/odoo/dependencies/server-tools/requirements.txt (line 5)) (2.7) Collecting dnspython>=1.15.0 Downloading dnspython-1.16.0-py2.py3-none-any.whl (188 kB) Requirement already satisfied, skipping upgrade: paramiko>=1.17 in /usr/local/lib/python2.7/dist-packages (from pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 7)) (2.7.1) Collecting future>=0.16.0 Downloading future-0.18.2.tar.gz (829 kB) Requirement already satisfied, skipping upgrade: contextlib2; python_version < "3.2" in /usr/local/lib/python2.7/dist-packages (from raven->-r /home/odoo/dependencies/server-tools/requirements.txt (line 10)) (0.6.0.post1) Requirement already satisfied, skipping upgrade: six>=1.5.2 in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 13)) (1.10.0) Requirement already satisfied, skipping upgrade: cryptography>=2.8 in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (from pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 13)) (3.1.1) Requirement already satisfied, skipping upgrade: pynacl>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 7)) (1.3.0) Requirement already satisfied, skipping upgrade: bcrypt>=3.1.3 in /usr/local/lib/python2.7/dist-packages (from paramiko>=1.17->pysftp->-r /home/odoo/dependencies/server-tools/requirements.txt (line 7)) (3.1.7) Requirement already satisfied, skipping upgrade: enum34; python_version < "3" in /usr/local/lib/python2.7/dist-packages (from cryptography>=2.8->pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 13)) (1.1.10) Requirement already satisfied, skipping upgrade: ipaddress; python_version < "3" in /usr/local/lib/python2.7/dist-packages (from cryptography>=2.8->pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 13)) (1.0.23) Requirement already satisfied, skipping upgrade: cffi!=1.11.3,>=1.8 in /usr/local/lib/python2.7/dist-packages (from cryptography>=2.8->pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 13)) (1.14.0) Requirement already satisfied, skipping upgrade: pycparser in /usr/local/lib/python2.7/dist-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.8->pyopenssl->-r /home/odoo/dependencies/server-tools/requirements.txt (line 13)) (2.20) Building wheels for collected packages: python-ldap, checksumdir, future Building wheel for python-ldap (setup.py): started Building wheel for python-ldap (setup.py): finished with status 'done' Created wheel for python-ldap: filename=python_ldap-3.3.1-cp27-cp27mu-linux_x86_64.whl size=290786 sha256=f6a6c5918fcf693f0b5a9f96a8e250f89bea473c629425f348f4afae185cf676 Stored in directory: /home/odoo/.cache/pip/wheels/49/ce/54/be503766a8177f97a00858751af232700e87785e93037d12ac 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-py2-none-any.whl size=4244 sha256=2f182a6a93cebc85cabe387bd1e9de4c8646eb6d2773e5a2436b9abef31e96b9 Stored in directory: /home/odoo/.cache/pip/wheels/f2/ee/d8/f8f57f7721c30ee9935d7dd40401ec8e282c2d1895831c33dd Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.2-py2-none-any.whl size=502566 sha256=17e5823beb11826c79ae5761304abf839addb78b99dbf87fe67a8792e82f9e18 Stored in directory: /home/odoo/.cache/pip/wheels/5f/11/0c/aad680baf5ef4fbcbab992c9f03e1130357e0c173a4fdabfff Successfully built python-ldap checksumdir future Installing collected packages: pyasn1-modules, python-ldap, dnspython, email-validator, pyotp, future, fdb, sqlalchemy, raven, checksumdir, python-stdnum Attempting uninstall: pyotp Found existing installation: pyotp 2.0.1 Not uninstalling pyotp at /usr/local/lib/python2.7/dist-packages, outside environment /.repo_requirements/virtualenv/python2.7 Can't uninstall 'pyotp'. No files were found to uninstall. Attempting uninstall: python-stdnum Found existing installation: python-stdnum 1.1 Not uninstalling python-stdnum at /usr/local/lib/python2.7/dist-packages, outside environment /.repo_requirements/virtualenv/python2.7 Can't uninstall 'python-stdnum'. No files were found to uninstall. Successfully installed checksumdir-1.1.7 dnspython-1.16.0 email-validator-1.1.2 fdb-2.0.1 future-0.18.2 pyasn1-modules-0.2.8 pyotp-2.3.0 python-ldap-3.3.1 python-stdnum-1.14 raven-6.10.0 sqlalchemy-1.3.20 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Requirement already satisfied: coverage in /.repo_requirements/virtualenv/python2.7/lib/python2.7/site-packages (5.3) Installing webkit (wkhtmltopdf) patched version 0.12.5 Content of /home/odoo: total 16 drwxr-xr-x 1 odoo odoo 4096 Nov 26 15:35 build drwxr-xr-x 7 odoo odoo 4096 Nov 26 15:38 dependencies drwxr-xr-x 7 odoo odoo 4096 Nov 26 15:35 maintainer-quality-tools lrwxrwxrwx 1 odoo odoo 24 Nov 26 15:35 odoo-10.0 -> /.repo_requirements/odoo lrwxrwxrwx 1 root root 25 Oct 14 23:27 tools -> /.repo_requirements/tools Content of /home/odoo/dependencies: total 20 drwxr-xr-x 10 odoo odoo 4096 Nov 26 15:38 connector drwxr-xr-x 8 odoo odoo 4096 Nov 26 15:38 queue drwxr-xr-x 19 odoo odoo 4096 Nov 26 15:38 reporting-engine drwxr-xr-x 105 odoo odoo 4096 Nov 26 15:38 server-tools drwxr-xr-x 78 odoo odoo 4096 Nov 26 15:38 web Removing intermediate container 5bb388d087a9 ---> 16ea78f7645e Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in c05c82d6d244 Removing intermediate container c05c82d6d244 ---> 82a68a111475 Successfully built 82a68a111475 Successfully tagged oca-account-financial-tools:015c7b4_env_2_job_1