Sending build context to Docker daemon 31.23kB 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 ---> abbe0076dc63 Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in 1dabccaae1f9 Removing intermediate container 1dabccaae1f9 ---> 591a08b25e9d Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> 4a5f2769777a Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in f57102974f0a Removing intermediate container f57102974f0a ---> 2e5cbce99654 Step 6/24 : ARG GITHUB_TOKEN ---> Running in 4e26bad7875c Removing intermediate container 4e26bad7875c ---> 304ddbc41b41 Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in b0ed7c26612d Removing intermediate container b0ed7c26612d ---> 36eff4c9d6ef Step 8/24 : ENV HOME=/home/odoo ---> Running in 28b6aff98f7e Removing intermediate container 28b6aff98f7e ---> 256b19888ca4 Step 9/24 : COPY .ssh $HOME/.ssh ---> b2ea2c759151 Step 10/24 : COPY ./files/install /install ---> a085a6c59c2a Step 11/24 : COPY ./files/script /script ---> e63781380359 Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in dc629b70bcc6 Removing intermediate container dc629b70bcc6 ---> b0d5fa634dd2 Step 13/24 : RUN apt-get update; apt-get install expect-dev ---> Running in a69317da7486 Get:1 http://apt.postgresql.org trusty-pgdg InRelease [56.5 kB] Get:2 http://ppa.launchpad.net trusty InRelease [15.4 kB] Ign http://archive.ubuntu.com trusty InRelease Get:3 http://apt.postgresql.org trusty-pgdg/main amd64 Packages [201 kB] Get:4 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:6 http://deb.nodesource.com trusty InRelease [3,914 B] 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://archive.ubuntu.com trusty Release.gpg [933 B] Get:10 http://deb.nodesource.com trusty/main amd64 Packages [964 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://ppa.launchpad.net trusty/main amd64 Packages [10.6 kB] Get:15 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [671 kB] Get:16 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [16.1 kB] Get:17 http://ppa.launchpad.net trusty/main amd64 Packages [2,941 B] Get:18 http://archive.ubuntu.com trusty-security/main amd64 Packages [1,032 kB] Get:19 http://ppa.launchpad.net trusty/main amd64 Packages [3,533 B] Get:20 http://archive.ubuntu.com trusty-security/universe amd64 Packages [378 kB] Get:21 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [4,730 B] Get:22 http://ppa.launchpad.net trusty/main amd64 Packages [23.2 kB] Get:23 http://archive.ubuntu.com trusty Release [58.5 kB] Get:24 http://archive.ubuntu.com trusty/main amd64 Packages [1,743 kB] Get:25 http://ppa.launchpad.net trusty/main amd64 Packages [5,212 B] 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 2s (5,165 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 a69317da7486 ---> 4cffa39afe67 Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.6" >> /etc/environment ---> Running in 20b2c0055cdb Removing intermediate container 20b2c0055cdb ---> ed2ee4e2509b Step 15/24 : USER odoo ---> Running in 03e842518cf9 Removing intermediate container 03e842518cf9 ---> fcf45a25fc29 Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.6 ---> Running in 0ac23a14618d Removing intermediate container 0ac23a14618d ---> 5833db28fe82 Step 17/24 : ENV TRAVIS_REPO_SLUG=OCA/account-financial-tools ---> Running in ca0fb0a90532 Removing intermediate container ca0fb0a90532 ---> 78d1db43f856 Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in 1d5c7c3df601 Removing intermediate container 1d5c7c3df601 ---> 3b7a65ae8d99 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/heads/14.0:refs/heads/14.0' && git checkout -qf 14.0 && git config --global user.email "None" && git config --global user.name "None" || true ---> Running in d3ddf9b13a96 Initialized empty Git repository in /home/odoo/build/OCA/account-financial-tools/.git/ From github.com:OCA/account-financial-tools * [new branch] 14.0 -> 14.0  * [new branch] 14.0 -> origin/14.0 Removing intermediate container d3ddf9b13a96 ---> 7148c776b1e6 Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in 907f29e0bdd0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container 907f29e0bdd0 ---> bfdc4244a0f2 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 330bd08193d3 Removing intermediate container 330bd08193d3 ---> e0794821f569 Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in 892f3c59e130 Removing intermediate container 892f3c59e130 ---> 1b3f36b8dc5a 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 75b4e8fd5662 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.502s 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-1605870709375/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.909s 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...7c32f977a 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) 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 urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting cached-property>=1.3.0 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 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 requests-toolbelt>=0.7.1 Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) Collecting attrs>=17.2.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 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) 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=b128fba34681c37412a8a2b22b82c5f6ca0099ce2a37be255fe6572debf5e588 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=ea0020676a9f13402c8f0870ea0277b74aae6cde20ed84a50b372ad426e7030f 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=1307541 sha256=0bf1d481870e662c2622217bc9c8e4a5d07a2734690d90474a0e231b5adacd79 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=41408 sha256=76f57614934e16cf32707b864ba361d4e42f3c3f546315349a781b56d0ef1d22 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=3678018 sha256=708f954ae0486523efd10b7b2c7772f7722ddf7ecefb11e0424ed94324b8cb78 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=503e88c0963b0e7d8684612a8d4fa64a3a7cd3f80608e23a629edaac78fbf875 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=f04fb940a7f910c290a65880de2c00b4f2161bf25dc0287e7149cb0baf962548 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=5b6feed3d83b067faebeb5ce8927000a2c90e8409c6800732f5f0b6a9c006470 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=285964 sha256=8fa3955115843ba11d6e8e03e6529685633b7b6738c9663682e998095e407e2d 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=f371ae5588471fae30f0b65c5ad8e7b2a1ec07bee7c93acdf59f4f78dd09d1c4 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=d88e50d84b7d17616a16df1a0a619d2804304ed6e79ff4fb84dc525bbbb77c09 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=1ad0b7d35b6948de0be095349ed84bd7e557fef26118b94da79dd6524a3a9616 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=bb8adc49f12236e7c944601bd7d495faefc00773224c34dcace7573af287501c 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, requests-toolbelt, attrs, defusedxml, isodate, 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) 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_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)) 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: 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: 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: 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 Running setup.py develop for odoo14-addon-account-fiscal-position-vat-check Running setup.py develop for odoo14-addon-account-menu Successfully installed odoo14-addon-account-fiscal-position-vat-check odoo14-addon-account-menu 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 20 11:11 build drwxr-xr-x 7 odoo odoo 4096 Nov 20 11:11 maintainer-quality-tools lrwxrwxrwx 1 odoo odoo 24 Nov 20 11:11 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 75b4e8fd5662 ---> db94b2359e39 Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in 4a113ce13253 Removing intermediate container 4a113ce13253 ---> 9fe7148983e5 Successfully built 9fe7148983e5 Successfully tagged oca-account-financial-tools:fc6c732_env_1_job_2