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-Dd4zkKRiRDE5/agent.14306
SSH_AGENT_PID=14309
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_2978342469155027008.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_2978342469155027008.key)
[ssh-agent] Using credentials git
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_2021905087145899955.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_2021905087145899955.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 f8e2f676be47b20af366a7ab8ce8031bcf7d48ee (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f f8e2f676be47b20af366a7ab8ce8031bcf7d48ee
Commit message: "A very very rudimentary interactive graph visualization app."
 > /usr/bin/git rev-list --no-walk d3623d4422bf24277535c5810196c6051ae8fc52 # 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/jenkins6623071055291164567.sh
+ pip install numpy
Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (1.16.2)
You are using pip version 18.1, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ pip install -e .
Obtaining file:///mnt/data/jenkins/workspace/faust-macrogen
Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.16.2)
Requirement already satisfied: more-itertools in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (6.0.0)
Requirement already satisfied: networkx>=2.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.2)
Requirement already satisfied: python-igraph in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.7.1.post6)
Requirement already satisfied: pygraphviz in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.5)
Requirement already satisfied: ruamel.yaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.15.89)
Requirement already satisfied: pyyaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (3.13)
Requirement already satisfied: pandas in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.24.1)
Requirement already satisfied: openpyxl in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.6.1)
Requirement already satisfied: xlrd in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.0)
Requirement already satisfied: lxml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.3.2)
Requirement already satisfied: requests in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.21.0)
Requirement already satisfied: requests-cache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.4.13)
Requirement already satisfied: logging-tree in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.8)
Requirement already satisfied: colorlog in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.0.2)
Requirement already satisfied: tqdm in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.31.1)
Requirement already satisfied: dataclasses in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.6)
Requirement already satisfied: cvxpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.0.19)
Requirement already satisfied: cvxopt in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.3)
Requirement already satisfied: decorator>=4.3.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from networkx>=2.1->faust-macrogen==0.9) (4.3.2)
Requirement already satisfied: pytz>=2011k in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2018.9)
Requirement already satisfied: python-dateutil>=2.5.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2.8.0)
Requirement already satisfied: jdcal in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.4)
Requirement already satisfied: et_xmlfile in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.0.1)
Requirement already satisfied: 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: 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: 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: 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 P167 from inscription H P167 i_r_u
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 H P167 from inscription H P167 i_v
INFO     macrogen.graph Adopted H P167 from inscription H P167 i_uebrige
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 P22 from inscription H P22 i_2_o
INFO     macrogen.graph Adopted H P22 from inscription H P22 i_1_o
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 130 edges, max 42 feedback edges
INFO     macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 87497, 42 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 2, 7 <= objective <= 87497, 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 927-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, 6084 <= objective <= 388727, 2435 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 7, 6271 <= objective <= 388727, 2610 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 8, 6275 <= objective <= 388727, 2775 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 9, 6497 <= objective <= 388727, 2863 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 10, 6524 <= objective <= 388727, 2900 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 11, 6527 <= objective <= 388727, 2944 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 12, 6528 <= objective <= 388727, 2971 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 13, 6578 <= objective <= 388727, 3012 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 14, 6582 <= objective <= 388727, 3141 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 15, 6628 <= objective <= 388727, 3173 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 16, 6644 <= objective <= 388727, 3214 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 17, 6647 <= objective <= 388727, 3252 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 18, 6651 <= objective <= 388727, 3288 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 19, 6652 <= objective <= 388727, 3326 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 20, 6654 <= objective <= 388727, 3359 simple cycles
Long-step dual simplex will be used
INFO     macrogen.fes.FES_Baharev Baharev iteration 21, 6656 <= objective <= 388727, 3383 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 3302 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/1217 [00:00<?, ? SVGs/s]
Rendering:   1%|          | 15/1217 [00:00<00:08, 145.16 SVGs/s]
Rendering:   3%|▎         | 33/1217 [00:00<00:07, 151.66 SVGs/s]
Rendering:   5%|▍         | 56/1217 [00:00<00:06, 168.38 SVGs/s]
Rendering:   6%|▌         | 72/1217 [00:00<00:06, 164.87 SVGs/s]
Rendering:   7%|▋         | 89/1217 [00:00<00:07, 160.16 SVGs/s]
Rendering:   9%|▉         | 111/1217 [00:00<00:06, 170.05 SVGs/s]
Rendering:  11%|█         | 129/1217 [00:00<00:06, 169.89 SVGs/s]
Rendering:  12%|█▏        | 151/1217 [00:00<00:05, 179.71 SVGs/s]
Rendering:  14%|█▍        | 169/1217 [00:00<00:06, 168.55 SVGs/s]
Rendering:  16%|█▌        | 189/1217 [00:01<00:05, 174.11 SVGs/s]
Rendering:  17%|█▋        | 207/1217 [00:01<00:06, 166.31 SVGs/s]
Rendering:  18%|█▊        | 224/1217 [00:01<00:06, 161.56 SVGs/s]
Rendering:  20%|█▉        | 241/1217 [00:01<00:06, 162.11 SVGs/s]
Rendering:  21%|██        | 258/1217 [00:01<00:06, 158.85 SVGs/s]
Rendering:  23%|██▎       | 274/1217 [00:01<00:05, 158.53 SVGs/s]
Rendering:  24%|██▍       | 290/1217 [00:01<00:05, 154.91 SVGs/s]
Rendering:  25%|██▌       | 306/1217 [00:01<00:05, 155.27 SVGs/s]
Rendering:  26%|██▋       | 322/1217 [00:01<00:06, 148.27 SVGs/s]
Rendering:  28%|██▊       | 337/1217 [00:02<00:06, 129.61 SVGs/s]
Rendering:  29%|██▉       | 351/1217 [00:02<00:06, 124.80 SVGs/s]
Rendering:  30%|██▉       | 365/1217 [00:02<00:06, 128.09 SVGs/s]
Rendering:  31%|███       | 379/1217 [00:02<00:06, 123.58 SVGs/s]
Rendering:  32%|███▏      | 392/1217 [00:02<00:06, 118.25 SVGs/s]ERROR    macrogen.visualize Rendering target/macrogenesis/2_V_H.2-graph.dot failed (1): Error: trouble in init_rank
	%0 1
	%0 20
	%0 2
	%0 2
	%0 1
	%0 1
	%0 2
	%0 2
	%0 1
	1826-04-28 1
	%0 1
	1826-04-20 1
	%0 1
	1826-04-19 1
	%0 1
	1826-03-13 1
	%0 1
	1826-03-11 1
	%0 1
	1825-04-01 6
	%0 2
	1825-03-17 1
	%0 1
	1825-03-13 1
	%0 1
	1825-03-12 1
	%0 1
	1825-02-24 1
	faust://document/faustedition/2_V_H.21 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.29/i_v 1
	%0 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
	%0 1
	faust://document/faustedition/2_V_H.29 1
	%0 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_v 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.14 1
	%0 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.13/i_r 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
libpath/shortest.c:324: triangulation failed
libpath/shortest.c:192: source point not in any triangle
Error: in routesplines, Pshortestpath failed
libpath/shortest.c:324: triangulation failed
libpath/shortest.c:192: source point not in any triangle
Error: in routesplines, Pshortestpath failed
Warning: no position for edge with head label ·Warning: no position for edge with head label ·Error: lost faust://inscription/faustedition/2_V_H.29/i_r faust://document/faustedition/2_V_H.29 edge
Error: lost faust://inscription/faustedition/2_V_H.26/i_v faust://document/faustedition/2_V_H.26 edge


Rendering:  33%|███▎      | 405/1217 [00:02<00:07, 112.61 SVGs/s]
Rendering:  34%|███▍      | 417/1217 [00:02<00:08, 92.13 SVGs/s] 
Rendering:  35%|███▌      | 427/1217 [00:03<00:09, 87.30 SVGs/s]
Rendering:  36%|███▌      | 437/1217 [00:03<00:08, 89.84 SVGs/s]
Rendering:  37%|███▋      | 447/1217 [00:03<00:08, 91.58 SVGs/s]
Rendering:  38%|███▊      | 458/1217 [00:03<00:08, 92.55 SVGs/s]
Rendering:  39%|███▊      | 470/1217 [00:03<00:07, 96.02 SVGs/s]
Rendering:  40%|███▉      | 481/1217 [00:03<00:07, 98.16 SVGs/s]
Rendering:  40%|████      | 492/1217 [00:03<00:07, 98.96 SVGs/s]
Rendering:  41%|████      | 502/1217 [00:03<00:07, 97.34 SVGs/s]
Rendering:  42%|████▏     | 512/1217 [00:03<00:07, 95.51 SVGs/s]
Rendering:  43%|████▎     | 524/1217 [00:03<00:06, 99.05 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%|████▍     | 534/1217 [00:04<00:07, 95.59 SVGs/s]
Rendering:  45%|████▍     | 544/1217 [00:04<00:07, 92.82 SVGs/s]
Rendering:  46%|████▌     | 556/1217 [00:04<00:06, 96.41 SVGs/s]
Rendering:  47%|████▋     | 568/1217 [00:04<00:06, 101.01 SVGs/s]
Rendering:  48%|████▊     | 579/1217 [00:04<00:06, 101.23 SVGs/s]
Rendering:  48%|████▊     | 590/1217 [00:04<00:06, 101.49 SVGs/s]
Rendering:  50%|████▉     | 608/1217 [00:04<00:05, 116.72 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


Rendering:  51%|█████▏    | 625/1217 [00:04<00:04, 122.51 SVGs/s]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
	1831-08-13 1
	%0 1
	faust://document/faustedition/2_V_H.33 1
	%0 1
	faust://document/faustedition/2_H 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 1
	faust://document/faustedition/2_V_H.32a 1
	%0 1
	%0 1
	%0 1
	%0 1
	%0 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
	faust://document/faustedition/2_V_H.35 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_V_H.33/i_uebrige 2
	%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
	faust://document/faustedition/2_V_H.38a 2
	%0 1
	%0 1


Rendering:  53%|█████▎    | 646/1217 [00:04<00:04, 138.86 SVGs/s]
Rendering:  55%|█████▍    | 665/1217 [00:05<00:03, 150.73 SVGs/s]
Rendering:  56%|█████▌    | 682/1217 [00:05<00:03, 145.89 SVGs/s]
Rendering:  57%|█████▋    | 698/1217 [00:05<00:03, 132.54 SVGs/s]
Rendering:  59%|█████▊    | 713/1217 [00:05<00:04, 125.95 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/2_H-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_H" -> "faust://document/faustedition/C.3_4". Something is probably seriously wrong.


Rendering:  60%|█████▉    | 727/1217 [00:06<00:12, 40.29 SVGs/s] 
Rendering:  61%|██████    | 737/1217 [00:08<00:31, 15.04 SVGs/s]
Rendering:  61%|██████    | 744/1217 [00:10<01:06,  7.15 SVGs/s]WARNING  macrogen.visualize Rendering target/macrogenesis/scene_2-5-4-1-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.31a" -> "1825-03-20". Something is probably seriously wrong.


Rendering:  62%|██████▏   | 749/1217 [00:10<00:50,  9.21 SVGs/s]
Rendering:  62%|██████▏   | 754/1217 [00:10<00:38, 12.10 SVGs/s]
Rendering:  62%|██████▏   | 759/1217 [00:10<00:30, 14.84 SVGs/s]
Rendering:  63%|██████▎   | 765/1217 [00:10<00:23, 18.88 SVGs/s]
Rendering:  63%|██████▎   | 771/1217 [00:10<00:19, 23.29 SVGs/s]
Rendering:  64%|██████▍   | 777/1217 [00:10<00:15, 28.25 SVGs/s]
Rendering:  64%|██████▍   | 783/1217 [00:11<00:13, 32.78 SVGs/s]
Rendering:  65%|██████▍   | 789/1217 [00:11<00:11, 37.60 SVGs/s]
Rendering:  65%|██████▌   | 795/1217 [00:11<00:10, 41.58 SVGs/s]
Rendering:  66%|██████▌   | 801/1217 [00:11<00:09, 43.80 SVGs/s]
Rendering:  66%|██████▋   | 807/1217 [00:11<00:10, 40.82 SVGs/s]
Rendering:  67%|██████▋   | 813/1217 [00:11<00:09, 43.80 SVGs/s]
Rendering:  67%|██████▋   | 818/1217 [00:12<00:14, 27.30 SVGs/s]
Rendering:  68%|██████▊   | 822/1217 [00:12<00:18, 21.04 SVGs/s]
Rendering:  68%|██████▊   | 826/1217 [00:13<00:33, 11.82 SVGs/s]
Rendering:  68%|██████▊   | 829/1217 [00:13<00:32, 11.90 SVGs/s]
Rendering:  68%|██████▊   | 832/1217 [00:13<00:31, 12.36 SVGs/s]
Rendering:  69%|██████▊   | 834/1217 [00:13<00:45,  8.39 SVGs/s]
Rendering:  69%|██████▊   | 836/1217 [00:14<00:38,  9.77 SVGs/s]
Rendering:  69%|██████▉   | 839/1217 [00:14<00:36, 10.37 SVGs/s]
Rendering:  69%|██████▉   | 841/1217 [00:14<00:32, 11.41 SVGs/s]
Rendering:  69%|██████▉   | 844/1217 [00:14<00:28, 13.31 SVGs/s]
Rendering:  70%|██████▉   | 846/1217 [00:14<00:27, 13.37 SVGs/s]
Rendering:  70%|██████▉   | 848/1217 [00:19<04:43,  1.30 SVGs/s]
Rendering:  70%|██████▉   | 850/1217 [00:19<03:27,  1.77 SVGs/s]
Rendering:  70%|███████   | 852/1217 [00:19<02:35,  2.35 SVGs/s]
Rendering:  70%|███████   | 854/1217 [00:20<01:56,  3.12 SVGs/s]
Rendering:  70%|███████   | 856/1217 [00:20<01:27,  4.11 SVGs/s]
Rendering:  71%|███████   | 858/1217 [00:20<01:24,  4.23 SVGs/s]
Rendering:  71%|███████   | 860/1217 [00:21<01:42,  3.47 SVGs/s]
Rendering:  71%|███████   | 864/1217 [00:21<01:14,  4.74 SVGs/s]
Rendering:  71%|███████   | 866/1217 [00:21<00:59,  5.87 SVGs/s]
Rendering:  71%|███████▏  | 868/1217 [00:21<00:54,  6.39 SVGs/s]
Rendering:  71%|███████▏  | 870/1217 [00:23<01:35,  3.63 SVGs/s]
Rendering:  72%|███████▏  | 871/1217 [00:23<01:47,  3.20 SVGs/s]
Rendering:  72%|███████▏  | 873/1217 [00:23<01:23,  4.13 SVGs/s]
Rendering:  72%|███████▏  | 875/1217 [00:23<01:06,  5.14 SVGs/s]
Rendering:  72%|███████▏  | 877/1217 [00:26<03:02,  1.86 SVGs/s]
Rendering:  72%|███████▏  | 879/1217 [00:27<03:19,  1.69 SVGs/s]
Rendering:  72%|███████▏  | 881/1217 [00:28<02:26,  2.30 SVGs/s]
Rendering:  73%|███████▎  | 883/1217 [00:28<01:51,  3.00 SVGs/s]
Rendering:  73%|███████▎  | 886/1217 [00:28<01:21,  4.07 SVGs/s]
Rendering:  73%|███████▎  | 888/1217 [00:28<01:03,  5.14 SVGs/s]
Rendering:  73%|███████▎  | 890/1217 [00:28<00:51,  6.29 SVGs/s]
Rendering:  73%|███████▎  | 892/1217 [00:28<00:44,  7.23 SVGs/s]
Rendering:  73%|███████▎  | 894/1217 [00:29<00:41,  7.80 SVGs/s]
Rendering:  74%|███████▎  | 896/1217 [00:29<00:34,  9.36 SVGs/s]
Rendering:  74%|███████▍  | 898/1217 [00:30<01:13,  4.32 SVGs/s]
Rendering:  74%|███████▍  | 901/1217 [00:30<00:54,  5.80 SVGs/s]
Rendering:  74%|███████▍  | 904/1217 [00:30<00:41,  7.59 SVGs/s]
Rendering:  75%|███████▍  | 908/1217 [00:30<00:32,  9.44 SVGs/s]
Rendering:  75%|███████▍  | 911/1217 [00:30<00:26, 11.35 SVGs/s]
Rendering:  75%|███████▌  | 914/1217 [00:31<00:28, 10.50 SVGs/s]
Rendering:  75%|███████▌  | 917/1217 [00:31<00:46,  6.40 SVGs/s]
Rendering:  76%|███████▌  | 919/1217 [00:32<00:38,  7.71 SVGs/s]
Rendering:  76%|███████▌  | 922/1217 [00:32<00:30,  9.54 SVGs/s]
Rendering:  76%|███████▌  | 924/1217 [00:33<00:56,  5.17 SVGs/s]
Rendering:  76%|███████▌  | 926/1217 [00:33<00:46,  6.28 SVGs/s]
Rendering:  76%|███████▋  | 928/1217 [00:33<00:40,  7.19 SVGs/s]
Rendering:  76%|███████▋  | 930/1217 [00:33<00:35,  8.04 SVGs/s]
Rendering:  76%|███████▋  | 930/1217 [00:49<00:35,  8.04 SVGs/s]
Rendering:  76%|███████▋  | 931/1217 [00:57<34:02,  7.14s/ SVGs]
Rendering:  77%|███████▋  | 933/1217 [00:57<23:46,  5.02s/ SVGs]
Rendering:  77%|███████▋  | 935/1217 [00:57<16:37,  3.54s/ SVGs]
Rendering:  77%|███████▋  | 937/1217 [00:58<12:02,  2.58s/ SVGs]
Rendering:  77%|███████▋  | 938/1217 [00:58<08:32,  1.84s/ SVGs]
Rendering:  77%|███████▋  | 939/1217 [00:58<06:05,  1.32s/ SVGs]
Rendering:  77%|███████▋  | 941/1217 [00:58<04:22,  1.05 SVGs/s]
Rendering:  77%|███████▋  | 943/1217 [00:58<03:09,  1.45 SVGs/s]
Rendering:  78%|███████▊  | 945/1217 [00:58<02:19,  1.95 SVGs/s]
Rendering:  78%|███████▊  | 947/1217 [00:58<01:44,  2.59 SVGs/s]
Rendering:  78%|███████▊  | 949/1217 [00:59<01:19,  3.36 SVGs/s]
Rendering:  78%|███████▊  | 951/1217 [00:59<01:03,  4.17 SVGs/s]
Rendering:  78%|███████▊  | 953/1217 [00:59<00:52,  5.04 SVGs/s]
Rendering:  78%|███████▊  | 955/1217 [00:59<00:43,  5.99 SVGs/s]
Rendering:  78%|███████▊  | 955/1217 [01:09<00:43,  5.99 SVGs/s]
Rendering:  79%|███████▊  | 957/1217 [01:13<09:36,  2.22s/ SVGs]
Rendering:  79%|███████▉  | 959/1217 [01:13<06:48,  1.58s/ SVGs]
Rendering:  79%|███████▉  | 961/1217 [01:14<04:50,  1.13s/ SVGs]
Rendering:  79%|███████▉  | 963/1217 [01:14<03:32,  1.19 SVGs/s]
Rendering:  79%|███████▉  | 965/1217 [01:14<02:46,  1.52 SVGs/s]
Rendering:  79%|███████▉  | 966/1217 [01:15<02:03,  2.03 SVGs/s]
Rendering:  80%|███████▉  | 968/1217 [01:15<01:32,  2.70 SVGs/s]
Rendering:  80%|███████▉  | 970/1217 [01:15<01:10,  3.51 SVGs/s]
Rendering:  80%|███████▉  | 972/1217 [01:15<00:55,  4.41 SVGs/s]
Rendering:  80%|████████  | 974/1217 [01:15<00:44,  5.40 SVGs/s]
Rendering:  80%|████████  | 976/1217 [01:16<01:10,  3.44 SVGs/s]
Rendering:  80%|████████  | 977/1217 [01:19<03:27,  1.16 SVGs/s]
Rendering:  80%|████████  | 978/1217 [01:19<02:31,  1.58 SVGs/s]
Rendering:  80%|████████  | 979/1217 [01:31<16:26,  4.15s/ SVGs]
Rendering:  81%|████████  | 981/1217 [01:31<11:30,  2.93s/ SVGs]
Rendering:  81%|████████  | 983/1217 [01:31<08:05,  2.07s/ SVGs]
Rendering:  81%|████████  | 985/1217 [01:32<05:48,  1.50s/ SVGs]
Rendering:  81%|████████  | 987/1217 [01:34<05:12,  1.36s/ SVGs]
Rendering:  81%|████████▏ | 989/1217 [01:34<03:42,  1.02 SVGs/s]
Rendering:  81%|████████▏ | 991/1217 [01:34<02:40,  1.41 SVGs/s]
Rendering:  82%|████████▏ | 993/1217 [01:34<01:57,  1.90 SVGs/s]
Rendering:  82%|████████▏ | 995/1217 [01:34<01:26,  2.57 SVGs/s]
Rendering:  82%|████████▏ | 997/1217 [01:35<01:05,  3.34 SVGs/s]
Rendering:  82%|████████▏ | 999/1217 [01:35<00:50,  4.28 SVGs/s]
Rendering:  82%|████████▏ | 1001/1217 [01:35<00:40,  5.39 SVGs/s]
Rendering:  82%|████████▏ | 1003/1217 [01:35<00:33,  6.40 SVGs/s]
Rendering:  83%|████████▎ | 1005/1217 [01:35<00:27,  7.81 SVGs/s]
Rendering:  83%|████████▎ | 1007/1217 [01:35<00:24,  8.57 SVGs/s]
Rendering:  83%|████████▎ | 1010/1217 [01:35<00:20, 10.12 SVGs/s]
Rendering:  83%|████████▎ | 1013/1217 [01:36<00:16, 12.32 SVGs/s]
Rendering:  83%|████████▎ | 1015/1217 [01:36<00:16, 12.28 SVGs/s]
Rendering:  84%|████████▎ | 1018/1217 [01:36<00:14, 13.64 SVGs/s]
Rendering:  84%|████████▍ | 1020/1217 [01:36<00:14, 13.26 SVGs/s]
Rendering:  84%|████████▍ | 1022/1217 [01:36<00:15, 12.94 SVGs/s]
Rendering:  84%|████████▍ | 1024/1217 [01:36<00:14, 13.23 SVGs/s]
Rendering:  84%|████████▍ | 1026/1217 [01:37<00:14, 13.49 SVGs/s]
Rendering:  84%|████████▍ | 1028/1217 [01:37<00:14, 13.28 SVGs/s]
Rendering:  85%|████████▍ | 1030/1217 [01:37<00:14, 13.04 SVGs/s]
Rendering:  85%|████████▍ | 1032/1217 [01:37<00:15, 11.71 SVGs/s]
Rendering:  85%|████████▍ | 1034/1217 [01:37<00:16, 11.05 SVGs/s]
Rendering:  85%|████████▌ | 1036/1217 [01:37<00:16, 11.07 SVGs/s]
Rendering:  85%|████████▌ | 1038/1217 [01:39<00:54,  3.28 SVGs/s]
Rendering:  85%|████████▌ | 1039/1217 [01:45<05:47,  1.95s/ SVGs]
Rendering:  85%|████████▌ | 1040/1217 [01:45<04:07,  1.40s/ SVGs]
Rendering:  86%|████████▌ | 1041/1217 [01:55<12:05,  4.12s/ SVGs]
Rendering:  86%|████████▌ | 1043/1217 [01:56<08:26,  2.91s/ SVGs]
Rendering:  86%|████████▌ | 1045/1217 [01:56<05:55,  2.07s/ SVGs]
Rendering:  86%|████████▌ | 1047/1217 [01:56<04:10,  1.48s/ SVGs]
Rendering:  86%|████████▌ | 1049/1217 [01:57<03:10,  1.14s/ SVGs]
Rendering:  86%|████████▋ | 1051/1217 [01:57<02:18,  1.20 SVGs/s]
Rendering:  87%|████████▋ | 1053/1217 [01:57<01:41,  1.61 SVGs/s]
Rendering:  87%|████████▋ | 1055/1217 [01:57<01:15,  2.15 SVGs/s]
Rendering:  87%|████████▋ | 1057/1217 [01:58<00:56,  2.84 SVGs/s]
Rendering:  87%|████████▋ | 1059/1217 [01:58<00:42,  3.68 SVGs/s]
Rendering:  87%|████████▋ | 1061/1217 [01:58<00:36,  4.22 SVGs/s]
Rendering:  87%|████████▋ | 1063/1217 [01:58<00:29,  5.20 SVGs/s]
Rendering:  88%|████████▊ | 1066/1217 [01:58<00:22,  6.63 SVGs/s]
Rendering:  88%|████████▊ | 1069/1217 [02:03<01:28,  1.68 SVGs/s]
Rendering:  88%|████████▊ | 1071/1217 [02:04<01:06,  2.21 SVGs/s]
Rendering:  88%|████████▊ | 1073/1217 [02:04<00:49,  2.88 SVGs/s]
Rendering:  88%|████████▊ | 1075/1217 [02:04<00:39,  3.62 SVGs/s]
Rendering:  88%|████████▊ | 1077/1217 [02:04<00:32,  4.35 SVGs/s]
Rendering:  89%|████████▊ | 1079/1217 [02:04<00:25,  5.41 SVGs/s]
Rendering:  89%|████████▉ | 1081/1217 [02:05<00:20,  6.54 SVGs/s]
Rendering:  89%|████████▉ | 1083/1217 [02:05<00:17,  7.74 SVGs/s]
Rendering:  89%|████████▉ | 1085/1217 [02:05<00:15,  8.60 SVGs/s]
Rendering:  89%|████████▉ | 1087/1217 [02:05<00:13,  9.49 SVGs/s]
Rendering:  89%|████████▉ | 1089/1217 [02:05<00:12, 10.36 SVGs/s]
Rendering:  90%|████████▉ | 1091/1217 [02:05<00:12,  9.71 SVGs/s]
Rendering:  90%|████████▉ | 1093/1217 [02:06<00:11, 10.41 SVGs/s]
Rendering:  90%|████████▉ | 1095/1217 [02:06<00:12,  9.74 SVGs/s]
Rendering:  90%|█████████ | 1097/1217 [02:06<00:13,  9.07 SVGs/s]
Rendering:  90%|█████████ | 1099/1217 [02:06<00:13,  9.03 SVGs/s]
Rendering:  90%|█████████ | 1101/1217 [02:06<00:12,  9.62 SVGs/s]
Rendering:  91%|█████████ | 1103/1217 [02:07<00:11,  9.85 SVGs/s]
Rendering:  91%|█████████ | 1105/1217 [02:07<00:10, 10.32 SVGs/s]
Rendering:  91%|█████████ | 1107/1217 [02:07<00:10, 10.89 SVGs/s]
Rendering:  91%|█████████ | 1109/1217 [02:07<00:09, 11.18 SVGs/s]
Rendering:  91%|█████████▏| 1111/1217 [02:07<00:09, 11.38 SVGs/s]
Rendering:  91%|█████████▏| 1113/1217 [02:07<00:08, 11.95 SVGs/s]
Rendering:  92%|█████████▏| 1115/1217 [02:08<00:08, 12.20 SVGs/s]
Rendering:  92%|█████████▏| 1117/1217 [02:08<00:08, 12.12 SVGs/s]
Rendering:  92%|█████████▏| 1119/1217 [02:08<00:08, 12.04 SVGs/s]
Rendering:  92%|█████████▏| 1121/1217 [02:08<00:07, 12.45 SVGs/s]
Rendering:  92%|█████████▏| 1123/1217 [02:08<00:07, 11.75 SVGs/s]
Rendering:  93%|█████████▎| 1126/1217 [02:08<00:07, 12.90 SVGs/s]
Rendering:  93%|█████████▎| 1128/1217 [02:09<00:07, 12.31 SVGs/s]
Rendering:  93%|█████████▎| 1130/1217 [02:09<00:07, 12.01 SVGs/s]
Rendering:  93%|█████████▎| 1132/1217 [02:09<00:13,  6.26 SVGs/s]
Rendering:  93%|█████████▎| 1133/1217 [02:20<04:40,  3.34s/ SVGs]
Rendering:  93%|█████████▎| 1135/1217 [02:21<03:26,  2.51s/ SVGs]
Rendering:  93%|█████████▎| 1137/1217 [02:32<04:32,  3.41s/ SVGs]
Rendering:  94%|█████████▎| 1139/1217 [02:39<04:28,  3.45s/ SVGs]
Rendering:  94%|█████████▍| 1141/1217 [02:40<03:05,  2.44s/ SVGs]
Rendering:  94%|█████████▍| 1142/1217 [02:40<02:10,  1.74s/ SVGs]
Rendering:  94%|█████████▍| 1144/1217 [02:40<01:30,  1.24s/ SVGs]
Rendering:  94%|█████████▍| 1146/1217 [02:40<01:03,  1.11 SVGs/s]
Rendering:  94%|█████████▍| 1148/1217 [02:40<00:45,  1.53 SVGs/s]
Rendering:  94%|█████████▍| 1149/1217 [02:55<05:26,  4.80s/ SVGs]
Rendering:  95%|█████████▍| 1151/1217 [02:55<03:43,  3.39s/ SVGs]
Rendering:  95%|█████████▍| 1153/1217 [02:55<02:33,  2.40s/ SVGs]
Rendering:  95%|█████████▍| 1155/1217 [02:55<01:45,  1.71s/ SVGs]
Rendering:  95%|█████████▍| 1156/1217 [03:03<03:33,  3.51s/ SVGs]
Rendering:  95%|█████████▌| 1158/1217 [03:03<02:26,  2.48s/ SVGs]
Rendering:  95%|█████████▌| 1160/1217 [03:03<01:40,  1.76s/ SVGs]
Rendering:  95%|█████████▌| 1162/1217 [03:04<01:09,  1.26s/ SVGs]
Rendering:  96%|█████████▌| 1163/1217 [03:04<00:49,  1.09 SVGs/s]
Rendering:  96%|█████████▌| 1164/1217 [03:06<01:04,  1.21s/ SVGs]
Rendering:  96%|█████████▌| 1165/1217 [03:06<00:45,  1.14 SVGs/s]
Rendering:  96%|█████████▌| 1167/1217 [03:06<00:32,  1.54 SVGs/s]
Rendering:  96%|█████████▌| 1168/1217 [03:20<03:49,  4.69s/ 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%|█████████▌| 1170/1217 [03:23<02:55,  3.74s/ SVGs]
Rendering:  96%|█████████▌| 1171/1217 [03:23<02:01,  2.65s/ SVGs]
Rendering:  96%|█████████▋| 1173/1217 [03:23<01:22,  1.88s/ SVGs]
Rendering:  96%|█████████▋| 1174/1217 [03:36<03:45,  5.23s/ SVGs]
Rendering:  97%|█████████▋| 1176/1217 [03:37<02:31,  3.69s/ SVGs]
Rendering:  97%|█████████▋| 1178/1217 [03:37<01:41,  2.60s/ SVGs]
Rendering:  97%|█████████▋| 1180/1217 [03:37<01:08,  1.85s/ SVGs]
Rendering:  97%|█████████▋| 1182/1217 [03:37<00:46,  1.32s/ SVGs]
Rendering:  97%|█████████▋| 1184/1217 [03:37<00:31,  1.06 SVGs/s]
Rendering:  97%|█████████▋| 1186/1217 [03:37<00:21,  1.46 SVGs/s]
Rendering:  98%|█████████▊| 1188/1217 [03:37<00:14,  2.01 SVGs/s]
Rendering:  98%|█████████▊| 1191/1217 [03:38<00:09,  2.75 SVGs/s]ERROR    macrogen.visualize Rendering target/macrogenesis/schillemeit1985-graph.dot failed (1): Error: trouble in init_rank
	%0 1
	%0 6
	%0 1
	%0 1
	1826-06-25 1
	%0 1
	1826-03-27 1
	%0 2
	1826-03-13 1
	%0 1
	faust://inscription/faustedition/2_III_H.49/i_r_u 2
	%0 1
	%0 1
	%0 1
	faust://inscription/faustedition/2_III_H.59b/i_uebrige 1
	%0 1
	%0 1
	%0 1
	faust://document/faustedition/2_III_H.59b 2
	%0 1
	%0 1
	%0 1
	%0 1


Rendering:  98%|█████████▊| 1195/1217 [03:38<00:05,  3.73 SVGs/s]
Rendering:  98%|█████████▊| 1198/1217 [03:38<00:03,  5.01 SVGs/s]
Rendering:  99%|█████████▊| 1201/1217 [03:38<00:02,  6.37 SVGs/s]
Rendering:  99%|█████████▉| 1203/1217 [03:38<00:01,  7.34 SVGs/s]
Rendering:  99%|█████████▉| 1203/1217 [03:49<00:01,  7.34 SVGs/s]
Rendering:  99%|█████████▉| 1204/1217 [03:54<01:02,  4.77s/ SVGs]
Rendering:  99%|█████████▉| 1205/1217 [03:54<00:41,  3.44s/ SVGs]
Rendering:  99%|█████████▉| 1206/1217 [03:54<00:26,  2.44s/ SVGs]
Rendering:  99%|█████████▉| 1208/1217 [03:58<00:20,  2.30s/ SVGs]
Rendering:  99%|█████████▉| 1209/1217 [03:59<00:15,  1.92s/ 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%|█████████▉| 1210/1217 [04:44<01:44, 14.86s/ SVGs]WARNING  macrogen.visualize Rendering target/macrogenesis/fischer-lamberg1955-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.50d" -> "1826-04-20". Something is probably seriously wrong.


Rendering: 100%|█████████▉| 1211/1217 [05:20<02:05, 20.96s/ SVGs]
Rendering: 100%|█████████▉| 1212/1217 [05:41<01:45, 21.13s/ SVGs]
Rendering: 100%|█████████▉| 1213/1217 [05:46<01:05, 16.32s/ SVGs]
Rendering: 100%|█████████▉| 1214/1217 [05:57<00:43, 14.58s/ 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://document/faustedition/2_V_H.21" -> "1825-04-01". Something is probably seriously wrong.


Rendering: 100%|█████████▉| 1215/1217 [49:44<26:37, 798.56s/ SVGs]ERROR    macrogen.visualize Rendering target/macrogenesis/scc-02-graph.dot failed (-11): libpath/shortest.c:324: triangulation failed
libpath/shortest.c:192: source point not in any triangle
Error: in routesplines, Pshortestpath failed


Rendering: 100%|█████████▉| 1216/1217 [51:28<09:50, 590.09s/ SVGs]
Rendering: 100%|██████████| 1217/1217 [3:27:14<00:00, 3216.79s/ SVGs]
ERROR    macrogen.visualize Rendered 1212 SVGs, 0 timed out, 5 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,808 (reg: 7,804, dir: 4)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 3,705
Total file size: 304,913,836 bytes
Total transferred file size: 95,355,872 bytes
Literal data: 80,533,405 bytes
Matched data: 14,822,467 bytes
File list size: 262,089
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 81,093,029
Total bytes received: 788,537

sent 81,093,029 bytes  received 788,537 bytes  18,195,903.56 bytes/sec
total size is 304,913,836  speedup is 3.72
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 14309 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