Console Output

Started by user Thorsten Vitt
Running as SYSTEM
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-MEOIh1qtlRbn/agent.32125
SSH_AGENT_PID=32127
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_1394180934915666492.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_1394180934915666492.key)
[ssh-agent] Using credentials jenkins (Jenkins2-SSH-Key)
[ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de)
using credential e8642950-e594-4823-998c-77b0775327d2
 > /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 719550c6ff0e8edf116494e924d4740cb31acb28 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 719550c6ff0e8edf116494e924d4740cb31acb28
Commit message: "Revert "Preparations for the 1.2 release""
 > /usr/bin/git rev-list --no-walk 719550c6ff0e8edf116494e924d4740cb31acb28 # 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.4 \$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.4 \$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
   2350e57b..6563b64d  master     -> origin/master
 * [new tag]           v1.2.12    -> v1.2.12
 * [new tag]           v1.2.13    -> v1.2.13
Updating 2350e57b..6563b64d
Fast-forward
 .travis.yml                                        |  3 +++
 CHANGELOG.md                                       | 11 ++++++++++
 libexec/pyenv---version                            |  2 +-
 plugins/python-build/bin/python-build              | 21 ++++++++++++++++++-
 plugins/python-build/share/python-build/3.6.9      |  9 ++++++++
 plugins/python-build/share/python-build/3.7.4      | 10 +++++++++
 plugins/python-build/share/python-build/3.8.0b4    | 10 +++++++++
 .../share/python-build/anaconda2-2019.07           | 19 +++++++++++++++++
 .../share/python-build/anaconda3-2019.07           | 19 +++++++++++++++++
 plugins/python-build/test/build.bats               | 24 ++++++++++++----------
 plugins/python-build/test/compiler.bats            |  4 +++-
 pyenv.d/rehash/conda.d/default.list                |  1 +
 12 files changed, 119 insertions(+), 14 deletions(-)
 create mode 100644 plugins/python-build/share/python-build/3.6.9
 create mode 100644 plugins/python-build/share/python-build/3.7.4
 create mode 100644 plugins/python-build/share/python-build/3.8.0b4
 create mode 100644 plugins/python-build/share/python-build/anaconda2-2019.07
 create mode 100644 plugins/python-build/share/python-build/anaconda3-2019.07
Updated pyenv.
Installing 3.7.4...
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.4 \$HOME/.pyenv/bin/pyenv install 3.7.4"
Downloading Python-3.7.4.tar.xz...
-> https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
Installing Python-3.7.4...
Installed Python-3.7.4 to /mnt/data/jenkins/.pyenv/versions/3.7.4

Installed 3.7.4.
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.4 \$HOME/.pyenv/bin/pyenv rehash"
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.4 \$HOME/.pyenv/bin/pyenv exec pip list"
Installing tox...
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.4 \$HOME/.pyenv/bin/pyenv exec pip install tox"
Collecting tox
  Downloading https://files.pythonhosted.org/packages/a7/0c/ed234b83d2c4fcef1cfccf97371183d51dafae62e64334de34d0a6333114/tox-3.14.0-py2.py3-none-any.whl (80kB)
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)
  Using cached https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Collecting importlib-metadata<1,>=0.12; python_version < "3.8" (from tox)
  Downloading https://files.pythonhosted.org/packages/ba/15/29e4fe1624373be313b5a2565d72ca9121a37f40472112f46eda8dc1235b/importlib_metadata-0.22-py2.py3-none-any.whl
Collecting filelock<4,>=3.0.0 (from tox)
  Using cached https://files.pythonhosted.org/packages/93/83/71a2ee6158bb9f39a90c0dea1637f81d5eef866e188e1971a1b1ab01a35a/filelock-3.0.12-py3-none-any.whl
Collecting pluggy<1,>=0.12.0 (from tox)
  Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
Collecting virtualenv>=14.0.0 (from tox)
  Downloading https://files.pythonhosted.org/packages/8b/12/8d4f45b8962b03ac9efefe5ed5053f6b29334d83e438b4fe379d21c0cb8e/virtualenv-16.7.5-py2.py3-none-any.whl (3.3MB)
Collecting packaging>=14 (from tox)
  Downloading https://files.pythonhosted.org/packages/ec/22/630ac83e8f8a9566c4f88038447ed9e16e6f10582767a01f31c769d9a71e/packaging-19.1-py2.py3-none-any.whl
Collecting py<2,>=1.4.17 (from tox)
  Using cached https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl
Collecting zipp>=0.5 (from importlib-metadata<1,>=0.12; python_version < "3.8"->tox)
  Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
Collecting attrs (from packaging>=14->tox)
  Using cached https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
Collecting pyparsing>=2.0.2 (from packaging>=14->tox)
  Downloading https://files.pythonhosted.org/packages/11/fa/0160cd525c62d7abd076a070ff02b2b94de589f1a9789774f17d7c54058e/pyparsing-2.4.2-py2.py3-none-any.whl (65kB)
Collecting more-itertools (from zipp>=0.5->importlib-metadata<1,>=0.12; python_version < "3.8"->tox)
  Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
Installing collected packages: six, toml, more-itertools, zipp, importlib-metadata, filelock, pluggy, virtualenv, attrs, pyparsing, packaging, py, tox
Successfully installed attrs-19.1.0 filelock-3.0.12 importlib-metadata-0.22 more-itertools-7.2.0 packaging-19.1 pluggy-0.13.0 py-1.8.0 pyparsing-2.4.2 six-1.12.0 toml-0.10.0 tox-3.14.0 virtualenv-16.7.5 zipp-0.6.0
You are using pip version 19.0.3, however version 19.2.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.4 \$HOME/.pyenv/bin/pyenv rehash"
$ bash -c "rm -rf \$HOME/.pyenv.lock"
[faust-macrogen] $ /bin/sh -xe /tmp/jenkins7616385432530941272.sh
+ pip install numpy
Collecting numpy
  Downloading https://files.pythonhosted.org/packages/ba/e0/46e2f0540370f2661b044647fa447fef2ecbcc8f7cdb4329ca2feb03fb23/numpy-1.17.2-cp37-cp37m-manylinux1_x86_64.whl (20.3MB)
Installing collected packages: numpy
Successfully installed numpy-1.17.2
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ pip install -e .
Obtaining file:///mnt/data/jenkins/workspace/faust-macrogen
Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.17.2)
Requirement already satisfied: more-itertools in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (7.2.0)
Collecting networkx>=2.1 (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/85/08/f20aef11d4c343b557e5de6b9548761811eb16e438cee3d32b1c66c8566b/networkx-2.3.zip
Collecting python-igraph (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/0f/a0/4e7134f803737aa6eebb4e5250565ace0e2599659e22be7f7eba520ff017/python-igraph-0.7.1.post6.tar.gz
Collecting pygraphviz (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/7e/b1/d6d849ddaf6f11036f9980d433f383d4c13d1ebcfc3cd09bc845bda7e433/pygraphviz-1.5.zip
Collecting ruamel.yaml (from faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/fa/90/ecff85a2e9c497e2fa7142496e10233556b5137db5bd46f3f3b006935ca8/ruamel.yaml-0.16.5-py2.py3-none-any.whl (123kB)
Collecting pyyaml (from faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
Collecting pandas (from faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/7e/ab/ea76361f9d3e732e114adcd801d2820d5319c23d0ac5482fa3b412db217e/pandas-0.25.1-cp37-cp37m-manylinux1_x86_64.whl (10.4MB)
Collecting openpyxl (from faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/f5/39/942a406621c1ff0de38d7e4782991b1bac046415bf54a66655c959ee66e8/openpyxl-2.6.3.tar.gz (173kB)
Collecting xlrd (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/b0/16/63576a1a001752e34bf8ea62e367997530dc553b689356b9879339cf45a4/xlrd-1.2.0-py2.py3-none-any.whl
Collecting lxml (from faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/e7/a8/40115c84414c017e1a293f331709eb7534303d3ccd11ef805ac09b1481e7/lxml-4.4.1-cp37-cp37m-manylinux1_x86_64.whl (5.7MB)
Collecting requests (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl
Collecting requests-cache (from faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/7f/55/9b1c40eb83c16d8fc79c5f6c2ffade04208b080670fbfc35e0a5effb5a92/requests_cache-0.5.2-py2.py3-none-any.whl
Collecting logging-tree (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/c8/c2/ef440ebd44b0106a3b49026e0191a78fc1bfd4daf24aaa4f68d1901b6763/logging_tree-1.8-py2.py3-none-any.whl
Collecting colorlog (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/68/4d/892728b0c14547224f0ac40884e722a3d00cb54e7a146aea0b3186806c9e/colorlog-4.0.2-py2.py3-none-any.whl
Collecting tqdm (from faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/dc/88/d3213e2f3492daf09d8b41631ad6899f56db17ce83ea9c8a579902bafe5e/tqdm-4.35.0-py2.py3-none-any.whl (50kB)
Collecting dataclasses (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/26/2f/1095cdc2868052dd1e64520f7c0d5c8c550ad297e944e641dbf1ffbb9a5d/dataclasses-0.6-py3-none-any.whl
Collecting cvxpy (from faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/d9/ed/90e0a13ad7ac4e7cdc2aeaefed26cebb4922f205bb778199268863fa2fbe/cvxpy-1.0.25.tar.gz (906kB)
Collecting cvxopt (from faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/9b/84/e8c883bbfc972dc9f7b2ca9f97c56d73a44a7dfa700f73746ae0d2569cb0/cvxopt-1.2.3-cp37-cp37m-manylinux1_x86_64.whl
Collecting decorator>=4.3.0 (from networkx>=2.1->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/5f/88/0075e461560a1e750a0dcbf77f1d9de775028c37a19a346a6c565a257399/decorator-4.4.0-py2.py3-none-any.whl
Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.8" (from ruamel.yaml->faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/f2/bd/ff0d632e1b248c28427a23bd741f5b8f954acba82df86661e5daf7cc79a6/ruamel.yaml.clib-0.1.2-cp37-cp37m-manylinux1_x86_64.whl (547kB)
Collecting python-dateutil>=2.6.1 (from pandas->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl
Collecting pytz>=2017.2 (from pandas->faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl (508kB)
Collecting jdcal (from openpyxl->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/f0/da/572cbc0bc582390480bbd7c4e93d14dc46079778ed915b505dc494b37c57/jdcal-1.4.1-py2.py3-none-any.whl
Collecting et_xmlfile (from openpyxl->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/22/28/a99c42aea746e18382ad9fb36f64c1c1f04216f41797f2f0fa567da11388/et_xmlfile-1.0.1.tar.gz
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/e6/60/247f23a7121ae632d62811ba7f273d0e58972d75e58a94d329d51550a47d/urllib3-1.25.3-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests->faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl (154kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting osqp>=0.4.1 (from cvxpy->faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/a8/14/3bde321e3f5d10967dda79edbfdc2e634ac55196d490c237d52d167f9d5b/osqp-0.6.1-cp37-cp37m-manylinux2010_x86_64.whl (211kB)
Collecting ecos>=2 (from cvxpy->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/d9/3a/a43dba25a6d0bec475574d1cc79eec0288cc931c4e99e643c157f77728e3/ecos-2.0.7.post1-cp37-cp37m-manylinux1_x86_64.whl
Collecting scs>=1.1.3 (from cvxpy->faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/f2/6e/dbdd778c64c1920ae357a2013ea655d65a1f8b60f397d6e5549e4aafe8ec/scs-2.1.1-2.tar.gz (157kB)
Collecting multiprocess (from cvxpy->faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/50/40/b23b1ddd3cb0e072fdbec5f458e8369df48643a3b04dfb55365a63a51687/multiprocess-0.70.8.tar.gz (1.6MB)
Requirement already satisfied: six in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.12.0)
Collecting scipy>=1.1.0 (from cvxpy->faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/94/7f/b535ec711cbcc3246abea4385d17e1b325d4c3404dd86f15fc4f3dba1dbb/scipy-1.3.1-cp37-cp37m-manylinux1_x86_64.whl (25.2MB)
Collecting future (from osqp>=0.4.1->cvxpy->faust-macrogen==0.9)
  Using cached https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz
Collecting dill>=0.3.0 (from multiprocess->cvxpy->faust-macrogen==0.9)
  Downloading https://files.pythonhosted.org/packages/39/7a/70803635c850e351257029089d38748516a280864c97cbc73087afef6d51/dill-0.3.0.tar.gz (151kB)
Installing collected packages: decorator, networkx, python-igraph, pygraphviz, ruamel.yaml.clib, ruamel.yaml, pyyaml, python-dateutil, pytz, pandas, jdcal, et-xmlfile, openpyxl, xlrd, lxml, urllib3, certifi, chardet, idna, requests, requests-cache, logging-tree, colorlog, tqdm, dataclasses, scipy, future, osqp, ecos, scs, dill, multiprocess, cvxpy, cvxopt, faust-macrogen
  Running setup.py install for networkx: started
    Running setup.py install for networkx: finished with status 'done'
  Running setup.py install for python-igraph: started
    Running setup.py install for python-igraph: still running...
    Running setup.py install for python-igraph: finished with status 'done'
  Running setup.py install for pygraphviz: started
    Running setup.py install for pygraphviz: finished with status 'done'
  Running setup.py install for pyyaml: started
    Running setup.py install for pyyaml: finished with status 'done'
  Running setup.py install for et-xmlfile: started
    Running setup.py install for et-xmlfile: finished with status 'done'
  Running setup.py install for openpyxl: started
    Running setup.py install for openpyxl: finished with status 'done'
  Running setup.py install for future: started
    Running setup.py install for future: finished with status 'done'
  Running setup.py install for scs: started
    Running setup.py install for scs: finished with status 'done'
  Running setup.py install for dill: started
    Running setup.py install for dill: finished with status 'done'
  Running setup.py install for multiprocess: started
    Running setup.py install for multiprocess: finished with status 'done'
  Running setup.py install for cvxpy: started
    Running setup.py install for cvxpy: finished with status 'done'
  Running setup.py develop for faust-macrogen
Successfully installed certifi-2019.9.11 chardet-3.0.4 colorlog-4.0.2 cvxopt-1.2.3 cvxpy-1.0.25 dataclasses-0.6 decorator-4.4.0 dill-0.3.0 ecos-2.0.7.post1 et-xmlfile-1.0.1 faust-macrogen future-0.17.1 idna-2.8 jdcal-1.4.1 logging-tree-1.8 lxml-4.4.1 multiprocess-0.70.8 networkx-2.3 openpyxl-2.6.3 osqp-0.6.1 pandas-0.25.1 pygraphviz-1.5 python-dateutil-2.8.0 python-igraph-0.7.1.post6 pytz-2019.2 pyyaml-5.1.2 requests-2.22.0 requests-cache-0.5.2 ruamel.yaml-0.16.5 ruamel.yaml.clib-0.1.2 scipy-1.3.1 scs-2.1.1.post2 tqdm-4.35.0 urllib3-1.25.3 xlrd-1.2.0
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ macrogen --progress-bar false
WARNING  macrogen.config Configuration has already been loaded. Some override values may not have any effect.
usage: macrogen [-h] [-i ZIP] [-o ZIP] [--skip-reports] [--data DATA]
                [--logging LOGGING] [--styles STYLES]
                [--references REFERENCES] [--bibscores BIBSCORES]
                [--sigils SIGILS] [--paralipomena PARALIPOMENA]
                [--genetic-bar-graph GENETIC_BAR_GRAPH]
                [--report-dir REPORT_DIR] [--save-config SAVE_CONFIG]
                [--scene-xml SCENE_XML] [--bibliography BIBLIOGRAPHY]
                [--xmlroot XMLROOT] [--subgraph-links SUBGRAPH_LINKS]
                [--half-interval-mode HALF_INTERVAL_MODE]
                [--half-interval-correction HALF_INTERVAL_CORRECTION]
                [--render-node-limit RENDER_NODE_LIMIT]
                [--render-timeout RENDER_TIMEOUT] [--fes-method FES_METHOD]
                [--fes-threshold FES_THRESHOLD]
                [--solvers [SOLVERS [SOLVERS ...]]]
                [--solver-options SOLVER_OPTIONS]
                [--light-timeline LIGHT_TIMELINE] [--progressbar PROGRESSBAR]
macrogen: error: unrecognized arguments: --progress-bar false
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 32127 killed;
[ssh-agent] Stopped.
Archiving artifacts
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  1 second
Notifying upstream projects of job completion
Finished: FAILURE