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-cl3VywfzXZ1V/agent.14798
SSH_AGENT_PID=14800
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_8502545199573789019.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_8502545199573789019.key)
[ssh-agent] Using credentials git
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_7881786133583602657.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_7881786133583602657.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 b00408824996487b03b617a65bec09fdb9812576 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f b00408824996487b03b617a65bec09fdb9812576
Commit message: "recognize & normalize all kinds of writing sigils"
 > /usr/bin/git rev-list --no-walk 58363c2820345351ed95a2473dbbfd068be0c71f # 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/jenkins8716286750747238326.sh
+ pip install numpy
Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (1.16.2)
You are using pip version 18.1, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ pip install -e .
Obtaining file:///mnt/data/jenkins/workspace/faust-macrogen
Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.16.2)
Requirement already satisfied: more-itertools in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (6.0.0)
Requirement already satisfied: networkx>=2.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.2)
Requirement already satisfied: python-igraph in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.7.1.post6)
Requirement already satisfied: pygraphviz in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.5)
Requirement already satisfied: ruamel.yaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.15.89)
Requirement already satisfied: pyyaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (3.13)
Requirement already satisfied: pandas in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.24.1)
Requirement already satisfied: openpyxl in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.6.1)
Requirement already satisfied: xlrd in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.0)
Requirement already satisfied: lxml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.3.2)
Requirement already satisfied: requests in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.21.0)
Requirement already satisfied: requests-cache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.4.13)
Requirement already satisfied: logging-tree in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.8)
Requirement already satisfied: colorlog in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.0.2)
Requirement already satisfied: tqdm in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.31.1)
Requirement already satisfied: dataclasses in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.6)
Requirement already satisfied: cvxpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.0.19)
Requirement already satisfied: cvxopt in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.3)
Requirement already satisfied: decorator>=4.3.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from networkx>=2.1->faust-macrogen==0.9) (4.3.2)
Requirement already satisfied: 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: 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: jdcal in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.4)
Requirement already satisfied: et_xmlfile in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.0.1)
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (1.24.1)
Requirement already satisfied: certifi>=2017.4.17 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2018.11.29)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (3.0.4)
Requirement already satisfied: idna<2.9,>=2.5 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2.8)
Requirement already satisfied: osqp in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.5.0)
Requirement already satisfied: ecos>=2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.0.7.post1)
Requirement already satisfied: scs>=1.1.3 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.0.2)
Requirement already satisfied: multiprocess in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.70.7)
Requirement already satisfied: fastcache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.0.2)
Requirement already satisfied: six in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.12.0)
Requirement already satisfied: scipy>=1.1.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.2.1)
Requirement already satisfied: future in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from osqp->cvxpy->faust-macrogen==0.9) (0.17.1)
Requirement already satisfied: dill>=0.2.9 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from multiprocess->cvxpy->faust-macrogen==0.9) (0.2.9)
Installing collected packages: faust-macrogen
  Found existing installation: faust-macrogen 0.9
    Uninstalling faust-macrogen-0.9:
      Successfully uninstalled faust-macrogen-0.9
  Running setup.py develop for faust-macrogen
Successfully installed faust-macrogen
You are using pip version 18.1, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ macrogen
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 P176 Var from inscription H P176 Var i_r
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 P167 from inscription H P167 i_r_u
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_uebrige
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_2_o
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_uebrige
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, 81 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 3, 24 <= objective <= 77265, 116 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 926-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 2278 edges, max 599 feedback edges
INFO     macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 434405, 599 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 2, 4900 <= objective <= 390248, 1066 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 3, 5572 <= objective <= 388727, 1506 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 4, 5787 <= objective <= 388727, 1945 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 5, 5913 <= objective <= 388727, 2191 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 6, 6042 <= objective <= 388727, 2435 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 7, 6269 <= objective <= 388727, 2607 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 8, 6278 <= objective <= 388727, 2777 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 9, 6496 <= objective <= 388727, 2841 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 10, 6525 <= objective <= 388727, 2881 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 11, 6526 <= objective <= 388727, 2922 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 12, 6527 <= objective <= 388727, 2958 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 13, 6528 <= objective <= 388727, 2985 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 14, 6576 <= objective <= 388727, 3023 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 15, 6582 <= objective <= 388727, 3153 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 16, 6644 <= objective <= 388727, 3194 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 17, 6647 <= objective <= 388727, 3232 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 18, 6651 <= objective <= 388727, 3271 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 19, 6652 <= objective <= 388727, 3309 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 20, 6654 <= objective <= 388727, 3343 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 21, 6764 <= objective <= 388727, 3583 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 22, 6767 <= objective <= 388727, 3815 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 23, 6776 <= objective <= 388727, 3853 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 24, 6777 <= objective <= 388727, 3890 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 25, 6778 <= objective <= 388727, 3917 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 26, 6779 <= objective <= 388727, 3953 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 27, 6781 <= objective <= 388727, 3977 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 28, 6790 <= objective <= 388727, 4009 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 29, 6791 <= objective <= 388727, 4033 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 30, 6793 <= objective <= 388727, 4055 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 31, 6794 <= objective <= 388727, 4077 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 173 removed edges ...
INFO     macrogen.graph Marking 173 conflicting edges for deletion
INFO     macrogen.graph Removed 173 of the original 3299 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))

Rendering:   0%|          | 0/1212 [00:00<?, ? SVGs/s]
Rendering:   1%|          | 15/1212 [00:00<00:08, 135.83 SVGs/s]
Rendering:   2%|▏         | 30/1212 [00:00<00:08, 139.34 SVGs/s]
Rendering:   4%|▎         | 44/1212 [00:00<00:08, 138.01 SVGs/s]
Rendering:   5%|▍         | 57/1212 [00:00<00:08, 132.59 SVGs/s]
Rendering:   6%|▋         | 78/1212 [00:00<00:07, 148.65 SVGs/s]
Rendering:   8%|▊         | 94/1212 [00:00<00:07, 145.17 SVGs/s]
Rendering:   9%|▉         | 113/1212 [00:00<00:07, 143.46 SVGs/s]
Rendering:  11%|█         | 129/1212 [00:00<00:07, 142.53 SVGs/s]
Rendering:  12%|█▏        | 147/1212 [00:00<00:07, 151.58 SVGs/s]
Rendering:  13%|█▎        | 163/1212 [00:01<00:06, 153.52 SVGs/s]
Rendering:  15%|█▍        | 179/1212 [00:01<00:06, 153.81 SVGs/s]
Rendering:  16%|█▌        | 195/1212 [00:01<00:06, 151.28 SVGs/s]
Rendering:  17%|█▋        | 211/1212 [00:01<00:06, 152.80 SVGs/s]
Rendering:  19%|█▊        | 227/1212 [00:01<00:07, 139.14 SVGs/s]
Rendering:  20%|██        | 243/1212 [00:01<00:07, 136.65 SVGs/s]
Rendering:  21%|██▏       | 259/1212 [00:01<00:07, 131.98 SVGs/s]
Rendering:  23%|██▎       | 274/1212 [00:01<00:06, 136.47 SVGs/s]
Rendering:  24%|██▍       | 290/1212 [00:02<00:06, 140.86 SVGs/s]
Rendering:  25%|██▌       | 305/1212 [00:02<00:06, 131.99 SVGs/s]
Rendering:  26%|██▋       | 319/1212 [00:02<00:07, 122.25 SVGs/s]
Rendering:  27%|██▋       | 332/1212 [00:02<00:07, 117.41 SVGs/s]
Rendering:  28%|██▊       | 344/1212 [00:02<00:08, 106.69 SVGs/s]
Rendering:  29%|██▉       | 356/1212 [00:02<00:07, 109.80 SVGs/s]
Rendering:  30%|███       | 368/1212 [00:02<00:07, 109.53 SVGs/s]
Rendering:  31%|███▏      | 380/1212 [00:02<00:07, 109.57 SVGs/s]
Rendering:  32%|███▏      | 392/1212 [00:02<00:08, 100.35 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_V_H.2-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.14" -> "1825-04-01". Something is probably seriously wrong.


Rendering:  33%|███▎      | 403/1212 [00:03<00:09, 85.04 SVGs/s] 
Rendering:  34%|███▍      | 413/1212 [00:03<00:10, 79.54 SVGs/s]
Rendering:  35%|███▍      | 423/1212 [00:03<00:09, 80.00 SVGs/s]
Rendering:  36%|███▌      | 435/1212 [00:03<00:09, 81.55 SVGs/s]
Rendering:  37%|███▋      | 447/1212 [00:03<00:09, 82.90 SVGs/s]
Rendering:  38%|███▊      | 459/1212 [00:03<00:08, 85.71 SVGs/s]
Rendering:  39%|███▉      | 471/1212 [00:03<00:08, 85.07 SVGs/s]
Rendering:  40%|███▉      | 483/1212 [00:04<00:08, 83.18 SVGs/s]
Rendering:  41%|████      | 495/1212 [00:04<00:08, 86.03 SVGs/s]
Rendering:  42%|████▏     | 507/1212 [00:04<00:08, 86.69 SVGs/s]
Rendering:  43%|████▎     | 519/1212 [00:04<00:07, 87.35 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:  44%|████▎     | 529/1212 [00:04<00:07, 89.58 SVGs/s]
Rendering:  44%|████▍     | 539/1212 [00:04<00:07, 89.66 SVGs/s]
Rendering:  45%|████▌     | 549/1212 [00:04<00:07, 90.37 SVGs/s]
Rendering:  46%|████▋     | 562/1212 [00:04<00:06, 96.44 SVGs/s]
Rendering:  48%|████▊     | 578/1212 [00:05<00:05, 109.10 SVGs/s]
Rendering:  49%|████▉     | 598/1212 [00:05<00:04, 123.91 SVGs/s]
Rendering:  51%|█████     | 616/1212 [00:05<00:04, 130.93 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

WARNING  macrogen.visualize Rendering target/macrogenesis/2_V_H.32a-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 8
	%0 1
	%0 1
	1831-08-13 1
	%0 2
	1831-02-12 1
	%0 1
	1830-12-18 1
	%0 1
	1830-12-01 1
	%0 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.33/i_3_r 2
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.33/i_3_v 2
	%0 1


Rendering:  52%|█████▏    | 633/1212 [00:05<00:04, 130.87 SVGs/s]
Rendering:  54%|█████▎    | 649/1212 [00:05<00:04, 137.46 SVGs/s]
Rendering:  55%|█████▍    | 665/1212 [00:05<00:03, 141.30 SVGs/s]
Rendering:  56%|█████▌    | 680/1212 [00:05<00:03, 142.42 SVGs/s]
Rendering:  57%|█████▋    | 695/1212 [00:05<00:04, 119.26 SVGs/s]
Rendering:  58%|█████▊    | 708/1212 [00:06<00:04, 117.41 SVGs/s]
Rendering:  59%|█████▉    | 721/1212 [00:06<00:12, 40.76 SVGs/s] 
Rendering:  60%|██████    | 731/1212 [00:08<00:30, 16.02 SVGs/s]
Rendering:  61%|██████    | 738/1212 [00:10<01:10,  6.69 SVGs/s]
Rendering:  61%|██████▏   | 743/1212 [00:11<00:54,  8.61 SVGs/s]
Rendering:  62%|██████▏   | 748/1212 [00:11<00:41, 11.29 SVGs/s]
Rendering:  62%|██████▏   | 753/1212 [00:11<00:31, 14.59 SVGs/s]
Rendering:  63%|██████▎   | 758/1212 [00:11<00:25, 17.85 SVGs/s]
Rendering:  63%|██████▎   | 764/1212 [00:11<00:20, 22.12 SVGs/s]
Rendering:  64%|██████▎   | 770/1212 [00:11<00:16, 26.54 SVGs/s]
Rendering:  64%|██████▍   | 776/1212 [00:11<00:14, 31.01 SVGs/s]
Rendering:  65%|██████▍   | 782/1212 [00:11<00:12, 34.39 SVGs/s]
Rendering:  65%|██████▌   | 788/1212 [00:11<00:11, 38.23 SVGs/s]
Rendering:  65%|██████▌   | 793/1212 [00:12<00:10, 40.30 SVGs/s]
Rendering:  66%|██████▌   | 798/1212 [00:12<00:10, 39.21 SVGs/s]
Rendering:  66%|██████▋   | 803/1212 [00:12<00:10, 40.66 SVGs/s]
Rendering:  67%|██████▋   | 808/1212 [00:12<00:10, 40.21 SVGs/s]
Rendering:  67%|██████▋   | 813/1212 [00:12<00:11, 36.07 SVGs/s]
Rendering:  67%|██████▋   | 817/1212 [00:12<00:15, 26.30 SVGs/s]
Rendering:  68%|██████▊   | 821/1212 [00:14<00:50,  7.70 SVGs/s]
Rendering:  68%|██████▊   | 824/1212 [00:14<00:46,  8.33 SVGs/s]
Rendering:  68%|██████▊   | 826/1212 [00:15<01:27,  4.41 SVGs/s]
Rendering:  68%|██████▊   | 828/1212 [00:15<01:20,  4.75 SVGs/s]
Rendering:  68%|██████▊   | 830/1212 [00:15<01:02,  6.09 SVGs/s]
Rendering:  69%|██████▊   | 832/1212 [00:16<01:27,  4.36 SVGs/s]
Rendering:  69%|██████▉   | 834/1212 [00:16<01:15,  5.04 SVGs/s]
Rendering:  69%|██████▉   | 835/1212 [00:17<01:04,  5.88 SVGs/s]
Rendering:  69%|██████▉   | 837/1212 [00:17<00:54,  6.85 SVGs/s]
Rendering:  69%|██████▉   | 839/1212 [00:21<04:31,  1.38 SVGs/s]
Rendering:  69%|██████▉   | 841/1212 [00:21<03:18,  1.87 SVGs/s]
Rendering:  69%|██████▉   | 842/1212 [00:28<14:44,  2.39s/ SVGs]
Rendering:  70%|██████▉   | 845/1212 [00:28<10:19,  1.69s/ SVGs]
Rendering:  70%|███████   | 849/1212 [00:28<07:13,  1.19s/ SVGs]
Rendering:  70%|███████   | 853/1212 [00:28<05:04,  1.18 SVGs/s]
Rendering:  71%|███████   | 855/1212 [00:29<03:46,  1.57 SVGs/s]
Rendering:  71%|███████   | 858/1212 [00:29<02:42,  2.18 SVGs/s]
Rendering:  71%|███████   | 860/1212 [00:29<02:02,  2.88 SVGs/s]
Rendering:  71%|███████   | 862/1212 [00:29<01:36,  3.61 SVGs/s]
Rendering:  71%|███████▏  | 864/1212 [00:29<01:20,  4.31 SVGs/s]
Rendering:  71%|███████▏  | 866/1212 [00:30<01:20,  4.32 SVGs/s]
Rendering:  72%|███████▏  | 868/1212 [00:30<01:04,  5.34 SVGs/s]
Rendering:  72%|███████▏  | 870/1212 [00:30<00:52,  6.58 SVGs/s]
Rendering:  72%|███████▏  | 872/1212 [00:31<01:03,  5.39 SVGs/s]
Rendering:  72%|███████▏  | 874/1212 [00:31<00:52,  6.40 SVGs/s]
Rendering:  72%|███████▏  | 876/1212 [00:31<00:43,  7.67 SVGs/s]
Rendering:  72%|███████▏  | 878/1212 [00:31<00:41,  8.01 SVGs/s]
Rendering:  73%|███████▎  | 880/1212 [00:31<00:34,  9.65 SVGs/s]
Rendering:  73%|███████▎  | 882/1212 [00:31<00:33,  9.93 SVGs/s]
Rendering:  73%|███████▎  | 884/1212 [00:32<00:30, 10.71 SVGs/s]
Rendering:  73%|███████▎  | 886/1212 [00:32<00:28, 11.35 SVGs/s]
Rendering:  73%|███████▎  | 888/1212 [00:32<00:29, 11.05 SVGs/s]
Rendering:  73%|███████▎  | 890/1212 [00:32<00:26, 11.94 SVGs/s]
Rendering:  74%|███████▎  | 892/1212 [00:33<01:09,  4.59 SVGs/s]
Rendering:  74%|███████▎  | 893/1212 [00:33<00:58,  5.42 SVGs/s]
Rendering:  74%|███████▍  | 896/1212 [00:33<00:44,  7.05 SVGs/s]
Rendering:  74%|███████▍  | 899/1212 [00:34<00:35,  8.70 SVGs/s]
Rendering:  74%|███████▍  | 902/1212 [00:34<00:28, 10.86 SVGs/s]
Rendering:  75%|███████▍  | 904/1212 [00:34<00:29, 10.52 SVGs/s]
Rendering:  75%|███████▍  | 906/1212 [00:34<00:30,  9.99 SVGs/s]
Rendering:  75%|███████▌  | 909/1212 [00:34<00:26, 11.25 SVGs/s]
Rendering:  75%|███████▌  | 911/1212 [00:34<00:26, 11.28 SVGs/s]
Rendering:  75%|███████▌  | 913/1212 [00:36<01:26,  3.48 SVGs/s]
Rendering:  75%|███████▌  | 914/1212 [00:36<01:09,  4.28 SVGs/s]
Rendering:  76%|███████▌  | 916/1212 [00:37<01:31,  3.23 SVGs/s]
Rendering:  76%|███████▌  | 918/1212 [00:47<08:14,  1.68s/ SVGs]
Rendering:  76%|███████▌  | 919/1212 [00:47<05:53,  1.21s/ SVGs]
Rendering:  76%|███████▌  | 921/1212 [00:47<04:14,  1.14 SVGs/s]
Rendering:  76%|███████▌  | 923/1212 [00:47<03:04,  1.57 SVGs/s]
Rendering:  76%|███████▌  | 924/1212 [00:47<02:17,  2.10 SVGs/s]
Rendering:  76%|███████▋  | 925/1212 [00:48<01:45,  2.73 SVGs/s]
Rendering:  76%|███████▋  | 926/1212 [00:57<15:02,  3.15s/ SVGs]
Rendering:  77%|███████▋  | 928/1212 [00:57<10:35,  2.24s/ SVGs]
Rendering:  77%|███████▋  | 930/1212 [00:58<07:30,  1.60s/ SVGs]
Rendering:  77%|███████▋  | 932/1212 [01:09<12:59,  2.79s/ SVGs]
Rendering:  77%|███████▋  | 933/1212 [01:09<09:13,  1.98s/ SVGs]
Rendering:  77%|███████▋  | 934/1212 [01:09<06:35,  1.42s/ SVGs]
Rendering:  77%|███████▋  | 935/1212 [01:09<04:44,  1.03s/ SVGs]
Rendering:  77%|███████▋  | 937/1212 [01:09<03:25,  1.34 SVGs/s]
Rendering:  77%|███████▋  | 939/1212 [01:09<02:30,  1.81 SVGs/s]
Rendering:  78%|███████▊  | 941/1212 [01:10<01:52,  2.41 SVGs/s]
Rendering:  78%|███████▊  | 943/1212 [01:10<01:24,  3.17 SVGs/s]
Rendering:  78%|███████▊  | 945/1212 [01:10<01:06,  4.04 SVGs/s]
Rendering:  78%|███████▊  | 947/1212 [01:10<00:53,  4.95 SVGs/s]
Rendering:  78%|███████▊  | 949/1212 [01:10<00:44,  5.87 SVGs/s]
Rendering:  78%|███████▊  | 951/1212 [01:11<00:38,  6.84 SVGs/s]
Rendering:  79%|███████▊  | 953/1212 [01:11<00:44,  5.84 SVGs/s]
Rendering:  79%|███████▊  | 954/1212 [01:11<01:00,  4.30 SVGs/s]
Rendering:  79%|███████▉  | 955/1212 [01:11<00:49,  5.15 SVGs/s]
Rendering:  79%|███████▉  | 956/1212 [01:12<00:42,  5.99 SVGs/s]
Rendering:  79%|███████▉  | 958/1212 [01:12<00:39,  6.49 SVGs/s]
Rendering:  79%|███████▉  | 959/1212 [01:12<00:35,  7.07 SVGs/s]
Rendering:  79%|███████▉  | 960/1212 [01:13<01:23,  3.04 SVGs/s]
Rendering:  79%|███████▉  | 961/1212 [01:13<01:06,  3.80 SVGs/s]
Rendering:  79%|███████▉  | 963/1212 [01:13<00:52,  4.72 SVGs/s]
Rendering:  80%|███████▉  | 965/1212 [01:13<00:44,  5.61 SVGs/s]
Rendering:  80%|███████▉  | 966/1212 [01:13<00:39,  6.23 SVGs/s]
Rendering:  80%|███████▉  | 968/1212 [01:14<00:35,  6.91 SVGs/s]
Rendering:  80%|███████▉  | 969/1212 [01:14<00:32,  7.55 SVGs/s]
Rendering:  80%|████████  | 970/1212 [01:14<01:14,  3.24 SVGs/s]
Rendering:  80%|████████  | 971/1212 [01:14<01:00,  4.00 SVGs/s]
Rendering:  80%|████████  | 972/1212 [01:26<14:26,  3.61s/ SVGs]
Rendering:  80%|████████  | 974/1212 [01:39<18:07,  4.57s/ SVGs]
Rendering:  80%|████████  | 975/1212 [01:40<12:45,  3.23s/ SVGs]
Rendering:  81%|████████  | 976/1212 [01:40<09:01,  2.29s/ SVGs]
Rendering:  81%|████████  | 977/1212 [01:40<06:24,  1.64s/ SVGs]
Rendering:  81%|████████  | 978/1212 [01:40<04:35,  1.18s/ SVGs]
Rendering:  81%|████████  | 979/1212 [01:40<03:19,  1.17 SVGs/s]
Rendering:  81%|████████  | 980/1212 [01:40<02:40,  1.45 SVGs/s]
Rendering:  81%|████████  | 981/1212 [01:40<01:59,  1.93 SVGs/s]
Rendering:  81%|████████  | 982/1212 [01:45<06:04,  1.59s/ SVGs]
Rendering:  81%|████████  | 983/1212 [01:45<04:21,  1.14s/ SVGs]
Rendering:  81%|████████  | 984/1212 [01:45<03:09,  1.20 SVGs/s]
Rendering:  81%|████████▏ | 986/1212 [01:45<02:18,  1.63 SVGs/s]
Rendering:  81%|████████▏ | 987/1212 [01:45<01:43,  2.17 SVGs/s]
Rendering:  82%|████████▏ | 988/1212 [01:45<01:18,  2.84 SVGs/s]
Rendering:  82%|████████▏ | 990/1212 [01:45<01:01,  3.63 SVGs/s]
Rendering:  82%|████████▏ | 991/1212 [01:45<00:49,  4.44 SVGs/s]
Rendering:  82%|████████▏ | 992/1212 [01:46<00:42,  5.19 SVGs/s]
Rendering:  82%|████████▏ | 993/1212 [01:46<00:36,  5.94 SVGs/s]
Rendering:  82%|████████▏ | 995/1212 [01:46<00:31,  6.79 SVGs/s]
Rendering:  82%|████████▏ | 997/1212 [01:46<00:28,  7.55 SVGs/s]
Rendering:  82%|████████▏ | 999/1212 [01:46<00:26,  8.15 SVGs/s]
Rendering:  83%|████████▎ | 1000/1212 [01:47<00:41,  5.06 SVGs/s]
Rendering:  83%|████████▎ | 1002/1212 [01:47<00:35,  5.92 SVGs/s]
Rendering:  83%|████████▎ | 1003/1212 [01:47<00:31,  6.59 SVGs/s]
Rendering:  83%|████████▎ | 1004/1212 [01:47<00:28,  7.21 SVGs/s]
Rendering:  83%|████████▎ | 1005/1212 [01:47<00:26,  7.72 SVGs/s]
Rendering:  83%|████████▎ | 1006/1212 [01:47<00:26,  7.82 SVGs/s]
Rendering:  83%|████████▎ | 1007/1212 [01:47<00:24,  8.29 SVGs/s]
Rendering:  83%|████████▎ | 1008/1212 [01:48<00:38,  5.26 SVGs/s]
Rendering:  83%|████████▎ | 1009/1212 [01:48<00:33,  6.09 SVGs/s]
Rendering:  83%|████████▎ | 1011/1212 [01:48<00:29,  6.87 SVGs/s]
Rendering:  83%|████████▎ | 1012/1212 [01:49<01:14,  2.68 SVGs/s]
Rendering:  84%|████████▎ | 1014/1212 [01:49<00:56,  3.49 SVGs/s]
Rendering:  84%|████████▍ | 1016/1212 [01:49<00:44,  4.42 SVGs/s]
Rendering:  84%|████████▍ | 1018/1212 [01:49<00:35,  5.39 SVGs/s]
Rendering:  84%|████████▍ | 1020/1212 [01:53<01:53,  1.69 SVGs/s]
Rendering:  84%|████████▍ | 1023/1212 [01:53<01:20,  2.35 SVGs/s]
Rendering:  85%|████████▍ | 1026/1212 [01:53<00:58,  3.17 SVGs/s]
Rendering:  85%|████████▍ | 1029/1212 [01:53<00:43,  4.17 SVGs/s]
Rendering:  85%|████████▌ | 1031/1212 [01:53<00:33,  5.40 SVGs/s]
Rendering:  85%|████████▌ | 1033/1212 [01:53<00:26,  6.80 SVGs/s]
Rendering:  85%|████████▌ | 1035/1212 [01:56<01:20,  2.19 SVGs/s]
Rendering:  86%|████████▌ | 1037/1212 [02:01<03:23,  1.16s/ SVGs]
Rendering:  86%|████████▌ | 1038/1212 [02:01<02:27,  1.18 SVGs/s]
Rendering:  86%|████████▌ | 1039/1212 [02:01<01:47,  1.61 SVGs/s]
Rendering:  86%|████████▌ | 1040/1212 [02:02<01:20,  2.13 SVGs/s]
Rendering:  86%|████████▌ | 1041/1212 [02:02<01:01,  2.79 SVGs/s]
Rendering:  86%|████████▌ | 1042/1212 [02:02<00:47,  3.55 SVGs/s]
Rendering:  86%|████████▌ | 1043/1212 [02:02<00:38,  4.38 SVGs/s]
Rendering:  86%|████████▌ | 1044/1212 [02:03<01:04,  2.61 SVGs/s]
Rendering:  86%|████████▌ | 1045/1212 [02:03<00:50,  3.33 SVGs/s]
Rendering:  86%|████████▋ | 1046/1212 [02:03<00:43,  3.85 SVGs/s]
Rendering:  86%|████████▋ | 1048/1212 [02:03<00:35,  4.56 SVGs/s]
Rendering:  87%|████████▋ | 1049/1212 [02:03<00:30,  5.34 SVGs/s]
Rendering:  87%|████████▋ | 1050/1212 [02:03<00:26,  6.12 SVGs/s]
Rendering:  87%|████████▋ | 1051/1212 [02:03<00:23,  6.87 SVGs/s]
Rendering:  87%|████████▋ | 1052/1212 [02:04<00:22,  7.07 SVGs/s]
Rendering:  87%|████████▋ | 1053/1212 [02:04<00:20,  7.75 SVGs/s]
Rendering:  87%|████████▋ | 1055/1212 [02:04<00:18,  8.44 SVGs/s]
Rendering:  87%|████████▋ | 1056/1212 [02:04<00:24,  6.31 SVGs/s]
Rendering:  87%|████████▋ | 1057/1212 [02:04<00:22,  6.91 SVGs/s]
Rendering:  87%|████████▋ | 1059/1212 [02:04<00:20,  7.62 SVGs/s]
Rendering:  88%|████████▊ | 1061/1212 [02:05<00:18,  8.17 SVGs/s]
Rendering:  88%|████████▊ | 1062/1212 [02:06<00:58,  2.57 SVGs/s]
Rendering:  88%|████████▊ | 1063/1212 [02:06<00:45,  3.28 SVGs/s]
Rendering:  88%|████████▊ | 1064/1212 [02:09<03:16,  1.33s/ SVGs]
Rendering:  88%|████████▊ | 1065/1212 [02:10<02:21,  1.04 SVGs/s]
Rendering:  88%|████████▊ | 1066/1212 [02:10<01:46,  1.37 SVGs/s]
Rendering:  88%|████████▊ | 1068/1212 [02:10<01:18,  1.83 SVGs/s]
Rendering:  88%|████████▊ | 1069/1212 [02:10<00:59,  2.41 SVGs/s]
Rendering:  88%|████████▊ | 1070/1212 [02:10<00:50,  2.82 SVGs/s]
Rendering:  88%|████████▊ | 1071/1212 [02:10<00:39,  3.54 SVGs/s]
Rendering:  88%|████████▊ | 1072/1212 [02:11<00:35,  3.96 SVGs/s]
Rendering:  89%|████████▊ | 1073/1212 [02:11<00:29,  4.75 SVGs/s]
Rendering:  89%|████████▊ | 1074/1212 [02:11<00:24,  5.64 SVGs/s]
Rendering:  89%|████████▊ | 1075/1212 [02:11<00:21,  6.44 SVGs/s]
Rendering:  89%|████████▉ | 1076/1212 [02:11<00:19,  7.14 SVGs/s]
Rendering:  89%|████████▉ | 1078/1212 [02:11<00:17,  7.60 SVGs/s]
Rendering:  89%|████████▉ | 1079/1212 [02:11<00:16,  8.19 SVGs/s]
Rendering:  89%|████████▉ | 1080/1212 [02:11<00:15,  8.48 SVGs/s]
Rendering:  89%|████████▉ | 1081/1212 [02:12<00:14,  8.80 SVGs/s]
Rendering:  89%|████████▉ | 1082/1212 [02:12<00:14,  9.03 SVGs/s]
Rendering:  89%|████████▉ | 1083/1212 [02:12<00:14,  9.19 SVGs/s]
Rendering:  89%|████████▉ | 1084/1212 [02:12<00:13,  9.42 SVGs/s]
Rendering:  90%|████████▉ | 1085/1212 [02:12<00:13,  9.48 SVGs/s]
Rendering:  90%|████████▉ | 1086/1212 [02:12<00:17,  7.34 SVGs/s]
Rendering:  90%|████████▉ | 1087/1212 [02:12<00:16,  7.75 SVGs/s]
Rendering:  90%|████████▉ | 1088/1212 [02:12<00:15,  8.23 SVGs/s]
Rendering:  90%|████████▉ | 1089/1212 [02:13<00:14,  8.43 SVGs/s]
Rendering:  90%|████████▉ | 1090/1212 [02:13<00:16,  7.43 SVGs/s]
Rendering:  90%|█████████ | 1091/1212 [02:13<00:15,  8.05 SVGs/s]
Rendering:  90%|█████████ | 1092/1212 [02:13<00:18,  6.44 SVGs/s]
Rendering:  90%|█████████ | 1093/1212 [02:13<00:16,  7.02 SVGs/s]
Rendering:  90%|█████████ | 1094/1212 [02:13<00:17,  6.89 SVGs/s]
Rendering:  90%|█████████ | 1095/1212 [02:13<00:15,  7.59 SVGs/s]
Rendering:  90%|█████████ | 1096/1212 [02:14<00:14,  8.18 SVGs/s]
Rendering:  91%|█████████ | 1097/1212 [02:14<00:13,  8.23 SVGs/s]
Rendering:  91%|█████████ | 1098/1212 [02:14<00:14,  7.65 SVGs/s]
Rendering:  91%|█████████ | 1099/1212 [02:14<00:14,  7.92 SVGs/s]
Rendering:  91%|█████████ | 1100/1212 [02:14<00:13,  8.28 SVGs/s]
Rendering:  91%|█████████ | 1101/1212 [02:14<00:12,  8.55 SVGs/s]
Rendering:  91%|█████████ | 1102/1212 [02:14<00:12,  8.57 SVGs/s]
Rendering:  91%|█████████ | 1103/1212 [02:14<00:12,  8.77 SVGs/s]
Rendering:  91%|█████████ | 1104/1212 [02:14<00:12,  8.91 SVGs/s]
Rendering:  91%|█████████ | 1105/1212 [02:15<00:11,  9.01 SVGs/s]
Rendering:  91%|█████████▏| 1106/1212 [02:15<00:11,  9.19 SVGs/s]
Rendering:  91%|█████████▏| 1107/1212 [02:15<00:11,  9.21 SVGs/s]
Rendering:  91%|█████████▏| 1108/1212 [02:15<00:11,  9.33 SVGs/s]
Rendering:  92%|█████████▏| 1110/1212 [02:15<00:10,  9.36 SVGs/s]
Rendering:  92%|█████████▏| 1112/1212 [02:15<00:10,  9.38 SVGs/s]
Rendering:  92%|█████████▏| 1113/1212 [02:15<00:10,  9.45 SVGs/s]
Rendering:  92%|█████████▏| 1114/1212 [02:16<00:10,  9.39 SVGs/s]
Rendering:  92%|█████████▏| 1115/1212 [02:16<00:10,  9.46 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/faustedition.2_V_H.33.i_3_r--2_V_H.36-graph-graph.dot: libpath/shortest.c:324: triangulation failed
libpath/shortest.c:207: cannot find triangle path


Rendering:  92%|█████████▏| 1116/1212 [02:16<00:15,  6.23 SVGs/s]
Rendering:  92%|█████████▏| 1117/1212 [02:16<00:13,  6.85 SVGs/s]
Rendering:  92%|█████████▏| 1118/1212 [02:16<00:12,  7.30 SVGs/s]
Rendering:  92%|█████████▏| 1120/1212 [02:40<05:42,  3.72s/ SVGs]
Rendering:  93%|█████████▎| 1122/1212 [02:40<03:56,  2.63s/ SVGs]
Rendering:  93%|█████████▎| 1124/1212 [02:41<02:44,  1.87s/ SVGs]
Rendering:  93%|█████████▎| 1126/1212 [02:41<01:58,  1.38s/ SVGs]
Rendering:  93%|█████████▎| 1128/1212 [02:41<01:25,  1.02s/ SVGs]
Rendering:  93%|█████████▎| 1130/1212 [02:47<02:08,  1.57s/ SVGs]
Rendering:  93%|█████████▎| 1131/1212 [02:47<01:31,  1.13s/ SVGs]
Rendering:  93%|█████████▎| 1132/1212 [02:49<01:36,  1.21s/ SVGs]
Rendering:  93%|█████████▎| 1133/1212 [02:49<01:11,  1.11 SVGs/s]
Rendering:  94%|█████████▎| 1134/1212 [03:19<12:28,  9.60s/ SVGs]
Rendering:  94%|█████████▎| 1136/1212 [03:19<08:32,  6.74s/ SVGs]
Rendering:  94%|█████████▍| 1137/1212 [03:19<05:56,  4.75s/ SVGs]
Rendering:  94%|█████████▍| 1139/1212 [03:19<04:04,  3.35s/ SVGs]
Rendering:  94%|█████████▍| 1141/1212 [03:19<02:48,  2.38s/ SVGs]
Rendering:  94%|█████████▍| 1143/1212 [03:20<01:56,  1.69s/ SVGs]
Rendering:  94%|█████████▍| 1144/1212 [03:24<02:55,  2.58s/ SVGs]
Rendering:  95%|█████████▍| 1146/1212 [03:24<02:01,  1.83s/ SVGs]
Rendering:  95%|█████████▍| 1148/1212 [03:25<01:24,  1.31s/ SVGs]
Rendering:  95%|█████████▍| 1149/1212 [03:25<00:59,  1.05 SVGs/s]
Rendering:  95%|█████████▍| 1151/1212 [03:31<01:38,  1.62s/ SVGs]
Rendering:  95%|█████████▌| 1152/1212 [03:31<01:09,  1.16s/ SVGs]
Rendering:  95%|█████████▌| 1153/1212 [03:31<00:49,  1.18 SVGs/s]
Rendering:  95%|█████████▌| 1155/1212 [03:31<00:35,  1.61 SVGs/s]
Rendering:  95%|█████████▌| 1156/1212 [03:32<00:26,  2.14 SVGs/s]
Rendering:  96%|█████████▌| 1158/1212 [03:32<00:19,  2.79 SVGs/s]
Rendering:  96%|█████████▌| 1159/1212 [03:34<00:44,  1.20 SVGs/s]
Rendering:  96%|█████████▌| 1160/1212 [03:34<00:31,  1.63 SVGs/s]
Rendering:  96%|█████████▌| 1162/1212 [03:34<00:23,  2.17 SVGs/s]
Rendering:  96%|█████████▌| 1163/1212 [03:42<02:07,  2.61s/ SVGs]
Rendering:  96%|█████████▌| 1164/1212 [03:42<01:29,  1.86s/ SVGs]
Rendering:  96%|█████████▌| 1165/1212 [03:43<01:23,  1.78s/ SVGs]
Rendering:  96%|█████████▋| 1167/1212 [03:44<00:57,  1.28s/ SVGs]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:  96%|█████████▋| 1169/1212 [03:44<00:41,  1.04 SVGs/s]
Rendering:  97%|█████████▋| 1171/1212 [03:44<00:28,  1.42 SVGs/s]
Rendering:  97%|█████████▋| 1172/1212 [03:44<00:20,  1.91 SVGs/s]
Rendering:  97%|█████████▋| 1174/1212 [03:45<00:15,  2.53 SVGs/s]
Rendering:  97%|█████████▋| 1175/1212 [03:45<00:11,  3.21 SVGs/s]
Rendering:  97%|█████████▋| 1176/1212 [03:45<00:08,  4.03 SVGs/s]
Rendering:  97%|█████████▋| 1177/1212 [03:45<00:07,  4.85 SVGs/s]
Rendering:  97%|█████████▋| 1179/1212 [03:45<00:05,  5.75 SVGs/s]
Rendering:  97%|█████████▋| 1180/1212 [03:45<00:04,  6.49 SVGs/s]
Rendering:  98%|█████████▊| 1182/1212 [03:45<00:04,  7.19 SVGs/s]
Rendering:  98%|█████████▊| 1184/1212 [03:46<00:03,  7.78 SVGs/s]
Rendering:  98%|█████████▊| 1185/1212 [03:46<00:03,  8.17 SVGs/s]
Rendering:  98%|█████████▊| 1186/1212 [03:46<00:03,  8.64 SVGs/s]
Rendering:  98%|█████████▊| 1188/1212 [03:46<00:02,  8.92 SVGs/s]
Rendering:  98%|█████████▊| 1190/1212 [03:46<00:02,  9.06 SVGs/s]
Rendering:  98%|█████████▊| 1192/1212 [03:46<00:02,  9.33 SVGs/s]
Rendering:  98%|█████████▊| 1193/1212 [03:47<00:02,  9.41 SVGs/s]
Rendering:  99%|█████████▊| 1195/1212 [03:47<00:01,  9.47 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/landeck1981-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_V_H.26/i_v" -> "faust://document/faustedition/2_V_H.26". Something is probably seriously wrong.


Rendering:  99%|█████████▊| 1196/1212 [04:18<02:29,  9.36s/ SVGs]
Rendering:  99%|█████████▉| 1198/1212 [04:18<01:32,  6.58s/ SVGs]
Rendering:  99%|█████████▉| 1199/1212 [04:25<01:25,  6.61s/ SVGs]
Rendering:  99%|█████████▉| 1200/1212 [04:25<00:56,  4.73s/ SVGs]
Rendering:  99%|█████████▉| 1201/1212 [04:25<00:36,  3.35s/ SVGs]
Rendering:  99%|█████████▉| 1202/1212 [04:25<00:23,  2.37s/ SVGs]
Rendering:  99%|█████████▉| 1203/1212 [04:30<00:28,  3.17s/ SVGs]
Rendering:  99%|█████████▉| 1204/1212 [04:32<00:21,  2.74s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/wa_I_15_2-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_II_H.28/alpha" -> "faust://document/faustedition/2_II_H.28". Something is probably seriously wrong.


Rendering:  99%|█████████▉| 1205/1212 [04:49<00:49,  7.12s/ SVGs]
Rendering: 100%|█████████▉| 1206/1212 [05:37<01:55, 19.32s/ SVGs]
Rendering: 100%|█████████▉| 1207/1212 [05:54<01:33, 18.65s/ SVGs]
Rendering: 100%|█████████▉| 1208/1212 [06:17<01:19, 19.88s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/bohnenkamp1994-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_V_H.24/i_v" -> "faust://document/faustedition/2_V_H.2". Something is probably seriously wrong.


Rendering: 100%|█████████▉| 1209/1212 [06:41<01:03, 21.06s/ SVGs]ERROR    macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot failed (-11): 

Rendering: 100%|█████████▉| 1210/1212 [52:23<27:54, 837.34s/ SVGs]ERROR    macrogen.visualize Rendering target/macrogenesis/scc-02-graph.dot failed (-11): Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_V_H.24/i_v" -> "faust://document/faustedition/2_V_H.2". Something is probably seriously wrong.


Rendering: 100%|█████████▉| 1211/1212 [2:06:54<32:07, 1927.52s/ SVGs]
Rendering: 100%|██████████| 1212/1212 [2:35:06<00:00, 1856.97s/ SVGs]
ERROR    macrogen.visualize Rendered 1209 SVGs, 0 timed out, 3 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,826 (reg: 7,822, dir: 4)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 3,690
Total file size: 299,247,828 bytes
Total transferred file size: 88,868,358 bytes
Literal data: 75,215,557 bytes
Matched data: 13,652,801 bytes
File list size: 262,125
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 75,767,022
Total bytes received: 743,220

sent 75,767,022 bytes  received 743,220 bytes  17,002,276.00 bytes/sec
total size is 299,247,828  speedup is 3.91
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 14800 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