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 ---> 6675fc300a6a Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in 8faac2249142 Removing intermediate container 8faac2249142 ---> a0ce029adccc Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> 68bd730f6f93 Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in 18d778487f7b Removing intermediate container 18d778487f7b ---> 152208354250 Step 6/24 : ARG GITHUB_TOKEN ---> Running in dbe11e018494 Removing intermediate container dbe11e018494 ---> d822558333e8 Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in 0f694da603ec Removing intermediate container 0f694da603ec ---> 0e332ed5ace2 Step 8/24 : ENV HOME=/home/odoo ---> Running in 2727bcb81478 Removing intermediate container 2727bcb81478 ---> b30db302ecd4 Step 9/24 : COPY .ssh $HOME/.ssh ---> 84c6f8e026aa Step 10/24 : COPY ./files/install /install ---> 515246f93dfd Step 11/24 : COPY ./files/script /script ---> 1de5619b8a31 Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in fd8c5316b127 Removing intermediate container fd8c5316b127 ---> ff58b3542026 Step 13/24 : RUN apt-get update; apt-get install expect-dev ---> Running in 521111d427b0 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://ppa.launchpad.net trusty InRelease [15.5 kB] Get:12 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,460 kB] Get:13 http://ppa.launchpad.net trusty InRelease [15.9 kB] Get:14 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [671 kB] Get:15 http://ppa.launchpad.net trusty/main amd64 Packages [10.6 kB] Get:16 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [16.1 kB] Get:17 http://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 (5,142 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 521111d427b0 ---> 016fae2ce773 Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.6" >> /etc/environment ---> Running in f171996ae705 Removing intermediate container f171996ae705 ---> 36eec26be050 Step 15/24 : USER odoo ---> Running in 310373dbfa81 Removing intermediate container 310373dbfa81 ---> 4a540004a39d Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.6 ---> Running in 599c538b3567 Removing intermediate container 599c538b3567 ---> f1f3f6f5fe10 Step 17/24 : ENV TRAVIS_REPO_SLUG=OCA/account-financial-tools ---> Running in edf39e5900d8 Removing intermediate container edf39e5900d8 ---> cf615d78f500 Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in 598f14234e10 Removing intermediate container 598f14234e10 ---> 19cbd7baf6e0 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/1081/head:refs/pull/1081' || true && git fetch --update-head-ok -p origin '+refs/merge-requests/1081/head:refs/pull/1081' || true && git checkout -qf pull/1081 && git config --global user.email "None" && git config --global user.name "None" || true ---> Running in 10c283fcb4d2 Initialized empty Git repository in /home/odoo/build/OCA/account-financial-tools/.git/ From github.com:OCA/account-financial-tools * [new ref] refs/pull/1081/head -> refs/pull/1081 fatal: couldn't find remote ref refs/merge-requests/1081/head Removing intermediate container 10c283fcb4d2 ---> 709e37905c92 Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in e3f196200c44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container e3f196200c44 ---> cf47e4de402a Step 21/24 : ENV VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" MQT_DEP=PIP PSQL_VERSION="9.6" TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1" ---> Running in e25ca4f6b2a4 Removing intermediate container e25ca4f6b2a4 ---> eee3bd30c18b Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in 3817a1a21f98 Removing intermediate container 3817a1a21f98 ---> 4987451ba09c Step 23/24 : RUN /bin/bash -c "source ${REPO_REQUIREMENTS}/virtualenv/python3.6/bin/activate && source ${REPO_REQUIREMENTS}/virtualenv/nodejs/bin/activate && source /rvm_env.sh && /install" ---> Running in f361e3ad312d 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.497s 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-1607075163551/phantomjs-2.1.1-linux-x86_64 -> /home/odoo/build/OCA/account-financial-tools/node_modules/phantomjs-prebuilt/lib/phantom Writing location.js file Done. Phantomjs binary available at /home/odoo/build/OCA/account-financial-tools/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs npm WARN saveError ENOENT: no such file or directory, open '/home/odoo/build/OCA/account-financial-tools/package.json' npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN enoent ENOENT: no such file or directory, open '/home/odoo/build/OCA/account-financial-tools/package.json' npm WARN account-financial-tools No description npm WARN account-financial-tools No repository field. npm WARN account-financial-tools No README data npm WARN account-financial-tools No license field.  + phantomjs-prebuilt@2.1.16 added 81 packages from 77 contributors and audited 81 packages in 7.893s 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 14.0 -> FETCH_HEAD  + ce953a898...52dd75861 14.0 -> odoo/14.0 (forced update) Collecting pip Downloading pip-20.3.1-py2.py3-none-any.whl (1.5 MB) Collecting setuptools Downloading setuptools-50.3.2-py3-none-any.whl (785 kB) Collecting wheel Downloading wheel-0.36.0-py2.py3-none-any.whl (34 kB) Installing collected packages: pip, setuptools, wheel Attempting uninstall: pip Found existing installation: pip 20.2.3 Uninstalling pip-20.2.3: Successfully uninstalled pip-20.2.3 Attempting uninstall: setuptools Found existing installation: setuptools 50.3.0 Uninstalling setuptools-50.3.0: Successfully uninstalled setuptools-50.3.0 Attempting uninstall: wheel Found existing installation: wheel 0.35.1 Uninstalling wheel-0.35.1: Successfully uninstalled wheel-0.35.1 Successfully installed pip-20.3.1 setuptools-50.3.2 wheel-0.36.0 Requirement already satisfied: websocket-client in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (0.57.0) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from websocket-client) (1.15.0) Installing Odoo Ignoring freezegun: markers 'python_version >= "3.8"' don't match your environment Ignoring gevent: markers 'python_version >= "3.7"' don't match your environment Ignoring gevent: markers 'sys_platform == "win32" and python_version < "3.7"' don't match your environment Ignoring greenlet: markers 'python_version == "3.7"' don't match your environment Ignoring greenlet: markers 'python_version > "3.7"' don't match your environment Ignoring Jinja2: markers 'python_version >= "3.8"' don't match your environment Ignoring lxml: markers 'sys_platform != "win32" and python_version == "3.7"' don't match your environment Ignoring lxml: markers 'sys_platform != "win32" and python_version > "3.7"' don't match your environment Ignoring lxml: markers 'sys_platform == "win32"' don't match your environment Ignoring Pillow: markers 'python_version <= "3.7" and sys_platform == "win32"' don't match your environment Ignoring Pillow: markers 'python_version > "3.7"' don't match your environment Ignoring psycopg2: markers 'sys_platform == "win32" or python_version >= "3.8"' don't match your environment Ignoring reportlab: markers 'python_version >= "3.8"' don't match your environment Ignoring xlrd: markers 'python_version >= "3.8"' don't match your environment Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment Obtaining file:///home/odoo/odoo-14.0 Requirement already satisfied: chardet==3.0.4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/odoo-14.0/requirements.txt (line 2)) (3.0.4) Requirement already satisfied: polib==1.1.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/odoo-14.0/requirements.txt (line 33)) (1.1.0) Requirement already satisfied: pyserial==3.4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/odoo-14.0/requirements.txt (line 41)) (3.4) Collecting Babel==2.6.0 Downloading Babel-2.6.0-py2.py3-none-any.whl (8.1 MB) Collecting decorator==4.3.0 Downloading decorator-4.3.0-py2.py3-none-any.whl (9.2 kB) Collecting docutils==0.14 Downloading docutils-0.14-py3-none-any.whl (543 kB) Collecting ebaysdk==2.1.5 Downloading ebaysdk-2.1.5.tar.gz (42 kB) Collecting feedparser==5.2.1 Downloading feedparser-5.2.1.zip (1.2 MB) Collecting freezegun==0.3.11 Downloading freezegun-0.3.11-py2.py3-none-any.whl (11 kB) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from freezegun==0.3.11->-r /home/odoo/odoo-14.0/requirements.txt (line 7)) (1.15.0) Collecting gevent==1.1.2 Downloading gevent-1.1.2.tar.gz (2.0 MB) Collecting greenlet==0.4.10 Downloading greenlet-0.4.10.zip (82 kB) Collecting html2text==2018.1.9 Downloading html2text-2018.1.9-py3-none-any.whl (21 kB) Collecting idna==2.6 Downloading idna-2.6-py2.py3-none-any.whl (56 kB) Collecting Jinja2==2.10.1 Downloading Jinja2-2.10.1-py2.py3-none-any.whl (124 kB) Collecting libsass==0.17.0 Downloading libsass-0.17.0-cp36-cp36m-manylinux1_x86_64.whl (9.2 MB) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from freezegun==0.3.11->-r /home/odoo/odoo-14.0/requirements.txt (line 7)) (1.15.0) Collecting lxml==3.7.1 Downloading lxml-3.7.1.tar.gz (3.8 MB) Collecting Mako==1.0.7 Downloading Mako-1.0.7.tar.gz (564 kB) Collecting MarkupSafe==1.1.0 Downloading MarkupSafe-1.1.0-cp36-cp36m-manylinux1_x86_64.whl (27 kB) Collecting num2words==0.5.6 Downloading num2words-0.5.6-py2.py3-none-any.whl (64 kB) Requirement already satisfied: polib==1.1.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/odoo-14.0/requirements.txt (line 33)) (1.1.0) Requirement already satisfied: pyserial==3.4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/odoo-14.0/requirements.txt (line 41)) (3.4) Collecting ofxparse==0.19 Downloading ofxparse-0.19.tar.gz (54 kB) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from freezegun==0.3.11->-r /home/odoo/odoo-14.0/requirements.txt (line 7)) (1.15.0) Collecting passlib==1.7.1 Downloading passlib-1.7.1-py2.py3-none-any.whl (498 kB) Collecting Pillow==5.4.1 Downloading Pillow-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (2.0 MB) Collecting psutil==5.6.6 Downloading psutil-5.6.6.tar.gz (447 kB) Collecting psycopg2==2.7.7 Downloading psycopg2-2.7.7-cp36-cp36m-manylinux1_x86_64.whl (2.7 MB) Collecting pydot==1.4.1 Downloading pydot-1.4.1-py2.py3-none-any.whl (19 kB) Collecting pyparsing==2.2.0 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) Collecting PyPDF2==1.26.0 Downloading PyPDF2-1.26.0.tar.gz (77 kB) Collecting python-dateutil==2.7.3 Downloading python_dateutil-2.7.3-py2.py3-none-any.whl (211 kB) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from freezegun==0.3.11->-r /home/odoo/odoo-14.0/requirements.txt (line 7)) (1.15.0) Collecting python-ldap==3.1.0 Downloading python-ldap-3.1.0.tar.gz (366 kB) Collecting python-stdnum==1.8 Downloading python-stdnum-1.8.tar.gz (421 kB) Collecting pytz==2019.1 Downloading pytz-2019.1-py2.py3-none-any.whl (510 kB) Collecting pyusb==1.0.2 Downloading pyusb-1.0.2.tar.gz (54 kB) Collecting qrcode==6.1 Downloading qrcode-6.1-py2.py3-none-any.whl (31 kB) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from freezegun==0.3.11->-r /home/odoo/odoo-14.0/requirements.txt (line 7)) (1.15.0) Collecting reportlab==3.5.13 Downloading reportlab-3.5.13-cp36-cp36m-manylinux1_x86_64.whl (2.6 MB) Collecting requests==2.21.0 Downloading requests-2.21.0-py2.py3-none-any.whl (57 kB) Requirement already satisfied: certifi>=2017.4.17 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests==2.21.0->-r /home/odoo/odoo-14.0/requirements.txt (line 48)) (2020.6.20) Requirement already satisfied: chardet==3.0.4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/odoo-14.0/requirements.txt (line 2)) (3.0.4) Collecting vobject==0.9.6.1 Downloading vobject-0.9.6.1.tar.gz (58 kB) Collecting Werkzeug==0.16.1 Downloading Werkzeug-0.16.1-py2.py3-none-any.whl (327 kB) Collecting xlrd==1.1.0 Downloading xlrd-1.1.0-py2.py3-none-any.whl (108 kB) Collecting XlsxWriter==1.1.2 Downloading XlsxWriter-1.1.2-py2.py3-none-any.whl (142 kB) Collecting xlwt==1.3.* Downloading xlwt-1.3.0-py2.py3-none-any.whl (99 kB) Collecting zeep==3.2.0 Downloading zeep-3.2.0-py2.py3-none-any.whl (98 kB) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from freezegun==0.3.11->-r /home/odoo/odoo-14.0/requirements.txt (line 7)) (1.15.0) Requirement already satisfied: appdirs>=1.4.0 in /usr/local/lib/python3.6/dist-packages (from zeep==3.2.0->-r /home/odoo/odoo-14.0/requirements.txt (line 49)) (1.4.4) Collecting attrs>=17.2.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) Collecting beautifulsoup4 Downloading beautifulsoup4-4.9.3-py3-none-any.whl (115 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 in /usr/local/lib/python3.6/dist-packages (from freezegun==0.3.11->-r /home/odoo/odoo-14.0/requirements.txt (line 7)) (1.15.0) Collecting mock Downloading mock-4.0.2-py3-none-any.whl (28 kB) Collecting pyasn1>=0.3.7 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pyasn1_modules>=0.1.5 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting requests-toolbelt>=0.7.1 Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) Collecting soupsieve>1.2 Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Building wheels for collected packages: ebaysdk, feedparser, gevent, greenlet, lxml, Mako, ofxparse, psutil, PyPDF2, python-ldap, python-stdnum, pyusb, vobject Building wheel for ebaysdk (setup.py): started Building wheel for ebaysdk (setup.py): finished with status 'done' Created wheel for ebaysdk: filename=ebaysdk-2.1.5-py3-none-any.whl size=62708 sha256=8f548875b006755c0d5b08bbf78179a07cc166cb55c6ef989bb8502a8f35641e Stored in directory: /home/odoo/.cache/pip/wheels/55/67/e7/f7665026b58f440760d050063fd6694c85e9d1bc4ba22405ca Building wheel for feedparser (setup.py): started Building wheel for feedparser (setup.py): finished with status 'done' Created wheel for feedparser: filename=feedparser-5.2.1-py3-none-any.whl size=44939 sha256=1e0e63b4986175b63320651040099ef04336e6f88510508f079ae4f08b873bc2 Stored in directory: /home/odoo/.cache/pip/wheels/60/4c/d6/d096a99d3d96af9af149c7d82c5969a0896bcce1ac2a15ccd6 Building wheel for gevent (setup.py): started Building wheel for gevent (setup.py): still running... Building wheel for gevent (setup.py): finished with status 'done' Created wheel for gevent: filename=gevent-1.1.2-cp36-cp36m-linux_x86_64.whl size=1307629 sha256=dff91f70169bf77ca0e60ca62b43bc0c3d9dd21703581b98d291aede8ca02d04 Stored in directory: /home/odoo/.cache/pip/wheels/b1/67/63/64f28b1555c1df7f0c4e47d5883b935f0671557ac9c65822e7 Building wheel for greenlet (setup.py): started Building wheel for greenlet (setup.py): finished with status 'done' Created wheel for greenlet: filename=greenlet-0.4.10-cp36-cp36m-linux_x86_64.whl size=41439 sha256=b89ee72b1899e7d8b4dd6f5957ca888d3824b0affb5b3ad7b022cf9f8579d0ed Stored in directory: /home/odoo/.cache/pip/wheels/19/90/10/5861f77fe5f7a14c892c44999f255374eb88e3401b64cb4d9d Building wheel for lxml (setup.py): started Building wheel for lxml (setup.py): still running... Building wheel for lxml (setup.py): finished with status 'done' Created wheel for lxml: filename=lxml-3.7.1-cp36-cp36m-linux_x86_64.whl size=3678002 sha256=1fd963bf742ec28715fac03bbfc56afad6edd5d4bed6c2c9c123fb91ea1fd85a Stored in directory: /home/odoo/.cache/pip/wheels/a9/3e/9b/f94a04eb81f26c375d88d49cedde289388928c49f622ee349c Building wheel for Mako (setup.py): started Building wheel for Mako (setup.py): finished with status 'done' Created wheel for Mako: filename=Mako-1.0.7-py3-none-any.whl size=76582 sha256=07167c558d1ad270564c0ab06f057f1e3ed3457c02f27699ef47f660382713ee Stored in directory: /home/odoo/.cache/pip/wheels/9a/70/b0/3459851bb891c90f609378c6d02d9ac972a6ed5e92aa000e0b Building wheel for ofxparse (setup.py): started Building wheel for ofxparse (setup.py): finished with status 'done' Created wheel for ofxparse: filename=ofxparse-0.19-py3-none-any.whl size=35349 sha256=55cbc48398faca25e2c86bc1e88d1d7ee70b54b2cf6c99d444cb781524b28c16 Stored in directory: /home/odoo/.cache/pip/wheels/98/47/88/77bb97f80045742bd1308bf7f1d504cffcb7c05d264415b7f9 Building wheel for psutil (setup.py): started Building wheel for psutil (setup.py): finished with status 'done' Created wheel for psutil: filename=psutil-5.6.6-cp36-cp36m-linux_x86_64.whl size=258643 sha256=e4b7d2e4f3a6e61065589080e05a0e1fcb232c301a8ce8a2143ed304a4df7e10 Stored in directory: /home/odoo/.cache/pip/wheels/1c/02/08/5519c2e5ce9888173991b4b979d5a0407232bd92620ac40807 Building wheel for PyPDF2 (setup.py): started Building wheel for PyPDF2 (setup.py): finished with status 'done' Created wheel for PyPDF2: filename=PyPDF2-1.26.0-py3-none-any.whl size=61084 sha256=2f94821596181f7a68add24317191fb572196db9f9f71600048d80ec77aac6f3 Stored in directory: /home/odoo/.cache/pip/wheels/97/28/4b/142b7d8c98eeeb73534b9c5b6558ddd3bab3c2c8192aa7ab30 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.1.0-cp36-cp36m-linux_x86_64.whl size=286015 sha256=c805b7f3022e658638f94fe46184057fc95a76261ee42abadb0d0a9b86828e9e Stored in directory: /home/odoo/.cache/pip/wheels/30/83/03/d57c3ce69ac50cbf5ad0e9010d9104a6bed136d9260a9df868 Building wheel for python-stdnum (setup.py): started Building wheel for python-stdnum (setup.py): finished with status 'done' Created wheel for python-stdnum: filename=python_stdnum-1.8-py3-none-any.whl size=366732 sha256=c8bf7a000c6ae06b7efcc3c5c1c2cf2e604562265451286fccc2256fbc39835c Stored in directory: /home/odoo/.cache/pip/wheels/af/c9/4e/adab645cec3d5fca7ba97db055372ad2d51797992d9ce5adb8 Building wheel for pyusb (setup.py): started Building wheel for pyusb (setup.py): finished with status 'done' Created wheel for pyusb: filename=pyusb-1.0.2-py3-none-any.whl size=57021 sha256=d0a0aeb4859cd5406b5a3c6f8748c853f269b838038fb6796699ae41af7ea2f1 Stored in directory: /home/odoo/.cache/pip/wheels/13/b4/3d/1f8420a5a9cb4d02575d5b46f1e1017998c112be0a3c7c0ff0 Building wheel for vobject (setup.py): started Building wheel for vobject (setup.py): finished with status 'done' Created wheel for vobject: filename=vobject-0.9.6.1-py3-none-any.whl size=47662 sha256=1484d89a49c30d46ff3c60d3462e6c1ed25352b74ef7da0823c3488f7e0e4fae Stored in directory: /home/odoo/.cache/pip/wheels/85/3c/61/f76d72ab7e65afe40edc14680f7880439d8201444b0165d837 Successfully built ebaysdk feedparser gevent greenlet lxml Mako ofxparse psutil PyPDF2 python-ldap python-stdnum pyusb vobject Installing collected packages: urllib3, idna, soupsieve, requests, requests-toolbelt, pytz, python-dateutil, pyparsing, pyasn1, Pillow, MarkupSafe, lxml, isodate, greenlet, defusedxml, cached-property, beautifulsoup4, attrs, zeep, xlwt, XlsxWriter, Werkzeug, vobject, reportlab, qrcode, pyusb, python-stdnum, PyPDF2, pydot, pyasn1-modules, psycopg2, psutil, passlib, ofxparse, mock, Mako, libsass, Jinja2, html2text, gevent, feedparser, docutils, decorator, Babel, xlrd, python-ldap, odoo, num2words, freezegun, ebaysdk Attempting uninstall: urllib3 Found existing installation: urllib3 1.25.10 Uninstalling urllib3-1.25.10: Successfully uninstalled urllib3-1.25.10 Attempting uninstall: idna Found existing installation: idna 2.10 Uninstalling idna-2.10: Successfully uninstalled idna-2.10 Attempting uninstall: requests Found existing installation: requests 2.24.0 Uninstalling requests-2.24.0: Successfully uninstalled requests-2.24.0 Attempting uninstall: lxml Found existing installation: lxml 4.5.2 Uninstalling lxml-4.5.2: Successfully uninstalled lxml-4.5.2 Attempting uninstall: docutils Found existing installation: docutils 0.16 Uninstalling docutils-0.16: Successfully uninstalled docutils-0.16 Running setup.py develop for odoo Successfully installed Babel-2.6.0 Jinja2-2.10.1 Mako-1.0.7 MarkupSafe-1.1.0 Pillow-5.4.1 PyPDF2-1.26.0 Werkzeug-0.16.1 XlsxWriter-1.1.2 attrs-20.3.0 beautifulsoup4-4.9.3 cached-property-1.5.2 decorator-4.3.0 defusedxml-0.6.0 docutils-0.14 ebaysdk-2.1.5 feedparser-5.2.1 freezegun-0.3.11 gevent-1.1.2 greenlet-0.4.10 html2text-2018.1.9 idna-2.6 isodate-0.6.0 libsass-0.17.0 lxml-3.7.1 mock-4.0.2 num2words-0.5.6 odoo ofxparse-0.19 passlib-1.7.1 psutil-5.6.6 psycopg2-2.7.7 pyasn1-0.4.8 pyasn1-modules-0.2.8 pydot-1.4.1 pyparsing-2.2.0 python-dateutil-2.7.3 python-ldap-3.1.0 python-stdnum-1.8 pytz-2019.1 pyusb-1.0.2 qrcode-6.1 reportlab-3.5.13 requests-2.21.0 requests-toolbelt-0.9.1 soupsieve-2.0.1 urllib3-1.24.3 vobject-0.9.6.1 xlrd-1.1.0 xlwt-1.3.0 zeep-3.2.0 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pylint-odoo 0.0.1.dev513 requires docutils==0.16, but you have docutils 0.14 which is incompatible. pylint-odoo 0.0.1.dev513 requires lxml>=4.2.3, but you have lxml 3.7.1 which is incompatible. Installing addons to test and their dependencies Collecting setuptools-odoo Downloading setuptools_odoo-2.6.0-py2.py3-none-any.whl (45 kB) Requirement already satisfied: setuptools in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from setuptools-odoo) (50.3.2) Collecting setuptools-scm!=4.0.0,>=2.1 Downloading setuptools_scm-4.1.2-py2.py3-none-any.whl (27 kB) Requirement already satisfied: setuptools in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from setuptools-odoo) (50.3.2) Installing collected packages: setuptools-scm, setuptools-odoo Successfully installed setuptools-odoo-2.6.0 setuptools-scm-4.1.2 Looking in indexes: https://pypi.org/simple, https://wheelhouse.odoo-community.org/oca-simple/ Obtaining odoo14-addon-account_fiscal_position_vat_check from file:///home/odoo/build/OCA/account-financial-tools/setup/account_fiscal_position_vat_check#egg=odoo14-addon-account_fiscal_position_vat_check (from -r test-requirements.txt (line 1)) Obtaining odoo14-addon-account_fiscal_year from file:///home/odoo/build/OCA/account-financial-tools/setup/account_fiscal_year#egg=odoo14-addon-account_fiscal_year (from -r test-requirements.txt (line 2)) Requirement already satisfied: odoo<14.1dev,>=14.0a in /.repo_requirements/odoo (from odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (14.0) Requirement already satisfied: odoo<14.1dev,>=14.0a in /.repo_requirements/odoo (from odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (14.0) Requirement already satisfied: babel>=1.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.6.0) Requirement already satisfied: decorator in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (4.3.0) Requirement already satisfied: docutils in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.14) Requirement already satisfied: feedparser in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (5.2.1) Requirement already satisfied: gevent in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.1.2) Requirement already satisfied: html2text in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2018.1.9) Requirement already satisfied: idna in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.6) Requirement already satisfied: Jinja2 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.10.1) Requirement already satisfied: lxml in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (3.7.1) Requirement already satisfied: libsass in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.17.0) Requirement already satisfied: mako in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.0.7) Requirement already satisfied: mock in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (4.0.2) Requirement already satisfied: ofxparse in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.19) Requirement already satisfied: passlib in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.7.1) Requirement already satisfied: pillow in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (5.4.1) Requirement already satisfied: polib in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.1.0) Requirement already satisfied: psutil in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (5.6.6) Requirement already satisfied: psycopg2>=2.2 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.7.7) Requirement already satisfied: pydot in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.4.1) Requirement already satisfied: pyparsing in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.2.0) Requirement already satisfied: pypdf2 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.26.0) Requirement already satisfied: pyserial in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (3.4) Requirement already satisfied: python-dateutil in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.7.3) Requirement already satisfied: python-stdnum in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.8) Requirement already satisfied: pytz in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2019.1) Requirement already satisfied: pyusb>=1.0.0b1 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.0.2) Requirement already satisfied: qrcode in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (6.1) Requirement already satisfied: reportlab in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (3.5.13) Requirement already satisfied: requests in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.21.0) Requirement already satisfied: zeep in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (3.2.0) Requirement already satisfied: vobject in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.9.6.1) Requirement already satisfied: werkzeug in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.16.1) Requirement already satisfied: xlsxwriter in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.1.2) Requirement already satisfied: xlwt in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.3.0) Requirement already satisfied: pytz in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2019.1) Requirement already satisfied: greenlet>=0.4.9 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from gevent->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.4.10) Requirement already satisfied: MarkupSafe>=0.23 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from Jinja2->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.1.0) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from libsass->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.15.0) Requirement already satisfied: MarkupSafe>=0.23 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from Jinja2->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.1.0) Requirement already satisfied: lxml in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (3.7.1) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from libsass->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.15.0) Requirement already satisfied: beautifulsoup4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from ofxparse->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (4.9.3) Requirement already satisfied: soupsieve>1.2 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from beautifulsoup4->ofxparse->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.0.1) Requirement already satisfied: pyparsing in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.2.0) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from libsass->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.15.0) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from libsass->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.15.0) Requirement already satisfied: pillow in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (5.4.1) Requirement already satisfied: certifi>=2017.4.17 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2020.6.20) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (3.0.4) Requirement already satisfied: idna in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.6) Requirement already satisfied: urllib3<1.25,>=1.21.1 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.24.3) Requirement already satisfied: python-dateutil in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.7.3) Requirement already satisfied: isodate>=0.5.4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from zeep->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.6.0) Requirement already satisfied: requests-toolbelt>=0.7.1 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from zeep->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.9.1) Requirement already satisfied: attrs>=17.2.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from zeep->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (20.3.0) Requirement already satisfied: appdirs>=1.4.0 in /usr/local/lib/python3.6/dist-packages (from zeep->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.4.4) Requirement already satisfied: requests in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.21.0) Requirement already satisfied: lxml in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (3.7.1) Requirement already satisfied: pytz in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2019.1) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from libsass->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.15.0) Requirement already satisfied: cached-property>=1.3.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from zeep->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.5.2) Requirement already satisfied: defusedxml>=0.4.1 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from zeep->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (0.6.0) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from libsass->odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (1.15.0) Requirement already satisfied: requests in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from odoo<14.1dev,>=14.0a->odoo14-addon-account_fiscal_position_vat_check->-r test-requirements.txt (line 1)) (2.21.0) Installing collected packages: odoo14-addon-account-fiscal-year, odoo14-addon-account-fiscal-position-vat-check Running setup.py develop for odoo14-addon-account-fiscal-year Running setup.py develop for odoo14-addon-account-fiscal-position-vat-check Successfully installed odoo14-addon-account-fiscal-position-vat-check odoo14-addon-account-fiscal-year Requirement already satisfied: coverage in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (5.3) You have installed wkhtmltopdf but is not patched (probably) then we will overwrite it Installing webkit (wkhtmltopdf) patched version 0.12.4 Content of /home/odoo: total 12 drwxr-xr-x 1 odoo odoo 4096 Dec 4 09:45 build drwxr-xr-x 7 odoo odoo 4096 Dec 4 09:45 maintainer-quality-tools lrwxrwxrwx 1 odoo odoo 24 Dec 4 09:46 odoo-14.0 -> /.repo_requirements/odoo lrwxrwxrwx 1 root root 25 Oct 14 23:27 tools -> /.repo_requirements/tools Content of /home/odoo/dependencies: total 0 Removing intermediate container f361e3ad312d ---> 4bbfbe035488 Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in f150ffe24fde Removing intermediate container f150ffe24fde ---> 36cb9a1a3024 Successfully built 36cb9a1a3024 Successfully tagged oca-account-financial-tools:5812d6f_env_1_job_2