Skip to content
Failed

Console Output

Started by user Thorsten Vitt
Building remotely on build2 (digibib) in workspace /mnt/data/jenkins/workspace/pydelta-next
Cloning the remote Git repository
Cloning repository http://github.com/fotis007/pydelta
 > git init /mnt/data/jenkins/workspace/pydelta-next # timeout=10
Fetching upstream changes from http://github.com/fotis007/pydelta
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress http://github.com/fotis007/pydelta +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url http://github.com/fotis007/pydelta # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://github.com/fotis007/pydelta # timeout=10
Fetching upstream changes from http://github.com/fotis007/pydelta
 > git -c core.askpass=true fetch --tags --progress http://github.com/fotis007/pydelta +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/next^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/next^{commit} # timeout=10
Checking out Revision d782a2b06a159f40095b3ac06bee4191b6dd44de (refs/remotes/origin/next)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d782a2b06a159f40095b3ac06bee4191b6dd44de
First time build. Skipping changelog.
No emails were triggered.
[pydelta-next] $ /usr/bin/python3 /mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenv.py /mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenvs/5b616259
Using base prefix '/usr'
New python executable in /mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenvs/5b616259/bin/python3
Also creating executable in /mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenvs/5b616259/bin/python
Installing setuptools, pip, wheel...done.
[pydelta-next] $ /bin/sh -xe /tmp/shiningpanda2746156192353250074.sh
+ pip install -U pip
Collecting pip
  Using cached pip-8.1.2-py2.py3-none-any.whl
Installing collected packages: pip
  Found existing installation: pip 7.1.2
    Uninstalling pip-7.1.2:
      Successfully uninstalled pip-7.1.2
Successfully installed pip-8.1.2
+ pip install -U numpy
Collecting numpy
  Using cached numpy-1.11.1-cp34-cp34m-manylinux1_x86_64.whl
Installing collected packages: numpy
Successfully installed numpy-1.11.1
+ pip install -U -r requirements.txt
Obtaining file:///mnt/data/jenkins/workspace/pydelta-next (from -r requirements.txt (line 1))
Collecting scikit_learn from git+https://github.com/terkkila/scikit-learn@kmedoids#egg=scikit_learn (from -r requirements.txt (line 3))
  Cloning https://github.com/terkkila/scikit-learn (to kmedoids) to /tmp/pip-build-ek4ebi3k/scikit-learn
Collecting nose-progressive (from -r requirements.txt (line 5))
  Downloading nose-progressive-1.5.1.tar.gz
Collecting matplotlib>=1.3.1 (from delta==2.0.0.dev1->-r requirements.txt (line 1))
  Using cached matplotlib-1.5.2-cp34-cp34m-manylinux1_x86_64.whl
Requirement already up-to-date: numpy>=1.8.1 in /mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenvs/5b616259/lib/python3.4/site-packages (from delta==2.0.0.dev1->-r requirements.txt (line 1))
Collecting pandas>=0.13.1 (from delta==2.0.0.dev1->-r requirements.txt (line 1))
  Downloading pandas-0.18.1-cp34-cp34m-manylinux1_x86_64.whl (15.4MB)
Collecting scipy>=0.14.0 (from delta==2.0.0.dev1->-r requirements.txt (line 1))
  Using cached scipy-0.18.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting regex (from delta==2.0.0.dev1->-r requirements.txt (line 1))
Collecting nose>=1.2.1 (from nose-progressive->-r requirements.txt (line 5))
  Using cached nose-1.3.7-py3-none-any.whl
Collecting blessings<2.0,>=1.3 (from nose-progressive->-r requirements.txt (line 5))
  Downloading blessings-1.6.tar.gz
Collecting pyparsing!=2.0.0,!=2.0.4,!=2.1.2,>=1.5.6 (from matplotlib>=1.3.1->delta==2.0.0.dev1->-r requirements.txt (line 1))
  Using cached pyparsing-2.1.8-py2.py3-none-any.whl
Collecting pytz (from matplotlib>=1.3.1->delta==2.0.0.dev1->-r requirements.txt (line 1))
  Using cached pytz-2016.6.1-py2.py3-none-any.whl
Collecting cycler (from matplotlib>=1.3.1->delta==2.0.0.dev1->-r requirements.txt (line 1))
  Using cached cycler-0.10.0-py2.py3-none-any.whl
Collecting python-dateutil (from matplotlib>=1.3.1->delta==2.0.0.dev1->-r requirements.txt (line 1))
  Using cached python_dateutil-2.5.3-py2.py3-none-any.whl
Collecting six (from cycler->matplotlib>=1.3.1->delta==2.0.0.dev1->-r requirements.txt (line 1))
  Using cached six-1.10.0-py2.py3-none-any.whl
Building wheels for collected packages: nose-progressive, blessings
  Running setup.py bdist_wheel for nose-progressive: started
  Running setup.py bdist_wheel for nose-progressive: finished with status 'done'
  Stored in directory: /mnt/data/jenkins/.cache/pip/wheels/c1/b8/ef/bdad52571ca18175f130c2b689e06b99e6b5ce217fd2982ecd
  Running setup.py bdist_wheel for blessings: started
  Running setup.py bdist_wheel for blessings: finished with status 'done'
  Stored in directory: /mnt/data/jenkins/.cache/pip/wheels/a5/7c/ba/e52b14bbd1b8cdeeb0771b03e1cca9b9d438c6e0054144a508
Successfully built nose-progressive blessings
Installing collected packages: scikit-learn, nose, blessings, nose-progressive, pyparsing, pytz, six, cycler, python-dateutil, matplotlib, pandas, scipy, regex, delta
  Running setup.py install for scikit-learn: started
    Running setup.py install for scikit-learn: finished with status 'error'
    Complete output from command /mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenvs/5b616259/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ek4ebi3k/scikit-learn/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-pefw_mpv-record/install-record.txt --single-version-externally-managed --compile --install-headers /mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenvs/5b616259/include/site/python3.4/scikit-learn:
    Partial import of sklearn during the build process.
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-ek4ebi3k/scikit-learn/setup.py", line 297, in <module>
        setup_package()
      File "/tmp/pip-build-ek4ebi3k/scikit-learn/setup.py", line 267, in setup_package
        .format(scipy_req_str, instructions))
    ImportError: Scientific Python (SciPy) is not installed.
    scikit-learn requires SciPy >= 0.9.
    Installation instructions are available on the scikit-learn website: http://scikit-learn.org/stable/install.html
    
    
    ----------------------------------------
Command "/mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenvs/5b616259/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ek4ebi3k/scikit-learn/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-pefw_mpv-record/install-record.txt --single-version-externally-managed --compile --install-headers /mnt/data/jenkins/shiningpanda/jobs/229ceee7/virtualenvs/5b616259/include/site/python3.4/scikit-learn" failed with error code 1 in /tmp/pip-build-ek4ebi3k/scikit-learn/
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
ERROR: Specified HTML directory '/mnt/data/jenkins/workspace/pydelta-next/build/sphinx/html' does not exist.
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
Setting commit status on GitHub for https://github.com/fotis007/pydelta/commit/d782a2b06a159f40095b3ac06bee4191b6dd44de
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
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
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