Sending build context to Docker daemon 59.39kB Step 1/24 : FROM vauxoo/odoo-80-image-shippable-auto latest: Pulling from vauxoo/odoo-80-image-shippable-auto Digest: sha256:b302c8c5251dd2a94897125d66e9a127094940a6aa972b131d4353b6f7968d05 Status: Image is up to date for vauxoo/odoo-80-image-shippable-auto:latest ---> 56edb563a603 Step 2/24 : COPY files/entrypoint.sh /entrypoint.sh ---> 6ca49bd37f61 Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in 90de0270c3f9 Removing intermediate container 90de0270c3f9 ---> 7324b5313fc4 Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> 287d105df4fd Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in 99e55b8a5b5f Removing intermediate container 99e55b8a5b5f ---> 420c5c6d7564 Step 6/24 : ARG GITHUB_TOKEN ---> Running in be31e2a9233e Removing intermediate container be31e2a9233e ---> 0785c2c0992e Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in 9280c495dc14 Removing intermediate container 9280c495dc14 ---> 1ba511290e6a Step 8/24 : ENV HOME=/home/odoo ---> Running in 94f6fb3d9fcd Removing intermediate container 94f6fb3d9fcd ---> e0ad5678e9e5 Step 9/24 : COPY .ssh $HOME/.ssh ---> d901a741fa7f Step 10/24 : COPY ./files/install /install ---> 7d6f084afb6a Step 11/24 : COPY ./files/script /script ---> 423b03c8f71a Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in 923f89c59b7b Removing intermediate container 923f89c59b7b ---> c11129b7d0b1 Step 13/24 : RUN apt-get update; apt-get install expect-dev openssl antiword ---> Running in 0f6e89f98457 Get:1 http://deb.nodesource.com trusty InRelease [3,914 B] Get:2 http://deb.nodesource.com trusty/main amd64 Packages [964 B] Ign http://archive.ubuntu.com trusty InRelease Get:3 http://ppa.launchpad.net trusty InRelease [15.4 kB] Get:4 http://apt.postgresql.org trusty-pgdg InRelease [56.5 kB] Get:5 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:7 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] Get:8 http://ppa.launchpad.net trusty InRelease [20.8 kB] Get:9 http://apt.postgresql.org trusty-pgdg/main amd64 Packages [201 kB] 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://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 [5,015 B] Get:21 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [4,730 B] Get:22 http://archive.ubuntu.com trusty Release [58.5 kB] Get:23 http://ppa.launchpad.net trusty/main amd64 Packages [23.2 kB] Get:24 http://archive.ubuntu.com trusty/main amd64 Packages [1,743 kB] Get:25 http://archive.ubuntu.com trusty/universe amd64 Packages [7,589 kB] Get:26 http://ppa.launchpad.net trusty/main amd64 Packages [5,212 B] Get:27 http://archive.ubuntu.com trusty/multiverse amd64 Packages [169 kB] Fetched 13.6 MB in 2s (4,954 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... expect-dev is already the newest version. antiword is already the newest version. openssl is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. Removing intermediate container 0f6e89f98457 ---> b5b42a862ad0 Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.6" >> /etc/environment ---> Running in a9819bad70f8 Removing intermediate container a9819bad70f8 ---> 507869c44a43 Step 15/24 : USER odoo ---> Running in 99c60ae259f4 Removing intermediate container 99c60ae259f4 ---> 19f24228690c Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.6 ---> Running in c93e8c423f76 Removing intermediate container c93e8c423f76 ---> 4c748ea84a48 Step 17/24 : ENV TRAVIS_REPO_SLUG=vauxoo/enterprise-pe ---> Running in ca64ea93fba9 Removing intermediate container ca64ea93fba9 ---> 07b88083ab61 Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in 825574d70dad Removing intermediate container 825574d70dad ---> fec28665e8ec Step 19/24 : RUN git init ${TRAVIS_BUILD_DIR} && cd ${TRAVIS_BUILD_DIR} && git remote add origin git@git.vauxoo.com:vauxoo/enterprise-pe.git && git fetch --update-head-ok -p origin '+refs/heads/12.0:refs/heads/12.0' && git checkout -qf 12.0 && git config --global user.email "None" && git config --global user.name "None" || true ---> Running in 9180bce3ac88 Initialized empty Git repository in /home/odoo/build/vauxoo/enterprise-pe/.git/ From git.vauxoo.com:vauxoo/enterprise-pe * [new branch] 12.0 -> 12.0  * [new branch] 12.0 -> origin/12.0 Removing intermediate container 9180bce3ac88 ---> a55ca8233379 Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in cfd636cb080b ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx coward@vauxoo.com Removing intermediate container cfd636cb080b ---> 023d77525be2 Step 21/24 : ENV LINT_CHECK="0" TESTS="0" PSQL_VERSION="10" TESTS="1" ---> Running in dfc8502921c5 Removing intermediate container dfc8502921c5 ---> 1fbd5031b6d2 Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} Removing intermediate container a141715d7916 ---> 9549839f355a 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 adc03e6aee97 Cloning into '/home/odoo/maintainer-quality-tools'... Collecting PyPDF2 Downloading PyPDF2-1.26.0.tar.gz (77 kB) Collecting ofxparse Downloading ofxparse-0.20.tar.gz (53 kB) Collecting beautifulsoup4 Downloading beautifulsoup4-4.9.1-py3-none-any.whl (115 kB) Requirement already satisfied, skipping upgrade: lxml in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from ofxparse) (4.5.0) Requirement already satisfied, skipping upgrade: six in /usr/local/lib/python3.6/dist-packages (from ofxparse) (1.14.0) Collecting soupsieve>1.2 Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) Building wheels for collected packages: PyPDF2, ofxparse 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=c89e5ddae57100a257fa63990e6a99cf93721287fd7e04883e65f482bf209548 Stored in directory: /home/odoo/.cache/pip/wheels/97/28/4b/142b7d8c98eeeb73534b9c5b6558ddd3bab3c2c8192aa7ab30 Building wheel for ofxparse (setup.py): started Building wheel for ofxparse (setup.py): finished with status 'done' Created wheel for ofxparse: filename=ofxparse-0.20-py3-none-any.whl size=35382 sha256=5f36ba310be26f1af515409443a4b92ff04008f11eb2fa0b83b25fc27e28b144 Stored in directory: /home/odoo/.cache/pip/wheels/1e/3b/f2/5ca904c2e5d0fd2b0de9ae9a9797f497df072438102021b2fe Successfully built PyPDF2 ofxparse Installing collected packages: PyPDF2, soupsieve, beautifulsoup4, ofxparse Successfully installed PyPDF2-1.26.0 beautifulsoup4-4.9.1 ofxparse-0.20 soupsieve-2.0.1 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. You should consider upgrading via the '/.repo_requirements/virtualenv/python3.6/bin/python -m pip install --upgrade pip' command.  : ${TRAVIS_BUILD_DIR:="${CI_PROJECT_DIR}"} # If unset, takes it from GitLab CI if [ "${LINT_CHECK}" != "0" ]; then if [ -f "${HOME}/.nvm/nvm.sh" ]; then # Update nodejs v6.latest required by eslint # Using nvm of travis CURRENT_NODE=$(which node) source ${HOME}/.nvm/nvm.sh nvm install 6  ln -sf $(nvm which 6) $CURRENT_NODE fi pip install -q QUnitSuite flake8 Click # Install pylint plugin depends without lxml  wget --no-check-certificate https://raw.githubusercontent.com/vauxoo/pylint-odoo/master/requirements.txt -O $(dirname ${BASH_SOURCE[0]})/pylint_odoo_requirements.txt  pip install --upgrade -r $(dirname ${BASH_SOURCE[0]})/pylint_odoo_requirements.txt pip install pbr  pip install --upgrade --no-deps git+https://github.com/vauxoo/pylint-odoo.git # To use last version ever npm install -g eslint # Extra package for pylint-odoo plugin # Get pylint configuration file of vauxoo  wget -q https://raw.githubusercontent.com/Vauxoo/pylint-conf/master/conf/pylint_vauxoo_light.cfg -O ${HOME}/maintainer-quality-tools/travis/cfg/travis_run_pylint.cfg wget -q https://raw.githubusercontent.com/Vauxoo/pylint-conf/master/conf/pylint_vauxoo_light_pr.cfg -O ${HOME}/maintainer-quality-tools/travis/cfg/travis_run_pylint_pr.cfg  wget -q https://raw.githubusercontent.com/Vauxoo/pylint-conf/master/conf/pylint_vauxoo_light_beta.cfg -O ${HOME}/maintainer-quality-tools/travis/cfg/travis_run_pylint_beta.cfg wget -q https://raw.githubusercontent.com/Vauxoo/pylint-conf/master/conf/.jslintrc -O ${HOME}/maintainer-quality-tools/travis/cfg/.jslintrc # Ugly patch to apply https://github.com/PyCQA/pylint/pull/1055  wget -q https://raw.githubusercontent.com/Vauxoo/pylint-conf/master/conf/pylint_pr1055.patch -O /tmp/pylint_pr1055.patch  patch -f -p0 $(python -c "from __future__ import print_function; from pylint.checkers import similar; print(similar.__file__.rstrip('c'))") -i /tmp/pylint_pr1055.patch fi WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. You should consider upgrading via the '/.repo_requirements/virtualenv/python3.6/bin/python -m pip install --upgrade pip' command. dirname ${BASH_SOURCE[0]} --2020-09-02 23:25:57-- https://raw.githubusercontent.com/vauxoo/pylint-odoo/master/requirements.txt Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 334 [text/plain] Saving to: ‘/home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt’  0K        100% 17.1M=0s 2020-09-02 23:25:57 (17.1 MB/s) - ‘/home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt’ saved [334/334] dirname ${BASH_SOURCE[0]} Ignoring Pygments: markers 'python_version < "3"' don't match your environment Ignoring pylint: markers 'python_version < "3"' don't match your environment Collecting docutils==0.16 Downloading docutils-0.16-py2.py3-none-any.whl (548 kB) Requirement already up-to-date: isort==4.3.4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 2)) (4.3.4) Collecting lxml>=4.2.3 Downloading lxml-4.5.2-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) Requirement already up-to-date: polib==1.1.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 4)) (1.1.0) Collecting Pygments==2.6.1 Downloading Pygments-2.6.1-py3-none-any.whl (914 kB) Collecting pylint-plugin-utils==0.6 Downloading pylint_plugin_utils-0.6-py3-none-any.whl (10 kB) Collecting pylint==2.5.3 Downloading pylint-2.5.3-py3-none-any.whl (324 kB) Collecting restructuredtext_lint==1.3.1 Downloading restructuredtext_lint-1.3.1.tar.gz (13 kB) Collecting rfc3986 Downloading rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) Collecting six Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Requirement already up-to-date: whichcraft in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 13)) (0.6.1) Requirement already up-to-date: translate-toolkit==2.3 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 15)) (2.3.0) Requirement already satisfied, skipping upgrade: toml>=0.7.1 in /usr/local/lib/python3.6/dist-packages (from pylint==2.5.3->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 9)) (0.10.0) Collecting astroid<=2.5,>=2.4.0 Downloading astroid-2.4.2-py3-none-any.whl (213 kB) Requirement already satisfied, skipping upgrade: mccabe<0.7,>=0.6 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from pylint==2.5.3->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 9)) (0.6.1) Requirement already satisfied, skipping upgrade: diff-match-patch==20121119 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from translate-toolkit==2.3->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 15)) (20121119) Requirement already satisfied, skipping upgrade: lazy-object-proxy==1.4.* in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from astroid<=2.5,>=2.4.0->pylint==2.5.3->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 9)) (1.4.3) Collecting typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and python_version < "3.8" Downloading typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl (737 kB) Requirement already satisfied, skipping upgrade: wrapt~=1.11 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from astroid<=2.5,>=2.4.0->pylint==2.5.3->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 9)) (1.12.1) Building wheels for collected packages: restructuredtext-lint Building wheel for restructuredtext-lint (setup.py): started Building wheel for restructuredtext-lint (setup.py): finished with status 'done' Created wheel for restructuredtext-lint: filename=restructuredtext_lint-1.3.1-py3-none-any.whl size=13606 sha256=fbbaa60add34130c9c0b8fac831127d34c56ebd9a3045a56f73d6a927da6d336 Stored in directory: /home/odoo/.cache/pip/wheels/8b/cc/70/5c8e06ac7ccfb922175a71859435360fe93635963d7251088c Successfully built restructuredtext-lint ERROR: pylint-odoo 0.0.1.dev459 has requirement astroid==2.2.0; python_version >= "3", but you'll have astroid 2.4.2 which is incompatible. ERROR: pylint-odoo 0.0.1.dev459 has requirement docutils==0.14, but you'll have docutils 0.16 which is incompatible. ERROR: pylint-odoo 0.0.1.dev459 has requirement Pygments==2.2, but you'll have pygments 2.6.1 which is incompatible. ERROR: pylint-odoo 0.0.1.dev459 has requirement pylint==2.3.0; python_version >= "3", but you'll have pylint 2.5.3 which is incompatible. ERROR: pylint-odoo 0.0.1.dev459 has requirement pylint-plugin-utils==0.5; python_version >= "3", but you'll have pylint-plugin-utils 0.6 which is incompatible. ERROR: pylint-odoo 0.0.1.dev459 has requirement restructuredtext-lint==1.1.3, but you'll have restructuredtext-lint 1.3.1 which is incompatible. Installing collected packages: docutils, lxml, Pygments, six, typed-ast, astroid, pylint, pylint-plugin-utils, restructuredtext-lint, rfc3986 Attempting uninstall: docutils Found existing installation: docutils 0.14 Uninstalling docutils-0.14: Successfully uninstalled docutils-0.14 Attempting uninstall: lxml Found existing installation: lxml 4.5.0 Uninstalling lxml-4.5.0: Successfully uninstalled lxml-4.5.0 Attempting uninstall: Pygments Found existing installation: Pygments 2.2.0 Uninstalling Pygments-2.2.0: Successfully uninstalled Pygments-2.2.0 Attempting uninstall: six Found existing installation: six 1.14.0 Not uninstalling six at /usr/local/lib/python3.6/dist-packages, outside environment /.repo_requirements/virtualenv/python3.6 Can't uninstall 'six'. No files were found to uninstall. Attempting uninstall: typed-ast Found existing installation: typed-ast 1.2.0 Uninstalling typed-ast-1.2.0: Successfully uninstalled typed-ast-1.2.0 Attempting uninstall: astroid Found existing installation: astroid 2.2.0 Uninstalling astroid-2.2.0: Successfully uninstalled astroid-2.2.0 Attempting uninstall: pylint Found existing installation: pylint 2.3.0 Uninstalling pylint-2.3.0: Successfully uninstalled pylint-2.3.0 Attempting uninstall: pylint-plugin-utils Found existing installation: pylint-plugin-utils 0.5 Uninstalling pylint-plugin-utils-0.5: Successfully uninstalled pylint-plugin-utils-0.5 Attempting uninstall: restructuredtext-lint Found existing installation: restructuredtext-lint 1.1.3 Uninstalling restructuredtext-lint-1.1.3: Successfully uninstalled restructuredtext-lint-1.1.3 Attempting uninstall: rfc3986 Found existing installation: rfc3986 1.3.2 Uninstalling rfc3986-1.3.2: Successfully uninstalled rfc3986-1.3.2 Successfully installed Pygments-2.6.1 astroid-2.4.2 docutils-0.16 lxml-4.5.2 pylint-2.5.3 pylint-plugin-utils-0.6 restructuredtext-lint-1.3.1 rfc3986-1.4.0 six-1.15.0 typed-ast-1.4.1 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. You should consider upgrading via the '/.repo_requirements/virtualenv/python3.6/bin/python -m pip install --upgrade pip' command. Requirement already satisfied: pbr in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (5.4.4) WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. You should consider upgrading via the '/.repo_requirements/virtualenv/python3.6/bin/python -m pip install --upgrade pip' command. Collecting git+https://github.com/vauxoo/pylint-odoo.git Cloning https://github.com/vauxoo/pylint-odoo.git to /tmp/pip-req-build-fff7czxo  Running command git clone -q https://github.com/vauxoo/pylint-odoo.git /tmp/pip-req-build-fff7czxo Building wheels for collected packages: pylint-odoo Building wheel for pylint-odoo (setup.py): started Building wheel for pylint-odoo (setup.py): finished with status 'done' Created wheel for pylint-odoo: filename=pylint_odoo-0.0.1.dev513-py3-none-any.whl size=86070 sha256=02a78afba05071ff9ef003d5a26b846e3ce03331b696556d189004e54e2b8c61 Stored in directory: /tmp/pip-ephem-wheel-cache-eutemymg/wheels/33/aa/aa/c41a67050e06f833ef60a7067a415a2fa7f3849b198fac4b24 Successfully built pylint-odoo Installing collected packages: pylint-odoo Attempting uninstall: pylint-odoo Found existing installation: pylint-odoo 0.0.1.dev459 Uninstalling pylint-odoo-0.0.1.dev459: Successfully uninstalled pylint-odoo-0.0.1.dev459 Successfully installed pylint-odoo-0.0.1.dev513 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. You should consider upgrading via the '/.repo_requirements/virtualenv/python3.6/bin/python -m pip install --upgrade pip' command. /.repo_requirements/virtualenv/nodejs/bin/eslint -> /.repo_requirements/virtualenv/nodejs/lib/node_modules/eslint/bin/eslint.js + eslint@7.8.1 added 6 packages from 6 contributors, removed 31 packages, updated 36 packages and moved 5 packages in 60.111s python -c "from __future__ import print_function; from pylint.checkers import similar; print(similar.__file__.rstrip('c'))" patching file /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages/pylint/checkers/similar.py Hunk #1 succeeded at 50 (offset 19 lines). Hunk #2 FAILED at 42. Hunk #3 FAILED at 126. Hunk #4 FAILED at 158. Hunk #5 FAILED at 290. 4 out of 5 hunks FAILED -- saving rejects to file /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages/pylint/checkers/similar.py.rej  # We can exit here and do nothing if this only a LINT check if [ "${TESTS}" != "1" ] && [ "${LINT_CHECK}" == "1" ]; then exit 0 fi  # Install less ln -s `which nodejs` $HOME/maintainer-quality-tools/travis/node which nodejs npm install -g less@3.0.4 less-plugin-clean-css 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.083s  if [ "${WEBSITE_REPO}" == "1" ]; then if [ -f ~/.rvm/scripts/rvm ]; then source ~/.rvm/scripts/rvm else source /usr/local/rvm/scripts/rvm fi rvm install ruby --latest rvm use ruby --latest # Uninstall current versions to be sure that # the correct version will be installed gem uninstall -aIx bootstrap-sass compass sass  gem install compass bootstrap-sass fi # Update PhantomJS (v10 compat) if [ "${PHANTOMJS_VERSION}" != "OS" ]; then npm install --prefix ${TRAVIS_BUILD_DIR} "phantomjs-prebuilt@${PHANTOMJS_VERSION:=latest}" ln -s "${TRAVIS_BUILD_DIR}/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs" "${HOME}/maintainer-quality-tools/travis/phantomjs" fi 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/vauxoo/enterprise-pe/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/vauxoo/enterprise-pe/node_modules/phantomjs-prebuilt/lib/phantom Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1599089252873/phantomjs-2.1.1-linux-x86_64 -> /home/odoo/build/vauxoo/enterprise-pe/node_modules/phantomjs-prebuilt/lib/phantom Writing location.js file Done. Phantomjs binary available at /home/odoo/build/vauxoo/enterprise-pe/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs npm WARN saveError ENOENT: no such file or directory, open '/home/odoo/build/vauxoo/enterprise-pe/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/vauxoo/enterprise-pe/package.json' npm WARN enterprise-pe No description npm WARN enterprise-pe No repository field. npm WARN enterprise-pe No README data npm WARN enterprise-pe No license field.  + phantomjs-prebuilt@2.1.16 added 81 packages from 77 contributors and audited 81 packages in 8.329s 1 package is looking for funding run `npm fund` for details found 0 vulnerabilities  # For backward compatibility, take version from parameter if it's not globally set if [ "x${VERSION}" == "x" ] ; then VERSION="${1}" echo "WARNING: no env variable set for VERSION. Using '${1}'." fi if [ "x${ODOO_BRANCH}" == "x" ] ; then ODOO_BRANCH=${VERSION} fi : ${ODOO_REPO:="odoo/odoo"} # default value, if not set IFS="/" read -a REPO <<< "${ODOO_REPO}" # ODOO_URL="https://github.com/${REPO[0]}/${REPO[1]}/archive/${VERSION}.tar.gz" ODOO_URL="https://github.com/${REPO[0]}/${REPO[1]}.git" /.repo_requirements  echo ${REPO_REQUIREMENTS} export REMOTE=$(python -c "from __future__ import print_function; print('${REPO[0]}'.lower())") python -c "from __future__ import print_function; print('${REPO[0]}'.lower())" export BRANCH=$(python -c "from __future__ import print_function; print('${ODOO_BRANCH}'.lower())") python -c "from __future__ import print_function; print('${ODOO_BRANCH}'.lower())" export PULL_REQUEST='' # If the branch is a pull request if [[ $BRANCH == *"/"* ]]; then export PULL_REQUEST=$BRANCH export BRANCH=${BRANCH/\//-} fi export ODOO_PATH=${HOME}/${REPO[1]}-${ODOO_BRANCH} echo "Installing Odoo from cache" Installing Odoo from cache ODOO_URL="https://github.com/${ODOO_REPO}" if [ "x${REPO_REQUIREMENTS}" == "x" ] ; then export ODOO_PATH=${HOME}/${REPO[1]}-${BRANCH} else # chown executed from original image chown `(whoami)`:`(whoami)` -R ${REPO_REQUIREMENTS}/odoo  ln -sf ${REPO_REQUIREMENTS}/odoo ${ODOO_PATH} fi  git init ${ODOO_PATH} Reinitialized existing Git repository in /.repo_requirements/odoo/.git/ cd ${ODOO_PATH} git remote add ${REMOTE} ${ODOO_URL} fatal: remote odoo already exists.  if [ "x${PULL_REQUEST}" == "x" ] ; then git fetch --depth=1 ${REMOTE} ${ODOO_BRANCH} \ && git config --local --bool core.bare false \ && git checkout -b ${ODOO_BRANCH}-${REMOTE} -qf ${REMOTE}/${ODOO_BRANCH} \  ; git reset --hard ${REMOTE}/${ODOO_BRANCH} else ODOO_URL="https://github.com/${ODOO_REPO}" # Is a pull request git reset --hard git fetch --depth=1 ${REMOTE} $PULL_REQUEST/head:${BRANCH}-${REMOTE} \  && git config --local --bool core.bare false \ && git checkout ${BRANCH}-${REMOTE} \  ; fi From https://github.com/odoo/odoo * branch 13.0 -> FETCH_HEAD  * [new branch] 13.0 -> odoo/13.0 HEAD is now at 73bf2b1a9 [FIX] point_of_sale: Fix delay barcode scanner x  echo "x${PHANTOMJS_TESTS}" if [ "x${PHANTOMJS_TESTS}" == "x0" ]; then # Disable phantom tests sed -i "s/'phantomjs'/'disable_phantomjs'/g" ${HOME}/*/openerp/tests/common.py sed -i "s/'phantomjs'/'disable_phantomjs'/g" ${HOME}/*/odoo/tests/common.py else # Increase default timeout of all phantom tests sed -i "s/ login=None, timeout=60, / login=None, timeout=360, /g" ${HOME}/*/openerp/tests/common.py sed -i "s/ login=None, timeout=60, / login=None, timeout=360, /g" ${HOME}/*/odoo/tests/common.py # Increase default delay of all phantom tests sed -i "s/defaultDelay: 50,/defaultDelay: 120,/g" ${HOME}/*/addons/web/static/src/js/tour.js fi sed: can't read /home/odoo/*/openerp/tests/common.py: No such file or directory sed: can't read /home/odoo/*/addons/web/static/src/js/tour.js: No such file or directory  # Workaround to force using system site packages (see https://github.com/Shippable/support/issues/241#issuecomment-57947925) rm -f $VIRTUAL_ENV/lib/python2.7/no-global-site-packages.txt  echo "Installing odoo dependencies" # Odoo <= 7.0 don't have requirements.txt file then the 8.0 file is used by default Installing odoo dependencies if [ ! -f ${ODOO_PATH}/requirements.txt ]; then wget https://raw.githubusercontent.com/odoo/odoo/8.0/requirements.txt -O ${ODOO_PATH}/requirements.txt fi # Remove python-ldap from odoo requirements because is not a common module used sed -i '/^python-ldap\=\=/d' ${ODOO_PATH}/requirements.txt # Use requests with [security] suffix to fix [Errno 111] Connection refused for old python2.7 versions. sed -i 's/^requests\=\=/requests[security]\=\=/g' ${ODOO_PATH}/requirements.txt  pip install --upgrade pip Collecting pip Downloading pip-20.2.2-py2.py3-none-any.whl (1.5 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.0.2 Uninstalling pip-20.0.2: Successfully uninstalled pip-20.0.2 Successfully installed pip-20.2.2 pip install --no-binary pycparser -r ${ODOO_PATH}/requirements.txt Ignoring gevent: markers 'sys_platform != "win32" and 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 Werkzeug: markers 'sys_platform == "win32"' don't match your environment Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment 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-13.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 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 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 mock==2.0.0 Downloading mock-2.0.0-py2.py3-none-any.whl (56 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-13.0/requirements.txt (line 26)) (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 pyparsing==2.2.0 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) Requirement already satisfied: PyPDF2==1.26.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/odoo-13.0/requirements.txt (line 32)) (1.26.0) Requirement already satisfied: pyserial==3.4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/odoo-13.0/requirements.txt (line 33)) (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[security]==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 vatnumber==1.2 Downloading vatnumber-1.2.tar.gz (19 kB) Collecting vobject==0.9.6.1 Downloading vobject-0.9.6.1.tar.gz (58 kB) Collecting Werkzeug==0.14.1 Downloading Werkzeug-0.14.1-py2.py3-none-any.whl (322 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) Requirement already satisfied: six in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from libsass==0.17.0->-r /home/odoo/odoo-13.0/requirements.txt (line 14)) (1.15.0) Requirement already satisfied: pbr>=0.11 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from mock==2.0.0->-r /home/odoo/odoo-13.0/requirements.txt (line 20)) (5.4.4) Requirement already satisfied: beautifulsoup4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from ofxparse==0.19->-r /home/odoo/odoo-13.0/requirements.txt (line 22)) (4.9.1) 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[security]==2.21.0->-r /home/odoo/odoo-13.0/requirements.txt (line 39)) (2020.4.5.1) Collecting idna<2.9,>=2.5 Downloading idna-2.8-py2.py3-none-any.whl (58 kB) Requirement already satisfied: pyOpenSSL>=0.14; extra == "security" in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests[security]==2.21.0->-r /home/odoo/odoo-13.0/requirements.txt (line 39)) (19.1.0) Requirement already satisfied: cryptography>=1.3.4; extra == "security" in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests[security]==2.21.0->-r /home/odoo/odoo-13.0/requirements.txt (line 39)) (2.9) Requirement already satisfied: appdirs>=1.4.0 in /usr/local/lib/python3.6/dist-packages (from zeep==3.2.0->-r /home/odoo/odoo-13.0/requirements.txt (line 40)) (1.4.3) 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) Requirement already satisfied: attrs>=17.2.0 in /usr/local/lib/python3.6/dist-packages (from zeep==3.2.0->-r /home/odoo/odoo-13.0/requirements.txt (line 40)) (19.3.0) Collecting cached-property>=1.3.0 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) Collecting isodate>=0.5.4 Downloading isodate-0.6.0-py2.py3-none-any.whl (45 kB) Collecting python-stdnum Downloading python_stdnum-1.14-py2.py3-none-any.whl (888 kB) Requirement already satisfied: soupsieve>1.2 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from beautifulsoup4->ofxparse==0.19->-r /home/odoo/odoo-13.0/requirements.txt (line 22)) (2.0.1) Requirement already satisfied: cffi!=1.11.3,>=1.8 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from cryptography>=1.3.4; extra == "security"->requests[security]==2.21.0->-r /home/odoo/odoo-13.0/requirements.txt (line 39)) (1.14.0) Requirement already satisfied: pycparser in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=1.3.4; extra == "security"->requests[security]==2.21.0->-r /home/odoo/odoo-13.0/requirements.txt (line 39)) (2.20) Building wheels for collected packages: ebaysdk, feedparser, gevent, greenlet, lxml, Mako, ofxparse, psutil, pyusb, vatnumber, 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=286306a9d7494e788b028e0c9b28f0bf16ce91bc897ada09861365fc879fdef7 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=c5568da9c3b9c3c84761992ff8e33934fed6842107ebe7a3d0dcddb216ed257e 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=1307519 sha256=b836b4a928e3ae6d0b427e4576c0538be7a9f47acafce90cf05b68a0d81092a0 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=41396 sha256=e7afd7b1aa333702c70fd51b1cfc7fc7ff7ba1050cdd65d1101511fdf860e4b8 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=3678032 sha256=2b0e8605337b69c9f514bb505369a30e53e5aa9ed47d3eb0ca9303866e19a121 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=76583 sha256=309cb8226e75bf8061acbd28a122168c1ae86dbdf3030b7d0ae5e49ca670c81f 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=01b94d8bc877e40078ef40436e705593b44ce0f1253c171ba68f5307f07f2a61 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=258574 sha256=cfd6e864796ac6e2657ab3265263d75af4592a91c71a14d96d45306363fc8f06 Stored in directory: /home/odoo/.cache/pip/wheels/1c/02/08/5519c2e5ce9888173991b4b979d5a0407232bd92620ac40807 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=57024 sha256=877d91e1155c9a22c086ab7a99383acf0b6457f8253e6b4b9297bd134432f60b Stored in directory: /home/odoo/.cache/pip/wheels/13/b4/3d/1f8420a5a9cb4d02575d5b46f1e1017998c112be0a3c7c0ff0 Building wheel for vatnumber (setup.py): started Building wheel for vatnumber (setup.py): finished with status 'done' Created wheel for vatnumber: filename=vatnumber-1.2-py3-none-any.whl size=17521 sha256=5c28f02b731f415ceabadcff09775e4c053ee296942cb8833dced77e873b4c9e Stored in directory: /home/odoo/.cache/pip/wheels/e0/e0/11/6ea94ea77d2c56e30683617aebd5b8f9707f1bf3a3a5764426 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=166b8627cc285dd23be11d8fba570e5a50754a332910dca99261cdadec8ac7ec Stored in directory: /home/odoo/.cache/pip/wheels/85/3c/61/f76d72ab7e65afe40edc14680f7880439d8201444b0165d837 Successfully built ebaysdk feedparser gevent greenlet lxml Mako ofxparse psutil pyusb vatnumber vobject Installing collected packages: pytz, Babel, decorator, docutils, lxml, urllib3, idna, requests, ebaysdk, feedparser, greenlet, gevent, html2text, MarkupSafe, Jinja2, libsass, Mako, mock, num2words, ofxparse, passlib, Pillow, psutil, psycopg2, pyparsing, pydot, python-dateutil, pyusb, qrcode, reportlab, defusedxml, requests-toolbelt, cached-property, isodate, zeep, python-stdnum, vatnumber, vobject, Werkzeug, XlsxWriter, xlwt, xlrd 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.8 Uninstalling urllib3-1.25.8: Successfully uninstalled urllib3-1.25.8 Attempting uninstall: idna Found existing installation: idna 2.9 Uninstalling idna-2.9: Successfully uninstalled idna-2.9 Attempting uninstall: requests Found existing installation: requests 2.23.0 Uninstalling requests-2.23.0: Successfully uninstalled requests-2.23.0 Attempting uninstall: ofxparse Found existing installation: ofxparse 0.20 Uninstalling ofxparse-0.20: Successfully uninstalled ofxparse-0.20 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 Werkzeug-0.14.1 XlsxWriter-1.1.2 cached-property-1.5.1 decorator-4.3.0 defusedxml-0.6.0 docutils-0.14 ebaysdk-2.1.5 feedparser-5.2.1 gevent-1.1.2 greenlet-0.4.10 html2text-2018.1.9 idna-2.8 isodate-0.6.0 libsass-0.17.0 lxml-3.7.1 mock-2.0.0 num2words-0.5.6 ofxparse-0.19 passlib-1.7.1 psutil-5.6.6 psycopg2-2.7.7 pydot-1.4.1 pyparsing-2.2.0 python-dateutil-2.7.3 python-stdnum-1.14 pytz-2019.1 pyusb-1.0.2 qrcode-6.1 reportlab-3.5.13 requests-2.21.0 requests-toolbelt-0.9.1 urllib3-1.24.3 vatnumber-1.2 vobject-0.9.6.1 xlrd-1.1.0 xlwt-1.3.0 zeep-3.2.0  if [ "x${WITHOUT_DEPENDENCIES}" == "x" ] ; then echo "Installing dependencies" pip install -q --no-binary pycparser -r ${HOME}/maintainer-quality-tools/requirements.txt pip install -q QUnitSuite coveralls codecov pip install pstats_print2list pip install certifi pip install -U urllib3[secure] setuptools==33.1.1  pip install ndg-httpsclient # Install new dependence: npm package wget -qO- https://deb.nodesource.com/setup | sudo bash - apt-get install nodejs fi  echo "Adding git.vauxoo.com ECDSA key fingerprint" Adding git.vauxoo.com ECDSA key fingerprint ssh-keyscan git.vauxoo.com >>~/.ssh/known_hosts # git.vauxoo.com SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 # git.vauxoo.com SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 echo "Adding birbucket ECDSA key fingerprint" Adding birbucket ECDSA key fingerprint ssh-keyscan bitbucket.org >>~/.ssh/known_hosts # bitbucket.org SSH-2.0-conker_5c52f04e14-dirty conker-303 # bitbucket.org SSH-2.0-conker_5c52f04e14-dirty conker-310 no hostkey alg  echo "Getting addons dependencies" clone_oca_dependencies ${HOME} ${TRAVIS_BUILD_DIR}/.. Getting addons dependencies INFO:root:examining enterprise-pe INFO:root:* processing enterprise INFO:root:Calling git clone -q git@github.com:Vauxoo-dev/enterprise.git -b 13.0-pre-merge-umiphos /home/odoo/enterprise fatal: Remote branch 13.0-pre-merge-umiphos not found in upstream origin Traceback (most recent call last): File "/home/odoo/maintainer-quality-tools/travis/clone_oca_dependencies", line 124, in run(home, build_dir) File "/home/odoo/maintainer-quality-tools/travis/clone_oca_dependencies", line 100, in run  checkout_dir = git_checkout(home, depname, url, branch) File "/home/odoo/maintainer-quality-tools/travis/clone_oca_dependencies", line 71, in git_checkout  subprocess.check_call(command) File "/usr/lib/python2.7/subprocess.py", line 541, in check_call  raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'clone', '-q', 'git@github.com:Vauxoo-dev/enterprise.git', '-b', '13.0-pre-merge-umiphos', '/home/odoo/enterprise']' returned non-zero exit status 128 clone_result=$? if [ "$clone_result" != "0" ]; then echo "Error cloning dependencies" exit $clone_result fi; Error cloning dependencies Removing intermediate container adc03e6aee97 ---> d69ef7eeb53e Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in d9ccbcac33cb Removing intermediate container d9ccbcac33cb ---> 3a413a9d9a0c Successfully built 3a413a9d9a0c Successfully tagged vauxoo-enterprise-pe:c672034_env_2_job_1