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-selk1ZFU4MVV/agent.5294 SSH_AGENT_PID=5296 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_6208204682492488289.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_6208204682492488289.key) [ssh-agent] Using credentials git Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_5177258963136788271.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_5177258963136788271.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 af44406f9509f87576645d47027a6856bb116e43 (refs/remotes/origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f af44406f9509f87576645d47027a6856bb116e43 Commit message: "Severity rating for the inscription table" > /usr/bin/git rev-list --no-walk 77193bed9990a5575c45e1ea6b2c343f0a135606 # 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/jenkins1193806939195093731.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: 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: 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 P167 from inscription H P167 i_r_u 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 P176 Var from inscription H P176 Var i_r 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 P167 from inscription H P167 i_v 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, 23 <= objective <= 77267, 119 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found INFO macrogen.graph Calculating MFAS for a 925-node graph using baharev, may take a while INFO macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP) INFO macrogen.fes.FES_Baharev Calculating FES for graph with 2280 edges, max 600 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 434730, 600 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 2, 4975 <= objective <= 390523, 1066 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 3, 5618 <= objective <= 388802, 1506 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 4, 5787 <= objective <= 388802, 1941 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 5, 5921 <= objective <= 388802, 2188 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 6, 6170 <= objective <= 388802, 2369 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 7, 6276 <= objective <= 388802, 2542 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 8, 6496 <= objective <= 388802, 2610 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 9, 6525 <= objective <= 388802, 2650 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 10, 6525 <= objective <= 388802, 2688 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 11, 6583 <= objective <= 388802, 2818 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 12, 6645 <= objective <= 388802, 2859 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 13, 6648 <= objective <= 388802, 2897 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 14, 6652 <= objective <= 388802, 2934 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 15, 6654 <= objective <= 388802, 2974 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 16, 6655 <= objective <= 388802, 3009 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 17, 6765 <= objective <= 388802, 3252 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 18, 6767 <= objective <= 388802, 3288 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 19, 6770 <= objective <= 388802, 3524 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 20, 6778 <= objective <= 388802, 3553 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 21, 6779 <= objective <= 388802, 3580 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 22, 6782 <= objective <= 388802, 3605 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 23, 6791 <= objective <= 388802, 3644 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 24, 6791 <= objective <= 388802, 3678 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 25, 6791 <= objective <= 388802, 3703 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 26, 6792 <= objective <= 388802, 3728 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 174 removed edges ... INFO macrogen.graph Marking 174 conflicting edges for deletion INFO macrogen.graph Removed 174 of the original 3294 edges INFO macrogen.graph Augmenting refs with data from graphs INFO macrogen.graph Creating sort order from DAG WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/P129Var to faust://document/fischer-lamberg/2_II_H.2d, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.7/2 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.7/3 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_V_H.alpha (2 H V) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2)) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.31_alpha (wa_faust: 2_II_H.31_) WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2_alpha (wa_faust: 2_III_H.2_) WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database 0%| | 0/573 [00:00 "faust://document/faustedition/2_III_H.27". Something is probably seriously wrong. Rendering: 90%|█████████ | 1093/1211 [03:01<02:10, 1.11s/ SVGs] Rendering: 91%|█████████ | 1097/1211 [03:01<01:29, 1.27 SVGs/s] Rendering: 91%|█████████ | 1100/1211 [03:01<01:03, 1.75 SVGs/s] Rendering: 91%|█████████ | 1102/1211 [03:02<01:02, 1.74 SVGs/s] Rendering: 91%|█████████ | 1104/1211 [03:02<00:47, 2.26 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/inventare_2_2-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path Rendering: 91%|█████████▏| 1106/1211 [03:03<00:44, 2.38 SVGs/s] Rendering: 91%|█████████▏| 1107/1211 [03:03<00:36, 2.88 SVGs/s] Rendering: 91%|█████████▏| 1108/1211 [03:04<00:29, 3.44 SVGs/s] Rendering: 92%|█████████▏| 1109/1211 [03:04<00:26, 3.88 SVGs/s] Rendering: 92%|█████████▏| 1110/1211 [03:04<00:23, 4.36 SVGs/s] Rendering: 92%|█████████▏| 1111/1211 [03:04<00:21, 4.63 SVGs/s] Rendering: 92%|█████████▏| 1112/1211 [03:04<00:20, 4.85 SVGs/s] Rendering: 92%|█████████▏| 1113/1211 [03:04<00:19, 5.07 SVGs/s] Rendering: 92%|█████████▏| 1114/1211 [03:05<00:18, 5.27 SVGs/s] Rendering: 92%|█████████▏| 1115/1211 [03:05<00:17, 5.46 SVGs/s] Rendering: 92%|█████████▏| 1116/1211 [03:05<00:16, 5.60 SVGs/s] Rendering: 92%|█████████▏| 1117/1211 [03:05<00:17, 5.51 SVGs/s] Rendering: 92%|█████████▏| 1118/1211 [03:05<00:16, 5.60 SVGs/s] Rendering: 92%|█████████▏| 1119/1211 [03:05<00:16, 5.48 SVGs/s] Rendering: 92%|█████████▏| 1120/1211 [03:06<00:16, 5.54 SVGs/s] Rendering: 93%|█████████▎| 1121/1211 [03:06<00:15, 5.65 SVGs/s] Rendering: 93%|█████████▎| 1122/1211 [03:06<00:15, 5.70 SVGs/s] Rendering: 93%|█████████▎| 1123/1211 [03:06<00:15, 5.70 SVGs/s] Rendering: 93%|█████████▎| 1124/1211 [03:06<00:13, 6.44 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.59b/i_uebrige 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_III_H.59b 2 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_III_H.49/i_r_u 2 %0 1 %0 1 Rendering: 93%|█████████▎| 1125/1211 [03:06<00:14, 6.10 SVGs/s] Rendering: 93%|█████████▎| 1126/1211 [03:07<00:15, 5.65 SVGs/s] Rendering: 93%|█████████▎| 1127/1211 [03:07<00:15, 5.54 SVGs/s] Rendering: 93%|█████████▎| 1128/1211 [03:07<00:14, 5.58 SVGs/s] Rendering: 93%|█████████▎| 1129/1211 [03:07<00:14, 5.69 SVGs/s] Rendering: 93%|█████████▎| 1130/1211 [03:07<00:14, 5.54 SVGs/s] Rendering: 93%|█████████▎| 1131/1211 [03:08<00:13, 5.77 SVGs/s] Rendering: 93%|█████████▎| 1132/1211 [03:08<00:13, 5.71 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/hertz1932-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_V_H.13/i_v" -> "1825-03-23". Something is probably seriously wrong. Rendering: 94%|█████████▎| 1133/1211 [03:10<01:14, 1.05 SVGs/s] Rendering: 94%|█████████▎| 1134/1211 [03:11<00:55, 1.39 SVGs/s] Rendering: 94%|█████████▎| 1135/1211 [03:11<00:41, 1.81 SVGs/s] Rendering: 94%|█████████▍| 1136/1211 [03:23<05:06, 4.09s/ SVGs] Rendering: 94%|█████████▍| 1137/1211 [03:23<03:37, 2.94s/ SVGs] Rendering: 94%|█████████▍| 1138/1211 [03:24<02:32, 2.09s/ SVGs] Rendering: 94%|█████████▍| 1139/1211 [03:24<01:48, 1.51s/ SVGs] Rendering: 94%|█████████▍| 1140/1211 [03:24<01:28, 1.25s/ SVGs] Rendering: 94%|█████████▍| 1141/1211 [03:27<01:48, 1.56s/ 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://document/faustedition/2_III_H.74" -> "faust://document/faustedition/2_III_H.3a_1". Something is probably seriously wrong. Rendering: 94%|█████████▍| 1142/1211 [03:59<12:32, 10.91s/ SVGs] Rendering: 94%|█████████▍| 1143/1211 [03:59<08:42, 7.68s/ SVGs] Rendering: 94%|█████████▍| 1144/1211 [04:00<06:04, 5.44s/ SVGs] Rendering: 95%|█████████▍| 1145/1211 [04:00<04:14, 3.86s/ SVGs] Rendering: 95%|█████████▍| 1146/1211 [04:00<02:57, 2.73s/ SVGs] Rendering: 95%|█████████▍| 1147/1211 [04:00<02:05, 1.96s/ SVGs] Rendering: 95%|█████████▍| 1148/1211 [04:00<01:29, 1.42s/ SVGs] Rendering: 95%|█████████▍| 1149/1211 [04:00<01:04, 1.04s/ SVGs] Rendering: 95%|█████████▍| 1150/1211 [04:01<00:47, 1.29 SVGs/s] Rendering: 95%|█████████▌| 1151/1211 [04:01<00:36, 1.63 SVGs/s] Rendering: 95%|█████████▌| 1152/1211 [04:01<00:28, 2.10 SVGs/s] Rendering: 95%|█████████▌| 1153/1211 [04:01<00:21, 2.71 SVGs/s] Rendering: 95%|█████████▌| 1154/1211 [04:01<00:17, 3.25 SVGs/s] Rendering: 95%|█████████▌| 1155/1211 [04:01<00:15, 3.53 SVGs/s] Rendering: 95%|█████████▌| 1156/1211 [04:02<00:15, 3.48 SVGs/s] Rendering: 96%|█████████▌| 1157/1211 [04:02<00:17, 3.08 SVGs/s] Rendering: 96%|█████████▌| 1158/1211 [04:02<00:16, 3.28 SVGs/s] Rendering: 96%|█████████▌| 1159/1211 [04:03<00:14, 3.60 SVGs/s] Rendering: 96%|█████████▌| 1160/1211 [04:03<00:13, 3.72 SVGs/s] Rendering: 96%|█████████▌| 1161/1211 [04:03<00:13, 3.74 SVGs/s] Rendering: 96%|█████████▌| 1162/1211 [04:03<00:11, 4.23 SVGs/s] Rendering: 96%|█████████▌| 1163/1211 [04:04<00:11, 4.21 SVGs/s] Rendering: 96%|█████████▌| 1164/1211 [04:04<00:10, 4.37 SVGs/s] Rendering: 96%|█████████▌| 1165/1211 [04:04<00:09, 4.98 SVGs/s] Rendering: 96%|█████████▋| 1166/1211 [04:04<00:09, 4.70 SVGs/s] Rendering: 96%|█████████▋| 1167/1211 [04:04<00:09, 4.76 SVGs/s] Rendering: 96%|█████████▋| 1168/1211 [04:05<00:09, 4.52 SVGs/s] Rendering: 97%|█████████▋| 1169/1211 [04:05<00:09, 4.38 SVGs/s] Rendering: 97%|█████████▋| 1170/1211 [04:05<00:09, 4.21 SVGs/s] Rendering: 97%|█████████▋| 1171/1211 [04:05<00:09, 4.05 SVGs/s] Rendering: 97%|█████████▋| 1172/1211 [04:06<00:09, 4.23 SVGs/s] Rendering: 97%|█████████▋| 1173/1211 [04:06<00:09, 3.82 SVGs/s] Rendering: 97%|█████████▋| 1174/1211 [04:07<00:13, 2.76 SVGs/s] Rendering: 97%|█████████▋| 1175/1211 [04:07<00:11, 3.06 SVGs/s] Rendering: 97%|█████████▋| 1176/1211 [04:07<00:10, 3.43 SVGs/s] Rendering: 97%|█████████▋| 1177/1211 [04:07<00:09, 3.72 SVGs/s] Rendering: 97%|█████████▋| 1178/1211 [04:07<00:08, 3.94 SVGs/s] Rendering: 97%|█████████▋| 1179/1211 [04:08<00:07, 4.04 SVGs/s] Rendering: 97%|█████████▋| 1180/1211 [04:14<01:06, 2.15s/ SVGs] Rendering: 98%|█████████▊| 1181/1211 [04:14<00:46, 1.54s/ SVGs] Rendering: 98%|█████████▊| 1182/1211 [04:15<00:33, 1.17s/ SVGs] Rendering: 98%|█████████▊| 1183/1211 [04:15<00:25, 1.11 SVGs/s] Rendering: 98%|█████████▊| 1184/1211 [04:15<00:20, 1.34 SVGs/s] Rendering: 98%|█████████▊| 1185/1211 [04:16<00:16, 1.61 SVGs/s] Rendering: 98%|█████████▊| 1186/1211 [04:16<00:12, 1.93 SVGs/s] Rendering: 98%|█████████▊| 1187/1211 [04:19<00:31, 1.32s/ SVGs] Rendering: 98%|█████████▊| 1188/1211 [04:20<00:24, 1.08s/ SVGs] Rendering: 98%|█████████▊| 1189/1211 [04:21<00:23, 1.07s/ SVGs] Rendering: 98%|█████████▊| 1190/1211 [04:21<00:18, 1.13 SVGs/s] Rendering: 98%|█████████▊| 1191/1211 [04:22<00:17, 1.12 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/scene_2-3-1-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.34" -> "faust://document/faustedition/2_III_H.30". Something is probably seriously wrong. Rendering: 98%|█████████▊| 1192/1211 [04:46<02:27, 7.78s/ SVGs] Rendering: 99%|█████████▊| 1193/1211 [04:54<02:22, 7.92s/ SVGs] Rendering: 99%|█████████▊| 1194/1211 [04:57<01:51, 6.55s/ SVGs] Rendering: 99%|█████████▊| 1195/1211 [04:58<01:16, 4.79s/ SVGs] Rendering: 99%|█████████▉| 1196/1211 [04:59<00:52, 3.47s/ SVGs] Rendering: 99%|█████████▉| 1197/1211 [04:59<00:35, 2.52s/ SVGs] Rendering: 99%|█████████▉| 1198/1211 [04:59<00:24, 1.85s/ SVGs] Rendering: 99%|█████████▉| 1199/1211 [04:59<00:16, 1.37s/ SVGs] Rendering: 99%|█████████▉| 1200/1211 [05:00<00:11, 1.03s/ SVGs] Rendering: 99%|█████████▉| 1201/1211 [05:01<00:11, 1.16s/ SVGs] Rendering: 99%|█████████▉| 1202/1211 [05:02<00:09, 1.08s/ SVGs] Rendering: 99%|█████████▉| 1203/1211 [05:06<00:16, 2.04s/ SVGs] Rendering: 99%|█████████▉| 1204/1211 [05:07<00:11, 1.58s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/scene_2-3-2-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "1826-04-18" -> "faust://document/faustedition/2_III_H.50d". Something is probably seriously wrong. Rendering: 100%|█████████▉| 1205/1211 [05:16<00:22, 3.82s/ SVGs] Rendering: 100%|█████████▉| 1206/1211 [05:17<00:14, 2.95s/ SVGs] Rendering: 100%|█████████▉| 1207/1211 [05:22<00:14, 3.53s/ SVGs] Rendering: 100%|█████████▉| 1208/1211 [06:01<00:42, 14.28s/ SVGs]ERROR macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot failed (-11): Rendering: 100%|█████████▉| 1209/1211 [41:31<21:38, 649.11s/ SVGs]ERROR macrogen.visualize Rendering target/macrogenesis/scc-02-graph.dot failed (-11): Rendering: 100%|█████████▉| 1210/1211 [1:04:46<14:32, 872.76s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/dag-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.23" -> "1825-04-01". Something is probably seriously wrong. Rendering: 100%|██████████| 1211/1211 [2:28:32<00:00, 2118.83s/ SVGs] ERROR macrogen.visualize Rendered 1205 SVGs, 0 timed out, 6 failed + cd target + rsync -a -u --chmod=ug+rwX,o+rX,Dg+s --omit-dir-times --info=del,stats2,copy,flist2 macrogenesis beta.faustedition.net:/var/www/dev/ sending incremental file list Number of files: 7,848 (reg: 7,844, dir: 4) Number of created files: 0 Number of deleted files: 0 Number of regular files transferred: 3,689 Total file size: 299,067,548 bytes Total transferred file size: 89,282,886 bytes Literal data: 75,534,282 bytes Matched data: 13,748,604 bytes File list size: 262,049 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 76,087,004 Total bytes received: 744,881 sent 76,087,004 bytes received 744,881 bytes 8,087,566.84 bytes/sec total size is 299,067,548 speedup is 3.89 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 5296 killed; [ssh-agent] Stopped. Archiving artifacts Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Notifying upstream projects of job completion Finished: SUCCESS