Console Output

Started by user Thorsten Vitt
Running as SYSTEM
Building remotely on Rechenknecht in workspace /mnt/data/jenkins/workspace/pydelta-next
The recommended git tool is: NONE
using credential Github
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/cophi-wue/pydelta # timeout=10
Fetching upstream changes from https://github.com/cophi-wue/pydelta
 > /usr/bin/git --version # timeout=10
 > git --version # 'git version 2.11.0'
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --progress -- https://github.com/cophi-wue/pydelta +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/next^{commit} # timeout=10
Checking out Revision 4f21ac5a68495e172f8cdf7a6d95cb30facc653a (refs/remotes/origin/next)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 4f21ac5a68495e172f8cdf7a6d95cb30facc653a # timeout=10
Commit message: "added pytest-cov to dev dependencies"
 > /usr/bin/git rev-list --no-walk 4f21ac5a68495e172f8cdf7a6d95cb30facc653a # timeout=10
[Checks API] No suitable checks publisher found.
No emails were triggered.
$ bash -c "[ -d \$HOME/.pyenv ]"
$ bash -c "cd /mnt/data/jenkins/workspace/pydelta-next && env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.9.0 \$HOME/.pyenv/bin/pyenv local 2>/dev/null || true"
$ bash -c "mkdir \$HOME/.pyenv.lock"
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.9.0 \$HOME/.pyenv/bin/pyenv versions --bare"
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.9.0 \$HOME/.pyenv/bin/pyenv rehash"
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.9.0 \$HOME/.pyenv/bin/pyenv exec pip list"
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.9.0 \$HOME/.pyenv/bin/pyenv rehash"
$ bash -c "rm -rf \$HOME/.pyenv.lock"
[pydelta-next] $ /bin/sh -xe /tmp/shiningpanda6508778856027600603.sh
+ pip install -r requirements.txt
Obtaining file:///mnt/data/jenkins/workspace/pydelta-next (from -r requirements.txt (line 1))
Requirement already satisfied: Cython in /mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (0.29.21)
Collecting pytest
  Using cached pytest-6.1.1-py3-none-any.whl (272 kB)
Collecting pytest-cov
  Using cached pytest_cov-2.10.1-py2.py3-none-any.whl (19 kB)
Collecting Sphinx
  Using cached Sphinx-3.2.1-py3-none-any.whl (2.9 MB)
Collecting ipykernel
  Using cached ipykernel-5.3.4-py3-none-any.whl (120 kB)
Collecting nbsphinx
  Using cached nbsphinx-0.7.1-py3-none-any.whl (24 kB)
Requirement already satisfied: scipy>=0.14.0 in /mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages (from delta==2.0.0.dev1->-r requirements.txt (line 1)) (1.5.2)
Collecting matplotlib>=1.3.1
  Using cached matplotlib-3.3.2.tar.gz (37.9 MB)
Requirement already satisfied: numpy>=1.8.1 in /mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages (from delta==2.0.0.dev1->-r requirements.txt (line 1)) (1.19.2)
Collecting pandas>=0.13.1
  Using cached pandas-1.1.3.tar.gz (5.2 MB)
  Installing build dependencies: started
  Installing build dependencies: still running...
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: still running...
  Getting requirements to build wheel: finished with status 'done'
    Preparing wheel metadata: started
    Preparing wheel metadata: finished with status 'done'
Collecting scikit-learn>=0.16.0
  Using cached scikit-learn-0.23.2.tar.gz (7.2 MB)
  Installing build dependencies: started
  Installing build dependencies: still running...
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
    Preparing wheel metadata: started
    Preparing wheel metadata: finished with status 'done'
Collecting regex
  Using cached regex-2020.10.11-cp39-cp39-manylinux2010_x86_64.whl (668 kB)
Collecting attrs>=17.4.0
  Using cached attrs-20.2.0-py2.py3-none-any.whl (48 kB)
Requirement already satisfied: packaging in /mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages (from pytest->-r requirements.txt (line 8)) (20.4)
Collecting iniconfig
  Using cached iniconfig-1.0.1-py3-none-any.whl (4.2 kB)
Requirement already satisfied: pluggy<1.0,>=0.12 in /mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages (from pytest->-r requirements.txt (line 8)) (0.13.1)
Requirement already satisfied: py>=1.8.2 in /mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages (from pytest->-r requirements.txt (line 8)) (1.9.0)
Requirement already satisfied: toml in /mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages (from pytest->-r requirements.txt (line 8)) (0.10.1)
Collecting coverage>=4.4
  Using cached coverage-5.3-cp39-cp39-manylinux1_x86_64.whl (228 kB)
Collecting sphinxcontrib-serializinghtml
  Using cached sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl (89 kB)
Collecting sphinxcontrib-devhelp
  Using cached sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
Collecting sphinxcontrib-jsmath
  Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Collecting sphinxcontrib-qthelp
  Using cached sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
Collecting babel>=1.3
  Using cached Babel-2.8.0-py2.py3-none-any.whl (8.6 MB)
Collecting imagesize
  Using cached imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB)
Collecting Jinja2>=2.3
  Using cached Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
Collecting docutils>=0.12
  Using cached docutils-0.16-py2.py3-none-any.whl (548 kB)
Collecting Pygments>=2.0
  Using cached Pygments-2.7.1-py3-none-any.whl (944 kB)
Collecting snowballstemmer>=1.1
  Using cached snowballstemmer-2.0.0-py2.py3-none-any.whl (97 kB)
Requirement already satisfied: setuptools in /mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages (from Sphinx->-r requirements.txt (line 10)) (49.2.1)
Collecting requests>=2.5.0
  Using cached requests-2.24.0-py2.py3-none-any.whl (61 kB)
Collecting alabaster<0.8,>=0.7
  Using cached alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
Collecting sphinxcontrib-applehelp
  Using cached sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
Collecting sphinxcontrib-htmlhelp
  Using cached sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl (96 kB)
Collecting tornado>=4.2
  Using cached tornado-6.0.4.tar.gz (496 kB)
Collecting jupyter-client
  Using cached jupyter_client-6.1.7-py3-none-any.whl (108 kB)
Collecting ipython>=5.0.0
  Using cached ipython-7.18.1-py3-none-any.whl (786 kB)
Collecting traitlets>=4.1.0
  Using cached traitlets-5.0.4-py3-none-any.whl (98 kB)
Collecting nbformat
  Using cached nbformat-5.0.7-py3-none-any.whl (170 kB)
Collecting nbconvert!=5.4
  Using cached nbconvert-6.0.7-py3-none-any.whl (552 kB)
Collecting certifi>=2020.06.20
  Using cached certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
Collecting cycler>=0.10
  Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Collecting kiwisolver>=1.0.1
  Using cached kiwisolver-1.2.0.tar.gz (52 kB)
    ERROR: Command errored out with exit status 1:
     command: /mnt/data/jenkins/.pyenv/versions/3.9.0/bin/python3.9 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-i40wzzr6/kiwisolver/setup.py'"'"'; __file__='"'"'/tmp/pip-install-i40wzzr6/kiwisolver/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-vtzzdssc
         cwd: /tmp/pip-install-i40wzzr6/kiwisolver/
    Complete output (44 lines):
    WARNING: The wheel package is not available.
      ERROR: Command errored out with exit status 1:
       command: /mnt/data/jenkins/.pyenv/versions/3.9.0/bin/python3.9 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-mcvr6ret/cppy/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-mcvr6ret/cppy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-d2yolmih
           cwd: /tmp/pip-wheel-mcvr6ret/cppy/
      Complete output (6 lines):
      usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
         or: setup.py --help [cmd1 cmd2 ...]
         or: setup.py --help-commands
         or: setup.py cmd --help
    
      error: invalid command 'bdist_wheel'
      ----------------------------------------
      ERROR: Failed building wheel for cppy
    ERROR: Failed to build one or more wheels
    Traceback (most recent call last):
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/setuptools/installer.py", line 128, in fetch_build_egg
        subprocess.check_call(cmd)
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/subprocess.py", line 373, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command '['/mnt/data/jenkins/.pyenv/versions/3.9.0/bin/python3.9', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpjhxah6ps', '--quiet', 'cppy>=1.1.0']' returned non-zero exit status 1.
    
    The above exception was the direct cause of the following exception:
    
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-i40wzzr6/kiwisolver/setup.py", line 59, in <module>
        setup(
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/setuptools/__init__.py", line 164, in setup
        _install_setup_requires(attrs)
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/setuptools/__init__.py", line 159, in _install_setup_requires
        dist.fetch_build_eggs(dist.setup_requires)
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/setuptools/dist.py", line 699, in fetch_build_eggs
        resolved_dists = pkg_resources.working_set.resolve(
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/pkg_resources/__init__.py", line 779, in resolve
        dist = best[req.key] = env.best_match(
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1064, in best_match
        return self.obtain(req, installer)
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1076, in obtain
        return installer(requirement)
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/setuptools/dist.py", line 758, in fetch_build_egg
        return fetch_build_egg(self, req)
      File "/mnt/data/jenkins/.pyenv/versions/3.9.0/lib/python3.9/site-packages/setuptools/installer.py", line 130, in fetch_build_egg
        raise DistutilsError(str(e)) from e
    distutils.errors.DistutilsError: Command '['/mnt/data/jenkins/.pyenv/versions/3.9.0/bin/python3.9', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpjhxah6ps', '--quiet', 'cppy>=1.1.0']' returned non-zero exit status 1.
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Build step 'Virtualenv Builder' marked build as failure
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /mnt/data/jenkins/workspace/pydelta-next/build/sphinx/html to /mnt/data/jenkins/jobs/pydelta-next/htmlreports/Documentation
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, /mnt/data/jenkins/workspace/pydelta-next/pytest.xml is 1 hr 3 min old

[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.

[Set GitHub commit status (universal)] ERROR on repos [GHRepository@66ba9edb[nodeId=MDEwOlJlcG9zaXRvcnk4NDYzMzk3MQ==,description=an experimental implementation of Burrow's delta in Python 3,homepage=http://dev.digital-humanities.de/ci/job/pydelta-next/Documentation/index.html,name=pydelta,fork=true,archived=false,size=2994,milestones={},language=Jupyter Notebook,commits={},isTemplate=<null>,url=https://api.github.com/repos/cophi-wue/pydelta,id=84633971,nodeId=<null>,createdAt=2017-03-11T08:03:36Z,updatedAt=2020-10-12T14:34:53Z]] (sha:4f21ac5) with context:pydelta-next
Setting commit status on GitHub for https://github.com/cophi-wue/pydelta/commit/4f21ac5a68495e172f8cdf7a6d95cb30facc653a
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[Checks API] No suitable checks publisher found.
Notifying upstream projects of job completion
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
An attempt to send an e-mail to empty list of recipients, ignored.
Finished: FAILURE