Console Output

Started by GitHub push by thvitt
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-cHWphOAdcUOM/agent.21094
SSH_AGENT_PID=21096
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_1390923208261403728.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_1390923208261403728.key)
[ssh-agent] Using credentials git
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_5629631806042682143.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_5629631806042682143.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 25f32acce97acfb5087f9272e45524830b6be0f5 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 25f32acce97acfb5087f9272e45524830b6be0f5
Commit message: "Merge branch 'refactor-graph'"
 > /usr/bin/git rev-list --no-walk 87e9852bb6830cc337914845c2557b1f56d64fd6 # 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"
$ 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"
$ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv rehash"
$ bash -c "rm -rf \$HOME/.pyenv.lock"
[faust-macrogen] $ /bin/sh -xe /tmp/jenkins9098552036906591813.sh
+ pip install numpy
Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (1.16.2)
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.
+ pip install -e .
Obtaining file:///mnt/data/jenkins/workspace/faust-macrogen
Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.16.2)
Requirement already satisfied: more-itertools in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (6.0.0)
Requirement already satisfied: networkx>=2.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.2)
Requirement already satisfied: python-igraph in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.7.1.post6)
Requirement already satisfied: pygraphviz in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.5)
Requirement already satisfied: ruamel.yaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.15.89)
Requirement already satisfied: pyyaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (3.13)
Requirement already satisfied: pandas in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.24.1)
Requirement already satisfied: openpyxl in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.6.1)
Requirement already satisfied: xlrd in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.0)
Requirement already satisfied: lxml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.3.2)
Requirement already satisfied: requests in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.21.0)
Requirement already satisfied: requests-cache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.4.13)
Requirement already satisfied: logging-tree in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.8)
Requirement already satisfied: colorlog in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.0.2)
Requirement already satisfied: tqdm in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.31.1)
Requirement already satisfied: dataclasses in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.6)
Requirement already satisfied: cvxpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.0.19)
Requirement already satisfied: cvxopt in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.3)
Requirement already satisfied: decorator>=4.3.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from networkx>=2.1->faust-macrogen==0.9) (4.3.2)
Requirement already satisfied: pytz>=2011k in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2018.9)
Requirement already satisfied: python-dateutil>=2.5.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2.8.0)
Requirement already satisfied: jdcal in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.4)
Requirement already satisfied: et_xmlfile in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.0.1)
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (1.24.1)
Requirement already satisfied: certifi>=2017.4.17 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2018.11.29)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (3.0.4)
Requirement already satisfied: idna<2.9,>=2.5 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2.8)
Requirement already satisfied: osqp in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.5.0)
Requirement already satisfied: ecos>=2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.0.7.post1)
Requirement already satisfied: scs>=1.1.3 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.0.2)
Requirement already satisfied: multiprocess in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.70.7)
Requirement already satisfied: fastcache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.0.2)
Requirement already satisfied: six in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.12.0)
Requirement already satisfied: scipy>=1.1.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.2.1)
Requirement already satisfied: future in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from osqp->cvxpy->faust-macrogen==0.9) (0.17.1)
Requirement already satisfied: dill>=0.2.9 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from multiprocess->cvxpy->faust-macrogen==0.9) (0.2.9)
Installing collected packages: faust-macrogen
  Found existing installation: faust-macrogen 0.9
    Uninstalling faust-macrogen-0.9:
      Successfully uninstalled faust-macrogen-0.9
  Running setup.py develop for faust-macrogen
Successfully installed faust-macrogen
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.
+ macrogen
DEBUG:macrogen.config.preliminary:Loading default configuration.
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/bin/macrogen", line 11, in <module>
    load_entry_point('faust-macrogen', 'console_scripts', 'macrogen')()
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pkg_resources/__init__.py", line 487, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2728, in load_entry_point
    return ep.load()
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2346, in load
    return self.resolve()
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2352, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/__init__.py", line 1, in <module>
    from .graph import macrogenesis_graphs
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/graph.py", line 13, in <module>
    from .graphutils import mark_edges_to_delete, remove_edges, in_path
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/graphutils.py", line 8, in <module>
    from .uris import Witness, Reference
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/uris.py", line 22, in <module>
    from .config import config
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/config.py", line 368, in <module>
    config = Configuration()
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/config.py", line 251, in __init__
    self.config_override = config_override
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/config.py", line 264, in config_override
    if hasattr(self, 'config'):
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/config.py", line 279, in __getattr__
    self._load_config()
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/config.py", line 289, in _load_config
    logger.debug("Loading default configuration.\n%s", "".join(traceback.format_stack()))

DEBUG:macrogen.config.preliminary:Reconfiguring logging
DEBUG:macrogen.config.preliminary:Loading logging from internal configuration ('macrogen', 'etc/logging.yaml')
WARNING  macrogen.config Configuration has already been loaded. Some override values may not have any effect.
WARNING  macrogen.config Configuration has already been loaded. Some override values may not have any effect.
WARNING  macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/P129Var to faust://document/fischer-lamberg/2_II_H.2d, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.7/2 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.7/3 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I)
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I)
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I)
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II)
WARNING  macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II)
WARNING  macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II)
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II)
WARNING  macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_V_H.alpha (2 H V)
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2))
WARNING  macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.31_alpha (wa_faust: 2_II_H.31_)
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2_alpha (wa_faust: 2_III_H.2_)
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database
WARNING  macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database
INFO     macrogen.graph Copying datings from inscriptions to witnesses
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_v
INFO     macrogen.graph Adopted 2 IV H.19 from inscription 2 IV H.19 i_uebrige
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_2_u
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_2_o
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_1_o
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_uebrige
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_r_u
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_uebrige
INFO     macrogen.graph Adopted H P176 Var from inscription H P176 Var i_r
INFO     macrogen.graph Removing edges to ignore
INFO     macrogen.graph Extracted 4 subgraphs with conflicts
INFO     macrogen.graph Calculating minimum feedback arc set for 4 strongly connected components
INFO     macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP)
INFO     macrogen.fes.FES_Baharev Calculating FES for graph with 2 edges, max 1 feedback edges
INFO     macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 25, 1 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev upper == lower bound == 25, optimal solution found
INFO     macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP)
INFO     macrogen.fes.FES_Baharev Calculating FES for graph with 10 edges, max 2 feedback edges
INFO     macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 10036, 2 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found
INFO     macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP)
INFO     macrogen.fes.FES_Baharev Calculating FES for graph with 130 edges, max 42 feedback edges
INFO     macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 87497, 42 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 2, 7 <= objective <= 87497, 80 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 3, 307 <= objective <= 77248, 114 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 4, 557 <= objective <= 77248, 148 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 5, 608 <= objective <= 77248, 183 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 6, 1358 <= objective <= 77248, 214 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 7, 1659 <= objective <= 77248, 244 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 8, 10023 <= objective <= 77248, 283 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found
INFO     macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP)
INFO     macrogen.fes.FES_Baharev Calculating FES for graph with 2278 edges, max 599 feedback edges
INFO     macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 434405, 599 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 2, 4900 <= objective <= 390248, 1066 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 3, 5572 <= objective <= 388727, 1506 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 4, 5787 <= objective <= 388727, 1945 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 5, 5913 <= objective <= 388727, 2191 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 6, 6084 <= objective <= 388727, 2435 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 7, 6271 <= objective <= 388727, 2611 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 8, 6275 <= objective <= 388727, 2775 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 9, 6497 <= objective <= 388727, 2880 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 10, 6524 <= objective <= 388727, 2917 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 11, 6527 <= objective <= 388727, 2963 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 12, 6528 <= objective <= 388727, 2990 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 13, 6578 <= objective <= 388727, 3028 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 14, 6579 <= objective <= 388727, 3052 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 15, 6582 <= objective <= 388727, 3181 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 16, 6644 <= objective <= 388727, 3222 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 17, 6647 <= objective <= 388727, 3260 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 18, 6651 <= objective <= 388727, 3296 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 19, 6652 <= objective <= 388727, 3334 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 20, 6654 <= objective <= 388727, 3368 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found
WARNING  macrogen.graph Found 11 self loops, will also remove those. Affected nodes: 2 II H.22, 2 III H.2:1, 2 III H.6:2, 2 III H.6:2, 2 III H.70, 2 III H.50c, 2 III H.76, fischer_lamberg: 2_III_H.15 , 2 III H.2:2, 2 III H.3a:2, 2 III H.3a:1
INFO     macrogen.graph Building DAG from remaining data
INFO     macrogen.graph Double-checking removed edges ...
INFO     macrogen.graph Marking 174 conflicting edges for deletion
INFO     macrogen.graph Removed 174 of the original 3304 edges
INFO     macrogen.graph Augmenting refs with data from graphs
INFO     macrogen.graph Creating sort order from DAG
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))
WARNING  macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))

Rendering:   0%|          | 0/1041 [00:00<?, ? SVGs/s]
Rendering:   2%|▏         | 16/1041 [00:00<00:06, 157.90 SVGs/s]
Rendering:   3%|▎         | 33/1041 [00:00<00:06, 151.59 SVGs/s]
Rendering:   5%|▍         | 49/1041 [00:00<00:06, 149.66 SVGs/s]
Rendering:   6%|▌         | 65/1041 [00:00<00:06, 149.32 SVGs/s]
Rendering:   8%|▊         | 81/1041 [00:00<00:06, 150.72 SVGs/s]
Rendering:   9%|▉         | 97/1041 [00:00<00:06, 150.58 SVGs/s]
Rendering:  11%|█         | 113/1041 [00:00<00:06, 149.84 SVGs/s]
Rendering:  12%|█▏        | 130/1041 [00:00<00:06, 151.68 SVGs/s]
Rendering:  14%|█▍        | 145/1041 [00:00<00:05, 149.85 SVGs/s]
Rendering:  15%|█▌        | 160/1041 [00:01<00:06, 146.30 SVGs/s]
Rendering:  17%|█▋        | 175/1041 [00:01<00:06, 142.35 SVGs/s]
Rendering:  18%|█▊        | 189/1041 [00:01<00:06, 140.53 SVGs/s]
Rendering:  20%|█▉        | 203/1041 [00:01<00:05, 139.74 SVGs/s]
Rendering:  21%|██        | 217/1041 [00:01<00:06, 124.55 SVGs/s]
Rendering:  22%|██▏       | 232/1041 [00:01<00:06, 125.97 SVGs/s]
Rendering:  24%|██▎       | 247/1041 [00:01<00:06, 129.58 SVGs/s]
Rendering:  25%|██▌       | 261/1041 [00:01<00:05, 130.86 SVGs/s]
Rendering:  26%|██▋       | 275/1041 [00:01<00:05, 129.98 SVGs/s]
Rendering:  28%|██▊       | 289/1041 [00:02<00:05, 128.68 SVGs/s]
Rendering:  29%|██▉       | 302/1041 [00:02<00:06, 122.83 SVGs/s]
Rendering:  30%|███       | 316/1041 [00:02<00:05, 126.77 SVGs/s]
Rendering:  32%|███▏      | 329/1041 [00:02<00:06, 115.11 SVGs/s]
Rendering:  33%|███▎      | 341/1041 [00:02<00:06, 107.34 SVGs/s]
Rendering:  34%|███▍      | 353/1041 [00:02<00:06, 101.83 SVGs/s]
Rendering:  35%|███▌      | 366/1041 [00:02<00:06, 104.69 SVGs/s]
Rendering:  37%|███▋      | 380/1041 [00:02<00:05, 112.39 SVGs/s]
Rendering:  38%|███▊      | 392/1041 [00:03<00:06, 104.64 SVGs/s]
Rendering:  39%|███▊      | 403/1041 [00:03<00:06, 98.91 SVGs/s] 
Rendering:  40%|███▉      | 414/1041 [00:03<00:07, 80.97 SVGs/s]
Rendering:  41%|████      | 423/1041 [00:03<00:08, 74.69 SVGs/s]
Rendering:  42%|████▏     | 433/1041 [00:03<00:07, 79.54 SVGs/s]
Rendering:  43%|████▎     | 443/1041 [00:03<00:07, 83.87 SVGs/s]
Rendering:  43%|████▎     | 452/1041 [00:03<00:07, 83.49 SVGs/s]
Rendering:  44%|████▍     | 461/1041 [00:03<00:07, 82.76 SVGs/s]
Rendering:  45%|████▌     | 472/1041 [00:04<00:06, 89.33 SVGs/s]
Rendering:  46%|████▋     | 482/1041 [00:04<00:06, 86.60 SVGs/s]
Rendering:  47%|████▋     | 491/1041 [00:04<00:06, 81.53 SVGs/s]
Rendering:  48%|████▊     | 501/1041 [00:04<00:06, 84.03 SVGs/s]
Rendering:  49%|████▉     | 511/1041 [00:04<00:06, 87.25 SVGs/s]
Rendering:  50%|████▉     | 520/1041 [00:04<00:06, 83.44 SVGs/s]
Rendering:  51%|█████     | 531/1041 [00:04<00:05, 87.12 SVGs/s]
Rendering:  52%|█████▏    | 540/1041 [00:04<00:05, 83.93 SVGs/s]
Rendering:  53%|█████▎    | 550/1041 [00:04<00:05, 82.29 SVGs/s]
Rendering:  54%|█████▍    | 561/1041 [00:05<00:05, 85.37 SVGs/s]
Rendering:  56%|█████▌    | 578/1041 [00:05<00:04, 98.54 SVGs/s]
Rendering:  57%|█████▋    | 594/1041 [00:05<00:04, 106.98 SVGs/s]
Rendering:  59%|█████▊    | 610/1041 [00:05<00:03, 114.52 SVGs/s]
Rendering:  60%|██████    | 625/1041 [00:05<00:03, 121.75 SVGs/s]
Rendering:  62%|██████▏   | 642/1041 [00:05<00:03, 128.72 SVGs/s]
Rendering:  63%|██████▎   | 658/1041 [00:05<00:02, 136.15 SVGs/s]
Rendering:  65%|██████▍   | 674/1041 [00:05<00:02, 131.81 SVGs/s]
Rendering:  66%|██████▌   | 689/1041 [00:06<00:02, 132.69 SVGs/s]
Rendering:  68%|██████▊   | 703/1041 [00:06<00:03, 108.31 SVGs/s]
Rendering:  69%|██████▉   | 716/1041 [00:06<00:02, 113.75 SVGs/s]
Rendering:  70%|███████   | 729/1041 [00:07<00:09, 33.81 SVGs/s] 
Rendering:  71%|███████   | 738/1041 [00:08<00:22, 13.48 SVGs/s]
Rendering:  72%|███████▏  | 745/1041 [00:09<00:19, 15.15 SVGs/s]
Rendering:  72%|███████▏  | 751/1041 [00:09<00:17, 16.58 SVGs/s]
Rendering:  73%|███████▎  | 756/1041 [00:09<00:16, 17.27 SVGs/s]
Rendering:  73%|███████▎  | 760/1041 [00:09<00:14, 18.99 SVGs/s]
Rendering:  73%|███████▎  | 764/1041 [00:10<00:13, 19.91 SVGs/s]
Rendering:  74%|███████▎  | 767/1041 [00:10<00:13, 20.85 SVGs/s]
Rendering:  74%|███████▍  | 770/1041 [00:10<00:13, 20.34 SVGs/s]
Rendering:  74%|███████▍  | 774/1041 [00:10<00:12, 20.87 SVGs/s]
Rendering:  75%|███████▍  | 777/1041 [00:10<00:11, 22.35 SVGs/s]
Rendering:  75%|███████▍  | 780/1041 [00:10<00:10, 23.74 SVGs/s]
Rendering:  75%|███████▌  | 783/1041 [00:10<00:10, 25.31 SVGs/s]
Rendering:  76%|███████▌  | 789/1041 [00:11<00:08, 28.06 SVGs/s]
Rendering:  76%|███████▋  | 795/1041 [00:11<00:07, 32.11 SVGs/s]
Rendering:  77%|███████▋  | 799/1041 [00:11<00:07, 33.11 SVGs/s]
Rendering:  77%|███████▋  | 805/1041 [00:11<00:06, 38.08 SVGs/s]
Rendering:  78%|███████▊  | 810/1041 [00:11<00:07, 29.66 SVGs/s]
Rendering:  78%|███████▊  | 814/1041 [00:11<00:10, 21.07 SVGs/s]
Rendering:  78%|███████▊  | 817/1041 [00:12<00:11, 19.37 SVGs/s]
Rendering:  79%|███████▉  | 820/1041 [00:15<01:22,  2.66 SVGs/s]
Rendering:  79%|███████▉  | 822/1041 [00:15<01:06,  3.29 SVGs/s]
Rendering:  79%|███████▉  | 824/1041 [00:16<00:52,  4.10 SVGs/s]
Rendering:  79%|███████▉  | 826/1041 [00:16<00:42,  5.04 SVGs/s]
Rendering:  80%|███████▉  | 828/1041 [00:16<00:41,  5.15 SVGs/s]
Rendering:  80%|███████▉  | 830/1041 [00:16<00:32,  6.41 SVGs/s]
Rendering:  80%|███████▉  | 832/1041 [00:19<01:58,  1.76 SVGs/s]
Rendering:  80%|████████  | 833/1041 [00:19<01:30,  2.31 SVGs/s]
Rendering:  80%|████████  | 834/1041 [00:20<01:08,  3.00 SVGs/s]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.31a" -> "1825-03-20". Something is probably seriously wrong.

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/faustedition.2_V_H.24.i_r--1825-02-21-graph.dot with 196 nodes and 454 edges took 0:00:15.544067

Rendering:  80%|████████  | 835/1041 [00:27<08:01,  2.34s/ SVGs]
Rendering:  80%|████████  | 836/1041 [00:29<07:43,  2.26s/ SVGs]
Rendering:  80%|████████  | 838/1041 [00:29<05:27,  1.62s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path
libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/scene_2-3-3-graph.dot with 149 nodes and 420 edges took 0:00:23.144765

Rendering:  81%|████████  | 839/1041 [00:29<04:15,  1.26s/ SVGs]
Rendering:  81%|████████  | 843/1041 [00:29<02:57,  1.12 SVGs/s]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Error: trouble in init_rank
	%0 1
	%0 14
	%0 1
	%0 2
	%0 1
	1826-06-25 1
	%0 1
	1825-04-06 1
	%0 1
	1825-04-04 1
	%0 2
	1825-02-24 1
	%0 1
	1801-01-01 1
	%0 1
	1800-04-12 1
	%0 1
	1799-12-31 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 2
	%0 1
	%0 1
	faust://document/faustedition/2_III_H.43 2
	%0 1
	%0 2
	%0 1
	%0 2
	%0 1
	faust://document/faustedition/H_P166a 3
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://inscription/wa/2_III_H.5/r/i_r_r 2
	%0 1
	%0 1
	%0 2
	%0 1

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Error: trouble in init_rank
	%0 1
	%0 1
	%0 1
	%0 1
	1831-08-13 1
	%0 1
	faust://document/faustedition/2_V_H.33 1
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.38a 2
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.33/i_uebrige 2
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.36 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.35 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://document/faustedition/2_H 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.32a 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.32a/alpha 1
	%0 1

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/scene_2-3-1-graph.dot with 178 nodes and 573 edges took 0:00:23.875969

Rendering:  81%|████████  | 845/1041 [00:30<02:13,  1.47 SVGs/s]
Rendering:  81%|████████▏ | 847/1041 [00:30<01:39,  1.95 SVGs/s]
Rendering:  82%|████████▏ | 850/1041 [00:30<01:11,  2.67 SVGs/s]
Rendering:  82%|████████▏ | 853/1041 [00:30<00:51,  3.65 SVGs/s]
Rendering:  82%|████████▏ | 856/1041 [00:30<00:38,  4.78 SVGs/s]
Rendering:  82%|████████▏ | 858/1041 [00:31<00:35,  5.18 SVGs/s]
Rendering:  83%|████████▎ | 860/1041 [00:31<00:29,  6.20 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/scene_2-3-2-graph.dot with 159 nodes and 451 edges took 0:00:28.605730

Rendering:  83%|████████▎ | 862/1041 [00:35<01:55,  1.55 SVGs/s]
Rendering:  83%|████████▎ | 863/1041 [00:35<01:27,  2.03 SVGs/s]
Rendering:  83%|████████▎ | 864/1041 [00:35<01:07,  2.64 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/fischer_lamberg.2_III_H.22_2--1826-04-23-graph.dot with 238 nodes and 457 edges took 0:00:21.408426

Rendering:  83%|████████▎ | 865/1041 [00:41<06:13,  2.12s/ SVGs]
Rendering:  83%|████████▎ | 866/1041 [00:41<04:26,  1.52s/ SVGs]
Rendering:  83%|████████▎ | 868/1041 [00:41<03:09,  1.09s/ SVGs]
Rendering:  83%|████████▎ | 869/1041 [00:41<02:17,  1.25 SVGs/s]
Rendering:  84%|████████▎ | 870/1041 [00:41<01:40,  1.69 SVGs/s]
Rendering:  84%|████████▎ | 871/1041 [00:42<01:16,  2.23 SVGs/s]
Rendering:  84%|████████▍ | 872/1041 [00:42<00:59,  2.86 SVGs/s]
Rendering:  84%|████████▍ | 873/1041 [00:42<00:46,  3.59 SVGs/s]
Rendering:  84%|████████▍ | 874/1041 [00:42<00:37,  4.40 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.6_1--1823-03-30-graph.dot with 163 nodes and 311 edges took 0:00:08.832017

Rendering:  84%|████████▍ | 875/1041 [00:44<01:49,  1.52 SVGs/s]
Rendering:  84%|████████▍ | 876/1041 [00:44<01:23,  1.98 SVGs/s]
Rendering:  84%|████████▍ | 877/1041 [00:44<01:02,  2.61 SVGs/s]
Rendering:  84%|████████▍ | 878/1041 [00:44<00:52,  3.10 SVGs/s]
Rendering:  84%|████████▍ | 879/1041 [00:44<00:45,  3.55 SVGs/s]
Rendering:  85%|████████▍ | 881/1041 [00:44<00:36,  4.44 SVGs/s]
Rendering:  85%|████████▍ | 883/1041 [00:45<00:29,  5.44 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/H_P93--1825-01-01-graph.dot with 199 nodes and 412 edges took 0:00:15.538925

Rendering:  85%|████████▍ | 884/1041 [00:46<01:18,  2.01 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.1--1801-01-01-graph.dot with 174 nodes and 382 edges took 0:00:06.611440

Rendering:  85%|████████▌ | 886/1041 [00:49<01:58,  1.31 SVGs/s]
Rendering:  85%|████████▌ | 887/1041 [00:49<01:26,  1.77 SVGs/s]
Rendering:  85%|████████▌ | 889/1041 [00:49<01:07,  2.25 SVGs/s]
Rendering:  85%|████████▌ | 890/1041 [00:50<01:39,  1.52 SVGs/s]
Rendering:  86%|████████▌ | 891/1041 [00:50<01:13,  2.04 SVGs/s]
Rendering:  86%|████████▌ | 892/1041 [00:50<00:56,  2.65 SVGs/s]
Rendering:  86%|████████▌ | 893/1041 [00:50<00:43,  3.39 SVGs/s]
Rendering:  86%|████████▌ | 894/1041 [00:51<00:35,  4.19 SVGs/s]
Rendering:  86%|████████▌ | 895/1041 [00:51<00:29,  5.01 SVGs/s]
Rendering:  86%|████████▌ | 896/1041 [00:51<00:24,  5.85 SVGs/s]
Rendering:  86%|████████▌ | 897/1041 [00:51<00:21,  6.58 SVGs/s]
Rendering:  86%|████████▋ | 898/1041 [00:51<00:19,  7.21 SVGs/s]
Rendering:  86%|████████▋ | 899/1041 [00:51<00:23,  6.13 SVGs/s]
Rendering:  86%|████████▋ | 900/1041 [00:51<00:20,  6.82 SVGs/s]
Rendering:  87%|████████▋ | 901/1041 [00:51<00:18,  7.47 SVGs/s]
Rendering:  87%|████████▋ | 902/1041 [00:52<00:18,  7.50 SVGs/s]
Rendering:  87%|████████▋ | 903/1041 [00:52<00:24,  5.68 SVGs/s]
Rendering:  87%|████████▋ | 904/1041 [00:52<00:21,  6.47 SVGs/s]
Rendering:  87%|████████▋ | 905/1041 [00:53<00:37,  3.60 SVGs/s]
Rendering:  87%|████████▋ | 906/1041 [00:53<00:30,  4.37 SVGs/s]
Rendering:  87%|████████▋ | 908/1041 [00:53<00:25,  5.26 SVGs/s]
Rendering:  87%|████████▋ | 909/1041 [00:55<01:56,  1.13 SVGs/s]
Rendering:  88%|████████▊ | 911/1041 [00:55<01:23,  1.55 SVGs/s]
Rendering:  88%|████████▊ | 912/1041 [00:56<01:03,  2.03 SVGs/s]
Rendering:  88%|████████▊ | 913/1041 [00:56<00:49,  2.57 SVGs/s]
Rendering:  88%|████████▊ | 914/1041 [00:56<00:38,  3.30 SVGs/s]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/1826-03-31--H_P84-graph.dot with 267 nodes and 570 edges took 0:00:40.803885

Rendering:  88%|████████▊ | 915/1041 [00:57<01:16,  1.65 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.22--2_III_H.6_1-graph.dot with 135 nodes and 269 edges took 0:00:06.909317

Rendering:  88%|████████▊ | 916/1041 [01:04<05:12,  2.50s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.22--2_III_H.49-graph.dot with 166 nodes and 298 edges took 0:00:05.411417

Rendering:  88%|████████▊ | 917/1041 [01:10<06:59,  3.38s/ SVGs]
Rendering:  88%|████████▊ | 918/1041 [01:10<04:54,  2.40s/ SVGs]
Rendering:  88%|████████▊ | 919/1041 [01:10<03:29,  1.72s/ SVGs]
Rendering:  88%|████████▊ | 920/1041 [01:10<02:30,  1.24s/ SVGs]
Rendering:  88%|████████▊ | 921/1041 [01:10<01:56,  1.03 SVGs/s]
Rendering:  89%|████████▊ | 922/1041 [01:10<01:26,  1.37 SVGs/s]
Rendering:  89%|████████▊ | 923/1041 [01:11<01:04,  1.83 SVGs/s]
Rendering:  89%|████████▉ | 924/1041 [01:11<00:48,  2.39 SVGs/s]
Rendering:  89%|████████▉ | 925/1041 [01:11<00:38,  3.00 SVGs/s]
Rendering:  89%|████████▉ | 926/1041 [01:11<00:30,  3.78 SVGs/s]
Rendering:  89%|████████▉ | 927/1041 [01:11<00:30,  3.80 SVGs/s]
Rendering:  89%|████████▉ | 928/1041 [01:11<00:24,  4.64 SVGs/s]
Rendering:  89%|████████▉ | 929/1041 [01:11<00:20,  5.49 SVGs/s]
Rendering:  89%|████████▉ | 930/1041 [01:14<01:42,  1.09 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.6_2--1823-03-30-graph.dot with 273 nodes and 562 edges took 0:00:45.656448

Rendering:  89%|████████▉ | 931/1041 [01:17<02:40,  1.46s/ SVGs]
Rendering:  90%|████████▉ | 932/1041 [01:17<01:55,  1.06s/ SVGs]
Rendering:  90%|████████▉ | 934/1041 [01:17<01:22,  1.30 SVGs/s]
Rendering:  90%|████████▉ | 935/1041 [01:17<01:00,  1.75 SVGs/s]
Rendering:  90%|████████▉ | 936/1041 [01:17<00:45,  2.32 SVGs/s]
Rendering:  90%|█████████ | 938/1041 [01:17<00:33,  3.05 SVGs/s]
Rendering:  90%|█████████ | 940/1041 [01:18<00:26,  3.88 SVGs/s]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/1827-03-03--H_P110a-graph.dot with 338 nodes and 786 edges took 0:01:06.059913

Rendering:  90%|█████████ | 942/1041 [01:18<00:19,  4.96 SVGs/s]
Rendering:  91%|█████████ | 944/1041 [01:18<00:15,  6.10 SVGs/s]
Rendering:  91%|█████████ | 946/1041 [01:18<00:13,  6.99 SVGs/s]
Rendering:  91%|█████████ | 948/1041 [01:18<00:10,  8.48 SVGs/s]
Rendering:  91%|█████████▏| 950/1041 [01:18<00:09,  9.89 SVGs/s]
Rendering:  91%|█████████▏| 952/1041 [01:18<00:07, 11.42 SVGs/s]
Rendering:  92%|█████████▏| 954/1041 [01:19<00:06, 13.00 SVGs/s]
Rendering:  92%|█████████▏| 956/1041 [01:19<00:05, 14.50 SVGs/s]
Rendering:  92%|█████████▏| 958/1041 [01:19<00:06, 13.63 SVGs/s]
Rendering:  92%|█████████▏| 960/1041 [01:19<00:06, 11.86 SVGs/s]
Rendering:  92%|█████████▏| 962/1041 [01:19<00:09,  8.07 SVGs/s]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.22--2_III_H.6_2-graph.dot with 213 nodes and 450 edges took 0:00:27.586963
WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.15--1823-03-30-graph.dot with 304 nodes and 658 edges took 0:00:53.743178

Rendering:  93%|█████████▎| 964/1041 [01:25<01:05,  1.18 SVGs/s]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/2_H--2_III_H.75-graph.dot with 143 nodes and 252 edges took 0:00:06.328331

Rendering:  93%|█████████▎| 965/1041 [01:26<01:14,  1.02 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.73--2_III_H.2_2-graph.dot with 186 nodes and 346 edges took 0:00:18.302930

Rendering:  93%|█████████▎| 966/1041 [01:32<03:17,  2.64s/ SVGs]
Rendering:  93%|█████████▎| 967/1041 [01:32<02:19,  1.88s/ SVGs]
Rendering:  93%|█████████▎| 968/1041 [01:33<01:38,  1.35s/ SVGs]
Rendering:  93%|█████████▎| 969/1041 [01:33<01:10,  1.03 SVGs/s]
Rendering:  93%|█████████▎| 970/1041 [01:33<00:50,  1.40 SVGs/s]
Rendering:  93%|█████████▎| 971/1041 [01:33<00:37,  1.88 SVGs/s]
Rendering:  93%|█████████▎| 972/1041 [01:33<00:28,  2.44 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/H_P188--1825-04-01-graph.dot with 260 nodes and 436 edges took 0:00:17.479076

Rendering:  93%|█████████▎| 973/1041 [01:36<01:27,  1.29s/ SVGs]
Rendering:  94%|█████████▎| 974/1041 [01:36<01:02,  1.07 SVGs/s]
Rendering:  94%|█████████▎| 975/1041 [01:37<00:45,  1.46 SVGs/s]
Rendering:  94%|█████████▍| 976/1041 [01:37<00:33,  1.95 SVGs/s]
Rendering:  94%|█████████▍| 977/1041 [01:37<00:25,  2.56 SVGs/s]
Rendering:  94%|█████████▍| 978/1041 [01:37<00:19,  3.27 SVGs/s]
Rendering:  94%|█████████▍| 979/1041 [01:37<00:15,  4.09 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_H--C.3_12-graph.dot with 181 nodes and 352 edges took 0:00:19.742518

Rendering:  94%|█████████▍| 980/1041 [01:44<02:24,  2.37s/ SVGs]
Rendering:  94%|█████████▍| 981/1041 [01:44<01:41,  1.69s/ SVGs]
Rendering:  94%|█████████▍| 982/1041 [01:45<01:11,  1.22s/ SVGs]
Rendering:  94%|█████████▍| 983/1041 [01:45<00:51,  1.13 SVGs/s]
Rendering:  95%|█████████▍| 984/1041 [01:45<00:37,  1.52 SVGs/s]
Rendering:  95%|█████████▍| 985/1041 [01:45<00:27,  2.02 SVGs/s]
Rendering:  95%|█████████▍| 986/1041 [01:45<00:20,  2.65 SVGs/s]
Rendering:  95%|█████████▍| 987/1041 [01:45<00:16,  3.33 SVGs/s]
Rendering:  95%|█████████▍| 988/1041 [01:48<00:49,  1.06 SVGs/s]
Rendering:  95%|█████████▌| 989/1041 [01:48<00:35,  1.45 SVGs/s]
Rendering:  95%|█████████▌| 990/1041 [01:48<00:26,  1.94 SVGs/s]
Rendering:  95%|█████████▌| 991/1041 [01:48<00:19,  2.52 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_H--C.3_4-graph.dot with 233 nodes and 480 edges took 0:00:22.845337

Rendering:  95%|█████████▌| 992/1041 [01:49<00:25,  1.91 SVGs/s]
Rendering:  95%|█████████▌| 993/1041 [01:49<00:19,  2.51 SVGs/s]ERROR    macrogen.visualize Failed to render target/macrogenesis/inventare_2_2-graph.dot
Traceback (most recent call last):
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/visualize.py", line 182, in render_file
    graph.draw(resultfn, format='svg', prog='dot')
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1515, in draw
    data = self._run_prog(prog, args)
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1364, in _run_prog
    raise IOError(b"".join(errors).decode(self.encoding))
OSError: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path
Warning: Unable to reclaim box space in spline routing for edge "1826-04-24" -> "faust://document/faustedition/2_III_H.71". Something is probably seriously wrong.
Warning: Unable to reclaim box space in spline routing for edge "1826-04-24" -> "faust://document/faustedition/2_III_H.71". Something is probably seriously wrong.
*** Error in `/usr/bin/dot': free(): invalid next size (fast): 0x0000557e49c19d90 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fc7f9397bfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fc7f939dfc6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fc7f939e80e]
/usr/lib/libgvc.so.6(+0x4609d)[0x7fc7f992209d]
/usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7fc7f3ba5057]
/usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7fc7f3ba27a4]
/usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7fc7f3b93e5d]
/usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7fc7f3b944c8]
/usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7fc7f98fed22]
/usr/bin/dot(+0x1050)[0x557e48ed8050]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fc7f93472e1]
/usr/bin/dot(+0x10ea)[0x557e48ed80ea]
======= Memory map: ========
557e48ed7000-557e48ed9000 r-xp 00000000 08:02 17581702                   /usr/bin/dot
557e490d8000-557e490d9000 r--p 00001000 08:02 17581702                   /usr/bin/dot
557e490d9000-557e490da000 rw-p 00002000 08:02 17581702                   /usr/bin/dot
557e49845000-557e49f3b000 rw-p 00000000 00:00 0                          [heap]
7fc7ec000000-7fc7ec021000 rw-p 00000000 00:00 0 
7fc7ec021000-7fc7f0000000 ---p 00000000 00:00 0 
7fc7f3971000-7fc7f3987000 r-xp 00000000 08:02 786562                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7fc7f3987000-7fc7f3b86000 ---p 00016000 08:02 786562                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7fc7f3b86000-7fc7f3b87000 r--p 00015000 08:02 786562                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7fc7f3b87000-7fc7f3b88000 rw-p 00016000 08:02 786562                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7fc7f3b88000-7fc7f3bac000 r-xp 00000000 08:02 17698999                   /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
7fc7f3bac000-7fc7f3dab000 ---p 00024000 08:02 17698999                   /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
7fc7f3dab000-7fc7f3dac000 r--p 00023000 08:02 17698999                   /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
7fc7f3dac000-7fc7f3dad000 rw-p 00024000 08:02 17698999                   /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
7fc7f3dad000-7fc7f3db5000 rw-p 00000000 00:00 0 
7fc7f3db5000-7fc7f3dcf000 r-xp 00000000 08:02 17698998                   /usr/lib/graphviz/libgvplugin_core.so.6.0.0
7fc7f3dcf000-7fc7f3fce000 ---p 0001a000 08:02 17698998                   /usr/lib/graphviz/libgvplugin_core.so.6.0.0
7fc7f3fce000-7fc7f3fcf000 r--p 00019000 08:02 17698998                   /usr/lib/graphviz/libgvplugin_core.so.6.0.0
7fc7f3fcf000-7fc7f3fd3000 rw-p 0001a000 08:02 17698998                   /usr/lib/graphviz/libgvplugin_core.so.6.0.0
7fc7f3fd3000-7fc7f3fe6000 r-xp 00000000 08:02 786954                     /lib/x86_64-linux-gnu/libbsd.so.0.8.3
7fc7f3fe6000-7fc7f41e6000 ---p 00013000 08:02 786954                     /lib/x86_64-linux-gnu/libbsd.so.0.8.3
7fc7f41e6000-7fc7f41e7000 r--p 00013000 08:02 786954                     /lib/x86_64-linux-gnu/libbsd.so.0.8.3
7fc7f41e7000-7fc7f41e8000 rw-p 00014000 08:02 786954                     /lib/x86_64-linux-gnu/libbsd.so.0.8.3
7fc7f41e8000-7fc7f41e9000 rw-p 00000000 00:00 0 
7fc7f41e9000-7fc7f41f0000 r-xp 00000000 08:02 17579387                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7fc7f41f0000-7fc7f43ef000 ---p 00007000 08:02 17579387                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7fc7f43ef000-7fc7f43f0000 r--p 00006000 08:02 17579387                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7fc7f43f0000-7fc7f43f1000 rw-p 00007000 08:02 17579387                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7fc7f43f1000-7fc7f441c000 r-xp 00000000 08:02 17566194                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fc7f441c000-7fc7f461b000 ---p 0002b000 08:02 17566194                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fc7f461b000-7fc7f461d000 r--p 0002a000 08:02 17566194                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fc7f461d000-7fc7f461e000 rw-p 0002c000 08:02 17566194                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fc7f461e000-7fc7f4623000 r-xp 00000000 08:02 17579184                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fc7f4623000-7fc7f4822000 ---p 00005000 08:02 17579184                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fc7f4822000-7fc7f4823000 r--p 00004000 08:02 17579184                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fc7f4823000-7fc7f4824000 rw-p 00005000 08:02 17579184                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fc7f4824000-7fc7f4827000 r-xp 00000000 08:02 17571169                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fc7f4827000-7fc7f4a26000 ---p 00003000 08:02 17571169                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fc7f4a26000-7fc7f4a27000 r--p 00002000 08:02 17571169                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fc7f4a27000-7fc7f4a28000 rw-p 00003000 08:02 17571169                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fc7f4a28000-7fc7f4a9a000 r-xp 00000000 08:02 786686                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7fc7f4a9a000-7fc7f4c99000 ---p 00072000 08:02 786686                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7fc7f4c99000-7fc7f4c9a000 r--p 00071000 08:02 786686                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7fc7f4c9a000-7fc7f4c9b000 rw-p 00072000 08:02 786686                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7fc7f4c9b000-7fc7f4ca2000 r-xp 00000000 08:02 17568459                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fc7f4ca2000-7fc7f4ea2000 ---p 00007000 08:02 17568459                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fc7f4ea2000-7fc7f4ea3000 r--p 00007000 08:02 17568459                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fc7f4ea3000-7fc7f4ea4000 rw-p 00008000 08:02 17568459                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7fc7f4ea4000-7fc7f4eac000 r-xp 00000000 08:02 17573534                   /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7fc7f4eac000-7fc7f50ac000 ---p 00008000 08:02 17573534                   /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7fc7f50ac000-7fc7f50ad000 r--p 00008000 08:02 17573534                   /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7fc7f50ad000-7fc7f50ae000 rw-p 00009000 08:02 17573534                   /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7fc7f50ae000-7fc7f5141000 r-xp 00000000 08:02 17576450                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7fc7f5141000-7fc7f5340000 ---p 00093000 08:02 17576450                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7fc7f5340000-7fc7f5342000 r--p 00092000 08:02 17576450                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7fc7f5342000-7fc7f5343000 rw-p 00094000 08:02 17576450                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7fc7f5343000-7fc7f534a000 r-xp 00000000 08:02 791334                     /lib/x86_64-linux-gnu/librt-2.24.so
7fc7f534a000-7fc7f5549000 ---p 00007000 08:02 791334                     /lib/x86_64-linux-gnu/librt-2.24.so
7fc7f5549000-7fc7f554a000 r--p 00006000 08:02 791334                     /lib/x86_64-linux-gnu/librt-2.24.so
7fc7f554a000-7fc7f554b000 rw-p 00007000 08:02 791334                     /lib/x86_64-linux-gnu/librt-2.24.so
7fc7f554b000-7fc7f555c000 r-xp 00000000 08:02 17569143                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fc7f555c000-7fc7f575b000 ---p 00011000 08:02 17569143                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fc7f575b000-7fc7f575c000 r--p 00010000 08:02 17569143                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fc7f575c000-7fc7f575d000 rw-p 00011000 08:02 17569143                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fc7f575d000-7fc7f5897000 r-xp 00000000 08:02 17564312                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fc7f5897000-7fc7f5a97000 ---p 0013a000 08:02 17564312                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fc7f5a97000-7fc7f5a98000 r--p 0013a000 08:02 17564312                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fc7f5a98000-7fc7f5a9d000 rw-p 0013b000 08:02 17564312                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fc7f5a9d000-7fc7f5aa6000 r-xp 00000000 08:02 17571186                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fc7f5aa6000-7fc7f5ca5000 ---p 00009000 08:02 17571186                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fc7f5ca5000-7fc7f5ca6000 r--p 00008000 08:02 17571186                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fc7f5ca6000-7fc7f5ca7000 rw-p 00009000 08:02 17571186                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fc7f5ca7000-7fc7f5cb3000 r-xp 00000000 08:02 17571180                   /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fc7f5cb3000-7fc7f5eb3000 ---p 0000c000 08:02 17571180                   /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fc7f5eb3000-7fc7f5eb4000 r--p 0000c000 08:02 17571180                   /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fc7f5eb4000-7fc7f5eb5000 rw-p 0000d000 08:02 17571180                   /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fc7f5eb5000-7fc7f5edc000 r-xp 00000000 08:02 17571173                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fc7f5edc000-7fc7f60db000 ---p 00027000 08:02 17571173                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fc7f60db000-7fc7f60dc000 r--p 00026000 08:02 17571173                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fc7f60dc000-7fc7f60dd000 rw-p 00027000 08:02 17571173                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fc7f60dd000-7fc7f60df000 r-xp 00000000 08:02 17571182                   /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fc7f60df000-7fc7f62df000 ---p 00002000 08:02 17571182                   /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fc7f62df000-7fc7f62e0000 r--p 00002000 08:02 17571182                   /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fc7f62e0000-7fc7f62e1000 rw-p 00003000 08:02 17571182                   /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fc7f62e1000-7fc7f6312000 r-xp 00000000 08:02 17563888                   /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
7fc7f6312000-7fc7f6512000 ---p 00031000 08:02 17563888                   /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
7fc7f6512000-7fc7f6513000 r--p 00031000 08:02 17563888                   /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
7fc7f6513000-7fc7f6514000 rw-p 00032000 08:02 17563888                   /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
7fc7f6514000-7fc7f65b2000 r-xp 00000000 08:02 17571166                   /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7fc7f65b2000-7fc7f67b2000 ---p 0009e000 08:02 17571166                   /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7fc7f67b2000-7fc7f67ba000 r--p 0009e000 08:02 17571166                   /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7fc7f67ba000-7fc7f67bb000 rw-p 000a6000 08:02 17571166                   /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7fc7f67bb000-7fc7f67d3000 r-xp 00000000 08:02 791331                     /lib/x86_64-linux-gnu/libpthread-2.24.so
7fc7f67d3000-7fc7f69d2000 ---p 00018000 08:02 791331                     /lib/x86_64-linux-gnu/libpthread-2.24.so
7fc7f69d2000-7fc7f69d3000 r--p 00017000 08:02 791331                     /lib/x86_64-linux-gnu/libpthread-2.24.so
7fc7f69d3000-7fc7f69d4000 rw-p 00018000 08:02 791331                     /lib/x86_64-linux-gnu/libpthread-2.24.so
7fc7f69d4000-7fc7f69d8000 rw-p 00000000 00:00 0 
7fc7f69d8000-7fc7f69d9000 r-xp 00000000 08:02 17573403                   /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3
7fc7f69d9000-7fc7f6bd8000 ---p 00001000 08:02 17573403                   /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3
7fc7f6bd8000-7fc7f6bd9000 r--p 00000000 08:02 17573403                   /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3
7fc7f6bd9000-7fc7f6bda000 rw-p 00001000 08:02 17573403                   /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3
7fc7f6bda000-7fc7f6c82000 r-xp 00000000 08:02 17565034                   /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
7fc7f6c82000-7fc7f6e82000 ---p 000a8000 08:02 17565034                   /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
7fc7f6e82000-7fc7f6e88000 r--p 000a8000 08:02 17565034                   /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
7fc7f6e88000-7fc7f6e89000 rw-p 000ae000 08:02 17565034                   /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
7fc7f6e89000-7fc7f6ec5000 r-xp 00000000 08:02 17595482                   /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fc7f6ec5000-7fc7f70c4000 ---p 0003c000 08:02 17595482                   /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fc7f70c4000-7fc7f70c6000 r--p 0003b000 08:02 17595482                   /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fc7f70c6000-7fc7f70c7000 rw-p 0003d000 08:02 17595482                   /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fc7f70c7000-7fc7f71d9000 r-xp 00000000 08:02 786496                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3
7fc7f71d9000-7fc7f73d8000 ---p 00112000 08:02 786496                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3
7fc7f73d8000-7fc7f73d9000 r--p 00111000 08:02 786496                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3
7fc7f73d9000-7fc7f73da000 rw-p 00112000 08:02 786496                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3
7fc7f73da000-7fc7f73db000 rw-p 00000000 00:00 0 
7fc7f73db000-7fc7f742d000 r-xp 00000000 08:02 17573402                   /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3
7fc7f742d000-7fc7f762c000 ---p 00052000 08:02 17573402                   /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3
7fc7f762c000-7fc7f762d000 r--p 00051000 08:02 17573402                   /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3
7fc7f762d000-7fc7f762e000 rw-p 00052000 08:02 17573402                   /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3
7fc7f762e000-7fc7f7677000 r-xp 00000000 08:02 17566624                   /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5
7fc7f7677000-7fc7f7876000 ---p 00049000 08:02 17566624                   /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5
7fc7f7876000-7fc7f7879000 r--p 00048000 08:02 17566624                   /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5
7fc7f7879000-7fc7f787a000 rw-p 0004b000 08:02 17566624                   /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5
7fc7f787a000-7fc7f788e000 r-xp 00000000 08:02 17566628                   /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5
7fc7f788e000-7fc7f7a8e000 ---p 00014000 08:02 17566628                   /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5
7fc7f7a8e000-7fc7f7a8f000 r--p 00014000 08:02 17566628                   /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5
7fc7f7a8f000-7fc7f7a90000 rw-p 00015000 08:02 17566628                   /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5
7fc7f7a90000-7fc7f7b9e000 r-xp 00000000 08:02 17571188                   /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
7fc7f7b9e000-7fc7f7d9e000 ---p 0010e000 08:02 17571188                   /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
7fc7f7d9e000-7fc7f7da1000 r--p 0010e000 08:02 17571188                   /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
7fc7f7da1000-7fc7f7da2000 rw-p 00111000 08:02 17571188                   /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
7fc7f7da2000-7fc7f7da4000 rw-p 00000000 00:00 0 
7fc7f7da4000-7fc7f7db0000 r-xp 00000000 08:02 17566632                   /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5
7fc7f7db0000-7fc7f7faf000 ---p 0000c000 08:02 17566632                   /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5
7fc7f7faf000-7fc7f7fb0000 r--p 0000b000 08:02 17566632                   /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5
7fc7f7fb0000-7fc7f7fb1000 rw-p 0000c000 08:02 17566632                   /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5
7fc7f7fb1000-7fc7f7fba000 r-xp 00000000 08:02 17699002                   /usr/lib/graphviz/libgvplugin_pango.so.6.0.0
7fc7f7fba000-7fc7f81b9000 ---p 00009000 08:02 17699002                   /usr/lib/graphviz/libgvplugin_pango.so.6.0.0
7fc7f81b9000-7fc7f81ba000 r--p 00008000 08:02 17699002                   /usr/lib/graphviz/libgvplugin_pango.so.6.0.0
7fc7f81ba000-7fc7f81bc000 rw-p 00009000 08:02 17699002                   /usr/lib/graphviz/libgvplugin_pango.so.6.0.0
7fc7f81bc000-7fc7f81bf000 r-xp 00000000 08:02 791310                     /lib/x86_64-linux-gnu/libdl-2.24.so
7fc7f81bf000-7fc7f83be000 ---p 00003000 08:02 791310                     /lib/x86_64-linux-gnu/libdl-2.24.so
7fc7f83be000-7fc7f83bf000 r--p 00002000 08:02 791310                     /lib/x86_64-linux-gnu/libdl-2.24.so
7fc7f83bf000-7fc7f83c0000 rw-p 00003000 08:02 791310                     /lib/x86_64-linux-gnu/libdl-2.24.so
7fc7f83c0000-7fc7f84c3000 r-xp 00000000 08:02 791311                     /lib/x86_64-linux-gnu/libm-2.24.so
7fc7f84c3000-7fc7f86c2000 ---p 00103000 08:02 791311                     /lib/x86_64-linux-gnu/libm-2.24.so
7fc7f86c2000-7fc7f86c3000 r--p 00102000 08:02 791311                     /lib/x86_64-linux-gnu/libm-2.24.so
7fc7f86c3000-7fc7f86c4000 rw-p 00103000 08:02 791311                     /lib/x86_64-linux-gnu/libm-2.24.so
7fc7f86c4000-7fc7f86dd000 r-xp 00000000 08:02 786497                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7fc7f86dd000-7fc7f88dc000 ---p 00019000 08:02 786497                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7fc7f88dc000-7fc7f88dd000 r--p 00018000 08:02 786497                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7fc7f88dd000-7fc7f88de000 rw-p 00019000 08:02 786497                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7fc7f88de000-7fc7f8905000 r-xp 00000000 08:02 786436                     /lib/x86_64-linux-gnu/libexpat.so.1.6.2
7fc7f8905000-7fc7f8b05000 ---p 00027000 08:02 786436                     /lib/x86_64-linux-gnu/libexpat.so.1.6.2
7fc7f8b05000-7fc7f8b07000 r--p 00027000 08:02 786436                     /lib/x86_64-linux-gnu/libexpat.so.1.6.2
7fc7f8b07000-7fc7f8b08000 rw-p 00029000 08:02 786436                     /lib/x86_64-linux-gnu/libexpat.so.1.6.2
7fc7f8b08000-7fc7f8b0f000 r-xp 00000000 08:02 17580950                   /usr/lib/libpathplan.so.4.0.0
7fc7f8b0f000-7fc7f8d0e000 ---p 00007000 08:02 17580950                   /usr/lib/libpathplan.so.4.0.0
7fc7f8d0e000-7fc7f8d0f000 r--p 00006000 08:02 17580950                   /usr/lib/libpathplan.so.4.0.0
7fc7f8d0f000-7fc7f8d10000 rw-p 00007000 08:02 17580950                   /usr/lib/libpathplan.so.4.0.0
7fc7f8d10000-7fc7f8d16000 r-xp 00000000 08:02 17580945                   /usr/lib/libcdt.so.5.0.0
7fc7f8d16000-7fc7f8f15000 ---p 00006000 08:02 17580945                   /usr/lib/libcdt.so.5.0.0
7fc7f8f15000-7fc7f8f16000 r--p 00005000 08:02 17580945                   /usr/lib/libcdt.so.5.0.0
7fc7f8f16000-7fc7f8f17000 rw-p 00006000 08:02 17580945                   /usr/lib/libcdt.so.5.0.0
7fc7f8f17000-7fc7f8f1c000 r-xp 00000000 08:02 17580952                   /usr/lib/libxdot.so.4.0.0
7fc7f8f1c000-7fc7f911b000 ---p 00005000 08:02 17580952                   /usr/lib/libxdot.so.4.0.0
7fc7f911b000-7fc7f911c000 r--p 00004000 08:02 17580952                   /usr/lib/libxdot.so.4.0.0
7fc7f911c000-7fc7f911d000 rw-p 00005000 08:02 17580952                   /usr/lib/libxdot.so.4.0.0
7fc7f911d000-7fc7f9126000 r-xp 00000000 08:02 17571306                   /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
7fc7f9126000-7fc7f9325000 ---p 00009000 08:02 17571306                   /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
7fc7f9325000-7fc7f9326000 r--p 00008000 08:02 17571306                   /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
7fc7f9326000-7fc7f9327000 rw-p 00009000 08:02 17571306                   /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
7fc7f9327000-7fc7f94bc000 r-xp 00000000 08:02 791307                     /lib/x86_64-linux-gnu/libc-2.24.so
7fc7f94bc000-7fc7f96bc000 ---p 00195000 08:02 791307                     /lib/x86_64-linux-gnu/libc-2.24.so
7fc7f96bc000-7fc7f96c0000 r--p 00195000 08:02 791307                     /lib/x86_64-linux-gnu/libc-2.24.so
7fc7f96c0000-7fc7f96c2000 rw-p 00199000 08:02 791307                     /lib/x86_64-linux-gnu/libc-2.24.so
7fc7f96c2000-7fc7f96c6000 rw-p 00000000 00:00 0 
7fc7f96c6000-7fc7f96db000 r-xp 00000000 08:02 17580948                   /usr/lib/libcgraph.so.6.0.0
7fc7f96db000-7fc7f98da000 ---p 00015000 08:02 17580948                   /usr/lib/libcgraph.so.6.0.0
7fc7f98da000-7fc7f98db000 r--p 00014000 08:02 17580948                   /usr/lib/libcgraph.so.6.0.0
7fc7f98db000-7fc7f98dc000 rw-p 00015000 08:02 17580948                   /usr/lib/libcgraph.so.6.0.0
7fc7f98dc000-7fc7f9968000 r-xp 00000000 08:02 17581689                   /usr/lib/libgvc.so.6.0.0
7fc7f9968000-7fc7f9b67000 ---p 0008c000 08:02 17581689                   /usr/lib/libgvc.so.6.0.0
7fc7f9b67000-7fc7f9b68000 r--p 0008b000 08:02 17581689                   /usr/lib/libgvc.so.6.0.0
7fc7f9b68000-7fc7f9b79000 rw-p 0008c000 08:02 17581689                   /usr/lib/libgvc.so.6.0.0
7fc7f9b79000-7fc7f9b7a000 rw-p 00000000 00:00 0 
7fc7f9b7a000-7fc7f9b9d000 r-xp 00000000 08:02 786472                     /lib/x86_64-linux-gnu/ld-2.24.so
7fc7f9bd4000-7fc7f9bd5000 rw-p 00000000 00:00 0 
7fc7f9bd5000-7fc7f9c18000 r--p 00000000 fe:00 62653389                   /mnt/data/jenkins/.fonts/UbuntuFaust.ttf
7fc7f9c18000-7fc7f9c1f000 r--s 00000000 08:02 22418493                   /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4
7fc7f9c1f000-7fc7f9c21000 r--s 00000000 08:02 22418905                   /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4
7fc7f9c21000-7fc7f9c22000 r--s 00000000 08:02 22418818                   /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4
7fc7f9c22000-7fc7f9c28000 r--s 00000000 08:02 22418804                   /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4
7fc7f9c28000-7fc7f9c2c000 r--s 00000000 08:02 22416744                   /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4
7fc7f9c2c000-7fc7f9c37000 r--s 00000000 08:02 22418789                   /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7fc7f9c37000-7fc7f9c3e000 r--s 00000000 08:02 22418722                   /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4
7fc7f9c3e000-7fc7f9c47000 r--s 00000000 08:02 22418692                   /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4
7fc7f9c47000-7fc7f9c4b000 r--s 00000000 08:02 22418642                   /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4
7fc7f9c4b000-7fc7f9c4c000 r--s 00000000 08:02 22418565                   /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4
7fc7f9c4c000-7fc7f9c4d000 r--s 00000000 08:02 22418562                   /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4
7fc7f9c4d000-7fc7f9c4e000 r--s 00000000 08:02 22418284                   /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4
7fc7f9c4e000-7fc7f9c50000 r--s 00000000 08:02 22413523                   /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4
7fc7f9c50000-7fc7f9c51000 r--s 00000000 08:02 22417383                   /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4
7fc7f9c51000-7fc7f9c52000 r--s 00000000 08:02 22418280                   /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4
7fc7f9c52000-7fc7f9c7b000 r--s 00000000 08:02 22418262                   /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4
7fc7f9c7b000-7fc7f9c7d000 r--s 00000000 08:02 22418237                   /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4
7fc7f9c7d000-7fc7f9c81000 r--s 00000000 08:02 22418209                   /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4
7fc7f9c81000-7fc7f9c87000 r--s 00000000 08:02 22418195                   /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4
7fc7f9c87000-7fc7f9c8f000 r--s 00000000 08:02 22418188                   /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4
7fc7f9c8f000-7fc7f9c92000 r--s 00000000 08:02 22417919                   /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4
7fc7f9c92000-7fc7f9c95000 r--s 00000000 08:02 22417913                   /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4
7fc7f9c95000-7fc7f9c97000 r--s 00000000 08:02 22417904                   /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4
7fc7f9c97000-7fc7f9c98000 r--s 00000000 08:02 22417843                   /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4
7fc7f9c98000-7fc7f9cab000 r--s 00000000 08:02 22417831                   /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4
7fc7f9cab000-7fc7f9cac000 r--s 00000000 08:02 22417059                   /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4
7fc7f9cac000-7fc7f9cb2000 r--s 00000000 08:02 22416918                   /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4
7fc7f9cb2000-7fc7f9cb3000 r--s 00000000 08:02 22417190                   /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4
7fc7f9cb3000-7fc7f9cb4000 r--s 00000000 08:02 22416821                   /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4
7fc7f9cb4000-7fc7f9cb6000 r--s 00000000 08:02 22416812                   /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4
7fc7f9cb6000-7fc7f9cc2000 r--s 00000000 08:02 22416802                   /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4
7fc7f9cc2000-7fc7f9cc6000 r--s 00000000 08:02 22416801                   /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4
7fc7f9cc6000-7fc7f9ccb000 r--s 00000000 08:02 22416800                   /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4
7fc7f9ccb000-7fc7f9ccc000 r--s 00000000 08:02 22416796                   /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4
7fc7f9ccc000-7fc7f9cce000 r--s 00000000 08:02 22416788                   /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4
7fc7f9cce000-7fc7f9ccf000 r--s 00000000 08:02 22416760                   /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4
7fc7f9ccf000-7fc7f9cd0000 r--s 00000000 08:02 22416718                   /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4
7fc7f9cd0000-7fc7f9cd4000 r--s 00000000 08:02 22416717                   /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4
7fc7f9cd4000-7fc7f9cd5000 r--s 00000000 08:02 22416697                   /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4
7fc7f9cd5000-7fc7f9cd7000 r--s 00000000 08:02 22416623                   /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4
7fc7f9cd7000-7fc7f9cd9000 r--s 00000000 08:02 22416541                   /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4
7fc7f9cd9000-7fc7f9cdb000 r--s 00000000 08:02 22416474                   /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4
7fc7f9cdb000-7fc7f9cdd000 r--s 00000000 08:02 22416398                   /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4
7fc7f9cdd000-7fc7f9cdf000 r--s 00000000 08:02 22416262                   /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4
7fc7f9cdf000-7fc7f9ce0000 r--s 00000000 08:02 22422246                   /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4
7fc7f9ce0000-7fc7f9ced000 r--s 00000000 08:02 22416083                   /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4
7fc7f9ced000-7fc7f9cf0000 r--s 00000000 08:02 22415904                   /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4
7fc7f9cf0000-7fc7f9cfb000 r--s 00000000 08:02 22415851                   /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4
7fc7f9cfb000-7fc7f9d04000 r--s 00000000 08:02 22416746                   /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4
7fc7f9d04000-7fc7f9d06000 r--s 00000000 08:02 22415819                   /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4
7fc7f9d06000-7fc7f9d07000 r--s 00000000 08:02 22415734                   /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4
7fc7f9d07000-7fc7f9d0e000 r--s 00000000 08:02 22415191                   /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4
7fc7f9d0e000-7fc7f9d12000 r--s 00000000 08:02 22415138                   /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4
7fc7f9d12000-7fc7f9d16000 r--s 00000000 08:02 22414918                   /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4
7fc7f9d16000-7fc7f9d1a000 r--s 00000000 08:02 22414915                   /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4
7fc7f9d1a000-7fc7f9d1e000 r--s 00000000 08:02 22414804                   /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4
7fc7f9d1e000-7fc7f9d20000 r--s 00000000 08:02 22414786                   /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4
7fc7f9d20000-7fc7f9d33000 r--s 00000000 08:02 22414768                   /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4
7fc7f9d33000-7fc7f9d36000 r--s 00000000 08:02 22414670                   /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4
7fc7f9d36000-7fc7f9d37000 r--s 00000000 08:02 22414635                   /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4
7fc7f9d37000-7fc7f9d3d000 r--s 00000000 08:02 22414586                   /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4
7fc7f9d3d000-7fc7f9d53000 r--s 00000000 08:02 22413555                   /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4
7fc7f9d53000-7fc7f9d71000 r--s 00000000 08:02 22416496                   /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4
7fc7f9d71000-7fc7f9d77000 rw-p 00000000 00:00 0 
7fc7f9d77000-7fc7f9d79000 r--s 00000000 08:02 22414585                   /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4
7fc7f9d79000-7fc7f9d7c000 r--s 00000000 08:02 22414506                   /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4
7fc7f9d7c000-7fc7f9d80000 r--s 00000000 08:02 22422251                   /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4
7fc7f9d80000-7fc7f9d81000 r--s 00000000 08:02 22414482                   /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4
7fc7f9d81000-7fc7f9d84000 r--s 00000000 08:02 22417410                   /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4
7fc7f9d84000-7fc7f9d91000 r--s 00000000 08:02 22417401                   /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4
7fc7f9d91000-7fc7f9d92000 r--s 00000000 08:02 22417392                   /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4
7fc7f9d92000-7fc7f9d9a000 r--s 00000000 fe:00 62652426                   /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4
7fc7f9d9a000-7fc7f9d9d000 rw-p 00000000 00:00 0 
7fc7f9d9d000-7fc7f9d9e000 r--p 00023000 08:02 786472                     /lib/x86_64-linux-gnu/ld-2.24.so
7fc7f9d9e000-7fc7f9d9f000 rw-p 00024000 08:02 786472                     /lib/x86_64-linux-gnu/ld-2.24.so
7fc7f9d9f000-7fc7f9da0000 rw-p 00000000 00:00 0 
7ffd27742000-7ffd27763000 rw-p 00000000 00:00 0                          [stack]
7ffd277ac000-7ffd277ae000 r--p 00000000 00:00 0                          [vvar]
7ffd277ae000-7ffd277b0000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]


Rendering:  95%|█████████▌| 994/1041 [01:52<01:03,  1.35s/ SVGs]
Rendering:  96%|█████████▌| 995/1041 [01:52<00:45,  1.02 SVGs/s]
Rendering:  96%|█████████▌| 996/1041 [01:53<00:32,  1.39 SVGs/s]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.19" -> "1825-03-23". Something is probably seriously wrong.

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/hertz1932-graph.dot with 86 nodes and 421 edges took 0:00:13.883074

Rendering:  96%|█████████▌| 998/1041 [02:02<01:20,  1.88s/ SVGs]
Rendering:  96%|█████████▌| 999/1041 [02:02<00:56,  1.35s/ SVGs]
Rendering:  96%|█████████▌| 1000/1041 [02:02<00:40,  1.02 SVGs/s]
Rendering:  96%|█████████▌| 1001/1041 [02:02<00:28,  1.39 SVGs/s]
Rendering:  96%|█████████▋| 1002/1041 [02:02<00:20,  1.87 SVGs/s]
Rendering:  96%|█████████▋| 1003/1041 [02:02<00:15,  2.46 SVGs/s]
Rendering:  96%|█████████▋| 1004/1041 [02:02<00:11,  3.16 SVGs/s]
Rendering:  97%|█████████▋| 1005/1041 [02:03<00:09,  3.92 SVGs/s]
Rendering:  97%|█████████▋| 1006/1041 [02:03<00:07,  4.73 SVGs/s]
Rendering:  97%|█████████▋| 1007/1041 [02:03<00:06,  5.51 SVGs/s]
Rendering:  97%|█████████▋| 1008/1041 [02:03<00:05,  6.23 SVGs/s]
Rendering:  97%|█████████▋| 1009/1041 [02:03<00:04,  6.68 SVGs/s]
Rendering:  97%|█████████▋| 1010/1041 [02:03<00:04,  7.17 SVGs/s]
Rendering:  97%|█████████▋| 1011/1041 [02:03<00:03,  7.76 SVGs/s]
Rendering:  97%|█████████▋| 1012/1041 [02:03<00:03,  8.00 SVGs/s]
Rendering:  97%|█████████▋| 1013/1041 [02:03<00:03,  8.10 SVGs/s]
Rendering:  97%|█████████▋| 1014/1041 [02:04<00:03,  8.41 SVGs/s]
Rendering:  98%|█████████▊| 1015/1041 [02:04<00:02,  8.74 SVGs/s]
Rendering:  98%|█████████▊| 1016/1041 [02:04<00:02,  8.71 SVGs/s]
Rendering:  98%|█████████▊| 1017/1041 [02:04<00:02,  8.68 SVGs/s]
Rendering:  98%|█████████▊| 1018/1041 [02:04<00:02,  8.94 SVGs/s]
Rendering:  98%|█████████▊| 1019/1041 [02:04<00:02,  8.48 SVGs/s]
Rendering:  98%|█████████▊| 1020/1041 [02:04<00:02,  8.64 SVGs/s]
Rendering:  98%|█████████▊| 1022/1041 [02:04<00:02,  8.71 SVGs/s]
Rendering:  98%|█████████▊| 1023/1041 [02:05<00:02,  8.59 SVGs/s]
Rendering:  98%|█████████▊| 1024/1041 [02:05<00:01,  8.78 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.57--2_III_H.81-graph.dot with 304 nodes and 637 edges took 0:01:35.338098

Rendering:  98%|█████████▊| 1025/1041 [02:21<01:20,  5.01s/ SVGs]
Rendering:  99%|█████████▊| 1027/1041 [02:21<00:49,  3.53s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/landeck1981-graph.dot with 118 nodes and 511 edges took 0:00:28.722239

Rendering:  99%|█████████▉| 1028/1041 [02:21<00:32,  2.52s/ SVGs]
Rendering:  99%|█████████▉| 1029/1041 [02:22<00:22,  1.84s/ SVGs]
Rendering:  99%|█████████▉| 1031/1041 [02:22<00:13,  1.32s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/2_III_H.57--2_III_H.81-graph.dot with 304 nodes and 637 edges took 0:01:36.144974

Rendering:  99%|█████████▉| 1033/1041 [02:26<00:12,  1.60s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/heuristic-graph.dot with 300 nodes and 608 edges took 0:00:12.245031

Rendering:  99%|█████████▉| 1034/1041 [02:34<00:22,  3.26s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_III_H.1/alpha" -> "faust://document/faustedition/2_III_H.1". Something is probably seriously wrong.

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/wa_I_15_2-graph.dot with 332 nodes and 1116 edges took 0:00:56.420892

Rendering:  99%|█████████▉| 1035/1041 [03:01<01:03, 10.57s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/2_H--1826-09-03-graph.dot with 438 nodes and 857 edges took 0:02:04.354260

Rendering: 100%|█████████▉| 1036/1041 [03:28<01:17, 15.40s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/fischer-lamberg1955-graph.dot with 339 nodes and 1242 edges took 0:01:58.158204

Rendering: 100%|█████████▉| 1037/1041 [03:35<00:51, 12.98s/ SVGs]Warning: graph has 1181 nodes...layout may take a long time.
WARNING  macrogen.visualize Rendering target/macrogenesis/tred-graph.dot with 1181 nodes and 1608 edges took 0:01:31.476981

Rendering: 100%|█████████▉| 1038/1041 [03:58<00:47, 15.92s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_V_H.24/i_v" -> "faust://document/faustedition/2_V_H.2". Something is probably seriously wrong.

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/bohnenkamp1994-graph.dot with 470 nodes and 1416 edges took 0:02:44.847448

Rendering: 100%|█████████▉| 1039/1041 [04:18<00:34, 17.13s/ SVGs]Warning: graph has 1179 nodes...layout may take a long time.
ERROR    macrogen.visualize Failed to render target/macrogenesis/wcc-01-graph.dot
Traceback (most recent call last):
  File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/visualize.py", line 182, in render_file
    graph.draw(resultfn, format='svg', prog='dot')
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1515, in draw
    data = self._run_prog(prog, args)
  File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1364, in _run_prog
    raise IOError(b"".join(errors).decode(self.encoding))
OSError: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.21" -> "1825-04-01". Something is probably seriously wrong.

WARNING  macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot with 1179 nodes and 3303 edges took 0:51:25.301848

Rendering: 100%|█████████▉| 1040/1041 [51:33<14:22, 862.62s/ SVGs]Warning: graph has 1239 nodes...layout may take a long time.
/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Warning: Unable to reclaim box space in spline routing for edge "1797-12-31" -> "faust://inscription/faustedition/H_P22/i_1_o". Something is probably seriously wrong.

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/dag-graph.dot with 1239 nodes and 3130 edges took 1:07:27.579987

Rendering: 100%|██████████| 1041/1041 [1:09:50<00:00, 932.74s/ SVGs]
+ cd target
+ rsync -a -u --chmod=ug+rwX,o+rX,Dg+s --omit-dir-times --info=del,stats2,copy,flist2 macrogenesis beta.faustedition.net:/var/www/dev/
sending incremental file list

Number of files: 7,314 (reg: 7,310, dir: 4)
Number of created files: 42 (reg: 42)
Number of deleted files: 0
Number of regular files transferred: 3,205
Total file size: 300,121,330 bytes
Total transferred file size: 89,498,695 bytes
Literal data: 78,723,576 bytes
Matched data: 10,775,119 bytes
File list size: 262,118
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 79,211,614
Total bytes received: 555,949

sent 79,211,614 bytes  received 555,949 bytes  12,271,932.77 bytes/sec
total size is 300,121,330  speedup is 3.76
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 21096 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 0 seconds
Notifying upstream projects of job completion
Finished: SUCCESS