Started by GitHub push by thvitt Running as SYSTEM 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-oCgYqQ2YBWAj/agent.29874 SSH_AGENT_PID=29876 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_1231744474769967405.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_1231744474769967405.key) [ssh-agent] Using credentials jenkins (Jenkins2-SSH-Key) [ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de) using credential e8642950-e594-4823-998c-77b0775327d2 > /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 44f2d2ffaf46f7c0bbed355092a158302b0adbf7 (refs/remotes/origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 44f2d2ffaf46f7c0bbed355092a158302b0adbf7 Commit message: "allow to pass in options for macrogen via gradle" > /usr/bin/git rev-list --no-walk 39416f730267696cd7c3af28605fb15d284092a3 # 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.4 \$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.4 \$HOME/.pyenv/bin/pyenv versions --bare" $ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.4 \$HOME/.pyenv/bin/pyenv rehash" $ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.4 \$HOME/.pyenv/bin/pyenv exec pip list" $ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.4 \$HOME/.pyenv/bin/pyenv rehash" $ bash -c "rm -rf \$HOME/.pyenv.lock" [faust-macrogen] $ /bin/sh -xe /tmp/jenkins6078510100297242808.sh + pip install numpy Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (1.17.2) You are using pip version 19.0.3, however version 19.2.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + pip install -e . Obtaining file:///mnt/data/jenkins/workspace/faust-macrogen Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.17.2) Requirement already satisfied: more-itertools in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (7.2.0) Requirement already satisfied: networkx>=2.1 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.3) Requirement already satisfied: python-igraph in /mnt/data/jenkins/.pyenv/versions/3.7.4/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.4/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.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.16.5) Requirement already satisfied: pyyaml in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (5.1.2) Requirement already satisfied: pandas in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.25.1) Requirement already satisfied: openpyxl in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.6.3) Requirement already satisfied: xlrd in /mnt/data/jenkins/.pyenv/versions/3.7.4/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.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.4.1) Requirement already satisfied: requests in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.22.0) Requirement already satisfied: requests-cache in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.5.2) Requirement already satisfied: logging-tree in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.8) Requirement already satisfied: colorlog in /mnt/data/jenkins/.pyenv/versions/3.7.4/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.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.35.0) Requirement already satisfied: dataclasses in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.6) Requirement already satisfied: cvxpy in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.0.25) Requirement already satisfied: cvxopt in /mnt/data/jenkins/.pyenv/versions/3.7.4/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.4/lib/python3.7/site-packages (from networkx>=2.1->faust-macrogen==0.9) (4.4.0) Requirement already satisfied: ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.8" in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from ruamel.yaml->faust-macrogen==0.9) (0.1.2) Requirement already satisfied: python-dateutil>=2.6.1 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2.8.0) Requirement already satisfied: pytz>=2017.2 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2019.2) Requirement already satisfied: jdcal in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.4.1) Requirement already satisfied: et_xmlfile in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.0.1) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (1.25.3) Requirement already satisfied: certifi>=2017.4.17 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2019.9.11) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (3.0.4) Requirement already satisfied: idna<2.9,>=2.5 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2.8) Requirement already satisfied: osqp>=0.4.1 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.6.1) Requirement already satisfied: ecos>=2 in /mnt/data/jenkins/.pyenv/versions/3.7.4/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.4/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.1.1.post2) Requirement already satisfied: multiprocess in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.70.8) Requirement already satisfied: six in /mnt/data/jenkins/.pyenv/versions/3.7.4/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.4/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.3.1) Requirement already satisfied: future in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from osqp>=0.4.1->cvxpy->faust-macrogen==0.9) (0.17.1) Requirement already satisfied: dill>=0.3.0 in /mnt/data/jenkins/.pyenv/versions/3.7.4/lib/python3.7/site-packages (from multiprocess->cvxpy->faust-macrogen==0.9) (0.3.0) 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 19.0.3, however version 19.2.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + macrogen --progressbar false 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 P22 from inscription H P22 i_2_u INFO macrogen.graph Adopted H P22 from inscription H P22 i_uebrige INFO macrogen.graph Adopted H P176 Var from inscription H P176 Var i_r INFO macrogen.graph Adopted H P167 from inscription H P167 i_uebrige INFO macrogen.graph Adopted H P167 from inscription H P167 i_r_u INFO macrogen.graph Adopted H P22 from inscription H P22 i_2_o INFO macrogen.graph Adopted H P22 from inscription H P22 i_1_o INFO macrogen.graph Adopted 2 IV H.19 from inscription 2 IV H.19 i_uebrige INFO macrogen.graph Adopted H P167 from inscription H P167 i_v INFO macrogen.graph 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: CVXOPT, ECOS, ECOS_BB, GLPK, GLPK_MI, OSQP, SCS) 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: CVXOPT, ECOS, ECOS_BB, GLPK, GLPK_MI, OSQP, SCS) 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 66-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: CVXOPT, ECOS, ECOS_BB, GLPK, GLPK_MI, OSQP, SCS) INFO macrogen.fes.FES_Baharev Calculating FES for graph with 115 edges, max 37 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 87492, 37 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 2, 5 <= objective <= 87492, 72 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 3, 22 <= objective <= 77261, 105 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 883-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: CVXOPT, ECOS, ECOS_BB, GLPK, GLPK_MI, OSQP, SCS) INFO macrogen.fes.FES_Baharev Calculating FES for graph with 2166 edges, max 570 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 435772, 570 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 2, 5148 <= objective <= 389862, 997 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 3, 5787 <= objective <= 388794, 1402 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 4, 6049 <= objective <= 388794, 1753 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 5, 6455 <= objective <= 388794, 1912 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 6, 6463 <= objective <= 388794, 2068 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 7, 6763 <= objective <= 388794, 2124 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 8, 6768 <= objective <= 388794, 2166 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 9, 6769 <= objective <= 388794, 2192 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 10, 6823 <= objective <= 388794, 2306 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 11, 6885 <= objective <= 388794, 2343 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:1, 2 III H.3a:2 INFO macrogen.graph Building DAG from remaining data INFO macrogen.graph Double-checking 172 removed edges ... INFO macrogen.graph Marking 172 conflicting edges for deletion INFO macrogen.graph Removed 172 of the original 3173 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 WARNING macrogen.graph 2 IV H.20 i_uebrige is not in closure, so no date justification WARNING macrogen.graph 2 IV H.20 i_uebrige is not in closure, so no date justification WARNING macrogen.report Extra ref count: 0 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 DEBUG macrogen.witnesses Reading inscription info from sources ... ERROR macrogen.visualize Rendering target/macrogenesis/2_V_H.2-graph.dot failed (1): Error: trouble in init_rank %0 1 %0 20 %0 2 %0 1 %0 2 %0 1 %0 1 %0 2 %0 1 %0 2 1826-04-28 1 %0 1 1826-04-20 1 %0 1 1826-04-19 1 %0 1 1826-03-13 1 %0 1 1826-03-11 1 %0 1 1825-04-01 6 %0 2 1825-03-17 1 %0 1 1825-03-13 1 %0 1 1825-03-12 1 %0 1 1825-02-24 1 faust://inscription/faustedition/2_V_H.29/i_v 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.14 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_V_H.13/i_r 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_V_H.29/i_r 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.29 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_V_H.2/alpha 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_V_H.26/i_r 2 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.17 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_V_H.26/i_v 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 libpath/shortest.c:324: triangulation failed libpath/shortest.c:200: destination point not in any triangle Error: in routesplines, Pshortestpath failed 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.17" -> "1825-04-01". Something is probably seriously wrong. Error: lost faust://inscription/faustedition/2_V_H.29/i_v faust://document/faustedition/2_V_H.29 edge  WARNING macrogen.visualize Rendering target/macrogenesis/2_II_H.9-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path  WARNING macrogen.visualize Rendering target/macrogenesis/faustedition.2_V_H.37a.i_r-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path  WARNING macrogen.visualize Rendering target/macrogenesis/faustedition.2_V_H.33.i_uebrige-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path  ERROR macrogen.visualize Rendering target/macrogenesis/2_V_H.33-graph.dot failed (1): Error: trouble in init_rank %0 1 %0 1 %0 1 %0 1 %0 1 1831-08-13 1 %0 1 faust://document/faustedition/2_V_H.33 2 %0 1 faust://document/faustedition/2_H 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.32a 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_V_H.32a/alpha 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.35 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_V_H.33/i_uebrige 2 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.36 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.38a 2 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1  WARNING macrogen.visualize Rendering target/macrogenesis/1826-06-21--2_III_H.50a-graph-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path  WARNING macrogen.visualize Rendering target/macrogenesis/inventare_2_2-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path  ERROR macrogen.visualize Rendering target/macrogenesis/hertz1932-graph.dot failed (-6): Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.23" -> "1825-03-23". Something is probably seriously wrong. Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.19" -> "1825-03-23". Something is probably seriously wrong. *** Error in `/usr/bin/dot': double free or corruption (!prev): 0x000055782a2c5e60 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fde44714bfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fde4471afc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fde4471b80e] /usr/lib/libgvc.so.6(+0x4609d)[0x7fde44c9f09d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7fde3ef22057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7fde3ef1f7a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7fde3ef10e5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7fde3ef114c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7fde44c7bd22] /usr/bin/dot(+0x1050)[0x557829b5f050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fde446c42e1] /usr/bin/dot(+0x10ea)[0x557829b5f0ea] ======= Memory map: ======== 557829b5e000-557829b60000 r-xp 00000000 08:02 17581702 /usr/bin/dot 557829d5f000-557829d60000 r--p 00001000 08:02 17581702 /usr/bin/dot 557829d60000-557829d61000 rw-p 00002000 08:02 17581702 /usr/bin/dot 557829da9000-55782a893000 rw-p 00000000 00:00 0 [heap] 7fde38000000-7fde38021000 rw-p 00000000 00:00 0 7fde38021000-7fde3c000000 ---p 00000000 00:00 0 7fde3ecee000-7fde3ed04000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fde3ed04000-7fde3ef03000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fde3ef03000-7fde3ef04000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fde3ef04000-7fde3ef05000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fde3ef05000-7fde3ef29000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fde3ef29000-7fde3f128000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fde3f128000-7fde3f129000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fde3f129000-7fde3f12a000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fde3f12a000-7fde3f132000 rw-p 00000000 00:00 0 7fde3f132000-7fde3f14c000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fde3f14c000-7fde3f34b000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fde3f34b000-7fde3f34c000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fde3f34c000-7fde3f350000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fde3f350000-7fde3f363000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fde3f363000-7fde3f563000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fde3f563000-7fde3f564000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fde3f564000-7fde3f565000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fde3f565000-7fde3f566000 rw-p 00000000 00:00 0 7fde3f566000-7fde3f56d000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fde3f56d000-7fde3f76c000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fde3f76c000-7fde3f76d000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fde3f76d000-7fde3f76e000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fde3f76e000-7fde3f799000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fde3f799000-7fde3f998000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fde3f998000-7fde3f99a000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fde3f99a000-7fde3f99b000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fde3f99b000-7fde3f9a0000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fde3f9a0000-7fde3fb9f000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fde3fb9f000-7fde3fba0000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fde3fba0000-7fde3fba1000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fde3fba1000-7fde3fba4000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fde3fba4000-7fde3fda3000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fde3fda3000-7fde3fda4000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fde3fda4000-7fde3fda5000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fde3fda5000-7fde3fe17000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fde3fe17000-7fde40016000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fde40016000-7fde40017000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fde40017000-7fde40018000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fde40018000-7fde4001f000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fde4001f000-7fde4021f000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fde4021f000-7fde40220000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fde40220000-7fde40221000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fde40221000-7fde40229000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fde40229000-7fde40429000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fde40429000-7fde4042a000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fde4042a000-7fde4042b000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fde4042b000-7fde404be000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fde404be000-7fde406bd000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fde406bd000-7fde406bf000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fde406bf000-7fde406c0000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fde406c0000-7fde406c7000 r-xp 00000000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fde406c7000-7fde408c6000 ---p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fde408c6000-7fde408c7000 r--p 00006000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fde408c7000-7fde408c8000 rw-p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fde408c8000-7fde408d9000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fde408d9000-7fde40ad8000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fde40ad8000-7fde40ad9000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fde40ad9000-7fde40ada000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fde40ada000-7fde40c14000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fde40c14000-7fde40e14000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fde40e14000-7fde40e15000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fde40e15000-7fde40e1a000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fde40e1a000-7fde40e23000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fde40e23000-7fde41022000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fde41022000-7fde41023000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fde41023000-7fde41024000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fde41024000-7fde41030000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fde41030000-7fde41230000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fde41230000-7fde41231000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fde41231000-7fde41232000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fde41232000-7fde41259000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fde41259000-7fde41458000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fde41458000-7fde41459000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fde41459000-7fde4145a000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fde4145a000-7fde4145c000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fde4145c000-7fde4165c000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fde4165c000-7fde4165d000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fde4165d000-7fde4165e000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fde4165e000-7fde4168f000 r-xp 00000000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fde4168f000-7fde4188f000 ---p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fde4188f000-7fde41890000 r--p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fde41890000-7fde41891000 rw-p 00032000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fde41891000-7fde4192f000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fde4192f000-7fde41b2f000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fde41b2f000-7fde41b37000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fde41b37000-7fde41b38000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fde41b38000-7fde41b50000 r-xp 00000000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fde41b50000-7fde41d4f000 ---p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fde41d4f000-7fde41d50000 r--p 00017000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fde41d50000-7fde41d51000 rw-p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fde41d51000-7fde41d55000 rw-p 00000000 00:00 0 7fde41d55000-7fde41d56000 r-xp 00000000 08:02 17571439 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fde41d56000-7fde41f55000 ---p 00001000 08:02 17571439 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fde41f55000-7fde41f56000 r--p 00000000 08:02 17571439 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fde41f56000-7fde41f57000 rw-p 00001000 08:02 17571439 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fde41f57000-7fde41fff000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fde41fff000-7fde421ff000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fde421ff000-7fde42205000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fde42205000-7fde42206000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fde42206000-7fde42242000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fde42242000-7fde42441000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fde42441000-7fde42443000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fde42443000-7fde42444000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fde42444000-7fde42556000 r-xp 00000000 08:02 786811 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fde42556000-7fde42755000 ---p 00112000 08:02 786811 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fde42755000-7fde42756000 r--p 00111000 08:02 786811 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fde42756000-7fde42757000 rw-p 00112000 08:02 786811 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fde42757000-7fde42758000 rw-p 00000000 00:00 0 7fde42758000-7fde427aa000 r-xp 00000000 08:02 17571438 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fde427aa000-7fde429a9000 ---p 00052000 08:02 17571438 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fde429a9000-7fde429aa000 r--p 00051000 08:02 17571438 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fde429aa000-7fde429ab000 rw-p 00052000 08:02 17571438 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fde429ab000-7fde429f4000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fde429f4000-7fde42bf3000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fde42bf3000-7fde42bf6000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fde42bf6000-7fde42bf7000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fde42bf7000-7fde42c0b000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fde42c0b000-7fde42e0b000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fde42e0b000-7fde42e0c000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fde42e0c000-7fde42e0d000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fde42e0d000-7fde42f1b000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fde42f1b000-7fde4311b000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fde4311b000-7fde4311e000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fde4311e000-7fde4311f000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fde4311f000-7fde43121000 rw-p 00000000 00:00 0 7fde43121000-7fde4312d000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fde4312d000-7fde4332c000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fde4332c000-7fde4332d000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fde4332d000-7fde4332e000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fde4332e000-7fde43337000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fde43337000-7fde43536000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fde43536000-7fde43537000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fde43537000-7fde43539000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fde43539000-7fde4353c000 r-xp 00000000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fde4353c000-7fde4373b000 ---p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fde4373b000-7fde4373c000 r--p 00002000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fde4373c000-7fde4373d000 rw-p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fde4373d000-7fde43840000 r-xp 00000000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fde43840000-7fde43a3f000 ---p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fde43a3f000-7fde43a40000 r--p 00102000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fde43a40000-7fde43a41000 rw-p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fde43a41000-7fde43a5a000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fde43a5a000-7fde43c59000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fde43c59000-7fde43c5a000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fde43c5a000-7fde43c5b000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fde43c5b000-7fde43c82000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fde43c82000-7fde43e82000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fde43e82000-7fde43e84000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fde43e84000-7fde43e85000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fde43e85000-7fde43e8c000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fde43e8c000-7fde4408b000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fde4408b000-7fde4408c000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fde4408c000-7fde4408d000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fde4408d000-7fde44093000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fde44093000-7fde44292000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fde44292000-7fde44293000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fde44293000-7fde44294000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fde44294000-7fde44299000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fde44299000-7fde44498000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fde44498000-7fde44499000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fde44499000-7fde4449a000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fde4449a000-7fde444a3000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fde444a3000-7fde446a2000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fde446a2000-7fde446a3000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fde446a3000-7fde446a4000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fde446a4000-7fde44839000 r-xp 00000000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fde44839000-7fde44a39000 ---p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fde44a39000-7fde44a3d000 r--p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fde44a3d000-7fde44a3f000 rw-p 00199000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fde44a3f000-7fde44a43000 rw-p 00000000 00:00 0 7fde44a43000-7fde44a58000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fde44a58000-7fde44c57000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fde44c57000-7fde44c58000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fde44c58000-7fde44c59000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fde44c59000-7fde44ce5000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fde44ce5000-7fde44ee4000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fde44ee4000-7fde44ee5000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fde44ee5000-7fde44ef6000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fde44ef6000-7fde44ef7000 rw-p 00000000 00:00 0 7fde44ef7000-7fde44f1a000 r-xp 00000000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fde44f54000-7fde44f55000 rw-p 00000000 00:00 0 7fde44f55000-7fde44f98000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7fde44f98000-7fde44f9f000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7fde44f9f000-7fde44fa1000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7fde44fa1000-7fde44fa2000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7fde44fa2000-7fde44fa8000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7fde44fa8000-7fde44fac000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7fde44fac000-7fde44fb7000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7fde44fb7000-7fde44fbe000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7fde44fbe000-7fde44fc7000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7fde44fc7000-7fde44fcb000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7fde44fcb000-7fde44fcc000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7fde44fcc000-7fde44fcd000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7fde44fcd000-7fde44fce000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7fde44fce000-7fde44fd0000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7fde44fd0000-7fde44fd1000 r--s 00000000 08:02 22423656 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7fde44fd1000-7fde44fd2000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7fde44fd2000-7fde44ffb000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7fde44ffb000-7fde44ffd000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7fde44ffd000-7fde45001000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7fde45001000-7fde45007000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7fde45007000-7fde4500f000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7fde4500f000-7fde45012000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7fde45012000-7fde45015000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7fde45015000-7fde45017000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7fde45017000-7fde45018000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7fde45018000-7fde4502b000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7fde4502b000-7fde4502c000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7fde4502c000-7fde45032000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7fde45032000-7fde45033000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7fde45033000-7fde45034000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7fde45034000-7fde45036000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7fde45036000-7fde45042000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7fde45042000-7fde45046000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7fde45046000-7fde4504b000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7fde4504b000-7fde4504c000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7fde4504c000-7fde4504e000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7fde4504e000-7fde4504f000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7fde4504f000-7fde45050000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7fde45050000-7fde45054000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7fde45054000-7fde45055000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7fde45055000-7fde45057000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7fde45057000-7fde45059000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7fde45059000-7fde4505b000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7fde4505b000-7fde4505d000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7fde4505d000-7fde4505f000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7fde4505f000-7fde45060000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7fde45060000-7fde4506d000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7fde4506d000-7fde45070000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7fde45070000-7fde4507b000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7fde4507b000-7fde45084000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7fde45084000-7fde45086000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7fde45086000-7fde45087000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7fde45087000-7fde4508e000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7fde4508e000-7fde45092000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7fde45092000-7fde45096000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7fde45096000-7fde4509a000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7fde4509a000-7fde4509e000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7fde4509e000-7fde450a0000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7fde450a0000-7fde450b3000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7fde450b3000-7fde450b6000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7fde450b6000-7fde450b7000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7fde450b7000-7fde450bd000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7fde450bd000-7fde450d3000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7fde450d3000-7fde450f1000 r--s 00000000 08:02 22423599 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7fde450f1000-7fde450f7000 rw-p 00000000 00:00 0 7fde450f7000-7fde450f9000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7fde450f9000-7fde450fc000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7fde450fc000-7fde45100000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7fde45100000-7fde45101000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7fde45101000-7fde45104000 r--s 00000000 08:02 22423699 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7fde45104000-7fde45111000 r--s 00000000 08:02 22423687 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7fde45111000-7fde45112000 r--s 00000000 08:02 22423675 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7fde45112000-7fde4511a000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7fde4511a000-7fde4511b000 r--p 00023000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fde4511b000-7fde4511c000 rw-p 00024000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fde4511c000-7fde4511d000 rw-p 00000000 00:00 0 7ffdb30c7000-7ffdb30e8000 rw-p 00000000 00:00 0 [stack] 7ffdb31d1000-7ffdb31d3000 r--p 00000000 00:00 0 [vvar] 7ffdb31d3000-7ffdb31d5000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]  ERROR macrogen.visualize Rendering target/macrogenesis/schillemeit1985-graph.dot failed (1): Error: trouble in init_rank %0 1 %0 6 %0 1 %0 1 1826-06-25 1 %0 1 1826-03-27 1 %0 2 1826-03-13 1 %0 1 faust://inscription/faustedition/2_III_H.59b/i_uebrige 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_III_H.59b 2 %0 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_III_H.49/i_r_u 2 %0 1 %0 1  WARNING macrogen.visualize Rendering target/macrogenesis/wa_I_15_2-graph.dot: Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_III_H.1/alpha" -> "faust://document/faustedition/2_III_H.1". Something is probably seriously wrong.  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  WARNING macrogen.visualize Rendering target/macrogenesis/fischer-lamberg1955-graph.dot: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.56" -> "1826-04-23". Something is probably seriously wrong.  ERROR macrogen.visualize Rendering target/macrogenesis/bohnenkamp1994-graph.dot failed (-6): Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.43" -> "faust://document/faustedition/2_III_H.1". 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): 0x000055648ab52120 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fa91ac26bfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fa91ac2cfc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fa91ac2d80e] /usr/lib/libgvc.so.6(+0x4609d)[0x7fa91b1b109d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7fa915434057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7fa9154317a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7fa915422e5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7fa9154234c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7fa91b18dd22] /usr/bin/dot(+0x1050)[0x556488879050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fa91abd62e1] /usr/bin/dot(+0x10ea)[0x5564888790ea] ======= Memory map: ======== 556488878000-55648887a000 r-xp 00000000 08:02 17581702 /usr/bin/dot 556488a79000-556488a7a000 r--p 00001000 08:02 17581702 /usr/bin/dot 556488a7a000-556488a7b000 rw-p 00002000 08:02 17581702 /usr/bin/dot 5564892a0000-55648acbd000 rw-p 00000000 00:00 0 [heap] 7fa910000000-7fa910021000 rw-p 00000000 00:00 0 7fa910021000-7fa914000000 ---p 00000000 00:00 0 7fa915172000-7fa915188000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa915188000-7fa915387000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa915387000-7fa915388000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa915388000-7fa915389000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fa915389000-7fa915417000 rw-p 00000000 00:00 0 7fa915417000-7fa91543b000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa91543b000-7fa91563a000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa91563a000-7fa91563b000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa91563b000-7fa91563c000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7fa91563c000-7fa915644000 rw-p 00000000 00:00 0 7fa915644000-7fa91565e000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa91565e000-7fa91585d000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa91585d000-7fa91585e000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa91585e000-7fa915862000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7fa915862000-7fa915875000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa915875000-7fa915a75000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa915a75000-7fa915a76000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa915a76000-7fa915a77000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7fa915a77000-7fa915a78000 rw-p 00000000 00:00 0 7fa915a78000-7fa915a7f000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa915a7f000-7fa915c7e000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa915c7e000-7fa915c7f000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa915c7f000-7fa915c80000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7fa915c80000-7fa915cab000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa915cab000-7fa915eaa000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa915eaa000-7fa915eac000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa915eac000-7fa915ead000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fa915ead000-7fa915eb2000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa915eb2000-7fa9160b1000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa9160b1000-7fa9160b2000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa9160b2000-7fa9160b3000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fa9160b3000-7fa9160b6000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa9160b6000-7fa9162b5000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa9162b5000-7fa9162b6000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa9162b6000-7fa9162b7000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fa9162b7000-7fa916329000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa916329000-7fa916528000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa916528000-7fa916529000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa916529000-7fa91652a000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7fa91652a000-7fa916531000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa916531000-7fa916731000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa916731000-7fa916732000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa916732000-7fa916733000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7fa916733000-7fa91673b000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa91673b000-7fa91693b000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa91693b000-7fa91693c000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa91693c000-7fa91693d000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7fa91693d000-7fa9169d0000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa9169d0000-7fa916bcf000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa916bcf000-7fa916bd1000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa916bd1000-7fa916bd2000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7fa916bd2000-7fa916bd9000 r-xp 00000000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fa916bd9000-7fa916dd8000 ---p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fa916dd8000-7fa916dd9000 r--p 00006000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fa916dd9000-7fa916dda000 rw-p 00007000 08:02 789781 /lib/x86_64-linux-gnu/librt-2.24.so 7fa916dda000-7fa916deb000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa916deb000-7fa916fea000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa916fea000-7fa916feb000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa916feb000-7fa916fec000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fa916fec000-7fa917126000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa917126000-7fa917326000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa917326000-7fa917327000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa917327000-7fa91732c000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fa91732c000-7fa917335000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa917335000-7fa917534000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa917534000-7fa917535000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa917535000-7fa917536000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fa917536000-7fa917542000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa917542000-7fa917742000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa917742000-7fa917743000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa917743000-7fa917744000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fa917744000-7fa91776b000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa91776b000-7fa91796a000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa91796a000-7fa91796b000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa91796b000-7fa91796c000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fa91796c000-7fa91796e000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa91796e000-7fa917b6e000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa917b6e000-7fa917b6f000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa917b6f000-7fa917b70000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fa917b70000-7fa917ba1000 r-xp 00000000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa917ba1000-7fa917da1000 ---p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa917da1000-7fa917da2000 r--p 00031000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa917da2000-7fa917da3000 rw-p 00032000 08:02 17563882 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7fa917da3000-7fa917e41000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa917e41000-7fa918041000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa918041000-7fa918049000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa918049000-7fa91804a000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7fa91804a000-7fa918062000 r-xp 00000000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa918062000-7fa918261000 ---p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa918261000-7fa918262000 r--p 00017000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa918262000-7fa918263000 rw-p 00018000 08:02 789747 /lib/x86_64-linux-gnu/libpthread-2.24.so 7fa918263000-7fa918267000 rw-p 00000000 00:00 0 7fa918267000-7fa918268000 r-xp 00000000 08:02 17571439 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa918268000-7fa918467000 ---p 00001000 08:02 17571439 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa918467000-7fa918468000 r--p 00000000 08:02 17571439 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa918468000-7fa918469000 rw-p 00001000 08:02 17571439 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7fa918469000-7fa918511000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa918511000-7fa918711000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa918711000-7fa918717000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa918717000-7fa918718000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7fa918718000-7fa918754000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa918754000-7fa918953000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa918953000-7fa918955000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa918955000-7fa918956000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fa918956000-7fa918a68000 r-xp 00000000 08:02 786811 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa918a68000-7fa918c67000 ---p 00112000 08:02 786811 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa918c67000-7fa918c68000 r--p 00111000 08:02 786811 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa918c68000-7fa918c69000 rw-p 00112000 08:02 786811 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7fa918c69000-7fa918c6a000 rw-p 00000000 00:00 0 7fa918c6a000-7fa918cbc000 r-xp 00000000 08:02 17571438 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa918cbc000-7fa918ebb000 ---p 00052000 08:02 17571438 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa918ebb000-7fa918ebc000 r--p 00051000 08:02 17571438 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa918ebc000-7fa918ebd000 rw-p 00052000 08:02 17571438 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7fa918ebd000-7fa918f06000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa918f06000-7fa919105000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa919105000-7fa919108000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa919108000-7fa919109000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7fa919109000-7fa91911d000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa91911d000-7fa91931d000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa91931d000-7fa91931e000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa91931e000-7fa91931f000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7fa91931f000-7fa91942d000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa91942d000-7fa91962d000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa91962d000-7fa919630000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa919630000-7fa919631000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7fa919631000-7fa919633000 rw-p 00000000 00:00 0 7fa919633000-7fa91963f000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa91963f000-7fa91983e000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa91983e000-7fa91983f000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa91983f000-7fa919840000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7fa919840000-7fa919849000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa919849000-7fa919a48000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa919a48000-7fa919a49000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa919a49000-7fa919a4b000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7fa919a4b000-7fa919a4e000 r-xp 00000000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa919a4e000-7fa919c4d000 ---p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa919c4d000-7fa919c4e000 r--p 00002000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa919c4e000-7fa919c4f000 rw-p 00003000 08:02 789659 /lib/x86_64-linux-gnu/libdl-2.24.so 7fa919c4f000-7fa919d52000 r-xp 00000000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fa919d52000-7fa919f51000 ---p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fa919f51000-7fa919f52000 r--p 00102000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fa919f52000-7fa919f53000 rw-p 00103000 08:02 789665 /lib/x86_64-linux-gnu/libm-2.24.so 7fa919f53000-7fa919f6c000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa919f6c000-7fa91a16b000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa91a16b000-7fa91a16c000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa91a16c000-7fa91a16d000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fa91a16d000-7fa91a194000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa91a194000-7fa91a394000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa91a394000-7fa91a396000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa91a396000-7fa91a397000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7fa91a397000-7fa91a39e000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa91a39e000-7fa91a59d000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa91a59d000-7fa91a59e000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa91a59e000-7fa91a59f000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7fa91a59f000-7fa91a5a5000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa91a5a5000-7fa91a7a4000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa91a7a4000-7fa91a7a5000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa91a7a5000-7fa91a7a6000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7fa91a7a6000-7fa91a7ab000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa91a7ab000-7fa91a9aa000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa91a9aa000-7fa91a9ab000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa91a9ab000-7fa91a9ac000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7fa91a9ac000-7fa91a9b5000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa91a9b5000-7fa91abb4000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa91abb4000-7fa91abb5000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa91abb5000-7fa91abb6000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7fa91abb6000-7fa91ad4b000 r-xp 00000000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fa91ad4b000-7fa91af4b000 ---p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fa91af4b000-7fa91af4f000 r--p 00195000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fa91af4f000-7fa91af51000 rw-p 00199000 08:02 789617 /lib/x86_64-linux-gnu/libc-2.24.so 7fa91af51000-7fa91af55000 rw-p 00000000 00:00 0 7fa91af55000-7fa91af6a000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa91af6a000-7fa91b169000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa91b169000-7fa91b16a000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa91b16a000-7fa91b16b000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7fa91b16b000-7fa91b1f7000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa91b1f7000-7fa91b3f6000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa91b3f6000-7fa91b3f7000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa91b3f7000-7fa91b408000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7fa91b408000-7fa91b409000 rw-p 00000000 00:00 0 7fa91b409000-7fa91b42c000 r-xp 00000000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fa91b466000-7fa91b467000 rw-p 00000000 00:00 0 7fa91b467000-7fa91b4aa000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7fa91b4aa000-7fa91b4b1000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7fa91b4b1000-7fa91b4b3000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7fa91b4b3000-7fa91b4b4000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7fa91b4b4000-7fa91b4ba000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7fa91b4ba000-7fa91b4be000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7fa91b4be000-7fa91b4c9000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7fa91b4c9000-7fa91b4d0000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7fa91b4d0000-7fa91b4d9000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7fa91b4d9000-7fa91b4dd000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7fa91b4dd000-7fa91b4de000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7fa91b4de000-7fa91b4df000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7fa91b4df000-7fa91b4e0000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7fa91b4e0000-7fa91b4e2000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7fa91b4e2000-7fa91b4e3000 r--s 00000000 08:02 22423656 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7fa91b4e3000-7fa91b4e4000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7fa91b4e4000-7fa91b50d000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7fa91b50d000-7fa91b50f000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7fa91b50f000-7fa91b513000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7fa91b513000-7fa91b519000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7fa91b519000-7fa91b521000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7fa91b521000-7fa91b524000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7fa91b524000-7fa91b527000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7fa91b527000-7fa91b529000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7fa91b529000-7fa91b52a000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7fa91b52a000-7fa91b53d000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7fa91b53d000-7fa91b53e000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7fa91b53e000-7fa91b544000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7fa91b544000-7fa91b545000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7fa91b545000-7fa91b546000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7fa91b546000-7fa91b548000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7fa91b548000-7fa91b554000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7fa91b554000-7fa91b558000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7fa91b558000-7fa91b55d000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7fa91b55d000-7fa91b55e000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7fa91b55e000-7fa91b560000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7fa91b560000-7fa91b561000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7fa91b561000-7fa91b562000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7fa91b562000-7fa91b566000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7fa91b566000-7fa91b567000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7fa91b567000-7fa91b569000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7fa91b569000-7fa91b56b000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7fa91b56b000-7fa91b56d000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7fa91b56d000-7fa91b56f000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7fa91b56f000-7fa91b571000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7fa91b571000-7fa91b572000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7fa91b572000-7fa91b57f000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7fa91b57f000-7fa91b582000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7fa91b582000-7fa91b58d000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7fa91b58d000-7fa91b596000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7fa91b596000-7fa91b598000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7fa91b598000-7fa91b599000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7fa91b599000-7fa91b5a0000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7fa91b5a0000-7fa91b5a4000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7fa91b5a4000-7fa91b5a8000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7fa91b5a8000-7fa91b5ac000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7fa91b5ac000-7fa91b5b0000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7fa91b5b0000-7fa91b5b2000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7fa91b5b2000-7fa91b5c5000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7fa91b5c5000-7fa91b5c8000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7fa91b5c8000-7fa91b5c9000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7fa91b5c9000-7fa91b5cf000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7fa91b5cf000-7fa91b5e5000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7fa91b5e5000-7fa91b603000 r--s 00000000 08:02 22423599 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7fa91b603000-7fa91b609000 rw-p 00000000 00:00 0 7fa91b609000-7fa91b60b000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7fa91b60b000-7fa91b60e000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7fa91b60e000-7fa91b612000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7fa91b612000-7fa91b613000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7fa91b613000-7fa91b616000 r--s 00000000 08:02 22423699 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7fa91b616000-7fa91b623000 r--s 00000000 08:02 22423687 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7fa91b623000-7fa91b624000 r--s 00000000 08:02 22423675 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7fa91b624000-7fa91b62c000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7fa91b62c000-7fa91b62d000 r--p 00023000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fa91b62d000-7fa91b62e000 rw-p 00024000 08:02 786612 /lib/x86_64-linux-gnu/ld-2.24.so 7fa91b62e000-7fa91b62f000 rw-p 00000000 00:00 0 7ffe5c679000-7ffe5c6ad000 rw-p 00000000 00:00 0 [stack] 7ffe5c6cd000-7ffe5c6cf000 r--p 00000000 00:00 0 [vvar] 7ffe5c6cf000-7ffe5c6d1000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]  ERROR macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot failed (-11):  FATAL: command execution failed java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2679) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3154) at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862) at java.io.ObjectInputStream.(ObjectInputStream.java:358) at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49) at hudson.remoting.Command.readFrom(Command.java:140) at hudson.remoting.Command.readFrom(Command.java:126) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63) Caused: java.io.IOException: Unexpected termination of the channel at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77) Caused: java.io.IOException: Backing channel 'Rechenknecht' is disconnected. at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:214) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283) at com.sun.proxy.$Proxy122.isAlive(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1150) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1142) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.Build$BuildExecution.build(Build.java:206) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) at hudson.model.Run.execute(Run.java:1818) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) FATAL: Unable to delete script file /tmp/jenkins6078510100297242808.sh java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2679) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3154) at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862) at java.io.ObjectInputStream.(ObjectInputStream.java:358) at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49) at hudson.remoting.Command.readFrom(Command.java:140) at hudson.remoting.Command.readFrom(Command.java:126) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63) Caused: java.io.IOException: Unexpected termination of the channel at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77) Caused: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call on Rechenknecht failed. The channel is closing down or has closed down at hudson.remoting.Channel.call(Channel.java:950) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.FilePath.delete(FilePath.java:1540) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:123) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) at hudson.model.Build$BuildExecution.build(Build.java:206) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) at hudson.model.Run.execute(Run.java:1818) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Build step 'Execute shell' marked build as failure FATAL: Channel "unknown": Remote call on Rechenknecht failed. The channel is closing down or has closed down java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2679) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3154) at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862) at java.io.ObjectInputStream.(ObjectInputStream.java:358) at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49) at hudson.remoting.Command.readFrom(Command.java:140) at hudson.remoting.Command.readFrom(Command.java:126) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63) Caused: java.io.IOException: Unexpected termination of the channel at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77) Caused: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call on Rechenknecht failed. The channel is closing down or has closed down at hudson.remoting.Channel.call(Channel.java:950) at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1060) at hudson.Launcher$ProcStarter.start(Launcher.java:455) at com.cloudbees.jenkins.plugins.sshagent.exec.ExecRemoteAgent.stop(ExecRemoteAgent.java:130) at com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper$SSHAgentEnvironment.tearDown(SSHAgentBuildWrapper.java:417) at hudson.model.Build$BuildExecution.doRun(Build.java:174) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) at hudson.model.Run.execute(Run.java:1818) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) ERROR: Step ‘Archive the artifacts’ failed: no workspace for faust-macrogen #131 Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Notifying upstream projects of job completion Finished: FAILURE