Started by GitHub push by thvitt
Running as SYSTEM
Building remotely on Rechenknecht in workspace /mnt/data/jenkins/work/work/workspace/faust-gradle
[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-jhumg6PHCss4/agent.32896
SSH_AGENT_PID=32898
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/work/work/workspace/faust-gradle@tmp/private_key_6026944666151136695.key (/mnt/data/jenkins/work/work/workspace/faust-gradle@tmp/private_key_6026944666151136695.key)
[ssh-agent] Using credentials jenkins (Jenkins2-SSH-Key)
The recommended git tool is: NONE
using credential Github
> /usr/bin/git rev-parse --resolve-git-dir /mnt/data/jenkins/work/work/workspace/faust-gradle/.git # timeout=10
Fetching changes from the remote Git repository
> /usr/bin/git config remote.origin.url https://github.com/faustedition/faust-gen # timeout=10
Fetching upstream changes from https://github.com/faustedition/faust-gen
> /usr/bin/git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials
> /usr/bin/git fetch --tags --force --progress -- https://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision dcb7ef1f73472e900fc3ede4be2dab8ca36e7e1f (refs/remotes/origin/master)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f dcb7ef1f73472e900fc3ede4be2dab8ca36e7e1f # timeout=10
Commit message: "added depolyRSync"
> /usr/bin/git rev-list --no-walk a3d178660cf45d308819a0375b5e76534845c6e6 # 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 remote # timeout=10
> /usr/bin/git config --get remote.origin.url # timeout=10
> /usr/bin/git config -f .gitmodules --get submodule.data.path # timeout=10
> /usr/bin/git config --get submodule.src/main/xproc.url # timeout=10
> /usr/bin/git remote # timeout=10
> /usr/bin/git config --get remote.origin.url # timeout=10
> /usr/bin/git config -f .gitmodules --get submodule.src/main/xproc.path # timeout=10
> /usr/bin/git config --get submodule.src/main/web.url # timeout=10
> /usr/bin/git remote # timeout=10
> /usr/bin/git config --get remote.origin.url # timeout=10
> /usr/bin/git config -f .gitmodules --get submodule.src/main/web.path # timeout=10
> /usr/bin/git config --get submodule.macrogen.url # timeout=10
> /usr/bin/git remote # timeout=10
> /usr/bin/git config --get remote.origin.url # timeout=10
> /usr/bin/git config -f .gitmodules --get submodule.macrogen.path # timeout=10
using GIT_ASKPASS to set credentials
> /usr/bin/git submodule update --init --recursive --remote data # timeout=10
using GIT_ASKPASS to set credentials
> /usr/bin/git submodule update --init --recursive --remote src/main/xproc # timeout=10
using GIT_ASKPASS to set credentials
> /usr/bin/git submodule update --init --recursive --remote src/main/web # timeout=10
using GIT_ASKPASS to set credentials
> /usr/bin/git submodule update --init --recursive --remote macrogen # timeout=10
[Gradle] - Launching build.
[faust-gradle] $ /mnt/data/jenkins/work/work/workspace/faust-gradle/gradlew clean build deployRSync
Downloading https://services.gradle.org/distributions/gradle-7.5.1-bin.zip
...........10%............20%...........30%............40%...........50%............60%...........70%............80%...........90%............100%
Welcome to Gradle 7.5.1!
Here are the highlights of this release:
- Support for Java 18
- Support for building with Groovy 4
- Much more responsive continuous builds
- Improved diagnostics for dependency resolution
For more details see https://docs.gradle.org/7.5.1/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
Extracting contrib: micromamba-0.24.0.tar.bz2
> Task :src:main:xproc:check UP-TO-DATE
> Task :macrogen:clean UP-TO-DATE
> Task :src:main:xproc:clean UP-TO-DATE
> Task :macrogen:prepareMacrogenOptions UP-TO-DATE
> Task :macrogen:check UP-TO-DATE
> Task :src:main:xproc:setupPaths
Wrote /mnt/data/jenkins/work/work/workspace/faust-gradle/build/paths.xml
> Task :macrogen:installMicromamba
Extracting contrib: micromamba-0.24.0.tar.bz2
Extracting contrib: micromamba-0.24.0.tar.bz2
Extracting contrib: micromamba-0.24.0.tar.bz2
Extracting contrib: micromamba-0.24.0.tar.bz2
> Task :copySource
> Task :copyTextXml NO-SOURCE
> Task :macrogen:installMacrogen
__
__ ______ ___ ____ _____ ___ / /_ ____ _
/ / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
/ /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
/ .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
/_/
> Task :nodeSetup
> Task :npmSetup SKIPPED
> Task :prepareWeb
> faust-web@1.0.0 install /mnt/data/jenkins/work/work/workspace/faust-gradle/src/main/web
> cp -rp node_modules/d3-graphviz/build/* node_modules/@hpcc-js/wasm node_modules/d3/dist/d3.min.js js
added 50 packages from 8 contributors and audited 50 packages in 2.027s
found 0 vulnerabilities
> Task :src:main:xproc:collectMetadata
> Task :copyWeb
> Task :copyWitnessStats NO-SOURCE
> Task :src:main:xproc:readingText
Message: Loading file:/mnt/data/jenkins/work/work/workspace/faust-gradle/data/xml/print/A8_IIIB18.xml
Message: Loading file:/mnt/data/jenkins/work/work/workspace/faust-gradle/data/xml/transcript/gsa/391098/391098.xml
Message: Loading file:/mnt/data/jenkins/work/work/workspace/faust-gradle/data/xml/transcript/dla_marbach/Cotta-Archiv_Goethe_23/Marbach_Deutsches_Literaturarchiv.xml
Message: Loading file:/mnt/data/jenkins/work/work/workspace/faust-gradle/data/xml/print/C(1)4_IIIB24.xml
> Task :compileJava
Note: /mnt/data/jenkins/work/work/workspace/faust-gradle/src/main/java/net/faustedition/gen/util/SimpleNamespaceContext.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :processResources
> Task :classes
> Task :macrogen:installMacrogen
Transaction
Prefix: /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen
Updating specs:
- python[version='>=3.9,<4.0']
- graphviz[version='>=2.4.0']
- numpy[version='>=1.22.4,<2.0']
- more-itertools[version='>=8.0.2,<9.0']
- networkx[version='>=2.5,<2.6']
- pygraphviz[version='>=1.5,<2.0']
- ruamel.yaml[version='>=0.16.5,<0.17']
- pyyaml[version='>=5.3,<6.0']
- pandas[version='>=1.2.2,<2.0']
- openpyxl[version='>=3.0.2,<4.0']
- xlrd[version='>=2.0.1,<3.0']
- lxml[version='>=4.4.2,<5.0']
- requests[version='>=2.22.0,<3.0']
- colorlog[version='>=4.1.0,<5.0']
- tqdm[version='>=4.41.1,<5.0']
- cvxpy[version='>=1.0.25,<2.0']
- cvxopt[version='>=1.2.3,<2.0']
Package Version Build Channel Size
──────────────────────────────────────────────────────────────────────────────────────────────────
Install:
──────────────────────────────────────────────────────────────────────────────────────────────────
+ _libgcc_mutex 0.1 conda_forge conda-forge/linux-64 3kB
+ _openmp_mutex 4.5 2_gnu conda-forge/linux-64 24kB
+ atk-1.0 2.36.0 h3371d22_4 conda-forge/linux-64 574kB
+ brotlipy 0.7.0 py39hb9d737c_1004 conda-forge/linux-64 350kB
+ bzip2 1.0.8 h7f98852_4 conda-forge/linux-64 496kB
+ ca-certificates 2022.9.24 ha878542_0 conda-forge/linux-64 154kB
+ cairo 1.16.0 ha61ee94_1014 conda-forge/linux-64 2MB
+ certifi 2022.9.24 pyhd8ed1ab_0 conda-forge/noarch 159kB
+ cffi 1.15.1 py39he91dace_0 conda-forge/linux-64 235kB
+ charset-normalizer 2.1.1 pyhd8ed1ab_0 conda-forge/noarch 36kB
+ colorama 0.4.5 pyhd8ed1ab_0 conda-forge/noarch 19kB
+ colorlog 4.8.0 py39hf3d152e_1 conda-forge/linux-64 16kB
+ cryptography 37.0.4 py39hd97740a_0 conda-forge/linux-64 2MB
+ cvxopt 1.3.0 py39ha7729e9_2 conda-forge/linux-64 556kB
+ cvxpy 1.2.1 py39hf3d152e_0 conda-forge/linux-64 91kB
+ cvxpy-base 1.2.1 py39h1832856_0 conda-forge/linux-64 1000kB
+ decorator 4.4.2 py_0 conda-forge/noarch 11kB
+ dsdp 5.8 hd9d9efa_1203 conda-forge/linux-64 241kB
+ ecos 2.0.10 py39hd257fcd_1 conda-forge/linux-64 86kB
+ et_xmlfile 1.0.1 py_1001 conda-forge/noarch 11kB
+ expat 2.4.9 h27087fc_0 conda-forge/linux-64 193kB
+ fftw 3.3.10 nompi_hf0379b8_105 conda-forge/linux-64 2MB
+ font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge/noarch 397kB
+ font-ttf-inconsolata 3.000 h77eed37_0 conda-forge/noarch 97kB
+ font-ttf-source-code-pro 2.038 h77eed37_0 conda-forge/noarch 701kB
+ font-ttf-ubuntu 0.83 hab24e00_0 conda-forge/noarch 2MB
+ fontconfig 2.14.0 hc2a2eb6_1 conda-forge/linux-64 325kB
+ fonts-conda-ecosystem 1 0 conda-forge/noarch 4kB
+ fonts-conda-forge 1 0 conda-forge/noarch 4kB
+ freetype 2.12.1 hca18f0e_0 conda-forge/linux-64 905kB
+ fribidi 1.0.10 h36c2ea0_0 conda-forge/linux-64 114kB
+ gdk-pixbuf 2.42.8 hff1cb4f_1 conda-forge/linux-64 612kB
+ gettext 0.19.8.1 h27087fc_1009 conda-forge/linux-64 4MB
+ giflib 5.2.1 h36c2ea0_2 conda-forge/linux-64 79kB
+ glpk 5.0 h445213a_0 conda-forge/linux-64 1MB
+ gmp 6.2.1 h58526e2_0 conda-forge/linux-64 826kB
+ graphite2 1.3.13 h58526e2_1001 conda-forge/linux-64 105kB
+ graphviz 6.0.1 h5abf519_0 conda-forge/linux-64 3MB
+ gsl 2.7 he838d99_0 conda-forge/linux-64 3MB
+ gtk2 2.24.33 h90689f9_2 conda-forge/linux-64 8MB
+ gts 0.7.6 h64030ff_2 conda-forge/linux-64 421kB
+ harfbuzz 5.2.0 hf9f4e7c_0 conda-forge/linux-64 2MB
+ icu 70.1 h27087fc_0 conda-forge/linux-64 14MB
+ idna 3.4 pyhd8ed1ab_0 conda-forge/noarch 57kB
+ jpeg 9e h166bdaf_2 conda-forge/linux-64 275kB
+ ld_impl_linux-64 2.36.1 hea4e1c9_2 conda-forge/linux-64 683kB
+ lerc 4.0.0 h27087fc_0 conda-forge/linux-64 282kB
+ libblas 3.9.0 16_linux64_openblas conda-forge/linux-64 13kB
+ libcblas 3.9.0 16_linux64_openblas conda-forge/linux-64 13kB
+ libdeflate 1.14 h166bdaf_0 conda-forge/linux-64 83kB
+ libffi 3.4.2 h7f98852_5 conda-forge/linux-64 58kB
+ libgcc-ng 12.1.0 h8d9b700_16 conda-forge/linux-64 963kB
+ libgd 2.3.3 h18fbbfe_3 conda-forge/linux-64 272kB
+ libgfortran-ng 12.1.0 h69a702a_16 conda-forge/linux-64 23kB
+ libgfortran5 12.1.0 hdcd56e2_16 conda-forge/linux-64 2MB
+ libglib 2.74.0 h7a41b64_0 conda-forge/linux-64 3MB
+ libgomp 12.1.0 h8d9b700_16 conda-forge/linux-64 470kB
+ libiconv 1.17 h166bdaf_0 conda-forge/linux-64 1MB
+ liblapack 3.9.0 16_linux64_openblas conda-forge/linux-64 13kB
+ libnsl 2.0.0 h7f98852_0 conda-forge/linux-64 31kB
+ libopenblas 0.3.21 pthreads_h78a6416_3 conda-forge/linux-64 11MB
+ libpng 1.6.38 h753d276_0 conda-forge/linux-64 380kB
+ librsvg 2.54.4 h7abd40a_0 conda-forge/linux-64 7MB
+ libsqlite 3.39.3 h753d276_0 conda-forge/linux-64 808kB
+ libstdcxx-ng 12.1.0 ha89aaad_16 conda-forge/linux-64 4MB
+ libtiff 4.4.0 h55922b4_4 conda-forge/linux-64 666kB
+ libtool 2.4.6 h9c3ff4c_1008 conda-forge/linux-64 523kB
+ libuuid 2.32.1 h7f98852_1000 conda-forge/linux-64 28kB
+ libwebp 1.2.4 h522a892_0 conda-forge/linux-64 90kB
+ libwebp-base 1.2.4 h166bdaf_0 conda-forge/linux-64 413kB
+ libxcb 1.13 h7f98852_1004 conda-forge/linux-64 400kB
+ libxml2 2.10.2 h4c7fe37_1 conda-forge/linux-64 745kB
+ libxslt 1.1.35 h8affb1d_0 conda-forge/linux-64 597kB
+ libzlib 1.2.12 h166bdaf_3 conda-forge/linux-64 66kB
+ lxml 4.9.1 py39hb9d737c_0 conda-forge/linux-64 1MB
+ metis 5.1.0 h58526e2_1006 conda-forge/linux-64 4MB
+ more-itertools 8.14.0 pyhd8ed1ab_0 conda-forge/noarch 46kB
+ mpfr 4.1.0 h9202a9a_1 conda-forge/linux-64 3MB
+ ncurses 6.3 h27087fc_1 conda-forge/linux-64 1MB
+ networkx 2.5.1 pyhd8ed1ab_0 conda-forge/noarch 1MB
+ numpy 1.23.3 py39hba7629e_0 conda-forge/linux-64 7MB
+ openpyxl 3.0.10 py39hb9d737c_1 conda-forge/linux-64 572kB
+ openssl 1.1.1q h166bdaf_0 conda-forge/linux-64 2MB
+ osqp 0.6.2.post0 py39hde0f152_3 conda-forge/linux-64 189kB
+ pandas 1.5.0 py39h4661b88_0 conda-forge/linux-64 14MB
+ pango 1.50.10 hc4f8a73_0 conda-forge/linux-64 474kB
+ pcre2 10.37 hc3806b6_1 conda-forge/linux-64 1MB
+ pip 22.2.2 pyhd8ed1ab_0 conda-forge/noarch 2MB
+ pixman 0.40.0 h36c2ea0_0 conda-forge/linux-64 643kB
+ pthread-stubs 0.4 h36c2ea0_1001 conda-forge/linux-64 6kB
+ pycparser 2.21 pyhd8ed1ab_0 conda-forge/noarch 103kB
+ pygraphviz 1.10 py39h8e0b5b3_1 conda-forge/linux-64 130kB
+ pyopenssl 22.0.0 pyhd8ed1ab_1 conda-forge/noarch 123kB
+ pysocks 1.7.1 pyha2e5f31_6 conda-forge/noarch 19kB
+ python 3.9.13 h9a8a25e_0_cpython conda-forge/linux-64 28MB
+ python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge/noarch 246kB
+ python_abi 3.9 2_cp39 conda-forge/linux-64 4kB
+ pytz 2022.2.1 pyhd8ed1ab_0 conda-forge/noarch 229kB
+ pyyaml 5.4.1 py39hb9d737c_3 conda-forge/linux-64 190kB
+ qdldl-python 0.1.5 py39hde0f152_2 conda-forge/linux-64 95kB
+ readline 8.1.2 h0f457ee_0 conda-forge/linux-64 298kB
+ requests 2.28.1 pyhd8ed1ab_1 conda-forge/noarch 55kB
+ ruamel.yaml 0.16.12 py39h3811e60_2 conda-forge/linux-64 171kB
+ ruamel.yaml.clib 0.2.6 py39hb9d737c_1 conda-forge/linux-64 152kB
+ scipy 1.9.1 py39h8ba3f38_0 conda-forge/linux-64 27MB
+ scs 3.2.0 py39he4f0bbe_1 conda-forge/linux-64 98kB
+ setuptools 65.4.0 pyhd8ed1ab_0 conda-forge/noarch 749kB
+ six 1.16.0 pyh6c4a22f_0 conda-forge/noarch 14kB
+ sqlite 3.39.3 h4ff8645_0 conda-forge/linux-64 808kB
+ suitesparse 5.10.1 h9e50725_1 conda-forge/linux-64 3MB
+ tbb 2021.6.0 h924138e_0 conda-forge/linux-64 2MB
+ tk 8.6.12 h27826a3_0 conda-forge/linux-64 3MB
+ tqdm 4.64.1 pyhd8ed1ab_0 conda-forge/noarch 83kB
+ tzdata 2022d h191b570_0 conda-forge/noarch 121kB
+ urllib3 1.26.11 pyhd8ed1ab_0 conda-forge/noarch 104kB
+ wheel 0.37.1 pyhd8ed1ab_0 conda-forge/noarch 32kB
+ xlrd 2.0.1 pyhd8ed1ab_3 conda-forge/noarch 94kB
+ xorg-kbproto 1.0.7 h7f98852_1002 conda-forge/linux-64 27kB
+ xorg-libice 1.0.10 h7f98852_0 conda-forge/linux-64 59kB
+ xorg-libsm 1.2.3 hd9c2040_1000 conda-forge/linux-64 26kB
+ xorg-libx11 1.7.2 h7f98852_0 conda-forge/linux-64 963kB
+ xorg-libxau 1.0.9 h7f98852_0 conda-forge/linux-64 13kB
+ xorg-libxdmcp 1.1.3 h7f98852_0 conda-forge/linux-64 19kB
+ xorg-libxext 1.3.4 h7f98852_1 conda-forge/linux-64 55kB
+ xorg-libxrender 0.9.10 h7f98852_1003 conda-forge/linux-64 33kB
+ xorg-renderproto 0.11.1 h7f98852_1002 conda-forge/linux-64 10kB
+ xorg-xextproto 7.3.0 h7f98852_1002 conda-forge/linux-64 28kB
+ xorg-xproto 7.0.31 h7f98852_1007 conda-forge/linux-64 75kB
+ xz 5.2.6 h166bdaf_0 conda-forge/linux-64 418kB
+ yaml 0.2.5 h7f98852_2 conda-forge/linux-64 89kB
+ zlib 1.2.12 h166bdaf_3 conda-forge/linux-64 94kB
+ zstd 1.5.2 h6239696_4 conda-forge/linux-64 459kB
Summary:
Install: 132 packages
Total download: 197MB
──────────────────────────────────────────────────────────────────────────────────────────────────
Transaction starting
Linking _libgcc_mutex-0.1-conda_forge
Linking libstdcxx-ng-12.1.0-ha89aaad_16
Linking ld_impl_linux-64-2.36.1-hea4e1c9_2
Linking ca-certificates-2022.9.24-ha878542_0
Linking libgfortran5-12.1.0-hdcd56e2_16
Linking libgomp-12.1.0-h8d9b700_16
Linking libgfortran-ng-12.1.0-h69a702a_16
Linking _openmp_mutex-4.5-2_gnu
Linking libgcc-ng-12.1.0-h8d9b700_16
Linking metis-5.1.0-h58526e2_1006
Linking xorg-xproto-7.0.31-h7f98852_1007
Linking xorg-kbproto-1.0.7-h7f98852_1002
Linking xorg-xextproto-7.3.0-h7f98852_1002
Linking xorg-renderproto-0.11.1-h7f98852_1002
Linking xorg-libice-1.0.10-h7f98852_0
Linking graphite2-1.3.13-h58526e2_1001
Linking giflib-5.2.1-h36c2ea0_2
Linking xorg-libxdmcp-1.1.3-h7f98852_0
Linking xorg-libxau-1.0.9-h7f98852_0
Linking pthread-stubs-0.4-h36c2ea0_1001
Linking fribidi-1.0.10-h36c2ea0_0
Linking libuuid-2.32.1-h7f98852_1000
Linking tbb-2021.6.0-h924138e_0
Linking fftw-3.3.10-nompi_hf0379b8_105
Linking libtool-2.4.6-h9c3ff4c_1008
Linking libopenblas-0.3.21-pthreads_h78a6416_3
Linking expat-2.4.9-h27087fc_0
Linking gettext-0.19.8.1-h27087fc_1009
Linking pixman-0.40.0-h36c2ea0_0
Linking libdeflate-1.14-h166bdaf_0
Linking lerc-4.0.0-h27087fc_0
Linking jpeg-9e-h166bdaf_2
Linking libiconv-1.17-h166bdaf_0
Linking xz-5.2.6-h166bdaf_0
Linking openssl-1.1.1q-h166bdaf_0
Linking ncurses-6.3-h27087fc_1
Linking libffi-3.4.2-h7f98852_5
Linking bzip2-1.0.8-h7f98852_4
Linking yaml-0.2.5-h7f98852_2
Linking libzlib-1.2.12-h166bdaf_3
Linking gmp-6.2.1-h58526e2_0
Linking icu-70.1-h27087fc_0
Linking libwebp-base-1.2.4-h166bdaf_0
Linking libnsl-2.0.0-h7f98852_0
Linking libxcb-1.13-h7f98852_1004
Linking xorg-libsm-1.2.3-hd9c2040_1000
Linking libblas-3.9.0-16_linux64_openblas
Linking readline-8.1.2-h0f457ee_0
Linking zstd-1.5.2-h6239696_4
Linking pcre2-10.37-hc3806b6_1
Linking libpng-1.6.38-h753d276_0
Linking libsqlite-3.39.3-h753d276_0
Linking zlib-1.2.12-h166bdaf_3
Linking tk-8.6.12-h27826a3_0
Linking mpfr-4.1.0-h9202a9a_1
Linking glpk-5.0-h445213a_0
Linking libxml2-2.10.2-h4c7fe37_1
Linking xorg-libx11-1.7.2-h7f98852_0
Linking libcblas-3.9.0-16_linux64_openblas
Linking liblapack-3.9.0-16_linux64_openblas
Linking libtiff-4.4.0-h55922b4_4
Linking libglib-2.74.0-h7a41b64_0
Linking freetype-2.12.1-hca18f0e_0
Linking sqlite-3.39.3-h4ff8645_0
Linking libxslt-1.1.35-h8affb1d_0
Linking xorg-libxext-1.3.4-h7f98852_1
Linking xorg-libxrender-0.9.10-h7f98852_1003
Linking gsl-2.7-he838d99_0
Linking dsdp-5.8-hd9d9efa_1203
Linking suitesparse-5.10.1-h9e50725_1
Linking libwebp-1.2.4-h522a892_0
Linking gts-0.7.6-h64030ff_2
Linking atk-1.0-2.36.0-h3371d22_4
Linking gdk-pixbuf-2.42.8-hff1cb4f_1
Linking fontconfig-2.14.0-hc2a2eb6_1
Linking font-ttf-dejavu-sans-mono-2.37-hab24e00_0
Linking font-ttf-ubuntu-0.83-hab24e00_0
Linking font-ttf-inconsolata-3.000-h77eed37_0
Linking font-ttf-source-code-pro-2.038-h77eed37_0
Linking tzdata-2022d-h191b570_0
Linking fonts-conda-forge-1-0
Linking fonts-conda-ecosystem-1-0
Linking python-3.9.13-h9a8a25e_0_cpython
Linking cairo-1.16.0-ha61ee94_1014
Linking libgd-2.3.3-h18fbbfe_3
Linking harfbuzz-5.2.0-hf9f4e7c_0
Linking pango-1.50.10-hc4f8a73_0
Linking gtk2-2.24.33-h90689f9_2
Linking librsvg-2.54.4-h7abd40a_0
Linking graphviz-6.0.1-h5abf519_0
Linking wheel-0.37.1-pyhd8ed1ab_0
Linking setuptools-65.4.0-pyhd8ed1ab_0
Linking pip-22.2.2-pyhd8ed1ab_0
Linking pycparser-2.21-pyhd8ed1ab_0
Linking six-1.16.0-pyh6c4a22f_0
Linking pysocks-1.7.1-pyha2e5f31_6
Linking pytz-2022.2.1-pyhd8ed1ab_0
Linking decorator-4.4.2-py_0
Linking charset-normalizer-2.1.1-pyhd8ed1ab_0
Linking idna-3.4-pyhd8ed1ab_0
Linking certifi-2022.9.24-pyhd8ed1ab_0
Linking colorama-0.4.5-pyhd8ed1ab_0
Linking et_xmlfile-1.0.1-py_1001
Linking more-itertools-8.14.0-pyhd8ed1ab_0
Linking xlrd-2.0.1-pyhd8ed1ab_3
Linking python-dateutil-2.8.2-pyhd8ed1ab_0
Linking networkx-2.5.1-pyhd8ed1ab_0
Linking tqdm-4.64.1-pyhd8ed1ab_0
Linking python_abi-3.9-2_cp39
Linking cffi-1.15.1-py39he91dace_0
Linking ruamel.yaml.clib-0.2.6-py39hb9d737c_1
Linking cvxopt-1.3.0-py39ha7729e9_2
Linking colorlog-4.8.0-py39hf3d152e_1
Linking lxml-4.9.1-py39hb9d737c_0
Linking openpyxl-3.0.10-py39hb9d737c_1
Linking pyyaml-5.4.1-py39hb9d737c_3
Linking numpy-1.23.3-py39hba7629e_0
Linking pygraphviz-1.10-py39h8e0b5b3_1
Linking cryptography-37.0.4-py39hd97740a_0
Linking brotlipy-0.7.0-py39hb9d737c_1004
Linking ruamel.yaml-0.16.12-py39h3811e60_2
Linking scipy-1.9.1-py39h8ba3f38_0
Linking pandas-1.5.0-py39h4661b88_0
Linking qdldl-python-0.1.5-py39hde0f152_2
Linking scs-3.2.0-py39he4f0bbe_1
Linking ecos-2.0.10-py39hd257fcd_1
Linking cvxpy-base-1.2.1-py39h1832856_0
Linking osqp-0.6.2.post0-py39hde0f152_3
Linking cvxpy-1.2.1-py39hf3d152e_0
Linking pyopenssl-22.0.0-pyhd8ed1ab_1
Linking urllib3-1.26.11-pyhd8ed1ab_0
Linking requests-2.28.1-pyhd8ed1ab_1
Transaction finished
Processing /mnt/data/jenkins/work/work/workspace/faust-gradle/macrogen
Installing build dependencies: started
> Task :npmInstall
> puppeteer@2.1.1 install /mnt/data/jenkins/work/work/workspace/faust-gradle/node_modules/puppeteer
> node install.js
Chromium downloaded to /mnt/data/jenkins/work/work/workspace/faust-gradle/node_modules/puppeteer/.local-chromium/linux-722234
npm WARN faust-gen@1.0.0 No license field.
added 44 packages from 26 contributors and audited 44 packages in 9.27s
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
> Task :macrogen:installMacrogen
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: cvxpy<2.0.0,>=1.0.25 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (1.2.1)
Requirement already satisfied: pandas<2.0.0,>=1.2.2 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (1.5.0)
Requirement already satisfied: openpyxl<4.0.0,>=3.0.2 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (3.0.10)
Requirement already satisfied: pyyaml<6.0,>=5.3 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (5.4.1)
Requirement already satisfied: requests<3.0.0,>=2.22.0 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (2.28.1)
Requirement already satisfied: numpy<2.0.0,>=1.22.4 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (1.23.3)
Requirement already satisfied: xlrd<3.0.0,>=2.0.1 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (2.0.1)
Requirement already satisfied: cvxopt<2.0.0,>=1.2.3 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (1.3.0)
Requirement already satisfied: pygraphviz<2.0,>=1.5 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (1.10)
Requirement already satisfied: ruamel.yaml<0.17.0,>=0.16.5 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (0.16.12)
Requirement already satisfied: colorlog<5.0.0,>=4.1.0 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (4.8.0)
Requirement already satisfied: tqdm<5.0.0,>=4.41.1 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (4.64.1)
Requirement already satisfied: lxml<5.0.0,>=4.4.2 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (4.9.1)
Requirement already satisfied: more-itertools<9.0.0,>=8.0.2 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (8.14.0)
Collecting requests-cache<0.6.0,>=0.5.2
Downloading requests_cache-0.5.2-py2.py3-none-any.whl (22 kB)
Requirement already satisfied: networkx<2.6,>=2.5 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from faust-macrogen==0.9.2) (2.5.1)
Collecting logging-tree<2.0,>=1.8
Downloading logging_tree-1.9-py2.py3-none-any.whl (11 kB)
Requirement already satisfied: osqp>=0.4.1 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from cvxpy<2.0.0,>=1.0.25->faust-macrogen==0.9.2) (0.6.2.post0)
Requirement already satisfied: scipy>=1.1.0 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from cvxpy<2.0.0,>=1.0.25->faust-macrogen==0.9.2) (1.9.1)
Requirement already satisfied: scs>=1.1.6 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from cvxpy<2.0.0,>=1.0.25->faust-macrogen==0.9.2) (3.2.0)
Requirement already satisfied: ecos>=2 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from cvxpy<2.0.0,>=1.0.25->faust-macrogen==0.9.2) (2.0.10)
Requirement already satisfied: decorator<5,>=4.3 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from networkx<2.6,>=2.5->faust-macrogen==0.9.2) (4.4.2)
Requirement already satisfied: et_xmlfile in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from openpyxl<4.0.0,>=3.0.2->faust-macrogen==0.9.2) (1.0.1)
Requirement already satisfied: python-dateutil>=2.8.1 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from pandas<2.0.0,>=1.2.2->faust-macrogen==0.9.2) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from pandas<2.0.0,>=1.2.2->faust-macrogen==0.9.2) (2022.2.1)
Requirement already satisfied: charset-normalizer<3,>=2 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from requests<3.0.0,>=2.22.0->faust-macrogen==0.9.2) (2.1.1)
Requirement already satisfied: certifi>=2017.4.17 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from requests<3.0.0,>=2.22.0->faust-macrogen==0.9.2) (2022.9.24)
Requirement already satisfied: idna<4,>=2.5 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from requests<3.0.0,>=2.22.0->faust-macrogen==0.9.2) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from requests<3.0.0,>=2.22.0->faust-macrogen==0.9.2) (1.26.11)
Requirement already satisfied: qdldl in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from osqp>=0.4.1->cvxpy<2.0.0,>=1.0.25->faust-macrogen==0.9.2) (0.1.5)
Requirement already satisfied: six>=1.5 in /mnt/data/jenkins/work/work/workspace/faust-gradle/build/envs/macrogen/lib/python3.9/site-packages (from python-dateutil>=2.8.1->pandas<2.0.0,>=1.2.2->faust-macrogen==0.9.2) (1.16.0)
Building wheels for collected packages: faust-macrogen
Building wheel for faust-macrogen (pyproject.toml): started
Building wheel for faust-macrogen (pyproject.toml): finished with status 'done'
Created wheel for faust-macrogen: filename=faust_macrogen-0.9.2-py3-none-any.whl size=104973 sha256=9f25e71dbee5214d10723ae8d148c44a610951fb351a4b9d1d0d12b5e1efe33d
Stored in directory: /tmp/pip-ephem-wheel-cache-rypvbdmy/wheels/d6/89/2a/0ec6867c39069f96c0daaa84bb55e9bba49ad328010db84de0
Successfully built faust-macrogen
Installing collected packages: logging-tree, requests-cache, faust-macrogen
Successfully installed faust-macrogen-0.9.2 logging-tree-1.9 requests-cache-0.5.2
> Task :macrogen:runMacrogenAnalysis
Execution optimizations have been disabled for task ':macrogen:runMacrogenAnalysis' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/mnt/data/jenkins/work/work/workspace/faust-gradle/build/www/data/paralipomena.js'. Reason: Task ':macrogen:runMacrogenAnalysis' uses this output of task ':copyWeb' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/mnt/data/jenkins/work/work/workspace/faust-gradle/build/www/data/paralipomena.js'. Reason: Task ':macrogen:runMacrogenAnalysis' uses this output of task ':copyWitnessStats' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[33mWARNING macrogen.config Configuration has already been loaded. Some override values may not have any effect.[0m
[33mWARNING macrogen.config Configuration has already been loaded. Some override values may not have any effect.[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/P129Var to faust://document/fischer-lamberg/2_II_H.2d, but it is not in the database[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.31_alpha (wa_faust: 2_II_H.31_)[0m
[33mWARNING macrogen.uris Corrected faust://document/fischer_lamberg/2_III_H.2_a_1 to faust://document/fischer_lamberg/2_III_H.2a__Bl._1_2 , but it is not in the database[0m
[33mWARNING macrogen.uris Corrected faust://document/fischer_lamberg/2_III_H.2_a_1 to faust://document/fischer_lamberg/2_III_H.2a__Bl._1_2 , but it is not in the database[0m
[33mWARNING macrogen.uris Corrected faust://document/fischer_lamberg/2_III_H.7_2 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database[0m
[33mWARNING macrogen.uris Corrected faust://document/fischer_lamberg/2_III_H.7_3 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database[0m
[33mWARNING macrogen.uris Corrected faust://document/fischer_lamberg/2_III_H.7_3 to faust://document/fischer_lamberg/2_III_H.7__2-3, but it is not in the database[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2_alpha (wa_faust: 2_III_H.2_)[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING 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[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_V_H.alpha (2 H V)[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II)[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II)[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II)[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_II_H.alpha (2 H II)[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/Q to faust://bibliography/Q, but it is not in the database[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2))[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.IIIalpha (2 III H.3a: … (2))[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_III_H.2alpha (2 III H.2: … (2))[0m
[33mWARNING macrogen.uris Corrected faust://document/wa/C.1_41 to faust://bibliography/C.1_41, but it is not in the database[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I)[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I)[0m
[33mWARNING macrogen.uris Could not fix WA pseudo inscription candidate faust://document/wa/2_I_H.alpha (2 H I)[0m
[32mINFO macrogen.graph Removing edges to ignore[0m
[32mINFO macrogen.graph Adding 197 otherwise unmentioned references to the working graph[0m
[32mINFO macrogen.graph Extracted 4 subgraphs with conflicts[0m
[32mINFO macrogen.graph Calculating minimum feedback arc set for 4 strongly connected components[0m
[32mINFO macrogen.graph Calculating MFAS for a 2-node graph using baharev, may take a while[0m
[32mINFO macrogen.graph Calculating MFAS for a 9-node graph using baharev, may take a while[0m
[32mINFO macrogen.graph Calculating MFAS for a 65-node graph using baharev, may take a while[0m
[32mINFO macrogen.graph Calculating MFAS for a 876-node graph using baharev, may take a while[0m
> Task :generateSVGs
INFO: Web server runs on http://localhost:43069/transcript-generation.html
INFO: Render script command line: /mnt/data/jenkins/work/work/workspace/faust-gradle/build/tools/node/node-v12.18.1-linux-x64/bin/node /mnt/data/jenkins/work/work/workspace/faust-gradle/render-multi-pages.js http://localhost:43069/transcript-generation.html