Started by GitHub push by thvitt Building remotely on Rechenknecht in workspace /mnt/data/jenkins/workspace/faust-macrogen [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-ILI2xj1u76CJ/agent.22742 SSH_AGENT_PID=22744 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_3280946911006085637.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_3280946911006085637.key) [ssh-agent] Using credentials git Running ssh-add (command line suppressed) Identity added: /mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_164038664477872368.key (/mnt/data/jenkins/workspace/faust-macrogen@tmp/private_key_164038664477872368.key) [ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de) > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > /usr/bin/git config remote.origin.url git://github.com/faustedition/faust-macrogen # timeout=10 Fetching upstream changes from git://github.com/faustedition/faust-macrogen > /usr/bin/git --version # timeout=10 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de > /usr/bin/git fetch --tags --progress git://github.com/faustedition/faust-macrogen +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision dfb29ccdf47b5ebfa9f9181512ccf490b2cc020d (refs/remotes/origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f dfb29ccdf47b5ebfa9f9181512ccf490b2cc020d Commit message: "Output some stats on the graph" > /usr/bin/git rev-list --no-walk 53b339d7db0e77002d7e44a48c1e84d73ac81558 # timeout=10 > /usr/bin/git remote # timeout=10 > /usr/bin/git submodule init # timeout=10 > /usr/bin/git submodule sync # timeout=10 > /usr/bin/git config --get remote.origin.url # timeout=10 > /usr/bin/git submodule init # timeout=10 > /usr/bin/git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > /usr/bin/git config --get submodule.data.url # timeout=10 > /usr/bin/git config -f .gitmodules --get submodule.data.path # timeout=10 > /usr/bin/git submodule update --init --recursive --remote data $ bash -c "[ -d \$HOME/.pyenv ]" $ bash -c "cd /mnt/data/jenkins/workspace/faust-macrogen && env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv local 2>/dev/null || true" $ bash -c "mkdir \$HOME/.pyenv.lock" $ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv versions --bare" $ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv rehash" $ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv exec pip list" $ bash -c "env PYENV_ROOT\=\$HOME/.pyenv PYENV_VERSION\=3.7.2 \$HOME/.pyenv/bin/pyenv rehash" $ bash -c "rm -rf \$HOME/.pyenv.lock" [faust-macrogen] $ /bin/sh -xe /tmp/jenkins1322829680910504474.sh + pip install numpy Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (1.16.2) You are using pip version 18.1, however version 19.0.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + pip install -e . Obtaining file:///mnt/data/jenkins/workspace/faust-macrogen Requirement already satisfied: numpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.16.2) Requirement already satisfied: more-itertools in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (6.0.0) Requirement already satisfied: networkx>=2.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.2) Requirement already satisfied: python-igraph in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.7.1.post6) Requirement already satisfied: pygraphviz in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.5) Requirement already satisfied: ruamel.yaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.15.89) Requirement already satisfied: pyyaml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (3.13) Requirement already satisfied: pandas in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.24.1) Requirement already satisfied: openpyxl in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.6.1) Requirement already satisfied: xlrd in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.0) Requirement already satisfied: lxml in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.3.2) Requirement already satisfied: requests in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (2.21.0) Requirement already satisfied: requests-cache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.4.13) Requirement already satisfied: logging-tree in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.8) Requirement already satisfied: colorlog in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.0.2) Requirement already satisfied: tqdm in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (4.31.1) Requirement already satisfied: dataclasses in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (0.6) Requirement already satisfied: cvxpy in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.0.19) Requirement already satisfied: cvxopt in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from faust-macrogen==0.9) (1.2.3) Requirement already satisfied: decorator>=4.3.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from networkx>=2.1->faust-macrogen==0.9) (4.3.2) Requirement already satisfied: pytz>=2011k in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2018.9) Requirement already satisfied: python-dateutil>=2.5.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from pandas->faust-macrogen==0.9) (2.8.0) Requirement already satisfied: jdcal in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.4) Requirement already satisfied: et_xmlfile in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from openpyxl->faust-macrogen==0.9) (1.0.1) Requirement already satisfied: certifi>=2017.4.17 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2018.11.29) Requirement already satisfied: idna<2.9,>=2.5 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (2.8) Requirement already satisfied: urllib3<1.25,>=1.21.1 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (1.24.1) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from requests->faust-macrogen==0.9) (3.0.4) Requirement already satisfied: osqp in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.5.0) Requirement already satisfied: ecos>=2 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.0.7.post1) Requirement already satisfied: scs>=1.1.3 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (2.0.2) Requirement already satisfied: multiprocess in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (0.70.7) Requirement already satisfied: fastcache in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.0.2) Requirement already satisfied: six in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.12.0) Requirement already satisfied: scipy>=1.1.0 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from cvxpy->faust-macrogen==0.9) (1.2.1) Requirement already satisfied: future in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from osqp->cvxpy->faust-macrogen==0.9) (0.17.1) Requirement already satisfied: dill>=0.2.9 in /mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages (from multiprocess->cvxpy->faust-macrogen==0.9) (0.2.9) Installing collected packages: faust-macrogen Found existing installation: faust-macrogen 0.9 Uninstalling faust-macrogen-0.9: Successfully uninstalled faust-macrogen-0.9 Running setup.py develop for faust-macrogen Successfully installed faust-macrogen You are using pip version 18.1, however version 19.0.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + macrogen WARNING macrogen.config Configuration has already been loaded. Some override values may not have any effect. WARNING macrogen.config Configuration has already been loaded. Some override values may not have any effect. WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_V_H.33I to faust://document/landeck/2_V_H.33I, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/P129Var to faust://document/fischer-lamberg/2_II_H.2d, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.7/2 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.7/3 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_V_H.alpha (2 H V) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2)) WARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.31_alpha (wa_faust: 2_II_H.31_) WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2_alpha (wa_faust: 2_III_H.2_) WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_5 to faust://document/fischer_lamberg/2_III_H.22_5, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_1 to faust://document/fischer_lamberg/2_III_H.22_1, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_2 to faust://document/fischer_lamberg/2_III_H.22_2, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_3 to faust://document/fischer_lamberg/2_III_H.22_3, but it is not in the database WARNING macrogen.uris Corrected faust://document/wa/2_III_H.22_4 to faust://document/fischer_lamberg/2_III_H.22_4, but it is not in the database INFO macrogen.graph Copying datings from inscriptions to witnesses INFO macrogen.graph Adopted H P167 from inscription H P167 i_uebrige INFO macrogen.graph Adopted H P22 from inscription H P22 i_2_o INFO macrogen.graph Adopted H P22 from inscription H P22 i_1_o INFO macrogen.graph Adopted H P167 from inscription H P167 i_v INFO macrogen.graph Adopted 2 IV H.19 from inscription 2 IV H.19 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_r_u INFO macrogen.graph Adopted H P22 from inscription H P22 i_2_u INFO macrogen.graph Adopted H P22 from inscription H P22 i_uebrige INFO macrogen.graph Removing edges to ignore INFO macrogen.graph Extracted 4 subgraphs with conflicts INFO macrogen.graph Calculating minimum feedback arc set for 4 strongly connected components INFO macrogen.graph Calculating MFAS for a 2-node graph using baharev, may take a while INFO macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP) INFO macrogen.fes.FES_Baharev Calculating FES for graph with 2 edges, max 1 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 25, 1 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev upper == lower bound == 25, optimal solution found INFO macrogen.graph Calculating MFAS for a 9-node graph using baharev, may take a while INFO macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP) INFO macrogen.fes.FES_Baharev Calculating FES for graph with 10 edges, max 2 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 10036, 2 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found INFO macrogen.graph Calculating MFAS for a 73-node graph using baharev, may take a while INFO macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP) INFO macrogen.fes.FES_Baharev Calculating FES for graph with 130 edges, max 42 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 87497, 42 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 2, 7 <= objective <= 87497, 82 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 3, 307 <= objective <= 77549, 118 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 4, 557 <= objective <= 77549, 154 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 5, 608 <= objective <= 77549, 192 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 6, 609 <= objective <= 77549, 228 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 7, 858 <= objective <= 77549, 262 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found INFO macrogen.graph Calculating MFAS for a 927-node graph using baharev, may take a while INFO macrogen.fes.FES_Baharev configured solver: GLPK_MI, options: {'verbose': False, 'solver': 'GLPK_MI'} (installed solvers: ECOS, ECOS_BB, CVXOPT, GLPK, GLPK_MI, SCS, OSQP) INFO macrogen.fes.FES_Baharev Calculating FES for graph with 2278 edges, max 599 feedback edges INFO macrogen.fes.FES_Baharev Baharev iteration 1, 0 <= objective <= 434405, 599 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 2, 4900 <= objective <= 390248, 1066 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 3, 5572 <= objective <= 388727, 1506 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 4, 5787 <= objective <= 388727, 1945 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 5, 5913 <= objective <= 388727, 2191 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 6, 6084 <= objective <= 388727, 2435 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 7, 6271 <= objective <= 388727, 2611 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 8, 6275 <= objective <= 388727, 2775 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 9, 6497 <= objective <= 388727, 2863 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 10, 6524 <= objective <= 388727, 2900 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 11, 6527 <= objective <= 388727, 2944 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 12, 6528 <= objective <= 388727, 2971 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 13, 6578 <= objective <= 388727, 3012 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 14, 6582 <= objective <= 388727, 3141 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 15, 6628 <= objective <= 388727, 3173 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 16, 6644 <= objective <= 388727, 3214 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 17, 6647 <= objective <= 388727, 3252 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 18, 6651 <= objective <= 388727, 3290 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 19, 6651 <= objective <= 388727, 3325 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 20, 6652 <= objective <= 388727, 3362 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 21, 6654 <= objective <= 388727, 3395 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 22, 6655 <= objective <= 388727, 3419 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Baharev iteration 23, 6656 <= objective <= 388727, 3443 simple cycles Long-step dual simplex will be used INFO macrogen.fes.FES_Baharev Graph is acyclic, optimal solution found WARNING macrogen.graph Found 11 self loops, will also remove those. Affected nodes: 2 II H.22, 2 III H.2:1, 2 III H.6:2, 2 III H.6:2, 2 III H.70, 2 III H.50c, 2 III H.76, fischer_lamberg: 2_III_H.15 , 2 III H.2:2, 2 III H.3a:2, 2 III H.3a:1 INFO macrogen.graph Building DAG from remaining data INFO macrogen.graph Double-checking 174 removed edges ... INFO macrogen.graph Marking 174 conflicting edges for deletion INFO macrogen.graph Removed 174 of the original 3304 edges INFO macrogen.graph Augmenting refs with data from graphs INFO macrogen.graph Creating sort order from DAG WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) WARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2)) Rendering: 0%| | 0/1219 [00:00 "1825-03-20". Something is probably seriously wrong. warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning) WARNING macrogen.visualize Rendering target/macrogenesis/1830-12-31--2_V_H.16-graph-graph.dot with 129 nodes and 230 edges took 0:00:05.406293 Rendering: 70%|██████▉ | 852/1219 [00:20<04:29, 1.36 SVGs/s] Rendering: 70%|██████▉ | 853/1219 [00:20<03:25, 1.78 SVGs/s] Rendering: 70%|███████ | 855/1219 [00:20<02:37, 2.31 SVGs/s] Rendering: 70%|███████ | 857/1219 [00:21<02:02, 2.96 SVGs/s] Rendering: 70%|███████ | 859/1219 [00:21<01:34, 3.83 SVGs/s] Rendering: 71%|███████ | 861/1219 [00:21<01:31, 3.90 SVGs/s] Rendering: 71%|███████ | 863/1219 [00:22<02:03, 2.88 SVGs/s] Rendering: 71%|███████ | 865/1219 [00:22<01:32, 3.82 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/faustedition.2_III_H.58.i_r--1826-01-04-graph-graph.dot with 185 nodes and 285 edges took 0:00:07.162480 Rendering: 71%|███████ | 867/1219 [00:23<01:12, 4.83 SVGs/s] Rendering: 71%|███████▏ | 869/1219 [00:23<00:59, 5.86 SVGs/s] Rendering: 71%|███████▏ | 871/1219 [00:23<00:53, 6.52 SVGs/s] Rendering: 72%|███████▏ | 873/1219 [00:24<01:09, 4.98 SVGs/s] Rendering: 72%|███████▏ | 875/1219 [00:25<01:54, 3.01 SVGs/s] Rendering: 72%|███████▏ | 877/1219 [00:25<01:26, 3.96 SVGs/s] Rendering: 72%|███████▏ | 879/1219 [00:25<01:08, 4.99 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/scene_2-3-1-graph.dot with 178 nodes and 573 edges took 0:00:20.464093 Rendering: 72%|███████▏ | 881/1219 [00:26<01:29, 3.76 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/scene_2-3-3-graph.dot with 149 nodes and 420 edges took 0:00:21.144311 Rendering: 72%|███████▏ | 883/1219 [00:27<01:46, 3.15 SVGs/s] Rendering: 73%|███████▎ | 885/1219 [00:27<01:23, 4.01 SVGs/s] Rendering: 73%|███████▎ | 887/1219 [00:27<01:09, 4.80 SVGs/s] Rendering: 73%|███████▎ | 889/1219 [00:28<01:00, 5.45 SVGs/s] Rendering: 73%|███████▎ | 891/1219 [00:28<00:51, 6.33 SVGs/s] Rendering: 73%|███████▎ | 893/1219 [00:28<00:44, 7.30 SVGs/s] Rendering: 73%|███████▎ | 895/1219 [00:28<00:40, 7.95 SVGs/s] Rendering: 74%|███████▎ | 896/1219 [00:28<00:40, 7.98 SVGs/s] Rendering: 74%|███████▎ | 897/1219 [00:29<01:01, 5.27 SVGs/s] Rendering: 74%|███████▎ | 898/1219 [00:29<00:52, 6.10 SVGs/s] Rendering: 74%|███████▎ | 899/1219 [00:29<01:12, 4.42 SVGs/s] Rendering: 74%|███████▍ | 901/1219 [00:29<00:59, 5.37 SVGs/s] Rendering: 74%|███████▍ | 903/1219 [00:29<00:49, 6.34 SVGs/s] Rendering: 74%|███████▍ | 907/1219 [00:30<00:38, 8.12 SVGs/s] Rendering: 75%|███████▍ | 910/1219 [00:30<00:31, 9.84 SVGs/s] Rendering: 75%|███████▍ | 913/1219 [00:30<00:25, 12.09 SVGs/s] Rendering: 75%|███████▌ | 915/1219 [00:30<00:29, 10.42 SVGs/s] Rendering: 75%|███████▌ | 918/1219 [00:30<00:23, 12.76 SVGs/s] Rendering: 75%|███████▌ | 920/1219 [00:31<01:01, 4.83 SVGs/s] Rendering: 76%|███████▌ | 922/1219 [00:31<00:50, 5.85 SVGs/s]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning) WARNING macrogen.visualize Rendering target/macrogenesis/scene_2-3-2-graph.dot with 159 nodes and 451 edges took 0:00:26.391882 Rendering: 76%|███████▌ | 924/1219 [00:32<01:00, 4.87 SVGs/s] Rendering: 76%|███████▌ | 926/1219 [00:32<00:48, 6.05 SVGs/s] Rendering: 76%|███████▌ | 928/1219 [00:32<00:41, 7.06 SVGs/s] Rendering: 76%|███████▋ | 930/1219 [00:33<00:36, 7.92 SVGs/s] Rendering: 76%|███████▋ | 932/1219 [00:33<00:33, 8.54 SVGs/s] Rendering: 76%|███████▋ | 932/1219 [00:49<00:33, 8.54 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/fischer_lamberg.2_III_H.22_2--1826-04-23-graph-graph.dot with 266 nodes and 464 edges took 0:00:31.281830 Rendering: 77%|███████▋ | 933/1219 [00:57<34:32, 7.24s/ SVGs] Rendering: 77%|███████▋ | 935/1219 [00:57<24:07, 5.10s/ SVGs] Rendering: 77%|███████▋ | 937/1219 [00:57<16:52, 3.59s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Error: trouble in init_rank %0 1 %0 72 %0 1 %0 1 1827-01-26 1 %0 1 1827-01-01 1 %0 1 1826-12-31 1 %0 1 1826-12-20 1 %0 1 1826-12-18 1 %0 1 1826-12-16 1 %0 1 1826-12-14 1 %0 1 1826-12-11 1 %0 1 1826-11-27 1 %0 1 1826-11-11 1 %0 1 1826-11-08 1 %0 1 1826-10-29 1 %0 1 1826-10-26 1 %0 1 1826-10-23 1 %0 1 1826-10-20 1 %0 1 1826-10-11 1 %0 1 1826-09-28 1 %0 1 1826-09-18 1 %0 1 1826-09-11 1 %0 1 1826-09-09 1 %0 1 1826-09-03 1 %0 1 1826-08-12 1 %0 1 1826-08-09 1 %0 1 1826-08-03 1 %0 1 1826-07-03 1 %0 1 1826-07-01 1 %0 1 1826-06-25 1 %0 1 1826-06-12 1 %0 1 1826-06-11 1 %0 1 1826-06-09 1 %0 1 1826-06-06 1 %0 1 1826-06-04 1 %0 1 1826-05-26 1 %0 1 1826-05-25 1 %0 2 1826-05-23 1 %0 1 1826-05-19 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 2 %0 1 %0 1 %0 1 faust://document/faustedition/2_III_H.78 2 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_III_H.7_3 2 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_III_H.7_4 2 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/H_P99.2 2 %0 1 faust://document/faustedition/H_P99.1 2 %0 1 %0 1 %0 1 faust://document/faustedition/2_H 2 %0 1 faust://document/faustedition/H_P123.1 2 %0 1 Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.78" -> "1826-05-25". Something is probably seriously wrong. warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning) WARNING macrogen.visualize Rendering target/macrogenesis/H_P93--1825-01-01-graph-graph.dot with 254 nodes and 468 edges took 0:00:29.593679 Rendering: 77%|███████▋ | 939/1219 [01:00<13:42, 2.94s/ SVGs] Rendering: 77%|███████▋ | 940/1219 [01:00<09:43, 2.09s/ SVGs] Rendering: 77%|███████▋ | 941/1219 [01:00<06:56, 1.50s/ SVGs] Rendering: 77%|███████▋ | 943/1219 [01:00<04:56, 1.08s/ SVGs] Rendering: 77%|███████▋ | 944/1219 [01:00<03:36, 1.27 SVGs/s] Rendering: 78%|███████▊ | 945/1219 [01:00<02:39, 1.72 SVGs/s] Rendering: 78%|███████▊ | 947/1219 [01:01<01:58, 2.30 SVGs/s] Rendering: 78%|███████▊ | 949/1219 [01:01<01:29, 3.01 SVGs/s] Rendering: 78%|███████▊ | 951/1219 [01:01<01:10, 3.82 SVGs/s] Rendering: 78%|███████▊ | 953/1219 [01:01<00:57, 4.66 SVGs/s] Rendering: 78%|███████▊ | 955/1219 [01:01<00:47, 5.51 SVGs/s] Rendering: 78%|███████▊ | 956/1219 [01:02<00:43, 6.06 SVGs/s] Rendering: 79%|███████▊ | 957/1219 [01:02<00:38, 6.85 SVGs/s] Rendering: 79%|███████▊ | 958/1219 [01:02<00:34, 7.50 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.1--1801-01-01-graph-graph.dot with 199 nodes and 408 edges took 0:00:13.236800 Rendering: 79%|███████▊ | 959/1219 [01:15<17:37, 4.07s/ SVGs] Rendering: 79%|███████▉ | 961/1219 [01:15<12:22, 2.88s/ SVGs] Rendering: 79%|███████▉ | 963/1219 [01:15<08:42, 2.04s/ SVGs] Rendering: 79%|███████▉ | 965/1219 [01:16<06:12, 1.46s/ SVGs] Rendering: 79%|███████▉ | 967/1219 [01:16<04:35, 1.09s/ SVGs] Rendering: 79%|███████▉ | 969/1219 [01:16<03:17, 1.26 SVGs/s] Rendering: 80%|███████▉ | 971/1219 [01:16<02:23, 1.73 SVGs/s] Rendering: 80%|███████▉ | 973/1219 [01:17<01:44, 2.35 SVGs/s] Rendering: 80%|███████▉ | 975/1219 [01:17<01:19, 3.07 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.6_1--1823-03-30-graph-graph.dot with 200 nodes and 357 edges took 0:00:20.044665 Rendering: 80%|████████ | 977/1219 [01:17<01:09, 3.50 SVGs/s] Rendering: 80%|████████ | 978/1219 [01:17<00:56, 4.27 SVGs/s] Rendering: 80%|████████ | 979/1219 [01:18<01:20, 2.97 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.6_2--1823-03-30-graph-graph.dot with 307 nodes and 564 edges took 0:00:56.812131 Rendering: 80%|████████ | 981/1219 [01:30<07:57, 2.01s/ SVGs] Rendering: 81%|████████ | 983/1219 [01:30<05:38, 1.43s/ SVGs] Rendering: 81%|████████ | 985/1219 [01:30<04:01, 1.03s/ SVGs] Rendering: 81%|████████ | 986/1219 [01:30<02:55, 1.33 SVGs/s] Rendering: 81%|████████ | 987/1219 [01:30<02:21, 1.64 SVGs/s] Rendering: 81%|████████ | 988/1219 [01:30<01:45, 2.19 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/1826-03-31--H_P84-graph-graph.dot with 326 nodes and 631 edges took 0:01:08.842698 Rendering: 81%|████████ | 989/1219 [01:33<03:44, 1.02 SVGs/s] Rendering: 81%|████████▏ | 991/1219 [01:33<02:39, 1.43 SVGs/s] Rendering: 82%|████████▏ | 994/1219 [01:33<01:53, 1.98 SVGs/s] Rendering: 82%|████████▏ | 996/1219 [01:33<01:22, 2.71 SVGs/s] Rendering: 82%|████████▏ | 1000/1219 [01:33<00:59, 3.67 SVGs/s] Rendering: 82%|████████▏ | 1004/1219 [01:33<00:43, 4.90 SVGs/s] Rendering: 83%|████████▎ | 1008/1219 [01:34<00:33, 6.39 SVGs/s] Rendering: 83%|████████▎ | 1010/1219 [01:34<00:28, 7.29 SVGs/s] Rendering: 83%|████████▎ | 1012/1219 [01:34<00:22, 9.01 SVGs/s] Rendering: 83%|████████▎ | 1014/1219 [01:34<00:20, 10.20 SVGs/s] Rendering: 83%|████████▎ | 1017/1219 [01:34<00:17, 11.60 SVGs/s] Rendering: 84%|████████▎ | 1020/1219 [01:34<00:15, 12.76 SVGs/s] Rendering: 84%|████████▍ | 1022/1219 [01:34<00:16, 11.87 SVGs/s] Rendering: 84%|████████▍ | 1024/1219 [01:35<00:17, 11.39 SVGs/s] Rendering: 84%|████████▍ | 1026/1219 [01:35<00:17, 10.94 SVGs/s] Rendering: 84%|████████▍ | 1028/1219 [01:35<00:15, 12.56 SVGs/s] Rendering: 84%|████████▍ | 1030/1219 [01:35<00:15, 11.83 SVGs/s] Rendering: 85%|████████▍ | 1032/1219 [01:35<00:16, 11.52 SVGs/s] Rendering: 85%|████████▍ | 1034/1219 [01:36<00:18, 9.85 SVGs/s] Rendering: 85%|████████▍ | 1036/1219 [01:36<00:20, 8.94 SVGs/s] Rendering: 85%|████████▌ | 1037/1219 [01:36<00:20, 9.03 SVGs/s] Rendering: 85%|████████▌ | 1038/1219 [01:36<00:19, 9.07 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/fischer_lamberg.2_III_H.22_1--1826-04-23-graph-graph.dot with 187 nodes and 311 edges took 0:00:08.322117 WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.15--1823-03-30-graph-graph.dot with 376 nodes and 745 edges took 0:01:11.140272 Rendering: 85%|████████▌ | 1039/1219 [01:43<06:37, 2.21s/ SVGs] Rendering: 85%|████████▌ | 1041/1219 [01:43<04:37, 1.56s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.22--2_III_H.6_1-graph-graph.dot with 169 nodes and 327 edges took 0:00:17.978379 Rendering: 86%|████████▌ | 1043/1219 [01:54<07:57, 2.71s/ SVGs] Rendering: 86%|████████▌ | 1045/1219 [01:54<05:35, 1.93s/ SVGs] Rendering: 86%|████████▌ | 1047/1219 [01:55<03:57, 1.38s/ SVGs] Rendering: 86%|████████▌ | 1048/1219 [01:55<02:50, 1.00 SVGs/s] Rendering: 86%|████████▌ | 1049/1219 [01:55<02:04, 1.36 SVGs/s] Rendering: 86%|████████▌ | 1051/1219 [01:56<01:46, 1.57 SVGs/s] Rendering: 86%|████████▋ | 1052/1219 [01:56<01:19, 2.09 SVGs/s] Rendering: 86%|████████▋ | 1053/1219 [01:56<01:04, 2.56 SVGs/s] Rendering: 86%|████████▋ | 1054/1219 [01:56<00:50, 3.29 SVGs/s] Rendering: 87%|████████▋ | 1055/1219 [01:56<00:43, 3.80 SVGs/s] Rendering: 87%|████████▋ | 1057/1219 [01:56<00:34, 4.70 SVGs/s] Rendering: 87%|████████▋ | 1059/1219 [01:57<00:28, 5.61 SVGs/s] Rendering: 87%|████████▋ | 1061/1219 [01:57<00:24, 6.56 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.22--2_III_H.49-graph-graph.dot with 226 nodes and 356 edges took 0:00:13.508422 Rendering: 87%|████████▋ | 1063/1219 [01:57<00:22, 6.95 SVGs/s] Rendering: 87%|████████▋ | 1066/1219 [01:57<00:18, 8.43 SVGs/s] Rendering: 88%|████████▊ | 1069/1219 [01:57<00:14, 10.70 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.73--2_III_H.2_1-graph-graph.dot with 134 nodes and 224 edges took 0:00:05.601488 Rendering: 88%|████████▊ | 1071/1219 [02:03<02:14, 1.10 SVGs/s] Rendering: 88%|████████▊ | 1073/1219 [02:03<01:39, 1.47 SVGs/s] Rendering: 88%|████████▊ | 1075/1219 [02:03<01:13, 1.96 SVGs/s] Rendering: 88%|████████▊ | 1077/1219 [02:04<00:56, 2.51 SVGs/s] Rendering: 89%|████████▊ | 1079/1219 [02:04<00:44, 3.17 SVGs/s] Rendering: 89%|████████▊ | 1081/1219 [02:04<00:34, 4.05 SVGs/s] Rendering: 89%|████████▉ | 1083/1219 [02:04<00:27, 5.02 SVGs/s] Rendering: 89%|████████▉ | 1085/1219 [02:04<00:22, 5.97 SVGs/s] Rendering: 89%|████████▉ | 1087/1219 [02:05<00:19, 6.93 SVGs/s] Rendering: 89%|████████▉ | 1089/1219 [02:05<00:16, 7.74 SVGs/s] Rendering: 89%|████████▉ | 1091/1219 [02:05<00:15, 8.51 SVGs/s] Rendering: 90%|████████▉ | 1093/1219 [02:05<00:15, 8.13 SVGs/s] Rendering: 90%|████████▉ | 1095/1219 [02:05<00:13, 8.94 SVGs/s] Rendering: 90%|████████▉ | 1097/1219 [02:06<00:14, 8.60 SVGs/s] Rendering: 90%|█████████ | 1099/1219 [02:06<00:14, 8.53 SVGs/s] Rendering: 90%|█████████ | 1101/1219 [02:06<00:13, 8.78 SVGs/s] Rendering: 90%|█████████ | 1103/1219 [02:06<00:12, 9.53 SVGs/s] Rendering: 91%|█████████ | 1105/1219 [02:07<00:11, 9.56 SVGs/s] Rendering: 91%|█████████ | 1107/1219 [02:07<00:11, 9.74 SVGs/s] Rendering: 91%|█████████ | 1109/1219 [02:07<00:10, 10.12 SVGs/s] Rendering: 91%|█████████ | 1111/1219 [02:07<00:10, 10.23 SVGs/s] Rendering: 91%|█████████▏| 1113/1219 [02:07<00:10, 10.45 SVGs/s] Rendering: 91%|█████████▏| 1115/1219 [02:07<00:09, 11.14 SVGs/s] Rendering: 92%|█████████▏| 1117/1219 [02:08<00:09, 11.28 SVGs/s] Rendering: 92%|█████████▏| 1119/1219 [02:08<00:08, 11.15 SVGs/s] Rendering: 92%|█████████▏| 1121/1219 [02:08<00:08, 11.14 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/1827-03-03--H_P110a-graph-graph.dot with 390 nodes and 837 edges took 0:01:52.766514 Rendering: 92%|█████████▏| 1123/1219 [02:08<00:07, 12.75 SVGs/s] Rendering: 92%|█████████▏| 1125/1219 [02:08<00:07, 12.04 SVGs/s] Rendering: 92%|█████████▏| 1127/1219 [02:08<00:06, 13.56 SVGs/s] Rendering: 93%|█████████▎| 1129/1219 [02:09<00:07, 12.14 SVGs/s] Rendering: 93%|█████████▎| 1131/1219 [02:09<00:07, 11.50 SVGs/s] Rendering: 93%|█████████▎| 1133/1219 [02:10<00:14, 5.74 SVGs/s] Rendering: 93%|█████████▎| 1134/1219 [02:10<00:13, 6.47 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/2_H--2_III_H.75-graph-graph.dot with 149 nodes and 259 edges took 0:00:11.081753 Rendering: 93%|█████████▎| 1135/1219 [02:21<04:48, 3.44s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.22--2_III_H.6_2-graph-graph.dot with 247 nodes and 476 edges took 0:00:41.594299 Rendering: 93%|█████████▎| 1137/1219 [02:25<04:08, 3.02s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.73--2_III_H.2_2-graph-graph.dot with 245 nodes and 411 edges took 0:00:38.147326 Rendering: 93%|█████████▎| 1139/1219 [02:36<04:57, 3.72s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning) WARNING macrogen.visualize Rendering target/macrogenesis/H_P188--1825-04-01-graph-graph.dot with 314 nodes and 491 edges took 0:00:28.923833 Rendering: 94%|█████████▎| 1141/1219 [02:37<03:43, 2.86s/ SVGs] Rendering: 94%|█████████▎| 1142/1219 [02:37<02:36, 2.03s/ SVGs] Rendering: 94%|█████████▍| 1144/1219 [02:38<01:48, 1.45s/ SVGs] Rendering: 94%|█████████▍| 1146/1219 [02:38<01:16, 1.04s/ SVGs] Rendering: 94%|█████████▍| 1148/1219 [02:38<00:53, 1.32 SVGs/s] Rendering: 94%|█████████▍| 1150/1219 [02:38<00:38, 1.78 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/2_H--C.3_12-graph-graph.dot with 201 nodes and 373 edges took 0:00:30.594631 Rendering: 94%|█████████▍| 1151/1219 [02:56<06:22, 5.63s/ SVGs] Rendering: 95%|█████████▍| 1152/1219 [02:56<04:26, 3.97s/ SVGs] Rendering: 95%|█████████▍| 1154/1219 [02:56<03:02, 2.81s/ SVGs] Rendering: 95%|█████████▍| 1156/1219 [02:56<02:05, 2.00s/ SVGs] Rendering: 95%|█████████▍| 1157/1219 [02:56<01:28, 1.43s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/2_H--C.3_4-graph-graph.dot with 271 nodes and 519 edges took 0:00:32.264328 Rendering: 95%|█████████▍| 1158/1219 [03:08<04:35, 4.52s/ SVGs] Rendering: 95%|█████████▌| 1160/1219 [03:08<03:08, 3.19s/ SVGs] Rendering: 95%|█████████▌| 1162/1219 [03:08<02:09, 2.27s/ SVGs] Rendering: 95%|█████████▌| 1163/1219 [03:08<01:30, 1.62s/ SVGs] Rendering: 96%|█████████▌| 1165/1219 [03:09<01:02, 1.17s/ SVGs] Rendering: 96%|█████████▌| 1166/1219 [03:11<01:18, 1.48s/ SVGs] Rendering: 96%|█████████▌| 1168/1219 [03:11<00:54, 1.06s/ SVGs] Rendering: 96%|█████████▌| 1169/1219 [03:11<00:39, 1.28 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/hertz1932-graph.dot with 86 nodes and 421 edges took 0:00:14.591791 Rendering: 96%|█████████▌| 1170/1219 [03:26<04:01, 4.93s/ SVGs] Rendering: 96%|█████████▌| 1172/1219 [03:27<02:52, 3.67s/ SVGs] Rendering: 96%|█████████▋| 1174/1219 [03:27<01:56, 2.59s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.57--2_III_H.81-graph-graph.dot with 358 nodes and 691 edges took 0:02:11.724195 Rendering: 96%|█████████▋| 1176/1219 [03:29<01:28, 2.05s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/2_III_H.57--2_III_H.81-graph-graph.dot with 358 nodes and 691 edges took 0:02:11.104002 Rendering: 97%|█████████▋| 1179/1219 [03:29<00:58, 1.45s/ SVGs] Rendering: 97%|█████████▋| 1182/1219 [03:29<00:38, 1.03s/ SVGs] Rendering: 97%|█████████▋| 1185/1219 [03:29<00:25, 1.36 SVGs/s] Rendering: 97%|█████████▋| 1188/1219 [03:30<00:16, 1.88 SVGs/s] Rendering: 98%|█████████▊| 1191/1219 [03:30<00:10, 2.59 SVGs/s] Rendering: 98%|█████████▊| 1193/1219 [03:30<00:07, 3.51 SVGs/s] Rendering: 98%|█████████▊| 1195/1219 [03:30<00:05, 4.64 SVGs/s] Rendering: 98%|█████████▊| 1197/1219 [03:30<00:03, 6.00 SVGs/s] Rendering: 98%|█████████▊| 1200/1219 [03:30<00:02, 7.68 SVGs/s] Rendering: 99%|█████████▊| 1202/1219 [03:30<00:01, 9.42 SVGs/s] Rendering: 99%|█████████▉| 1204/1219 [03:30<00:01, 10.56 SVGs/s]WARNING macrogen.visualize Rendering target/macrogenesis/heuristic-graph.dot with 300 nodes and 608 edges took 0:00:17.204100 Rendering: 99%|█████████▉| 1206/1219 [03:48<00:34, 2.67s/ SVGs] Rendering: 99%|█████████▉| 1207/1219 [03:48<00:23, 1.97s/ SVGs] Rendering: 99%|█████████▉| 1208/1219 [03:48<00:15, 1.42s/ SVGs] Rendering: 99%|█████████▉| 1209/1219 [03:48<00:10, 1.02s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/self-graph.dot with 250 nodes and 538 edges took 0:00:06.726911 Rendering: 99%|█████████▉| 1210/1219 [03:55<00:24, 2.74s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning) WARNING macrogen.visualize Rendering target/macrogenesis/landeck1981-graph.dot with 118 nodes and 511 edges took 0:00:29.974542 Rendering: 99%|█████████▉| 1211/1219 [03:57<00:21, 2.64s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Error: trouble in init_rank %0 1 %0 6 %0 1 %0 1 1826-06-25 1 %0 1 1826-03-27 1 %0 2 1826-03-13 1 %0 1 faust://inscription/faustedition/2_III_H.59b/i_uebrige 1 %0 1 %0 1 %0 1 faust://inscription/faustedition/2_III_H.49/i_r_u 2 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_III_H.59b 2 %0 1 %0 1 %0 1 warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning) WARNING macrogen.visualize Rendering target/macrogenesis/wa_I_15_2-graph.dot with 332 nodes and 1116 edges took 0:00:59.416397 Rendering: 99%|█████████▉| 1212/1219 [04:30<01:20, 11.53s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Warning: Unable to reclaim box space in spline routing for edge "faust://inscription/faustedition/2_II_H.74/i_2" -> "faust://document/faustedition/2_II_H.74". Something is probably seriously wrong. warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning) WARNING macrogen.visualize Rendering target/macrogenesis/fischer-lamberg1955-graph.dot with 339 nodes and 1242 edges took 0:02:18.393485 Rendering: 100%|█████████▉| 1213/1219 [05:15<02:09, 21.55s/ SVGs]WARNING macrogen.visualize Rendering target/macrogenesis/2_H--1826-09-03-graph-graph.dot with 511 nodes and 929 edges took 0:03:18.615706 Rendering: 100%|█████████▉| 1214/1219 [05:39<01:52, 22.54s/ SVGs]Warning: graph has 1181 nodes...layout may take a long time. WARNING macrogen.visualize Rendering target/macrogenesis/tred-graph.dot with 1181 nodes and 1609 edges took 0:01:46.932010 Rendering: 100%|█████████▉| 1215/1219 [05:44<01:09, 17.26s/ SVGs]ERROR macrogen.visualize Failed to render target/macrogenesis/bohnenkamp1994-graph.dot Traceback (most recent call last): File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/visualize.py", line 182, in render_file graph.draw(resultfn, format='svg', prog='dot') File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1515, in draw data = self._run_prog(prog, args) File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1364, in _run_prog raise IOError(b"".join(errors).decode(self.encoding)) OSError: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_III_H.34" -> "faust://document/faustedition/2_III_H.30". Something is probably seriously wrong. 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): 0x000056442c553ec0 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7efd67539bfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7efd6753ffc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7efd6754080e] /usr/lib/libgvc.so.6(+0x4609d)[0x7efd67ac409d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7efd61d47057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7efd61d447a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7efd61d35e5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7efd61d364c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7efd67aa0d22] /usr/bin/dot(+0x1050)[0x56442a57a050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7efd674e92e1] /usr/bin/dot(+0x10ea)[0x56442a57a0ea] ======= Memory map: ======== 56442a579000-56442a57b000 r-xp 00000000 08:02 17581702 /usr/bin/dot 56442a77a000-56442a77b000 r--p 00001000 08:02 17581702 /usr/bin/dot 56442a77b000-56442a77c000 rw-p 00002000 08:02 17581702 /usr/bin/dot 56442abc2000-56442c5f6000 rw-p 00000000 00:00 0 [heap] 7efd5c000000-7efd5c021000 rw-p 00000000 00:00 0 7efd5c021000-7efd60000000 ---p 00000000 00:00 0 7efd61a01000-7efd61a17000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7efd61a17000-7efd61c16000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7efd61c16000-7efd61c17000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7efd61c17000-7efd61c18000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7efd61c18000-7efd61d2a000 rw-p 00000000 00:00 0 7efd61d2a000-7efd61d4e000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7efd61d4e000-7efd61f4d000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7efd61f4d000-7efd61f4e000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7efd61f4e000-7efd61f4f000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7efd61f4f000-7efd61f57000 rw-p 00000000 00:00 0 7efd61f57000-7efd61f71000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7efd61f71000-7efd62170000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7efd62170000-7efd62171000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7efd62171000-7efd62175000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7efd62175000-7efd62188000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7efd62188000-7efd62388000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7efd62388000-7efd62389000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7efd62389000-7efd6238a000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7efd6238a000-7efd6238b000 rw-p 00000000 00:00 0 7efd6238b000-7efd62392000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7efd62392000-7efd62591000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7efd62591000-7efd62592000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7efd62592000-7efd62593000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7efd62593000-7efd625be000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7efd625be000-7efd627bd000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7efd627bd000-7efd627bf000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7efd627bf000-7efd627c0000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7efd627c0000-7efd627c5000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7efd627c5000-7efd629c4000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7efd629c4000-7efd629c5000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7efd629c5000-7efd629c6000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7efd629c6000-7efd629c9000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7efd629c9000-7efd62bc8000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7efd62bc8000-7efd62bc9000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7efd62bc9000-7efd62bca000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7efd62bca000-7efd62c3c000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7efd62c3c000-7efd62e3b000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7efd62e3b000-7efd62e3c000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7efd62e3c000-7efd62e3d000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7efd62e3d000-7efd62e44000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7efd62e44000-7efd63044000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7efd63044000-7efd63045000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7efd63045000-7efd63046000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7efd63046000-7efd6304e000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7efd6304e000-7efd6324e000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7efd6324e000-7efd6324f000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7efd6324f000-7efd63250000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7efd63250000-7efd632e3000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7efd632e3000-7efd634e2000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7efd634e2000-7efd634e4000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7efd634e4000-7efd634e5000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7efd634e5000-7efd634ec000 r-xp 00000000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7efd634ec000-7efd636eb000 ---p 00007000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7efd636eb000-7efd636ec000 r--p 00006000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7efd636ec000-7efd636ed000 rw-p 00007000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7efd636ed000-7efd636fe000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7efd636fe000-7efd638fd000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7efd638fd000-7efd638fe000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7efd638fe000-7efd638ff000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7efd638ff000-7efd63a39000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7efd63a39000-7efd63c39000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7efd63c39000-7efd63c3a000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7efd63c3a000-7efd63c3f000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7efd63c3f000-7efd63c48000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7efd63c48000-7efd63e47000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7efd63e47000-7efd63e48000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7efd63e48000-7efd63e49000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7efd63e49000-7efd63e55000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7efd63e55000-7efd64055000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7efd64055000-7efd64056000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7efd64056000-7efd64057000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7efd64057000-7efd6407e000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7efd6407e000-7efd6427d000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7efd6427d000-7efd6427e000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7efd6427e000-7efd6427f000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7efd6427f000-7efd64281000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7efd64281000-7efd64481000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7efd64481000-7efd64482000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7efd64482000-7efd64483000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7efd64483000-7efd644b4000 r-xp 00000000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7efd644b4000-7efd646b4000 ---p 00031000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7efd646b4000-7efd646b5000 r--p 00031000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7efd646b5000-7efd646b6000 rw-p 00032000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7efd646b6000-7efd64754000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7efd64754000-7efd64954000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7efd64954000-7efd6495c000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7efd6495c000-7efd6495d000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7efd6495d000-7efd64975000 r-xp 00000000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7efd64975000-7efd64b74000 ---p 00018000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7efd64b74000-7efd64b75000 r--p 00017000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7efd64b75000-7efd64b76000 rw-p 00018000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7efd64b76000-7efd64b7a000 rw-p 00000000 00:00 0 7efd64b7a000-7efd64b7b000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7efd64b7b000-7efd64d7a000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7efd64d7a000-7efd64d7b000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7efd64d7b000-7efd64d7c000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7efd64d7c000-7efd64e24000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7efd64e24000-7efd65024000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7efd65024000-7efd6502a000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7efd6502a000-7efd6502b000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7efd6502b000-7efd65067000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7efd65067000-7efd65266000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7efd65266000-7efd65268000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7efd65268000-7efd65269000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7efd65269000-7efd6537b000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7efd6537b000-7efd6557a000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7efd6557a000-7efd6557b000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7efd6557b000-7efd6557c000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7efd6557c000-7efd6557d000 rw-p 00000000 00:00 0 7efd6557d000-7efd655cf000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7efd655cf000-7efd657ce000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7efd657ce000-7efd657cf000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7efd657cf000-7efd657d0000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7efd657d0000-7efd65819000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7efd65819000-7efd65a18000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7efd65a18000-7efd65a1b000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7efd65a1b000-7efd65a1c000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7efd65a1c000-7efd65a30000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7efd65a30000-7efd65c30000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7efd65c30000-7efd65c31000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7efd65c31000-7efd65c32000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7efd65c32000-7efd65d40000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7efd65d40000-7efd65f40000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7efd65f40000-7efd65f43000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7efd65f43000-7efd65f44000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7efd65f44000-7efd65f46000 rw-p 00000000 00:00 0 7efd65f46000-7efd65f52000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7efd65f52000-7efd66151000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7efd66151000-7efd66152000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7efd66152000-7efd66153000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7efd66153000-7efd6615c000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7efd6615c000-7efd6635b000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7efd6635b000-7efd6635c000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7efd6635c000-7efd6635e000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7efd6635e000-7efd66361000 r-xp 00000000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7efd66361000-7efd66560000 ---p 00003000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7efd66560000-7efd66561000 r--p 00002000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7efd66561000-7efd66562000 rw-p 00003000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7efd66562000-7efd66665000 r-xp 00000000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7efd66665000-7efd66864000 ---p 00103000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7efd66864000-7efd66865000 r--p 00102000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7efd66865000-7efd66866000 rw-p 00103000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7efd66866000-7efd6687f000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7efd6687f000-7efd66a7e000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7efd66a7e000-7efd66a7f000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7efd66a7f000-7efd66a80000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7efd66a80000-7efd66aa7000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7efd66aa7000-7efd66ca7000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7efd66ca7000-7efd66ca9000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7efd66ca9000-7efd66caa000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7efd66caa000-7efd66cb1000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7efd66cb1000-7efd66eb0000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7efd66eb0000-7efd66eb1000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7efd66eb1000-7efd66eb2000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7efd66eb2000-7efd66eb8000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7efd66eb8000-7efd670b7000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7efd670b7000-7efd670b8000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7efd670b8000-7efd670b9000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7efd670b9000-7efd670be000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7efd670be000-7efd672bd000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7efd672bd000-7efd672be000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7efd672be000-7efd672bf000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7efd672bf000-7efd672c8000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7efd672c8000-7efd674c7000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7efd674c7000-7efd674c8000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7efd674c8000-7efd674c9000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7efd674c9000-7efd6765e000 r-xp 00000000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7efd6765e000-7efd6785e000 ---p 00195000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7efd6785e000-7efd67862000 r--p 00195000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7efd67862000-7efd67864000 rw-p 00199000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7efd67864000-7efd67868000 rw-p 00000000 00:00 0 7efd67868000-7efd6787d000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7efd6787d000-7efd67a7c000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7efd67a7c000-7efd67a7d000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7efd67a7d000-7efd67a7e000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7efd67a7e000-7efd67b0a000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7efd67b0a000-7efd67d09000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7efd67d09000-7efd67d0a000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7efd67d0a000-7efd67d1b000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7efd67d1b000-7efd67d1c000 rw-p 00000000 00:00 0 7efd67d1c000-7efd67d3f000 r-xp 00000000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7efd67d76000-7efd67d77000 rw-p 00000000 00:00 0 7efd67d77000-7efd67dba000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7efd67dba000-7efd67dc1000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7efd67dc1000-7efd67dc3000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7efd67dc3000-7efd67dc4000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7efd67dc4000-7efd67dca000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7efd67dca000-7efd67dce000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7efd67dce000-7efd67dd9000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7efd67dd9000-7efd67de0000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7efd67de0000-7efd67de9000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7efd67de9000-7efd67ded000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7efd67ded000-7efd67dee000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7efd67dee000-7efd67def000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7efd67def000-7efd67df0000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7efd67df0000-7efd67df2000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7efd67df2000-7efd67df3000 r--s 00000000 08:02 22417383 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7efd67df3000-7efd67df4000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7efd67df4000-7efd67e1d000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7efd67e1d000-7efd67e1f000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7efd67e1f000-7efd67e23000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7efd67e23000-7efd67e29000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7efd67e29000-7efd67e31000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7efd67e31000-7efd67e34000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7efd67e34000-7efd67e37000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7efd67e37000-7efd67e39000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7efd67e39000-7efd67e3a000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7efd67e3a000-7efd67e4d000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7efd67e4d000-7efd67e4e000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7efd67e4e000-7efd67e54000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7efd67e54000-7efd67e55000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7efd67e55000-7efd67e56000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7efd67e56000-7efd67e58000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7efd67e58000-7efd67e64000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7efd67e64000-7efd67e68000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7efd67e68000-7efd67e6d000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7efd67e6d000-7efd67e6e000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7efd67e6e000-7efd67e70000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7efd67e70000-7efd67e71000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7efd67e71000-7efd67e72000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7efd67e72000-7efd67e76000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7efd67e76000-7efd67e77000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7efd67e77000-7efd67e79000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7efd67e79000-7efd67e7b000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7efd67e7b000-7efd67e7d000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7efd67e7d000-7efd67e7f000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7efd67e7f000-7efd67e81000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7efd67e81000-7efd67e82000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7efd67e82000-7efd67e8f000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7efd67e8f000-7efd67e92000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7efd67e92000-7efd67e9d000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7efd67e9d000-7efd67ea6000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7efd67ea6000-7efd67ea8000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7efd67ea8000-7efd67ea9000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7efd67ea9000-7efd67eb0000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7efd67eb0000-7efd67eb4000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7efd67eb4000-7efd67eb8000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7efd67eb8000-7efd67ebc000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7efd67ebc000-7efd67ec0000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7efd67ec0000-7efd67ec2000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7efd67ec2000-7efd67ed5000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7efd67ed5000-7efd67ed8000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7efd67ed8000-7efd67ed9000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7efd67ed9000-7efd67edf000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7efd67edf000-7efd67ef5000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7efd67ef5000-7efd67f13000 r--s 00000000 08:02 22416496 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7efd67f13000-7efd67f19000 rw-p 00000000 00:00 0 7efd67f19000-7efd67f1b000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7efd67f1b000-7efd67f1e000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7efd67f1e000-7efd67f22000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7efd67f22000-7efd67f23000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7efd67f23000-7efd67f26000 r--s 00000000 08:02 22417410 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7efd67f26000-7efd67f33000 r--s 00000000 08:02 22417401 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7efd67f33000-7efd67f34000 r--s 00000000 08:02 22417392 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7efd67f34000-7efd67f3c000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7efd67f3c000-7efd67f3f000 rw-p 00000000 00:00 0 7efd67f3f000-7efd67f40000 r--p 00023000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7efd67f40000-7efd67f41000 rw-p 00024000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7efd67f41000-7efd67f42000 rw-p 00000000 00:00 0 7fffa4624000-7fffa4654000 rw-p 00000000 00:00 0 [stack] 7fffa474c000-7fffa474e000 r--p 00000000 00:00 0 [vvar] 7fffa474e000-7fffa4750000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] WARNING macrogen.visualize Rendering target/macrogenesis/bohnenkamp1994-graph.dot with 470 nodes and 1416 edges took 0:03:08.528594 Rendering: 100%|█████████▉| 1216/1219 [05:47<00:38, 12.77s/ SVGs]/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py:1367: RuntimeWarning: Error: trouble in init_rank %0 1 %0 20 %0 2 %0 1 %0 1 1826-04-28 1 %0 1 1826-04-20 1 %0 1 1826-04-19 1 %0 1 1826-03-13 1 %0 1 1826-03-11 1 %0 1 1825-04-01 1 %0 1 1825-03-17 1 %0 1 1825-03-13 2 %0 2 1825-03-12 1 %0 1 1825-02-24 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.30 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.20 1 %0 1 %0 1 faust://document/faustedition/2_V_H.25 2 %0 1 %0 1 faust://document/faustedition/2_V_H.27 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 faust://document/faustedition/2_V_H.12_2 1 %0 1 %0 1 faust://document/faustedition/2_V_H.12_1 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 %0 1 libpath/shortest.c:324: triangulation failed libpath/shortest.c:207: cannot find triangle path Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.25" -> "faust://document/faustedition/2_V_H.27". Something is probably seriously wrong. warnings.warn(b"".join(errors).decode(self.encoding), RuntimeWarning) Warning: graph has 1179 nodes...layout may take a long time. ERROR macrogen.visualize Failed to render target/macrogenesis/wcc-01-graph.dot Traceback (most recent call last): File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/visualize.py", line 182, in render_file graph.draw(resultfn, format='svg', prog='dot') File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1515, in draw data = self._run_prog(prog, args) File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1364, in _run_prog raise IOError(b"".join(errors).decode(self.encoding)) OSError: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.21" -> "1825-04-01". Something is probably seriously wrong. WARNING macrogen.visualize Rendering target/macrogenesis/wcc-01-graph.dot with 1179 nodes and 3303 edges took 0:59:56.069311 Rendering: 100%|█████████▉| 1217/1219 [1:00:05<32:52, 986.28s/ SVGs]ERROR macrogen.visualize Failed to render target/macrogenesis/scc-02-graph.dot Traceback (most recent call last): File "/mnt/data/jenkins/workspace/faust-macrogen/src/macrogen/visualize.py", line 182, in render_file graph.draw(resultfn, format='svg', prog='dot') File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1515, in draw data = self._run_prog(prog, args) File "/mnt/data/jenkins/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pygraphviz/agraph.py", line 1364, in _run_prog raise IOError(b"".join(errors).decode(self.encoding)) OSError: Warning: Unable to reclaim box space in spline routing for edge "faust://document/faustedition/2_V_H.29" -> "1825-04-01". Something is probably seriously wrong. 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 in `/usr/bin/dot': double free or corruption (!prev): 0x000055b5d7caa9e0 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f6e324aabfb] /lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f6e324b0fc6] /lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7f6e324b180e] /usr/lib/libgvc.so.6(+0x4609d)[0x7f6e32a3509d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1d057)[0x7f6e2ccb8057] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0x1a7a4)[0x7f6e2ccb57a4] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(+0xbe5d)[0x7f6e2cca6e5d] /usr/lib/graphviz/libgvplugin_dot_layout.so.6(dot_layout+0x338)[0x7f6e2cca74c8] /usr/lib/libgvc.so.6(gvLayoutJobs+0xd2)[0x7f6e32a11d22] /usr/bin/dot(+0x1050)[0x55b5cc4b1050] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f6e3245a2e1] /usr/bin/dot(+0x10ea)[0x55b5cc4b10ea] ======= Memory map: ======== 55b5cc4b0000-55b5cc4b2000 r-xp 00000000 08:02 17581702 /usr/bin/dot 55b5cc6b1000-55b5cc6b2000 r--p 00001000 08:02 17581702 /usr/bin/dot 55b5cc6b2000-55b5cc6b3000 rw-p 00002000 08:02 17581702 /usr/bin/dot 55b5cdcc0000-55b5d7e46000 rw-p 00000000 00:00 0 [heap] 7f6e28000000-7f6e28021000 rw-p 00000000 00:00 0 7f6e28021000-7f6e2c000000 ---p 00000000 00:00 0 7f6e2c1ed000-7f6e2c203000 r-xp 00000000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f6e2c203000-7f6e2c402000 ---p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f6e2c402000-7f6e2c403000 r--p 00015000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f6e2c403000-7f6e2c404000 rw-p 00016000 08:02 786562 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f6e2c404000-7f6e2cc9b000 rw-p 00000000 00:00 0 7f6e2cc9b000-7f6e2ccbf000 r-xp 00000000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f6e2ccbf000-7f6e2cebe000 ---p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f6e2cebe000-7f6e2cebf000 r--p 00023000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f6e2cebf000-7f6e2cec0000 rw-p 00024000 08:02 17698999 /usr/lib/graphviz/libgvplugin_dot_layout.so.6.0.0 7f6e2cec0000-7f6e2cec8000 rw-p 00000000 00:00 0 7f6e2cec8000-7f6e2cee2000 r-xp 00000000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f6e2cee2000-7f6e2d0e1000 ---p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f6e2d0e1000-7f6e2d0e2000 r--p 00019000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f6e2d0e2000-7f6e2d0e6000 rw-p 0001a000 08:02 17698998 /usr/lib/graphviz/libgvplugin_core.so.6.0.0 7f6e2d0e6000-7f6e2d0f9000 r-xp 00000000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f6e2d0f9000-7f6e2d2f9000 ---p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f6e2d2f9000-7f6e2d2fa000 r--p 00013000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f6e2d2fa000-7f6e2d2fb000 rw-p 00014000 08:02 786954 /lib/x86_64-linux-gnu/libbsd.so.0.8.3 7f6e2d2fb000-7f6e2d2fc000 rw-p 00000000 00:00 0 7f6e2d2fc000-7f6e2d303000 r-xp 00000000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f6e2d303000-7f6e2d502000 ---p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f6e2d502000-7f6e2d503000 r--p 00006000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f6e2d503000-7f6e2d504000 rw-p 00007000 08:02 17579387 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 7f6e2d504000-7f6e2d52f000 r-xp 00000000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f6e2d52f000-7f6e2d72e000 ---p 0002b000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f6e2d72e000-7f6e2d730000 r--p 0002a000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f6e2d730000-7f6e2d731000 rw-p 0002c000 08:02 17566194 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7f6e2d731000-7f6e2d736000 r-xp 00000000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f6e2d736000-7f6e2d935000 ---p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f6e2d935000-7f6e2d936000 r--p 00004000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f6e2d936000-7f6e2d937000 rw-p 00005000 08:02 17579184 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7f6e2d937000-7f6e2d93a000 r-xp 00000000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f6e2d93a000-7f6e2db39000 ---p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f6e2db39000-7f6e2db3a000 r--p 00002000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f6e2db3a000-7f6e2db3b000 rw-p 00003000 08:02 17571169 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7f6e2db3b000-7f6e2dbad000 r-xp 00000000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f6e2dbad000-7f6e2ddac000 ---p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f6e2ddac000-7f6e2ddad000 r--p 00071000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f6e2ddad000-7f6e2ddae000 rw-p 00072000 08:02 786686 /lib/x86_64-linux-gnu/libpcre.so.3.13.3 7f6e2ddae000-7f6e2ddb5000 r-xp 00000000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f6e2ddb5000-7f6e2dfb5000 ---p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f6e2dfb5000-7f6e2dfb6000 r--p 00007000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f6e2dfb6000-7f6e2dfb7000 rw-p 00008000 08:02 17568459 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 7f6e2dfb7000-7f6e2dfbf000 r-xp 00000000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f6e2dfbf000-7f6e2e1bf000 ---p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f6e2e1bf000-7f6e2e1c0000 r--p 00008000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f6e2e1c0000-7f6e2e1c1000 rw-p 00009000 08:02 17573534 /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 7f6e2e1c1000-7f6e2e254000 r-xp 00000000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f6e2e254000-7f6e2e453000 ---p 00093000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f6e2e453000-7f6e2e455000 r--p 00092000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f6e2e455000-7f6e2e456000 rw-p 00094000 08:02 17576450 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2 7f6e2e456000-7f6e2e45d000 r-xp 00000000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7f6e2e45d000-7f6e2e65c000 ---p 00007000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7f6e2e65c000-7f6e2e65d000 r--p 00006000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7f6e2e65d000-7f6e2e65e000 rw-p 00007000 08:02 791334 /lib/x86_64-linux-gnu/librt-2.24.so 7f6e2e65e000-7f6e2e66f000 r-xp 00000000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f6e2e66f000-7f6e2e86e000 ---p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f6e2e86e000-7f6e2e86f000 r--p 00010000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f6e2e86f000-7f6e2e870000 rw-p 00011000 08:02 17569143 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7f6e2e870000-7f6e2e9aa000 r-xp 00000000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f6e2e9aa000-7f6e2ebaa000 ---p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f6e2ebaa000-7f6e2ebab000 r--p 0013a000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f6e2ebab000-7f6e2ebb0000 rw-p 0013b000 08:02 17564312 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7f6e2ebb0000-7f6e2ebb9000 r-xp 00000000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f6e2ebb9000-7f6e2edb8000 ---p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f6e2edb8000-7f6e2edb9000 r--p 00008000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f6e2edb9000-7f6e2edba000 rw-p 00009000 08:02 17571186 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7f6e2edba000-7f6e2edc6000 r-xp 00000000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f6e2edc6000-7f6e2efc6000 ---p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f6e2efc6000-7f6e2efc7000 r--p 0000c000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f6e2efc7000-7f6e2efc8000 rw-p 0000d000 08:02 17571180 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7f6e2efc8000-7f6e2efef000 r-xp 00000000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f6e2efef000-7f6e2f1ee000 ---p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f6e2f1ee000-7f6e2f1ef000 r--p 00026000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f6e2f1ef000-7f6e2f1f0000 rw-p 00027000 08:02 17571173 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7f6e2f1f0000-7f6e2f1f2000 r-xp 00000000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f6e2f1f2000-7f6e2f3f2000 ---p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f6e2f3f2000-7f6e2f3f3000 r--p 00002000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f6e2f3f3000-7f6e2f3f4000 rw-p 00003000 08:02 17571182 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7f6e2f3f4000-7f6e2f425000 r-xp 00000000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f6e2f425000-7f6e2f625000 ---p 00031000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f6e2f625000-7f6e2f626000 r--p 00031000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f6e2f626000-7f6e2f627000 rw-p 00032000 08:02 17563888 /usr/lib/x86_64-linux-gnu/libpng16.so.16.28.0 7f6e2f627000-7f6e2f6c5000 r-xp 00000000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f6e2f6c5000-7f6e2f8c5000 ---p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f6e2f8c5000-7f6e2f8cd000 r--p 0009e000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f6e2f8cd000-7f6e2f8ce000 rw-p 000a6000 08:02 17571166 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 7f6e2f8ce000-7f6e2f8e6000 r-xp 00000000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f6e2f8e6000-7f6e2fae5000 ---p 00018000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f6e2fae5000-7f6e2fae6000 r--p 00017000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f6e2fae6000-7f6e2fae7000 rw-p 00018000 08:02 791331 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f6e2fae7000-7f6e2faeb000 rw-p 00000000 00:00 0 7f6e2faeb000-7f6e2faec000 r-xp 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f6e2faec000-7f6e2fceb000 ---p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f6e2fceb000-7f6e2fcec000 r--p 00000000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f6e2fcec000-7f6e2fced000 rw-p 00001000 08:02 17573403 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5000.3 7f6e2fced000-7f6e2fd95000 r-xp 00000000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f6e2fd95000-7f6e2ff95000 ---p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f6e2ff95000-7f6e2ff9b000 r--p 000a8000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f6e2ff9b000-7f6e2ff9c000 rw-p 000ae000 08:02 17565034 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.12.3 7f6e2ff9c000-7f6e2ffd8000 r-xp 00000000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f6e2ffd8000-7f6e301d7000 ---p 0003c000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f6e301d7000-7f6e301d9000 r--p 0003b000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f6e301d9000-7f6e301da000 rw-p 0003d000 08:02 17595482 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7f6e301da000-7f6e302ec000 r-xp 00000000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f6e302ec000-7f6e304eb000 ---p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f6e304eb000-7f6e304ec000 r--p 00111000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f6e304ec000-7f6e304ed000 rw-p 00112000 08:02 786496 /lib/x86_64-linux-gnu/libglib-2.0.so.0.5000.3 7f6e304ed000-7f6e304ee000 rw-p 00000000 00:00 0 7f6e304ee000-7f6e30540000 r-xp 00000000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f6e30540000-7f6e3073f000 ---p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f6e3073f000-7f6e30740000 r--p 00051000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f6e30740000-7f6e30741000 rw-p 00052000 08:02 17573402 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5000.3 7f6e30741000-7f6e3078a000 r-xp 00000000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f6e3078a000-7f6e30989000 ---p 00049000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f6e30989000-7f6e3098c000 r--p 00048000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f6e3098c000-7f6e3098d000 rw-p 0004b000 08:02 17566624 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.5 7f6e3098d000-7f6e309a1000 r-xp 00000000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f6e309a1000-7f6e30ba1000 ---p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f6e30ba1000-7f6e30ba2000 r--p 00014000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f6e30ba2000-7f6e30ba3000 rw-p 00015000 08:02 17566628 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.5 7f6e30ba3000-7f6e30cb1000 r-xp 00000000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f6e30cb1000-7f6e30eb1000 ---p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f6e30eb1000-7f6e30eb4000 r--p 0010e000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f6e30eb4000-7f6e30eb5000 rw-p 00111000 08:02 17571188 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.8 7f6e30eb5000-7f6e30eb7000 rw-p 00000000 00:00 0 7f6e30eb7000-7f6e30ec3000 r-xp 00000000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f6e30ec3000-7f6e310c2000 ---p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f6e310c2000-7f6e310c3000 r--p 0000b000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f6e310c3000-7f6e310c4000 rw-p 0000c000 08:02 17566632 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.5 7f6e310c4000-7f6e310cd000 r-xp 00000000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f6e310cd000-7f6e312cc000 ---p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f6e312cc000-7f6e312cd000 r--p 00008000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f6e312cd000-7f6e312cf000 rw-p 00009000 08:02 17699002 /usr/lib/graphviz/libgvplugin_pango.so.6.0.0 7f6e312cf000-7f6e312d2000 r-xp 00000000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7f6e312d2000-7f6e314d1000 ---p 00003000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7f6e314d1000-7f6e314d2000 r--p 00002000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7f6e314d2000-7f6e314d3000 rw-p 00003000 08:02 791310 /lib/x86_64-linux-gnu/libdl-2.24.so 7f6e314d3000-7f6e315d6000 r-xp 00000000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7f6e315d6000-7f6e317d5000 ---p 00103000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7f6e317d5000-7f6e317d6000 r--p 00102000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7f6e317d6000-7f6e317d7000 rw-p 00103000 08:02 791311 /lib/x86_64-linux-gnu/libm-2.24.so 7f6e317d7000-7f6e317f0000 r-xp 00000000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f6e317f0000-7f6e319ef000 ---p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f6e319ef000-7f6e319f0000 r--p 00018000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f6e319f0000-7f6e319f1000 rw-p 00019000 08:02 786497 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f6e319f1000-7f6e31a18000 r-xp 00000000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f6e31a18000-7f6e31c18000 ---p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f6e31c18000-7f6e31c1a000 r--p 00027000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f6e31c1a000-7f6e31c1b000 rw-p 00029000 08:02 786436 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f6e31c1b000-7f6e31c22000 r-xp 00000000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f6e31c22000-7f6e31e21000 ---p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f6e31e21000-7f6e31e22000 r--p 00006000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f6e31e22000-7f6e31e23000 rw-p 00007000 08:02 17580950 /usr/lib/libpathplan.so.4.0.0 7f6e31e23000-7f6e31e29000 r-xp 00000000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f6e31e29000-7f6e32028000 ---p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f6e32028000-7f6e32029000 r--p 00005000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f6e32029000-7f6e3202a000 rw-p 00006000 08:02 17580945 /usr/lib/libcdt.so.5.0.0 7f6e3202a000-7f6e3202f000 r-xp 00000000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f6e3202f000-7f6e3222e000 ---p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f6e3222e000-7f6e3222f000 r--p 00004000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f6e3222f000-7f6e32230000 rw-p 00005000 08:02 17580952 /usr/lib/libxdot.so.4.0.0 7f6e32230000-7f6e32239000 r-xp 00000000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f6e32239000-7f6e32438000 ---p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f6e32438000-7f6e32439000 r--p 00008000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f6e32439000-7f6e3243a000 rw-p 00009000 08:02 17571306 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 7f6e3243a000-7f6e325cf000 r-xp 00000000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7f6e325cf000-7f6e327cf000 ---p 00195000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7f6e327cf000-7f6e327d3000 r--p 00195000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7f6e327d3000-7f6e327d5000 rw-p 00199000 08:02 791307 /lib/x86_64-linux-gnu/libc-2.24.so 7f6e327d5000-7f6e327d9000 rw-p 00000000 00:00 0 7f6e327d9000-7f6e327ee000 r-xp 00000000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f6e327ee000-7f6e329ed000 ---p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f6e329ed000-7f6e329ee000 r--p 00014000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f6e329ee000-7f6e329ef000 rw-p 00015000 08:02 17580948 /usr/lib/libcgraph.so.6.0.0 7f6e329ef000-7f6e32a7b000 r-xp 00000000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f6e32a7b000-7f6e32c7a000 ---p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f6e32c7a000-7f6e32c7b000 r--p 0008b000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f6e32c7b000-7f6e32c8c000 rw-p 0008c000 08:02 17581689 /usr/lib/libgvc.so.6.0.0 7f6e32c8c000-7f6e32c8d000 rw-p 00000000 00:00 0 7f6e32c8d000-7f6e32cb0000 r-xp 00000000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7f6e32ce7000-7f6e32ce8000 rw-p 00000000 00:00 0 7f6e32ce8000-7f6e32d2b000 r--p 00000000 fe:00 62653389 /mnt/data/jenkins/.fonts/UbuntuFaust.ttf 7f6e32d2b000-7f6e32d32000 r--s 00000000 08:02 22418493 /var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4 7f6e32d32000-7f6e32d34000 r--s 00000000 08:02 22418905 /var/cache/fontconfig/30a99c4256905863f7aa12b5e873c27c-le64.cache-4 7f6e32d34000-7f6e32d35000 r--s 00000000 08:02 22418818 /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4 7f6e32d35000-7f6e32d3b000 r--s 00000000 08:02 22418804 /var/cache/fontconfig/6fe8b0d39a161d19087fe931545dda13-le64.cache-4 7f6e32d3b000-7f6e32d3f000 r--s 00000000 08:02 22416744 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4 7f6e32d3f000-7f6e32d4a000 r--s 00000000 08:02 22418789 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4 7f6e32d4a000-7f6e32d51000 r--s 00000000 08:02 22418722 /var/cache/fontconfig/63c7aca0c1b0a3f740ee470c2e28e675-le64.cache-4 7f6e32d51000-7f6e32d5a000 r--s 00000000 08:02 22418692 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4 7f6e32d5a000-7f6e32d5e000 r--s 00000000 08:02 22418642 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4 7f6e32d5e000-7f6e32d5f000 r--s 00000000 08:02 22418565 /var/cache/fontconfig/b95bc8ffbebda2bbdae4265e45b8178d-le64.cache-4 7f6e32d5f000-7f6e32d60000 r--s 00000000 08:02 22418562 /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4 7f6e32d60000-7f6e32d61000 r--s 00000000 08:02 22418284 /var/cache/fontconfig/5d1cca7074f29429a8d18692746c2426-le64.cache-4 7f6e32d61000-7f6e32d63000 r--s 00000000 08:02 22413523 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4 7f6e32d63000-7f6e32d64000 r--s 00000000 08:02 22417383 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4 7f6e32d64000-7f6e32d65000 r--s 00000000 08:02 22418280 /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4 7f6e32d65000-7f6e32d8e000 r--s 00000000 08:02 22418262 /var/cache/fontconfig/0bd3dc0958fa2205aaaa8ebb13e2872b-le64.cache-4 7f6e32d8e000-7f6e32d90000 r--s 00000000 08:02 22418237 /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4 7f6e32d90000-7f6e32d94000 r--s 00000000 08:02 22418209 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4 7f6e32d94000-7f6e32d9a000 r--s 00000000 08:02 22418195 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4 7f6e32d9a000-7f6e32da2000 r--s 00000000 08:02 22418188 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4 7f6e32da2000-7f6e32da5000 r--s 00000000 08:02 22417919 /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4 7f6e32da5000-7f6e32da8000 r--s 00000000 08:02 22417913 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4 7f6e32da8000-7f6e32daa000 r--s 00000000 08:02 22417904 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4 7f6e32daa000-7f6e32dab000 r--s 00000000 08:02 22417843 /var/cache/fontconfig/8aec10f4cc8391dcef22ca549f1e4354-le64.cache-4 7f6e32dab000-7f6e32dbe000 r--s 00000000 08:02 22417831 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4 7f6e32dbe000-7f6e32dbf000 r--s 00000000 08:02 22417059 /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4 7f6e32dbf000-7f6e32dc5000 r--s 00000000 08:02 22416918 /var/cache/fontconfig/75ad6aa2358a85f0de2c8ee4837e8227-le64.cache-4 7f6e32dc5000-7f6e32dc6000 r--s 00000000 08:02 22417190 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4 7f6e32dc6000-7f6e32dc7000 r--s 00000000 08:02 22416821 /var/cache/fontconfig/ac2cf712d852da827a87a9baf682f5b9-le64.cache-4 7f6e32dc7000-7f6e32dc9000 r--s 00000000 08:02 22416812 /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4 7f6e32dc9000-7f6e32dd5000 r--s 00000000 08:02 22416802 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4 7f6e32dd5000-7f6e32dd9000 r--s 00000000 08:02 22416801 /var/cache/fontconfig/246184dc75a16901ca37d96895904249-le64.cache-4 7f6e32dd9000-7f6e32dde000 r--s 00000000 08:02 22416800 /var/cache/fontconfig/b25010134a2e462c779c1c1d5ccbff7b-le64.cache-4 7f6e32dde000-7f6e32ddf000 r--s 00000000 08:02 22416796 /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4 7f6e32ddf000-7f6e32de1000 r--s 00000000 08:02 22416788 /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4 7f6e32de1000-7f6e32de2000 r--s 00000000 08:02 22416760 /var/cache/fontconfig/845c20fd2c4814bcec78e05d37a63ccc-le64.cache-4 7f6e32de2000-7f6e32de3000 r--s 00000000 08:02 22416718 /var/cache/fontconfig/e7de81b01590fb7e12b38e274e17d0db-le64.cache-4 7f6e32de3000-7f6e32de7000 r--s 00000000 08:02 22416717 /var/cache/fontconfig/6386b86020ecc1ef9690bb720a13964f-le64.cache-4 7f6e32de7000-7f6e32de8000 r--s 00000000 08:02 22416697 /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4 7f6e32de8000-7f6e32dea000 r--s 00000000 08:02 22416623 /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4 7f6e32dea000-7f6e32dec000 r--s 00000000 08:02 22416541 /var/cache/fontconfig/099525ddca5eae4f2477b69cf2d7f16d-le64.cache-4 7f6e32dec000-7f6e32dee000 r--s 00000000 08:02 22416474 /var/cache/fontconfig/61092ac79d9058a69eda095afa0a78f1-le64.cache-4 7f6e32dee000-7f6e32df0000 r--s 00000000 08:02 22416398 /var/cache/fontconfig/a722efc6911bbe16667b1a77497ffd37-le64.cache-4 7f6e32df0000-7f6e32df2000 r--s 00000000 08:02 22416262 /var/cache/fontconfig/d63fdd8e0f42559533dd777c334fdfcc-le64.cache-4 7f6e32df2000-7f6e32df3000 r--s 00000000 08:02 22422246 /var/cache/fontconfig/30829fa25452a46451e813d634d7f916-le64.cache-4 7f6e32df3000-7f6e32e00000 r--s 00000000 08:02 22416083 /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4 7f6e32e00000-7f6e32e03000 r--s 00000000 08:02 22415904 /var/cache/fontconfig/75114ca45c98e8a441da0ff356701271-le64.cache-4 7f6e32e03000-7f6e32e0e000 r--s 00000000 08:02 22415851 /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4 7f6e32e0e000-7f6e32e17000 r--s 00000000 08:02 22416746 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4 7f6e32e17000-7f6e32e19000 r--s 00000000 08:02 22415819 /var/cache/fontconfig/6e6b34ae150a7ad95e82fb4a522f0bda-le64.cache-4 7f6e32e19000-7f6e32e1a000 r--s 00000000 08:02 22415734 /var/cache/fontconfig/3334a778d104e76d188e9df399bc24d2-le64.cache-4 7f6e32e1a000-7f6e32e21000 r--s 00000000 08:02 22415191 /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4 7f6e32e21000-7f6e32e25000 r--s 00000000 08:02 22415138 /var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le64.cache-4 7f6e32e25000-7f6e32e29000 r--s 00000000 08:02 22414918 /var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le64.cache-4 7f6e32e29000-7f6e32e2d000 r--s 00000000 08:02 22414915 /var/cache/fontconfig/d6c6df98c3df5faf9bd0f8ef4d91efe5-le64.cache-4 7f6e32e2d000-7f6e32e31000 r--s 00000000 08:02 22414804 /var/cache/fontconfig/9fb319ef52839f11ee26ab8b4cffa12b-le64.cache-4 7f6e32e31000-7f6e32e33000 r--s 00000000 08:02 22414786 /var/cache/fontconfig/43bfe21a9e1edebcf703d79ee2950b06-le64.cache-4 7f6e32e33000-7f6e32e46000 r--s 00000000 08:02 22414768 /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4 7f6e32e46000-7f6e32e49000 r--s 00000000 08:02 22414670 /var/cache/fontconfig/c19b55eb3b4c5b40ea175e31682068a5-le64.cache-4 7f6e32e49000-7f6e32e4a000 r--s 00000000 08:02 22414635 /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4 7f6e32e4a000-7f6e32e50000 r--s 00000000 08:02 22414586 /var/cache/fontconfig/3629f2adf904f9a612908891fae71ceb-le64.cache-4 7f6e32e50000-7f6e32e66000 r--s 00000000 08:02 22413555 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4 7f6e32e66000-7f6e32e84000 r--s 00000000 08:02 22416496 /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4 7f6e32e84000-7f6e32e8a000 rw-p 00000000 00:00 0 7f6e32e8a000-7f6e32e8c000 r--s 00000000 08:02 22414585 /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4 7f6e32e8c000-7f6e32e8f000 r--s 00000000 08:02 22414506 /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4 7f6e32e8f000-7f6e32e93000 r--s 00000000 08:02 22422251 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4 7f6e32e93000-7f6e32e94000 r--s 00000000 08:02 22414482 /var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le64.cache-4 7f6e32e94000-7f6e32e97000 r--s 00000000 08:02 22417410 /var/cache/fontconfig/16326683038b281783a0ef8c680e3a10-le64.cache-4 7f6e32e97000-7f6e32ea4000 r--s 00000000 08:02 22417401 /var/cache/fontconfig/8f02d4cb045bd6ce15663e43f347c9f8-le64.cache-4 7f6e32ea4000-7f6e32ea5000 r--s 00000000 08:02 22417392 /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4 7f6e32ea5000-7f6e32ead000 r--s 00000000 fe:00 62652426 /mnt/data/jenkins/.cache/fontconfig/44f28d761bb352833f3f0b5b1020972b-le64.cache-4 7f6e32ead000-7f6e32eb0000 rw-p 00000000 00:00 0 7f6e32eb0000-7f6e32eb1000 r--p 00023000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7f6e32eb1000-7f6e32eb2000 rw-p 00024000 08:02 786472 /lib/x86_64-linux-gnu/ld-2.24.so 7f6e32eb2000-7f6e32eb3000 rw-p 00000000 00:00 0 7ffdd42e6000-7ffdd4382000 rw-p 00000000 00:00 0 [stack] 7ffdd43fb000-7ffdd43fd000 r--p 00000000 00:00 0 [vvar] 7ffdd43fd000-7ffdd43ff000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] WARNING macrogen.visualize Rendering target/macrogenesis/scc-02-graph.dot with 942 nodes and 3008 edges took 1:04:15.673215 Rendering: 100%|█████████▉| 1218/1219 [1:04:23<12:48, 768.02s/ SVGs]Warning: graph has 1239 nodes...layout may take a long time. WARNING macrogen.visualize Rendering target/macrogenesis/dag-graph.dot with 1239 nodes and 3130 edges took 2:02:55.365850 Rendering: 100%|██████████| 1219/1219 [2:06:51<00:00, 1661.80s/ SVGs] + cd target + rsync -a -u --chmod=ug+rwX,o+rX,Dg+s --omit-dir-times --info=del,stats2,copy,flist2 macrogenesis beta.faustedition.net:/var/www/dev/ sending incremental file list Number of files: 7,808 (reg: 7,804, dir: 4) Number of created files: 6 (reg: 6) Number of deleted files: 0 Number of regular files transferred: 3,704 Total file size: 305,021,501 bytes Total transferred file size: 93,859,742 bytes Literal data: 78,364,269 bytes Matched data: 15,495,473 bytes File list size: 262,106 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 78,928,613 Total bytes received: 779,770 sent 78,928,613 bytes received 779,770 bytes 17,712,974.00 bytes/sec total size is 305,021,501 speedup is 3.83 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 22744 killed; [ssh-agent] Stopped. Archiving artifacts Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second Notifying upstream projects of job completion Finished: SUCCESS