Started by user Thorsten Vitt
Building remotely on Rechenknecht in workspace /mnt/data/jenkins/workspace/faust-macrogen
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-gvHwT66etTd2/agent.18454
SSH_AGENT_PID=18456
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_68466218220420489.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_68466218220420489.key)
[ssh-agent] Using credentials git
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_4790066808584793188.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_4790066808584793188.key)
[ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de)
> /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 git://github.com/faustedition/faust-macrogen # timeout=10
Fetching upstream changes from git://github.com/faustedition/faust-macrogen
> /usr/bin/git --version # timeout=10
using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
> /usr/bin/git fetch --tags --progress git://github.com/faustedition/faust-macrogen +refs/heads/*:refs/remotes/origin/*
> /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 796008b77e70cb10a6a8f5e431746cc075a3cc71 (refs/remotes/origin/master)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f 796008b77e70cb10a6a8f5e431746cc075a3cc71
Commit message: "Updated submodule data"
> /usr/bin/git rev-list --no-walk 796008b77e70cb10a6a8f5e431746cc075a3cc71 # timeout=10
> /usr/bin/git remote # timeout=10
> /usr/bin/git submodule init # timeout=10
> /usr/bin/git submodule sync # timeout=10
> /usr/bin/git config --get remote.origin.url # timeout=10
> /usr/bin/git submodule init # timeout=10
> /usr/bin/git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
> /usr/bin/git config --get submodule.data.url # timeout=10
> /usr/bin/git config -f .gitmodules --get submodule.data.path # timeout=10
> /usr/bin/git submodule update --init --recursive --remote data
$ bash -c "[ -d \$HOME/.pyenv ]"
$ bash -c "cd /mnt/data/jenkins/workspace/faust-macrogen && env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$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.7.2 \$HOME/.pyenv/bin/pyenv versions --bare"
Updating pyenv...
$ bash -c "cd \$HOME/.pyenv && git checkout master && git pull"
Already on 'master'
Your branch is up-to-date with 'origin/master'.
From https://github.com/yyuu/pyenv
5603eb51..7d02b246 master -> origin/master
* [new tag] v1.2.8 -> v1.2.8
* [new tag] v1.2.9 -> v1.2.9
Updating 5603eb51..7d02b246
Fast-forward
.travis.yml | 75 ++++++++++++++-
CHANGELOG.md | 14 +++
Makefile | 7 +-
README.md | 15 +--
libexec/pyenv---version | 2 +-
plugins/python-build/bin/pyenv-install | 2 +-
plugins/python-build/bin/pyenv-uninstall | 2 +-
plugins/python-build/bin/python-build | 12 ++-
.../python-build/share/python-build/{2.4 => 2.4.0} | 0
.../python-build/share/python-build/{2.5 => 2.5.0} | 0
plugins/python-build/share/python-build/2.7-dev | 2 +-
.../python-build/share/python-build/{2.7 => 2.7.0} | 2 +-
plugins/python-build/share/python-build/2.7.1 | 2 +-
plugins/python-build/share/python-build/2.7.10 | 4 +-
plugins/python-build/share/python-build/2.7.11 | 4 +-
plugins/python-build/share/python-build/2.7.12 | 4 +-
plugins/python-build/share/python-build/2.7.13 | 4 +-
plugins/python-build/share/python-build/2.7.14 | 4 +-
plugins/python-build/share/python-build/2.7.15 | 4 +-
plugins/python-build/share/python-build/2.7.16 | 8 ++
plugins/python-build/share/python-build/2.7.2 | 2 +-
plugins/python-build/share/python-build/2.7.3 | 2 +-
plugins/python-build/share/python-build/2.7.4 | 2 +-
plugins/python-build/share/python-build/2.7.5 | 2 +-
plugins/python-build/share/python-build/2.7.6 | 2 +-
plugins/python-build/share/python-build/2.7.7 | 4 +-
plugins/python-build/share/python-build/2.7.8 | 4 +-
plugins/python-build/share/python-build/2.7.9 | 4 +-
.../python-build/share/python-build/{3.1 => 3.1.0} | 0
.../python-build/share/python-build/{3.2 => 3.2.0} | 0
plugins/python-build/share/python-build/3.5-dev | 2 +-
plugins/python-build/share/python-build/3.5.0 | 4 +-
plugins/python-build/share/python-build/3.5.1 | 4 +-
plugins/python-build/share/python-build/3.5.2 | 4 +-
plugins/python-build/share/python-build/3.5.3 | 4 +-
plugins/python-build/share/python-build/3.5.4 | 4 +-
plugins/python-build/share/python-build/3.5.5 | 4 +-
plugins/python-build/share/python-build/3.5.6 | 4 +-
plugins/python-build/share/python-build/3.6-dev | 2 +-
plugins/python-build/share/python-build/3.6.0 | 4 +-
plugins/python-build/share/python-build/3.6.1 | 4 +-
plugins/python-build/share/python-build/3.6.2 | 4 +-
plugins/python-build/share/python-build/3.6.3 | 4 +-
plugins/python-build/share/python-build/3.6.4 | 4 +-
plugins/python-build/share/python-build/3.6.5 | 4 +-
plugins/python-build/share/python-build/3.6.6 | 4 +-
plugins/python-build/share/python-build/3.6.7 | 8 ++
plugins/python-build/share/python-build/3.6.8 | 8 ++
plugins/python-build/share/python-build/3.7-dev | 2 +-
plugins/python-build/share/python-build/3.7.0 | 4 +-
plugins/python-build/share/python-build/3.7.1 | 8 ++
plugins/python-build/share/python-build/3.7.2 | 8 ++
plugins/python-build/share/python-build/3.8-dev | 2 +-
.../share/python-build/anaconda2-2018.12 | 19 ++++
.../share/python-build/anaconda2-5.3.0 | 19 ++++
.../share/python-build/anaconda2-5.3.1 | 19 ++++
.../share/python-build/anaconda3-2018.12 | 19 ++++
.../share/python-build/anaconda3-5.3.0 | 19 ++++
.../share/python-build/anaconda3-5.3.1 | 19 ++++
.../python-build/share/python-build/ironpython-dev | 2 +-
.../share/python-build/micropython-1.10 | 5 +
.../share/python-build/micropython-1.9.3 | 5 +-
.../share/python-build/micropython-1.9.4 | 5 +-
.../3.3.7/Python-3.3.7/010_ssl_no_ssl3.patch | 102 +++++++++++++++++++++
.../python-build/share/python-build/pypy2.7-7.0.0 | 47 ++++++++++
.../share/python-build/pypy2.7-7.0.0-src | 3 +
.../python-build/share/python-build/pypy3.5-7.0.0 | 47 ++++++++++
.../share/python-build/pypy3.5-7.0.0-src | 3 +
.../python-build/share/python-build/pypy3.6-7.0.0 | 43 +++++++++
.../share/python-build/pypy3.6-7.0.0-src | 3 +
plugins/python-build/test/build/test.bats | 21 +++++
71 files changed, 608 insertions(+), 81 deletions(-)
rename plugins/python-build/share/python-build/{2.4 => 2.4.0} (100%)
rename plugins/python-build/share/python-build/{2.5 => 2.5.0} (100%)
rename plugins/python-build/share/python-build/{2.7 => 2.7.0} (86%)
create mode 100644 plugins/python-build/share/python-build/2.7.16
rename plugins/python-build/share/python-build/{3.1 => 3.1.0} (100%)
rename plugins/python-build/share/python-build/{3.2 => 3.2.0} (100%)
create mode 100644 plugins/python-build/share/python-build/3.6.7
create mode 100644 plugins/python-build/share/python-build/3.6.8
create mode 100644 plugins/python-build/share/python-build/3.7.1
create mode 100644 plugins/python-build/share/python-build/3.7.2
create mode 100644 plugins/python-build/share/python-build/anaconda2-2018.12
create mode 100644 plugins/python-build/share/python-build/anaconda2-5.3.0
create mode 100644 plugins/python-build/share/python-build/anaconda2-5.3.1
create mode 100644 plugins/python-build/share/python-build/anaconda3-2018.12
create mode 100644 plugins/python-build/share/python-build/anaconda3-5.3.0
create mode 100644 plugins/python-build/share/python-build/anaconda3-5.3.1
create mode 100644 plugins/python-build/share/python-build/micropython-1.10
create mode 100644 plugins/python-build/share/python-build/patches/3.3.7/Python-3.3.7/010_ssl_no_ssl3.patch
create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.0.0
create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.0.0-src
create mode 100644 plugins/python-build/share/python-build/pypy3.5-7.0.0
create mode 100644 plugins/python-build/share/python-build/pypy3.5-7.0.0-src
create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.0.0
create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.0.0-src
create mode 100644 plugins/python-build/test/build/test.bats
Updated pyenv.
Installing 3.7.2...
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv install 3.7.2"
Downloading Python-3.7.2.tar.xz...
-> https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
Installing Python-3.7.2...
Installed Python-3.7.2 to /mnt/data/jenkins/.pyenv/versions/3.7.2
Installed 3.7.2.
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv rehash"
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv exec pip list"
Installing tox...
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv exec pip install tox"
Collecting tox
Downloading https://files.pythonhosted.org/packages/4a/bd/50cd91221508db5bb66e211ac327d0da4a5db6d0db5ad35d6fbf1e4af5dc/tox-3.7.0-py2.py3-none-any.whl (60kB)
Collecting six<2,>=1.0.0 (from tox)
Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting toml>=0.9.4 (from tox)
Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Collecting filelock<4,>=3.0.0 (from tox)
Downloading https://files.pythonhosted.org/packages/d7/ca/3c74396a9ed8a4cfab5459800edeef9a1269591cb21f5a49bd71a49c5fa2/filelock-3.0.10-py3-none-any.whl
Requirement already satisfied: setuptools>=30.0.0 in ./.pyenv/versions/3.7.2/lib/python3.7/site-packages (from tox) (40.6.2)
Collecting py<2,>=1.4.17 (from tox)
Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
Collecting pluggy<1,>=0.3.0 (from tox)
Downloading https://files.pythonhosted.org/packages/84/e8/4ddac125b5a0e84ea6ffc93cfccf1e7ee1924e88f53c64e98227f0af2a5f/pluggy-0.9.0-py2.py3-none-any.whl
Collecting virtualenv>=1.11.2 (from tox)
Downloading https://files.pythonhosted.org/packages/33/5d/314c760d4204f64e4a968275182b7751bd5c3249094757b39ba987dcfb5a/virtualenv-16.4.3-py2.py3-none-any.whl (2.0MB)
Installing collected packages: six, toml, filelock, py, pluggy, virtualenv, tox
Successfully installed filelock-3.0.10 pluggy-0.9.0 py-1.8.0 six-1.12.0 toml-0.10.0 tox-3.7.0 virtualenv-16.4.3
You are using pip version 18.1, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Installed tox.
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv rehash"
$ bash -c "rm -rf \$HOME/.pyenv.lock"
FATAL: invalid interpreter:
Build step 'Virtualenv Builder' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 18456 killed;
[ssh-agent] Stopped.
Archiving artifacts
[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
Finished: FAILURE