rultor.com logo This build log was produced by rultor.com for polystat/j2eo#81
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 15407
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Wed May 25 09:22:41 CEST 2022
+ uptime
 09:22:41 up 604 days, 17:28,  0 users,  load average: 0.86, 0.89, 0.91
+ head=git@github.com:polystat/j2eo.git
+ image=iammaxim/j2eo:latest
+ head_branch=master
+ author=iammaxim
+ tag=0.5.2
+ vars=('--env=head=git@github.com:polystat/j2eo.git' '--env=tag=0.5.2' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=iammaxim'\''\'\'''\'''\'' '\'';'\'' '\''cp ../gradle.properties .'\'' '\'';'\'' '\''echo "Home dir: $HOME"'\'' '\'';'\'' '\''echo "Current path: $(pwd)"'\'' '\'';'\'' '\''echo "Contents of home dir:"'\'' '\'';'\'' '\''ls -lha /home/r'\'' '\'';'\'' '\''echo "Contents of current dir:"'\'' '\'';'\'' '\''ls -lha'\'' '\'';'\'' '\''echo "Building Gradle project (excluding tests)..."'\'' '\'';'\'' '\''./gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=${tag} -Dsigning.secretKeyRingFile=/home/r/secring.gpg'\'' '\'';'\'' '\''echo "Done."'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=iammaxim')
+ scripts=('export '\''head=git@github.com:polystat/j2eo.git'\''' ';' 'export '\''tag=0.5.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=iammaxim'\''' ';' 'cp ../gradle.properties .' ';' 'echo "Home dir: $HOME"' ';' 'echo "Current path: $(pwd)"' ';' 'echo "Contents of home dir:"' ';' 'ls -lha /home/r' ';' 'echo "Contents of current dir:"' ';' 'ls -lha' ';' 'echo "Building Gradle project (excluding tests)..."' ';' './gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=${tag} -Dsigning.secretKeyRingFile=/home/r/secring.gpg' ';' 'echo "Done."' ';')
+ directory=
+ container=polystat_j2eo_81
+ as_root=true
+ git --version
git version 2.7.4
+ docker --version
Docker version 17.12.0-ce, build c97c6d6
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:polystat/j2eo.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:polystat/j2eo.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:polystat/j2eo.git'\''' ';' 'export '\''tag=0.5.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=iammaxim'\''' ';' 'cp ../gradle.properties .' ';' 'echo "Home dir: $HOME"' ';' 'echo "Current path: $(pwd)"' ';' 'echo "Contents of home dir:"' ';' 'ls -lha /home/r' ';' 'echo "Contents of current dir:"' ';' 'ls -lha' ';' 'echo "Building Gradle project (excluding tests)..."' ';' './gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=${tag} -Dsigning.secretKeyRingFile=/home/r/secring.gpg' ';' 'echo "Done."' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z 0.5.2 ']'
+ [[ 0.5.2 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.5.2"'
tag name is valid: "0.5.2"
+ cd repo
++ git tag -l 0.5.2
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ tail -n 1
++ sed 's/ /\n/g'
+ load=0.90
++ echo 0.90 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.90, low enough to run a new Docker container'
load average is 0.90, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=iammaxim/j2eo:latest
+ docker pull iammaxim/j2eo:latest
latest: Pulling from iammaxim/j2eo
7912417ea495: Already exists
1ab784a3a94b: Already exists
9255079efd02: Already exists
4758cdf9aba4: Already exists
5af6112be868: Already exists
614cc880f10d: Already exists
Digest: sha256:42af51ff3d3e8899099c15d073b66c6709939f868efb8414a039c16a869deb11
Status: Downloaded newer image for iammaxim/j2eo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_j2eo_81\s*$'
+ ls -al .
total 724
drwx--x--x  3 rultor rultor   4096 May 25 09:22 .
drwxrwxrwt 14 root   root   684032 May 25 09:22 ..
-rw-rw-r--  1 rultor rultor    444 May 25 09:22 end.sh
-rwxrwxr-x  1 rultor rultor    162 May 25 09:22 entry.sh
-rw-rw-r--  1 rultor rultor     42 May 25 09:22 gradle.properties
-rw-rw-r--  1 rultor rultor      6 May 25 09:22 pid
-rw-rw-r--  1 rultor rultor   1192 May 25 09:22 pubring.gpg
drwxrwxr-x 10 rultor rultor   4096 May 25 09:22 repo
-rwxrwxr-x  1 rultor rultor   5859 May 25 09:22 run.sh
-rw-rw-r--  1 rultor rultor    639 May 25 09:22 script.sh
-rw-rw-r--  1 rultor rultor   2570 May 25 09:22 secring.gpg
-rw-rw-r--  1 rultor rultor   4259 May 25 09:22 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-AN6r:/main --env=head=git@github.com:polystat/j2eo.git --env=tag=0.5.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=iammaxim'\''\'\'''\'''\'' '\'';'\'' '\''cp ../gradle.properties .'\'' '\'';'\'' '\''echo "Home dir: $HOME"'\'' '\'';'\'' '\''echo "Current path: $(pwd)"'\'' '\'';'\'' '\''echo "Contents of home dir:"'\'' '\'';'\'' '\''ls -lha /home/r'\'' '\'';'\'' '\''echo "Contents of current dir:"'\'' '\'';'\'' '\''ls -lha'\'' '\'';'\'' '\''echo "Building Gradle project (excluding tests)..."'\'' '\'';'\'' '\''./gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=${tag} -Dsigning.secretKeyRingFile=/home/r/secring.gpg'\'' '\'';'\'' '\''echo "Done."'\'' '\'';'\'' )' --env=head_branch=master --env=author=iammaxim --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-AN6r/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_j2eo_81 iammaxim/j2eo:latest /main/entry.sh
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./gradle.properties ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:polystat/j2eo.git
+ head=git@github.com:polystat/j2eo.git
+ export tag=0.5.2
+ tag=0.5.2
+ export head_branch=master
+ head_branch=master
+ export author=iammaxim
+ author=iammaxim
+ cp ../gradle.properties .
+ echo 'Home dir: /home/r'
Home dir: /home/r
++ pwd
+ echo 'Current path: /home/r/repo'
Current path: /home/r/repo
+ echo 'Contents of home dir:'
Contents of home dir:
+ ls -lha /home/r
total 60K
drwxr-xr-x  3 root root 4.0K May 25 07:22 .
drwxr-xr-x  1 root root 4.0K May 25 07:22 ..
-rw-r--r--  1 root root   64 May 25 07:22 cid
-rw-r--r--  1 root root  444 May 25 07:22 end.sh
-rwxr-xr-x  1 root root  162 May 25 07:22 entry.sh
-rw-r--r--  1 root root   42 May 25 07:22 gradle.properties
-rw-r--r--  1 root root    6 May 25 07:22 pid
-rw-r--r--  1 root root 1.2K May 25 07:22 pubring.gpg
drwxr-xr-x 10 root root 4.0K May 25 07:22 repo
-rwxr-xr-x  1 root root 5.8K May 25 07:22 run.sh
-rwxr-xr-x  1 root root  639 May 25 07:22 script.sh
-rw-r--r--  1 root root 2.6K May 25 07:22 secring.gpg
-rw-r--r--  1 root root 6.3K May 25 07:22 stdout
+ echo 'Contents of current dir:'
Contents of current dir:
+ ls -lha
total 132K
drwxr-xr-x 10 root root 4.0K May 25 07:22 .
drwxr-xr-x  3 root root 4.0K May 25 07:22 ..
-rw-r--r--  1 root root  13K May 25 07:22 build.gradle.kts
-rwxr-xr-x  1 root root  201 May 25 07:22 build.sh
-rw-r--r--  1 root root 1.5K May 25 07:22 CHANGELOG.md
-rw-r--r--  1 root root  376 May 25 07:22 CITATION.cff
drwxr-xr-x  4 root root 4.0K May 25 07:22 config
drwxr-xr-x  2 root root 4.0K May 25 07:22 docker
-rw-r--r--  1 root root   81 May 25 07:22 .dockerignore
drwxr-xr-x  8 root root 4.0K May 25 07:22 .git
drwxr-xr-x  3 root root 4.0K May 25 07:22 .github
-rw-r--r--  1 root root  181 May 25 07:22 .gitignore
drwxr-xr-x  3 root root 4.0K May 25 07:22 gradle
-rw-r--r--  1 root root   42 May 25 07:22 gradle.properties
-rwxr-xr-x  1 root root 5.7K May 25 07:22 gradlew
-rw-r--r--  1 root root 2.7K May 25 07:22 gradlew.bat
drwxr-xr-x  2 root root 4.0K May 25 07:22 grammar
drwxr-xr-x  2 root root 4.0K May 25 07:22 polystat_check
-rw-r--r--  1 root root  18K May 25 07:22 README.md
-rw-r--r--  1 root root  662 May 25 07:22 .rultor.yml
-rw-r--r--  1 root root   26 May 25 07:22 settings.gradle.kts
drwxr-xr-x  4 root root 4.0K May 25 07:22 src
-rw-r--r--  1 root root   43 May 25 07:22 test_candidates.sh
-rwxr-xr-x  1 root root  732 May 25 07:22 test-hadoop.sh
-rwxr-xr-x  1 root root  565 May 25 07:22 test-kafka.sh
+ echo 'Building Gradle project (excluding tests)...'
Building Gradle project (excluding tests)...
+ ./gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=0.5.2 -Dsigning.secretKeyRingFile=/home/r/secring.gpg
Initialized native services in: /root/.gradle/native
Initialized jansi services in: /root/.gradle/native
Removing daemon from the registry due to communication failure. Daemon information: DaemonInfo{pid=49, address=[2388a63c-6bcf-40f6-aece-941b0e4b0598 port:36175, addresses:[/127.0.0.1]], state=Idle, lastBusy=1644393000401, context=DefaultDaemonContext[uid=3d9f8066-a0d3-43f5-9cc6-c1b51a009a51,javaHome=/usr/lib/jvm/java-17-openjdk,daemonRegistryDir=/root/.gradle/daemon,pid=49,idleTimeout=10800000,priority=NORMAL,daemonOpts=--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.base/java.lang=ALL-UNNAMED,--add-opens,java.base/java.lang.invoke=ALL-UNNAMED,--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,--add-opens,java.base/java.nio.charset=ALL-UNNAMED,--add-opens,java.base/java.net=ALL-UNNAMED,--add-opens,java.base/java.util.concurrent.atomic=ALL-UNNAMED,-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]}
Removing 0 daemon stop events from registry
Previous Daemon (49) stopped at Wed May 25 07:22:47 GMT 2022 by user or operating system
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details


2A1B1m> Starting Daemonm17D1B2AStarting process 'Gradle build daemon'. Working directory: /root/.gradle/daemon/7.2 Command: /usr/lib/jvm/java-17-openjdk/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /root/.gradle/wrapper/dists/gradle-7.2-bin/2dnblmf4td7x66yl1d74lt32g/gradle-7.2/lib/gradle-launcher-7.2.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.2
Successfully started process 'Gradle build daemon'0K

0K
2A1B1m> Starting Daemonm17D1B2AAn attempt to start the daemon took 1.013 secs.
1B0K
2A0K1B> IDLE6D1B2AThe client will now receive all logging from the daemon (pid: 70). The daemon log file: /root/.gradle/daemon/7.2/daemon-70.out.log
Starting build in new daemon [memory: 512 MiB]0K
Using 12 worker leases.

0K
2A1B> IDLE6D1B2A1m<0;1m-------------> 0% INITIALIZING [54ms]m38D2B2A1m<0;1m-------------> 0% INITIALIZING [154ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [254ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [354ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [454ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [554ms]m39D2B2AWatching the file system is configured to be enabled if available0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [654ms]m39D1B> IDLE6D1B2ANow considering [/home/r/repo] as hierarchies to watch0K
File system watching is active0K
0K
0K
2A1m<0;1m-------------> 0% INITIALIZING [754ms]m39D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [854ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [954ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [1s]m0K36D2B2AStarting Build0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [1s]m36D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D2B2ASkipping Kotlin DSL script compilation (Settings/TopLevel/stage1) as it is up-to-date.0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D1B1m> Evaluating settingsm21D1B2ASettings evaluated using settings file '/home/r/repo/settings.gradle.kts'.0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [2s]m35D1B1m> Loading projectsm18D1B2AProjects loaded. Root project using build file '/home/r/repo/build.gradle.kts'.0K
Included projects: [root project 'J2EO']0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [2s]m35D1B1m> root projectm14D1B1A1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B2A1m<0;1m-------------> 0% CONFIGURING [3s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D2B2A0K
1m> Configure project :m0K
Evaluating root project 'J2EO' using build file '/home/r/repo/build.gradle.kts'.
Caching disabled for Kotlin DSL plugin accessors for classpath 'b8e71b8521e54d262ad889b52e242419' because:
  Build cache is disabled
Skipping Kotlin DSL plugin accessors for classpath 'b8e71b8521e54d262ad889b52e242419' as it is up-to-date.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage1) because:
  Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage1) is not up-to-date because:
  No history is available.
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D1B1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D2B1A1m> root projectm0K14D1B1A1m> root project > Resolve dependencies of detachedConfiguration1m63D1B2A1m<0;1m-------------> 0% CONFIGURING [7s]m35D2B1A1m> root project > Resolve dependencies of detachedConfiguration3 > com.github.dam79D1B2ADownloading https://plugins.gradle.org/m2/com/github/dawnwords/jacoco/badge/com.github.dawnwords.jacoco.badge.gradle.plugin/0.2.4/com.github.dawnwords.jacoco.badge.gradle.plugin-0.2.4.pom to /root/.gradle/.tmp/gradle_download4271165703802911683bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [8s]m0K35D1B1m> root project > Resolve dependencies of detachedConfiguration3m63D1B2AResource missing. [HTTP HEAD: https://plugins.gradle.org/m2/com/github/dawnwords/jacoco/badge/com.github.dawnwords.jacoco.badge.gradle.plugin/0.2.4/com.github.dawnwords.jacoco.badge.gradle.plugin-0.2.4.jar]0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [8s]m0K35D1B1m> root project > Resolve dependencies of :classpath > jacoco-badge-gradle-plugim79D1B2A1m<0;1m-------------> 0% CONFIGURING [9s]m35D2B2ADownloading https://plugins.gradle.org/m2/com/github/dawnwords/jacoco-badge-gradle-plugin/0.2.4/jacoco-badge-gradle-plugin-0.2.4.pom to /root/.gradle/.tmp/gradle_download14261175365093077612bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [9s]m0K35D1B1m> root project > Resolve dependencies of :classpath > commons-io-2.6.pomm72D1B2ADownloading https://plugins.gradle.org/m2/commons-io/commons-io/2.6/commons-io-2.6.pom to /root/.gradle/.tmp/gradle_download11114846165221476286bin0K
1B0K
2A1m&lt;0;1m-------------&gt; 0% CONFIGURING [9s]m0K35D1B1m&gt; root project &gt; Resolve dependencies of :classpath &gt; commons-io-2.6.pom &gt; 5.6 m79D1B1A1m&gt; root project &gt; Resolve dependencies of :classpath > commons-parent-42.pomm0K75D1B2ADownloading https://plugins.gradle.org/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom to /root/.gradle/.tmp/gradle_download2004924286312077711bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [9s]m0K35D1B1m> root project > Resolve dependencies of :classpath > commons-parent-42.pom > 6m79D1B1A1m> root project > Resolve dependencies of :classpath > commons-parent-42.pom > 3m79D1B2A1m<0;1m-------------> 0% CONFIGURING [10s]m36D1B1m> root project > Resolve dependencies of :classpath > apache-18.pomm0K67D1B2ADownloading https://plugins.gradle.org/m2/org/apache/apache/18/apache-18.pom to /root/.gradle/.tmp/gradle_download15880062610604176551bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve dependencies of :classpath > apache-18.pom > 7.3 KiB/1m79D1B1A1m> root project > Resolve dependencies of :classpathm0K51D1B
3A36C0K36D1B1m> root project > Resolve files of :classpath > jacoco-badge-gradle-plugin-0.2.4m79D1B1m> root project > Resolve files of :classpath > commons-io-2.6.jarm65D1B3ADownloading https://plugins.gradle.org/m2/commons-io/commons-io/2.6/commons-io-2.6.jar to /root/.gradle/.tmp/gradle_download7196927943028205420bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve files of :classpath > jacoco-badge-gradle-plugin-0.2.4m79D1B> IDLE6D1B3ADownloading https://plugins.gradle.org/m2/com/github/dawnwords/jacoco-badge-gradle-plugin/0.2.4/jacoco-badge-gradle-plugin-0.2.4.jar to /root/.gradle/.tmp/gradle_download7805378348659219092bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [11s]m0K36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'kotlinCompilerClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'kotlinCompilerPluginClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'kotlinNativeCompilerPluginClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'kotlinKlibCommonizerClasspath' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'archives' in project 'J2EO'0K
Applying dependency management to configuration 'default' in project 'J2EO'0K
1B0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'implementation' in project 'J2EO'0K
Applying dependency management to configuration 'compileOnly' in project 'J2EO'0K
Applying dependency management to configuration 'compileClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'annotationProcessor' in project 'J2EO'
Applying dependency management to configuration 'runtimeOnly' in project 'J2EO'
Applying dependency management to configuration 'runtimeClasspath' in project 'J2EO'
Applying dependency management to configuration 'testImplementation' in project 'J2EO'
Applying dependency management to configuration 'testCompileOnly' in project 'J2EO'
Applying dependency management to configuration 'testCompileClasspath' in project 'J2EO'
Applying dependency management to configuration 'testAnnotationProcessor' in project 'J2EO'
Applying dependency management to configuration 'testRuntimeOnly' in project 'J2EO'
Applying dependency management to configuration 'testRuntimeClasspath' in project 'J2EO'
Applying dependency management to configuration 'apiElements' in project 'J2EO'
Applying dependency management to configuration 'runtimeElements' in project 'J2EO'
Applying dependency management to configuration 'api' in project 'J2EO'
Applying dependency management to configuration 'apiDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'implementationDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'compileOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'runtimeOnlyDependenciesMetadata' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'intransitiveDependenciesMetadata' in project 'J2EO'0K
Applying dependency management to configuration 'testApi' in project 'J2EO'0K
Applying dependency management to configuration 'testApiDependenciesMetadata' in project 'J2EO'0K
Applying dependency management to configuration 'testImplementationDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testCompileOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testRuntimeOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testIntransitiveDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'kotlinCompilerPluginClasspathMain' in project 'J2EO'
Applying dependency management to configuration 'kotlinScriptDef' in project 'J2EO'
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
Applying dependency management to configuration 'kotlinScriptDefExtensions' in project 'J2EO'
Applying dependency management to configuration 'kotlinCompilerPluginClasspathTest' in project 'J2EO'
Applying dependency management to configuration 'testKotlinScriptDef' in project 'J2EO'
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
Applying dependency management to configuration 'testKotlinScriptDefExtensions' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'sourceArtifacts' in project 'J2EO'0K
Applying dependency management to configuration 'compileOnlyApi' in project 'J2EO'0K
Applying dependency management to configuration 'antlr' in project 'J2EO'0K
Applying dependency management to configuration 'jacocoAgent' in project 'J2EO'
Applying dependency management to configuration 'jacocoAnt' in project 'J2EO'
Applying dependency management to configuration 'pmd' in project 'J2EO'
Applying dependency management to configuration 'pmdAux' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'checkstyle' in project 'J2EO'0K
Applying dependency management to configuration 'signatures' in project 'J2EO'0K
1B0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3ACaching disabled for Kotlin DSL accessors for root project 'J2EO' because:0K
  Build cache is disabled0K
Kotlin DSL accessors for root project 'J2EO' is not up-to-date because:0K
  No history is available.
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D3B3ACaching disabled for Kotlin DSL script compilation (Project/TopLevel/stage2) because:0K
  Build cache is disabled0K
Kotlin DSL script compilation (Project/TopLevel/stage2) is not up-to-date because:0K
  No history is available.
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B> IDLE6D1B3A1m<0;1m-------------> 0% CONFIGURING [14s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [15s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [16s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [17s]m36D3B2A1m> root projectm0K14D2B3A1m<0;1m-------------> 0% CONFIGURING [18s]m36D3B3AApplying dependency management to configuration 'javadocElements' in project 'J2EO'0K
Applying dependency management to configuration 'sourcesElements' in project 'J2EO'0K
Resolving global dependency management for project 'J2EO'0K
0K
0K
0K
3A1m&lt;0;1m-------------&gt; 0% CONFIGURING [18s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B2A1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D2B3ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.9.3/antlr4-4.9.3.pom to /root/.gradle/.tmp/gradle_download92839692499193479bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m0K36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom to /root/.gradle/.tmp/gradle_download3948715027810453257bin0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.pom to /root/.gradle/.tmp/gradle_download9839103848570379542bin0K
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom, /root/.gradle/caches/modules-2/files-2.1/org.sonatype.oss/oss-parent/9/e5cdc4d23b86d79c436f16fed20853284e868f65/oss-parent-9.pom]0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.module to /root/.gradle/.tmp/gradle_download1159547417912416946bin
Downloading https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom to /root/.gradle/.tmp/gradle_download10444080388387118915bin
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom to /root/.gradle/.tmp/gradle_download3345190349246841227bin
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom to /root/.gradle/.tmp/gradle_download14694487427309015836bin
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom to /root/.gradle/.tmp/gradle_download11690831591627750813bin
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.pom to /root/.gradle/.tmp/gradle_download17914682913444173301bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom, /root/.gradle/caches/modules-2/files-2.1/org.sonatype.oss/oss-parent/7/46b8a785b60a2767095b8611613b58577e96d4c9/oss-parent-7.pom]
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.pom to /root/.gradle/.tmp/gradle_download5829838532837454926bin
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3ADownloading https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom to /root/.gradle/.tmp/gradle_download9448022297316777667bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom to /root/.gradle/.tmp/gradle_download17708096720335952507bin0K
Downloading https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom to /root/.gradle/.tmp/gradle_download236204908571038643bin0K
Downloading https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom to /root/.gradle/.tmp/gradle_download12809390881646313477bin
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B> IDLE6D1B3AExcluding []0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m0K36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B3ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar to /root/.gradle/.tmp/gradle_download17054458790279338697bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.jar to /root/.gradle/.tmp/gradle_download12600437401189909114bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar to /root/.gradle/.tmp/gradle_download1844620741816574305bin0K
Downloading https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar to /root/.gradle/.tmp/gradle_download16845336587353095938bin
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.9.3/antlr4-4.9.3.jar to /root/.gradle/.tmp/gradle_download2458205656685729876bin
0K
0K
0K


5A1m<0;1m-------------> 0% CONFIGURING [18s]m36D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-runtime-4.9.2.jar m79D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jarm69D1B1m> root project > Resolve files of :runtimeClasspath > ST4-4.3.1.jar > 47.4 KiB/m79D1B1m> root project > Resolve files of :runtimeClasspath > antlr-runtime-3.5.2.jar >m79D1B5ADownloading https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar to /root/.gradle/.tmp/gradle_download20213443671763654bin0K
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.jar to /root/.gradle/.tmp/gradle_download4997066816898336435bin0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.jar to /root/.gradle/.tmp/gradle_download14168430811190766366bin0K
2B0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [19s]m0K36D1B> IDLE0K6D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jar > 175.4 Km79D1B> IDLE6D1B> IDLE6D1B3A> IDLE0K6D3B5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D5B3A1m> root project > Resolve files of :runtimeClasspathm51D3B5AWorking Directory = /home/r/repo0K
Grammar file changed since last build; Rebuilding parser with ANTLR...0K
Starting process 'command 'antlr''. Working directory: /home/r/repo/grammar Command: antlr JavaParser.g4 -visitor -o ../src/main/java/parser0K
Couldn't run ANTLR; org.gradle.process.internal.ExecException: A problem occurred starting process 'command 'antlr''0K
Working Directory = /home/r/repo0K
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D1B> IDLE6D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B5AApplying Maven credentials0K
4B0K
5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D1B> IDLE0K6D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B5AApplying dependency management to configuration 'apiElements-published' in project 'J2EO'0K
Applying dependency management to configuration 'runtimeElements-published' in project 'J2EO'0K
All projects evaluated.0K
Selected primary task 'build' from project :0K
1B0K
0K
0K
0K
5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [20s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5AApplying dependency management to configuration 'mainPmdAuxClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'testPmdAuxClasspath' in project 'J2EO'0K
Selected primary task 'fatJar' from project :0K
Selected primary task 'publish' from project :0K
Tasks to be executed: [task ':compileKotlin', task ':generateGrammarSource', task ':compileJava', task ':processResources', task ':classes', task ':inspectClassesForKotlinIC', task ':jar', task ':javadoc', task ':javadocJar', task ':sourcesJar', task ':assemble', task ':checkstyleMain', task ':compileTestKotlin', task ':generateTestGrammarSource', task ':compileTestJava', task ':processTestResources', task ':testClasses', task ':checkstyleTest', task ':pmdMain', task ':pmdTest', task ':check', task ':fatJar', task ':build', task ':generateMetadataFileForMavenJavaPublication', task ':generatePomFileForMavenJavaPublication', task ':signMavenJavaPublication', task ':publishMavenJavaPublicationToMavenRepository', task ':publish']0K
Tasks that were excluded: [task ':test']
0K
0K
0K
0K
0K
5A1m&lt;0;1m-------------&gt; 0% EXECUTING [21s]m34D1B&gt; IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A:compileKotlin (Thread[Execution worker for ':' Thread 2,5,main]) started.0K
4B0K
5A1m<0;1m-------------> 0% EXECUTING [21s]m34D1B> IDLE6D1B1m> :compileKotlin > Resolve dependencies of :kotlinCompilerPluginClasspathMainm77D1B> IDLE6D1B> IDLE6D1B3A1m> :compileKotlinm0K16D3B3A1m> :compileKotlin > Resolve files of :compileClasspathm53D3B3A1m> :compileKotlinm0K16D3B5AWatching 1 directories to track changes0K
4B0K
5A1m<0;1m-------------> 0% EXECUTING [22s]m34D1B> IDLE0K6D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [23s]m34D5B5A0K
1m> Task :compileKotlinm0K
file or directory '/home/r/repo/src/main/kotlin', not found0K
Watching 1 directories to track changes0K
Excluding []0K
Excluding []
Excluding []
Watching 2 directories to track changes
Watching 2 directories to track changes
Caching disabled for task ':compileKotlin' because:
  Build cache is disabled
Task ':compileKotlin' is not up-to-date because:
  No history is available.
Watching 2 directories to track changes
The input changes require a full rebuild for incremental task ':compileKotlin'.
file or directory '/home/r/repo/src/main/kotlin', not found
Using Kotlin/JVM incremental compilation
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
[KOTLIN] Kotlin compilation 'jdkHome' argument: /usr/lib/jvm/java-17-openjdk
i: found daemon on port 17288 (9070310672 ms old), trying to connect
i: cannot connect to registry: Connection refused
i: found seemingly orphaned run file '/root/.kotlin/daemon/kotlin-daemon.2022-02-09T07-51-20.184Z.4554fdacf4d2e88b050789566e07e1e9.17288.run' (9070310672 ms old), deleting it
i: starting the daemon as: /usr/lib/jvm/java-17-openjdk/bin/java -cp /root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-embeddable/1.6.0/aa8da3bedc53c89219b84a0b40c7419431a13e76/kotlin-compiler-embeddable-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.6.0/a215a7f914d5916dc5fd2d45cea16524e0220203/kotlin-reflect-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.6.0/a40b8b22529b733892edf4b73468ce598bb17f04/kotlin-stdlib-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-script-runtime/1.6.0/55f72526ddcff6fc77d72cdf949c7e3d9bd95620/kotlin-script-runtime-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-daemon-embeddable/1.6.0/d6242b37f4ce6b637d10847c7558446272ec8432/kotlin-daemon-embeddable-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.intellij.deps/trove4j/1.0.20181211/216c2e14b070f334479d800987affe4054cd563f/trove4j-1.0.20181211.jar:/root/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.6.0/330f2244e9030119ab3030fc3fededc86713d9cc/jna-5.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.6.0/7857e365f925cfa060f941c1357cda1f8790502c/kotlin-stdlib-common-1.6.0.jar -Djava.awt.headless=true -D$java.rmi.server.hostname=127.0.0.1 -Xmx512m -XX:MaxMetaspaceSize=256m -Dkotlin.environment.keepalive -ea --add-exports java.base/sun.nio.ch=ALL-UNNAMED org.jetbrains.kotlin.daemon.KotlinCompileDaemon --daemon-runFilesPath /root/.kotlin/daemon --daemon-autoshutdownIdleSeconds=7200 --daemon-compilerClasspath /root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-embeddable/1.6.0/aa8da3bedc53c89219b84a0b40c7419431a13e76/kotlin-compiler-embeddable-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.6.0/a215a7f914d5916dc5fd2d45cea16524e0220203/kotlin-reflect-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.6.0/a40b8b22529b733892edf4b73468ce598bb17f04/kotlin-stdlib-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-script-runtime/1.6.0/55f72526ddcff6fc77d72cdf949c7e3d9bd95620/kotlin-script-runtime-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-daemon-embeddable/1.6.0/d6242b37f4ce6b637d10847c7558446272ec8432/kotlin-daemon-embeddable-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.intellij.deps/trove4j/1.0.20181211/216c2e14b070f334479d800987affe4054cd563f/trove4j-1.0.20181211.jar:/root/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.6.0/330f2244e9030119ab3030fc3fededc86713d9cc/jna-5.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.6.0/7857e365f925cfa060f941c1357cda1f8790502c/kotlin-stdlib-common-1.6.0.jar
i: Received the message signalling that the daemon is ready
i: new daemon started, trying to find it
i: found daemon on port 17766 (16 ms old), trying to connect
i: connected to the daemon
Options for KOTLIN DAEMON: IncrementalCompilationOptions(super=CompilationOptions(compilerMode=INCREMENTAL_COMPILER, targetPlatform=JVM, reportCategories=[0], reportSeverity=2, requestedCompilationResults=[0]kotlinScriptExtensions=[kt, kts, java]), areFileChangesKnown=false, modifiedFiles=null, deletedFiles=null, classpathChanges=org.jetbrains.kotlin.incremental.ClasspathChanges$NotAvailable$ClasspathSnapshotIsDisabled@63627364, workingDir=/home/r/repo/build/kotlin/compileKotlin, multiModuleICSettings=MultiModuleICSettings(buildHistoryFile=/home/r/repo/build/kotlin/compileKotlin/build-history.bin, useModuleDetection=false), usePreciseJavaTracking=trueoutputFiles=[/home/r/repo/build/classes/kotlin/main, /home/r/repo/build/kotlin/compileKotlin])
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% EXECUTING [23s]m34D1B> IDLE6D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [24s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [25s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [26s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [27s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [28s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [29s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [30s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [31s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [32s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [33s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [34s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [35s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [36s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [37s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [38s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [39s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [40s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [41s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [42s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [43s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [44s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [45s]m34D5B5Aw: /home/r/repo/src/main/java/parser/TreeMappings.kt: (461, 9): Variable 't' is never used0K
w: /home/r/repo/src/main/java/parser/TreeMappings.kt: (518, 7): Elvis operator (?:) always returns the left operand of non-nullable type Literal0K
w: /home/r/repo/src/main/java/translator/Classes.kt: (63, 18): Parameter 'interfaceDeclaration' is never used0K
w: /home/r/repo/src/main/java/translator/Declarations.kt: (155, 23): Parameter 'initializer' is never used0K
w: /home/r/repo/src/main/java/translator/Expressions.kt: (126, 22): Parameter 'arrayCreation' is never used0K
w: /home/r/repo/src/main/java/translator/Expressions.kt: (197, 13): Parameter 'expr' is never used
w: /home/r/repo/src/main/java/translator/Types.kt: (9, 11): The expression is unused
Watching 11 directories to track changes
:compileKotlin (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 24.865 secs.
:generateGrammarSource (Thread[Execution worker for ':' Thread 2,5,main]) started.

1m> Task :generateGrammarSourcem33m NO-SOURCE39m
file or directory '/home/r/repo/src/main/antlr', not found
Skipping task ':generateGrammarSource' as it has no source files and no previous output files.
:generateGrammarSource (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.002 secs.
:compileJava (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 7% EXECUTING [45s]m34D1B> IDLE6D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [46s]m34D5B5A1m<0;1m-------------> 7% EXECUTING [47s]m34D5B5A0K
1m> Task :compileJavam0K
Watching 12 directories to track changes0K
Watching 13 directories to track changes0K
Watching 13 directories to track changes0K
Watching 13 directories to track changes
Excluding []
Watching 13 directories to track changes
Caching disabled for task ':compileJava' because:
  Build cache is disabled
Task ':compileJava' is not up-to-date because:
  No history is available.
Watching 12 directories to track changes
Watching 12 directories to track changes
Watching 12 directories to track changes
Watching 12 directories to track changes
The input changes require a full rebuild for incremental task ':compileJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/java-17-openjdk'.
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
Compiling with JDK Java compiler API.
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 7% EXECUTING [47s]m34D1B> IDLE6D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [48s]m34D5B5A1m<0;1m-------------> 7% EXECUTING [49s]m34D5B5AClass dependency analysis for incremental compilation took 0.193 secs.0K
4B0K
5A1m<0;1m-------------> 7% EXECUTING [49s]m34D1B> IDLE0K6D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [50s]m34D5B5ACreated classpath snapshot for incremental compilation in 0.97 secs.0K
Watching 16 directories to track changes0K
Watching 18 directories to track changes0K
Watching 20 directories to track changes0K
Watching 21 directories to track changes0K
:compileJava (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 4.571 secs.
:processResources (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=0;39;1m------------> 10% EXECUTING [50s]m35D1B> IDLE6D1B1m> :processResourcesm19D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :processResourcesm0K
Watching 21 directories to track changes0K
Watching 27 directories to track changes0K
Caching disabled for task ':processResources' because:0K
  Build cache is disabled
Task ':processResources' is not up-to-date because:
  No history is available.
Watching 27 directories to track changes
Watching 34 directories to track changes
:processResources (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.04 secs.
:classes (Thread[Execution worker for ':' Thread 4,5,main]) started.

1m> Task :classesm
Skipping task ':classes' as it has no actions.
:classes (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs.
:inspectClassesForKotlinIC (Thread[Execution worker for ':' Thread 4,5,main]) started.

1m> Task :inspectClassesForKotlinICm
Watching 35 directories to track changes
Caching disabled for task ':inspectClassesForKotlinIC' because:
  Build cache is disabled
Task ':inspectClassesForKotlinIC' is not up-to-date because:
  No history is available.
Watching 34 directories to track changes
Watching 35 directories to track changes
:inspectClassesForKotlinIC (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.019 secs.
:jar (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 21% EXECUTING [50s]m35D1B> IDLE6D1B1m> :jarm6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :jarm0K
Watching 35 directories to track changes0K
Watching 36 directories to track changes0K
Caching disabled for task ':jar' because:0K
  Build cache is disabled
Task ':jar' is not up-to-date because:
  No history is available.
Watching 36 directories to track changes
Watching 37 directories to track changes
:jar (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.093 secs.
:javadoc (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [50s]m35D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [51s]m35D5B5A0K
1m> Task :javadocm0K
Watching 37 directories to track changes0K
Caching disabled for task ':javadoc' because:0K
  Build cache is disabled0K
Task ':javadoc' is not up-to-date because:
  No history is available.
Watching 37 directories to track changes
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
Starting process 'command '/usr/lib/jvm/java-17-openjdk/bin/javadoc''. Working directory: /home/r/repo Command: /usr/lib/jvm/java-17-openjdk/bin/javadoc @/home/r/repo/build/tmp/javadoc/javadoc.options
Successfully started process 'command '/usr/lib/jvm/java-17-openjdk/bin/javadoc''
/home/r/repo/src/main/java/util/ListUtils.java:9: warning: no comment
public class ListUtils {
       ^
/home/r/repo/src/main/java/util/ListUtils.java:16: warning: no comment
    public static <T> List<T> concat(List<T>... lists) {
                              ^
/home/r/repo/src/main/java/util/ListUtils.java:22: warning: no comment
    public static <T> Optional<T> first(List<T> list) {
                                  ^
/home/r/repo/src/main/java/util/ListUtils.java:30: warning: no comment
    public static <T> Optional<T> last(List<T> list) {
                                  ^
/home/r/repo/src/main/java/util/ListUtils.java:11: warning: no comment
    public static <T> List<T> listOf(T... elems) {
                              ^
5 warnings
Watching 44 directories to track changes
:javadoc (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 1.184 secs.
:javadocJar (Thread[Execution worker for ':' Thread 4,5,main]) started.

1m> Task :javadocJarm
Watching 44 directories to track changes
Watching 45 directories to track changes
Caching disabled for task ':javadocJar' because:
  Build cache is disabled
Task ':javadocJar' is not up-to-date because:
  No history is available.
Watching 45 directories to track changes
Watching 45 directories to track changes
:javadocJar (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.029 secs.
:sourcesJar (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m====0;39;1m---------> 32% EXECUTING [51s]m35D1B> IDLE6D1B1m> :sourcesJarm13D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :sourcesJarm0K
Watching 45 directories to track changes0K
Watching 53 directories to track changes0K
Watching 53 directories to track changes0K
Watching 54 directories to track changes
Execution optimizations have been disabled for task ':sourcesJar' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '/home/r/repo/build/generated-src/antlr/main'. Reason: Task ':sourcesJar' uses this output of task ':generateGrammarSource' 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.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Invalidating VFS because task ':sourcesJar' failed validation
Not watching anything anymore
Watching 0 directories to track changes
Caching disabled for task ':sourcesJar' because:
  Build cache is disabled
Task ':sourcesJar' is not up-to-date because:
  No history is available.
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/src/main/antlr', not found
Watching 1 directories to track changes
:sourcesJar (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.058 secs.
:assemble (Thread[Execution worker for ':' Thread 4,5,main]) started.

1m> Task :assemblem
Skipping task ':assemble' as it has no actions.
:assemble (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs.
:checkstyleMain (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [52s]m35D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B4A> IDLE0K6D1B> IDLE0K6D2B> IDLE0K6D1B2A1m> :checkstyleMain > Resolve dependencies of :checkstylem0K55D2B4A1m> :checkstyleMain > Resolve files of :checkstyle > reflections-0.10.2.jar > 47.m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > picocli-4.6.1.jar > 63.4 KiBm79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.3 KiBm79D1B1m> :checkstyleMain > Resolve files of :checkstyle > commons-beanutils-1.9.4.jar m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > reflections-0.10.2.jar > 79.m79D1B> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 79.4 Kim79D2B4A> IDLE0K6D2B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 207.4 Km79D1B> IDLE0K6D1B2A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 383.4 Km79D2B2A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 575.3 Km79D2B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [53s]m35D3B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 910.1 Km79D2B2A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.2 MiBm79D2B2A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.5 MiBm79D2B2A> IDLE0K6D2B2A1m> :checkstyleMain > Resolve files of :checkstylem48D2B2A1m> :checkstyleMainm0K17D2B5A0K
1m> Task :checkstyleMainm0K
Watching 2 directories to track changes0K
Downloading https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.1/checkstyle-9.1.pom to /root/.gradle/.tmp/gradle_download13595738817878845509bin0K
Downloading https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom to /root/.gradle/.tmp/gradle_download694550526554957241bin0K
Downloading https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom to /root/.gradle/.tmp/gradle_download1640881736138864237bin
Downloading https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom to /root/.gradle/.tmp/gradle_download14907066708938449241bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom to /root/.gradle/.tmp/gradle_download11539444484202672000bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom to /root/.gradle/.tmp/gradle_download15987789902225003660bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.pom to /root/.gradle/.tmp/gradle_download6251805953701653383bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom to /root/.gradle/.tmp/gradle_download353567393751252914bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom to /root/.gradle/.tmp/gradle_download15417148589082711192bin
Downloading https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom to /root/.gradle/.tmp/gradle_download11687925127514391834bin
Downloading https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom to /root/.gradle/.tmp/gradle_download2232397420864582887bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom to /root/.gradle/.tmp/gradle_download5405930631363640785bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom to /root/.gradle/.tmp/gradle_download3736023239505009254bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom to /root/.gradle/.tmp/gradle_download14730011745325390584bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom to /root/.gradle/.tmp/gradle_download3489582932298151787bin
Downloading https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom to /root/.gradle/.tmp/gradle_download10702348257536636878bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.3/47e0dd93285dcc6b33181713bc7e8aed66742964/j2objc-annotations-1.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/8d93cdf4d84d7e1de736df607945c6df0730a10f/jsr305-3.0.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/1b77ba79f9b2b7dfd4e15ea7bb0d568d5eb9cb8d/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom]
Downloading https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom to /root/.gradle/.tmp/gradle_download12298147793402420225bin
Downloading https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom to /root/.gradle/.tmp/gradle_download9425597694495107593bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava-parent/26.0-android/a2c0df489614352b7e8e503e274bd1dee5c42a64/guava-parent-26.0-android.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/e8160e78fdaaf7088621dc1649d9dd2dfcf8d0e8/failureaccess-1.0.1.pom]
Downloading https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom to /root/.gradle/.tmp/gradle_download16023767237323057657bin
Downloading https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom to /root/.gradle/.tmp/gradle_download13550076525125826249bin
Downloading https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom to /root/.gradle/.tmp/gradle_download2744528255018837407bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar to /root/.gradle/.tmp/gradle_download2720941212097339572bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar to /root/.gradle/.tmp/gradle_download10201543043939368930bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.jar to /root/.gradle/.tmp/gradle_download5579793850144578973bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar to /root/.gradle/.tmp/gradle_download16022010995580318367bin
Downloading https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar to /root/.gradle/.tmp/gradle_download17048846589968488758bin
Downloading https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.1/checkstyle-9.1.jar to /root/.gradle/.tmp/gradle_download5274909240498472062bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar]
Downloading https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar to /root/.gradle/.tmp/gradle_download5158350157742051178bin
Downloading https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar to /root/.gradle/.tmp/gradle_download2781959764958059172bin
Downloading https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar to /root/.gradle/.tmp/gradle_download8010849367318120693bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.3/ba035118bc8bac37d7eff77700720999acd9986d/j2objc-annotations-1.3.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/b421526c5f297295adef1c886e5246c39d4ac629/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar]
Downloading https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar to /root/.gradle/.tmp/gradle_download6831054312940938679bin
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [53s]m35D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleMainm17D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [54s]m35D5B5AWatching 6 directories to track changes0K
Watching 16 directories to track changes0K
Watching 23 directories to track changes0K
Watching 24 directories to track changes0K
Watching 25 directories to track changes0K
Watching 26 directories to track changes
Watching 26 directories to track changes
Watching 27 directories to track changes
Caching disabled for task ':checkstyleMain' because:
  Build cache is disabled
Task ':checkstyleMain' is not up-to-date because:
  No history is available.
Watching 27 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [54s]m35D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleMainm17D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [55s]m35D5B5A[ant:checkstyle] Running Checkstyle 9.1 on 8 files0K
4B0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [55s]m35D1B> IDLE6D1B> IDLE0K6D1B1m> :checkstyleMainm17D1B> IDLE6D1B5A[ant:xslt] Processing /home/r/repo/build/tmp/checkstyleMain/main.xml to /home/r/repo/build/reports/checkstyle/main.html0K
[ant:xslt] Loading stylesheet <?xml version="1.0"?>0K
0K
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">0K
0K
    <xsl:template match="/">
        <html>
            <head>
                <title>Sun Coding Style Violations</title>
            </head>
            <body bgcolor="#FFFFEF">
                <p><b>Coding Style Check Results</b></p>
                <table border="1" cellspacing="0" cellpadding="2">
                    <tr bgcolor="#CC9966">
                        <th colspan="2"><b>Summary</b></th>
                    </tr>
                    <tr bgcolor="#CCF3D0">
                        <td>Total files checked</td>
                        <td><xsl:number level="any" value="count(descendant::file)"/></td>
                    </tr>
                    <tr bgcolor="#F3F3E1">
                        <td>Files with errors</td>
                        <td><xsl:number level="any" value="count(descendant::file[error])"/></td>
                    </tr>
                    <tr bgcolor="#CCF3D0">
                        <td>Total errors</td>
                        <td><xsl:number level="any" value="count(descendant::error)"/></td>
                    </tr>
                    <tr bgcolor="#F3F3E1">
                        <td>Errors per file</td>
                        <td><xsl:number level="any" value="count(descendant::error) div count(descendant::file)"/></td>
                    </tr>
                </table>
                <hr align="left" width="95%" size="1"/>
                <p>The following are violations of the Sun Coding-Style Standards:</p>
                <p/>
                <xsl:apply-templates/>
            </body>
        </html>
    </xsl:template>

    <xsl:template match="file[error]">
        <table bgcolor="#AFFFFF" width="95%" border="1" cellspacing="0" cellpadding="2">
            <tr>
                <th> File: </th>
                <td>
                    <xsl:value-of select="@name"/>
                </td>
            </tr>
        </table>
        <table bgcolor="#DFFFFF" width="95%" border="1" cellspacing="0" cellpadding="2">
            <tr>
                <th> Line Number </th>
                <th> Error Message </th>
            </tr>
            <xsl:apply-templates select="error"/>
        </table>
        <p/>
    </xsl:template>

    <xsl:template match="error">
        <tr>
            <td>
                <xsl:value-of select="@line"/>
            </td>
            <td>
                <xsl:value-of select="@message&quot;/&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/xsl:template&gt;

&lt;/xsl:stylesheet&gt;
0K
0K
0K
0K
0K
5A1m&lt;0;32;1m=====0;39;1m--------&gt; 39% EXECUTING [55s]m35D1B&gt; IDLE6D1B&gt; IDLE6D1B1m&gt; :checkstyleMainm17D1B&gt; IDLE6D1B5A1m&lt;0;32;1m=====0;39;1m--------&gt; 39% EXECUTING [56s]m35D5B5AWatching 28 directories to track changes0K
:checkstyleMain (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 4.151 secs.0K
:compileTestKotlin (Thread[Execution worker for ':' Thread 4,5,main]) started.0K
2B0K
0K
0K
5A1m&lt;0;32;1m=====0;39;1m--------&gt; 42% EXECUTING [56s]m35D1B&gt; IDLE6D1B&gt; IDLE6D1B1m&gt; :compileTestKotlin &gt; Resolve dependencies of :testCompileClasspath &gt; Resolve m79D1B&gt; IDLE6D1B2A1m&gt; :compileTestKotlin &gt; Resolve files of :testCompileClasspath &gt; junit-jupiter-am79D1B1m&gt; :compileTestKotlin &gt; Resolve files of :testCompileClasspath &gt; opentest4j-1.2.m79D1B2A&gt; IDLE0K6D1B1m&gt; :compileTestKotlinm0K20D1B5A0K
1m&gt; Task :compileTestKotlinm0K
file or directory '/home/r/repo/src/test/kotlin', not found0K
Watching 28 directories to track changes0K
Excluding []0K
Downloading https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.pom to /root/.gradle/.tmp/gradle_download16106804820419741109bin
Downloading https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.module to /root/.gradle/.tmp/gradle_download17459281004040680578bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom to /root/.gradle/.tmp/gradle_download4221002426687493263bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar to /root/.gradle/.tmp/gradle_download15240964529204169291bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /root/.gradle/.tmp/gradle_download1678652350254402255bin
Watching 29 directories to track changes
Watching 33 directories to track changes
Watching 33 directories to track changes
Caching disabled for task ':compileTestKotlin' because:
  Build cache is disabled
Task ':compileTestKotlin' is not up-to-date because:
  No history is available.
Watching 33 directories to track changes
The input changes require a full rebuild for incremental task ':compileTestKotlin'.
file or directory '/home/r/repo/src/test/kotlin', not found
Using Kotlin/JVM incremental compilation
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
[KOTLIN] Kotlin compilation 'jdkHome' argument: /usr/lib/jvm/java-17-openjdk
i: found daemon on port 17766 (33756 ms old), trying to connect
i: connected to the daemon
Options for KOTLIN DAEMON: IncrementalCompilationOptions(super=CompilationOptions(compilerMode=INCREMENTAL_COMPILER, targetPlatform=JVM, reportCategories=[0], reportSeverity=2, requestedCompilationResults=[0]kotlinScriptExtensions=[kt, kts, java]), areFileChangesKnown=false, modifiedFiles=null, deletedFiles=null, classpathChanges=org.jetbrains.kotlin.incremental.ClasspathChanges$NotAvailable$ClasspathSnapshotIsDisabled@63627364, workingDir=/home/r/repo/build/kotlin/compileTestKotlin, multiModuleICSettings=MultiModuleICSettings(buildHistoryFile=/home/r/repo/build/kotlin/compileTestKotlin/build-history.bin, useModuleDetection=false), usePreciseJavaTracking=trueoutputFiles=[/home/r/repo/build/classes/kotlin/test, /home/r/repo/build/kotlin/compileTestKotlin])
Watching 37 directories to track changes
:compileTestKotlin (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.924 secs.
:generateTestGrammarSource (Thread[Execution worker for ':' Thread 4,5,main]) started.

1m> Task :generateTestGrammarSourcem33m NO-SOURCE39m
file or directory '/home/r/repo/src/test/antlr', not found
Skipping task ':generateTestGrammarSource' as it has no source files and no previous output files.
:generateTestGrammarSource (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.001 secs.
:compileTestJava (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m======0;39;1m-------> 50% EXECUTING [57s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :compileTestJavam18D1B5A0K
1m> Task :compileTestJavam0K
Watching 37 directories to track changes0K
Watching 38 directories to track changes0K
Watching 39 directories to track changes0K
Watching 40 directories to track changes
Excluding []
Caching disabled for task ':compileTestJava' because:
  Build cache is disabled
Task ':compileTestJava' is not up-to-date because:
  No history is available.
Watching 40 directories to track changes
Watching 39 directories to track changes
Watching 38 directories to track changes
Watching 37 directories to track changes
The input changes require a full rebuild for incremental task ':compileTestJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/java-17-openjdk'.
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
Compiling with JDK Java compiler API.
Class dependency analysis for incremental compilation took 0.004 secs.
Created classpath snapshot for incremental compilation in 0.058 secs.
Watching 40 directories to track changes
Watching 42 directories to track changes
Watching 44 directories to track changes
Watching 45 directories to track changes
:compileTestJava (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.549 secs.
:processTestResources (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [57s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :processTestResourcesm23D1B5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [58s]m35D5B5A0K
1m> Task :processTestResourcesm0K
Watching 45 directories to track changes0K
Watching 855 directories to track changes0K
Caching disabled for task ':processTestResources' because:0K
  Build cache is disabled
Task ':processTestResources' is not up-to-date because:
  No history is available.
Watching 855 directories to track changes
Watching 1665 directories to track changes
:processTestResources (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.745 secs.
:testClasses (Thread[Execution worker for ':' Thread 4,5,main]) started.

1m> Task :testClassesm
Skipping task ':testClasses' as it has no actions.
:testClasses (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs.
:checkstyleTest (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=======0;39;1m------> 60% EXECUTING [58s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleTestm17D1B5A0K
1m> Task :checkstyleTestm0K
Watching 1665 directories to track changes0K
Caching disabled for task ':checkstyleTest' because:0K
  Build cache is disabled0K
Task ':checkstyleTest' is not up-to-date because:
  No history is available.
Watching 1665 directories to track changes
[ant:checkstyle] Running Checkstyle 9.1 on 18 files
[ant:xslt] Processing /home/r/repo/build/tmp/checkstyleTest/test.xml to /home/r/repo/build/reports/checkstyle/test.html
[ant:xslt] Loading stylesheet <?xml version="1.0"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

    <xsl:template match=&quot;/&quot;&gt;
        &lt;html&gt;
            &lt;head&gt;
                &lt;title&gt;Sun Coding Style Violations&lt;/title&gt;
            &lt;/head&gt;
            &lt;body bgcolor=&quot;#FFFFEF&quot;&gt;
                &lt;p&gt;&lt;b&gt;Coding Style Check Results&lt;/b&gt;&lt;/p&gt;
                &lt;table border=&quot;1&quot; cellspacing="0" cellpadding="2">
                    <tr bgcolor="#CC9966">
                        <th colspan="2"><b>Summary</b></th>
                    </tr>
                    <tr bgcolor="#CCF3D0">
                        <td>Total files checked</td>
                        <td><xsl:number level="any" value="count(descendant::file)"/></td>
                    </tr>
                    <tr bgcolor="#F3F3E1">
                        <td>Files with errors</td>
                        <td><xsl:number level="any" value="count(descendant::file[error])"/></td>
                    </tr>
                    <tr bgcolor="#CCF3D0">
                        <td>Total errors</td>
                        <td><xsl:number level="any" value="count(descendant::error)"/></td>
                    </tr>
                    <tr bgcolor="#F3F3E1">
                        <td>Errors per file</td>
                        <td><xsl:number level="any" value="count(descendant::error) div count(descendant::file)"/></td>
                    </tr>
                </table>
                <hr align="left" width="95%" size="1"/>
                <p>The following are violations of the Sun Coding-Style Standards:</p>
                <p/>
                <xsl:apply-templates/>
            </body>
        </html>
    </xsl:template>

    <xsl:template match="file[error]">
        <table bgcolor="#AFFFFF" width="95%" border="1" cellspacing="0" cellpadding="2">
            <tr>
                <th> File: </th>
                <td>
                    <xsl:value-of select="@name"/>
                </td>
            </tr>
        </table>
        <table bgcolor="#DFFFFF" width="95%" border="1" cellspacing="0" cellpadding="2">
            <tr>
                <th> Line Number </th>
                <th> Error Message </th>
            </tr>
            <xsl:apply-templates select="error"/>
        </table>
        <p/>
    </xsl:template>

    <xsl:template match="error">
        <tr>
            <td>
                <xsl:value-of select="@line"/>
            </td>
            <td>
                <xsl:value-of select="@message"/>
            </td>
        </tr>
    </xsl:template>

</xsl:stylesheet>
Watching 1665 directories to track changes
:checkstyleTest (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.34 secs.
:pmdMain (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [58s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :pmdMain > Resolve dependencies of :pmd > Resolve dependencies of :detachedCom79D1B1A1m> :pmdMain > Resolve dependencies of :pmdm0K41D1B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [59s]m35D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8-dom.jar > 23.5 KiB/126.2 KiBm79D1B1m> :pmdMain > Resolve files of :pmd > asm-9.2.jar > 63.4 KiB/119.1 KiB downloadem79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 79.4 KiB/1.2 MiB dowm79D1B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 47.4 KiB/1.1 MiB dowm79D1B4A> IDLE0K6D1B1m> :pmdMain > Resolve files of :pmd > asm-9.2.jar > 79.4 KiB/119.1 KiB downloadem79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 399.4 KiB/1.2 MiB dom79D1B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 287.4 KiB/1.1 MiB dom79D1B2A1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 719.3 KiB/1.2 MiB dom79D1B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 495.3 KiB/1.1 MiB dom79D1B3A> IDLE0K6D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 1.1 MiB/1.2 MiB downm79D1B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 831.3 KiB/1.1 MiB dom79D1B2A> IDLE0K6D1B> IDLE0K6D1B1A1m> :pmdMain > Resolve files of :pmdm34D1B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m]m0K34D4B1m> :pmdMainm0K10D1B5A0K
1m> Task :pmdMainm0K
Watching 1666 directories to track changes0K
Watching 1666 directories to track changes0K
Excluding []0K
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/6.40.0/pmd-java-6.40.0.pom to /root/.gradle/.tmp/gradle_download4093935853286936337bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/6.40.0/pmd-6.40.0.pom to /root/.gradle/.tmp/gradle_download15087925947404914906bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom to /root/.gradle/.tmp/gradle_download5638982921429721819bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom to /root/.gradle/.tmp/gradle_download16375967625849971041bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom to /root/.gradle/.tmp/gradle_download838394766670467172bin
Downloading https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom to /root/.gradle/.tmp/gradle_download2645752321072349878bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/6.40.0/pmd-core-6.40.0.pom to /root/.gradle/.tmp/gradle_download11559237686369554249bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom to /root/.gradle/.tmp/gradle_download1363162895754047025bin
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom to /root/.gradle/.tmp/gradle_download14663251144256489855bin
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom to /root/.gradle/.tmp/gradle_download9417378003864501057bin
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.module to /root/.gradle/.tmp/gradle_download1164755822733434903bin
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.module to /root/.gradle/.tmp/gradle_download193533483407418660bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom to /root/.gradle/.tmp/gradle_download4012136702669395026bin
Downloading https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom to /root/.gradle/.tmp/gradle_download17416003307733501703bin
Downloading https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom to /root/.gradle/.tmp/gradle_download9691945880414227089bin
Downloading https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom to /root/.gradle/.tmp/gradle_download5664427838255415902bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar to /root/.gradle/.tmp/gradle_download2382184093072239476bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar to /root/.gradle/.tmp/gradle_download871620748287645726bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/6.40.0/pmd-core-6.40.0.jar to /root/.gradle/.tmp/gradle_download7047985111621894005bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/6.40.0/pmd-java-6.40.0.jar to /root/.gradle/.tmp/gradle_download11882581461495082615bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar to /root/.gradle/.tmp/gradle_download7472576786743639804bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar to /root/.gradle/.tmp/gradle_download17124374799114792661bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar to /root/.gradle/.tmp/gradle_download14508715774740653030bin
Downloading https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar to /root/.gradle/.tmp/gradle_download8672114692810836896bin
Downloading https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar to /root/.gradle/.tmp/gradle_download12833102811789794926bin
Caching disabled for task ':pmdMain' because:
  Build cache is disabled
Task ':pmdMain' is not up-to-date because:
  No history is available.
Watching 1666 directories to track changes
Watching 1665 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m]m34D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :pmdMainm10D1B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 1s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 2s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 3s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 4s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 5s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 6s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 7s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 8s]m37D5B5AAnalysis cache created0K
452 PMD rule violations were found. See the report at: file:///home/r/repo/build/reports/pmd/main.html0K
Watching 1666 directories to track changes0K
Watching 1666 directories to track changes0K
:pmdMain (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 10.359 secs.0K
:pmdTest (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 67% EXECUTING [1m 9s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :pmdTest > Resolve dependencies of :testPmdAuxClasspath > Resolve dependenciem79D1B1A1m> :pmdTestm0K10D1B5A0K
1m> Task :pmdTestm0K
Watching 1666 directories to track changes0K
Watching 1666 directories to track changes0K
Excluding []0K
Caching disabled for task ':pmdTest' because:
  Build cache is disabled
Task ':pmdTest' is not up-to-date because:
  No history is available.
Watching 1666 directories to track changes
Watching 1666 directories to track changes
Analysis cache created
66 PMD rule violations were found. See the report at: file:///home/r/repo/build/reports/pmd/test.html
Watching 1666 directories to track changes
Watching 1666 directories to track changes
:pmdTest (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.283 secs.
:check (Thread[Execution worker for ':' Thread 4,5,main]) started.

1m> Task :checkm
Skipping task ':check' as it has no actions.
:check (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs.
:fatJar (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 9s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :fatJarm9D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 10s]m38D5B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 11s]m38D5B5A0K
1m> Task :fatJarm0K
Watching 1666 directories to track changes0K
Watching 1667 directories to track changes0K
Watching 1668 directories to track changes0K
Caching disabled for task ':fatJar' because:
  Build cache is disabled
Task ':fatJar' is not up-to-date because:
  No history is available.
Watching 1668 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 11s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :fatJarm9D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 12s]m38D5B5AWatching 1668 directories to track changes0K
:fatJar (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 3.127 secs.0K
:build (Thread[Execution worker for ':' Thread 4,5,main]) started.0K
0K
1m> Task :buildm0K
Skipping task ':build' as it has no actions.
:build (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs.
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==========0;39;1m---> 82% EXECUTING [1m 12s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :generateMetadataFileForMavenJavaPublicationm46D1B5A0K
1m> Task :generateMetadataFileForMavenJavaPublicationm0K
Watching 1668 directories to track changes0K
Watching 1668 directories to track changes0K
Execution optimizations have been disabled for task ':generateMetadataFileForMavenJavaPublication' to ensure correctness due to the following reasons:0K
  - Gradle detected a problem with the following location: '/home/r/repo/build/libs/J2EO-0.5.2.jar'. Reason: Task ':generateMetadataFileForMavenJavaPublication' uses this output of task ':fatJar' 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.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Invalidating VFS because task ':generateMetadataFileForMavenJavaPublication' failed validation
Not watching anything anymore
Watching 0 directories to track changes
Caching disabled for task ':generateMetadataFileForMavenJavaPublication' because:
  Build cache is disabled
Task ':generateMetadataFileForMavenJavaPublication' is not up-to-date because:
  Task.upToDateWhen is false.
Watching 1 directories to track changes
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.473 secs.
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===========0;39;1m--> 85% EXECUTING [1m 12s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :generatePomFileForMavenJavaPublicationm41D1B5A0K
1m> Task :generatePomFileForMavenJavaPublicationm0K
Watching 1 directories to track changes0K
Caching disabled for task ':generatePomFileForMavenJavaPublication' because:0K
  Build cache is disabled0K
Task ':generatePomFileForMavenJavaPublication' is not up-to-date because:
  Task.upToDateWhen is false.
Watching 1 directories to track changes
Watching 1 directories to track changes
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.129 secs.
0K
0K
0K
0K
0K
5A1m<0;32;1m===========0;39;1m--> 89% EXECUTING [1m 13s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A:signMavenJavaPublication (Thread[Execution worker for ':' Thread 4,5,main]) started.0K
0K
1m> Task :signMavenJavaPublicationm33m SKIPPED39m0K
Skipping task ':signMavenJavaPublication' as task onlyIf is false.0K
:signMavenJavaPublication (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs.0K
:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 13s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jarm64D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 80 KiB/21.2 m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository &gt; j2eo-0.5.2.jar &gt; 152 KiB/21.2m79D1B1A1m&gt; :publishMavenJavaPublicationToMavenRepository &gt; j2eo-0.5.2.jar &gt; 248 KiB/21.2m79D1B1A1m&gt; :publishMavenJavaPublicationToMavenRepository &gt; j2eo-0.5.2.jar &gt; 936 KiB/21.2m79D1B1A1m&gt; :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 2.2 MiB/21.2m79D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 14s]m38D4B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 4.7 MiB/21.2m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 6.1 MiB/21.2m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 7.6 MiB/21.2m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 9 MiB/21.2 Mm79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 10.4 MiB/21.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 11.8 MiB/21.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 13 MiB/21.2 m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 13.2 MiB/21.m79D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 15s]m38D4B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 14.7 MiB/21.m79D1B5A0K
1m> Task :publishMavenJavaPublicationToMavenRepositorym0K
Caching disabled for task ':publishMavenJavaPublicationToMavenRepository' because:0K
  Build cache is disabled0K
Task ':publishMavenJavaPublicationToMavenRepository' is not up-to-date because:0K
  Task has not declared any outputs despite executing actions.
Publishing to repository 'maven' (https://s01.oss.sonatype.org/content/repositories/releases/)
Uploading j2eo-0.5.2.jar to /content/repositories/releases/org/polystat/j2eo/0.5.2/j2eo-0.5.2.jar
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 15s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 16.1 MiB/21.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 16.5 MiB/21.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 17.5 MiB/21.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 18.9 MiB/21.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 20.4 MiB/21.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar > 21.2 MiB/21.m79D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 16s]m38D4B1m> :publishMavenJavaPublicationToMavenRepositorym0K47D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar.sha1m69D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar.md5m0K68D1B1A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar.sha256m71D1B1A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.jar.sha512m71D1B5AUploading j2eo-0.5.2.pom to /content/repositories/releases/org/polystat/j2eo/0.5.2/j2eo-0.5.2.pom0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 16s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.pom > 3.5 KiB/3.5 m79D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 17s]m38D4B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.pom.sha1m0K69D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.pom.md5m0K68D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.pom.sha256m71D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.pom.sha512m71D1B5AUploading j2eo-0.5.2-javadoc.jar to /content/repositories/releases/org/polystat/j2eo/0.5.2/j2eo-0.5.2-javadoc.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 17s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-javadoc.jar > 113.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-javadoc.jar.sha1m0K77D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-javadoc.jar.md5m0K76D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-javadoc.jar.sha256m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-javadoc.jar.sha512m79D1B5AUploading j2eo-0.5.2-sources.jar to /content/repositories/releases/org/polystat/j2eo/0.5.2/j2eo-0.5.2-sources.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 18s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-sources.jar > 146.m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-sources.jar.sha1m0K77D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-sources.jar.md5m0K76D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-sources.jar.sha256m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2-sources.jar.sha512m79D1B5AUploading j2eo-0.5.2.module to /content/repositories/releases/org/polystat/j2eo/0.5.2/j2eo-0.5.2.module0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 18s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.module > 5 KiB/5 Km79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.module.sha1m0K72D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m38D4B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.module.md5m0K71D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.module.sha256m74D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.2.module.sha512m74D1B1A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm0K68D1B5AUploading maven-metadata.xml to /content/repositories/releases/org/polystat/j2eo/maven-metadata.xml0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm68D1B1A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha1m73D1B1A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.md5m0K72D1B1A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha256m75D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 20s]m38D4B1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha512m75D1B5A:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 7.018 secs.0K
:publish (Thread[Execution worker for ':' Thread 4,5,main]) started.0K
0K
1m> Task :publishm0K
Skipping task ':publish' as it has no actions.0K
:publish (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 2 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

32;1mBUILD SUCCESSFUL0;39m in 1m 22s
19 actionable tasks: 19 executed
Not watching anything anymore
Watching 0 directories to track changes
Some of the file system contents retained in the virtual file system are on file systems that Gradle doesn't support watching. The relevant state was discarded to ensure changes to these locations are properly detected. You can override this by explicitly enabling file system watching.
Watching 0 directories to track changes
Created user preferences directory.
0K
0K
0K
0K
0K
5A1m&lt;0;1m-------------&gt; 0% WAITINGm26D1B&gt; IDLE6D1B&gt; IDLE6D1B&gt; IDLE6D1B1m&gt; :publishMavenJavaPublicationToMavenRepository &gt; maven-metadata.xml.sha512m75D1B5A2K1B2K1B2K1B2K1B2K4A0m?12l?25h+ echo Done.
Done.
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.5.2 -m '0.5.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at 675dcf2 Merge branch '__rultor'
+ git clean -fd
Removing gradle.properties
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 675dcf2).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:polystat/j2eo.git
 * [new tag]         0.5.2 -> 0.5.2
container b95d7f257e549b4435e5cb27c894959c5cd5ebf61ffcf378448bda930a7c48d8 is dead
Wed May 25 09:25:14 CEST 2022