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-y1cEbGNcMli5/agent.9305
SSH_AGENT_PID=9307
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_7057197439751827055.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_7057197439751827055.key)
[ssh-agent] Using credentials git
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_7714193160147709578.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_7714193160147709578.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 50e899e8cb4d42ed26d3785354a09e1c44bb0f6f (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 50e899e8cb4d42ed26d3785354a09e1c44bb0f6f
Commit message: "We don’t use Pipfile any more"
 > /usr/bin/git rev-list --no-walk ca6d24afb798a66ed820e9dd087723302c758f5a # 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/jenkins5156107856009904512.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: 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: 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: 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: 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: 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: 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: 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
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.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 2 IV H.19 from inscription 2 IV H.19 i_uebrige
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_v
INFO     macrogen.graph Adopted H P176 Var from inscription H P176 Var i_r
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_uebrige
INFO     macrogen.graph Adopted H P167 from inscription H P167 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_1_o
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_2_o
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_r_u
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 subgraphs
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 <= 3, 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 <= 7505, 42 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 2, 7 <= objective <= 7505, 82 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 618 feedback edges
INFO     macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 66586, 618 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 2, 4097 <= objective <= 57591, 1090 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 3, 4678 <= objective <= 55211, 1530 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 4, 4891 <= objective <= 55211, 1778 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 5, 4900 <= objective <= 55211, 2025 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 6, 5051 <= objective <= 55211, 2269 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 7, 5083 <= objective <= 55211, 2514 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 8, 5145 <= objective <= 55211, 2755 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 9, 5342 <= objective <= 55211, 2991 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 10, 5419 <= objective <= 55200, 3343 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 11, 5421 <= objective <= 55190, 3682 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 12, 5444 <= objective <= 55190, 3918 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 13, 5450 <= objective <= 55190, 4074 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 14, 5484 <= objective <= 55190, 4309 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 15, 5516 <= objective <= 55190, 4468 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 16, 5544 <= objective <= 55190, 4630 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 17, 5562 <= objective <= 55190, 4800 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 18, 5588 <= objective <= 55190, 4968 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 19, 5589 <= objective <= 55190, 5130 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 20, 5616 <= objective <= 55190, 5286 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 21, 5618 <= objective <= 55190, 5436 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 22, 5679 <= objective <= 55190, 5590 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 23, 5681 <= objective <= 55190, 5739 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 24, 5682 <= objective <= 55190, 5890 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 25, 5683 <= objective <= 55190, 6037 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 26, 5686 <= objective <= 55190, 6183 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 173 conflicting edges for deletion
INFO     macrogen.graph Removed 173 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))
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/1044 [00:00<?, ? SVGs/s]
Rendering:   1%|          | 9/1044 [00:00<00:13, 74.86 SVGs/s]
Rendering:   2%|▏         | 19/1044 [00:00<00:12, 80.66 SVGs/s]
Rendering:   3%|▎         | 33/1044 [00:00<00:10, 92.26 SVGs/s]
Rendering:   4%|▍         | 43/1044 [00:00<00:11, 88.44 SVGs/s]
Rendering:   6%|▌         | 58/1044 [00:00<00:10, 98.46 SVGs/s]
Rendering:   7%|▋         | 68/1044 [00:00<00:10, 96.90 SVGs/s]
Rendering:   8%|▊         | 83/1044 [00:00<00:08, 107.13 SVGs/s]
Rendering:   9%|▉         | 94/1044 [00:00<00:09, 102.14 SVGs/s]
Rendering:  10%|█         | 107/1044 [00:01<00:09, 100.09 SVGs/s]
Rendering:  12%|█▏        | 121/1044 [00:01<00:08, 108.40 SVGs/s]
Rendering:  13%|█▎        | 133/1044 [00:01<00:08, 108.04 SVGs/s]
Rendering:  14%|█▍        | 145/1044 [00:01<00:08, 105.16 SVGs/s]
Rendering:  15%|█▌        | 157/1044 [00:01<00:08, 107.28 SVGs/s]
Rendering:  16%|█▋        | 170/1044 [00:01<00:07, 112.34 SVGs/s]
Rendering:  17%|█▋        | 182/1044 [00:01<00:08, 102.82 SVGs/s]
Rendering:  19%|█▊        | 194/1044 [00:01<00:08, 100.57 SVGs/s]
Rendering:  20%|█▉        | 205/1044 [00:01<00:08, 101.25 SVGs/s]
Rendering:  21%|██        | 216/1044 [00:02<00:08, 98.62 SVGs/s] 
Rendering:  22%|██▏       | 228/1044 [00:02<00:08, 91.10 SVGs/s]
Rendering:  23%|██▎       | 241/1044 [00:02<00:08, 98.56 SVGs/s]
Rendering:  24%|██▍       | 252/1044 [00:02<00:08, 98.47 SVGs/s]
Rendering:  25%|██▌       | 263/1044 [00:02<00:08, 92.16 SVGs/s]
Rendering:  26%|██▋       | 275/1044 [00:02<00:08, 92.69 SVGs/s]
Rendering:  27%|██▋       | 287/1044 [00:02<00:07, 94.77 SVGs/s]
Rendering:  29%|██▊       | 299/1044 [00:02<00:07, 94.58 SVGs/s]
Rendering:  30%|██▉       | 309/1044 [00:03<00:08, 91.75 SVGs/s]
Rendering:  31%|███       | 320/1044 [00:03<00:08, 86.83 SVGs/s]
Rendering:  32%|███▏      | 329/1044 [00:03<00:08, 82.58 SVGs/s]
Rendering:  32%|███▏      | 338/1044 [00:03<00:08, 80.16 SVGs/s]
Rendering:  33%|███▎      | 347/1044 [00:03<00:08, 82.81 SVGs/s]
Rendering:  34%|███▍      | 356/1044 [00:03<00:08, 78.11 SVGs/s]
Rendering:  35%|███▌      | 366/1044 [00:03<00:08, 80.92 SVGs/s]
Rendering:  36%|███▌      | 376/1044 [00:03<00:07, 85.82 SVGs/s]
Rendering:  37%|███▋      | 389/1044 [00:04<00:07, 93.35 SVGs/s]
Rendering:  38%|███▊      | 399/1044 [00:04<00:07, 85.22 SVGs/s]
Rendering:  39%|███▉      | 408/1044 [00:04<00:09, 68.42 SVGs/s]
Rendering:  40%|███▉      | 416/1044 [00:04<00:10, 62.19 SVGs/s]
Rendering:  41%|████      | 423/1044 [00:04<00:10, 57.85 SVGs/s]
Rendering:  41%|████▏     | 433/1044 [00:04<00:09, 63.33 SVGs/s]
Rendering:  42%|████▏     | 440/1044 [00:04<00:09, 60.45 SVGs/s]
Rendering:  43%|████▎     | 450/1044 [00:04<00:08, 67.11 SVGs/s]
Rendering:  44%|████▍     | 458/1044 [00:05<00:09, 61.11 SVGs/s]
Rendering:  45%|████▍     | 466/1044 [00:05<00:09, 62.78 SVGs/s]
Rendering:  45%|████▌     | 473/1044 [00:05<00:09, 62.03 SVGs/s]
Rendering:  46%|████▌     | 480/1044 [00:05<00:09, 62.31 SVGs/s]
Rendering:  47%|████▋     | 488/1044 [00:05<00:08, 63.85 SVGs/s]
Rendering:  47%|████▋     | 495/1044 [00:05<00:08, 64.97 SVGs/s]
Rendering:  48%|████▊     | 502/1044 [00:05<00:08, 65.59 SVGs/s]
Rendering:  49%|████▉     | 511/1044 [00:05<00:07, 70.89 SVGs/s]
Rendering:  50%|████▉     | 519/1044 [00:06<00:07, 72.60 SVGs/s]
Rendering:  51%|█████     | 531/1044 [00:06<00:06, 79.72 SVGs/s]
Rendering:  52%|█████▏    | 540/1044 [00:06<00:06, 81.66 SVGs/s]
Rendering:  53%|█████▎    | 553/1044 [00:06<00:05, 91.04 SVGs/s]
Rendering:  54%|█████▍    | 564/1044 [00:06<00:05, 95.52 SVGs/s]
Rendering:  55%|█████▍    | 574/1044 [00:06<00:04, 95.60 SVGs/s]
Rendering:  56%|█████▌    | 585/1044 [00:06<00:04, 99.20 SVGs/s]
Rendering:  57%|█████▋    | 596/1044 [00:06<00:04, 99.07 SVGs/s]
Rendering:  58%|█████▊    | 607/1044 [00:06<00:04, 99.71 SVGs/s]
Rendering:  59%|█████▉    | 619/1044 [00:06<00:04, 104.15 SVGs/s]
Rendering:  60%|██████    | 630/1044 [00:07<00:04, 97.74 SVGs/s] 
Rendering:  61%|██████▏   | 642/1044 [00:07<00:03, 102.72 SVGs/s]
Rendering:  63%|██████▎   | 654/1044 [00:07<00:03, 105.05 SVGs/s]
Rendering:  64%|██████▎   | 665/1044 [00:07<00:03, 106.22 SVGs/s]
Rendering:  65%|██████▍   | 676/1044 [00:07<00:03, 98.13 SVGs/s] 
Rendering:  66%|██████▌   | 687/1044 [00:07<00:03, 97.10 SVGs/s]
Rendering:  67%|██████▋   | 697/1044 [00:07<00:04, 82.75 SVGs/s]
Rendering:  68%|██████▊   | 706/1044 [00:07<00:04, 79.11 SVGs/s]
Rendering:  69%|██████▊   | 716/1044 [00:08<00:03, 82.73 SVGs/s]
Rendering:  69%|██████▉   | 725/1044 [00:08<00:07, 41.79 SVGs/s]
Rendering:  70%|███████   | 732/1044 [00:09<00:19, 16.35 SVGs/s]
Rendering:  71%|███████   | 737/1044 [00:10<00:31,  9.59 SVGs/s]
Rendering:  71%|███████   | 741/1044 [00:11<00:46,  6.49 SVGs/s]
Rendering:  71%|███████▏  | 744/1044 [00:12<00:45,  6.54 SVGs/s]
Rendering:  71%|███████▏  | 746/1044 [00:12<00:46,  6.38 SVGs/s]
Rendering:  72%|███████▏  | 749/1044 [00:12<00:36,  7.98 SVGs/s]
Rendering:  72%|███████▏  | 753/1044 [00:12<00:29,  9.93 SVGs/s]
Rendering:  72%|███████▏  | 756/1044 [00:12<00:23, 12.41 SVGs/s]
Rendering:  73%|███████▎  | 761/1044 [00:13<00:17, 15.80 SVGs/s]
Rendering:  73%|███████▎  | 764/1044 [00:13<00:16, 17.39 SVGs/s]
Rendering:  74%|███████▎  | 768/1044 [00:13<00:13, 19.82 SVGs/s]
Rendering:  74%|███████▍  | 772/1044 [00:13<00:11, 23.19 SVGs/s]
Rendering:  74%|███████▍  | 776/1044 [00:13<00:10, 26.00 SVGs/s]
Rendering:  75%|███████▍  | 780/1044 [00:13<00:10, 25.83 SVGs/s]
Rendering:  75%|███████▌  | 784/1044 [00:13<00:09, 27.91 SVGs/s]
Rendering:  75%|███████▌  | 788/1044 [00:13<00:08, 29.59 SVGs/s]
Rendering:  76%|███████▌  | 792/1044 [00:14<00:09, 26.92 SVGs/s]
Rendering:  76%|███████▋  | 797/1044 [00:14<00:08, 28.87 SVGs/s]
Rendering:  77%|███████▋  | 801/1044 [00:14<00:08, 28.56 SVGs/s]
Rendering:  77%|███████▋  | 805/1044 [00:14<00:08, 27.14 SVGs/s]
Rendering:  77%|███████▋  | 809/1044 [00:14<00:08, 27.78 SVGs/s]
Rendering:  78%|███████▊  | 813/1044 [00:14<00:07, 30.17 SVGs/s]
Rendering:  78%|███████▊  | 817/1044 [00:14<00:08, 27.82 SVGs/s]
Rendering:  79%|███████▊  | 821/1044 [00:15<00:07, 30.44 SVGs/s]
Rendering:  79%|███████▉  | 825/1044 [00:15<00:07, 27.93 SVGs/s]
Rendering:  79%|███████▉  | 828/1044 [00:15<00:07, 27.37 SVGs/s]
Rendering:  80%|███████▉  | 832/1044 [00:15<00:07, 29.96 SVGs/s]
Rendering:  80%|████████  | 836/1044 [00:15<00:07, 28.37 SVGs/s]
Rendering:  80%|████████  | 840/1044 [00:15<00:07, 26.75 SVGs/s]
Rendering:  81%|████████  | 843/1044 [00:15<00:07, 26.20 SVGs/s]
Rendering:  81%|████████  | 847/1044 [00:15<00:06, 29.10 SVGs/s]
Rendering:  82%|████████▏ | 851/1044 [00:16<00:06, 27.85 SVGs/s]
Rendering:  82%|████████▏ | 854/1044 [00:16<00:06, 28.14 SVGs/s]
Rendering:  82%|████████▏ | 858/1044 [00:16<00:06, 26.90 SVGs/s]
Rendering:  82%|████████▏ | 861/1044 [00:16<00:06, 27.39 SVGs/s]
Rendering:  83%|████████▎ | 865/1044 [00:16<00:06, 28.99 SVGs/s]
Rendering:  83%|████████▎ | 869/1044 [00:16<00:05, 29.82 SVGs/s]
Rendering:  84%|████████▎ | 873/1044 [00:16<00:05, 29.00 SVGs/s]
Rendering:  84%|████████▍ | 877/1044 [00:17<00:05, 30.48 SVGs/s]
Rendering:  84%|████████▍ | 881/1044 [00:17<00:05, 28.09 SVGs/s]
Rendering:  85%|████████▍ | 885/1044 [00:17<00:05, 27.99 SVGs/s]
Rendering:  85%|████████▌ | 888/1044 [00:17<00:05, 27.63 SVGs/s]
Rendering:  85%|████████▌ | 891/1044 [00:17<00:05, 27.98 SVGs/s]
Rendering:  86%|████████▌ | 895/1044 [00:17<00:05, 27.69 SVGs/s]
Rendering:  86%|████████▌ | 898/1044 [00:17<00:05, 27.41 SVGs/s]
Rendering:  86%|████████▋ | 901/1044 [00:17<00:05, 27.44 SVGs/s]
Rendering:  87%|████████▋ | 904/1044 [00:18<00:05, 27.52 SVGs/s]
Rendering:  87%|████████▋ | 907/1044 [00:18<00:04, 27.70 SVGs/s]
Rendering:  87%|████████▋ | 910/1044 [00:18<00:04, 27.42 SVGs/s]
Rendering:  87%|████████▋ | 913/1044 [00:18<00:04, 26.93 SVGs/s]
Rendering:  88%|████████▊ | 917/1044 [00:18<00:04, 27.63 SVGs/s]
Rendering:  88%|████████▊ | 921/1044 [00:18<00:04, 27.91 SVGs/s]
Rendering:  89%|████████▊ | 924/1044 [00:18<00:04, 28.18 SVGs/s]
Rendering:  89%|████████▉ | 927/1044 [00:18<00:04, 28.54 SVGs/s]
Rendering:  89%|████████▉ | 931/1044 [00:18<00:04, 27.95 SVGs/s]
Rendering:  89%|████████▉ | 934/1044 [00:19<00:03, 28.21 SVGs/s]
Rendering:  90%|████████▉ | 937/1044 [00:19<00:03, 26.87 SVGs/s]
Rendering:  90%|█████████ | 940/1044 [00:19<00:03, 26.13 SVGs/s]
Rendering:  90%|█████████ | 944/1044 [00:19<00:03, 25.69 SVGs/s]
Rendering:  91%|█████████ | 949/1044 [00:19<00:03, 28.43 SVGs/s]
Rendering:  91%|█████████ | 952/1044 [00:19<00:03, 26.73 SVGs/s]
Rendering:  92%|█████████▏| 957/1044 [00:19<00:02, 29.60 SVGs/s]
Rendering:  92%|█████████▏| 961/1044 [00:20<00:02, 29.85 SVGs/s]
Rendering:  92%|█████████▏| 965/1044 [00:20<00:02, 28.81 SVGs/s]
Rendering:  93%|█████████▎| 970/1044 [00:20<00:02, 30.81 SVGs/s]
Rendering:  93%|█████████▎| 974/1044 [00:20<00:02, 31.79 SVGs/s]
Rendering:  94%|█████████▎| 978/1044 [00:20<00:02, 27.26 SVGs/s]
Rendering:  94%|█████████▍| 981/1044 [00:20<00:02, 27.42 SVGs/s]
Rendering:  94%|█████████▍| 984/1044 [00:20<00:02, 20.86 SVGs/s]
Rendering:  95%|█████████▍| 987/1044 [00:21<00:04, 13.31 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://inscription/faustedition/2_V_H.26/i_v" -> "1825-03-23". Something is probably seriously wrong.

  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:13.013937

Rendering:  95%|█████████▍| 989/1044 [00:21<00:04, 13.15 SVGs/s]
Rendering:  95%|█████████▍| 991/1044 [00:21<00:04, 12.56 SVGs/s]
Rendering:  95%|█████████▌| 993/1044 [00:22<00:05,  9.56 SVGs/s]
Rendering:  95%|█████████▌| 995/1044 [00:22<00:10,  4.75 SVGs/s]
Rendering:  95%|█████████▌| 996/1044 [00:23<00:08,  5.64 SVGs/s]
Rendering:  95%|█████████▌| 997/1044 [00:24<00:33,  1.40 SVGs/s]
Rendering:  96%|█████████▌| 998/1044 [00:25<00:25,  1.79 SVGs/s]
Rendering:  96%|█████████▌| 999/1044 [00:25<00:20,  2.24 SVGs/s]
Rendering:  96%|█████████▌| 1000/1044 [00:25<00:15,  2.79 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/scene_2-3-2-graph.dot with 159 nodes and 451 edges took 0:00:21.194401

Rendering:  96%|█████████▌| 1001/1044 [00:29<01:01,  1.42s/ SVGs]
Rendering:  96%|█████████▌| 1002/1044 [00:29<00:44,  1.05s/ SVGs]
Rendering:  96%|█████████▌| 1003/1044 [00:29<00:31,  1.28 SVGs/s]
Rendering:  96%|█████████▌| 1004/1044 [00:29<00:23,  1.68 SVGs/s]
Rendering:  96%|█████████▋| 1005/1044 [00:30<00:18,  2.13 SVGs/s]
Rendering:  96%|█████████▋| 1006/1044 [00:30<00:14,  2.68 SVGs/s]
Rendering:  96%|█████████▋| 1007/1044 [00:30<00:10,  3.39 SVGs/s]
Rendering:  97%|█████████▋| 1008/1044 [00:30<00:08,  4.17 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/scene_2-3-1-graph.dot with 178 nodes and 573 edges took 0:00:22.429497

Rendering:  97%|█████████▋| 1009/1044 [00:30<00:07,  4.58 SVGs/s]
Rendering:  97%|█████████▋| 1012/1044 [00:30<00:05,  5.98 SVGs/s]
Rendering:  97%|█████████▋| 1014/1044 [00:30<00:04,  7.31 SVGs/s]
Rendering:  97%|█████████▋| 1016/1044 [00:31<00:03,  8.99 SVGs/s]
Rendering:  98%|█████████▊| 1018/1044 [00:31<00:02, 10.25 SVGs/s]
Rendering:  98%|█████████▊| 1020/1044 [00:31<00:02, 11.24 SVGs/s]
Rendering:  98%|█████████▊| 1022/1044 [00:31<00:01, 11.76 SVGs/s]
Rendering:  98%|█████████▊| 1024/1044 [00:31<00:01, 12.51 SVGs/s]
Rendering:  98%|█████████▊| 1026/1044 [00:31<00:01, 13.98 SVGs/s]
Rendering:  98%|█████████▊| 1028/1044 [00:31<00:01, 14.07 SVGs/s]
Rendering:  99%|█████████▊| 1030/1044 [00:32<00:01, 11.27 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/hertz1932-graph.dot with 86 nodes and 421 edges took 0:00:11.634462

Rendering:  99%|█████████▉| 1032/1044 [00:34<00:05,  2.36 SVGs/s]
Rendering:  99%|█████████▉| 1033/1044 [00:34<00:04,  2.73 SVGs/s]
Rendering:  99%|█████████▉| 1034/1044 [00:34<00:03,  3.12 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/landeck1981-graph.dot with 118 nodes and 511 edges took 0:00:13.586248

Rendering:  99%|█████████▉| 1035/1044 [00:39<00:13,  1.49s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/self-graph.dot with 250 nodes and 538 edges took 0:00:05.000921

Rendering:  99%|█████████▉| 1036/1044 [00:39<00:10,  1.28s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/heuristic-graph.dot with 300 nodes and 608 edges took 0:00:11.109057

Rendering:  99%|█████████▉| 1037/1044 [00:43<00:13,  1.87s/ SVGs]ERROR    macrogen.visualize Failed to render target/macrogenesis/wa_I_15_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: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_I_H.24b" -> "1828-01-01". Something is probably seriously wrong.
Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_I_H.24b" -> "1828-01-01". Something is probably seriously wrong.
*** Error in `/usr/bin/dot': free(): invalid next size (fast): 0x0000556bcba636a0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f3295770bfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f3295776fc6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7f329577780e]
/usr/lib/libgvc.so.6(+0x4609d)[0x7f3295cfb09d]
/usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7f328ff7e057]
/usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7f328ff7b7a4]
/usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7f328ff6ce5d]
/usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7f328ff6d4c8]
/usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7f3295cd7d22]
/usr/bin/dot(+0x1050)[0x556bc92f6050]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f32957202e1]
/usr/bin/dot(+0x10ea)[0x556bc92f60ea]
======= Memory map: ========
556bc92f5000-556bc92f7000 r-xp 00000000 08:02 17581702                   /usr/bin/dot
556bc94f6000-556bc94f7000 r--p 00001000 08:02 17581702                   /usr/bin/dot
556bc94f7000-556bc94f8000 rw-p 00002000 08:02 17581702                   /usr/bin/dot
556bcaf6d000-556bcc53a000 rw-p 00000000 00:00 0                          [heap]
7f3288000000-7f3288021000 rw-p 00000000 00:00 0 
7f3288021000-7f328c000000 ---p 00000000 00:00 0 
7f328fd4a000-7f328fd60000 r-xp 00000000 08:02 786562                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f328fd60000-7f328ff5f000 ---p 00016000 08:02 786562                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f328ff5f000-7f328ff60000 r--p 00015000 08:02 786562                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f328ff60000-7f328ff61000 rw-p 00016000 08:02 786562                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f328ff61000-7f328ff85000 r-xp 00000000 08:02 17698999                   /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
7f328ff85000-7f3290184000 ---p 00024000 08:02 17698999                   /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
7f3290184000-7f3290185000 r--p 00023000 08:02 17698999                   /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
7f3290185000-7f3290186000 rw-p 00024000 08:02 17698999                   /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0
7f3290186000-7f329018e000 rw-p 00000000 00:00 0 
7f329018e000-7f32901a8000 r-xp 00000000 08:02 17698998                   /usr/lib/graphviz/libgvplugin_core.so.6.0.0
7f32901a8000-7f32903a7000 ---p 0001a000 08:02 17698998                   /usr/lib/graphviz/libgvplugin_core.so.6.0.0
7f32903a7000-7f32903a8000 r--p 00019000 08:02 17698998                   /usr/lib/graphviz/libgvplugin_core.so.6.0.0
7f32903a8000-7f32903ac000 rw-p 0001a000 08:02 17698998                   /usr/lib/graphviz/libgvplugin_core.so.6.0.0
7f32903ac000-7f32903bf000 r-xp 00000000 08:02 786954                     /lib/x86_64-linux-gnu/libbsd.so.0.8.3
7f32903bf000-7f32905bf000 ---p 00013000 08:02 786954                     /lib/x86_64-linux-gnu/libbsd.so.0.8.3
7f32905bf000-7f32905c0000 r--p 00013000 08:02 786954                     /lib/x86_64-linux-gnu/libbsd.so.0.8.3
7f32905c0000-7f32905c1000 rw-p 00014000 08:02 786954                     /lib/x86_64-linux-gnu/libbsd.so.0.8.3
7f32905c1000-7f32905c2000 rw-p 00000000 00:00 0 
7f32905c2000-7f32905c9000 r-xp 00000000 08:02 17579387                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f32905c9000-7f32907c8000 ---p 00007000 08:02 17579387                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f32907c8000-7f32907c9000 r--p 00006000 08:02 17579387                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f32907c9000-7f32907ca000 rw-p 00007000 08:02 17579387                   /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f32907ca000-7f32907f5000 r-xp 00000000 08:02 17566194                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f32907f5000-7f32909f4000 ---p 0002b000 08:02 17566194                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f32909f4000-7f32909f6000 r--p 0002a000 08:02 17566194                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f32909f6000-7f32909f7000 rw-p 0002c000 08:02 17566194                   /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f32909f7000-7f32909fc000 r-xp 00000000 08:02 17579184                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f32909fc000-7f3290bfb000 ---p 00005000 08:02 17579184                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f3290bfb000-7f3290bfc000 r--p 00004000 08:02 17579184                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f3290bfc000-7f3290bfd000 rw-p 00005000 08:02 17579184                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f3290bfd000-7f3290c00000 r-xp 00000000 08:02 17571169                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f3290c00000-7f3290dff000 ---p 00003000 08:02 17571169                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f3290dff000-7f3290e00000 r--p 00002000 08:02 17571169                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f3290e00000-7f3290e01000 rw-p 00003000 08:02 17571169                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f3290e01000-7f3290e73000 r-xp 00000000 08:02 786686                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7f3290e73000-7f3291072000 ---p 00072000 08:02 786686                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7f3291072000-7f3291073000 r--p 00071000 08:02 786686                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7f3291073000-7f3291074000 rw-p 00072000 08:02 786686                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7f3291074000-7f329107b000 r-xp 00000000 08:02 17568459                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f329107b000-7f329127b000 ---p 00007000 08:02 17568459                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f329127b000-7f329127c000 r--p 00007000 08:02 17568459                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f329127c000-7f329127d000 rw-p 00008000 08:02 17568459                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f329127d000-7f3291285000 r-xp 00000000 08:02 17573534                   /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7f3291285000-7f3291485000 ---p 00008000 08:02 17573534                   /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7f3291485000-7f3291486000 r--p 00008000 08:02 17573534                   /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7f3291486000-7f3291487000 rw-p 00009000 08:02 17573534                   /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7f3291487000-7f329151a000 r-xp 00000000 08:02 17576450                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7f329151a000-7f3291719000 ---p 00093000 08:02 17576450                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7f3291719000-7f329171b000 r--p 00092000 08:02 17576450                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7f329171b000-7f329171c000 rw-p 00094000 08:02 17576450                   /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7f329171c000-7f3291723000 r-xp 00000000 08:02 791334                     /lib/x86_64-linux-gnu/librt-2.24.so
7f3291723000-7f3291922000 ---p 00007000 08:02 791334                     /lib/x86_64-linux-gnu/librt-2.24.so
7f3291922000-7f3291923000 r--p 00006000 08:02 791334                     /lib/x86_64-linux-gnu/librt-2.24.so
7f3291923000-7f3291924000 rw-p 00007000 08:02 791334                     /lib/x86_64-linux-gnu/librt-2.24.so
7f3291924000-7f3291935000 r-xp 00000000 08:02 17569143                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f3291935000-7f3291b34000 ---p 00011000 08:02 17569143                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f3291b34000-7f3291b35000 r--p 00010000 08:02 17569143                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f3291b35000-7f3291b36000 rw-p 00011000 08:02 17569143                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f3291b36000-7f3291c70000 r-xp 00000000 08:02 17564312                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f3291c70000-7f3291e70000 ---p 0013a000 08:02 17564312                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f3291e70000-7f3291e71000 r--p 0013a000 08:02 17564312                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f3291e71000-7f3291e76000 rw-p 0013b000 08:02 17564312                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f3291e76000-7f3291e7f000 r-xp 00000000 08:02 17571186                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f3291e7f000-7f329207e000 ---p 00009000 08:02 17571186                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f329207e000-7f329207f000 r--p 00008000 08:02 17571186                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f329207f000-7f3292080000 rw-p 00009000 08:02 17571186                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f3292080000-7f329208c000 r-xp 00000000 08:02 17571180                   /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f329208c000-7f329228c000 ---p 0000c000 08:02 17571180                   /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f329228c000-7f329228d000 r--p 0000c000 08:02 17571180                   /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f329228d000-7f329228e000 rw-p 0000d000 08:02 17571180                   /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f329228e000-7f32922b5000 r-xp 00000000 08:02 17571173                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f32922b5000-7f32924b4000 ---p 00027000 08:02 17571173                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f32924b4000-7f32924b5000 r--p 00026000 08:02 17571173                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f32924b5000-7f32924b6000 rw-p 00027000 08:02 17571173                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f32924b6000-7f32924b8000 r-xp 00000000 08:02 17571182                   /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f32924b8000-7f32926b8000 ---p 00002000 08:02 17571182                   /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f32926b8000-7f32926b9000 r--p 00002000 08:02 17571182                   /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f32926b9000-7f32926ba000 rw-p 00003000 08:02 17571182                   /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f32926ba000-7f32926eb000 r-xp 00000000 08:02 17563888                   /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
7f32926eb000-7f32928eb000 ---p 00031000 08:02 17563888                   /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
7f32928eb000-7f32928ec000 r--p 00031000 08:02 17563888                   /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
7f32928ec000-7f32928ed000 rw-p 00032000 08:02 17563888                   /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0
7f32928ed000-7f329298b000 r-xp 00000000 08:02 17571166                   /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7f329298b000-7f3292b8b000 ---p 0009e000 08:02 17571166                   /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7f3292b8b000-7f3292b93000 r--p 0009e000 08:02 17571166                   /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7f3292b93000-7f3292b94000 rw-p 000a6000 08:02 17571166                   /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7f3292b94000-7f3292bac000 r-xp 00000000 08:02 791331                     /lib/x86_64-linux-gnu/libpthread-2.24.so
7f3292bac000-7f3292dab000 ---p 00018000 08:02 791331                     /lib/x86_64-linux-gnu/libpthread-2.24.so
7f3292dab000-7f3292dac000 r--p 00017000 08:02 791331                     /lib/x86_64-linux-gnu/libpthread-2.24.so
7f3292dac000-7f3292dad000 rw-p 00018000 08:02 791331                     /lib/x86_64-linux-gnu/libpthread-2.24.so
7f3292dad000-7f3292db1000 rw-p 00000000 00:00 0 
7f3292db1000-7f3292db2000 r-xp 00000000 08:02 17573403                   /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3
7f3292db2000-7f3292fb1000 ---p 00001000 08:02 17573403                   /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3
7f3292fb1000-7f3292fb2000 r--p 00000000 08:02 17573403                   /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3
7f3292fb2000-7f3292fb3000 rw-p 00001000 08:02 17573403                   /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3
7f3292fb3000-7f329305b000 r-xp 00000000 08:02 17565034                   /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
7f329305b000-7f329325b000 ---p 000a8000 08:02 17565034                   /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
7f329325b000-7f3293261000 r--p 000a8000 08:02 17565034                   /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
7f3293261000-7f3293262000 rw-p 000ae000 08:02 17565034                   /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3
7f3293262000-7f329329e000 r-xp 00000000 08:02 17595482                   /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f329329e000-7f329349d000 ---p 0003c000 08:02 17595482                   /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f329349d000-7f329349f000 r--p 0003b000 08:02 17595482                   /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f329349f000-7f32934a0000 rw-p 0003d000 08:02 17595482                   /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f32934a0000-7f32935b2000 r-xp 00000000 08:02 786496                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3
7f32935b2000-7f32937b1000 ---p 00112000 08:02 786496                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3
7f32937b1000-7f32937b2000 r--p 00111000 08:02 786496                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3
7f32937b2000-7f32937b3000 rw-p 00112000 08:02 786496                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3
7f32937b3000-7f32937b4000 rw-p 00000000 00:00 0 
7f32937b4000-7f3293806000 r-xp 00000000 08:02 17573402                   /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3
7f3293806000-7f3293a05000 ---p 00052000 08:02 17573402                   /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3
7f3293a05000-7f3293a06000 r--p 00051000 08:02 17573402                   /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3
7f3293a06000-7f3293a07000 rw-p 00052000 08:02 17573402                   /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3
7f3293a07000-7f3293a50000 r-xp 00000000 08:02 17566624                   /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5
7f3293a50000-7f3293c4f000 ---p 00049000 08:02 17566624                   /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5
7f3293c4f000-7f3293c52000 r--p 00048000 08:02 17566624                   /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5
7f3293c52000-7f3293c53000 rw-p 0004b000 08:02 17566624                   /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5
7f3293c53000-7f3293c67000 r-xp 00000000 08:02 17566628                   /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5
7f3293c67000-7f3293e67000 ---p 00014000 08:02 17566628                   /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5
7f3293e67000-7f3293e68000 r--p 00014000 08:02 17566628                   /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5
7f3293e68000-7f3293e69000 rw-p 00015000 08:02 17566628                   /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5
7f3293e69000-7f3293f77000 r-xp 00000000 08:02 17571188                   /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
7f3293f77000-7f3294177000 ---p 0010e000 08:02 17571188                   /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
7f3294177000-7f329417a000 r--p 0010e000 08:02 17571188                   /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
7f329417a000-7f329417b000 rw-p 00111000 08:02 17571188                   /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8
7f329417b000-7f329417d000 rw-p 00000000 00:00 0 
7f329417d000-7f3294189000 r-xp 00000000 08:02 17566632                   /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5
7f3294189000-7f3294388000 ---p 0000c000 08:02 17566632                   /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5
7f3294388000-7f3294389000 r--p 0000b000 08:02 17566632                   /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5
7f3294389000-7f329438a000 rw-p 0000c000 08:02 17566632                   /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5
7f329438a000-7f3294393000 r-xp 00000000 08:02 17699002                   /usr/lib/graphviz/libgvplugin_pango.so.6.0.0
7f3294393000-7f3294592000 ---p 00009000 08:02 17699002                   /usr/lib/graphviz/libgvplugin_pango.so.6.0.0
7f3294592000-7f3294593000 r--p 00008000 08:02 17699002                   /usr/lib/graphviz/libgvplugin_pango.so.6.0.0
7f3294593000-7f3294595000 rw-p 00009000 08:02 17699002                   /usr/lib/graphviz/libgvplugin_pango.so.6.0.0
7f3294595000-7f3294598000 r-xp 00000000 08:02 791310                     /lib/x86_64-linux-gnu/libdl-2.24.so
7f3294598000-7f3294797000 ---p 00003000 08:02 791310                     /lib/x86_64-linux-gnu/libdl-2.24.so
7f3294797000-7f3294798000 r--p 00002000 08:02 791310                     /lib/x86_64-linux-gnu/libdl-2.24.so
7f3294798000-7f3294799000 rw-p 00003000 08:02 791310                     /lib/x86_64-linux-gnu/libdl-2.24.so
7f3294799000-7f329489c000 r-xp 00000000 08:02 791311                     /lib/x86_64-linux-gnu/libm-2.24.so
7f329489c000-7f3294a9b000 ---p 00103000 08:02 791311                     /lib/x86_64-linux-gnu/libm-2.24.so
7f3294a9b000-7f3294a9c000 r--p 00102000 08:02 791311                     /lib/x86_64-linux-gnu/libm-2.24.so
7f3294a9c000-7f3294a9d000 rw-p 00103000 08:02 791311                     /lib/x86_64-linux-gnu/libm-2.24.so
7f3294a9d000-7f3294ab6000 r-xp 00000000 08:02 786497                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7f3294ab6000-7f3294cb5000 ---p 00019000 08:02 786497                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7f3294cb5000-7f3294cb6000 r--p 00018000 08:02 786497                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7f3294cb6000-7f3294cb7000 rw-p 00019000 08:02 786497                     /lib/x86_64-linux-gnu/libz.so.1.2.8
7f3294cb7000-7f3294cde000 r-xp 00000000 08:02 786436                     /lib/x86_64-linux-gnu/libexpat.so.1.6.2
7f3294cde000-7f3294ede000 ---p 00027000 08:02 786436                     /lib/x86_64-linux-gnu/libexpat.so.1.6.2
7f3294ede000-7f3294ee0000 r--p 00027000 08:02 786436                     /lib/x86_64-linux-gnu/libexpat.so.1.6.2
7f3294ee0000-7f3294ee1000 rw-p 00029000 08:02 786436                     /lib/x86_64-linux-gnu/libexpat.so.1.6.2
7f3294ee1000-7f3294ee8000 r-xp 00000000 08:02 17580950                   /usr/lib/libpathplan.so.4.0.0
7f3294ee8000-7f32950e7000 ---p 00007000 08:02 17580950                   /usr/lib/libpathplan.so.4.0.0
7f32950e7000-7f32950e8000 r--p 00006000 08:02 17580950                   /usr/lib/libpathplan.so.4.0.0
7f32950e8000-7f32950e9000 rw-p 00007000 08:02 17580950                   /usr/lib/libpathplan.so.4.0.0
7f32950e9000-7f32950ef000 r-xp 00000000 08:02 17580945                   /usr/lib/libcdt.so.5.0.0
7f32950ef000-7f32952ee000 ---p 00006000 08:02 17580945                   /usr/lib/libcdt.so.5.0.0
7f32952ee000-7f32952ef000 r--p 00005000 08:02 17580945                   /usr/lib/libcdt.so.5.0.0
7f32952ef000-7f32952f0000 rw-p 00006000 08:02 17580945                   /usr/lib/libcdt.so.5.0.0
7f32952f0000-7f32952f5000 r-xp 00000000 08:02 17580952                   /usr/lib/libxdot.so.4.0.0
7f32952f5000-7f32954f4000 ---p 00005000 08:02 17580952                   /usr/lib/libxdot.so.4.0.0
7f32954f4000-7f32954f5000 r--p 00004000 08:02 17580952                   /usr/lib/libxdot.so.4.0.0
7f32954f5000-7f32954f6000 rw-p 00005000 08:02 17580952                   /usr/lib/libxdot.so.4.0.0
7f32954f6000-7f32954ff000 r-xp 00000000 08:02 17571306                   /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
7f32954ff000-7f32956fe000 ---p 00009000 08:02 17571306                   /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
7f32956fe000-7f32956ff000 r--p 00008000 08:02 17571306                   /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
7f32956ff000-7f3295700000 rw-p 00009000 08:02 17571306                   /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
7f3295700000-7f3295895000 r-xp 00000000 08:02 791307                     /lib/x86_64-linux-gnu/libc-2.24.so
7f3295895000-7f3295a95000 ---p 00195000 08:02 791307                     /lib/x86_64-linux-gnu/libc-2.24.so
7f3295a95000-7f3295a99000 r--p 00195000 08:02 791307                     /lib/x86_64-linux-gnu/libc-2.24.so
7f3295a99000-7f3295a9b000 rw-p 00199000 08:02 791307                     /lib/x86_64-linux-gnu/libc-2.24.so
7f3295a9b000-7f3295a9f000 rw-p 00000000 00:00 0 
7f3295a9f000-7f3295ab4000 r-xp 00000000 08:02 17580948                   /usr/lib/libcgraph.so.6.0.0
7f3295ab4000-7f3295cb3000 ---p 00015000 08:02 17580948                   /usr/lib/libcgraph.so.6.0.0
7f3295cb3000-7f3295cb4000 r--p 00014000 08:02 17580948                   /usr/lib/libcgraph.so.6.0.0
7f3295cb4000-7f3295cb5000 rw-p 00015000 08:02 17580948                   /usr/lib/libcgraph.so.6.0.0
7f3295cb5000-7f3295d41000 r-xp 00000000 08:02 17581689                   /usr/lib/libgvc.so.6.0.0
7f3295d41000-7f3295f40000 ---p 0008c000 08:02 17581689                   /usr/lib/libgvc.so.6.0.0
7f3295f40000-7f3295f41000 r--p 0008b000 08:02 17581689                   /usr/lib/libgvc.so.6.0.0
7f3295f41000-7f3295f52000 rw-p 0008c000 08:02 17581689                   /usr/lib/libgvc.so.6.0.0
7f3295f52000-7f3295f53000 rw-p 00000000 00:00 0 
7f3295f53000-7f3295f76000 r-xp 00000000 08:02 786472                     /lib/x86_64-linux-gnu/ld-2.24.so
7f3295fad000-7f3295fae000 rw-p 00000000 00:00 0 
7f3295fae000-7f3295ff1000 r--p 00000000 fe:00 62653389                   /mnt/data/jenkins/.fonts/UbuntuFaust.ttf
7f3295ff1000-7f3295ff8000 r--s 00000000 08:02 22418493                   /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4
7f3295ff8000-7f3295ffa000 r--s 00000000 08:02 22418905                   /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4
7f3295ffa000-7f3295ffb000 r--s 00000000 08:02 22418818                   /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4
7f3295ffb000-7f3296001000 r--s 00000000 08:02 22418804                   /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4
7f3296001000-7f3296005000 r--s 00000000 08:02 22416744                   /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4
7f3296005000-7f3296010000 r--s 00000000 08:02 22418789                   /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7f3296010000-7f3296017000 r--s 00000000 08:02 22418722                   /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4
7f3296017000-7f3296020000 r--s 00000000 08:02 22418692                   /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4
7f3296020000-7f3296024000 r--s 00000000 08:02 22418642                   /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4
7f3296024000-7f3296025000 r--s 00000000 08:02 22418565                   /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4
7f3296025000-7f3296026000 r--s 00000000 08:02 22418562                   /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4
7f3296026000-7f3296027000 r--s 00000000 08:02 22418284                   /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4
7f3296027000-7f3296029000 r--s 00000000 08:02 22413523                   /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4
7f3296029000-7f329602a000 r--s 00000000 08:02 22417383                   /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4
7f329602a000-7f329602b000 r--s 00000000 08:02 22418280                   /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4
7f329602b000-7f3296054000 r--s 00000000 08:02 22418262                   /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4
7f3296054000-7f3296056000 r--s 00000000 08:02 22418237                   /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4
7f3296056000-7f329605a000 r--s 00000000 08:02 22418209                   /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4
7f329605a000-7f3296060000 r--s 00000000 08:02 22418195                   /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4
7f3296060000-7f3296068000 r--s 00000000 08:02 22418188                   /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4
7f3296068000-7f329606b000 r--s 00000000 08:02 22417919                   /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4
7f329606b000-7f329606e000 r--s 00000000 08:02 22417913                   /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4
7f329606e000-7f3296070000 r--s 00000000 08:02 22417904                   /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4
7f3296070000-7f3296071000 r--s 00000000 08:02 22417843                   /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4
7f3296071000-7f3296084000 r--s 00000000 08:02 22417831                   /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4
7f3296084000-7f3296085000 r--s 00000000 08:02 22417059                   /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4
7f3296085000-7f329608b000 r--s 00000000 08:02 22416918                   /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4
7f329608b000-7f329608c000 r--s 00000000 08:02 22417190                   /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4
7f329608c000-7f329608d000 r--s 00000000 08:02 22416821                   /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4
7f329608d000-7f329608f000 r--s 00000000 08:02 22416812                   /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4
7f329608f000-7f329609b000 r--s 00000000 08:02 22416802                   /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4
7f329609b000-7f329609f000 r--s 00000000 08:02 22416801                   /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4
7f329609f000-7f32960a4000 r--s 00000000 08:02 22416800                   /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4
7f32960a4000-7f32960a5000 r--s 00000000 08:02 22416796                   /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4
7f32960a5000-7f32960a7000 r--s 00000000 08:02 22416788                   /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4
7f32960a7000-7f32960a8000 r--s 00000000 08:02 22416760                   /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4
7f32960a8000-7f32960a9000 r--s 00000000 08:02 22416718                   /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4
7f32960a9000-7f32960ad000 r--s 00000000 08:02 22416717                   /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4
7f32960ad000-7f32960ae000 r--s 00000000 08:02 22416697                   /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4
7f32960ae000-7f32960b0000 r--s 00000000 08:02 22416623                   /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4
7f32960b0000-7f32960b2000 r--s 00000000 08:02 22416541                   /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4
7f32960b2000-7f32960b4000 r--s 00000000 08:02 22416474                   /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4
7f32960b4000-7f32960b6000 r--s 00000000 08:02 22416398                   /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4
7f32960b6000-7f32960b8000 r--s 00000000 08:02 22416262                   /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4
7f32960b8000-7f32960b9000 r--s 00000000 08:02 22422246                   /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4
7f32960b9000-7f32960c6000 r--s 00000000 08:02 22416083                   /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4
7f32960c6000-7f32960c9000 r--s 00000000 08:02 22415904                   /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4
7f32960c9000-7f32960d4000 r--s 00000000 08:02 22415851                   /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4
7f32960d4000-7f32960dd000 r--s 00000000 08:02 22416746                   /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4
7f32960dd000-7f32960df000 r--s 00000000 08:02 22415819                   /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4
7f32960df000-7f32960e0000 r--s 00000000 08:02 22415734                   /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4
7f32960e0000-7f32960e7000 r--s 00000000 08:02 22415191                   /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4
7f32960e7000-7f32960eb000 r--s 00000000 08:02 22415138                   /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4
7f32960eb000-7f32960ef000 r--s 00000000 08:02 22414918                   /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4
7f32960ef000-7f32960f3000 r--s 00000000 08:02 22414915                   /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4
7f32960f3000-7f32960f7000 r--s 00000000 08:02 22414804                   /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4
7f32960f7000-7f32960f9000 r--s 00000000 08:02 22414786                   /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4
7f32960f9000-7f329610c000 r--s 00000000 08:02 22414768                   /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4
7f329610c000-7f329610f000 r--s 00000000 08:02 22414670                   /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4
7f329610f000-7f3296110000 r--s 00000000 08:02 22414635                   /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4
7f3296110000-7f3296116000 r--s 00000000 08:02 22414586                   /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4
7f3296116000-7f329612c000 r--s 00000000 08:02 22413555                   /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4
7f329612c000-7f329614a000 r--s 00000000 08:02 22416496                   /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4
7f329614a000-7f3296150000 rw-p 00000000 00:00 0 
7f3296150000-7f3296152000 r--s 00000000 08:02 22414585                   /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4
7f3296152000-7f3296155000 r--s 00000000 08:02 22414506                   /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4
7f3296155000-7f3296159000 r--s 00000000 08:02 22422251                   /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4
7f3296159000-7f329615a000 r--s 00000000 08:02 22414482                   /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4
7f329615a000-7f329615d000 r--s 00000000 08:02 22417410                   /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4
7f329615d000-7f329616a000 r--s 00000000 08:02 22417401                   /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4
7f329616a000-7f329616b000 r--s 00000000 08:02 22417392                   /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4
7f329616b000-7f3296173000 r--s 00000000 fe:00 62652426                   /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4
7f3296173000-7f3296176000 rw-p 00000000 00:00 0 
7f3296176000-7f3296177000 r--p 00023000 08:02 786472                     /lib/x86_64-linux-gnu/ld-2.24.so
7f3296177000-7f3296178000 rw-p 00024000 08:02 786472                     /lib/x86_64-linux-gnu/ld-2.24.so
7f3296178000-7f3296179000 rw-p 00000000 00:00 0 
7ffd82f1c000-7ffd82f3d000 rw-p 00000000 00:00 0                          [stack]
7ffd82f72000-7ffd82f74000 r--p 00000000 00:00 0                          [vvar]
7ffd82f74000-7ffd82f76000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

WARNING  macrogen.visualize Rendering target/macrogenesis/wa_I_15_2-graph.dot with 332 nodes and 1116 edges took 0:00:52.019962

Rendering:  99%|█████████▉| 1038/1044 [01:23<01:20, 13.49s/ 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

  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: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.64" -> "1826-05-02". Something is probably seriously wrong.

  warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning)
WARNING  macrogen.visualize Rendering target/macrogenesis/fischer-lamberg1955-graph.dot with 339 nodes and 1242 edges took 0:01:50.583408

Rendering: 100%|█████████▉| 1039/1044 [02:11<01:58, 23.73s/ 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 1605 edges took 0:01:40.534106

Rendering: 100%|█████████▉| 1040/1044 [02:20<01:17, 19.37s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/bohnenkamp1994-graph.dot with 470 nodes and 1416 edges took 0:02:18.715282

Rendering: 100%|█████████▉| 1041/1044 [02:39<00:57, 19.14s/ SVGs]ERROR    macrogen.visualize Failed to render target/macrogenesis/scc-04-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  macrogen.visualize Rendering target/macrogenesis/scc-04-graph.dot with 927 nodes and 2722 edges took 0:30:44.815024

Rendering: 100%|█████████▉| 1042/1044 [30:55<17:24, 522.34s/ SVGs]Warning: graph has 1239 nodes...layout may take a long time.
WARNING  macrogen.visualize Rendering target/macrogenesis/dag-graph.dot with 1239 nodes and 3131 edges took 0:46:13.961999

Rendering: 100%|█████████▉| 1043/1044 [46:53<10:52, 652.91s/ 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  macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot with 1179 nodes and 3303 edges took 0:51:02.455181

Rendering: 100%|██████████| 1044/1044 [51:13<00:00, 535.05s/ 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,269 (reg: 7,265, dir: 4)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 3,201
Total file size: 277,379,509 bytes
Total transferred file size: 67,147,525 bytes
Literal data: 52,502,691 bytes
Matched data: 14,644,834 bytes
File list size: 262,086
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 53,002,183
Total bytes received: 554,511

sent 53,002,183 bytes  received 554,511 bytes  15,301,912.57 bytes/sec
total size is 277,379,509  speedup is 5.18
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 9307 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