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:0a08b34a2b49ac8faee04b75cd3faef8a02017f8e9c528ec3e2b6f77e91b197b Status: Image is up to date for vauxoo/odoo-80-image-shippable-auto:latest ---> b3a4c155014f Step 2/24 : COPY files/entrypoint.sh /entrypoint.sh ---> ea156f8dae85 Step 3/24 : RUN chown -R odoo:odoo /entrypoint.sh ---> Running in ca97869aa56f Removing intermediate container ca97869aa56f ---> 2ae4732b5a5f Step 4/24 : COPY files/rvm_env.sh /rvm_env.sh ---> bed53cd23997 Step 5/24 : RUN chown -R odoo:odoo /rvm_env.sh ---> Running in ae8e10cbb11a Removing intermediate container ae8e10cbb11a ---> c497a8354bd1 Step 6/24 : ARG GITHUB_TOKEN ---> Running in 76aadb821934 Removing intermediate container 76aadb821934 ---> 32e2b7cbdc4f Step 7/24 : ENV GITHUB_TOKEN=$GITHUB_TOKEN ---> Running in 3c9084dcda36 Removing intermediate container 3c9084dcda36 ---> 7cc0a1f654af Step 8/24 : ENV HOME=/home/odoo ---> Running in a4560888116e Removing intermediate container a4560888116e ---> 4a6b9cd47004 Step 9/24 : COPY .ssh $HOME/.ssh ---> 1fa4a5353fa7 Step 10/24 : COPY ./files/install /install ---> 1ca23e1c1608 Step 11/24 : COPY ./files/script /script ---> 9102d3b029cd Step 12/24 : RUN chown -R odoo:odoo $HOME/.ssh;chown -R odoo:odoo /install;chown -R odoo:odoo /script; ---> Running in c6818684854f Removing intermediate container c6818684854f ---> 996b29079bc1 Step 13/24 : RUN apt-get update; apt-get install expect-dev openssl antiword ---> Running in f78bd5971abb Get:1 http://deb.nodesource.com trusty InRelease [3,914 B] Get:2 http://deb.nodesource.com trusty/main amd64 Packages [964 B] Get:3 http://apt.postgresql.org trusty-pgdg InRelease [56.5 kB] Ign http://archive.ubuntu.com trusty InRelease Get:4 http://ppa.launchpad.net trusty InRelease [15.4 kB] Get:5 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://apt.postgresql.org trusty-pgdg/main amd64 Packages [201 kB] Get:7 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:8 http://ppa.launchpad.net trusty InRelease [20.8 kB] Get:9 http://archive.ubuntu.com trusty-security InRelease [65.9 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 [16.0 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://archive.ubuntu.com trusty-security/universe amd64 Packages [378 kB] Get:20 http://ppa.launchpad.net trusty/main amd64 Packages [3,533 B] Get:21 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [4,730 B] Get:22 http://archive.ubuntu.com trusty Release [58.5 kB] Get:23 http://ppa.launchpad.net trusty/main amd64 Packages [23.2 kB] Get:24 http://archive.ubuntu.com trusty/main amd64 Packages [1,743 kB] Get:25 http://archive.ubuntu.com trusty/universe amd64 Packages [7,589 kB] Get:26 http://ppa.launchpad.net trusty/main amd64 Packages [5,212 B] Get:27 http://archive.ubuntu.com trusty/multiverse amd64 Packages [169 kB] Fetched 13.6 MB in 2s (5,316 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 6 not upgraded. Removing intermediate container f78bd5971abb ---> d3446701301b Step 14/24 : RUN echo "TRAVIS_PYTHON_VERSION=3.6" >> /etc/environment ---> Running in 90dfe22532c4 Removing intermediate container 90dfe22532c4 ---> 521b0059ec35 Step 15/24 : USER odoo ---> Running in c1095404252b Removing intermediate container c1095404252b ---> ad3c31673034 Step 16/24 : ENV TRAVIS_PYTHON_VERSION=3.6 ---> Running in 4729f908b28a Removing intermediate container 4729f908b28a ---> f76f57641c1a Step 17/24 : ENV TRAVIS_REPO_SLUG=vauxoo/enterprise-pe ---> Running in b181ac33b0a2 Removing intermediate container b181ac33b0a2 ---> 6d1e3cc8457d Step 18/24 : ENV TRAVIS_BUILD_DIR=${HOME}/build/${TRAVIS_REPO_SLUG} ---> Running in 7943f5d780d5 Removing intermediate container 7943f5d780d5 ---> e424d071ebe3 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/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 7ec7cd59d995 Initialized empty Git repository in /home/odoo/build/vauxoo/enterprise-pe/.git/ From git.vauxoo.com:vauxoo/enterprise-pe * [new branch] 14.0 -> 14.0  * [new branch] 14.0 -> origin/14.0 Removing intermediate container 7ec7cd59d995 ---> 84d90ba0532d Step 20/24 : RUN cat ${HOME}/.ssh/id_rsa.pub | tee -a ${HOME}/.ssh/authorized_keys ---> Running in 82129bf86785 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8J1VtxZGbkG8qgGzlszOQ3XMtk+a/Y0axsc6jovFjiGXfQheaxty4Uten+2xDlXL2/CFeCcf7MUUhc+AnH6fQVPEcSPClmSHvWN2imO2CJj9D9elpa/m1OFC9EPNgHuPv1FoE0AUphDb/pwhBg5r6kjcFXwpuO9BYJ53g198uPuJERc5FgPr0bTJeIyS5OAKTiuKpfpstJdFTqFjUBGvKMVvH4MkMab3vBqXdEqoDQ+4iE1KLDypw7poc6A6SSH9DmIILkRt25pnSklDOTYHVajcle6MiUR7qnle5/nRiXAvW6YbnozdJPUaGeerwoStKFT3MzhPBqmIY8LRy4RFx Removing intermediate container 82129bf86785 ---> 00bf77181caf Step 21/24 : ENV LINT_CHECK="0" TESTS="0" PSQL_VERSION="11" TESTS="1" ---> Running in 0a2e69b43ea3 Removing intermediate container 0a2e69b43ea3 ---> 4f7218793c5f Step 22/24 : WORKDIR ${TRAVIS_BUILD_DIR} ---> Running in fa91a7cbac8d Removing intermediate container fa91a7cbac8d ---> 0c848e781e31 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 b26c000edfcd Cloning into '/home/odoo/maintainer-quality-tools'... Collecting ofxparse Downloading ofxparse-0.20.tar.gz (53 kB) Requirement already satisfied: lxml in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from ofxparse) (4.6.2) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from ofxparse) (1.15.0) Collecting PyPDF2 Downloading PyPDF2-1.26.0.tar.gz (77 kB) Collecting beautifulsoup4 Downloading beautifulsoup4-4.9.3-py3-none-any.whl (115 kB) Collecting soupsieve>1.2 Downloading soupsieve-2.2-py3-none-any.whl (33 kB) Building wheels for collected packages: ofxparse, PyPDF2 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=2cc5e7d78cb3ed93ccb94d0f50ea2a7e5ffacce82e9fafac90842930884b30db Stored in directory: /home/odoo/.cache/pip/wheels/1e/3b/f2/5ca904c2e5d0fd2b0de9ae9a9797f497df072438102021b2fe 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=2a48a07b19d74034b293f0f3823eaefd0beea897e5747ec5d208c0d1d5b607c0 Stored in directory: /home/odoo/.cache/pip/wheels/97/28/4b/142b7d8c98eeeb73534b9c5b6558ddd3bab3c2c8192aa7ab30 Successfully built ofxparse PyPDF2 Installing collected packages: soupsieve, beautifulsoup4, PyPDF2, ofxparse Successfully installed PyPDF2-1.26.0 beautifulsoup4-4.9.3 ofxparse-0.20 soupsieve-2.2 WARNING: You are using pip version 20.3.3; however, version 21.0.1 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 # For pylint >= 2.2.0  wget -q https://raw.githubusercontent.com/vauxoo/pylint-conf/master/conf/pylint_pr1055_fix_3.patch -O /tmp/pylint_pr1055_3.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_3.patch  # For older ones 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.3.3; however, version 21.0.1 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]} --2021-02-24 10:08:09-- https://raw.githubusercontent.com/vauxoo/pylint-odoo/master/requirements.txt Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 321 [text/plain] Saving to: ‘/home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt’  0K  100% 24.5M=0s 2021-02-24 10:08:09 (24.5 MB/s) - ‘/home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt’ saved [321/321] 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 Requirement already satisfied: docutils==0.16 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 1)) (0.16) Requirement already satisfied: lxml>=4.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 2)) (4.6.2) Requirement already satisfied: 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 3)) (1.1.0) Requirement already satisfied: Pygments==2.6.1 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 5)) (2.6.1) Requirement already satisfied: pylint-plugin-utils==0.6 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 6)) (0.6) Requirement already satisfied: pylint==2.6.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 8)) (2.6.0) Requirement already satisfied: restructuredtext_lint==1.3.1 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 9)) (1.3.1) Requirement already satisfied: rfc3986 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 10)) (1.4.0) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from -r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 11)) (1.15.0) Requirement already satisfied: 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 12)) (0.6.1) Requirement already satisfied: 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 14)) (2.3.0) Requirement already satisfied: astroid<=2.5,>=2.4.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from pylint==2.6.0->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 8)) (2.4.2) Requirement already satisfied: isort<6,>=4.2.5 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from pylint==2.6.0->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 8)) (5.7.0) Requirement already satisfied: mccabe<0.7,>=0.6 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from pylint==2.6.0->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 8)) (0.6.1) Requirement already satisfied: toml>=0.7.1 in /usr/local/lib/python3.6/dist-packages (from pylint==2.6.0->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 8)) (0.10.2) Requirement already satisfied: 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 14)) (20121119) Requirement already satisfied: typed-ast<1.5,>=1.4.0 in /usr/local/lib/python3.6/dist-packages (from astroid<=2.5,>=2.4.0->pylint==2.6.0->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 8)) (1.4.2) Requirement already satisfied: 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.6.0->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 8)) (1.4.3) Requirement already satisfied: wrapt~=1.11 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from astroid<=2.5,>=2.4.0->pylint==2.6.0->-r /home/odoo/maintainer-quality-tools/travis/pylint_odoo_requirements.txt (line 8)) (1.12.1) WARNING: You are using pip version 20.3.3; however, version 21.0.1 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.5.1) WARNING: You are using pip version 20.3.3; however, version 21.0.1 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-r3lww7rr WARNING: You are using pip version 20.3.3; however, version 21.0.1 is available. You should consider upgrading via the '/.repo_requirements/virtualenv/python3.6/bin/python -m pip install --upgrade pip' command.  changed 110 packages, and audited 111 packages in 7s 13 packages are looking for funding run `npm fund` for details found 0 vulnerabilities npm notice npm notice New minor version of npm available! 7.4.3 -> 7.5.6 npm notice Changelog: npm notice Run `npm install -g npm@7.5.6` to update! npm notice 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 FAILED at 50. Hunk #2 FAILED at 64. Hunk #3 FAILED at 156. Hunk #4 FAILED at 177. Hunk #5 FAILED at 210. Hunk #6 FAILED at 371. 6 out of 6 hunks FAILED -- saving rejects to file /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages/pylint/checkers/similar.py.rej 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 FAILED at 31. Hunk #2 FAILED at 42. Hunk #3 FAILED at 126. Hunk #4 FAILED at 158. Hunk #5 FAILED at 290. 5 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 har-validator@5.1.5: this library is no longer supported npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142  added 64 packages, and audited 65 packages in 3s 2 packages are looking for funding run `npm fund` for details 2 low severity vulnerabilities Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. npm notice npm notice New minor version of npm available! 7.4.3 -> 7.5.6 npm notice Changelog: npm notice Run `npm install -g npm@7.5.6` to update! npm notice  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 har-validator@5.1.5: this library is no longer supported npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated phantomjs-prebuilt@2.1.16: this package is now deprecated  added 81 packages, and audited 82 packages in 7s 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" echo ${REPO_REQUIREMENTS} /.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" 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 Installing Odoo from cache  git init ${ODOO_PATH} Reinitialized existing Git repository in /.repo_requirements/odoo/.git/ cd ${ODOO_PATH} git remote add ${REMOTE} ${ODOO_URL} fatal: remote vauxoo-dev 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/vauxoo-dev/odoo * branch 13.0-pre-merge-ubl -> FETCH_HEAD  * [new branch] 13.0-pre-merge-ubl -> vauxoo-dev/13.0-pre-merge-ubl HEAD is now at 89d5772bf Merge branch '13.0' of github.com:odoo/odoo into 13.0-pre-merge-ubl 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 if [ ! -f ${ODOO_PATH}/requirements.txt ]; then Installing odoo dependencies  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 Requirement already satisfied: pip in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (20.3.3) Collecting pip Downloading pip-21.0.1-py3-none-any.whl (1.5 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.3.3 Uninstalling pip-20.3.3: Successfully uninstalled pip-20.3.3 Successfully installed pip-21.0.1 pip install --no-binary pycparser -r ${ODOO_PATH}/requirements.txt Ignoring gevent: markers 'python_version >= "3.7"' don't match your environment Ignoring gevent: markers 'sys_platform == "win32" and python_version < "3.7"' don't match your environment Ignoring greenlet: markers 'python_version >= "3.7"' don't match your environment Ignoring 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) Collecting chardet==3.0.4 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting decorator==4.3.0 Downloading decorator-4.3.0-py2.py3-none-any.whl (9.2 kB) Collecting docutils==0.14 Downloading docutils-0.14-py3-none-any.whl (543 kB) Collecting ebaysdk==2.1.5 Downloading ebaysdk-2.1.5.tar.gz (42 kB) Collecting feedparser==5.2.1 Downloading feedparser-5.2.1.zip (1.2 MB) Collecting gevent==1.1.2 Downloading gevent-1.1.2.tar.gz (2.0 MB) Collecting greenlet==0.4.10 Downloading greenlet-0.4.10.zip (82 kB) Collecting html2text==2018.1.9 Downloading html2text-2018.1.9-py3-none-any.whl (21 kB) Collecting 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-pre-merge-ubl/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-pre-merge-ubl/requirements.txt (line 32)) (1.26.0) Collecting pyserial==3.4 Downloading pyserial-3.4-py2.py3-none-any.whl (193 kB) 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: requests in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from ebaysdk==2.1.5->-r /home/odoo/odoo-13.0-pre-merge-ubl/requirements.txt (line 5)) (2.25.1) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from libsass==0.17.0->-r /home/odoo/odoo-13.0-pre-merge-ubl/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-pre-merge-ubl/requirements.txt (line 20)) (5.5.1) 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-pre-merge-ubl/requirements.txt (line 22)) (4.9.3) 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-pre-merge-ubl/requirements.txt (line 39)) (2020.12.5) Collecting idna<2.9,>=2.5 Downloading idna-2.8-py2.py3-none-any.whl (58 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Requirement already satisfied: cryptography>=1.3.4 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests[security]==2.21.0->-r /home/odoo/odoo-13.0-pre-merge-ubl/requirements.txt (line 39)) (3.3.1) Requirement already satisfied: idna>=2.0.0 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests[security]==2.21.0->-r /home/odoo/odoo-13.0-pre-merge-ubl/requirements.txt (line 39)) (2.10) Requirement already satisfied: pyOpenSSL>=0.14 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from requests[security]==2.21.0->-r /home/odoo/odoo-13.0-pre-merge-ubl/requirements.txt (line 39)) (20.0.1) Collecting python-stdnum Downloading python_stdnum-1.16-py2.py3-none-any.whl (910 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 attrs>=17.2.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) Collecting requests-toolbelt>=0.7.1 Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 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-13.0-pre-merge-ubl/requirements.txt (line 40)) (1.4.4) Requirement already satisfied: cffi>=1.12 in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from cryptography>=1.3.4->requests[security]==2.21.0->-r /home/odoo/odoo-13.0-pre-merge-ubl/requirements.txt (line 39)) (1.14.4) Requirement already satisfied: pycparser in /.repo_requirements/virtualenv/python3.6/lib/python3.6/site-packages (from cffi>=1.12->cryptography>=1.3.4->requests[security]==2.21.0->-r /home/odoo/odoo-13.0-pre-merge-ubl/requirements.txt (line 39)) (2.20) 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-pre-merge-ubl/requirements.txt (line 22)) (2.2) 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=62707 sha256=eb0bf7556161eeb26435a7bf8f83c5f2bbecd7b55a82adf140ac0b91b73a1606 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=2c0dc33e32e724fbb763062095c8e19329d58132497e7f1c43fd2c26537466fc Stored in directory: /home/odoo/.cache/pip/wheels/60/4c/d6/d096a99d3d96af9af149c7d82c5969a0896bcce1ac2a15ccd6 Building wheel for gevent (setup.py): started Building wheel for gevent (setup.py): still running... Building wheel for gevent (setup.py): finished with status 'done' Created wheel for gevent: filename=gevent-1.1.2-cp36-cp36m-linux_x86_64.whl size=1307652 sha256=5fc7e4e084c943f0f800f045d0401c8473e644155d5c587e75b28e1b263278ac 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=41436 sha256=917261b70d2805d02f6db06a3c5d8734662b718ac527fcc396d76178c2654b13 Stored in directory: /home/odoo/.cache/pip/wheels/19/90/10/5861f77fe5f7a14c892c44999f255374eb88e3401b64cb4d9d Building wheel for lxml (setup.py): started Building wheel for lxml (setup.py): still running... Building wheel for lxml (setup.py): finished with status 'done' Created wheel for lxml: filename=lxml-3.7.1-cp36-cp36m-linux_x86_64.whl size=3677993 sha256=c39c3a5155725c0abfcb9a3f4c248dda0030964404ac4c989186b29b070ca81a 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=b60278e249b4adf51ce19e8fc1f3e996e825e05c674b99723ad8dbc3f773de60 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=77b786fb0f259c83c944868d6c59dfaaa16408766bb15dfafc96a3b097fa2f23 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=258632 sha256=204dab89d7a30fb6e72e9c97d2982413231dd94622412fe73a2fdc8598860b82 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=d643416bc5a6a54feb5fd462393519e313f0a37a11ca1b56b13d6f4e89fa2e00 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=17520 sha256=883faf2834b5e728f210b9cd96eb7c2eee349ec521340b6fe71ddc513ea4099d 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=771f19a6c9d42b563961930125ce7f99154247aacf8e210a0d77994249db613e 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: urllib3, idna, chardet, requests, requests-toolbelt, pytz, python-stdnum, python-dateutil, pyparsing, Pillow, MarkupSafe, lxml, isodate, greenlet, defusedxml, cached-property, attrs, zeep, xlwt, XlsxWriter, xlrd, Werkzeug, vobject, vatnumber, reportlab, qrcode, pyusb, pyserial, pydot, psycopg2, psutil, passlib, ofxparse, num2words, mock, Mako, libsass, Jinja2, html2text, gevent, feedparser, ebaysdk, docutils, decorator, Babel Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.3 Uninstalling urllib3-1.26.3: Successfully uninstalled urllib3-1.26.3 Attempting uninstall: idna Found existing installation: idna 2.10 Uninstalling idna-2.10: Successfully uninstalled idna-2.10 Attempting uninstall: chardet Found existing installation: chardet 4.0.0 Uninstalling chardet-4.0.0: Successfully uninstalled chardet-4.0.0 Attempting uninstall: requests Found existing installation: requests 2.25.1 Uninstalling requests-2.25.1: Successfully uninstalled requests-2.25.1 Attempting uninstall: lxml Found existing installation: lxml 4.6.2 Uninstalling lxml-4.6.2: Successfully uninstalled lxml-4.6.2 Attempting uninstall: pyserial Found existing installation: pyserial 3.5 Uninstalling pyserial-3.5: Successfully uninstalled pyserial-3.5 Attempting uninstall: ofxparse Found existing installation: ofxparse 0.20 Uninstalling ofxparse-0.20: Successfully uninstalled ofxparse-0.20 Attempting uninstall: docutils Found existing installation: docutils 0.16 Uninstalling docutils-0.16: Successfully uninstalled docutils-0.16 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pylint-odoo 0.0.1.dev532 requires docutils==0.16, but you have docutils 0.14 which is incompatible. pylint-odoo 0.0.1.dev532 requires lxml>=4.2.3, but you 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 attrs-20.3.0 cached-property-1.5.2 chardet-3.0.4 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 pyserial-3.4 python-dateutil-2.7.3 python-stdnum-1.16 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" ssh-keyscan git.vauxoo.com >>~/.ssh/known_hosts Adding git.vauxoo.com ECDSA key fingerprint # git.vauxoo.com SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 # git.vauxoo.com SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 Adding birbucket ECDSA key fingerprint echo "Adding birbucket ECDSA key fingerprint" ssh-keyscan bitbucket.org >>~/.ssh/known_hosts # bitbucket.org SSH-2.0-conker_7e89577929-dirty conker-3004 # bitbucket.org SSH-2.0-conker_7e89577929-dirty conker-3002 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 14.0-pre-merge-ubl /home/odoo/enterprise INFO:root:* processing server-tools INFO:root:Calling git clone -q git@github.com:vauxoo/server-tools.git -b 14.0 /home/odoo/server-tools INFO:root:Calling pip install --no-binary pycparser -Ur /home/odoo/server-tools/requirements.txt Collecting raven Downloading raven-6.10.0-py2.py3-none-any.whl (284 kB) Installing collected packages: raven Successfully installed raven-6.10.0 clone_result=$? if [ "$clone_result" != "0" ]; then echo "Error cloning dependencies" exit $clone_result fi; # if [[ "$VERSION" == "10.0" && -z "$NO_EXTRA_REPOS" ]]; then  # Install profiler module # TODO: Fix error using runbot testing for vx/mexico#10.0 # git clone --single-branch --depth=1 https://github.com/Vauxoo/odoo-profiler.git -b ${VERSION} ${HOME}/odoo-profiler \  # && sed -i "s/'auto_install': False/'auto_install': True/g" ${HOME}/odoo-profiler/profiler/__manifest__.py # Install web ribbon # git clone --single-branch --depth=1 https://github.com/OCA/web.git -b ${VERSION} ${HOME}/web-environment-ribbon-isolated \ # && sed -i 's/"auto_install": False/"auto_install": True/g' ${HOME}/web-environment-ribbon-isolated/web_environment_ribbon/__manifest__.py \ # && sed -i 's/TEST/DEVELOPMENT/g' ${HOME}/web-environment-ribbon-isolated/web_environment_ribbon/data/ribbon_data.xml \ # && find ${HOME}/web-environment-ribbon-isolated/web_environment_ribbon -type f ! -name "__init__.py" -exec sed -i "s/web_environment_ribbon/web_environment_ribbon_isolated/g" {} \; \ # && (cd ${HOME}/web-environment-ribbon-isolated; rm -rf $(ls | grep -v web_environment_ribbon$); mv web_environment_ribbon web_environment_ribbon_isolated ) # Install odoolint module # Install module that disable html in the logs # echo "Install odoo lint SQA isolated" # git clone --single-branch --depth=1 https://github.com/vauxoo/server-tools.git -b ${VERSION} ${HOME}/odoolintsqa # (cd ${HOME}/odoolintsqa; mv odoolint odoolint_isolated; mv tour_hide_dom_log tour_hide_dom_log_isolated; rm -rf $(ls | grep -v '_isolated')) # sed -i 's/"auto_install": False/"auto_install": True/g' ${HOME}/odoolintsqa/*/__manifest__.py # sed -i "s/'auto_install': False/'auto_install': True/g" ${HOME}/odoolintsqa/*/__manifest__.py # sed -i 's/tour_hide_dom_log/tour_hide_dom_log_isolated/g' ${HOME}/odoolintsqa/tour_hide_dom_log_isolated/views/assets.xml # fi; if [[ "$VERSION" == "8.0" && -z "$NO_EXTRA_REPOS" ]]; then  # Install web ribbon git clone --single-branch --depth=1 https://github.com/OCA/web.git -b ${VERSION} ${HOME}/web-environment-ribbon-isolated \  && sed -i 's/"auto_install": False/"auto_install": True/g' ${HOME}/web-environment-ribbon-isolated/web_environment_ribbon/__openerp__.py \  && sed -i 's/TEST/DEVELOPMENT/g' ${HOME}/web-environment-ribbon-isolated/web_environment_ribbon/data/ribbon_data.xml \  && find ${HOME}/web-environment-ribbon-isolated/web_environment_ribbon -type f ! -name "__init__.py" -exec sed -i "s/web_environment_ribbon/web_environment_ribbon_isolated/g" {} \; \  && (cd ${HOME}/web-environment-ribbon-isolated; rm -rf $(ls | grep -v web_environment_ribbon$); mv web_environment_ribbon web_environment_ribbon_isolated ) # Install profiler module  git clone --single-branch --depth=1 https://github.com/Vauxoo/odoo-profiler.git -b ${VERSION} ${HOME}/odoo-profiler \ && sed -i "s/'auto_install': False/'auto_install': True/g" ${HOME}/odoo-profiler/profiler/__openerp__.py \  # Install odoolint module # Install module that disable html in the logs  echo "Install odoo lint SQA isolated"  git clone --single-branch --depth=1 https://github.com/vauxoo/server-tools.git -b ${VERSION} ${HOME}/odoolintsqa  (cd ${HOME}/odoolintsqa; mv odoolint odoolint_isolated; mv tour_hide_dom_log tour_hide_dom_log_isolated; rm -rf $(ls | grep -v '_isolated'))  sed -i 's/"auto_install": False/"auto_install": True/g' ${HOME}/odoolintsqa/*/__openerp__.py  sed -i "s/'auto_install': False/'auto_install': True/g" ${HOME}/odoolintsqa/*/__openerp__.py  sed -i 's/tour_hide_dom_log/tour_hide_dom_log_isolated/g' ${HOME}/odoolintsqa/tour_hide_dom_log_isolated/views/assets.xml fi;  # Use reference .coveragerc cp ${HOME}/maintainer-quality-tools/cfg/.coveragerc ${TRAVIS_BUILD_DIR}  # Expected directory structure: # # HOME/ # |___ -/ <-- Odoo Server # |___ maintainer-quality-tools/ # |___ build/// # |___ / # |___ / # |... echo "Content of ${HOME}:" Content of /home/odoo: ls -l ${HOME} total 28 drwxr-xr-x 1 odoo odoo 4096 Feb 24 10:07 build drwxr-xr-x 239 odoo odoo 12288 Feb 24 10:12 enterprise drwxr-xr-x 8 odoo odoo 4096 Feb 24 10:08 maintainer-quality-tools lrwxrwxrwx 1 odoo odoo 24 Feb 24 10:08 odoo-13.0-pre-merge-ubl -> /.repo_requirements/odoo drwxr-xr-x 13 odoo odoo 4096 Feb 24 10:12 server-tools lrwxrwxrwx 1 root root 25 Jan 31 08:12 tools -> /.repo_requirements/tools  if [ "x${WKHTMLTOPDF_VERSION}" == "x" ] ; then WKHTMLTOPDF_VERSION="0.12.5" fi echo "Installing webkit (wkhtmltopdf) patched version ${WKHTMLTOPDF_VERSION}" case ${WKHTMLTOPDF_VERSION} in 0.12.[15]) # these versions need to be installed via .deb if [[ ${WKHTMLTOPDF_VERSION} == "0.12.5" ]]; then wk_installer="wkhtmltox_${WKHTMLTOPDF_VERSION}-1.$(lsb_release -sc)_amd64.deb" else wk_installer="wkhtmltox-${WKHTMLTOPDF_VERSION}_linux-$(lsb_release -sc)-amd64.deb" fi  wget -q --timeout=240 https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/${WKHTMLTOPDF_VERSION}/${wk_installer} -O wkhtmltox.deb  dpkg --extract wkhtmltox.deb wkhtmltox.deb_files cp wkhtmltox.deb_files/usr/local/bin/wkhtmltopdf ${HOME}/maintainer-quality-tools/travis/wkhtmltopdf rm -r wkhtmltox.deb*;; "") ;; # Do nothing if no version was provided *) Installing webkit (wkhtmltopdf) patched version 0.12.5  (cd ${HOME}/maintainer-quality-tools/travis/ && wget -qO- -t 1 --timeout=240 https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/${WKHTMLTOPDF_VERSION}/wkhtmltox-${WKHTMLTOPDF_VERSION}_linux-generic-amd64.tar.xz | tar -xJ --strip-components=2 wkhtmltox/bin/wkhtmltopdf);; esac lsb_release -sc  wkhtmltopdf -V wkhtmltopdf 0.12.5 (with patched qt)  if [ "$PG_LOGS_ENABLE" == "1" ]; then python $(dirname ${BASH_SOURCE[0]})/psql_log.py fi  # Applying patches python $(dirname ${BASH_SOURCE[0]})/travis_apply_patches.py ${TRAVIS_BUILD_DIR}/patches.txt ${ODOO_PATH} ${HOME} dirname ${BASH_SOURCE[0]}  exit 0 Removing intermediate container b26c000edfcd ---> 625791a10ea5 Step 24/24 : ENTRYPOINT /entrypoint.sh ---> Running in 2220714d4c62 Removing intermediate container 2220714d4c62 ---> bcb370338506 Successfully built bcb370338506 Successfully tagged vauxoo-enterprise-pe:c8826d4_env_2_job_1