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 ---> 1ace0db17408 Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in d546ccab2ef3 Removing intermediate container d546ccab2ef3 ---> ac3b88751b4a Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> d92f39a4f4eb Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in 62054e04cd8e Removing intermediate container 62054e04cd8e ---> 5bac36517d01 Step 6/24 : ARG GITHUB_TOKEN ---> Running in d90e61469f12 Removing intermediate container d90e61469f12 ---> fa1279eca232 Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in 6299188c1f93 Removing intermediate container 6299188c1f93 ---> dc1ad9650762 Step 8/24 : ENV HOME=/home/odoo ---> Running in 7548face464b Removing intermediate container 7548face464b ---> 0293669db527 Step 9/24 : COPY .ssh $HOME/.ssh ---> 89c9b889538a Step 10/24 : COPY ./files/install /install ---> 9da4ce4df417 Step 11/24 : COPY ./files/script /script ---> dec724923d79 Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in 4a3a0d8c63fc Removing intermediate container 4a3a0d8c63fc ---> 2622bcc517ef Step 13/24 : RUN apt-get update; apt-get install expect-dev ---> Running in 942a2f8e1778 Get:1 http://ppa.launchpad.net trusty InRelease [15.4 kB] Ign http://archive.ubuntu.com trusty InRelease Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://apt.postgresql.org trusty-pgdg InRelease [56.5 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://ppa.launchpad.net trusty InRelease [20.8 kB] Get:7 http://archive.ubuntu.com trusty-security InRelease [65.9 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://ppa.launchpad.net trusty/main amd64 Packages [2,941 B] Get:17 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [16.1 kB] Get:18 http://ppa.launchpad.net trusty/main amd64 Packages [3,533 B] Get:19 http://archive.ubuntu.com trusty-security/main amd64 Packages [1,032 kB] Get:20 http://ppa.launchpad.net trusty/main amd64 Packages [23.2 kB] Get:21 http://archive.ubuntu.com trusty-security/universe amd64 Packages [378 kB] Get:22 http://ppa.launchpad.net trusty/main amd64 Packages [5,212 B] Get:23 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [4,730 B] Get:24 http://archive.ubuntu.com trusty Release [58.5 kB] Get:25 http://archive.ubuntu.com trusty/main amd64 Packages [1,743 kB] Get:26 http://archive.ubuntu.com trusty/universe amd64 Packages [7,589 kB] Get:27 http://archive.ubuntu.com trusty/multiverse amd64 Packages [169 kB] Fetched 13.6 MB in 4s (3,291 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 942a2f8e1778 ---> 177e981514de Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.6" >> /etc/environment ---> Running in 81bdadc9625d Removing intermediate container 81bdadc9625d ---> 749bb69e18e7 Step 15/24 : USER odoo ---> Running in 82e3a4d60ddf Removing intermediate container 82e3a4d60ddf ---> dd9b16c82181 Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.6 ---> Running in 6818f032b988 Removing intermediate container 6818f032b988 ---> 341ba979cbff Step 17/24 : ENV TRAVIS_REPO_SLUG=OCA/account-financial-tools ---> Running in f05f96e1a0ca Removing intermediate container f05f96e1a0ca ---> 27c8edb993d0 Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in a975b3224183 Removing intermediate container a975b3224183 ---> b402da9c03fe 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/1097/head:refs/pull/1097' || true && git fetch --update-head-ok -p origin '+refs/merge-requests/1097/head:refs/pull/1097' || true && git checkout -qf pull/1097 && git config --global user.email "None" && git config --global user.name "None" || true ---> Running in 84feb32738d1 Initialized empty Git repository in /home/odoo/build/OCA/account-financial-tools/.git/ From github.com:OCA/account-financial-tools * [new ref] refs/pull/1097/head -> refs/pull/1097 fatal: couldn't find remote ref refs/merge-requests/1097/head Removing intermediate container 84feb32738d1 ---> 5f01dbed0adc Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in 935a08482fe5 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container 935a08482fe5 ---> 3d486fb68613 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 4e18b9096c17 Removing intermediate container 4e18b9096c17 ---> 6607d0261fb3 Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in aaf60779f8b5 Removing intermediate container aaf60779f8b5 ---> 2f8b888ecdfd 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 3c566df99998 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.601s 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-1606400728086/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.541s 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...dfeb55f3d 14.0 -> odoo/14.0 (forced update) Collecting pip Downloading pip-20.2.4-py2.py3-none-any.whl (1.5 MB) Collecting setuptools Downloading setuptools-50.3.2-py3-none-any.whl (785 kB) Requirement already up-to-date: wheel in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (0.35.1) Installing collected packages: pip, setuptools 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 Successfully installed pip-20.2.4 setuptools-50.3.2 Requirement already up-to-date: websocket-client in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (0.57.0) Requirement already satisfied, skipping upgrade: six in /usr/local/lib/python3.6/dist-packages (from websocket-client) (1.15.0) Installing Odoo Ignoring gevent: markers 'python_version >= "3.7"' don't match your environment Ignoring gevent: markers 'sys_platform == "win32"' don't match your environment Ignoring greenlet: markers '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 'sys_platform == "win32" and 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 pypiwin32: markers 'sys_platform == "win32"' don't match your environment Obtaining file:///home/odoo/odoo-14.0 Collecting Babel==2.6.0 Downloading Babel-2.6.0-py2.py3-none-any.whl (8.1 MB) 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 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.tar.bz2 (192 kB) Collecting freezegun==0.3.11 Downloading freezegun-0.3.11-py2.py3-none-any.whl (11 kB) 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.tar.gz (57 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) 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) Collecting ofxparse==0.19 Downloading ofxparse-0.19.tar.gz (54 kB) 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) 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 27)) (1.1.0) 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 python-ldap==3.1.0 Downloading python-ldap-3.1.0.tar.gz (366 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) 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 35)) (3.4) Collecting python-dateutil==2.7.3 Downloading python_dateutil-2.7.3-py2.py3-none-any.whl (211 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) 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) Collecting zeep==3.2.0 Downloading zeep-3.2.0-py2.py3-none-any.whl (98 kB) Collecting python-stdnum==1.8 Downloading python-stdnum-1.8.tar.gz (421 kB) 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 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 xlrd==1.1.0 Downloading xlrd-1.1.0-py2.py3-none-any.whl (108 kB) Collecting mock Downloading mock-4.0.2-py3-none-any.whl (28 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 beautifulsoup4 Downloading beautifulsoup4-4.9.3-py3-none-any.whl (115 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 urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 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 41)) (2020.6.20) Collecting cached-property>=1.3.0 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) Collecting attrs>=17.2.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) 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 42)) (1.4.4) Collecting isodate>=0.5.4 Downloading isodate-0.6.0-py2.py3-none-any.whl (45 kB) Collecting defusedxml>=0.4.1 Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) Collecting requests-toolbelt>=0.7.1 Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) Collecting soupsieve>1.2; python_version >= "3.0" Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) Building wheels for collected packages: ebaysdk, feedparser, gevent, greenlet, lxml, Mako, ofxparse, psutil, python-ldap, PyPDF2, pyusb, python-stdnum, 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=252dcf621f4b5058be852ff414c372852c688aa30e4fd59fb8d8f8d5ad26d488 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=44940 sha256=ffac8bd95dd87c9a538708064c459b19e93ba6ebdf532323eab1c396ca435ac7 Stored in directory: /home/odoo/.cache/pip/wheels/2f/70/50/16138238f6447854a1300f7d457766789dc7122cfaf46bcef2 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=1307531 sha256=fa03c4c32bf52a364892ff4670ec312ecc371a26ff0b07589c4c2ad97072c046 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=41394 sha256=dddf809da69a1daac08f34a5c58e9c2a4e148f1b03e0b53ade7db0a57d2d259e Stored in directory: /home/odoo/.cache/pip/wheels/62/45/05/05aedb55955d4a84ebbe87e5432474a5df9fbccee9b8b15daf 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=3678011 sha256=16579fe5f02a461b75e74da829f4155e7c7d2087b9788147c04cd6b2d9944b0e 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=27c38771a95dfb5fd24988a7286b0f618e0907573e63c1e90d82b43aeafea56a 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=35350 sha256=b6963314307f8f8f4cc5189cdf129e86d062d5a288e8fdba12bdb8e4425e3bcc 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=258570 sha256=c701edd5f149459f2cea620a46a5e92b4531149b42953c1166e825e88a169af1 Stored in directory: /home/odoo/.cache/pip/wheels/1c/02/08/5519c2e5ce9888173991b4b979d5a0407232bd92620ac40807 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=285973 sha256=49b891ca34e8a53bb1cf59e610578b8bbb3a10bbf2f7f3f081d5ad2d3ddb25e9 Stored in directory: /home/odoo/.cache/pip/wheels/30/83/03/d57c3ce69ac50cbf5ad0e9010d9104a6bed136d9260a9df868 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=61085 sha256=e827660aac91d883bf0414d53dc5a4d71fe5d29f03c648927bca1a8077d9a5cc Stored in directory: /home/odoo/.cache/pip/wheels/97/28/4b/142b7d8c98eeeb73534b9c5b6558ddd3bab3c2c8192aa7ab30 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=af0281972639324f871933a42fa977c0f2c18acdb7677d9d9a8e4517ac6846ba Stored in directory: /home/odoo/.cache/pip/wheels/13/b4/3d/1f8420a5a9cb4d02575d5b46f1e1017998c112be0a3c7c0ff0 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=73b44425f0818fb7d546319dd91fd7aa7b8746e8fae67a3f03eeab4902c42427 Stored in directory: /home/odoo/.cache/pip/wheels/af/c9/4e/adab645cec3d5fca7ba97db055372ad2d51797992d9ce5adb8 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=9c4ecb73861a904e972cff6806f902f86436d41e42cfbb243f0436c16493798e Stored in directory: /home/odoo/.cache/pip/wheels/85/3c/61/f76d72ab7e65afe40edc14680f7880439d8201444b0165d837 Successfully built ebaysdk feedparser gevent greenlet lxml Mako ofxparse psutil python-ldap PyPDF2 pyusb python-stdnum vobject Installing collected packages: pytz, Babel, decorator, docutils, lxml, urllib3, idna, requests, ebaysdk, feedparser, python-dateutil, freezegun, greenlet, gevent, html2text, MarkupSafe, Jinja2, libsass, Mako, num2words, soupsieve, beautifulsoup4, ofxparse, passlib, Pillow, psutil, psycopg2, pyparsing, pydot, pyasn1, pyasn1-modules, python-ldap, PyPDF2, pyusb, qrcode, reportlab, cached-property, attrs, isodate, defusedxml, requests-toolbelt, zeep, python-stdnum, vobject, Werkzeug, XlsxWriter, xlwt, xlrd, mock, odoo Attempting uninstall: docutils Found existing installation: docutils 0.16 Uninstalling docutils-0.16: Successfully uninstalled docutils-0.16 Attempting uninstall: lxml Found existing installation: lxml 4.5.2 Uninstalling lxml-4.5.2: Successfully uninstalled lxml-4.5.2 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 Running setup.py develop for odoo ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. pylint-odoo 0.0.1.dev513 requires docutils==0.16, but you'll have docutils 0.14 which is incompatible. pylint-odoo 0.0.1.dev513 requires lxml>=4.2.3, but you'll have lxml 3.7.1 which is incompatible. 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 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) 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_menu from file:///home/odoo/build/OCA/account-financial-tools/setup/account_menu#egg=odoo14-addon-account_menu (from -r test-requirements.txt (line 2)) Obtaining odoo14-addon-account_netting from file:///home/odoo/build/OCA/account-financial-tools/setup/account_netting#egg=odoo14-addon-account_netting (from -r test-requirements.txt (line 3)) 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: soupsieve>1.2; python_version >= "3.0" 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) Installing collected packages: odoo14-addon-account-fiscal-position-vat-check, odoo14-addon-account-menu, odoo14-addon-account-netting Running setup.py develop for odoo14-addon-account-fiscal-position-vat-check Running setup.py develop for odoo14-addon-account-menu Running setup.py develop for odoo14-addon-account-netting Successfully installed odoo14-addon-account-fiscal-position-vat-check odoo14-addon-account-menu odoo14-addon-account-netting 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 Nov 26 14:25 build drwxr-xr-x 7 odoo odoo 4096 Nov 26 14:25 maintainer-quality-tools lrwxrwxrwx 1 odoo odoo 24 Nov 26 14:25 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 3c566df99998 ---> b5d075f54c3e Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in d03b326b8d09 Removing intermediate container d03b326b8d09 ---> dd11f645a497 Successfully built dd11f645a497 Successfully tagged oca-account-financial-tools:9953c71_env_1_job_2