Skip to content
Success

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-k5smtXD9BzfH/agent.17258
SSH_AGENT_PID=17260
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_455518389960544447.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_455518389960544447.key)
[ssh-agent] Using credentials git
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_8224515676434772804.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_8224515676434772804.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 b9e288575e80c49ca0bb2a0ab1788965ab480120 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f b9e288575e80c49ca0bb2a0ab1788965ab480120
Commit message: "Link configurable subgraph from conflict pages"
 > /usr/bin/git rev-list --no-walk 9c1583b7cce05b11ceca3ca9ffa900f0449d294e # 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/jenkins8101896926972983311.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.1 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: 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: 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: 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.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ macrogen
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 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 P176 Var from inscription H P176 Var i_r
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_2_u
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_uebrige
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_uebrige
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_v
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 strongly connected components
INFO     macrogen.graph Calculating MFAS for a 2-node graph using baharev, may take a while
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.graph Calculating MFAS for a 9-node graph using baharev, may take a while
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.graph Calculating MFAS for a 73-node graph using baharev, may take a while
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 131 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, 23 <= objective <= 77266, 117 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found
INFO     macrogen.graph Calculating MFAS for a 925-node graph using baharev, may take a while
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 2280 edges, max 600 feedback edges
INFO     macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 434730, 600 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 2, 4900 <= objective <= 390573, 1068 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 3, 5572 <= objective <= 389052, 1509 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 4, 5787 <= objective <= 389052, 1944 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 5, 5915 <= objective <= 389052, 2190 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 6, 6168 <= objective <= 389052, 2436 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 7, 6274 <= objective <= 389052, 2604 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 8, 6496 <= objective <= 389052, 2698 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 9, 6524 <= objective <= 389052, 2744 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 10, 6525 <= objective <= 389052, 2781 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 11, 6528 <= objective <= 389052, 2825 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 12, 6529 <= objective <= 389052, 2853 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 13, 6579 <= objective <= 389052, 2895 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 14, 6583 <= objective <= 389052, 3025 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 15, 6645 <= objective <= 389052, 3066 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 16, 6648 <= objective <= 389052, 3104 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 17, 6652 <= objective <= 389052, 3141 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 18, 6653 <= objective <= 389052, 3179 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 19, 6655 <= objective <= 389052, 3213 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 20, 6657 <= objective <= 389052, 3238 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:1, 2 III H.3a:2
INFO     macrogen.graph Building DAG from remaining data
INFO     macrogen.graph Double-checking 175 removed edges ...
INFO     macrogen.graph Marking 175 conflicting edges for deletion
INFO     macrogen.graph Removed 175 of the original 3294 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))
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 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

  0%|          | 0/573 [00:00<?, ?it/s]
  1%|          | 7/573 [00:00<00:08, 68.90it/s]
  3%|▎         | 20/573 [00:00<00:06, 79.26it/s]
  5%|▌         | 31/573 [00:00<00:06, 85.42it/s]
  8%|▊         | 46/573 [00:00<00:05, 97.95it/s]
 10%|█         | 59/573 [00:00<00:04, 102.81it/s]
 12%|█▏        | 69/573 [00:00<00:05, 87.39it/s] 
 14%|█▍        | 79/573 [00:00<00:05, 82.61it/s]
 17%|█▋        | 98/573 [00:00<00:04, 99.47it/s]
 21%|██        | 121/573 [00:01<00:03, 119.46it/s]
 24%|██▎       | 136/573 [00:01<00:03, 126.77it/s]
 27%|██▋       | 156/573 [00:01<00:02, 140.93it/s]
 30%|███       | 173/573 [00:01<00:03, 123.48it/s]
 34%|███▍      | 195/573 [00:01<00:02, 140.06it/s]
 37%|███▋      | 212/573 [00:01<00:02, 134.24it/s]
 40%|███▉      | 227/573 [00:01<00:02, 126.43it/s]
 42%|████▏     | 241/573 [00:01<00:02, 128.86it/s]
 45%|████▍     | 256/573 [00:02<00:02, 130.41it/s]
 47%|████▋     | 272/573 [00:02<00:02, 137.40it/s]
 50%|█████     | 287/573 [00:02<00:02, 138.11it/s]
 53%|█████▎    | 302/573 [00:02<00:02, 118.27it/s]
 55%|█████▍    | 315/573 [00:02<00:02, 121.37it/s]
 58%|█████▊    | 331/573 [00:02<00:01, 129.98it/s]
 60%|██████    | 346/573 [00:02<00:01, 135.23it/s]
 63%|██████▎   | 362/573 [00:02<00:01, 140.72it/s]
 66%|██████▌   | 378/573 [00:02<00:01, 145.68it/s]
 69%|██████▊   | 393/573 [00:02<00:01, 144.79it/s]
 71%|███████   | 408/573 [00:03<00:01, 144.58it/s]
 74%|███████▍  | 423/573 [00:03<00:01, 144.05it/s]
 76%|███████▋  | 438/573 [00:03<00:00, 144.22it/s]
 79%|███████▉  | 453/573 [00:03<00:00, 145.53it/s]
 82%|████████▏ | 468/573 [00:03<00:00, 137.58it/s]
 84%|████████▍ | 483/573 [00:03<00:00, 140.59it/s]
 87%|████████▋ | 500/573 [00:03<00:00, 147.42it/s]
 90%|████████▉ | 515/573 [00:03<00:00, 139.59it/s]
 93%|█████████▎| 533/573 [00:03<00:00, 146.52it/s]
 96%|█████████▋| 552/573 [00:04<00:00, 156.50it/s]
 99%|█████████▉| 569/573 [00:04<00:00, 147.95it/s]
100%|██████████| 573/573 [00:04<00:00, 134.59it/s]

Rendering:   0%|          | 0/1213 [00:00<?, ? SVGs/s]
Rendering:   0%|          | 1/1213 [00:00<03:01,  6.67 SVGs/s]
Rendering:   1%|          | 13/1213 [00:00<02:10,  9.17 SVGs/s]
Rendering:   3%|▎         | 31/1213 [00:00<01:32, 12.76 SVGs/s]
Rendering:   4%|▍         | 49/1213 [00:00<01:06, 17.62 SVGs/s]
Rendering:   6%|▌         | 67/1213 [00:00<00:47, 23.91 SVGs/s]
Rendering:   7%|▋         | 79/1213 [00:00<00:36, 31.12 SVGs/s]
Rendering:   8%|▊         | 92/1213 [00:00<00:27, 40.25 SVGs/s]
Rendering:   9%|▊         | 104/1213 [00:01<00:22, 49.81 SVGs/s]
Rendering:  10%|▉         | 118/1213 [00:01<00:18, 60.79 SVGs/s]
Rendering:  11%|█         | 136/1213 [00:01<00:14, 74.30 SVGs/s]
Rendering:  13%|█▎        | 154/1213 [00:01<00:11, 89.64 SVGs/s]
Rendering:  14%|█▍        | 169/1213 [00:01<00:10, 101.82 SVGs/s]
Rendering:  15%|█▌        | 184/1213 [00:01<00:09, 106.23 SVGs/s]
Rendering:  17%|█▋        | 202/1213 [00:01<00:08, 118.16 SVGs/s]
Rendering:  18%|█▊        | 220/1213 [00:01<00:07, 126.79 SVGs/s]
Rendering:  19%|█▉        | 236/1213 [00:01<00:07, 134.36 SVGs/s]
Rendering:  21%|██        | 251/1213 [00:02<00:07, 127.46 SVGs/s]
Rendering:  22%|██▏       | 265/1213 [00:02<00:07, 130.43 SVGs/s]
Rendering:  23%|██▎       | 279/1213 [00:02<00:07, 121.20 SVGs/s]
Rendering:  24%|██▍       | 292/1213 [00:02<00:07, 123.08 SVGs/s]
Rendering:  25%|██▌       | 305/1213 [00:02<00:07, 115.05 SVGs/s]
Rendering:  26%|██▌       | 317/1213 [00:02<00:08, 106.69 SVGs/s]
Rendering:  27%|██▋       | 329/1213 [00:02<00:08, 108.11 SVGs/s]
Rendering:  28%|██▊       | 341/1213 [00:02<00:07, 109.49 SVGs/s]
Rendering:  29%|██▉       | 353/1213 [00:02<00:08, 102.29 SVGs/s]
Rendering:  30%|███       | 364/1213 [00:03<00:08, 97.83 SVGs/s] 
Rendering:  31%|███       | 374/1213 [00:03<00:09, 89.13 SVGs/s]
Rendering:  32%|███▏      | 384/1213 [00:03<00:09, 86.18 SVGs/s]
Rendering:  32%|███▏      | 393/1213 [00:03<00:09, 84.58 SVGs/s]
Rendering:  33%|███▎      | 402/1213 [00:03<00:09, 84.20 SVGs/s]
Rendering:  34%|███▍      | 414/1213 [00:03<00:08, 91.68 SVGs/s]
Rendering:  35%|███▍      | 424/1213 [00:03<00:09, 85.01 SVGs/s]
Rendering:  36%|███▌      | 433/1213 [00:03<00:09, 82.99 SVGs/s]
Rendering:  36%|███▋      | 442/1213 [00:04<00:10, 73.25 SVGs/s]
Rendering:  37%|███▋      | 450/1213 [00:04<00:11, 66.28 SVGs/s]
Rendering:  38%|███▊      | 458/1213 [00:04<00:14, 51.91 SVGs/s]
Rendering:  38%|███▊      | 464/1213 [00:04<00:14, 53.40 SVGs/s]
Rendering:  39%|███▉      | 472/1213 [00:04<00:13, 56.20 SVGs/s]
Rendering:  40%|███▉      | 480/1213 [00:04<00:11, 61.39 SVGs/s]
Rendering:  40%|████      | 488/1213 [00:04<00:11, 63.95 SVGs/s]
Rendering:  41%|████      | 496/1213 [00:05<00:10, 67.06 SVGs/s]
Rendering:  41%|████▏     | 503/1213 [00:05<00:10, 67.13 SVGs/s]
Rendering:  42%|████▏     | 510/1213 [00:05<00:10, 65.52 SVGs/s]
Rendering:  43%|████▎     | 517/1213 [00:05<00:10, 66.71 SVGs/s]
Rendering:  43%|████▎     | 524/1213 [00:05<00:10, 66.89 SVGs/s]
Rendering:  44%|████▍     | 531/1213 [00:05<00:10, 67.24 SVGs/s]
Rendering:  44%|████▍     | 539/1213 [00:05<00:09, 69.04 SVGs/s]
Rendering:  45%|████▌     | 547/1213 [00:05<00:09, 70.67 SVGs/s]
Rendering:  46%|████▌     | 555/1213 [00:05<00:09, 71.37 SVGs/s]
Rendering:  46%|████▋     | 563/1213 [00:05<00:09, 71.91 SVGs/s]
Rendering:  47%|████▋     | 571/1213 [00:06<00:08, 72.81 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_II_H.9-graph.dot: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path


Rendering:  48%|████▊     | 579/1213 [00:06<00:08, 73.06 SVGs/s]
Rendering:  48%|████▊     | 587/1213 [00:06<00:08, 74.28 SVGs/s]
Rendering:  49%|████▉     | 595/1213 [00:06<00:08, 74.23 SVGs/s]
Rendering:  50%|████▉     | 605/1213 [00:06<00:07, 80.33 SVGs/s]
Rendering:  51%|█████▏    | 622/1213 [00:06<00:06, 93.15 SVGs/s]
Rendering:  52%|█████▏    | 636/1213 [00:06<00:05, 101.58 SVGs/s]
Rendering:  54%|█████▍    | 652/1213 [00:06<00:04, 113.35 SVGs/s]
Rendering:  55%|█████▍    | 666/1213 [00:06<00:04, 115.79 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/faustedition.2_V_H.33.i_uebrige-graph.dot: 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

ERROR    macrogen.visualize Rendering target/macrogenesis/2_V_H.33-graph.dot failed (1): Error: trouble in init_rank
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	1831-08-13 1
	%0 1
	faust://document/faustedition/2_V_H.33 2
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.38a 2
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.33/i_uebrige 2
	%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
	%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
	faust://inscription/faustedition/2_V_H.32a/alpha 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.36 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1


Rendering:  56%|█████▌    | 679/1213 [00:07<00:04, 118.48 SVGs/s]
Rendering:  57%|█████▋    | 692/1213 [00:07<00:04, 119.56 SVGs/s]
Rendering:  58%|█████▊    | 709/1213 [00:07<00:04, 123.37 SVGs/s]
Rendering:  60%|█████▉    | 722/1213 [00:07<00:03, 123.84 SVGs/s]
Rendering:  61%|██████    | 735/1213 [00:07<00:04, 110.45 SVGs/s]
Rendering:  62%|██████▏   | 747/1213 [00:07<00:04, 103.18 SVGs/s]
Rendering:  62%|██████▏   | 758/1213 [00:07<00:05, 86.23 SVGs/s] 
Rendering:  63%|██████▎   | 768/1213 [00:08<00:09, 46.94 SVGs/s]
Rendering:  64%|██████▍   | 776/1213 [00:08<00:08, 48.97 SVGs/s]
Rendering:  65%|██████▍   | 783/1213 [00:08<00:09, 45.71 SVGs/s]
Rendering:  65%|██████▌   | 789/1213 [00:08<00:09, 42.65 SVGs/s]
Rendering:  66%|██████▌   | 795/1213 [00:08<00:09, 44.57 SVGs/s]
Rendering:  66%|██████▌   | 801/1213 [00:09<00:11, 36.36 SVGs/s]
Rendering:  66%|██████▋   | 806/1213 [00:09<00:26, 15.24 SVGs/s]
Rendering:  67%|██████▋   | 810/1213 [00:10<00:29, 13.51 SVGs/s]
Rendering:  67%|██████▋   | 813/1213 [00:10<00:31, 12.71 SVGs/s]
Rendering:  67%|██████▋   | 816/1213 [00:10<00:29, 13.68 SVGs/s]
Rendering:  68%|██████▊   | 819/1213 [00:10<00:25, 15.41 SVGs/s]
Rendering:  68%|██████▊   | 822/1213 [00:11<00:24, 15.70 SVGs/s]
Rendering:  68%|██████▊   | 824/1213 [00:11<00:25, 15.52 SVGs/s]
Rendering:  68%|██████▊   | 826/1213 [00:11<00:27, 13.97 SVGs/s]
Rendering:  68%|██████▊   | 828/1213 [00:11<00:42,  9.17 SVGs/s]
Rendering:  68%|██████▊   | 830/1213 [00:12<00:56,  6.80 SVGs/s]
Rendering:  69%|██████▊   | 832/1213 [00:12<00:47,  7.95 SVGs/s]
Rendering:  69%|██████▉   | 834/1213 [00:12<00:42,  9.01 SVGs/s]
Rendering:  69%|██████▉   | 838/1213 [00:12<00:32, 11.60 SVGs/s]
Rendering:  69%|██████▉   | 840/1213 [00:12<00:28, 13.05 SVGs/s]
Rendering:  69%|██████▉   | 842/1213 [00:12<00:27, 13.71 SVGs/s]
Rendering:  70%|██████▉   | 847/1213 [00:12<00:21, 17.18 SVGs/s]
Rendering:  70%|███████   | 850/1213 [00:13<00:18, 19.65 SVGs/s]
Rendering:  70%|███████   | 853/1213 [00:14<00:45,  7.90 SVGs/s]
Rendering:  70%|███████   | 855/1213 [00:14<00:37,  9.61 SVGs/s]
Rendering:  71%|███████   | 857/1213 [00:14<00:32, 10.99 SVGs/s]
Rendering:  71%|███████   | 859/1213 [00:14<00:30, 11.61 SVGs/s]
Rendering:  71%|███████   | 861/1213 [00:14<00:26, 13.09 SVGs/s]
Rendering:  71%|███████   | 861/1213 [00:29<00:26, 13.09 SVGs/s]
Rendering:  71%|███████   | 863/1213 [00:37<20:02,  3.44s/ SVGs]
Rendering:  71%|███████▏  | 865/1213 [00:37<14:06,  2.43s/ SVGs]
Rendering:  71%|███████▏  | 867/1213 [00:37<09:57,  1.73s/ SVGs]
Rendering:  72%|███████▏  | 869/1213 [00:47<15:46,  2.75s/ SVGs]
Rendering:  72%|███████▏  | 871/1213 [00:47<11:04,  1.94s/ SVGs]
Rendering:  72%|███████▏  | 873/1213 [00:47<07:47,  1.38s/ SVGs]
Rendering:  72%|███████▏  | 875/1213 [00:48<05:31,  1.02 SVGs/s]
Rendering:  72%|███████▏  | 877/1213 [00:48<03:57,  1.41 SVGs/s]
Rendering:  72%|███████▏  | 879/1213 [00:48<02:51,  1.94 SVGs/s]
Rendering:  73%|███████▎  | 882/1213 [00:48<02:03,  2.68 SVGs/s]
Rendering:  73%|███████▎  | 884/1213 [00:48<01:31,  3.59 SVGs/s]
Rendering:  73%|███████▎  | 888/1213 [00:48<01:06,  4.86 SVGs/s]
Rendering:  73%|███████▎  | 891/1213 [00:49<00:57,  5.60 SVGs/s]
Rendering:  74%|███████▎  | 893/1213 [00:49<00:47,  6.74 SVGs/s]
Rendering:  74%|███████▍  | 895/1213 [00:49<00:41,  7.71 SVGs/s]
Rendering:  74%|███████▍  | 897/1213 [00:49<00:40,  7.89 SVGs/s]
Rendering:  74%|███████▍  | 899/1213 [00:49<00:40,  7.76 SVGs/s]
Rendering:  74%|███████▍  | 901/1213 [00:49<00:34,  9.12 SVGs/s]
Rendering:  74%|███████▍  | 903/1213 [00:50<00:30, 10.23 SVGs/s]
Rendering:  75%|███████▍  | 905/1213 [00:50<00:28, 10.97 SVGs/s]
Rendering:  75%|███████▍  | 907/1213 [00:50<00:26, 11.72 SVGs/s]
Rendering:  75%|███████▍  | 909/1213 [00:50<00:30,  9.91 SVGs/s]
Rendering:  75%|███████▌  | 911/1213 [00:51<01:10,  4.28 SVGs/s]
Rendering:  75%|███████▌  | 912/1213 [00:51<01:00,  5.01 SVGs/s]
Rendering:  75%|███████▌  | 913/1213 [00:54<04:31,  1.10 SVGs/s]
Rendering:  75%|███████▌  | 915/1213 [00:54<03:16,  1.52 SVGs/s]
Rendering:  76%|███████▌  | 917/1213 [00:54<02:24,  2.06 SVGs/s]
Rendering:  76%|███████▌  | 919/1213 [00:55<01:56,  2.53 SVGs/s]
Rendering:  76%|███████▌  | 921/1213 [00:59<04:15,  1.14 SVGs/s]
Rendering:  76%|███████▌  | 923/1213 [00:59<03:04,  1.57 SVGs/s]
Rendering:  76%|███████▋  | 925/1213 [00:59<02:16,  2.12 SVGs/s]
Rendering:  76%|███████▋  | 927/1213 [00:59<01:41,  2.82 SVGs/s]
Rendering:  77%|███████▋  | 929/1213 [00:59<01:17,  3.66 SVGs/s]
Rendering:  77%|███████▋  | 931/1213 [00:59<01:02,  4.52 SVGs/s]
Rendering:  77%|███████▋  | 933/1213 [01:00<00:50,  5.55 SVGs/s]
Rendering:  77%|███████▋  | 935/1213 [01:00<00:40,  6.80 SVGs/s]
Rendering:  77%|███████▋  | 937/1213 [01:00<00:34,  7.97 SVGs/s]
Rendering:  77%|███████▋  | 940/1213 [01:00<00:28,  9.69 SVGs/s]
Rendering:  78%|███████▊  | 942/1213 [01:00<00:26, 10.39 SVGs/s]
Rendering:  78%|███████▊  | 944/1213 [01:00<00:22, 12.05 SVGs/s]
Rendering:  78%|███████▊  | 946/1213 [01:00<00:19, 13.57 SVGs/s]
Rendering:  78%|███████▊  | 948/1213 [01:01<00:17, 14.88 SVGs/s]
Rendering:  78%|███████▊  | 950/1213 [01:01<00:18, 14.32 SVGs/s]
Rendering:  78%|███████▊  | 952/1213 [01:01<00:18, 13.95 SVGs/s]
Rendering:  79%|███████▊  | 954/1213 [01:01<00:19, 13.27 SVGs/s]
Rendering:  79%|███████▉  | 956/1213 [01:01<00:20, 12.73 SVGs/s]
Rendering:  79%|███████▉  | 958/1213 [01:01<00:20, 12.47 SVGs/s]
Rendering:  79%|███████▉  | 960/1213 [01:02<00:24, 10.51 SVGs/s]
Rendering:  79%|███████▉  | 962/1213 [01:02<00:23, 10.89 SVGs/s]
Rendering:  79%|███████▉  | 964/1213 [01:02<00:22, 11.10 SVGs/s]
Rendering:  80%|███████▉  | 966/1213 [01:02<00:24, 10.22 SVGs/s]
Rendering:  80%|███████▉  | 968/1213 [01:02<00:25,  9.70 SVGs/s]
Rendering:  80%|███████▉  | 970/1213 [01:03<00:24,  9.78 SVGs/s]
Rendering:  80%|████████  | 972/1213 [01:13<06:16,  1.56s/ SVGs]
Rendering:  80%|████████  | 973/1213 [01:18<10:38,  2.66s/ SVGs]
Rendering:  80%|████████  | 975/1213 [01:19<08:08,  2.05s/ SVGs]
Rendering:  81%|████████  | 977/1213 [01:19<05:45,  1.46s/ SVGs]
Rendering:  81%|████████  | 979/1213 [01:19<04:05,  1.05s/ SVGs]
Rendering:  81%|████████  | 981/1213 [01:20<02:56,  1.31 SVGs/s]
Rendering:  81%|████████  | 983/1213 [01:21<02:34,  1.49 SVGs/s]
Rendering:  81%|████████  | 985/1213 [01:21<01:55,  1.97 SVGs/s]
Rendering:  81%|████████▏ | 987/1213 [01:21<01:28,  2.56 SVGs/s]
Rendering:  82%|████████▏ | 989/1213 [01:21<01:07,  3.31 SVGs/s]
Rendering:  82%|████████▏ | 991/1213 [01:21<00:53,  4.14 SVGs/s]
Rendering:  82%|████████▏ | 993/1213 [01:22<00:42,  5.14 SVGs/s]
Rendering:  82%|████████▏ | 995/1213 [01:22<00:39,  5.47 SVGs/s]
Rendering:  82%|████████▏ | 997/1213 [01:22<00:33,  6.46 SVGs/s]
Rendering:  82%|████████▏ | 999/1213 [01:22<00:28,  7.51 SVGs/s]
Rendering:  83%|████████▎ | 1001/1213 [01:28<03:30,  1.01 SVGs/s]
Rendering:  83%|████████▎ | 1004/1213 [01:28<02:28,  1.41 SVGs/s]
Rendering:  83%|████████▎ | 1006/1213 [01:29<01:50,  1.87 SVGs/s]
Rendering:  83%|████████▎ | 1007/1213 [01:29<01:24,  2.43 SVGs/s]
Rendering:  83%|████████▎ | 1009/1213 [01:29<01:06,  3.06 SVGs/s]
Rendering:  83%|████████▎ | 1011/1213 [01:29<00:54,  3.74 SVGs/s]
Rendering:  84%|████████▎ | 1013/1213 [01:29<00:42,  4.72 SVGs/s]
Rendering:  84%|████████▎ | 1015/1213 [01:30<00:34,  5.77 SVGs/s]
Rendering:  84%|████████▍ | 1017/1213 [01:30<00:28,  6.79 SVGs/s]
Rendering:  84%|████████▍ | 1019/1213 [01:30<00:25,  7.69 SVGs/s]
Rendering:  84%|████████▍ | 1021/1213 [01:30<00:22,  8.60 SVGs/s]
Rendering:  84%|████████▍ | 1023/1213 [01:30<00:20,  9.38 SVGs/s]
Rendering:  85%|████████▍ | 1025/1213 [01:31<00:21,  8.80 SVGs/s]
Rendering:  85%|████████▍ | 1027/1213 [01:31<00:19,  9.50 SVGs/s]
Rendering:  85%|████████▍ | 1029/1213 [01:31<00:20,  9.02 SVGs/s]
Rendering:  85%|████████▍ | 1031/1213 [01:31<00:21,  8.36 SVGs/s]
Rendering:  85%|████████▌ | 1033/1213 [01:31<00:21,  8.48 SVGs/s]
Rendering:  85%|████████▌ | 1035/1213 [01:32<00:19,  9.28 SVGs/s]
Rendering:  85%|████████▌ | 1037/1213 [01:32<00:19,  9.07 SVGs/s]
Rendering:  86%|████████▌ | 1039/1213 [01:32<00:18,  9.44 SVGs/s]
Rendering:  86%|████████▌ | 1041/1213 [01:32<00:16, 10.18 SVGs/s]
Rendering:  86%|████████▌ | 1043/1213 [01:32<00:16, 10.58 SVGs/s]
Rendering:  86%|████████▌ | 1045/1213 [01:33<00:15, 10.73 SVGs/s]
Rendering:  86%|████████▋ | 1047/1213 [01:33<00:15, 11.06 SVGs/s]
Rendering:  86%|████████▋ | 1049/1213 [01:33<00:14, 11.46 SVGs/s]
Rendering:  87%|████████▋ | 1051/1213 [01:33<00:14, 11.20 SVGs/s]
Rendering:  87%|████████▋ | 1053/1213 [01:33<00:14, 11.27 SVGs/s]
Rendering:  87%|████████▋ | 1055/1213 [01:34<00:18,  8.69 SVGs/s]
Rendering:  87%|████████▋ | 1057/1213 [01:34<00:16,  9.40 SVGs/s]
Rendering:  87%|████████▋ | 1057/1213 [01:49<00:16,  9.40 SVGs/s]
Rendering:  87%|████████▋ | 1059/1213 [01:51<06:48,  2.65s/ SVGs]
Rendering:  87%|████████▋ | 1061/1213 [01:51<04:45,  1.88s/ SVGs]
Rendering:  88%|████████▊ | 1063/1213 [01:51<03:21,  1.34s/ SVGs]
Rendering:  88%|████████▊ | 1065/1213 [01:52<02:33,  1.04s/ SVGs]
Rendering:  88%|████████▊ | 1067/1213 [02:01<05:07,  2.11s/ SVGs]
Rendering:  88%|████████▊ | 1069/1213 [02:03<04:04,  1.70s/ SVGs]
Rendering:  88%|████████▊ | 1071/1213 [02:05<03:36,  1.52s/ SVGs]
Rendering:  88%|████████▊ | 1073/1213 [02:34<12:33,  5.38s/ SVGs]
Rendering:  89%|████████▊ | 1075/1213 [02:34<08:43,  3.79s/ SVGs]
Rendering:  89%|████████▉ | 1077/1213 [02:34<06:04,  2.68s/ SVGs]
Rendering:  89%|████████▉ | 1079/1213 [02:34<04:14,  1.90s/ SVGs]
Rendering:  89%|████████▉ | 1081/1213 [02:34<02:58,  1.35s/ SVGs]
Rendering:  89%|████████▉ | 1083/1213 [02:36<02:37,  1.21s/ SVGs]
Rendering:  89%|████████▉ | 1085/1213 [02:36<01:51,  1.15 SVGs/s]
Rendering:  90%|████████▉ | 1087/1213 [02:36<01:20,  1.57 SVGs/s]
Rendering:  90%|████████▉ | 1089/1213 [02:37<00:58,  2.13 SVGs/s]
Rendering:  90%|████████▉ | 1089/1213 [02:49<00:58,  2.13 SVGs/s]
Rendering:  90%|████████▉ | 1090/1213 [02:51<09:21,  4.56s/ SVGs]
Rendering:  90%|█████████ | 1092/1213 [02:51<06:28,  3.21s/ SVGs]
Rendering:  90%|█████████ | 1094/1213 [02:51<04:29,  2.26s/ SVGs]
Rendering:  90%|█████████ | 1096/1213 [02:51<03:07,  1.60s/ SVGs]
Rendering:  91%|█████████ | 1098/1213 [02:52<02:25,  1.26s/ SVGs]
Rendering:  91%|█████████ | 1100/1213 [02:52<01:42,  1.11 SVGs/s]
Rendering:  91%|█████████ | 1102/1213 [02:52<01:12,  1.52 SVGs/s]
Rendering:  91%|█████████ | 1104/1213 [02:53<00:56,  1.94 SVGs/s]
Rendering:  91%|█████████ | 1106/1213 [02:53<00:41,  2.58 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/inventare_2_2-graph.dot: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path


Rendering:  91%|█████████▏| 1108/1213 [02:54<00:55,  1.91 SVGs/s]
Rendering:  92%|█████████▏| 1110/1213 [02:55<00:40,  2.55 SVGs/s]
Rendering:  92%|█████████▏| 1112/1213 [02:55<00:30,  3.32 SVGs/s]
Rendering:  92%|█████████▏| 1114/1213 [02:55<00:23,  4.23 SVGs/s]
Rendering:  92%|█████████▏| 1116/1213 [02:55<00:18,  5.26 SVGs/s]
Rendering:  92%|█████████▏| 1118/1213 [02:55<00:15,  6.27 SVGs/s]
Rendering:  92%|█████████▏| 1120/1213 [02:56<00:12,  7.28 SVGs/s]
Rendering:  92%|█████████▏| 1122/1213 [02:56<00:11,  7.96 SVGs/s]
Rendering:  93%|█████████▎| 1124/1213 [02:56<00:10,  8.75 SVGs/s]
Rendering:  93%|█████████▎| 1126/1213 [02:56<00:09,  9.40 SVGs/s]
Rendering:  93%|█████████▎| 1128/1213 [02:56<00:08,  9.97 SVGs/s]
Rendering:  93%|█████████▎| 1130/1213 [02:56<00:08, 10.10 SVGs/s]
Rendering:  93%|█████████▎| 1132/1213 [02:57<00:07, 10.65 SVGs/s]
Rendering:  93%|█████████▎| 1134/1213 [02:57<00:07, 10.71 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/hertz1932-graph.dot: 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 "faust://inscription/faustedition/2_V_H.13/i_v" -> "1825-03-23". Something is probably seriously wrong.


Rendering:  94%|█████████▎| 1136/1213 [03:04<01:29,  1.16s/ SVGs]
Rendering:  94%|█████████▎| 1137/1213 [03:04<01:05,  1.17 SVGs/s]
Rendering:  94%|█████████▍| 1138/1213 [03:13<04:06,  3.28s/ SVGs]ERROR    macrogen.visualize Rendering target/macrogenesis/model-inscription-graph.dot failed (1): Error: trouble in init_rank
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.31 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.26/i_r 1
	%0 1
	faust://document/faustedition/2_V_H.17 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.8/i_uebrige 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.29/i_r 1
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.29 2
	faust://inscription/faustedition/2_V_H.29/i_v 1
	faust://inscription/faustedition/2_V_H.2/alpha 1
	faust://document/faustedition/2_V_H.13 1
libpath/shortest.c:324: triangulation failed
libpath/shortest.c:200: destination point not in any triangle
Error: in routesplines, Pshortestpath failed
Error: lost faust://inscription/faustedition/2_V_H.26/i_r faust://document/faustedition/2_V_H.26 edge


Rendering:  94%|█████████▍| 1139/1213 [03:14<03:00,  2.44s/ SVGs]
Rendering:  94%|█████████▍| 1140/1213 [03:14<02:08,  1.76s/ SVGs]
Rendering:  94%|█████████▍| 1142/1213 [03:17<02:02,  1.73s/ SVGs]
Rendering:  94%|█████████▍| 1143/1213 [03:17<01:32,  1.32s/ SVGs]
Rendering:  94%|█████████▍| 1144/1213 [03:53<13:26, 11.69s/ SVGs]
Rendering:  94%|█████████▍| 1146/1213 [03:54<09:09,  8.21s/ SVGs]
Rendering:  95%|█████████▍| 1148/1213 [03:54<06:15,  5.77s/ SVGs]
Rendering:  95%|█████████▍| 1150/1213 [03:54<04:16,  4.07s/ SVGs]
Rendering:  95%|█████████▍| 1152/1213 [03:54<02:55,  2.87s/ SVGs]
Rendering:  95%|█████████▌| 1153/1213 [03:54<02:02,  2.05s/ SVGs]
Rendering:  95%|█████████▌| 1154/1213 [03:54<01:27,  1.48s/ SVGs]
Rendering:  95%|█████████▌| 1155/1213 [03:54<01:02,  1.07s/ SVGs]
Rendering:  95%|█████████▌| 1156/1213 [03:55<00:45,  1.26 SVGs/s]
Rendering:  95%|█████████▌| 1157/1213 [03:55<00:33,  1.69 SVGs/s]
Rendering:  95%|█████████▌| 1158/1213 [03:55<00:25,  2.19 SVGs/s]
Rendering:  96%|█████████▌| 1159/1213 [03:55<00:22,  2.38 SVGs/s]
Rendering:  96%|█████████▌| 1160/1213 [03:55<00:17,  3.00 SVGs/s]
Rendering:  96%|█████████▌| 1161/1213 [03:55<00:13,  3.73 SVGs/s]
Rendering:  96%|█████████▌| 1162/1213 [03:56<00:11,  4.49 SVGs/s]
Rendering:  96%|█████████▌| 1163/1213 [03:56<00:10,  4.85 SVGs/s]
Rendering:  96%|█████████▌| 1164/1213 [03:56<00:08,  5.62 SVGs/s]
Rendering:  96%|█████████▌| 1165/1213 [03:56<00:07,  6.32 SVGs/s]
Rendering:  96%|█████████▌| 1166/1213 [03:56<00:07,  6.71 SVGs/s]
Rendering:  96%|█████████▌| 1167/1213 [03:56<00:06,  6.67 SVGs/s]
Rendering:  96%|█████████▋| 1168/1213 [03:56<00:06,  7.09 SVGs/s]
Rendering:  96%|█████████▋| 1169/1213 [03:56<00:05,  7.36 SVGs/s]
Rendering:  96%|█████████▋| 1170/1213 [03:57<00:05,  7.42 SVGs/s]
Rendering:  97%|█████████▋| 1171/1213 [03:57<00:05,  7.54 SVGs/s]
Rendering:  97%|█████████▋| 1172/1213 [03:57<00:05,  7.83 SVGs/s]
Rendering:  97%|█████████▋| 1173/1213 [03:57<00:05,  7.82 SVGs/s]
Rendering:  97%|█████████▋| 1174/1213 [03:57<00:04,  7.97 SVGs/s]
Rendering:  97%|█████████▋| 1175/1213 [03:57<00:05,  7.24 SVGs/s]
Rendering:  97%|█████████▋| 1176/1213 [03:58<00:06,  5.36 SVGs/s]
Rendering:  97%|█████████▋| 1177/1213 [03:58<00:06,  5.71 SVGs/s]
Rendering:  97%|█████████▋| 1178/1213 [03:58<00:05,  6.26 SVGs/s]
Rendering:  97%|█████████▋| 1179/1213 [03:58<00:05,  6.76 SVGs/s]
Rendering:  97%|█████████▋| 1180/1213 [03:58<00:04,  7.36 SVGs/s]
Rendering:  97%|█████████▋| 1181/1213 [03:58<00:04,  7.36 SVGs/s]
Rendering:  97%|█████████▋| 1182/1213 [04:06<01:16,  2.47s/ SVGs]
Rendering:  98%|█████████▊| 1183/1213 [04:06<00:53,  1.77s/ SVGs]
Rendering:  98%|█████████▊| 1184/1213 [04:06<00:37,  1.28s/ SVGs]
Rendering:  98%|█████████▊| 1185/1213 [04:07<00:26,  1.07 SVGs/s]
Rendering:  98%|█████████▊| 1186/1213 [04:07<00:19,  1.40 SVGs/s]
Rendering:  98%|█████████▊| 1187/1213 [04:07<00:14,  1.84 SVGs/s]
Rendering:  98%|█████████▊| 1188/1213 [04:07<00:10,  2.39 SVGs/s]
Rendering:  98%|█████████▊| 1189/1213 [04:10<00:30,  1.28s/ SVGs]
Rendering:  98%|█████████▊| 1190/1213 [04:11<00:23,  1.02s/ SVGs]
Rendering:  98%|█████████▊| 1191/1213 [04:12<00:23,  1.05s/ SVGs]
Rendering:  98%|█████████▊| 1192/1213 [04:12<00:18,  1.15 SVGs/s]
Rendering:  98%|█████████▊| 1193/1213 [04:13<00:17,  1.17 SVGs/s]
Rendering:  98%|█████████▊| 1194/1213 [04:39<02:41,  8.52s/ SVGs]
Rendering:  99%|█████████▊| 1195/1213 [04:43<02:08,  7.14s/ SVGs]
Rendering:  99%|█████████▊| 1196/1213 [05:11<03:45, 13.25s/ SVGs]
Rendering:  99%|█████████▊| 1197/1213 [05:11<02:29,  9.36s/ SVGs]
Rendering:  99%|█████████▉| 1198/1213 [05:11<01:38,  6.59s/ SVGs]
Rendering:  99%|█████████▉| 1199/1213 [05:11<01:05,  4.65s/ SVGs]
Rendering:  99%|█████████▉| 1201/1213 [05:12<00:39,  3.27s/ SVGs]
Rendering:  99%|█████████▉| 1204/1213 [05:12<00:21,  2.37s/ SVGs]
Rendering:  99%|█████████▉| 1205/1213 [05:13<00:13,  1.71s/ SVGs]
Rendering:  99%|█████████▉| 1206/1213 [05:13<00:08,  1.27s/ SVGs]
Rendering: 100%|█████████▉| 1207/1213 [05:14<00:07,  1.23s/ SVGs]
Rendering: 100%|█████████▉| 1208/1213 [05:15<00:05,  1.17s/ SVGs]
Rendering: 100%|█████████▉| 1209/1213 [05:41<00:34,  8.70s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/bohnenkamp1994-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.34" -> "faust://document/faustedition/2_III_H.30". Something is probably seriously wrong.


Rendering: 100%|█████████▉| 1210/1213 [05:52<00:28,  9.40s/ SVGs]ERROR    macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot failed (-11): Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_V_H.31/i_v" -> "1825-04-01". Something is probably seriously wrong.


Rendering: 100%|█████████▉| 1211/1213 [47:23<25:07, 753.67s/ SVGs]
Rendering: 100%|█████████▉| 1212/1213 [1:19:48<18:31, 1111.15s/ SVGs]ERROR    macrogen.visualize Rendering target/macrogenesis/scc-02-graph.dot failed (-11): 

Rendering: 100%|██████████| 1213/1213 [1:22:39<00:00, 829.09s/ SVGs] 
ERROR    macrogen.visualize Rendered 1209 SVGs, 0 timed out, 4 failed
+ 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,848 (reg: 7,844, dir: 4)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 3,697
Total file size: 298,528,685 bytes
Total transferred file size: 87,794,595 bytes
Literal data: 74,775,918 bytes
Matched data: 13,018,677 bytes
File list size: 262,090
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 75,327,535
Total bytes received: 725,551

sent 75,327,535 bytes  received 725,551 bytes  10,140,411.47 bytes/sec
total size is 298,528,685  speedup is 3.93
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 17260 killed;
[ssh-agent] Stopped.
Archiving artifacts
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  1 second
Notifying upstream projects of job completion
Finished: SUCCESS