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-hfCwWIL0hXOX/agent.9171 SSH_AGENT_PID=9173 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_4229737864458964774.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_4229737864458964774.key) [ssh-agent] Using credentials git Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_8838526211106149705.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_8838526211106149705.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 9df6bdb36b16a8cfe3555361922f02d3bed25d10 (refs/remotes/origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 9df6bdb36b16a8cfe3555361922f02d3bed25d10 Commit message: "Removed weight from graphs" > /usr/bin/git rev-list --no-walk 9b9f2253ff01752a43953bfe4652dc85c6be1b45 # 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/jenkins7357426646101364071.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: urllib3<1.25,>=1.21.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (1.24.1) Requirement already satisfied: certifi>=2017.4.17 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2018.11.29) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (3.0.4) Requirement already satisfied: 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 P22 from inscription H P22 i_2_u INFO macrogen.graph Adopted H P167 from inscription H P167 i_uebrige INFO macrogen.graph Adopted H P167 from inscription H P167 i_r_u INFO macrogen.graph Adopted H P22 from inscription H P22 i_1_o INFO macrogen.graph Adopted H P22 from inscription H P22 i_2_o INFO macrogen.graph Adopted H P22 from inscription H P22 i_uebrige INFO macrogen.graph Adopted 2 IV H.19 from inscription 2 IV H.19 i_uebrige INFO macrogen.graph Adopted H P167 from inscription H P167 i_v INFO macrogen.graph Adopted H P176 Var from inscription H P176 Var i_r INFO macrogen.graph 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 926-node graph using baharev, may take a while INFO macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP) INFO macrogen.fes.FES_Baharev Calculating FES for graph with 2278 edges, max 599 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 434405, 599 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 2, 4900 <= objective <= 390248, 1066 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 3, 5572 <= objective <= 388727, 1506 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 4, 5787 <= objective <= 388727, 1945 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 5, 5913 <= objective <= 388727, 2191 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 6, 6042 <= objective <= 388727, 2435 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 7, 6269 <= objective <= 388727, 2607 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 8, 6278 <= objective <= 388727, 2777 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 9, 6496 <= objective <= 388727, 2841 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 10, 6525 <= objective <= 388727, 2881 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 11, 6526 <= objective <= 388727, 2922 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 12, 6527 <= objective <= 388727, 2958 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 13, 6528 <= objective <= 388727, 2985 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 14, 6576 <= objective <= 388727, 3023 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 15, 6582 <= objective <= 388727, 3153 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 16, 6644 <= objective <= 388727, 3194 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 17, 6647 <= objective <= 388727, 3232 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 18, 6651 <= objective <= 388727, 3268 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 19, 6652 <= objective <= 388727, 3306 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 20, 6654 <= objective <= 388727, 3340 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 21, 6764 <= objective <= 388727, 3580 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 22, 6767 <= objective <= 388727, 3812 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 23, 6776 <= objective <= 388727, 3850 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 24, 6777 <= objective <= 388727, 3887 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 25, 6778 <= objective <= 388727, 3914 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 26, 6779 <= objective <= 388727, 3950 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 27, 6781 <= objective <= 388727, 3974 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 28, 6790 <= objective <= 388727, 3998 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 29, 6791 <= objective <= 388727, 4022 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found WARNING macrogen.graph Found 11 self loops, will also remove those. Affected nodes: 2 II H.22, 2 III H.2:1, 2 III H.6:2, 2 III H.6:2, 2 III H.70, 2 III H.50c, 2 III H.76, fischer_lamberg: 2_III_H.15 , 2 III H.2:2, 2 III H.3a:1, 2 III H.3a:2 INFO macrogen.graph Building DAG from remaining data INFO macrogen.graph Double-checking 173 removed edges ... INFO macrogen.graph Marking 173 conflicting edges for deletion INFO macrogen.graph Removed 173 of the original 3299 edges INFO macrogen.graph Augmenting refs with data from graphs INFO macrogen.graph Creating sort order from DAG WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) Rendering: 0%| | 0/1212 [00:00 "1830-02-07". Something is probably seriously wrong. Rendering: 60%|█████▉ | 723/1212 [00:08<00:17, 27.91 SVGs/s] Rendering: 60%|██████ | 731/1212 [00:09<00:36, 13.07 SVGs/s] Rendering: 61%|██████ | 737/1212 [00:11<01:08, 6.92 SVGs/s] Rendering: 61%|██████ | 741/1212 [00:11<01:04, 7.27 SVGs/s] Rendering: 61%|██████▏ | 744/1212 [00:11<00:53, 8.78 SVGs/s] Rendering: 62%|██████▏ | 747/1212 [00:12<00:44, 10.38 SVGs/s] Rendering: 62%|██████▏ | 750/1212 [00:12<00:37, 12.26 SVGs/s] Rendering: 62%|██████▏ | 753/1212 [00:12<00:31, 14.64 SVGs/s] Rendering: 62%|██████▏ | 757/1212 [00:12<00:26, 17.22 SVGs/s] Rendering: 63%|██████▎ | 762/1212 [00:12<00:21, 20.81 SVGs/s] Rendering: 63%|██████▎ | 766/1212 [00:12<00:18, 24.30 SVGs/s] Rendering: 64%|██████▎ | 770/1212 [00:12<00:16, 26.25 SVGs/s] Rendering: 64%|██████▍ | 774/1212 [00:12<00:16, 26.07 SVGs/s] Rendering: 64%|██████▍ | 779/1212 [00:13<00:14, 28.95 SVGs/s] Rendering: 65%|██████▍ | 783/1212 [00:13<00:14, 30.42 SVGs/s] Rendering: 65%|██████▌ | 788/1212 [00:13<00:12, 33.37 SVGs/s] Rendering: 65%|██████▌ | 792/1212 [00:13<00:12, 33.36 SVGs/s] Rendering: 66%|██████▌ | 796/1212 [00:13<00:13, 31.17 SVGs/s] Rendering: 66%|██████▌ | 800/1212 [00:13<00:16, 24.35 SVGs/s] Rendering: 66%|██████▋ | 805/1212 [00:13<00:15, 26.92 SVGs/s] Rendering: 67%|██████▋ | 809/1212 [00:14<00:14, 28.09 SVGs/s] Rendering: 67%|██████▋ | 813/1212 [00:14<00:17, 23.46 SVGs/s] Rendering: 67%|██████▋ | 816/1212 [00:14<00:18, 20.91 SVGs/s] Rendering: 68%|██████▊ | 819/1212 [00:14<00:23, 16.81 SVGs/s] Rendering: 68%|██████▊ | 821/1212 [00:15<01:09, 5.64 SVGs/s] Rendering: 68%|██████▊ | 823/1212 [00:16<01:15, 5.18 SVGs/s] Rendering: 68%|██████▊ | 825/1212 [00:16<01:03, 6.06 SVGs/s] Rendering: 68%|██████▊ | 827/1212 [00:16<01:03, 6.07 SVGs/s] Rendering: 68%|██████▊ | 828/1212 [00:17<02:05, 3.07 SVGs/s] Rendering: 68%|██████▊ | 830/1212 [00:17<01:54, 3.35 SVGs/s] Rendering: 69%|██████▊ | 832/1212 [00:17<01:26, 4.39 SVGs/s] Rendering: 69%|██████▊ | 833/1212 [00:18<01:18, 4.85 SVGs/s] Rendering: 69%|██████▉ | 834/1212 [00:18<02:18, 2.72 SVGs/s] Rendering: 69%|██████▉ | 835/1212 [00:19<01:53, 3.33 SVGs/s] Rendering: 69%|██████▉ | 836/1212 [00:19<01:45, 3.56 SVGs/s] Rendering: 69%|██████▉ | 837/1212 [00:19<01:25, 4.39 SVGs/s] Rendering: 69%|██████▉ | 839/1212 [00:19<01:11, 5.23 SVGs/s] Rendering: 69%|██████▉ | 840/1212 [00:23<08:19, 1.34s/ SVGs] Rendering: 69%|██████▉ | 841/1212 [00:23<06:03, 1.02 SVGs/s] Rendering: 69%|██████▉ | 842/1212 [00:23<04:25, 1.39 SVGs/s] Rendering: 70%|██████▉ | 843/1212 [00:23<03:20, 1.84 SVGs/s] Rendering: 70%|██████▉ | 844/1212 [00:29<12:18, 2.01s/ SVGs] Rendering: 70%|██████▉ | 845/1212 [00:29<08:46, 1.44s/ SVGs] Rendering: 70%|██████▉ | 846/1212 [00:29<06:29, 1.06s/ SVGs] Rendering: 70%|██████▉ | 847/1212 [00:29<04:44, 1.28 SVGs/s] Rendering: 70%|██████▉ | 848/1212 [00:29<03:36, 1.68 SVGs/s] Rendering: 70%|███████ | 849/1212 [00:30<02:42, 2.24 SVGs/s] Rendering: 70%|███████ | 850/1212 [00:30<02:12, 2.73 SVGs/s] Rendering: 70%|███████ | 852/1212 [00:30<01:38, 3.64 SVGs/s] Rendering: 71%|███████ | 855/1212 [00:30<01:14, 4.76 SVGs/s] Rendering: 71%|███████ | 857/1212 [00:30<01:14, 4.79 SVGs/s] Rendering: 71%|███████ | 860/1212 [00:31<00:56, 6.20 SVGs/s] Rendering: 71%|███████ | 862/1212 [00:31<00:53, 6.58 SVGs/s] Rendering: 71%|███████▏ | 864/1212 [00:31<00:48, 7.21 SVGs/s] Rendering: 72%|███████▏ | 867/1212 [00:31<00:41, 8.39 SVGs/s] Rendering: 72%|███████▏ | 869/1212 [00:32<01:03, 5.41 SVGs/s] Rendering: 72%|███████▏ | 871/1212 [00:32<00:52, 6.50 SVGs/s] Rendering: 72%|███████▏ | 873/1212 [00:32<00:43, 7.76 SVGs/s] Rendering: 72%|███████▏ | 875/1212 [00:32<00:39, 8.58 SVGs/s] Rendering: 72%|███████▏ | 877/1212 [00:33<00:42, 7.94 SVGs/s] Rendering: 72%|███████▏ | 878/1212 [00:33<00:41, 7.97 SVGs/s] Rendering: 73%|███████▎ | 879/1212 [00:33<00:40, 8.32 SVGs/s] Rendering: 73%|███████▎ | 880/1212 [00:33<00:56, 5.83 SVGs/s] Rendering: 73%|███████▎ | 881/1212 [00:33<00:49, 6.65 SVGs/s] Rendering: 73%|███████▎ | 882/1212 [00:34<02:22, 2.31 SVGs/s] Rendering: 73%|███████▎ | 884/1212 [00:35<01:52, 2.92 SVGs/s] Rendering: 73%|███████▎ | 886/1212 [00:35<01:28, 3.70 SVGs/s] Rendering: 73%|███████▎ | 887/1212 [00:35<01:14, 4.34 SVGs/s] Rendering: 73%|███████▎ | 888/1212 [00:35<01:06, 4.84 SVGs/s] Rendering: 73%|███████▎ | 889/1212 [00:35<00:58, 5.50 SVGs/s] Rendering: 73%|███████▎ | 890/1212 [00:36<02:10, 2.46 SVGs/s] Rendering: 74%|███████▎ | 891/1212 [00:36<01:44, 3.08 SVGs/s] Rendering: 74%|███████▎ | 892/1212 [00:37<01:57, 2.73 SVGs/s] Rendering: 74%|███████▎ | 893/1212 [00:37<01:33, 3.40 SVGs/s] Rendering: 74%|███████▍ | 894/1212 [00:37<01:17, 4.10 SVGs/s] Rendering: 74%|███████▍ | 896/1212 [00:37<00:58, 5.36 SVGs/s] Rendering: 74%|███████▍ | 898/1212 [00:37<00:47, 6.60 SVGs/s] Rendering: 74%|███████▍ | 900/1212 [00:38<00:38, 8.06 SVGs/s] Rendering: 74%|███████▍ | 902/1212 [00:38<00:33, 9.33 SVGs/s] Rendering: 75%|███████▍ | 904/1212 [00:38<00:32, 9.41 SVGs/s] Rendering: 75%|███████▍ | 906/1212 [00:38<00:38, 7.94 SVGs/s] Rendering: 75%|███████▍ | 908/1212 [00:38<00:32, 9.35 SVGs/s] Rendering: 75%|███████▌ | 910/1212 [00:39<00:32, 9.24 SVGs/s] Rendering: 75%|███████▌ | 912/1212 [00:40<01:35, 3.14 SVGs/s] Rendering: 75%|███████▌ | 913/1212 [00:40<01:19, 3.76 SVGs/s] Rendering: 75%|███████▌ | 914/1212 [00:40<01:06, 4.50 SVGs/s] Rendering: 75%|███████▌ | 915/1212 [00:41<00:56, 5.22 SVGs/s] Rendering: 76%|███████▌ | 916/1212 [00:41<01:54, 2.59 SVGs/s] Rendering: 76%|███████▌ | 917/1212 [00:42<01:30, 3.25 SVGs/s] Rendering: 76%|███████▌ | 918/1212 [00:53<17:27, 3.56s/ SVGs] Rendering: 76%|███████▌ | 919/1212 [00:53<12:23, 2.54s/ SVGs] Rendering: 76%|███████▌ | 920/1212 [00:53<08:52, 1.82s/ SVGs] Rendering: 76%|███████▌ | 921/1212 [00:53<06:23, 1.32s/ SVGs] Rendering: 76%|███████▌ | 922/1212 [00:53<04:38, 1.04 SVGs/s] Rendering: 76%|███████▌ | 923/1212 [00:53<03:23, 1.42 SVGs/s] Rendering: 76%|███████▌ | 924/1212 [00:53<02:32, 1.89 SVGs/s] Rendering: 76%|███████▋ | 925/1212 [00:54<01:57, 2.44 SVGs/s] Rendering: 76%|███████▋ | 926/1212 [01:01<11:33, 2.43s/ SVGs] Rendering: 76%|███████▋ | 927/1212 [01:01<08:16, 1.74s/ SVGs] Rendering: 77%|███████▋ | 928/1212 [01:01<06:03, 1.28s/ SVGs] Rendering: 77%|███████▋ | 929/1212 [01:01<04:27, 1.06 SVGs/s] Rendering: 77%|███████▋ | 930/1212 [01:01<03:19, 1.41 SVGs/s] Rendering: 77%|███████▋ | 931/1212 [01:02<02:33, 1.83 SVGs/s] Rendering: 77%|███████▋ | 932/1212 [01:05<06:57, 1.49s/ SVGs] Rendering: 77%|███████▋ | 934/1212 [01:05<04:59, 1.08s/ SVGs] Rendering: 77%|███████▋ | 935/1212 [01:06<03:40, 1.26 SVGs/s] Rendering: 77%|███████▋ | 936/1212 [01:06<02:44, 1.68 SVGs/s] Rendering: 77%|███████▋ | 937/1212 [01:06<02:08, 2.14 SVGs/s] Rendering: 77%|███████▋ | 938/1212 [01:06<01:43, 2.65 SVGs/s] Rendering: 77%|███████▋ | 939/1212 [01:06<01:24, 3.24 SVGs/s] Rendering: 78%|███████▊ | 940/1212 [01:06<01:09, 3.92 SVGs/s] Rendering: 78%|███████▊ | 941/1212 [01:07<01:00, 4.46 SVGs/s] Rendering: 78%|███████▊ | 942/1212 [01:07<00:53, 5.05 SVGs/s] Rendering: 78%|███████▊ | 943/1212 [01:07<00:47, 5.69 SVGs/s] Rendering: 78%|███████▊ | 944/1212 [01:07<00:44, 6.02 SVGs/s] Rendering: 78%|███████▊ | 945/1212 [01:07<00:41, 6.41 SVGs/s] Rendering: 78%|███████▊ | 946/1212 [01:07<00:45, 5.85 SVGs/s] Rendering: 78%|███████▊ | 947/1212 [01:07<00:42, 6.21 SVGs/s] Rendering: 78%|███████▊ | 948/1212 [01:08<00:39, 6.67 SVGs/s] Rendering: 78%|███████▊ | 949/1212 [01:08<00:38, 6.80 SVGs/s] Rendering: 78%|███████▊ | 950/1212 [01:08<00:38, 6.74 SVGs/s] Rendering: 78%|███████▊ | 951/1212 [01:08<00:39, 6.69 SVGs/s] Rendering: 79%|███████▊ | 952/1212 [01:15<09:09, 2.11s/ SVGs] Rendering: 79%|███████▊ | 954/1212 [01:15<06:40, 1.55s/ SVGs] Rendering: 79%|███████▉ | 955/1212 [01:15<04:51, 1.13s/ SVGs] Rendering: 79%|███████▉ | 956/1212 [01:15<03:34, 1.19 SVGs/s] Rendering: 79%|███████▉ | 957/1212 [01:16<02:41, 1.58 SVGs/s] Rendering: 79%|███████▉ | 958/1212 [01:16<02:10, 1.94 SVGs/s] Rendering: 79%|███████▉ | 959/1212 [01:16<01:43, 2.45 SVGs/s] Rendering: 79%|███████▉ | 960/1212 [01:17<02:07, 1.98 SVGs/s] Rendering: 79%|███████▉ | 961/1212 [01:17<01:38, 2.56 SVGs/s] Rendering: 79%|███████▉ | 962/1212 [01:17<01:19, 3.13 SVGs/s] Rendering: 79%|███████▉ | 963/1212 [01:17<01:05, 3.80 SVGs/s] Rendering: 80%|███████▉ | 964/1212 [01:17<00:55, 4.50 SVGs/s] Rendering: 80%|███████▉ | 965/1212 [01:17<00:49, 5.00 SVGs/s] Rendering: 80%|███████▉ | 966/1212 [01:18<00:46, 5.25 SVGs/s] Rendering: 80%|███████▉ | 967/1212 [01:18<00:42, 5.82 SVGs/s] Rendering: 80%|███████▉ | 968/1212 [01:18<00:41, 5.90 SVGs/s] Rendering: 80%|███████▉ | 969/1212 [01:18<00:38, 6.28 SVGs/s] Rendering: 80%|████████ | 970/1212 [01:19<01:13, 3.28 SVGs/s] Rendering: 80%|████████ | 973/1212 [01:19<00:56, 4.21 SVGs/s] Rendering: 80%|████████ | 974/1212 [01:43<29:05, 7.33s/ SVGs] Rendering: 80%|████████ | 975/1212 [01:43<20:26, 5.17s/ SVGs] Rendering: 81%|████████ | 976/1212 [01:43<14:24, 3.66s/ SVGs] Rendering: 81%|████████ | 977/1212 [01:43<10:15, 2.62s/ SVGs] Rendering: 81%|████████ | 978/1212 [01:43<07:21, 1.88s/ SVGs] Rendering: 81%|████████ | 979/1212 [01:44<05:18, 1.37s/ SVGs] Rendering: 81%|████████ | 980/1212 [01:44<04:07, 1.07s/ SVGs] Rendering: 81%|████████ | 982/1212 [01:47<04:25, 1.15s/ SVGs] Rendering: 81%|████████ | 983/1212 [01:47<03:15, 1.17 SVGs/s] Rendering: 81%|████████ | 984/1212 [01:47<02:26, 1.55 SVGs/s] Rendering: 81%|████████▏ | 985/1212 [01:47<01:52, 2.02 SVGs/s] Rendering: 81%|████████▏ | 986/1212 [01:47<01:27, 2.59 SVGs/s] Rendering: 81%|████████▏ | 987/1212 [01:47<01:10, 3.17 SVGs/s] Rendering: 82%|████████▏ | 988/1212 [01:48<01:01, 3.64 SVGs/s] Rendering: 82%|████████▏ | 989/1212 [01:48<00:52, 4.27 SVGs/s] Rendering: 82%|████████▏ | 990/1212 [01:48<00:47, 4.72 SVGs/s] Rendering: 82%|████████▏ | 991/1212 [01:48<00:43, 5.06 SVGs/s] Rendering: 82%|████████▏ | 992/1212 [01:48<00:44, 4.92 SVGs/s] Rendering: 82%|████████▏ | 993/1212 [01:48<00:41, 5.26 SVGs/s] Rendering: 82%|████████▏ | 994/1212 [01:49<00:38, 5.67 SVGs/s] Rendering: 82%|████████▏ | 995/1212 [01:49<00:35, 6.09 SVGs/s] Rendering: 82%|████████▏ | 996/1212 [01:49<00:34, 6.23 SVGs/s] Rendering: 82%|████████▏ | 997/1212 [01:49<00:31, 6.91 SVGs/s] Rendering: 82%|████████▏ | 998/1212 [01:49<00:32, 6.64 SVGs/s] Rendering: 82%|████████▏ | 999/1212 [01:49<00:30, 6.92 SVGs/s] Rendering: 83%|████████▎ | 1000/1212 [01:50<00:52, 4.03 SVGs/s] Rendering: 83%|████████▎ | 1002/1212 [01:50<00:41, 5.08 SVGs/s] Rendering: 83%|████████▎ | 1004/1212 [01:50<00:36, 5.73 SVGs/s] Rendering: 83%|████████▎ | 1005/1212 [01:50<00:35, 5.84 SVGs/s] Rendering: 83%|████████▎ | 1006/1212 [01:51<00:38, 5.34 SVGs/s] Rendering: 83%|████████▎ | 1007/1212 [01:51<00:34, 5.86 SVGs/s] Rendering: 83%|████████▎ | 1008/1212 [01:51<00:46, 4.40 SVGs/s] Rendering: 83%|████████▎ | 1009/1212 [01:51<00:39, 5.19 SVGs/s] Rendering: 83%|████████▎ | 1010/1212 [01:51<00:36, 5.54 SVGs/s] Rendering: 83%|████████▎ | 1011/1212 [01:51<00:34, 5.86 SVGs/s] Rendering: 83%|████████▎ | 1012/1212 [01:52<01:18, 2.56 SVGs/s] Rendering: 84%|████████▎ | 1013/1212 [01:52<01:01, 3.23 SVGs/s] Rendering: 84%|████████▎ | 1014/1212 [01:53<00:50, 3.94 SVGs/s] Rendering: 84%|████████▎ | 1015/1212 [01:53<00:42, 4.64 SVGs/s] Rendering: 84%|████████▍ | 1016/1212 [01:53<00:36, 5.37 SVGs/s] Rendering: 84%|████████▍ | 1017/1212 [01:53<00:33, 5.88 SVGs/s] Rendering: 84%|████████▍ | 1019/1212 [01:53<00:26, 7.20 SVGs/s] Rendering: 84%|████████▍ | 1021/1212 [01:53<00:24, 7.83 SVGs/s] Rendering: 84%|████████▍ | 1023/1212 [01:53<00:22, 8.29 SVGs/s] Rendering: 84%|████████▍ | 1024/1212 [01:54<00:23, 7.98 SVGs/s] Rendering: 85%|████████▍ | 1025/1212 [01:54<00:23, 7.91 SVGs/s] Rendering: 85%|████████▍ | 1026/1212 [01:54<00:29, 6.24 SVGs/s] Rendering: 85%|████████▍ | 1027/1212 [01:54<00:28, 6.44 SVGs/s] Rendering: 85%|████████▍ | 1028/1212 [01:54<00:30, 6.06 SVGs/s] Rendering: 85%|████████▍ | 1029/1212 [01:54<00:27, 6.65 SVGs/s] Rendering: 85%|████████▍ | 1030/1212 [01:55<00:26, 6.75 SVGs/s] Rendering: 85%|████████▌ | 1031/1212 [01:55<00:26, 6.90 SVGs/s] Rendering: 85%|████████▌ | 1032/1212 [01:57<02:38, 1.13 SVGs/s] Rendering: 85%|████████▌ | 1033/1212 [01:57<01:59, 1.50 SVGs/s] Rendering: 85%|████████▌ | 1034/1212 [02:02<05:14, 1.77s/ SVGs] Rendering: 85%|████████▌ | 1035/1212 [02:02<03:46, 1.28s/ SVGs] Rendering: 85%|████████▌ | 1036/1212 [02:04<04:45, 1.62s/ SVGs] Rendering: 86%|████████▌ | 1037/1212 [02:05<03:29, 1.19s/ SVGs] Rendering: 86%|████████▌ | 1038/1212 [02:05<02:33, 1.14 SVGs/s] Rendering: 86%|████████▌ | 1039/1212 [02:05<01:54, 1.51 SVGs/s] Rendering: 86%|████████▌ | 1040/1212 [02:05<01:26, 2.00 SVGs/s] Rendering: 86%|████████▌ | 1041/1212 [02:05<01:08, 2.50 SVGs/s] Rendering: 86%|████████▌ | 1042/1212 [02:05<00:56, 3.02 SVGs/s] Rendering: 86%|████████▌ | 1043/1212 [02:06<00:47, 3.57 SVGs/s] Rendering: 86%|████████▌ | 1044/1212 [02:06<01:16, 2.20 SVGs/s] Rendering: 86%|████████▌ | 1045/1212 [02:07<01:00, 2.78 SVGs/s] Rendering: 86%|████████▋ | 1046/1212 [02:07<00:58, 2.85 SVGs/s] Rendering: 86%|████████▋ | 1047/1212 [02:07<00:48, 3.40 SVGs/s] Rendering: 86%|████████▋ | 1048/1212 [02:07<00:45, 3.58 SVGs/s] Rendering: 87%|████████▋ | 1049/1212 [02:07<00:39, 4.13 SVGs/s] Rendering: 87%|████████▋ | 1050/1212 [02:08<00:35, 4.55 SVGs/s] Rendering: 87%|████████▋ | 1051/1212 [02:08<00:32, 4.92 SVGs/s] Rendering: 87%|████████▋ | 1052/1212 [02:08<00:31, 5.00 SVGs/s] Rendering: 87%|████████▋ | 1053/1212 [02:08<00:29, 5.32 SVGs/s] Rendering: 87%|████████▋ | 1054/1212 [02:08<00:27, 5.72 SVGs/s] Rendering: 87%|████████▋ | 1055/1212 [02:08<00:27, 5.79 SVGs/s] Rendering: 87%|████████▋ | 1056/1212 [02:09<00:38, 4.05 SVGs/s] Rendering: 87%|████████▋ | 1057/1212 [02:09<00:32, 4.82 SVGs/s] Rendering: 87%|████████▋ | 1058/1212 [02:09<00:27, 5.52 SVGs/s] Rendering: 87%|████████▋ | 1060/1212 [02:09<00:23, 6.37 SVGs/s] Rendering: 88%|████████▊ | 1063/1212 [02:10<00:20, 7.38 SVGs/s] Rendering: 88%|████████▊ | 1064/1212 [02:15<04:02, 1.64s/ SVGs] Rendering: 88%|████████▊ | 1065/1212 [02:15<02:56, 1.20s/ SVGs] Rendering: 88%|████████▊ | 1066/1212 [02:15<02:09, 1.13 SVGs/s] Rendering: 88%|████████▊ | 1068/1212 [02:15<01:34, 1.53 SVGs/s] Rendering: 88%|████████▊ | 1069/1212 [02:15<01:11, 2.00 SVGs/s] Rendering: 88%|████████▊ | 1070/1212 [02:16<00:59, 2.37 SVGs/s] Rendering: 88%|████████▊ | 1071/1212 [02:16<00:48, 2.88 SVGs/s] Rendering: 88%|████████▊ | 1072/1212 [02:16<00:43, 3.21 SVGs/s] Rendering: 89%|████████▊ | 1073/1212 [02:16<00:37, 3.75 SVGs/s] Rendering: 89%|████████▊ | 1074/1212 [02:16<00:32, 4.23 SVGs/s] Rendering: 89%|████████▊ | 1075/1212 [02:16<00:29, 4.70 SVGs/s] Rendering: 89%|████████▉ | 1076/1212 [02:17<00:26, 5.12 SVGs/s] Rendering: 89%|████████▉ | 1077/1212 [02:17<00:25, 5.38 SVGs/s] Rendering: 89%|████████▉ | 1078/1212 [02:17<00:24, 5.47 SVGs/s] Rendering: 89%|████████▉ | 1079/1212 [02:17<00:23, 5.64 SVGs/s] Rendering: 89%|████████▉ | 1080/1212 [02:17<00:21, 6.25 SVGs/s] Rendering: 89%|████████▉ | 1081/1212 [02:17<00:21, 6.20 SVGs/s] Rendering: 89%|████████▉ | 1082/1212 [02:18<00:21, 6.04 SVGs/s] Rendering: 89%|████████▉ | 1083/1212 [02:18<00:20, 6.14 SVGs/s] Rendering: 89%|████████▉ | 1084/1212 [02:18<00:20, 6.18 SVGs/s] Rendering: 90%|████████▉ | 1085/1212 [02:18<00:20, 6.06 SVGs/s] Rendering: 90%|████████▉ | 1086/1212 [02:18<00:24, 5.14 SVGs/s] Rendering: 90%|████████▉ | 1087/1212 [02:19<00:23, 5.43 SVGs/s] Rendering: 90%|████████▉ | 1088/1212 [02:19<00:21, 5.85 SVGs/s] Rendering: 90%|████████▉ | 1089/1212 [02:19<00:19, 6.28 SVGs/s] Rendering: 90%|████████▉ | 1090/1212 [02:19<00:22, 5.31 SVGs/s] Rendering: 90%|█████████ | 1091/1212 [02:19<00:21, 5.71 SVGs/s] Rendering: 90%|█████████ | 1092/1212 [02:20<00:28, 4.25 SVGs/s] Rendering: 90%|█████████ | 1093/1212 [02:20<00:25, 4.75 SVGs/s] Rendering: 90%|█████████ | 1094/1212 [02:20<00:26, 4.44 SVGs/s] Rendering: 90%|█████████ | 1095/1212 [02:20<00:23, 4.92 SVGs/s] Rendering: 90%|█████████ | 1096/1212 [02:20<00:22, 5.22 SVGs/s] Rendering: 91%|█████████ | 1097/1212 [02:20<00:21, 5.46 SVGs/s] Rendering: 91%|█████████ | 1098/1212 [02:21<00:23, 4.79 SVGs/s] Rendering: 91%|█████████ | 1099/1212 [02:21<00:21, 5.15 SVGs/s] Rendering: 91%|█████████ | 1100/1212 [02:21<00:21, 5.11 SVGs/s] Rendering: 91%|█████████ | 1101/1212 [02:21<00:19, 5.66 SVGs/s] Rendering: 91%|█████████ | 1102/1212 [02:21<00:19, 5.74 SVGs/s] Rendering: 91%|█████████ | 1103/1212 [02:22<00:18, 5.93 SVGs/s] Rendering: 91%|█████████ | 1104/1212 [02:22<00:18, 5.98 SVGs/s] Rendering: 91%|█████████ | 1105/1212 [02:22<00:17, 6.10 SVGs/s] Rendering: 91%|█████████▏| 1106/1212 [02:22<00:17, 6.10 SVGs/s] Rendering: 91%|█████████▏| 1107/1212 [02:22<00:16, 6.21 SVGs/s] Rendering: 91%|█████████▏| 1108/1212 [02:22<00:16, 6.25 SVGs/s] Rendering: 92%|█████████▏| 1109/1212 [02:22<00:15, 6.70 SVGs/s] Rendering: 92%|█████████▏| 1110/1212 [02:23<00:14, 6.83 SVGs/s] Rendering: 92%|█████████▏| 1111/1212 [02:23<00:13, 7.28 SVGs/s] Rendering: 92%|█████████▏| 1112/1212 [02:23<00:14, 6.72 SVGs/s] Rendering: 92%|█████████▏| 1113/1212 [02:23<00:14, 6.95 SVGs/s] Rendering: 92%|█████████▏| 1114/1212 [02:23<00:13, 7.19 SVGs/s] Rendering: 92%|█████████▏| 1115/1212 [02:23<00:13, 6.99 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/faustedition.2_V_H.33.i_3_r--2_V_H.36-graph-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path Rendering: 92%|█████████▏| 1116/1212 [02:24<00:22, 4.26 SVGs/s] Rendering: 92%|█████████▏| 1118/1212 [02:24<00:17, 5.31 SVGs/s] Rendering: 92%|█████████▏| 1120/1212 [02:34<02:26, 1.59s/ SVGs] Rendering: 92%|█████████▏| 1121/1212 [02:34<01:45, 1.16s/ SVGs] Rendering: 93%|█████████▎| 1122/1212 [02:34<01:17, 1.16 SVGs/s] Rendering: 93%|█████████▎| 1123/1212 [02:34<00:57, 1.55 SVGs/s] Rendering: 93%|█████████▎| 1124/1212 [02:34<00:44, 2.00 SVGs/s] Rendering: 93%|█████████▎| 1125/1212 [02:34<00:34, 2.55 SVGs/s] Rendering: 93%|█████████▎| 1126/1212 [02:35<00:41, 2.08 SVGs/s] Rendering: 93%|█████████▎| 1127/1212 [02:35<00:32, 2.63 SVGs/s] Rendering: 93%|█████████▎| 1128/1212 [02:44<03:57, 2.83s/ SVGs] Rendering: 93%|█████████▎| 1129/1212 [02:44<02:47, 2.01s/ SVGs] Rendering: 93%|█████████▎| 1131/1212 [02:44<01:56, 1.44s/ SVGs] Rendering: 93%|█████████▎| 1132/1212 [02:50<03:52, 2.90s/ SVGs] Rendering: 93%|█████████▎| 1133/1212 [02:51<02:44, 2.08s/ SVGs] Rendering: 94%|█████████▎| 1134/1212 [03:08<08:43, 6.71s/ SVGs] Rendering: 94%|█████████▎| 1135/1212 [03:08<06:04, 4.73s/ SVGs] Rendering: 94%|█████████▎| 1136/1212 [03:08<04:15, 3.36s/ SVGs] Rendering: 94%|█████████▍| 1137/1212 [03:08<02:58, 2.38s/ SVGs] Rendering: 94%|█████████▍| 1138/1212 [03:09<02:06, 1.71s/ SVGs] Rendering: 94%|█████████▍| 1139/1212 [03:09<01:30, 1.24s/ SVGs] Rendering: 94%|█████████▍| 1140/1212 [03:09<01:05, 1.10 SVGs/s] Rendering: 94%|█████████▍| 1141/1212 [03:09<00:48, 1.48 SVGs/s] Rendering: 94%|█████████▍| 1142/1212 [03:09<00:36, 1.94 SVGs/s] Rendering: 94%|█████████▍| 1143/1212 [03:09<00:28, 2.45 SVGs/s] Rendering: 94%|█████████▍| 1144/1212 [03:19<03:39, 3.23s/ SVGs] Rendering: 94%|█████████▍| 1145/1212 [03:19<02:33, 2.30s/ SVGs] Rendering: 95%|█████████▍| 1147/1212 [03:19<01:46, 1.64s/ SVGs] Rendering: 95%|█████████▍| 1148/1212 [03:20<01:15, 1.17s/ SVGs] Rendering: 95%|█████████▍| 1149/1212 [03:20<00:53, 1.17 SVGs/s] Rendering: 95%|█████████▍| 1151/1212 [03:23<01:08, 1.12s/ SVGs] Rendering: 95%|█████████▌| 1152/1212 [03:23<00:49, 1.22 SVGs/s] Rendering: 95%|█████████▌| 1153/1212 [03:23<00:35, 1.65 SVGs/s] Rendering: 95%|█████████▌| 1154/1212 [03:23<00:26, 2.18 SVGs/s] Rendering: 95%|█████████▌| 1155/1212 [03:24<00:20, 2.79 SVGs/s] Rendering: 95%|█████████▌| 1156/1212 [03:24<00:15, 3.52 SVGs/s] Rendering: 96%|█████████▌| 1158/1212 [03:24<00:11, 4.63 SVGs/s] Rendering: 96%|█████████▌| 1160/1212 [03:24<00:09, 5.42 SVGs/s] Rendering: 96%|█████████▌| 1162/1212 [03:24<00:08, 5.80 SVGs/s] Rendering: 96%|█████████▌| 1163/1212 [03:25<00:18, 2.65 SVGs/s] Rendering: 96%|█████████▌| 1164/1212 [03:25<00:14, 3.24 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: 96%|█████████▌| 1165/1212 [03:28<00:42, 1.11 SVGs/s] Rendering: 96%|█████████▌| 1166/1212 [03:28<00:30, 1.49 SVGs/s] Rendering: 96%|█████████▋| 1167/1212 [03:28<00:23, 1.93 SVGs/s] Rendering: 96%|█████████▋| 1168/1212 [03:28<00:17, 2.49 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 Rendering: 96%|█████████▋| 1169/1212 [03:34<01:28, 2.06s/ SVGs] Rendering: 97%|█████████▋| 1170/1212 [03:34<01:02, 1.48s/ SVGs] Rendering: 97%|█████████▋| 1171/1212 [03:34<00:43, 1.07s/ SVGs] Rendering: 97%|█████████▋| 1172/1212 [03:34<00:31, 1.28 SVGs/s] Rendering: 97%|█████████▋| 1173/1212 [03:34<00:22, 1.73 SVGs/s] Rendering: 97%|█████████▋| 1174/1212 [03:35<00:16, 2.28 SVGs/s] Rendering: 97%|█████████▋| 1175/1212 [03:35<00:12, 2.93 SVGs/s] Rendering: 97%|█████████▋| 1176/1212 [03:35<00:09, 3.66 SVGs/s] Rendering: 97%|█████████▋| 1178/1212 [03:35<00:07, 4.43 SVGs/s] Rendering: 97%|█████████▋| 1179/1212 [03:35<00:06, 5.16 SVGs/s] Rendering: 97%|█████████▋| 1180/1212 [03:35<00:05, 5.91 SVGs/s] Rendering: 97%|█████████▋| 1181/1212 [03:35<00:04, 6.69 SVGs/s] Rendering: 98%|█████████▊| 1182/1212 [03:35<00:04, 7.16 SVGs/s] Rendering: 98%|█████████▊| 1183/1212 [03:36<00:03, 7.61 SVGs/s] Rendering: 98%|█████████▊| 1184/1212 [03:36<00:03, 7.89 SVGs/s] Rendering: 98%|█████████▊| 1185/1212 [03:36<00:03, 8.34 SVGs/s] Rendering: 98%|█████████▊| 1186/1212 [03:36<00:03, 8.25 SVGs/s] Rendering: 98%|█████████▊| 1187/1212 [03:36<00:03, 8.20 SVGs/s] Rendering: 98%|█████████▊| 1188/1212 [03:36<00:02, 8.40 SVGs/s] Rendering: 98%|█████████▊| 1189/1212 [03:36<00:02, 8.30 SVGs/s] Rendering: 98%|█████████▊| 1190/1212 [03:36<00:02, 7.91 SVGs/s] Rendering: 98%|█████████▊| 1191/1212 [03:36<00:02, 7.96 SVGs/s] Rendering: 98%|█████████▊| 1192/1212 [03:37<00:02, 8.48 SVGs/s] Rendering: 99%|█████████▊| 1194/1212 [03:37<00:01, 9.03 SVGs/s] Rendering: 99%|█████████▊| 1195/1212 [03:37<00:01, 8.63 SVGs/s] Rendering: 99%|█████████▊| 1196/1212 [03:40<00:14, 1.12 SVGs/s] Rendering: 99%|█████████▉| 1198/1212 [03:40<00:09, 1.54 SVGs/s] Rendering: 99%|█████████▉| 1199/1212 [03:51<00:48, 3.71s/ SVGs] Rendering: 99%|█████████▉| 1200/1212 [03:51<00:32, 2.71s/ SVGs] Rendering: 99%|█████████▉| 1201/1212 [03:51<00:21, 1.94s/ SVGs] Rendering: 99%|█████████▉| 1202/1212 [03:51<00:14, 1.40s/ SVGs] Rendering: 99%|█████████▉| 1203/1212 [03:52<00:11, 1.31s/ SVGs] Rendering: 99%|█████████▉| 1204/1212 [03:54<00:10, 1.28s/ SVGs] Rendering: 99%|█████████▉| 1205/1212 [04:29<01:21, 11.63s/ SVGs] Rendering: 100%|█████████▉| 1206/1212 [05:21<02:21, 23.52s/ SVGs] Rendering: 100%|█████████▉| 1207/1212 [05:26<01:30, 18.15s/ SVGs] Rendering: 100%|█████████▉| 1208/1212 [05:35<01:01, 15.33s/ SVGs]ERROR macrogen.visualize Rendering target/macrogenesis/bohnenkamp1994-graph.dot failed (-6): Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_III_H.8/i_r" -> "faust://document/faustedition/2_III_H.8". Something is probably seriously wrong. Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_V_H.24/i_v" -> "faust://document/faustedition/2_V_H.2". Something is probably seriously wrong. *** Error in `/usr/bin/dot': free(): invalid next size (normal): 0x0000563066477b70 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fa774a39bfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fa774a3ffc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fa774a4080e] /usr/lib/libgvc.so.6(+0x4609d)[0x7fa774fc409d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7fa76f247057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7fa76f2447a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7fa76f235e5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7fa76f2364c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7fa774fa0d22] /usr/bin/dot(+0x1050)[0x563064853050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fa7749e92e1] /usr/bin/dot(+0x10ea)[0x5630648530ea] ======= Memory map: ======== 563064852000-563064854000 r-xp 00000000 08:02 17581702 /usr/bin/dot 563064a53000-563064a54000 r--p 00001000 08:02 17581702 /usr/bin/dot 563064a54000-563064a55000 rw-p 00002000 08:02 17581702 /usr/bin/dot 563064c60000-56306651b000 rw-p 00000000 00:00 0 [heap] 7fa768000000-7fa768021000 rw-p 00000000 00:00 0 7fa768021000-7fa76c000000 ---p 00000000 00:00 0 7fa76ef01000-7fa76ef17000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa76ef17000-7fa76f116000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa76f116000-7fa76f117000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa76f117000-7fa76f118000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa76f118000-7fa76f22a000 rw-p 00000000 00:00 0 7fa76f22a000-7fa76f24e000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa76f24e000-7fa76f44d000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa76f44d000-7fa76f44e000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa76f44e000-7fa76f44f000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa76f44f000-7fa76f457000 rw-p 00000000 00:00 0 7fa76f457000-7fa76f471000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa76f471000-7fa76f670000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa76f670000-7fa76f671000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa76f671000-7fa76f675000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa76f675000-7fa76f688000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa76f688000-7fa76f888000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa76f888000-7fa76f889000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa76f889000-7fa76f88a000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa76f88a000-7fa76f88b000 rw-p 00000000 00:00 0 7fa76f88b000-7fa76f892000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa76f892000-7fa76fa91000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa76fa91000-7fa76fa92000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa76fa92000-7fa76fa93000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa76fa93000-7fa76fabe000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa76fabe000-7fa76fcbd000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa76fcbd000-7fa76fcbf000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa76fcbf000-7fa76fcc0000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa76fcc0000-7fa76fcc5000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa76fcc5000-7fa76fec4000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa76fec4000-7fa76fec5000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa76fec5000-7fa76fec6000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa76fec6000-7fa76fec9000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa76fec9000-7fa7700c8000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa7700c8000-7fa7700c9000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa7700c9000-7fa7700ca000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa7700ca000-7fa77013c000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa77013c000-7fa77033b000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa77033b000-7fa77033c000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa77033c000-7fa77033d000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa77033d000-7fa770344000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa770344000-7fa770544000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa770544000-7fa770545000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa770545000-7fa770546000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa770546000-7fa77054e000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa77054e000-7fa77074e000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa77074e000-7fa77074f000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa77074f000-7fa770750000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa770750000-7fa7707e3000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa7707e3000-7fa7709e2000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa7709e2000-7fa7709e4000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa7709e4000-7fa7709e5000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa7709e5000-7fa7709ec000 r-xp 00000000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7fa7709ec000-7fa770beb000 ---p 00007000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7fa770beb000-7fa770bec000 r--p 00006000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7fa770bec000-7fa770bed000 rw-p 00007000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7fa770bed000-7fa770bfe000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa770bfe000-7fa770dfd000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa770dfd000-7fa770dfe000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa770dfe000-7fa770dff000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa770dff000-7fa770f39000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa770f39000-7fa771139000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa771139000-7fa77113a000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa77113a000-7fa77113f000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa77113f000-7fa771148000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa771148000-7fa771347000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa771347000-7fa771348000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa771348000-7fa771349000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa771349000-7fa771355000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa771355000-7fa771555000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa771555000-7fa771556000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa771556000-7fa771557000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa771557000-7fa77157e000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa77157e000-7fa77177d000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa77177d000-7fa77177e000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa77177e000-7fa77177f000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa77177f000-7fa771781000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa771781000-7fa771981000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa771981000-7fa771982000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa771982000-7fa771983000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa771983000-7fa7719b4000 r-xp 00000000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa7719b4000-7fa771bb4000 ---p 00031000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa771bb4000-7fa771bb5000 r--p 00031000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa771bb5000-7fa771bb6000 rw-p 00032000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa771bb6000-7fa771c54000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa771c54000-7fa771e54000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa771e54000-7fa771e5c000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa771e5c000-7fa771e5d000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa771e5d000-7fa771e75000 r-xp 00000000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa771e75000-7fa772074000 ---p 00018000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa772074000-7fa772075000 r--p 00017000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa772075000-7fa772076000 rw-p 00018000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa772076000-7fa77207a000 rw-p 00000000 00:00 0 7fa77207a000-7fa77207b000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa77207b000-7fa77227a000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa77227a000-7fa77227b000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa77227b000-7fa77227c000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa77227c000-7fa772324000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa772324000-7fa772524000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa772524000-7fa77252a000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa77252a000-7fa77252b000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa77252b000-7fa772567000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa772567000-7fa772766000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa772766000-7fa772768000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa772768000-7fa772769000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa772769000-7fa77287b000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa77287b000-7fa772a7a000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa772a7a000-7fa772a7b000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa772a7b000-7fa772a7c000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa772a7c000-7fa772a7d000 rw-p 00000000 00:00 0 7fa772a7d000-7fa772acf000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa772acf000-7fa772cce000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa772cce000-7fa772ccf000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa772ccf000-7fa772cd0000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa772cd0000-7fa772d19000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa772d19000-7fa772f18000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa772f18000-7fa772f1b000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa772f1b000-7fa772f1c000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa772f1c000-7fa772f30000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa772f30000-7fa773130000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa773130000-7fa773131000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa773131000-7fa773132000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa773132000-7fa773240000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa773240000-7fa773440000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa773440000-7fa773443000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa773443000-7fa773444000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa773444000-7fa773446000 rw-p 00000000 00:00 0 7fa773446000-7fa773452000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa773452000-7fa773651000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa773651000-7fa773652000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa773652000-7fa773653000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa773653000-7fa77365c000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa77365c000-7fa77385b000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa77385b000-7fa77385c000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa77385c000-7fa77385e000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa77385e000-7fa773861000 r-xp 00000000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa773861000-7fa773a60000 ---p 00003000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa773a60000-7fa773a61000 r--p 00002000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa773a61000-7fa773a62000 rw-p 00003000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa773a62000-7fa773b65000 r-xp 00000000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7fa773b65000-7fa773d64000 ---p 00103000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7fa773d64000-7fa773d65000 r--p 00102000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7fa773d65000-7fa773d66000 rw-p 00103000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7fa773d66000-7fa773d7f000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa773d7f000-7fa773f7e000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa773f7e000-7fa773f7f000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa773f7f000-7fa773f80000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa773f80000-7fa773fa7000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa773fa7000-7fa7741a7000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa7741a7000-7fa7741a9000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa7741a9000-7fa7741aa000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa7741aa000-7fa7741b1000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa7741b1000-7fa7743b0000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa7743b0000-7fa7743b1000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa7743b1000-7fa7743b2000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa7743b2000-7fa7743b8000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa7743b8000-7fa7745b7000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa7745b7000-7fa7745b8000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa7745b8000-7fa7745b9000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa7745b9000-7fa7745be000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa7745be000-7fa7747bd000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa7747bd000-7fa7747be000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa7747be000-7fa7747bf000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa7747bf000-7fa7747c8000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa7747c8000-7fa7749c7000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa7749c7000-7fa7749c8000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa7749c8000-7fa7749c9000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa7749c9000-7fa774b5e000 r-xp 00000000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7fa774b5e000-7fa774d5e000 ---p 00195000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7fa774d5e000-7fa774d62000 r--p 00195000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7fa774d62000-7fa774d64000 rw-p 00199000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7fa774d64000-7fa774d68000 rw-p 00000000 00:00 0 7fa774d68000-7fa774d7d000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa774d7d000-7fa774f7c000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa774f7c000-7fa774f7d000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa774f7d000-7fa774f7e000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa774f7e000-7fa77500a000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa77500a000-7fa775209000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa775209000-7fa77520a000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa77520a000-7fa77521b000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa77521b000-7fa77521c000 rw-p 00000000 00:00 0 7fa77521c000-7fa77523f000 r-xp 00000000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7fa775276000-7fa775277000 rw-p 00000000 00:00 0 7fa775277000-7fa7752ba000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7fa7752ba000-7fa7752c1000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7fa7752c1000-7fa7752c3000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7fa7752c3000-7fa7752c4000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7fa7752c4000-7fa7752ca000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7fa7752ca000-7fa7752ce000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7fa7752ce000-7fa7752d9000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7fa7752d9000-7fa7752e0000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7fa7752e0000-7fa7752e9000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7fa7752e9000-7fa7752ed000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7fa7752ed000-7fa7752ee000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7fa7752ee000-7fa7752ef000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7fa7752ef000-7fa7752f0000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7fa7752f0000-7fa7752f2000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7fa7752f2000-7fa7752f3000 r--s 00000000 08:02 22417383 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7fa7752f3000-7fa7752f4000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7fa7752f4000-7fa77531d000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7fa77531d000-7fa77531f000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7fa77531f000-7fa775323000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7fa775323000-7fa775329000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7fa775329000-7fa775331000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7fa775331000-7fa775334000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7fa775334000-7fa775337000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7fa775337000-7fa775339000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7fa775339000-7fa77533a000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7fa77533a000-7fa77534d000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7fa77534d000-7fa77534e000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7fa77534e000-7fa775354000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7fa775354000-7fa775355000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7fa775355000-7fa775356000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7fa775356000-7fa775358000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7fa775358000-7fa775364000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7fa775364000-7fa775368000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7fa775368000-7fa77536d000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7fa77536d000-7fa77536e000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7fa77536e000-7fa775370000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7fa775370000-7fa775371000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7fa775371000-7fa775372000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7fa775372000-7fa775376000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7fa775376000-7fa775377000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7fa775377000-7fa775379000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7fa775379000-7fa77537b000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7fa77537b000-7fa77537d000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7fa77537d000-7fa77537f000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7fa77537f000-7fa775381000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7fa775381000-7fa775382000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7fa775382000-7fa77538f000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7fa77538f000-7fa775392000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7fa775392000-7fa77539d000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7fa77539d000-7fa7753a6000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7fa7753a6000-7fa7753a8000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7fa7753a8000-7fa7753a9000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7fa7753a9000-7fa7753b0000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7fa7753b0000-7fa7753b4000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7fa7753b4000-7fa7753b8000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7fa7753b8000-7fa7753bc000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7fa7753bc000-7fa7753c0000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7fa7753c0000-7fa7753c2000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7fa7753c2000-7fa7753d5000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7fa7753d5000-7fa7753d8000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7fa7753d8000-7fa7753d9000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7fa7753d9000-7fa7753df000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7fa7753df000-7fa7753f5000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7fa7753f5000-7fa775413000 r--s 00000000 08:02 22416496 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7fa775413000-7fa775419000 rw-p 00000000 00:00 0 7fa775419000-7fa77541b000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7fa77541b000-7fa77541e000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7fa77541e000-7fa775422000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7fa775422000-7fa775423000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7fa775423000-7fa775426000 r--s 00000000 08:02 22417410 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7fa775426000-7fa775433000 r--s 00000000 08:02 22417401 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7fa775433000-7fa775434000 r--s 00000000 08:02 22417392 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7fa775434000-7fa77543c000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7fa77543c000-7fa77543f000 rw-p 00000000 00:00 0 7fa77543f000-7fa775440000 r--p 00023000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7fa775440000-7fa775441000 rw-p 00024000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7fa775441000-7fa775442000 rw-p 00000000 00:00 0 7ffdd4f1e000-7ffdd4f4d000 rw-p 00000000 00:00 0 [stack] 7ffdd4fae000-7ffdd4fb0000 r--p 00000000 00:00 0 [vvar] 7ffdd4fb0000-7ffdd4fb2000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Rendering: 100%|█████████▉| 1209/1212 [05:53<00:47, 15.99s/ SVGs]ERROR macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot failed (-11): Rendering: 100%|█████████▉| 1210/1212 [1:02:40<34:27, 1033.57s/ SVGs] Rendering: 100%|█████████▉| 1211/1212 [3:29:05<55:58, 3358.78s/ SVGs]ERROR macrogen.visualize Rendering target/macrogenesis/scc-02-graph.dot failed (-11): Error: trouble in init_rank %0 1 %0 846 %0 2 %0 1 %0 2 %0 1 %0 1 %0 1 1831-06-29 1 %0 1 1831-06-25 1 %0 1 1831-06-17 1 %0 1 1831-05-31 1 %0 1 1831-05-29 1 %0 1 1831-05-18 1 %0 1 1831-05-17 1 %0 1 1831-05-15 1 %0 1 1831-05-14 1 %0 1 1831-05-05 1 %0 1 1831-05-01 1 %0 1 1831-04-30 1 %0 1 1831-04-29 1 %0 1 1831-04-24 1 %0 1 1831-04-05 1 %0 1 1831-04-01 1 %0 1 1831-03-24 1 %0 1 1831-02-28 1 %0 1 1831-02-26 1 %0 1 1831-02-16 1 %0 1 1831-02-15 1 %0 1 1831-02-14 1 %0 1 1831-02-12 1 %0 1 1830-12-31 1 %0 1 1830-12-18 1 %0 1 1830-12-16 1 %0 1 1830-12-11 1 %0 1 1830-12-10 1 %0 1 1830-12-03 1 %0 1 1830-12-01 1 %0 1 1830-11-30 1 %0 1 1830-11-26 1 %0 1 1830-11-04 1 %0 1 1830-10-21 1 %0 1 1830-09-23 1 %0 1 1830-09-19 1 %0 1 1830-08-28 1 %0 1 1830-08-16 1 %0 1 1830-07-17 1 %0 1 1830-07-12 1 %0 1 1830-06-28 1 %0 1 1830-06-26 1 %0 1 1830-06-25 1 %0 1 1830-06-21 1 %0 1 1830-06-19 1 %0 1 1830-06-17 1 %0 1 1830-06-11 1 %0 1 1830-06-08 1 %0 1 1830-06-04 1 %0 1 1830-06-02 1 %0 1 1830-05-31 1 %0 1 1830-05-28 1 %0 1 1830-05-01 1 %0 1 1830-04-22 1 %0 1 1830-04-20 1 %0 1 1830-04-18 1 %0 1 1830-04-01 1 %0 1 1830-03-29 1 %0 1 1830-03-27 1 %0 1 1830-03-25 1 %0 1 1830-03-21 1 %0 1 1830-03-20 1 %0 1 1830-03-03 1 %0 1 1830-03-02 1 %0 1 1830-02-28 1 %0 1 1830-02-27 1 %0 1 1830-02-26 1 %0 1 1830-02-25 1 %0 1 1830-02-15 1 %0 1 1830-02-11 1 %0 1 1830-02-07 1 %0 1 1830-02-06 1 %0 1 1830-02-05 1 %0 1 1830-02-02 1 %0 1 1830-02-01 1 %0 1 1830-01-31 1 %0 1 1830-01-30 1 %0 1 1830-01-27 1 %0 1 1830-01-25 1 %0 1 1830-01-24 1 %0 1 1830-01-23 1 %0 1 1830-01-21 1 %0 1 1830-01-18 1 %0 1 1830-01-16 1 %0 1 1830-01-11 1 %0 1 1830-01-01 1 %0 1 1829-12-31 1 %0 1 1829-12-28 1 %0 1 1829-12-26 1 %0 1 1829-12-25 1 %0 1 1829-12-02 1 %0 1 1829-12-01 1 %0 1 1829-11-30 1 %0 1 1829-11-27 1 %0 1 1829-11-01 1 %0 1 1829-10-20 1 %0 1 1829-10-18 1 %0 1 1829-10-16 1 %0 1 1829-10-01 1 %0 1 1829-09-26 1 %0 1 1829-09-04 1 %0 1 1829-09-02 1 %0 1 1829-09-01 1 %0 1 1829-08-30 1 %0 1 1829-08-29 1 %0 1 1829-08-28 1 %0 1 1829-08-27 1 %0 1 1829-08-19 1 %0 1 1829-08-09 1 %0 1 1829-08-02 1 %0 1 1829-08-01 1 %0 1 1829-07-26 1 %0 1 1829-07-23 1 %0 1 1829-07-21 1 %0 1 1829-07-20 1 %0 1 1829-03-01 1 %0 1 1829-02-28 1 %0 1 1829-01-25 1 %0 1 1829-01-20 1 %0 1 1829-01-01 1 %0 1 1828-10-16 1 %0 1 1828-07-03 1 %0 1 1828-07-01 1 %0 1 1828-06-20 1 %0 1 1828-06-06 1 %0 1 1828-06-04 1 %0 1 1828-06-01 1 %0 1 1828-05-16 1 %0 1 1828-05-06 1 %0 1 1828-04-17 1 %0 1 1828-04-15 1 %0 1 1828-04-09 1 %0 1 1828-04-01 1 %0 1 1828-03-31 1 %0 1 1828-03-28 1 %0 1 1828-03-26 1 %0 1 1828-03-11 1 %0 1 1828-02-01 1 %0 1 1828-01-31 1 %0 1 1828-01-23 1 %0 1 1828-01-11 1 %0 1 1828-01-07 1 %0 1 1828-01-01 1 %0 1 1827-12-29 1 %0 1 1827-12-27 1 %0 1 1827-12-26 1 %0 1 1827-12-24 1 %0 1 1827-12-23 1 %0 1 1827-12-22 1 %0 1 1827-12-21 1 %0 1 1827-12-19 1 %0 1 1827-12-17 1 %0 1 1827-12-15 1 %0 1 1827-12-12 1 %0 1 1827-12-11 1 %0 1 1827-12-09 1 %0 1 1827-12-07 1 %0 1 1827-12-05 1 %0 1 1827-11-18 1 %0 1 1827-11-16 1 %0 1 1827-11-08 1 %0 1 1827-11-06 1 %0 1 1827-11-04 1 %0 1 1827-10-31 1 %0 1 1827-10-16 1 %0 1 1827-10-12 1 %0 1 1827-10-10 1 %0 1 1827-10-08 1 %0 1 1827-10-02 1 %0 1 1827-10-01 1 %0 1 1827-09-30 1 %0 1 1827-09-28 1 %0 1 1827-09-26 1 %0 1 1827-09-23 1 %0 1 1827-09-19 1 %0 1 1827-09-13 1 %0 1 1827-09-11 1 %0 1 1827-09-01 1 %0 1 1827-08-31 1 %0 1 1827-08-10 1 %0 1 1827-08-05 1 %0 1 1827-07-31 1 %0 1 1827-07-21 1 %0 1 1827-06-10 1 %0 1 1827-06-01 1 %0 1 1827-05-28 1 %0 1 1827-04-26 1 %0 1 1827-04-14 1 %0 1 1827-03-29 1 %0 1 1827-03-21 1 %0 1 1827-03-19 1 %0 1 1827-03-03 1 %0 1 1827-02-22 1 %0 1 1827-02-17 1 %0 1 1827-02-15 1 %0 1 1827-02-10 1 %0 1 1827-02-07 1 %0 1 1827-01-26 1 %0 1 1827-01-01 1 %0 1 1826-12-31 1 %0 1 1826-12-20 1 %0 1 1826-12-18 1 %0 1 1826-12-16 1 %0 1 1826-12-14 1 %0 1 1826-12-11 1 %0 1 1826-11-27 1 %0 1 1826-11-11 1 %0 1 1826-11-10 1 %0 1 1826-11-09 1 %0 1 1826-11-08 1 %0 1 1826-10-29 1 %0 1 1826-10-26 1 %0 1 1826-10-23 1 %0 1 1826-10-20 1 %0 1 1826-10-11 1 %0 1 1826-09-28 1 %0 1 1826-09-18 1 %0 1 1826-09-11 1 %0 1 1826-09-09 1 %0 1 1826-09-03 1 %0 1 1826-08-22 1 %0 1 1826-08-12 1 %0 1 1826-08-09 1 %0 1 1826-08-03 1 %0 1 1826-07-03 1 %0 1 1826-07-01 1 %0 1 1826-06-25 1 %0 1 1826-06-21 1 %0 1 1826-06-17 1 %0 1 1826-06-14 1 %0 1 1826-06-12 1 %0 1 1826-06-11 1 %0 1 1826-06-10 1 %0 1 1826-06-09 1 %0 1 1826-06-06 1 %0 1 1826-06-04 1 %0 1 1826-05-26 1 %0 1 1826-05-25 1 %0 1 1826-05-23 1 %0 1 1826-05-19 1 %0 1 1826-05-17 1 %0 1 1826-05-15 1 %0 1 1826-05-10 1 %0 1 1826-05-09 1 %0 1 1826-05-08 1 %0 1 1826-05-04 1 %0 1 1826-05-02 1 %0 1 1826-05-01 1 %0 1 1826-04-30 1 %0 1 1826-04-28 1 %0 1 1826-04-24 1 %0 1 1826-04-23 1 %0 1 1826-04-21 1 %0 1 1826-04-20 1 %0 1 1826-04-19 1 %0 1 1826-04-18 1 %0 1 1826-04-15 1 %0 1 1826-04-12 1 %0 1 1826-04-11 1 %0 1 1826-04-09 1 %0 1 1826-04-08 1 %0 1 1826-04-03 1 %0 1 1826-04-01 1 %0 1 1826-03-31 1 %0 1 1826-03-30 1 %0 1 1826-03-27 1 %0 1 1826-03-24 1 %0 1 1826-03-21 1 %0 1 1826-03-16 1 %0 1 1826-03-14 1 %0 1 1826-03-13 1 %0 1 1826-03-11 1 %0 1 1826-03-09 1 %0 1 1826-02-21 1 %0 1 1826-02-02 1 %0 1 1826-01-04 1 %0 1 1825-12-31 1 %0 1 1825-12-26 1 %0 1 1825-12-25 1 %0 1 1825-12-24 1 %0 1 1825-12-20 1 %0 1 1825-12-14 1 %0 1 1825-12-12 1 %0 1 1825-12-11 1 %0 1 1825-12-10 1 %0 1 1825-10-06 1 %0 1 1825-10-01 1 %0 1 1825-09-27 1 %0 1 1825-09-18 1 %0 1 1825-09-11 1 %0 1 1825-09-06 1 %0 1 1825-08-31 1 %0 1 1825-08-26 1 %0 1 1825-08-10 1 %0 1 1825-07-06 1 %0 1 1825-06-21 1 %0 1 1825-06-13 1 %0 1 1825-06-11 1 %0 1 1825-06-05 1 %0 1 1825-06-04 1 %0 1 1825-05-30 1 %0 1 1825-05-21 1 %0 1 1825-05-18 1 %0 1 1825-05-06 1 %0 1 1825-05-04 1 %0 1 1825-04-27 1 %0 1 1825-04-25 1 %0 1 1825-04-21 1 %0 1 1825-04-07 1 %0 1 1825-04-06 1 %0 1 1825-04-05 1 %0 1 1825-04-04 1 %0 1 1825-04-02 1 %0 1 1825-04-01 4 %0 2 1825-03-30 1 %0 1 1825-03-29 1 %0 1 1825-03-28 1 %0 1 1825-03-27 1 %0 1 1825-03-25 1 %0 1 1825-03-24 1 %0 1 1825-03-23 1 %0 1 1825-03-20 1 %0 1 1825-03-17 1 %0 1 1825-03-15 1 %0 1 1825-03-13 1 %0 1 1825-03-12 1 %0 1 1825-03-08 1 %0 1 1825-03-07 1 %0 1 1825-03-05 1 %0 1 1825-03-03 1 %0 1 1825-03-01 1 %0 1 1825-02-28 1 %0 1 1825-02-27 1 %0 1 1825-02-26 1 %0 1 1825-02-25 1 %0 1 1825-02-24 1 %0 1 1825-02-23 1 %0 1 1825-02-21 1 %0 1 1825-02-18 1 %0 1 1825-02-11 1 %0 1 1825-02-09 1 %0 1 1825-01-31 1 %0 1 1825-01-01 1 %0 1 1824-12-31 1 %0 1 1824-12-05 1 %0 1 1824-12-04 1 %0 1 1824-11-17 1 %0 1 1824-11-05 1 %0 1 1824-10-21 1 %0 1 1824-10-11 1 %0 1 1824-10-10 1 %0 1 1824-10-07 1 %0 1 1824-10-06 1 %0 1 1824-10-02 1 %0 1 1824-09-29 1 %0 1 1824-09-19 1 %0 1 1824-09-12 1 %0 1 1824-09-06 1 %0 1 1824-08-30 1 %0 1 1824-08-29 1 %0 1 1824-08-23 1 %0 1 1824-07-30 1 %0 1 1824-04-30 1 %0 1 1824-04-22 1 %0 1 1824-04-14 1 %0 1 1824-04-12 1 %0 1 1824-04-11 1 %0 1 1823-12-31 1 %0 1 1823-12-22 1 %0 1 1823-10-15 1 %0 1 1823-03-30 1 %0 1 1822-10-01 1 %0 1 1822-09-29 1 %0 1 1822-01-01 1 %0 1 1820-12-31 1 %0 1 1819-07-05 1 %0 1 1818-01-01 1 %0 1 1817-06-15 1 %0 1 1817-05-31 1 %0 1 1817-01-01 1 %0 1 1816-12-15 1 %0 1 1816-11-01 1 %0 1 1816-09-30 1 %0 1 1815-05-18 1 %0 1 1815-05-16 1 %0 1 1815-05-04 1 %0 1 1815-04-30 1 %0 1 1814-04-12 1 %0 1 1814-04-01 1 %0 1 1814-03-31 1 %0 1 1813-01-01 1 %0 1 1812-12-02 1 %0 1 1812-10-19 1 %0 1 1811-12-31 1 %0 1 1810-11-03 1 %0 1 1810-01-01 1 %0 1 1809-03-31 1 %0 1 1808-11-01 1 %0 1 1808-09-30 1 %0 1 1808-06-01 1 %0 1 1808-05-31 1 %0 1 1808-05-04 1 %0 1 1808-04-06 1 %0 1 1808-03-31 1 %0 1 1807-09-01 1 %0 1 1807-07-31 1 %0 1 1806-06-01 1 %0 1 1806-04-05 1 %0 1 1806-02-28 1 %0 1 1801-05-02 1 %0 1 1801-05-01 1 %0 1 1801-04-08 1 %0 1 1801-04-01 1 %0 1 1801-02-14 1 %0 1 1801-02-11 1 %0 1 1801-02-09 1 %0 1 1801-01-01 1 %0 1 1800-11-09 1 %0 1 1800-11-04 1 %0 1 1800-11-01 1 %0 1 1800-07-01 1 %0 1 1800-04-25 1 %0 1 1800-04-14 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_I_H.49 2 %0 1 faust://document/faustedition/2_I_H.50 1 %0 1 %0 1 faust://document/faustedition/2_I_H.48 2 %0 1 %0 1 %0 1 %0 2 %0 1 %0 2 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_V_H.26/i_r 2 %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 2 %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.29 1 %0 1 faust://inscription/faustedition/2_V_H.29/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 %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 %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 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.17 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %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 %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 %0 1 libpath/shortest.c:324: triangulation failed libpath/shortest.c:192: source point not in any triangle Error: in routesplines, Pshortestpath failed Rendering: 100%|██████████| 1212/1212 [4:43:14<00:00, 3685.96s/ SVGs] ERROR macrogen.visualize Rendered 1205 SVGs, 0 timed out, 7 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,811 (reg: 7,807, dir: 4) Number of created files: 0 Number of deleted files: 0 Number of regular files transferred: 3,716 Total file size: 298,040,521 bytes Total transferred file size: 87,581,680 bytes Literal data: 78,291,524 bytes Matched data: 9,290,156 bytes File list size: 262,125 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 78,817,063 Total bytes received: 785,620 sent 78,817,063 bytes received 785,620 bytes 5,489,840.21 bytes/sec total size is 298,040,521 speedup is 3.74 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 9173 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