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-gGggEOP1w2lh/agent.11047 SSH_AGENT_PID=11049 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_4807820139113402571.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_4807820139113402571.key) [ssh-agent] Using credentials git Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_818415537882431552.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_818415537882431552.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 4f336a17a8e586f2f6af1c6004db4bdd0347d4df (refs/remotes/origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 4f336a17a8e586f2f6af1c6004db4bdd0347d4df Commit message: "Link timeline" > /usr/bin/git rev-list --no-walk 22458ef572d76995205fd0a49456a5ebd9d53c9c # 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/jenkins4973573696842436121.sh + pip install numpy Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (1.16.2) You are using pip version 18.1, however version 19.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + pip install -e . Obtaining file:///mnt/data/jenkins/workspace/faust-macrogen Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.16.2) Requirement already satisfied: more-itertools in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (6.0.0) Requirement already satisfied: networkx>=2.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.2) Requirement already satisfied: python-igraph in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.7.1.post6) Requirement already satisfied: pygraphviz in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.5) Requirement already satisfied: ruamel.yaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.15.89) Requirement already satisfied: pyyaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (3.13) Requirement already satisfied: pandas in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.24.1) Requirement already satisfied: openpyxl in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.6.1) Requirement already satisfied: xlrd in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.0) Requirement already satisfied: lxml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.3.2) Requirement already satisfied: requests in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.21.0) Requirement already satisfied: requests-cache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.4.13) Requirement already satisfied: logging-tree in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.8) Requirement already satisfied: colorlog in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.0.2) Requirement already satisfied: tqdm in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.31.1) Requirement already satisfied: dataclasses in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.6) Requirement already satisfied: cvxpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.0.19) Requirement already satisfied: cvxopt in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.3) Requirement already satisfied: decorator>=4.3.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from networkx>=2.1->faust-macrogen==0.9) (4.3.2) Requirement already satisfied: pytz>=2011k in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2018.9) Requirement already satisfied: python-dateutil>=2.5.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2.8.0) Requirement already satisfied: jdcal in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.4) Requirement already satisfied: et_xmlfile in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.0.1) Requirement already satisfied: urllib3<1.25,>=1.21.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (1.24.1) Requirement already satisfied: idna<2.9,>=2.5 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2.8) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (3.0.4) Requirement already satisfied: certifi>=2017.4.17 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2018.11.29) Requirement already satisfied: osqp in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.5.0) Requirement already satisfied: ecos>=2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.0.7.post1) Requirement already satisfied: scs>=1.1.3 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.0.2) Requirement already satisfied: multiprocess in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.70.7) Requirement already satisfied: fastcache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.0.2) Requirement already satisfied: six in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.12.0) Requirement already satisfied: scipy>=1.1.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.2.1) Requirement already satisfied: future in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from osqp->cvxpy->faust-macrogen==0.9) (0.17.1) Requirement already satisfied: dill>=0.2.9 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from multiprocess->cvxpy->faust-macrogen==0.9) (0.2.9) Installing collected packages: faust-macrogen Found existing installation: faust-macrogen 0.9 Uninstalling faust-macrogen-0.9: Successfully uninstalled faust-macrogen-0.9 Running setup.py develop for faust-macrogen Successfully installed faust-macrogen You are using pip version 18.1, however version 19.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + macrogen WARNING macrogen.config Configuration has already been loaded. Some override values may not have any effect. WARNING macrogen.config Configuration has already been loaded. Some override values may not have any effect. WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/P129Var to faust://document/fischer-lamberg/2_II_H.2d, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.7/2 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.7/3 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_V_H.alpha (2 H V) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2)) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.31_alpha (wa_faust: 2_II_H.31_) WARNING macrogen.uris Corrected faust://document/fischer_lamberg/2_III_H.2_a_1 to faust://document/fischer_lamberg/2_III_H.2a__Bl._1_2 , but it is not in the database WARNING macrogen.uris Corrected faust://document/fischer_lamberg/2_III_H.2_a_1 to faust://document/fischer_lamberg/2_III_H.2a__Bl._1_2 , but it is not in the database WARNING macrogen.uris Corrected faust://document/fischer_lamberg/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/fischer_lamberg/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/fischer_lamberg/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/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2_alpha (wa_faust: 2_III_H.2_) WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database INFO macrogen.graph Copying datings from inscriptions to witnesses INFO macrogen.graph Adopted H P176 Var from inscription H P176 Var i_r INFO macrogen.graph Adopted H P22 from inscription H P22 i_2_o 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_1_o INFO macrogen.graph Adopted H P167 from inscription H P167 i_r_u INFO macrogen.graph Adopted H P167 from inscription H P167 i_uebrige INFO macrogen.graph Adopted H P22 from inscription H P22 i_2_u 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 909-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 2253 edges, max 602 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 435830, 602 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 2, 5076 <= objective <= 390124, 1061 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 3, 5727 <= objective <= 388854, 1496 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 4, 6016 <= objective <= 388854, 1930 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 5, 6213 <= objective <= 388854, 2177 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 6, 6286 <= objective <= 388854, 2426 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 7, 6390 <= objective <= 388854, 2601 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 8, 6524 <= objective <= 388854, 2846 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 9, 6528 <= objective <= 388854, 3005 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 10, 6757 <= objective <= 388854, 3072 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 11, 6784 <= objective <= 388854, 3098 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 12, 6785 <= objective <= 388854, 3139 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 13, 6785 <= objective <= 388854, 3165 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 14, 6836 <= objective <= 388854, 3290 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 15, 6898 <= objective <= 388854, 3331 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 16, 6900 <= objective <= 388854, 3373 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 17, 6902 <= objective <= 388854, 3410 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 18, 6903 <= objective <= 388854, 3447 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found WARNING macrogen.graph Found 13 self loops, will also remove those. Affected nodes: 2 II H.8:1, 2 II H.22, 2 III H.2:1, 2 III H.6:2, 2 III H.6:2, 2 III H.30, 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:2, 2 III H.3a:1 INFO macrogen.graph Building DAG from remaining data INFO macrogen.graph Double-checking 184 removed edges ... INFO macrogen.graph Marking 184 conflicting edges for deletion INFO macrogen.graph Removed 184 of the original 3279 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)) DEBUG macrogen.witnesses Reading scene info ... DEBUG macrogen.witnesses Loading scene info ... DEBUG macrogen.witnesses Loading document and witness coverage from bargraph ... WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits WARNING macrogen.witnesses Scene 1.1.23 has no limits Analyzing documents: 0%| | 0/570 [00:00 "1826-06-11". Something is probably seriously wrong. Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/H_P123.1" -> "1826-06-11". Something is probably seriously wrong. *** Error in `/usr/bin/dot': free(): invalid next size (fast): 0x0000555f7051f930 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fd5fc6eabfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fd5fc6f0fc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fd5fc6f180e] /usr/lib/libgvc.so.6(+0x4609d)[0x7fd5fcc7509d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7fd5f6ef8057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7fd5f6ef57a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7fd5f6ee6e5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7fd5f6ee74c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7fd5fcc51d22] /usr/bin/dot(+0x1050)[0x555f6dbfc050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fd5fc69a2e1] /usr/bin/dot(+0x10ea)[0x555f6dbfc0ea] ======= Memory map: ======== 555f6dbfb000-555f6dbfd000 r-xp 00000000 08:02 17581702 /usr/bin/dot 555f6ddfc000-555f6ddfd000 r--p 00001000 08:02 17581702 /usr/bin/dot 555f6ddfd000-555f6ddfe000 rw-p 00002000 08:02 17581702 /usr/bin/dot 555f6f840000-555f70541000 rw-p 00000000 00:00 0 [heap] 7fd5f0000000-7fd5f0021000 rw-p 00000000 00:00 0 7fd5f0021000-7fd5f4000000 ---p 00000000 00:00 0 7fd5f6c2a000-7fd5f6c40000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fd5f6c40000-7fd5f6e3f000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fd5f6e3f000-7fd5f6e40000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fd5f6e40000-7fd5f6e41000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fd5f6e64000-7fd5f6edb000 rw-p 00000000 00:00 0 7fd5f6edb000-7fd5f6eff000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fd5f6eff000-7fd5f70fe000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fd5f70fe000-7fd5f70ff000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fd5f70ff000-7fd5f7100000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fd5f7100000-7fd5f7108000 rw-p 00000000 00:00 0 7fd5f7108000-7fd5f7122000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fd5f7122000-7fd5f7321000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fd5f7321000-7fd5f7322000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fd5f7322000-7fd5f7326000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fd5f7326000-7fd5f7339000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fd5f7339000-7fd5f7539000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fd5f7539000-7fd5f753a000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fd5f753a000-7fd5f753b000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fd5f753b000-7fd5f753c000 rw-p 00000000 00:00 0 7fd5f753c000-7fd5f7543000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fd5f7543000-7fd5f7742000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fd5f7742000-7fd5f7743000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fd5f7743000-7fd5f7744000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fd5f7744000-7fd5f776f000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fd5f776f000-7fd5f796e000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fd5f796e000-7fd5f7970000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fd5f7970000-7fd5f7971000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fd5f7971000-7fd5f7976000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fd5f7976000-7fd5f7b75000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fd5f7b75000-7fd5f7b76000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fd5f7b76000-7fd5f7b77000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fd5f7b77000-7fd5f7b7a000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fd5f7b7a000-7fd5f7d79000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fd5f7d79000-7fd5f7d7a000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fd5f7d7a000-7fd5f7d7b000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fd5f7d7b000-7fd5f7ded000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fd5f7ded000-7fd5f7fec000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fd5f7fec000-7fd5f7fed000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fd5f7fed000-7fd5f7fee000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fd5f7fee000-7fd5f7ff5000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fd5f7ff5000-7fd5f81f5000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fd5f81f5000-7fd5f81f6000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fd5f81f6000-7fd5f81f7000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fd5f81f7000-7fd5f81ff000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fd5f81ff000-7fd5f83ff000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fd5f83ff000-7fd5f8400000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fd5f8400000-7fd5f8401000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fd5f8401000-7fd5f8494000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fd5f8494000-7fd5f8693000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fd5f8693000-7fd5f8695000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fd5f8695000-7fd5f8696000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fd5f8696000-7fd5f869d000 r-xp 00000000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fd5f869d000-7fd5f889c000 ---p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fd5f889c000-7fd5f889d000 r--p 00006000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fd5f889d000-7fd5f889e000 rw-p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fd5f889e000-7fd5f88af000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fd5f88af000-7fd5f8aae000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fd5f8aae000-7fd5f8aaf000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fd5f8aaf000-7fd5f8ab0000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fd5f8ab0000-7fd5f8bea000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fd5f8bea000-7fd5f8dea000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fd5f8dea000-7fd5f8deb000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fd5f8deb000-7fd5f8df0000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fd5f8df0000-7fd5f8df9000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fd5f8df9000-7fd5f8ff8000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fd5f8ff8000-7fd5f8ff9000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fd5f8ff9000-7fd5f8ffa000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fd5f8ffa000-7fd5f9006000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fd5f9006000-7fd5f9206000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fd5f9206000-7fd5f9207000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fd5f9207000-7fd5f9208000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fd5f9208000-7fd5f922f000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fd5f922f000-7fd5f942e000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fd5f942e000-7fd5f942f000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fd5f942f000-7fd5f9430000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fd5f9430000-7fd5f9432000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fd5f9432000-7fd5f9632000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fd5f9632000-7fd5f9633000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fd5f9633000-7fd5f9634000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fd5f9634000-7fd5f9665000 r-xp 00000000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fd5f9665000-7fd5f9865000 ---p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fd5f9865000-7fd5f9866000 r--p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fd5f9866000-7fd5f9867000 rw-p 00032000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fd5f9867000-7fd5f9905000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fd5f9905000-7fd5f9b05000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fd5f9b05000-7fd5f9b0d000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fd5f9b0d000-7fd5f9b0e000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fd5f9b0e000-7fd5f9b26000 r-xp 00000000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fd5f9b26000-7fd5f9d25000 ---p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fd5f9d25000-7fd5f9d26000 r--p 00017000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fd5f9d26000-7fd5f9d27000 rw-p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fd5f9d27000-7fd5f9d2b000 rw-p 00000000 00:00 0 7fd5f9d2b000-7fd5f9d2c000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fd5f9d2c000-7fd5f9f2b000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fd5f9f2b000-7fd5f9f2c000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fd5f9f2c000-7fd5f9f2d000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fd5f9f2d000-7fd5f9fd5000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fd5f9fd5000-7fd5fa1d5000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fd5fa1d5000-7fd5fa1db000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fd5fa1db000-7fd5fa1dc000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fd5fa1dc000-7fd5fa218000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fd5fa218000-7fd5fa417000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fd5fa417000-7fd5fa419000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fd5fa419000-7fd5fa41a000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fd5fa41a000-7fd5fa52c000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fd5fa52c000-7fd5fa72b000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fd5fa72b000-7fd5fa72c000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fd5fa72c000-7fd5fa72d000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fd5fa72d000-7fd5fa72e000 rw-p 00000000 00:00 0 7fd5fa72e000-7fd5fa780000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fd5fa780000-7fd5fa97f000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fd5fa97f000-7fd5fa980000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fd5fa980000-7fd5fa981000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fd5fa981000-7fd5fa9ca000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fd5fa9ca000-7fd5fabc9000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fd5fabc9000-7fd5fabcc000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fd5fabcc000-7fd5fabcd000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fd5fabcd000-7fd5fabe1000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fd5fabe1000-7fd5fade1000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fd5fade1000-7fd5fade2000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fd5fade2000-7fd5fade3000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fd5fade3000-7fd5faef1000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fd5faef1000-7fd5fb0f1000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fd5fb0f1000-7fd5fb0f4000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fd5fb0f4000-7fd5fb0f5000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fd5fb0f5000-7fd5fb0f7000 rw-p 00000000 00:00 0 7fd5fb0f7000-7fd5fb103000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fd5fb103000-7fd5fb302000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fd5fb302000-7fd5fb303000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fd5fb303000-7fd5fb304000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fd5fb304000-7fd5fb30d000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fd5fb30d000-7fd5fb50c000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fd5fb50c000-7fd5fb50d000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fd5fb50d000-7fd5fb50f000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fd5fb50f000-7fd5fb512000 r-xp 00000000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fd5fb512000-7fd5fb711000 ---p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fd5fb711000-7fd5fb712000 r--p 00002000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fd5fb712000-7fd5fb713000 rw-p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fd5fb713000-7fd5fb816000 r-xp 00000000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fd5fb816000-7fd5fba15000 ---p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fd5fba15000-7fd5fba16000 r--p 00102000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fd5fba16000-7fd5fba17000 rw-p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fd5fba17000-7fd5fba30000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fd5fba30000-7fd5fbc2f000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fd5fbc2f000-7fd5fbc30000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fd5fbc30000-7fd5fbc31000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fd5fbc31000-7fd5fbc58000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fd5fbc58000-7fd5fbe58000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fd5fbe58000-7fd5fbe5a000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fd5fbe5a000-7fd5fbe5b000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fd5fbe5b000-7fd5fbe62000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fd5fbe62000-7fd5fc061000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fd5fc061000-7fd5fc062000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fd5fc062000-7fd5fc063000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fd5fc063000-7fd5fc069000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fd5fc069000-7fd5fc268000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fd5fc268000-7fd5fc269000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fd5fc269000-7fd5fc26a000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fd5fc26a000-7fd5fc26f000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fd5fc26f000-7fd5fc46e000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fd5fc46e000-7fd5fc46f000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fd5fc46f000-7fd5fc470000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fd5fc470000-7fd5fc479000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fd5fc479000-7fd5fc678000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fd5fc678000-7fd5fc679000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fd5fc679000-7fd5fc67a000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fd5fc67a000-7fd5fc80f000 r-xp 00000000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fd5fc80f000-7fd5fca0f000 ---p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fd5fca0f000-7fd5fca13000 r--p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fd5fca13000-7fd5fca15000 rw-p 00199000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fd5fca15000-7fd5fca19000 rw-p 00000000 00:00 0 7fd5fca19000-7fd5fca2e000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fd5fca2e000-7fd5fcc2d000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fd5fcc2d000-7fd5fcc2e000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fd5fcc2e000-7fd5fcc2f000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fd5fcc2f000-7fd5fccbb000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fd5fccbb000-7fd5fceba000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fd5fceba000-7fd5fcebb000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fd5fcebb000-7fd5fcecc000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fd5fcecc000-7fd5fcecd000 rw-p 00000000 00:00 0 7fd5fcecd000-7fd5fcef0000 r-xp 00000000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fd5fcf03000-7fd5fcf2b000 rw-p 00000000 00:00 0 7fd5fcf2b000-7fd5fcf6e000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7fd5fcf6e000-7fd5fcf75000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7fd5fcf75000-7fd5fcf77000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7fd5fcf77000-7fd5fcf78000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7fd5fcf78000-7fd5fcf7e000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7fd5fcf7e000-7fd5fcf82000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7fd5fcf82000-7fd5fcf8d000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7fd5fcf8d000-7fd5fcf94000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7fd5fcf94000-7fd5fcf9d000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7fd5fcf9d000-7fd5fcfa1000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7fd5fcfa1000-7fd5fcfa2000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7fd5fcfa2000-7fd5fcfa3000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7fd5fcfa3000-7fd5fcfa4000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7fd5fcfa4000-7fd5fcfa6000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7fd5fcfa6000-7fd5fcfa7000 r--s 00000000 08:02 22484312 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7fd5fcfa7000-7fd5fcfa8000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7fd5fcfa8000-7fd5fcfd1000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7fd5fcfd1000-7fd5fcfd3000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7fd5fcfd3000-7fd5fcfd7000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7fd5fcfd7000-7fd5fcfdd000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7fd5fcfdd000-7fd5fcfe5000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7fd5fcfe5000-7fd5fcfe8000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7fd5fcfe8000-7fd5fcfeb000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7fd5fcfeb000-7fd5fcfed000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7fd5fcfed000-7fd5fcfee000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7fd5fcfee000-7fd5fd001000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7fd5fd001000-7fd5fd002000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7fd5fd002000-7fd5fd008000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7fd5fd008000-7fd5fd009000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7fd5fd009000-7fd5fd00a000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7fd5fd00a000-7fd5fd00c000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7fd5fd00c000-7fd5fd018000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7fd5fd018000-7fd5fd01c000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7fd5fd01c000-7fd5fd021000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7fd5fd021000-7fd5fd022000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7fd5fd022000-7fd5fd024000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7fd5fd024000-7fd5fd025000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7fd5fd025000-7fd5fd026000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7fd5fd026000-7fd5fd02a000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7fd5fd02a000-7fd5fd02b000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7fd5fd02b000-7fd5fd02d000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7fd5fd02d000-7fd5fd02f000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7fd5fd02f000-7fd5fd031000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7fd5fd031000-7fd5fd033000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7fd5fd033000-7fd5fd035000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7fd5fd035000-7fd5fd036000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7fd5fd036000-7fd5fd043000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7fd5fd043000-7fd5fd046000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7fd5fd046000-7fd5fd051000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7fd5fd051000-7fd5fd05a000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7fd5fd05a000-7fd5fd05c000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7fd5fd05c000-7fd5fd05d000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7fd5fd05d000-7fd5fd064000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7fd5fd064000-7fd5fd068000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7fd5fd068000-7fd5fd06c000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7fd5fd06c000-7fd5fd070000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7fd5fd070000-7fd5fd074000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7fd5fd074000-7fd5fd076000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7fd5fd076000-7fd5fd089000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7fd5fd089000-7fd5fd08c000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7fd5fd08c000-7fd5fd08d000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7fd5fd08d000-7fd5fd093000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7fd5fd093000-7fd5fd0a9000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7fd5fd0a9000-7fd5fd0c7000 r--s 00000000 08:02 22417369 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7fd5fd0c7000-7fd5fd0cd000 rw-p 00000000 00:00 0 7fd5fd0cd000-7fd5fd0cf000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7fd5fd0cf000-7fd5fd0d2000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7fd5fd0d2000-7fd5fd0d6000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7fd5fd0d6000-7fd5fd0d7000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7fd5fd0d7000-7fd5fd0da000 r--s 00000000 08:02 22484326 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7fd5fd0da000-7fd5fd0e7000 r--s 00000000 08:02 22484324 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7fd5fd0e7000-7fd5fd0e8000 r--s 00000000 08:02 22484313 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7fd5fd0e8000-7fd5fd0f0000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7fd5fd0f0000-7fd5fd0f1000 r--p 00023000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fd5fd0f1000-7fd5fd0f2000 rw-p 00024000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fd5fd0f2000-7fd5fd0f3000 rw-p 00000000 00:00 0 7ffeb6f18000-7ffeb6f40000 rw-p 00000000 00:00 0 [stack] 7ffeb6fb1000-7ffeb6fb3000 r--p 00000000 00:00 0 [vvar] 7ffeb6fb3000-7ffeb6fb5000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Rendering: 89%|████████▉ | 1074/1210 [02:14<01:17, 1.76 SVGs/s] Rendering: 89%|████████▉ | 1076/1210 [02:14<00:56, 2.39 SVGs/s] Rendering: 89%|████████▉ | 1078/1210 [02:14<00:44, 2.95 SVGs/s] Rendering: 89%|████████▉ | 1079/1210 [02:14<00:38, 3.44 SVGs/s] Rendering: 89%|████████▉ | 1080/1210 [02:14<00:33, 3.92 SVGs/s] Rendering: 89%|████████▉ | 1081/1210 [02:15<00:30, 4.22 SVGs/s] Rendering: 89%|████████▉ | 1082/1210 [02:15<00:28, 4.44 SVGs/s] Rendering: 90%|████████▉ | 1083/1210 [02:15<00:27, 4.65 SVGs/s] Rendering: 90%|████████▉ | 1084/1210 [02:36<13:18, 6.33s/ SVGs] Rendering: 90%|████████▉ | 1085/1210 [02:36<09:18, 4.47s/ SVGs] Rendering: 90%|████████▉ | 1086/1210 [02:36<06:31, 3.16s/ SVGs] Rendering: 90%|████████▉ | 1088/1210 [02:36<04:34, 2.25s/ SVGs] Rendering: 90%|█████████ | 1089/1210 [02:36<03:16, 1.62s/ SVGs] Rendering: 90%|█████████ | 1090/1210 [02:36<02:22, 1.19s/ SVGs] Rendering: 90%|█████████ | 1091/1210 [02:37<01:47, 1.11 SVGs/s] Rendering: 90%|█████████ | 1092/1210 [02:37<01:31, 1.29 SVGs/s] Rendering: 90%|█████████ | 1093/1210 [02:37<01:07, 1.73 SVGs/s] Rendering: 90%|█████████ | 1094/1210 [02:37<00:53, 2.19 SVGs/s] Rendering: 90%|█████████ | 1095/1210 [02:38<00:45, 2.53 SVGs/s] Rendering: 91%|█████████ | 1096/1210 [02:39<01:02, 1.83 SVGs/s] Rendering: 91%|█████████ | 1097/1210 [02:39<00:47, 2.40 SVGs/s]ERROR macrogen.visualize Rendering target/macrogenesis/inventare_2_2-graph.dot failed (-6): 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 "1826-04-24" -> "faust://document/faustedition/2_III_H.71". Something is probably seriously wrong. Warning: Unable to reclaim box space in spline routing for edge "1826-04-24" -> "faust://document/faustedition/2_III_H.71". Something is probably seriously wrong. *** Error in `/usr/bin/dot': free(): invalid next size (normal): 0x000056156a079360 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f09a402bbfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f09a4031fc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7f09a403280e] /usr/lib/libgvc.so.6(+0x4609d)[0x7f09a45b609d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7f099e839057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7f099e8367a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7f099e827e5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7f099e8284c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7f09a4592d22] /usr/bin/dot(+0x1050)[0x561568070050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f09a3fdb2e1] /usr/bin/dot(+0x10ea)[0x5615680700ea] ======= Memory map: ======== 56156806f000-561568071000 r-xp 00000000 08:02 17581702 /usr/bin/dot 561568270000-561568271000 r--p 00001000 08:02 17581702 /usr/bin/dot 561568271000-561568272000 rw-p 00002000 08:02 17581702 /usr/bin/dot 561569cde000-56156a3cc000 rw-p 00000000 00:00 0 [heap] 7f0998000000-7f0998021000 rw-p 00000000 00:00 0 7f0998021000-7f099c000000 ---p 00000000 00:00 0 7f099e605000-7f099e61b000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f099e61b000-7f099e81a000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f099e81a000-7f099e81b000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f099e81b000-7f099e81c000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f099e81c000-7f099e840000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f099e840000-7f099ea3f000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f099ea3f000-7f099ea40000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f099ea40000-7f099ea41000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f099ea41000-7f099ea49000 rw-p 00000000 00:00 0 7f099ea49000-7f099ea63000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f099ea63000-7f099ec62000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f099ec62000-7f099ec63000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f099ec63000-7f099ec67000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f099ec67000-7f099ec7a000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f099ec7a000-7f099ee7a000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f099ee7a000-7f099ee7b000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f099ee7b000-7f099ee7c000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f099ee7c000-7f099ee7d000 rw-p 00000000 00:00 0 7f099ee7d000-7f099ee84000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f099ee84000-7f099f083000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f099f083000-7f099f084000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f099f084000-7f099f085000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f099f085000-7f099f0b0000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f099f0b0000-7f099f2af000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f099f2af000-7f099f2b1000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f099f2b1000-7f099f2b2000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f099f2b2000-7f099f2b7000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f099f2b7000-7f099f4b6000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f099f4b6000-7f099f4b7000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f099f4b7000-7f099f4b8000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f099f4b8000-7f099f4bb000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f099f4bb000-7f099f6ba000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f099f6ba000-7f099f6bb000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f099f6bb000-7f099f6bc000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f099f6bc000-7f099f72e000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f099f72e000-7f099f92d000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f099f92d000-7f099f92e000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f099f92e000-7f099f92f000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f099f92f000-7f099f936000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f099f936000-7f099fb36000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f099fb36000-7f099fb37000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f099fb37000-7f099fb38000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f099fb38000-7f099fb40000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f099fb40000-7f099fd40000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f099fd40000-7f099fd41000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f099fd41000-7f099fd42000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f099fd42000-7f099fdd5000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f099fdd5000-7f099ffd4000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f099ffd4000-7f099ffd6000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f099ffd6000-7f099ffd7000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f099ffd7000-7f099ffde000 r-xp 00000000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f099ffde000-7f09a01dd000 ---p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f09a01dd000-7f09a01de000 r--p 00006000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f09a01de000-7f09a01df000 rw-p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f09a01df000-7f09a01f0000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f09a01f0000-7f09a03ef000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f09a03ef000-7f09a03f0000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f09a03f0000-7f09a03f1000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f09a03f1000-7f09a052b000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f09a052b000-7f09a072b000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f09a072b000-7f09a072c000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f09a072c000-7f09a0731000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f09a0731000-7f09a073a000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f09a073a000-7f09a0939000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f09a0939000-7f09a093a000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f09a093a000-7f09a093b000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f09a093b000-7f09a0947000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f09a0947000-7f09a0b47000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f09a0b47000-7f09a0b48000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f09a0b48000-7f09a0b49000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f09a0b49000-7f09a0b70000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f09a0b70000-7f09a0d6f000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f09a0d6f000-7f09a0d70000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f09a0d70000-7f09a0d71000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f09a0d71000-7f09a0d73000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f09a0d73000-7f09a0f73000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f09a0f73000-7f09a0f74000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f09a0f74000-7f09a0f75000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f09a0f75000-7f09a0fa6000 r-xp 00000000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f09a0fa6000-7f09a11a6000 ---p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f09a11a6000-7f09a11a7000 r--p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f09a11a7000-7f09a11a8000 rw-p 00032000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f09a11a8000-7f09a1246000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f09a1246000-7f09a1446000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f09a1446000-7f09a144e000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f09a144e000-7f09a144f000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f09a144f000-7f09a1467000 r-xp 00000000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f09a1467000-7f09a1666000 ---p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f09a1666000-7f09a1667000 r--p 00017000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f09a1667000-7f09a1668000 rw-p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f09a1668000-7f09a166c000 rw-p 00000000 00:00 0 7f09a166c000-7f09a166d000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f09a166d000-7f09a186c000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f09a186c000-7f09a186d000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f09a186d000-7f09a186e000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f09a186e000-7f09a1916000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f09a1916000-7f09a1b16000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f09a1b16000-7f09a1b1c000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f09a1b1c000-7f09a1b1d000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f09a1b1d000-7f09a1b59000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f09a1b59000-7f09a1d58000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f09a1d58000-7f09a1d5a000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f09a1d5a000-7f09a1d5b000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f09a1d5b000-7f09a1e6d000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f09a1e6d000-7f09a206c000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f09a206c000-7f09a206d000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f09a206d000-7f09a206e000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f09a206e000-7f09a206f000 rw-p 00000000 00:00 0 7f09a206f000-7f09a20c1000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f09a20c1000-7f09a22c0000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f09a22c0000-7f09a22c1000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f09a22c1000-7f09a22c2000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f09a22c2000-7f09a230b000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f09a230b000-7f09a250a000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f09a250a000-7f09a250d000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f09a250d000-7f09a250e000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f09a250e000-7f09a2522000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f09a2522000-7f09a2722000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f09a2722000-7f09a2723000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f09a2723000-7f09a2724000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f09a2724000-7f09a2832000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f09a2832000-7f09a2a32000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f09a2a32000-7f09a2a35000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f09a2a35000-7f09a2a36000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f09a2a36000-7f09a2a38000 rw-p 00000000 00:00 0 7f09a2a38000-7f09a2a44000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f09a2a44000-7f09a2c43000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f09a2c43000-7f09a2c44000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f09a2c44000-7f09a2c45000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f09a2c45000-7f09a2c4e000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f09a2c4e000-7f09a2e4d000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f09a2e4d000-7f09a2e4e000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f09a2e4e000-7f09a2e50000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f09a2e50000-7f09a2e53000 r-xp 00000000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f09a2e53000-7f09a3052000 ---p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f09a3052000-7f09a3053000 r--p 00002000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f09a3053000-7f09a3054000 rw-p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f09a3054000-7f09a3157000 r-xp 00000000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f09a3157000-7f09a3356000 ---p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f09a3356000-7f09a3357000 r--p 00102000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f09a3357000-7f09a3358000 rw-p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f09a3358000-7f09a3371000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f09a3371000-7f09a3570000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f09a3570000-7f09a3571000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f09a3571000-7f09a3572000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f09a3572000-7f09a3599000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f09a3599000-7f09a3799000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f09a3799000-7f09a379b000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f09a379b000-7f09a379c000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f09a379c000-7f09a37a3000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f09a37a3000-7f09a39a2000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f09a39a2000-7f09a39a3000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f09a39a3000-7f09a39a4000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f09a39a4000-7f09a39aa000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f09a39aa000-7f09a3ba9000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f09a3ba9000-7f09a3baa000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f09a3baa000-7f09a3bab000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f09a3bab000-7f09a3bb0000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f09a3bb0000-7f09a3daf000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f09a3daf000-7f09a3db0000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f09a3db0000-7f09a3db1000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f09a3db1000-7f09a3dba000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f09a3dba000-7f09a3fb9000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f09a3fb9000-7f09a3fba000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f09a3fba000-7f09a3fbb000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f09a3fbb000-7f09a4150000 r-xp 00000000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f09a4150000-7f09a4350000 ---p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f09a4350000-7f09a4354000 r--p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f09a4354000-7f09a4356000 rw-p 00199000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f09a4356000-7f09a435a000 rw-p 00000000 00:00 0 7f09a435a000-7f09a436f000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f09a436f000-7f09a456e000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f09a456e000-7f09a456f000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f09a456f000-7f09a4570000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f09a4570000-7f09a45fc000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f09a45fc000-7f09a47fb000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f09a47fb000-7f09a47fc000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f09a47fc000-7f09a480d000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f09a480d000-7f09a480e000 rw-p 00000000 00:00 0 7f09a480e000-7f09a4831000 r-xp 00000000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f09a486b000-7f09a486c000 rw-p 00000000 00:00 0 7f09a486c000-7f09a48af000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7f09a48af000-7f09a48b6000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7f09a48b6000-7f09a48b8000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7f09a48b8000-7f09a48b9000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7f09a48b9000-7f09a48bf000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7f09a48bf000-7f09a48c3000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7f09a48c3000-7f09a48ce000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7f09a48ce000-7f09a48d5000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7f09a48d5000-7f09a48de000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7f09a48de000-7f09a48e2000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7f09a48e2000-7f09a48e3000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7f09a48e3000-7f09a48e4000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7f09a48e4000-7f09a48e5000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7f09a48e5000-7f09a48e7000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7f09a48e7000-7f09a48e8000 r--s 00000000 08:02 22484312 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7f09a48e8000-7f09a48e9000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7f09a48e9000-7f09a4912000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7f09a4912000-7f09a4914000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7f09a4914000-7f09a4918000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7f09a4918000-7f09a491e000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7f09a491e000-7f09a4926000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7f09a4926000-7f09a4929000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7f09a4929000-7f09a492c000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7f09a492c000-7f09a492e000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7f09a492e000-7f09a492f000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7f09a492f000-7f09a4942000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7f09a4942000-7f09a4943000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7f09a4943000-7f09a4949000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7f09a4949000-7f09a494a000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7f09a494a000-7f09a494b000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7f09a494b000-7f09a494d000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7f09a494d000-7f09a4959000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7f09a4959000-7f09a495d000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7f09a495d000-7f09a4962000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7f09a4962000-7f09a4963000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7f09a4963000-7f09a4965000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7f09a4965000-7f09a4966000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7f09a4966000-7f09a4967000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7f09a4967000-7f09a496b000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7f09a496b000-7f09a496c000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7f09a496c000-7f09a496e000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7f09a496e000-7f09a4970000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7f09a4970000-7f09a4972000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7f09a4972000-7f09a4974000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7f09a4974000-7f09a4976000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7f09a4976000-7f09a4977000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7f09a4977000-7f09a4984000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7f09a4984000-7f09a4987000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7f09a4987000-7f09a4992000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7f09a4992000-7f09a499b000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7f09a499b000-7f09a499d000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7f09a499d000-7f09a499e000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7f09a499e000-7f09a49a5000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7f09a49a5000-7f09a49a9000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7f09a49a9000-7f09a49ad000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7f09a49ad000-7f09a49b1000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7f09a49b1000-7f09a49b5000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7f09a49b5000-7f09a49b7000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7f09a49b7000-7f09a49ca000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7f09a49ca000-7f09a49cd000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7f09a49cd000-7f09a49ce000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7f09a49ce000-7f09a49d4000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7f09a49d4000-7f09a49ea000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7f09a49ea000-7f09a4a08000 r--s 00000000 08:02 22417369 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7f09a4a08000-7f09a4a0e000 rw-p 00000000 00:00 0 7f09a4a0e000-7f09a4a10000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7f09a4a10000-7f09a4a13000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7f09a4a13000-7f09a4a17000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7f09a4a17000-7f09a4a18000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7f09a4a18000-7f09a4a1b000 r--s 00000000 08:02 22484326 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7f09a4a1b000-7f09a4a28000 r--s 00000000 08:02 22484324 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7f09a4a28000-7f09a4a29000 r--s 00000000 08:02 22484313 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7f09a4a29000-7f09a4a31000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7f09a4a31000-7f09a4a32000 r--p 00023000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f09a4a32000-7f09a4a33000 rw-p 00024000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f09a4a33000-7f09a4a34000 rw-p 00000000 00:00 0 7ffebd529000-7ffebd54a000 rw-p 00000000 00:00 0 [stack] 7ffebd55c000-7ffebd55e000 r--p 00000000 00:00 0 [vvar] 7ffebd55e000-7ffebd560000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Rendering: 91%|█████████ | 1098/1210 [02:41<01:48, 1.04 SVGs/s] Rendering: 91%|█████████ | 1099/1210 [02:41<01:21, 1.36 SVGs/s] Rendering: 91%|█████████ | 1100/1210 [02:41<01:02, 1.75 SVGs/s] Rendering: 91%|█████████ | 1101/1210 [02:42<00:50, 2.15 SVGs/s] Rendering: 91%|█████████ | 1102/1210 [02:49<04:48, 2.67s/ SVGs] Rendering: 91%|█████████ | 1103/1210 [02:50<03:25, 1.92s/ SVGs] Rendering: 91%|█████████ | 1104/1210 [02:50<02:29, 1.41s/ SVGs] Rendering: 91%|█████████▏| 1105/1210 [02:50<01:49, 1.05s/ SVGs] Rendering: 91%|█████████▏| 1106/1210 [02:50<01:21, 1.27 SVGs/s] Rendering: 91%|█████████▏| 1107/1210 [02:50<01:02, 1.64 SVGs/s] Rendering: 92%|█████████▏| 1108/1210 [02:51<00:49, 2.07 SVGs/s] Rendering: 92%|█████████▏| 1109/1210 [02:51<00:40, 2.51 SVGs/s] Rendering: 92%|█████████▏| 1110/1210 [02:51<00:34, 2.92 SVGs/s] Rendering: 92%|█████████▏| 1111/1210 [02:51<00:29, 3.35 SVGs/s] Rendering: 92%|█████████▏| 1112/1210 [02:51<00:25, 3.78 SVGs/s] Rendering: 92%|█████████▏| 1113/1210 [02:52<00:24, 4.03 SVGs/s] Rendering: 92%|█████████▏| 1114/1210 [02:52<00:22, 4.30 SVGs/s] Rendering: 92%|█████████▏| 1115/1210 [02:52<00:21, 4.37 SVGs/s] Rendering: 92%|█████████▏| 1116/1210 [02:52<00:20, 4.52 SVGs/s] Rendering: 92%|█████████▏| 1117/1210 [02:52<00:19, 4.71 SVGs/s] Rendering: 92%|█████████▏| 1118/1210 [02:53<00:18, 4.96 SVGs/s] Rendering: 92%|█████████▏| 1119/1210 [02:53<00:18, 5.03 SVGs/s] Rendering: 93%|█████████▎| 1120/1210 [02:53<00:17, 5.15 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 faust://document/faustedition/2_III_H.59b 2 %0 1 %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%|█████████▎| 1121/1210 [02:53<00:15, 5.65 SVGs/s] Rendering: 93%|█████████▎| 1122/1210 [02:53<00:15, 5.55 SVGs/s] Rendering: 93%|█████████▎| 1123/1210 [02:53<00:17, 5.05 SVGs/s] Rendering: 93%|█████████▎| 1124/1210 [02:54<00:16, 5.25 SVGs/s] Rendering: 93%|█████████▎| 1125/1210 [02:54<00:16, 5.13 SVGs/s] Rendering: 93%|█████████▎| 1126/1210 [02:54<00:16, 5.08 SVGs/s] Rendering: 93%|█████████▎| 1127/1210 [02:54<00:16, 5.05 SVGs/s] Rendering: 93%|█████████▎| 1128/1210 [02:54<00:16, 5.04 SVGs/s]ERROR macrogen.visualize Rendering target/macrogenesis/landeck1981-graph.dot failed (-6): 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://document/faustedition/2_V_H.25" -> "faust://document/faustedition/2_V_H.27". 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': double free or corruption (!prev): 0x000055a811ec5c30 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f5e40536bfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f5e4053cfc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7f5e4053d80e] /usr/lib/libgvc.so.6(+0x4609d)[0x7f5e40ac109d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7f5e3ad44057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7f5e3ad417a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7f5e3ad32e5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7f5e3ad334c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7f5e40a9dd22] /usr/bin/dot(+0x1050)[0x55a81035b050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f5e404e62e1] /usr/bin/dot(+0x10ea)[0x55a81035b0ea] ======= Memory map: ======== 55a81035a000-55a81035c000 r-xp 00000000 08:02 17581702 /usr/bin/dot 55a81055b000-55a81055c000 r--p 00001000 08:02 17581702 /usr/bin/dot 55a81055c000-55a81055d000 rw-p 00002000 08:02 17581702 /usr/bin/dot 55a81181b000-55a8126b1000 rw-p 00000000 00:00 0 [heap] 7f5e34000000-7f5e34021000 rw-p 00000000 00:00 0 7f5e34021000-7f5e38000000 ---p 00000000 00:00 0 7f5e3ab10000-7f5e3ab26000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5e3ab26000-7f5e3ad25000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5e3ad25000-7f5e3ad26000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5e3ad26000-7f5e3ad27000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5e3ad27000-7f5e3ad4b000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f5e3ad4b000-7f5e3af4a000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f5e3af4a000-7f5e3af4b000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f5e3af4b000-7f5e3af4c000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f5e3af4c000-7f5e3af54000 rw-p 00000000 00:00 0 7f5e3af54000-7f5e3af6e000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f5e3af6e000-7f5e3b16d000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f5e3b16d000-7f5e3b16e000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f5e3b16e000-7f5e3b172000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f5e3b172000-7f5e3b185000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f5e3b185000-7f5e3b385000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f5e3b385000-7f5e3b386000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f5e3b386000-7f5e3b387000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f5e3b387000-7f5e3b388000 rw-p 00000000 00:00 0 7f5e3b388000-7f5e3b38f000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f5e3b38f000-7f5e3b58e000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f5e3b58e000-7f5e3b58f000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f5e3b58f000-7f5e3b590000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f5e3b590000-7f5e3b5bb000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f5e3b5bb000-7f5e3b7ba000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f5e3b7ba000-7f5e3b7bc000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f5e3b7bc000-7f5e3b7bd000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f5e3b7bd000-7f5e3b7c2000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f5e3b7c2000-7f5e3b9c1000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f5e3b9c1000-7f5e3b9c2000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f5e3b9c2000-7f5e3b9c3000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f5e3b9c3000-7f5e3b9c6000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f5e3b9c6000-7f5e3bbc5000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f5e3bbc5000-7f5e3bbc6000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f5e3bbc6000-7f5e3bbc7000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f5e3bbc7000-7f5e3bc39000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f5e3bc39000-7f5e3be38000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f5e3be38000-7f5e3be39000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f5e3be39000-7f5e3be3a000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f5e3be3a000-7f5e3be41000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f5e3be41000-7f5e3c041000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f5e3c041000-7f5e3c042000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f5e3c042000-7f5e3c043000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f5e3c043000-7f5e3c04b000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f5e3c04b000-7f5e3c24b000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f5e3c24b000-7f5e3c24c000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f5e3c24c000-7f5e3c24d000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f5e3c24d000-7f5e3c2e0000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f5e3c2e0000-7f5e3c4df000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f5e3c4df000-7f5e3c4e1000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f5e3c4e1000-7f5e3c4e2000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f5e3c4e2000-7f5e3c4e9000 r-xp 00000000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f5e3c4e9000-7f5e3c6e8000 ---p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f5e3c6e8000-7f5e3c6e9000 r--p 00006000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f5e3c6e9000-7f5e3c6ea000 rw-p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f5e3c6ea000-7f5e3c6fb000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f5e3c6fb000-7f5e3c8fa000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f5e3c8fa000-7f5e3c8fb000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f5e3c8fb000-7f5e3c8fc000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f5e3c8fc000-7f5e3ca36000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f5e3ca36000-7f5e3cc36000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f5e3cc36000-7f5e3cc37000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f5e3cc37000-7f5e3cc3c000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f5e3cc3c000-7f5e3cc45000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f5e3cc45000-7f5e3ce44000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f5e3ce44000-7f5e3ce45000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f5e3ce45000-7f5e3ce46000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f5e3ce46000-7f5e3ce52000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f5e3ce52000-7f5e3d052000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f5e3d052000-7f5e3d053000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f5e3d053000-7f5e3d054000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f5e3d054000-7f5e3d07b000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f5e3d07b000-7f5e3d27a000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f5e3d27a000-7f5e3d27b000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f5e3d27b000-7f5e3d27c000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f5e3d27c000-7f5e3d27e000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f5e3d27e000-7f5e3d47e000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f5e3d47e000-7f5e3d47f000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f5e3d47f000-7f5e3d480000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f5e3d480000-7f5e3d4b1000 r-xp 00000000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f5e3d4b1000-7f5e3d6b1000 ---p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f5e3d6b1000-7f5e3d6b2000 r--p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f5e3d6b2000-7f5e3d6b3000 rw-p 00032000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f5e3d6b3000-7f5e3d751000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f5e3d751000-7f5e3d951000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f5e3d951000-7f5e3d959000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f5e3d959000-7f5e3d95a000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f5e3d95a000-7f5e3d972000 r-xp 00000000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f5e3d972000-7f5e3db71000 ---p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f5e3db71000-7f5e3db72000 r--p 00017000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f5e3db72000-7f5e3db73000 rw-p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f5e3db73000-7f5e3db77000 rw-p 00000000 00:00 0 7f5e3db77000-7f5e3db78000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f5e3db78000-7f5e3dd77000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f5e3dd77000-7f5e3dd78000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f5e3dd78000-7f5e3dd79000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f5e3dd79000-7f5e3de21000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f5e3de21000-7f5e3e021000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f5e3e021000-7f5e3e027000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f5e3e027000-7f5e3e028000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f5e3e028000-7f5e3e064000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f5e3e064000-7f5e3e263000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f5e3e263000-7f5e3e265000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f5e3e265000-7f5e3e266000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f5e3e266000-7f5e3e378000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f5e3e378000-7f5e3e577000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f5e3e577000-7f5e3e578000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f5e3e578000-7f5e3e579000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f5e3e579000-7f5e3e57a000 rw-p 00000000 00:00 0 7f5e3e57a000-7f5e3e5cc000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f5e3e5cc000-7f5e3e7cb000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f5e3e7cb000-7f5e3e7cc000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f5e3e7cc000-7f5e3e7cd000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f5e3e7cd000-7f5e3e816000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f5e3e816000-7f5e3ea15000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f5e3ea15000-7f5e3ea18000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f5e3ea18000-7f5e3ea19000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f5e3ea19000-7f5e3ea2d000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f5e3ea2d000-7f5e3ec2d000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f5e3ec2d000-7f5e3ec2e000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f5e3ec2e000-7f5e3ec2f000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f5e3ec2f000-7f5e3ed3d000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f5e3ed3d000-7f5e3ef3d000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f5e3ef3d000-7f5e3ef40000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f5e3ef40000-7f5e3ef41000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f5e3ef41000-7f5e3ef43000 rw-p 00000000 00:00 0 7f5e3ef43000-7f5e3ef4f000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f5e3ef4f000-7f5e3f14e000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f5e3f14e000-7f5e3f14f000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f5e3f14f000-7f5e3f150000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f5e3f150000-7f5e3f159000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f5e3f159000-7f5e3f358000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f5e3f358000-7f5e3f359000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f5e3f359000-7f5e3f35b000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f5e3f35b000-7f5e3f35e000 r-xp 00000000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f5e3f35e000-7f5e3f55d000 ---p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f5e3f55d000-7f5e3f55e000 r--p 00002000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f5e3f55e000-7f5e3f55f000 rw-p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f5e3f55f000-7f5e3f662000 r-xp 00000000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f5e3f662000-7f5e3f861000 ---p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f5e3f861000-7f5e3f862000 r--p 00102000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f5e3f862000-7f5e3f863000 rw-p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f5e3f863000-7f5e3f87c000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f5e3f87c000-7f5e3fa7b000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f5e3fa7b000-7f5e3fa7c000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f5e3fa7c000-7f5e3fa7d000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f5e3fa7d000-7f5e3faa4000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f5e3faa4000-7f5e3fca4000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f5e3fca4000-7f5e3fca6000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f5e3fca6000-7f5e3fca7000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f5e3fca7000-7f5e3fcae000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f5e3fcae000-7f5e3fead000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f5e3fead000-7f5e3feae000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f5e3feae000-7f5e3feaf000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f5e3feaf000-7f5e3feb5000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f5e3feb5000-7f5e400b4000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f5e400b4000-7f5e400b5000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f5e400b5000-7f5e400b6000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f5e400b6000-7f5e400bb000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f5e400bb000-7f5e402ba000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f5e402ba000-7f5e402bb000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f5e402bb000-7f5e402bc000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f5e402bc000-7f5e402c5000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f5e402c5000-7f5e404c4000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f5e404c4000-7f5e404c5000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f5e404c5000-7f5e404c6000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f5e404c6000-7f5e4065b000 r-xp 00000000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f5e4065b000-7f5e4085b000 ---p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f5e4085b000-7f5e4085f000 r--p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f5e4085f000-7f5e40861000 rw-p 00199000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f5e40861000-7f5e40865000 rw-p 00000000 00:00 0 7f5e40865000-7f5e4087a000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f5e4087a000-7f5e40a79000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f5e40a79000-7f5e40a7a000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f5e40a7a000-7f5e40a7b000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f5e40a7b000-7f5e40b07000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f5e40b07000-7f5e40d06000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f5e40d06000-7f5e40d07000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f5e40d07000-7f5e40d18000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f5e40d18000-7f5e40d19000 rw-p 00000000 00:00 0 7f5e40d19000-7f5e40d3c000 r-xp 00000000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f5e40d76000-7f5e40d77000 rw-p 00000000 00:00 0 7f5e40d77000-7f5e40dba000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7f5e40dba000-7f5e40dc1000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7f5e40dc1000-7f5e40dc3000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7f5e40dc3000-7f5e40dc4000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7f5e40dc4000-7f5e40dca000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7f5e40dca000-7f5e40dce000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7f5e40dce000-7f5e40dd9000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7f5e40dd9000-7f5e40de0000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7f5e40de0000-7f5e40de9000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7f5e40de9000-7f5e40ded000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7f5e40ded000-7f5e40dee000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7f5e40dee000-7f5e40def000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7f5e40def000-7f5e40df0000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7f5e40df0000-7f5e40df2000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7f5e40df2000-7f5e40df3000 r--s 00000000 08:02 22484312 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7f5e40df3000-7f5e40df4000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7f5e40df4000-7f5e40e1d000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7f5e40e1d000-7f5e40e1f000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7f5e40e1f000-7f5e40e23000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7f5e40e23000-7f5e40e29000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7f5e40e29000-7f5e40e31000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7f5e40e31000-7f5e40e34000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7f5e40e34000-7f5e40e37000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7f5e40e37000-7f5e40e39000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7f5e40e39000-7f5e40e3a000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7f5e40e3a000-7f5e40e4d000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7f5e40e4d000-7f5e40e4e000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7f5e40e4e000-7f5e40e54000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7f5e40e54000-7f5e40e55000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7f5e40e55000-7f5e40e56000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7f5e40e56000-7f5e40e58000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7f5e40e58000-7f5e40e64000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7f5e40e64000-7f5e40e68000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7f5e40e68000-7f5e40e6d000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7f5e40e6d000-7f5e40e6e000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7f5e40e6e000-7f5e40e70000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7f5e40e70000-7f5e40e71000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7f5e40e71000-7f5e40e72000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7f5e40e72000-7f5e40e76000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7f5e40e76000-7f5e40e77000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7f5e40e77000-7f5e40e79000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7f5e40e79000-7f5e40e7b000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7f5e40e7b000-7f5e40e7d000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7f5e40e7d000-7f5e40e7f000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7f5e40e7f000-7f5e40e81000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7f5e40e81000-7f5e40e82000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7f5e40e82000-7f5e40e8f000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7f5e40e8f000-7f5e40e92000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7f5e40e92000-7f5e40e9d000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7f5e40e9d000-7f5e40ea6000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7f5e40ea6000-7f5e40ea8000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7f5e40ea8000-7f5e40ea9000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7f5e40ea9000-7f5e40eb0000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7f5e40eb0000-7f5e40eb4000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7f5e40eb4000-7f5e40eb8000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7f5e40eb8000-7f5e40ebc000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7f5e40ebc000-7f5e40ec0000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7f5e40ec0000-7f5e40ec2000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7f5e40ec2000-7f5e40ed5000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7f5e40ed5000-7f5e40ed8000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7f5e40ed8000-7f5e40ed9000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7f5e40ed9000-7f5e40edf000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7f5e40edf000-7f5e40ef5000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7f5e40ef5000-7f5e40f13000 r--s 00000000 08:02 22417369 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7f5e40f13000-7f5e40f19000 rw-p 00000000 00:00 0 7f5e40f19000-7f5e40f1b000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7f5e40f1b000-7f5e40f1e000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7f5e40f1e000-7f5e40f22000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7f5e40f22000-7f5e40f23000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7f5e40f23000-7f5e40f26000 r--s 00000000 08:02 22484326 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7f5e40f26000-7f5e40f33000 r--s 00000000 08:02 22484324 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7f5e40f33000-7f5e40f34000 r--s 00000000 08:02 22484313 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7f5e40f34000-7f5e40f3c000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7f5e40f3c000-7f5e40f3d000 r--p 00023000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f5e40f3d000-7f5e40f3e000 rw-p 00024000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f5e40f3e000-7f5e40f3f000 rw-p 00000000 00:00 0 7ffc55245000-7ffc55266000 rw-p 00000000 00:00 0 [stack] 7ffc553cc000-7ffc553ce000 r--p 00000000 00:00 0 [vvar] 7ffc553ce000-7ffc553d0000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Rendering: 93%|█████████▎| 1129/1210 [03:00<02:23, 1.77s/ SVGs] Rendering: 93%|█████████▎| 1130/1210 [03:00<01:43, 1.29s/ SVGs] Rendering: 93%|█████████▎| 1131/1210 [03:00<01:14, 1.06 SVGs/s] Rendering: 94%|█████████▎| 1132/1210 [03:01<01:18, 1.01s/ SVGs] Rendering: 94%|█████████▎| 1133/1210 [03:02<01:09, 1.11 SVGs/s] Rendering: 94%|█████████▎| 1134/1210 [03:02<00:52, 1.44 SVGs/s] Rendering: 94%|█████████▍| 1135/1210 [03:02<00:41, 1.82 SVGs/s] Rendering: 94%|█████████▍| 1136/1210 [03:06<01:52, 1.53s/ SVGs] Rendering: 94%|█████████▍| 1137/1210 [03:18<05:28, 4.50s/ SVGs]ERROR macrogen.visualize Rendering target/macrogenesis/wa_I_15_2-graph.dot failed (-6): Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_I_H.24b" -> "1828-01-01". Something is probably seriously wrong. Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_I_H.24b" -> "1828-01-01". Something is probably seriously wrong. *** Error in `/usr/bin/dot': free(): invalid next size (fast): 0x0000560b458f9e60 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f61d58d3bfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f61d58d9fc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7f61d58da80e] /usr/lib/libgvc.so.6(+0x4609d)[0x7f61d5e5e09d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7f61d00e1057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7f61d00de7a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7f61d00cfe5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7f61d00d04c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7f61d5e3ad22] /usr/bin/dot(+0x1050)[0x560b4441f050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f61d58832e1] /usr/bin/dot(+0x10ea)[0x560b4441f0ea] ======= Memory map: ======== 560b4441e000-560b44420000 r-xp 00000000 08:02 17581702 /usr/bin/dot 560b4461f000-560b44620000 r--p 00001000 08:02 17581702 /usr/bin/dot 560b44620000-560b44621000 rw-p 00002000 08:02 17581702 /usr/bin/dot 560b44e7c000-560b46503000 rw-p 00000000 00:00 0 [heap] 7f61cbde9000-7f61cbdff000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f61cbdff000-7f61cbffe000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f61cbffe000-7f61cbfff000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f61cbfff000-7f61cc000000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f61cc000000-7f61cc021000 rw-p 00000000 00:00 0 7f61cc021000-7f61d0000000 ---p 00000000 00:00 0 7f61d00c4000-7f61d00e8000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f61d00e8000-7f61d02e7000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f61d02e7000-7f61d02e8000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f61d02e8000-7f61d02e9000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f61d02e9000-7f61d02f1000 rw-p 00000000 00:00 0 7f61d02f1000-7f61d030b000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f61d030b000-7f61d050a000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f61d050a000-7f61d050b000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f61d050b000-7f61d050f000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f61d050f000-7f61d0522000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f61d0522000-7f61d0722000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f61d0722000-7f61d0723000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f61d0723000-7f61d0724000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f61d0724000-7f61d0725000 rw-p 00000000 00:00 0 7f61d0725000-7f61d072c000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f61d072c000-7f61d092b000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f61d092b000-7f61d092c000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f61d092c000-7f61d092d000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f61d092d000-7f61d0958000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f61d0958000-7f61d0b57000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f61d0b57000-7f61d0b59000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f61d0b59000-7f61d0b5a000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f61d0b5a000-7f61d0b5f000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f61d0b5f000-7f61d0d5e000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f61d0d5e000-7f61d0d5f000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f61d0d5f000-7f61d0d60000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f61d0d60000-7f61d0d63000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f61d0d63000-7f61d0f62000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f61d0f62000-7f61d0f63000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f61d0f63000-7f61d0f64000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f61d0f64000-7f61d0fd6000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f61d0fd6000-7f61d11d5000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f61d11d5000-7f61d11d6000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f61d11d6000-7f61d11d7000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f61d11d7000-7f61d11de000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f61d11de000-7f61d13de000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f61d13de000-7f61d13df000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f61d13df000-7f61d13e0000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f61d13e0000-7f61d13e8000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f61d13e8000-7f61d15e8000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f61d15e8000-7f61d15e9000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f61d15e9000-7f61d15ea000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f61d15ea000-7f61d167d000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f61d167d000-7f61d187c000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f61d187c000-7f61d187e000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f61d187e000-7f61d187f000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f61d187f000-7f61d1886000 r-xp 00000000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f61d1886000-7f61d1a85000 ---p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f61d1a85000-7f61d1a86000 r--p 00006000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f61d1a86000-7f61d1a87000 rw-p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7f61d1a87000-7f61d1a98000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f61d1a98000-7f61d1c97000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f61d1c97000-7f61d1c98000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f61d1c98000-7f61d1c99000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f61d1c99000-7f61d1dd3000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f61d1dd3000-7f61d1fd3000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f61d1fd3000-7f61d1fd4000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f61d1fd4000-7f61d1fd9000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f61d1fd9000-7f61d1fe2000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f61d1fe2000-7f61d21e1000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f61d21e1000-7f61d21e2000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f61d21e2000-7f61d21e3000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f61d21e3000-7f61d21ef000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f61d21ef000-7f61d23ef000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f61d23ef000-7f61d23f0000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f61d23f0000-7f61d23f1000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f61d23f1000-7f61d2418000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f61d2418000-7f61d2617000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f61d2617000-7f61d2618000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f61d2618000-7f61d2619000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f61d2619000-7f61d261b000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f61d261b000-7f61d281b000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f61d281b000-7f61d281c000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f61d281c000-7f61d281d000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f61d281d000-7f61d284e000 r-xp 00000000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f61d284e000-7f61d2a4e000 ---p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f61d2a4e000-7f61d2a4f000 r--p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f61d2a4f000-7f61d2a50000 rw-p 00032000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f61d2a50000-7f61d2aee000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f61d2aee000-7f61d2cee000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f61d2cee000-7f61d2cf6000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f61d2cf6000-7f61d2cf7000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f61d2cf7000-7f61d2d0f000 r-xp 00000000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f61d2d0f000-7f61d2f0e000 ---p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f61d2f0e000-7f61d2f0f000 r--p 00017000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f61d2f0f000-7f61d2f10000 rw-p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f61d2f10000-7f61d2f14000 rw-p 00000000 00:00 0 7f61d2f14000-7f61d2f15000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f61d2f15000-7f61d3114000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f61d3114000-7f61d3115000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f61d3115000-7f61d3116000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f61d3116000-7f61d31be000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f61d31be000-7f61d33be000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f61d33be000-7f61d33c4000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f61d33c4000-7f61d33c5000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f61d33c5000-7f61d3401000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f61d3401000-7f61d3600000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f61d3600000-7f61d3602000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f61d3602000-7f61d3603000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f61d3603000-7f61d3715000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f61d3715000-7f61d3914000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f61d3914000-7f61d3915000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f61d3915000-7f61d3916000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f61d3916000-7f61d3917000 rw-p 00000000 00:00 0 7f61d3917000-7f61d3969000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f61d3969000-7f61d3b68000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f61d3b68000-7f61d3b69000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f61d3b69000-7f61d3b6a000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f61d3b6a000-7f61d3bb3000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f61d3bb3000-7f61d3db2000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f61d3db2000-7f61d3db5000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f61d3db5000-7f61d3db6000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f61d3db6000-7f61d3dca000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f61d3dca000-7f61d3fca000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f61d3fca000-7f61d3fcb000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f61d3fcb000-7f61d3fcc000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f61d3fcc000-7f61d40da000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f61d40da000-7f61d42da000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f61d42da000-7f61d42dd000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f61d42dd000-7f61d42de000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f61d42de000-7f61d42e0000 rw-p 00000000 00:00 0 7f61d42e0000-7f61d42ec000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f61d42ec000-7f61d44eb000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f61d44eb000-7f61d44ec000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f61d44ec000-7f61d44ed000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f61d44ed000-7f61d44f6000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f61d44f6000-7f61d46f5000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f61d46f5000-7f61d46f6000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f61d46f6000-7f61d46f8000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f61d46f8000-7f61d46fb000 r-xp 00000000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f61d46fb000-7f61d48fa000 ---p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f61d48fa000-7f61d48fb000 r--p 00002000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f61d48fb000-7f61d48fc000 rw-p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7f61d48fc000-7f61d49ff000 r-xp 00000000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f61d49ff000-7f61d4bfe000 ---p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f61d4bfe000-7f61d4bff000 r--p 00102000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f61d4bff000-7f61d4c00000 rw-p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7f61d4c00000-7f61d4c19000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f61d4c19000-7f61d4e18000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f61d4e18000-7f61d4e19000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f61d4e19000-7f61d4e1a000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f61d4e1a000-7f61d4e41000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f61d4e41000-7f61d5041000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f61d5041000-7f61d5043000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f61d5043000-7f61d5044000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f61d5044000-7f61d504b000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f61d504b000-7f61d524a000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f61d524a000-7f61d524b000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f61d524b000-7f61d524c000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f61d524c000-7f61d5252000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f61d5252000-7f61d5451000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f61d5451000-7f61d5452000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f61d5452000-7f61d5453000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f61d5453000-7f61d5458000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f61d5458000-7f61d5657000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f61d5657000-7f61d5658000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f61d5658000-7f61d5659000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f61d5659000-7f61d5662000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f61d5662000-7f61d5861000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f61d5861000-7f61d5862000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f61d5862000-7f61d5863000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f61d5863000-7f61d59f8000 r-xp 00000000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f61d59f8000-7f61d5bf8000 ---p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f61d5bf8000-7f61d5bfc000 r--p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f61d5bfc000-7f61d5bfe000 rw-p 00199000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7f61d5bfe000-7f61d5c02000 rw-p 00000000 00:00 0 7f61d5c02000-7f61d5c17000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f61d5c17000-7f61d5e16000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f61d5e16000-7f61d5e17000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f61d5e17000-7f61d5e18000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f61d5e18000-7f61d5ea4000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f61d5ea4000-7f61d60a3000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f61d60a3000-7f61d60a4000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f61d60a4000-7f61d60b5000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f61d60b5000-7f61d60b6000 rw-p 00000000 00:00 0 7f61d60b6000-7f61d60d9000 r-xp 00000000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f61d6113000-7f61d6114000 rw-p 00000000 00:00 0 7f61d6114000-7f61d6157000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7f61d6157000-7f61d615e000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7f61d615e000-7f61d6160000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7f61d6160000-7f61d6161000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7f61d6161000-7f61d6167000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7f61d6167000-7f61d616b000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7f61d616b000-7f61d6176000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7f61d6176000-7f61d617d000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7f61d617d000-7f61d6186000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7f61d6186000-7f61d618a000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7f61d618a000-7f61d618b000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7f61d618b000-7f61d618c000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7f61d618c000-7f61d618d000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7f61d618d000-7f61d618f000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7f61d618f000-7f61d6190000 r--s 00000000 08:02 22484312 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7f61d6190000-7f61d6191000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7f61d6191000-7f61d61ba000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7f61d61ba000-7f61d61bc000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7f61d61bc000-7f61d61c0000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7f61d61c0000-7f61d61c6000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7f61d61c6000-7f61d61ce000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7f61d61ce000-7f61d61d1000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7f61d61d1000-7f61d61d4000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7f61d61d4000-7f61d61d6000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7f61d61d6000-7f61d61d7000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7f61d61d7000-7f61d61ea000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7f61d61ea000-7f61d61eb000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7f61d61eb000-7f61d61f1000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7f61d61f1000-7f61d61f2000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7f61d61f2000-7f61d61f3000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7f61d61f3000-7f61d61f5000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7f61d61f5000-7f61d6201000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7f61d6201000-7f61d6205000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7f61d6205000-7f61d620a000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7f61d620a000-7f61d620b000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7f61d620b000-7f61d620d000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7f61d620d000-7f61d620e000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7f61d620e000-7f61d620f000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7f61d620f000-7f61d6213000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7f61d6213000-7f61d6214000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7f61d6214000-7f61d6216000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7f61d6216000-7f61d6218000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7f61d6218000-7f61d621a000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7f61d621a000-7f61d621c000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7f61d621c000-7f61d621e000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7f61d621e000-7f61d621f000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7f61d621f000-7f61d622c000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7f61d622c000-7f61d622f000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7f61d622f000-7f61d623a000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7f61d623a000-7f61d6243000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7f61d6243000-7f61d6245000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7f61d6245000-7f61d6246000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7f61d6246000-7f61d624d000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7f61d624d000-7f61d6251000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7f61d6251000-7f61d6255000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7f61d6255000-7f61d6259000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7f61d6259000-7f61d625d000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7f61d625d000-7f61d625f000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7f61d625f000-7f61d6272000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7f61d6272000-7f61d6275000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7f61d6275000-7f61d6276000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7f61d6276000-7f61d627c000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7f61d627c000-7f61d6292000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7f61d6292000-7f61d62b0000 r--s 00000000 08:02 22417369 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7f61d62b0000-7f61d62b6000 rw-p 00000000 00:00 0 7f61d62b6000-7f61d62b8000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7f61d62b8000-7f61d62bb000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7f61d62bb000-7f61d62bf000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7f61d62bf000-7f61d62c0000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7f61d62c0000-7f61d62c3000 r--s 00000000 08:02 22484326 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7f61d62c3000-7f61d62d0000 r--s 00000000 08:02 22484324 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7f61d62d0000-7f61d62d1000 r--s 00000000 08:02 22484313 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7f61d62d1000-7f61d62d9000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7f61d62d9000-7f61d62da000 r--p 00023000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f61d62da000-7f61d62db000 rw-p 00024000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7f61d62db000-7f61d62dc000 rw-p 00000000 00:00 0 7fff9813b000-7fff9815c000 rw-p 00000000 00:00 0 [stack] 7fff981d5000-7fff981d7000 r--p 00000000 00:00 0 [vvar] 7fff981d7000-7fff981d9000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Rendering: 94%|█████████▍| 1138/1210 [03:54<17:01, 14.19s/ SVGs] Rendering: 94%|█████████▍| 1139/1210 [03:55<11:49, 9.99s/ SVGs] Rendering: 94%|█████████▍| 1140/1210 [03:55<08:13, 7.04s/ SVGs] Rendering: 94%|█████████▍| 1141/1210 [03:55<05:43, 4.98s/ SVGs] Rendering: 94%|█████████▍| 1142/1210 [03:55<04:00, 3.54s/ SVGs] Rendering: 94%|█████████▍| 1143/1210 [03:55<02:49, 2.53s/ SVGs] Rendering: 95%|█████████▍| 1144/1210 [03:56<02:00, 1.82s/ SVGs] Rendering: 95%|█████████▍| 1145/1210 [03:56<01:26, 1.33s/ SVGs] Rendering: 95%|█████████▍| 1146/1210 [03:56<01:02, 1.02 SVGs/s] Rendering: 95%|█████████▍| 1147/1210 [03:56<00:47, 1.33 SVGs/s] Rendering: 95%|█████████▍| 1148/1210 [03:56<00:36, 1.70 SVGs/s] Rendering: 95%|█████████▍| 1149/1210 [03:57<00:29, 2.09 SVGs/s] Rendering: 95%|█████████▌| 1150/1210 [03:57<00:23, 2.58 SVGs/s] Rendering: 95%|█████████▌| 1151/1210 [03:57<00:19, 2.98 SVGs/s] Rendering: 95%|█████████▌| 1152/1210 [03:57<00:17, 3.40 SVGs/s] Rendering: 95%|█████████▌| 1153/1210 [03:57<00:16, 3.47 SVGs/s] Rendering: 95%|█████████▌| 1154/1210 [03:58<00:14, 3.80 SVGs/s] Rendering: 95%|█████████▌| 1155/1210 [03:58<00:13, 3.99 SVGs/s] Rendering: 96%|█████████▌| 1156/1210 [03:58<00:12, 4.30 SVGs/s] Rendering: 96%|█████████▌| 1157/1210 [03:58<00:11, 4.43 SVGs/s] Rendering: 96%|█████████▌| 1158/1210 [03:58<00:11, 4.72 SVGs/s] Rendering: 96%|█████████▌| 1159/1210 [03:59<00:10, 4.89 SVGs/s] Rendering: 96%|█████████▌| 1160/1210 [03:59<00:09, 5.04 SVGs/s] Rendering: 96%|█████████▌| 1161/1210 [03:59<00:09, 5.09 SVGs/s] Rendering: 96%|█████████▌| 1162/1210 [03:59<00:09, 5.29 SVGs/s] Rendering: 96%|█████████▌| 1163/1210 [03:59<00:08, 5.26 SVGs/s] Rendering: 96%|█████████▌| 1164/1210 [04:00<00:08, 5.12 SVGs/s] Rendering: 96%|█████████▋| 1165/1210 [04:00<00:08, 5.24 SVGs/s] Rendering: 96%|█████████▋| 1166/1210 [04:00<00:08, 5.37 SVGs/s] Rendering: 96%|█████████▋| 1167/1210 [04:00<00:08, 5.15 SVGs/s] Rendering: 97%|█████████▋| 1168/1210 [04:00<00:07, 5.88 SVGs/s] Rendering: 97%|█████████▋| 1169/1210 [04:00<00:07, 5.61 SVGs/s] Rendering: 97%|█████████▋| 1170/1210 [04:01<00:08, 4.96 SVGs/s] Rendering: 97%|█████████▋| 1171/1210 [04:01<00:08, 4.83 SVGs/s] Rendering: 97%|█████████▋| 1173/1210 [04:01<00:06, 5.35 SVGs/s] Rendering: 97%|█████████▋| 1174/1210 [04:01<00:06, 5.41 SVGs/s] Rendering: 97%|█████████▋| 1175/1210 [04:02<00:06, 5.18 SVGs/s] Rendering: 97%|█████████▋| 1176/1210 [04:12<01:47, 3.16s/ SVGs] Rendering: 97%|█████████▋| 1178/1210 [04:15<01:26, 2.71s/ SVGs] Rendering: 97%|█████████▋| 1179/1210 [04:15<00:59, 1.93s/ SVGs] Rendering: 98%|█████████▊| 1180/1210 [04:15<00:42, 1.42s/ SVGs] Rendering: 98%|█████████▊| 1181/1210 [04:15<00:30, 1.05s/ SVGs] Rendering: 98%|█████████▊| 1182/1210 [04:16<00:23, 1.22 SVGs/s] Rendering: 98%|█████████▊| 1183/1210 [04:16<00:17, 1.55 SVGs/s] Rendering: 98%|█████████▊| 1184/1210 [04:16<00:13, 1.97 SVGs/s] Rendering: 98%|█████████▊| 1185/1210 [04:22<00:50, 2.04s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/scene_2-2-3-1-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path Rendering: 98%|█████████▊| 1186/1210 [04:23<00:42, 1.77s/ SVGs] Rendering: 98%|█████████▊| 1187/1210 [04:23<00:32, 1.40s/ SVGs] Rendering: 98%|█████████▊| 1188/1210 [04:24<00:26, 1.22s/ SVGs] Rendering: 98%|█████████▊| 1189/1210 [04:25<00:19, 1.08 SVGs/s] Rendering: 98%|█████████▊| 1190/1210 [04:25<00:15, 1.30 SVGs/s] Rendering: 98%|█████████▊| 1191/1210 [04:27<00:24, 1.31s/ SVGs] Rendering: 99%|█████████▊| 1192/1210 [04:34<00:52, 2.90s/ SVGs] Rendering: 99%|█████████▊| 1193/1210 [04:38<00:56, 3.32s/ SVGs] Rendering: 99%|█████████▊| 1194/1210 [04:39<00:38, 2.38s/ SVGs] Rendering: 99%|█████████▉| 1195/1210 [04:39<00:26, 1.76s/ SVGs] Rendering: 99%|█████████▉| 1196/1210 [04:39<00:18, 1.31s/ SVGs] Rendering: 99%|█████████▉| 1197/1210 [04:39<00:12, 1.02 SVGs/s] Rendering: 99%|█████████▉| 1198/1210 [04:40<00:08, 1.34 SVGs/s] Rendering: 99%|█████████▉| 1199/1210 [04:40<00:06, 1.77 SVGs/s] Rendering: 99%|█████████▉| 1200/1210 [04:40<00:04, 2.07 SVGs/s] Rendering: 99%|█████████▉| 1201/1210 [04:40<00:03, 2.48 SVGs/s] Rendering: 99%|█████████▉| 1202/1210 [04:41<00:03, 2.27 SVGs/s] Rendering: 99%|█████████▉| 1203/1210 [04:41<00:03, 2.30 SVGs/s] Rendering: 100%|█████████▉| 1204/1210 [04:42<00:03, 1.86 SVGs/s] Rendering: 100%|█████████▉| 1205/1210 [05:22<01:01, 12.26s/ SVGs] Rendering: 100%|█████████▉| 1206/1210 [05:35<00:50, 12.62s/ SVGs] Rendering: 100%|█████████▉| 1207/1210 [05:39<00:29, 10.00s/ SVGs]ERROR macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot failed (-6): Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.28" -> "1825-04-01". Something is probably seriously wrong. Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.54" -> "1826-04-23". Something is probably seriously wrong. *** Error in `/usr/bin/dot': double free or corruption (!prev): 0x00005604b65090e0 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fa9215b2bfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fa9215b8fc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fa9215b980e] /usr/lib/libgvc.so.6(+0x4609d)[0x7fa921b3d09d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7fa91bdc0057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7fa91bdbd7a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7fa91bdaee5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7fa91bdaf4c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7fa921b19d22] /usr/bin/dot(+0x1050)[0x5604b4f5c050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fa9215622e1] /usr/bin/dot(+0x10ea)[0x5604b4f5c0ea] ======= Memory map: ======== 5604b4f5b000-5604b4f5d000 r-xp 00000000 08:02 17581702 /usr/bin/dot 5604b515c000-5604b515d000 r--p 00001000 08:02 17581702 /usr/bin/dot 5604b515d000-5604b515e000 rw-p 00002000 08:02 17581702 /usr/bin/dot 5604b5739000-5604beedd000 rw-p 00000000 00:00 0 [heap] 7fa914000000-7fa914021000 rw-p 00000000 00:00 0 7fa914021000-7fa918000000 ---p 00000000 00:00 0 7fa91b36d000-7fa91b383000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa91b383000-7fa91b582000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa91b582000-7fa91b583000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa91b583000-7fa91b584000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa91b584000-7fa91bda3000 rw-p 00000000 00:00 0 7fa91bda3000-7fa91bdc7000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa91bdc7000-7fa91bfc6000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa91bfc6000-7fa91bfc7000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa91bfc7000-7fa91bfc8000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa91bfc8000-7fa91bfd0000 rw-p 00000000 00:00 0 7fa91bfd0000-7fa91bfea000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa91bfea000-7fa91c1e9000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa91c1e9000-7fa91c1ea000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa91c1ea000-7fa91c1ee000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa91c1ee000-7fa91c201000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa91c201000-7fa91c401000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa91c401000-7fa91c402000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa91c402000-7fa91c403000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa91c403000-7fa91c404000 rw-p 00000000 00:00 0 7fa91c404000-7fa91c40b000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa91c40b000-7fa91c60a000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa91c60a000-7fa91c60b000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa91c60b000-7fa91c60c000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa91c60c000-7fa91c637000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa91c637000-7fa91c836000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa91c836000-7fa91c838000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa91c838000-7fa91c839000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa91c839000-7fa91c83e000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa91c83e000-7fa91ca3d000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa91ca3d000-7fa91ca3e000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa91ca3e000-7fa91ca3f000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa91ca3f000-7fa91ca42000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa91ca42000-7fa91cc41000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa91cc41000-7fa91cc42000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa91cc42000-7fa91cc43000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa91cc43000-7fa91ccb5000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa91ccb5000-7fa91ceb4000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa91ceb4000-7fa91ceb5000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa91ceb5000-7fa91ceb6000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa91ceb6000-7fa91cebd000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa91cebd000-7fa91d0bd000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa91d0bd000-7fa91d0be000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa91d0be000-7fa91d0bf000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa91d0bf000-7fa91d0c7000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa91d0c7000-7fa91d2c7000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa91d2c7000-7fa91d2c8000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa91d2c8000-7fa91d2c9000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa91d2c9000-7fa91d35c000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa91d35c000-7fa91d55b000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa91d55b000-7fa91d55d000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa91d55d000-7fa91d55e000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa91d55e000-7fa91d565000 r-xp 00000000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fa91d565000-7fa91d764000 ---p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fa91d764000-7fa91d765000 r--p 00006000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fa91d765000-7fa91d766000 rw-p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fa91d766000-7fa91d777000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa91d777000-7fa91d976000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa91d976000-7fa91d977000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa91d977000-7fa91d978000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa91d978000-7fa91dab2000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa91dab2000-7fa91dcb2000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa91dcb2000-7fa91dcb3000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa91dcb3000-7fa91dcb8000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa91dcb8000-7fa91dcc1000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa91dcc1000-7fa91dec0000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa91dec0000-7fa91dec1000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa91dec1000-7fa91dec2000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa91dec2000-7fa91dece000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa91dece000-7fa91e0ce000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa91e0ce000-7fa91e0cf000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa91e0cf000-7fa91e0d0000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa91e0d0000-7fa91e0f7000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa91e0f7000-7fa91e2f6000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa91e2f6000-7fa91e2f7000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa91e2f7000-7fa91e2f8000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa91e2f8000-7fa91e2fa000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa91e2fa000-7fa91e4fa000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa91e4fa000-7fa91e4fb000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa91e4fb000-7fa91e4fc000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa91e4fc000-7fa91e52d000 r-xp 00000000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa91e52d000-7fa91e72d000 ---p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa91e72d000-7fa91e72e000 r--p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa91e72e000-7fa91e72f000 rw-p 00032000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa91e72f000-7fa91e7cd000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa91e7cd000-7fa91e9cd000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa91e9cd000-7fa91e9d5000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa91e9d5000-7fa91e9d6000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa91e9d6000-7fa91e9ee000 r-xp 00000000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa91e9ee000-7fa91ebed000 ---p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa91ebed000-7fa91ebee000 r--p 00017000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa91ebee000-7fa91ebef000 rw-p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa91ebef000-7fa91ebf3000 rw-p 00000000 00:00 0 7fa91ebf3000-7fa91ebf4000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa91ebf4000-7fa91edf3000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa91edf3000-7fa91edf4000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa91edf4000-7fa91edf5000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa91edf5000-7fa91ee9d000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa91ee9d000-7fa91f09d000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa91f09d000-7fa91f0a3000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa91f0a3000-7fa91f0a4000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa91f0a4000-7fa91f0e0000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa91f0e0000-7fa91f2df000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa91f2df000-7fa91f2e1000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa91f2e1000-7fa91f2e2000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa91f2e2000-7fa91f3f4000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa91f3f4000-7fa91f5f3000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa91f5f3000-7fa91f5f4000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa91f5f4000-7fa91f5f5000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa91f5f5000-7fa91f5f6000 rw-p 00000000 00:00 0 7fa91f5f6000-7fa91f648000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa91f648000-7fa91f847000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa91f847000-7fa91f848000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa91f848000-7fa91f849000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa91f849000-7fa91f892000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa91f892000-7fa91fa91000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa91fa91000-7fa91fa94000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa91fa94000-7fa91fa95000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa91fa95000-7fa91faa9000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa91faa9000-7fa91fca9000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa91fca9000-7fa91fcaa000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa91fcaa000-7fa91fcab000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa91fcab000-7fa91fdb9000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa91fdb9000-7fa91ffb9000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa91ffb9000-7fa91ffbc000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa91ffbc000-7fa91ffbd000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa91ffbd000-7fa91ffbf000 rw-p 00000000 00:00 0 7fa91ffbf000-7fa91ffcb000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa91ffcb000-7fa9201ca000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa9201ca000-7fa9201cb000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa9201cb000-7fa9201cc000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa9201cc000-7fa9201d5000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa9201d5000-7fa9203d4000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa9203d4000-7fa9203d5000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa9203d5000-7fa9203d7000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa9203d7000-7fa9203da000 r-xp 00000000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa9203da000-7fa9205d9000 ---p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa9205d9000-7fa9205da000 r--p 00002000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa9205da000-7fa9205db000 rw-p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa9205db000-7fa9206de000 r-xp 00000000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fa9206de000-7fa9208dd000 ---p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fa9208dd000-7fa9208de000 r--p 00102000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fa9208de000-7fa9208df000 rw-p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fa9208df000-7fa9208f8000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa9208f8000-7fa920af7000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa920af7000-7fa920af8000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa920af8000-7fa920af9000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa920af9000-7fa920b20000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa920b20000-7fa920d20000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa920d20000-7fa920d22000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa920d22000-7fa920d23000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa920d23000-7fa920d2a000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa920d2a000-7fa920f29000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa920f29000-7fa920f2a000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa920f2a000-7fa920f2b000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa920f2b000-7fa920f31000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa920f31000-7fa921130000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa921130000-7fa921131000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa921131000-7fa921132000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa921132000-7fa921137000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa921137000-7fa921336000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa921336000-7fa921337000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa921337000-7fa921338000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa921338000-7fa921341000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa921341000-7fa921540000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa921540000-7fa921541000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa921541000-7fa921542000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa921542000-7fa9216d7000 r-xp 00000000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fa9216d7000-7fa9218d7000 ---p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fa9218d7000-7fa9218db000 r--p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fa9218db000-7fa9218dd000 rw-p 00199000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fa9218dd000-7fa9218e1000 rw-p 00000000 00:00 0 7fa9218e1000-7fa9218f6000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa9218f6000-7fa921af5000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa921af5000-7fa921af6000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa921af6000-7fa921af7000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa921af7000-7fa921b83000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa921b83000-7fa921d82000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa921d82000-7fa921d83000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa921d83000-7fa921d94000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa921d94000-7fa921d95000 rw-p 00000000 00:00 0 7fa921d95000-7fa921db8000 r-xp 00000000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fa921df2000-7fa921df3000 rw-p 00000000 00:00 0 7fa921df3000-7fa921e36000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7fa921e36000-7fa921e3d000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7fa921e3d000-7fa921e3f000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7fa921e3f000-7fa921e40000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7fa921e40000-7fa921e46000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7fa921e46000-7fa921e4a000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7fa921e4a000-7fa921e55000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7fa921e55000-7fa921e5c000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7fa921e5c000-7fa921e65000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7fa921e65000-7fa921e69000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7fa921e69000-7fa921e6a000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7fa921e6a000-7fa921e6b000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7fa921e6b000-7fa921e6c000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7fa921e6c000-7fa921e6e000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7fa921e6e000-7fa921e6f000 r--s 00000000 08:02 22484312 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7fa921e6f000-7fa921e70000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7fa921e70000-7fa921e99000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7fa921e99000-7fa921e9b000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7fa921e9b000-7fa921e9f000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7fa921e9f000-7fa921ea5000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7fa921ea5000-7fa921ead000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7fa921ead000-7fa921eb0000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7fa921eb0000-7fa921eb3000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7fa921eb3000-7fa921eb5000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7fa921eb5000-7fa921eb6000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7fa921eb6000-7fa921ec9000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7fa921ec9000-7fa921eca000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7fa921eca000-7fa921ed0000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7fa921ed0000-7fa921ed1000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7fa921ed1000-7fa921ed2000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7fa921ed2000-7fa921ed4000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7fa921ed4000-7fa921ee0000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7fa921ee0000-7fa921ee4000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7fa921ee4000-7fa921ee9000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7fa921ee9000-7fa921eea000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7fa921eea000-7fa921eec000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7fa921eec000-7fa921eed000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7fa921eed000-7fa921eee000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7fa921eee000-7fa921ef2000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7fa921ef2000-7fa921ef3000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7fa921ef3000-7fa921ef5000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7fa921ef5000-7fa921ef7000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7fa921ef7000-7fa921ef9000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7fa921ef9000-7fa921efb000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7fa921efb000-7fa921efd000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7fa921efd000-7fa921efe000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7fa921efe000-7fa921f0b000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7fa921f0b000-7fa921f0e000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7fa921f0e000-7fa921f19000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7fa921f19000-7fa921f22000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7fa921f22000-7fa921f24000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7fa921f24000-7fa921f25000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7fa921f25000-7fa921f2c000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7fa921f2c000-7fa921f30000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7fa921f30000-7fa921f34000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7fa921f34000-7fa921f38000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7fa921f38000-7fa921f3c000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7fa921f3c000-7fa921f3e000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7fa921f3e000-7fa921f51000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7fa921f51000-7fa921f54000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7fa921f54000-7fa921f55000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7fa921f55000-7fa921f5b000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7fa921f5b000-7fa921f71000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7fa921f71000-7fa921f8f000 r--s 00000000 08:02 22417369 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7fa921f8f000-7fa921f95000 rw-p 00000000 00:00 0 7fa921f95000-7fa921f97000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7fa921f97000-7fa921f9a000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7fa921f9a000-7fa921f9e000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7fa921f9e000-7fa921f9f000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7fa921f9f000-7fa921fa2000 r--s 00000000 08:02 22484326 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7fa921fa2000-7fa921faf000 r--s 00000000 08:02 22484324 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7fa921faf000-7fa921fb0000 r--s 00000000 08:02 22484313 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7fa921fb0000-7fa921fb8000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7fa921fb8000-7fa921fb9000 r--p 00023000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fa921fb9000-7fa921fba000 rw-p 00024000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fa921fba000-7fa921fbb000 rw-p 00000000 00:00 0 7ffcb2a05000-7ffcb2ae6000 rw-p 00000000 00:00 0 [stack] 7ffcb2b3d000-7ffcb2b3f000 r--p 00000000 00:00 0 [vvar] 7ffcb2b3f000-7ffcb2b41000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Rendering: 100%|█████████▉| 1208/1210 [1:06:41<36:51, 1105.58s/ SVGs]ERROR macrogen.visualize Rendering target/macrogenesis/scc-02-graph.dot failed (-6): Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.31" -> "1825-04-01". 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': double free or corruption (!prev): 0x0000557b2ddb2840 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fcfc6931bfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fcfc6937fc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fcfc693880e] /usr/lib/libgvc.so.6(+0x4609d)[0x7fcfc6ebc09d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7fcfc113f057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7fcfc113c7a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7fcfc112de5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7fcfc112e4c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7fcfc6e98d22] /usr/bin/dot(+0x1050)[0x557b2308a050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fcfc68e12e1] /usr/bin/dot(+0x10ea)[0x557b2308a0ea] ======= Memory map: ======== 557b23089000-557b2308b000 r-xp 00000000 08:02 17581702 /usr/bin/dot 557b2328a000-557b2328b000 r--p 00001000 08:02 17581702 /usr/bin/dot 557b2328b000-557b2328c000 rw-p 00002000 08:02 17581702 /usr/bin/dot 557b236d0000-557b2e2af000 rw-p 00000000 00:00 0 [heap] 7fcfbc000000-7fcfbc021000 rw-p 00000000 00:00 0 7fcfbc021000-7fcfc0000000 ---p 00000000 00:00 0 7fcfc05e9000-7fcfc05ff000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fcfc05ff000-7fcfc07fe000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fcfc07fe000-7fcfc07ff000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fcfc07ff000-7fcfc0800000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fcfc0800000-7fcfc1122000 rw-p 00000000 00:00 0 7fcfc1122000-7fcfc1146000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fcfc1146000-7fcfc1345000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fcfc1345000-7fcfc1346000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fcfc1346000-7fcfc1347000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fcfc1347000-7fcfc134f000 rw-p 00000000 00:00 0 7fcfc134f000-7fcfc1369000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fcfc1369000-7fcfc1568000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fcfc1568000-7fcfc1569000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fcfc1569000-7fcfc156d000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fcfc156d000-7fcfc1580000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fcfc1580000-7fcfc1780000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fcfc1780000-7fcfc1781000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fcfc1781000-7fcfc1782000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fcfc1782000-7fcfc1783000 rw-p 00000000 00:00 0 7fcfc1783000-7fcfc178a000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fcfc178a000-7fcfc1989000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fcfc1989000-7fcfc198a000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fcfc198a000-7fcfc198b000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fcfc198b000-7fcfc19b6000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fcfc19b6000-7fcfc1bb5000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fcfc1bb5000-7fcfc1bb7000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fcfc1bb7000-7fcfc1bb8000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fcfc1bb8000-7fcfc1bbd000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fcfc1bbd000-7fcfc1dbc000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fcfc1dbc000-7fcfc1dbd000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fcfc1dbd000-7fcfc1dbe000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fcfc1dbe000-7fcfc1dc1000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fcfc1dc1000-7fcfc1fc0000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fcfc1fc0000-7fcfc1fc1000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fcfc1fc1000-7fcfc1fc2000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fcfc1fc2000-7fcfc2034000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fcfc2034000-7fcfc2233000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fcfc2233000-7fcfc2234000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fcfc2234000-7fcfc2235000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fcfc2235000-7fcfc223c000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fcfc223c000-7fcfc243c000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fcfc243c000-7fcfc243d000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fcfc243d000-7fcfc243e000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fcfc243e000-7fcfc2446000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fcfc2446000-7fcfc2646000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fcfc2646000-7fcfc2647000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fcfc2647000-7fcfc2648000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fcfc2648000-7fcfc26db000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fcfc26db000-7fcfc28da000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fcfc28da000-7fcfc28dc000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fcfc28dc000-7fcfc28dd000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fcfc28dd000-7fcfc28e4000 r-xp 00000000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fcfc28e4000-7fcfc2ae3000 ---p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fcfc2ae3000-7fcfc2ae4000 r--p 00006000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fcfc2ae4000-7fcfc2ae5000 rw-p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fcfc2ae5000-7fcfc2af6000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fcfc2af6000-7fcfc2cf5000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fcfc2cf5000-7fcfc2cf6000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fcfc2cf6000-7fcfc2cf7000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fcfc2cf7000-7fcfc2e31000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fcfc2e31000-7fcfc3031000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fcfc3031000-7fcfc3032000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fcfc3032000-7fcfc3037000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fcfc3037000-7fcfc3040000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fcfc3040000-7fcfc323f000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fcfc323f000-7fcfc3240000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fcfc3240000-7fcfc3241000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fcfc3241000-7fcfc324d000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fcfc324d000-7fcfc344d000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fcfc344d000-7fcfc344e000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fcfc344e000-7fcfc344f000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fcfc344f000-7fcfc3476000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fcfc3476000-7fcfc3675000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fcfc3675000-7fcfc3676000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fcfc3676000-7fcfc3677000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fcfc3677000-7fcfc3679000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fcfc3679000-7fcfc3879000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fcfc3879000-7fcfc387a000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fcfc387a000-7fcfc387b000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fcfc387b000-7fcfc38ac000 r-xp 00000000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fcfc38ac000-7fcfc3aac000 ---p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fcfc3aac000-7fcfc3aad000 r--p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fcfc3aad000-7fcfc3aae000 rw-p 00032000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fcfc3aae000-7fcfc3b4c000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fcfc3b4c000-7fcfc3d4c000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fcfc3d4c000-7fcfc3d54000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fcfc3d54000-7fcfc3d55000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fcfc3d55000-7fcfc3d6d000 r-xp 00000000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fcfc3d6d000-7fcfc3f6c000 ---p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fcfc3f6c000-7fcfc3f6d000 r--p 00017000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fcfc3f6d000-7fcfc3f6e000 rw-p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fcfc3f6e000-7fcfc3f72000 rw-p 00000000 00:00 0 7fcfc3f72000-7fcfc3f73000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fcfc3f73000-7fcfc4172000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fcfc4172000-7fcfc4173000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fcfc4173000-7fcfc4174000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fcfc4174000-7fcfc421c000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fcfc421c000-7fcfc441c000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fcfc441c000-7fcfc4422000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fcfc4422000-7fcfc4423000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fcfc4423000-7fcfc445f000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fcfc445f000-7fcfc465e000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fcfc465e000-7fcfc4660000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fcfc4660000-7fcfc4661000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fcfc4661000-7fcfc4773000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fcfc4773000-7fcfc4972000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fcfc4972000-7fcfc4973000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fcfc4973000-7fcfc4974000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fcfc4974000-7fcfc4975000 rw-p 00000000 00:00 0 7fcfc4975000-7fcfc49c7000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fcfc49c7000-7fcfc4bc6000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fcfc4bc6000-7fcfc4bc7000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fcfc4bc7000-7fcfc4bc8000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fcfc4bc8000-7fcfc4c11000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fcfc4c11000-7fcfc4e10000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fcfc4e10000-7fcfc4e13000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fcfc4e13000-7fcfc4e14000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fcfc4e14000-7fcfc4e28000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fcfc4e28000-7fcfc5028000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fcfc5028000-7fcfc5029000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fcfc5029000-7fcfc502a000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fcfc502a000-7fcfc5138000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fcfc5138000-7fcfc5338000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fcfc5338000-7fcfc533b000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fcfc533b000-7fcfc533c000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fcfc533c000-7fcfc533e000 rw-p 00000000 00:00 0 7fcfc533e000-7fcfc534a000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fcfc534a000-7fcfc5549000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fcfc5549000-7fcfc554a000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fcfc554a000-7fcfc554b000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fcfc554b000-7fcfc5554000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fcfc5554000-7fcfc5753000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fcfc5753000-7fcfc5754000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fcfc5754000-7fcfc5756000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fcfc5756000-7fcfc5759000 r-xp 00000000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fcfc5759000-7fcfc5958000 ---p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fcfc5958000-7fcfc5959000 r--p 00002000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fcfc5959000-7fcfc595a000 rw-p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fcfc595a000-7fcfc5a5d000 r-xp 00000000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fcfc5a5d000-7fcfc5c5c000 ---p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fcfc5c5c000-7fcfc5c5d000 r--p 00102000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fcfc5c5d000-7fcfc5c5e000 rw-p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fcfc5c5e000-7fcfc5c77000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fcfc5c77000-7fcfc5e76000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fcfc5e76000-7fcfc5e77000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fcfc5e77000-7fcfc5e78000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fcfc5e78000-7fcfc5e9f000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fcfc5e9f000-7fcfc609f000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fcfc609f000-7fcfc60a1000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fcfc60a1000-7fcfc60a2000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fcfc60a2000-7fcfc60a9000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fcfc60a9000-7fcfc62a8000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fcfc62a8000-7fcfc62a9000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fcfc62a9000-7fcfc62aa000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fcfc62aa000-7fcfc62b0000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fcfc62b0000-7fcfc64af000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fcfc64af000-7fcfc64b0000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fcfc64b0000-7fcfc64b1000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fcfc64b1000-7fcfc64b6000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fcfc64b6000-7fcfc66b5000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fcfc66b5000-7fcfc66b6000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fcfc66b6000-7fcfc66b7000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fcfc66b7000-7fcfc66c0000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fcfc66c0000-7fcfc68bf000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fcfc68bf000-7fcfc68c0000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fcfc68c0000-7fcfc68c1000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fcfc68c1000-7fcfc6a56000 r-xp 00000000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fcfc6a56000-7fcfc6c56000 ---p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fcfc6c56000-7fcfc6c5a000 r--p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fcfc6c5a000-7fcfc6c5c000 rw-p 00199000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fcfc6c5c000-7fcfc6c60000 rw-p 00000000 00:00 0 7fcfc6c60000-7fcfc6c75000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fcfc6c75000-7fcfc6e74000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fcfc6e74000-7fcfc6e75000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fcfc6e75000-7fcfc6e76000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fcfc6e76000-7fcfc6f02000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fcfc6f02000-7fcfc7101000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fcfc7101000-7fcfc7102000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fcfc7102000-7fcfc7113000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fcfc7113000-7fcfc7114000 rw-p 00000000 00:00 0 7fcfc7114000-7fcfc7137000 r-xp 00000000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fcfc7171000-7fcfc7172000 rw-p 00000000 00:00 0 7fcfc7172000-7fcfc71b5000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7fcfc71b5000-7fcfc71bc000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7fcfc71bc000-7fcfc71be000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7fcfc71be000-7fcfc71bf000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7fcfc71bf000-7fcfc71c5000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7fcfc71c5000-7fcfc71c9000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7fcfc71c9000-7fcfc71d4000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7fcfc71d4000-7fcfc71db000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7fcfc71db000-7fcfc71e4000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7fcfc71e4000-7fcfc71e8000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7fcfc71e8000-7fcfc71e9000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7fcfc71e9000-7fcfc71ea000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7fcfc71ea000-7fcfc71eb000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7fcfc71eb000-7fcfc71ed000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7fcfc71ed000-7fcfc71ee000 r--s 00000000 08:02 22484312 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7fcfc71ee000-7fcfc71ef000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7fcfc71ef000-7fcfc7218000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7fcfc7218000-7fcfc721a000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7fcfc721a000-7fcfc721e000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7fcfc721e000-7fcfc7224000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7fcfc7224000-7fcfc722c000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7fcfc722c000-7fcfc722f000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7fcfc722f000-7fcfc7232000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7fcfc7232000-7fcfc7234000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7fcfc7234000-7fcfc7235000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7fcfc7235000-7fcfc7248000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7fcfc7248000-7fcfc7249000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7fcfc7249000-7fcfc724f000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7fcfc724f000-7fcfc7250000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7fcfc7250000-7fcfc7251000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7fcfc7251000-7fcfc7253000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7fcfc7253000-7fcfc725f000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7fcfc725f000-7fcfc7263000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7fcfc7263000-7fcfc7268000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7fcfc7268000-7fcfc7269000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7fcfc7269000-7fcfc726b000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7fcfc726b000-7fcfc726c000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7fcfc726c000-7fcfc726d000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7fcfc726d000-7fcfc7271000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7fcfc7271000-7fcfc7272000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7fcfc7272000-7fcfc7274000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7fcfc7274000-7fcfc7276000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7fcfc7276000-7fcfc7278000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7fcfc7278000-7fcfc727a000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7fcfc727a000-7fcfc727c000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7fcfc727c000-7fcfc727d000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7fcfc727d000-7fcfc728a000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7fcfc728a000-7fcfc728d000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7fcfc728d000-7fcfc7298000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7fcfc7298000-7fcfc72a1000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7fcfc72a1000-7fcfc72a3000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7fcfc72a3000-7fcfc72a4000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7fcfc72a4000-7fcfc72ab000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7fcfc72ab000-7fcfc72af000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7fcfc72af000-7fcfc72b3000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7fcfc72b3000-7fcfc72b7000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7fcfc72b7000-7fcfc72bb000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7fcfc72bb000-7fcfc72bd000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7fcfc72bd000-7fcfc72d0000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7fcfc72d0000-7fcfc72d3000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7fcfc72d3000-7fcfc72d4000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7fcfc72d4000-7fcfc72da000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7fcfc72da000-7fcfc72f0000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7fcfc72f0000-7fcfc730e000 r--s 00000000 08:02 22417369 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7fcfc730e000-7fcfc7314000 rw-p 00000000 00:00 0 7fcfc7314000-7fcfc7316000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7fcfc7316000-7fcfc7319000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7fcfc7319000-7fcfc731d000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7fcfc731d000-7fcfc731e000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7fcfc731e000-7fcfc7321000 r--s 00000000 08:02 22484326 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7fcfc7321000-7fcfc732e000 r--s 00000000 08:02 22484324 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7fcfc732e000-7fcfc732f000 r--s 00000000 08:02 22484313 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7fcfc732f000-7fcfc7337000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7fcfc7337000-7fcfc7338000 r--p 00023000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fcfc7338000-7fcfc7339000 rw-p 00024000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fcfc7339000-7fcfc733a000 rw-p 00000000 00:00 0 7ffe7ced9000-7ffe7cfa2000 rw-p 00000000 00:00 0 [stack] 7ffe7cfe2000-7ffe7cfe4000 r--p 00000000 00:00 0 [vvar] 7ffe7cfe4000-7ffe7cfe6000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Rendering: 100%|█████████▉| 1209/1210 [1:13:57<15:04, 904.86s/ SVGs] Rendering: 100%|██████████| 1210/1210 [1:32:55<00:00, 974.61s/ SVGs] ERROR macrogen.visualize Rendered 1203 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,970 (reg: 7,966, dir: 4) Number of created files: 110 (reg: 110) Number of deleted files: 0 Number of regular files transferred: 3,692 Total file size: 299,754,946 bytes Total transferred file size: 86,140,437 bytes Literal data: 76,204,910 bytes Matched data: 9,935,527 bytes File list size: 262,099 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 76,748,230 Total bytes received: 709,176 sent 76,748,230 bytes received 709,176 bytes 17,212,756.89 bytes/sec total size is 299,754,946 speedup is 3.87 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 11049 killed; [ssh-agent] Stopped. Archiving artifacts Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Notifying upstream projects of job completion Finished: SUCCESS