rultor.com logo This build log was produced by rultor.com for polystat/j2eo#82
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 5971
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Tue Apr 19 21:47:44 CEST 2022
+ uptime
 21:47:44 up 569 days,  5:53,  0 users,  load average: 1.18, 1.07, 1.02
+ head=git@github.com:polystat/j2eo.git
+ image=iammaxim/j2eo:latest
+ head_branch=master
+ author=iammaxim
+ tag=0.4.0
+ vars=('--env=head=git@github.com:polystat/j2eo.git' '--env=tag=0.4.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.0'\''\'\'''\'''\'' '\'';'\'' '\''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.4.0'\''' ';' '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_82
+ 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.4.0'\''' ';' '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.4.0 ']'
+ [[ 0.4.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.4.0"'
tag name is valid: "0.4.0"
+ cd repo
++ git tag -l 0.4.0
+ '[' ']'
+ 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
++ sed 's/ /\n/g'
++ tail -n 1
+ load=1.02
++ bc
++ echo 1.02 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 1.02, low enough to run a new Docker container'
load average is 1.02, 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_82\s*$'
+ ls -al .
total 724
drwx--x--x  3 rultor rultor   4096 Apr 19 21:47 .
drwxrwxrwt 14 root   root   684032 Apr 19 21:47 ..
-rw-rw-r--  1 rultor rultor    444 Apr 19 21:47 end.sh
-rwxrwxr-x  1 rultor rultor    162 Apr 19 21:47 entry.sh
-rw-rw-r--  1 rultor rultor     42 Apr 19 21:47 gradle.properties
-rw-rw-r--  1 rultor rultor      5 Apr 19 21:47 pid
-rw-rw-r--  1 rultor rultor   1192 Apr 19 21:47 pubring.gpg
drwxrwxr-x 10 rultor rultor   4096 Apr 19 21:47 repo
-rwxrwxr-x  1 rultor rultor   5859 Apr 19 21:47 run.sh
-rw-rw-r--  1 rultor rultor    639 Apr 19 21:47 script.sh
-rw-rw-r--  1 rultor rultor   2570 Apr 19 21:47 secring.gpg
-rw-rw-r--  1 rultor rultor   4258 Apr 19 21:47 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-hcpw:/main --env=head=git@github.com:polystat/j2eo.git --env=tag=0.4.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.0'\''\'\'''\'''\'' '\'';'\'' '\''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-hcpw/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_j2eo_82 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.4.0
+ tag=0.4.0
+ 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 Apr 19 19:47 .
drwxr-xr-x  1 root root 4.0K Apr 19 19:47 ..
-rw-r--r--  1 root root   64 Apr 19 19:47 cid
-rw-r--r--  1 root root  444 Apr 19 19:47 end.sh
-rwxr-xr-x  1 root root  162 Apr 19 19:47 entry.sh
-rw-r--r--  1 root root   42 Apr 19 19:47 gradle.properties
-rw-r--r--  1 root root    5 Apr 19 19:47 pid
-rw-r--r--  1 root root 1.2K Apr 19 19:47 pubring.gpg
drwxr-xr-x 10 root root 4.0K Apr 19 19:47 repo
-rwxr-xr-x  1 root root 5.8K Apr 19 19:47 run.sh
-rwxr-xr-x  1 root root  639 Apr 19 19:47 script.sh
-rw-r--r--  1 root root 2.6K Apr 19 19:47 secring.gpg
-rw-r--r--  1 root root 6.3K Apr 19 19:47 stdout
+ echo 'Contents of current dir:'
Contents of current dir:
+ ls -lha
total 108K
drwxr-xr-x 10 root root 4.0K Apr 19 19:47 .
drwxr-xr-x  3 root root 4.0K Apr 19 19:47 ..
-rw-r--r--  1 root root  13K Apr 19 19:47 build.gradle.kts
-rwxr-xr-x  1 root root  157 Apr 19 19:47 build.sh
-rw-r--r--  1 root root 1.5K Apr 19 19:47 CHANGELOG.md
drwxr-xr-x  4 root root 4.0K Apr 19 19:47 config
drwxr-xr-x  2 root root 4.0K Apr 19 19:47 docker
-rw-r--r--  1 root root   81 Apr 19 19:47 .dockerignore
drwxr-xr-x  8 root root 4.0K Apr 19 19:47 .git
drwxr-xr-x  3 root root 4.0K Apr 19 19:47 .github
-rw-r--r--  1 root root  119 Apr 19 19:47 .gitignore
drwxr-xr-x  3 root root 4.0K Apr 19 19:47 gradle
-rw-r--r--  1 root root   42 Apr 19 19:47 gradle.properties
-rwxr-xr-x  1 root root 5.7K Apr 19 19:47 gradlew
-rw-r--r--  1 root root 2.7K Apr 19 19:47 gradlew.bat
drwxr-xr-x  2 root root 4.0K Apr 19 19:47 grammar
drwxr-xr-x  2 root root 4.0K Apr 19 19:47 polystat_check
-rw-r--r--  1 root root 3.5K Apr 19 19:47 README.md
-rw-r--r--  1 root root  662 Apr 19 19:47 .rultor.yml
-rw-r--r--  1 root root   26 Apr 19 19:47 settings.gradle.kts
drwxr-xr-x  4 root root 4.0K Apr 19 19:47 src
-rw-r--r--  1 root root   43 Apr 19 19:47 test_candidates.sh
-rwxr-xr-x  1 root root  406 Apr 19 19:47 test-hadoop.sh
+ echo 'Building Gradle project (excluding tests)...'
Building Gradle project (excluding tests)...
+ ./gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=0.4.0 -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 Tue Apr 19 19:47:50 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 0.993 secs.
The client will now receive all logging from the daemon (pid: 70). The daemon log file: /root/.gradle/daemon/7.2/daemon-70.out.log0K
Starting build in new daemon [memory: 512 MiB]

0K
2A1B> IDLE6D1B2AUsing 12 worker leases.
1B0K
2A0K1B> IDLE6D1B2A1m<0;1m-------------> 0% INITIALIZING [62ms]m38D2B2A1m<0;1m-------------> 0% INITIALIZING [162ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [262ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [362ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [462ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [562ms]m39D2B2AWatching the file system is configured to be enabled if available0K
Now considering [/home/r/repo] as hierarchies to watch0K
File system watching is active
0K
0K
2A1m<0;1m-------------> 0% INITIALIZING [662ms]m39D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [762ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [862ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [962ms]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]m35D1B1m> root project > Resolve dependencies of detachedConfiguration3m63D1B1A1m> 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_download10844458373890411878bin0K
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_download10187114139687705996bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [9s]m0K35D1B1m> root project > Resolve dependencies of :classpath > jacoco-badge-gradle-plugim79D1B1A1m> root project > Resolve dependencies of :classpath > commons-io-2.6.pomm0K72D1B2ADownloading https://plugins.gradle.org/m2/commons-io/commons-io/2.6/commons-io-2.6.pom to /root/.gradle/.tmp/gradle_download1528856114954186014bin0K
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; 4.3 m79D1B1A1m> root project > Resolve dependencies of :classpathm0K51D1B1A1m> root project > Resolve dependencies of :classpath > commons-parent-42.pomm75D1B2ADownloading https://plugins.gradle.org/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom to /root/.gradle/.tmp/gradle_download8520320427051027911bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve dependencies of :classpath > commons-parent-42.pom > 6m79D1B1A1m> root project > Resolve dependencies of :classpath > commons-parent-42.pom > 3m79D1B1A1m> root project > Resolve dependencies of :classpathm0K51D1B1A1m> root project > Resolve dependencies of :classpath > apache-18.pomm67D1B2ADownloading https://plugins.gradle.org/m2/org/apache/apache/18/apache-18.pom to /root/.gradle/.tmp/gradle_download15361742785876004990bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve dependencies of :classpath > apache-18.pom > 5.9 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_download15503322370322069734bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve files of :classpath > jacoco-badge-gradle-plugin-0.2.4m79D1B> IDLE6D1B3A1m<0;1m-------------> 0% CONFIGURING [11s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D3B3ADownloading 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_download12948622441243008484bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m0K36D1B1m> root projectm14D1B> IDLE6D1B3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D3B3AApplying 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 [13s]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 [13s]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'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'api' in project 'J2EO'0K
Applying dependency management to configuration 'apiDependenciesMetadata' in project 'J2EO'0K
Applying dependency management to configuration 'implementationDependenciesMetadata' in project 'J2EO'0K
Applying dependency management to configuration 'compileOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'runtimeOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'intransitiveDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testApi' in project 'J2EO'
Applying dependency management to configuration 'testApiDependenciesMetadata' in project 'J2EO'
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'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'kotlinCompilerPluginClasspathTest' in project 'J2EO'0K
Applying dependency management to configuration 'testKotlinScriptDef' in project 'J2EO'0K
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef0K
Applying dependency management to configuration 'testKotlinScriptDefExtensions' in project 'J2EO'
Applying dependency management to configuration 'sourceArtifacts' in project 'J2EO'
Applying dependency management to configuration 'compileOnlyApi' in project 'J2EO'
Applying dependency management to configuration 'antlr' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'jacocoAgent' in project 'J2EO'0K
Applying dependency management to configuration 'jacocoAnt' in project 'J2EO'0K
Applying dependency management to configuration 'pmd' in project 'J2EO'0K
Applying dependency management to configuration 'pmdAux' in project 'J2EO'
Applying dependency management to configuration 'checkstyle' in project 'J2EO'
Applying dependency management to configuration 'signatures' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]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 [13s]m36D1B1m> root projectm14D1B> IDLE6D1B3A1m<0;1m-------------> 0% CONFIGURING [14s]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 [14s]m36D1B1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B> IDLE6D1B3A1m<0;1m-------------&gt; 0% CONFIGURING [15s]m36D3B3A1m&lt;0;1m-------------&gt; 0% CONFIGURING [16s]m36D3B3A1m&lt;0;1m-------------&gt; 0% CONFIGURING [17s]m36D3B3A1m&lt;0;1m-------------&gt; 0% CONFIGURING [18s]m36D3B2A1m&gt; root projectm0K14D2B3AProvided Maven username of length 80K
Provided Maven password of length 80K
1B0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'javadocElements' in project 'J2EO'0K
Applying dependency management to configuration 'sourcesElements' in project 'J2EO'0K
1B0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B3AResolving global dependency management for project 'J2EO'0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m0K36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B2A1m> 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/4.9.3/antlr4-4.9.3.pom to /root/.gradle/.tmp/gradle_download12938877700704975988bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom to /root/.gradle/.tmp/gradle_download6323769155042855242bin0K
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
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B> IDLE6D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3ADownloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.pom to /root/.gradle/.tmp/gradle_download5657985910174117226bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B> IDLE0K6D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3ADownloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.module to /root/.gradle/.tmp/gradle_download16275222953460727698bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.pom to /root/.gradle/.tmp/gradle_download2447405687483067477bin0K
Downloading https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom to /root/.gradle/.tmp/gradle_download17745476264104967209bin0K
Downloading https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom to /root/.gradle/.tmp/gradle_download9130916364105637111bin
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_download12035330562859199846bin
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_download17043846099130179565bin
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.pom to /root/.gradle/.tmp/gradle_download5805583843368733101bin
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_download3651464104823306868bin
Downloading https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom to /root/.gradle/.tmp/gradle_download8173878037505609983bin
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/antlr4-master/4.9.2/antlr4-master-4.9.2.pom to /root/.gradle/.tmp/gradle_download17576344773438001396bin
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom to /root/.gradle/.tmp/gradle_download9506561169286956787bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m0K36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B> IDLE6D1B2A1m> root project > Resolve dependencies of :runtimeClasspathm0K58D2B3A1m<0;1m-------------> 0% CONFIGURING [20s]m36D3B3AExcluding []0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [20s]m0K36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B3ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.9.3/antlr4-4.9.3.jar to /root/.gradle/.tmp/gradle_download16174737501115821784bin0K
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_download10194703706395766013bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.jar to /root/.gradle/.tmp/gradle_download6460955886005417801bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar to /root/.gradle/.tmp/gradle_download17500692777192568251bin
Downloading https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar to /root/.gradle/.tmp/gradle_download17127278988511684638bin
0K
0K
0K


5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jarm69D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 39.5 Km79D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-runtime-4.9.2.jar m79D1B1m> root project > Resolve files of :runtimeClasspath > ST4-4.3.1.jar > 19.4 KiB/m79D1B5ADownloading 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_download12861770594638368932bin0K
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.jar to /root/.gradle/.tmp/gradle_download8877308835488718168bin0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.jar to /root/.gradle/.tmp/gradle_download14352440291606222471bin0K
2B0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [20s]m0K36D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jar > 143.4 Km79D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 383.3 m79D1B> IDLE6D1B> IDLE6D1B4A> IDLE0K6D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 981.5 m79D3B3A1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 1.5 Mim79D3B3A1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 2.2 Mim79D3B3A> IDLE0K6D3B5A1m<0;1m-------------> 0% CONFIGURING [21s]m36D5B5AWorking Directory = /home/r/repo0K
Grammar file changed since last build; Rebuilding parser with ANTLR...0K
3B0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [21s]m36D1B> IDLE6D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B5AStarting 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
2B0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [21s]m36D1B> IDLE6D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 0% CONFIGURING [22s]m36D5B5AApplying Maven credentials0K
4B0K
5A1m&lt;0;1m-------------&gt; 0% CONFIGURING [22s]m36D1B&gt; IDLE0K6D1B1m&gt; root projectm14D1B&gt; IDLE6D1B&gt; 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 [22s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5AApplying dependency management to configuration 'mainPmdAuxClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'testPmdAuxClasspath' in project 'J2EO'0K
3B0K
0K
5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [22s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5ASelected primary task 'fatJar' from project :0K
Selected primary task 'publish' from project :0K
3B0K
0K
5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [22s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5ATasks 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
:compileKotlin (Thread[Execution worker for ':',5,main]) started.0K
2B0K
0K
0K
5A1m<0;1m-------------> 0% EXECUTING [22s]m34D1B> IDLE6D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B3A1m> :compileKotlin > Resolve dependencies of :kotlinCompilerPluginClasspathMainm77D3B3A1m> :compileKotlin > Resolve files of :compileClasspathm0K53D3B3A1m> :compileKotlinm0K16D3B5A1m<0;1m-------------> 0% EXECUTING [23s]m34D2B1m> :compileKotlin > Resolve files of :compileClasspathm53D3B3A1m> :compileKotlinm0K16D3B3A1m> :compileKotlin > Resolve dependencies of :kotlinCompilerClasspathm67D3B3A1m> :compileKotlinm0K16D3B5AWatching 1 directories to track changes0K
4B0K
5A1m<0;1m-------------> 0% EXECUTING [23s]m34D1B> IDLE0K6D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [24s]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
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% EXECUTING [24s]m34D1B> IDLE6D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B5Ai: found daemon on port 17288 (6004615365 ms old), trying to connect0K
i: cannot connect to registry: Connection refused0K
i: found seemingly orphaned run file '/root/.kotlin/daemon/kotlin-daemon.2022-02-09T07-51-20.184Z.4554fdacf4d2e88b050789566e07e1e9.17288.run' (6004615365 ms old), deleting it0K
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.jar0K
i: Received the message signalling that the daemon is ready0K
i: new daemon started, trying to find it
i: found daemon on port 17423 (36 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@1fe1d8c1, 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 [24s]m34D1B> IDLE6D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B5A1m<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]m34D5B5Aw: /home/r/repo/src/main/java/main/Main2.kt: (81, 34): Parameter 'scanner' is never used, could be renamed to _0K
w: /home/r/repo/src/main/java/parser/TreeMappings.kt: (48, 9): Right operand of elvis operator (?:) is useless if it is null0K
w: /home/r/repo/src/main/java/parser/TreeMappings.kt: (50, 44): Parameter 'modifiers' is never used0K
w: /home/r/repo/src/main/java/parser/TreeMappings.kt: (53, 9): Right operand of elvis operator (?:) is useless if it is null0K
w: /home/r/repo/src/main/java/parser/TreeMappings.kt: (160, 13): Right operand of elvis operator (?:) is useless if it is null0K
w: /home/r/repo/src/main/java/parser/TreeMappings.kt: (223, 56): Elvis operator (?:) always returns the left operand of non-nullable type Literal
w: /home/r/repo/src/main/java/translator/Classes.kt: (57, 18): Parameter 'interfaceDeclaration' is never used
w: /home/r/repo/src/main/java/translator/Declarations.kt: (88, 23): Parameter 'initializer' is never used
w: /home/r/repo/src/main/java/translator/Expressions.kt: (47, 13): Parameter 'expr' is never used
w: /home/r/repo/src/main/java/translator/Expressions.kt: (184, 24): Parameter 'parseExprTasks' 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 ':',5,main]) completed. Took 21.178 secs.
:generateGrammarSource (Thread[Execution worker for ':',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 ':',5,main]) completed. Took 0.002 secs.
:compileJava (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 7% EXECUTING [43s]m34D1B> IDLE6D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [44s]m34D5B5A1m<0;1m-------------> 7% EXECUTING [45s]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 [45s]m34D1B> IDLE6D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [46s]m34D5B5A1m<0;1m-------------> 7% EXECUTING [47s]m34D5B5AClass dependency analysis for incremental compilation took 0.261 secs.0K
4B0K
5A1m<0;1m-------------> 7% EXECUTING [47s]m34D1B> IDLE0K6D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [48s]m34D5B5ACreated classpath snapshot for incremental compilation in 0.947 secs.0K
Watching 23 directories to track changes0K
Watching 25 directories to track changes0K
Watching 27 directories to track changes0K
Watching 28 directories to track changes0K
:compileJava (Thread[Execution worker for ':',5,main]) completed. Took 4.961 secs.
0K
0K
0K
0K
0K
5A1m<0;32;1m=0;39;1m------------> 10% EXECUTING [48s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A:processResources (Thread[Execution worker for ':',5,main]) started.0K
0K
1m> Task :processResourcesm0K
Watching 28 directories to track changes0K
Watching 30 directories to track changes0K
Caching disabled for task ':processResources' because:
  Build cache is disabled
Task ':processResources' is not up-to-date because:
  No history is available.
Watching 30 directories to track changes
Watching 33 directories to track changes
:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.031 secs.
:classes (Thread[Execution worker for ':',5,main]) started.

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

1m> Task :inspectClassesForKotlinICm
Watching 34 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 33 directories to track changes
Watching 34 directories to track changes
:inspectClassesForKotlinIC (Thread[Execution worker for ':',5,main]) completed. Took 0.02 secs.
:jar (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 21% EXECUTING [48s]m35D1B> IDLE6D1B1m> :jarm6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :jarm0K
Watching 34 directories to track changes0K
Watching 35 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 35 directories to track changes
Watching 36 directories to track changes
:jar (Thread[Execution worker for ':',5,main]) completed. Took 0.11 secs.
:javadoc (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [48s]m35D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [49s]m35D5B5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [50s]m35D5B5A0K
1m> Task :javadocm0K
Watching 36 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 36 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/tree/AnnoElementValue.java:3: warning: no comment
public class AnnoElementValue extends Entity {
       ^
/home/r/repo/src/main/java/tree/AnnoParameterList.java:20: warning: no comment
public class AnnoParameterList extends Entity {
       ^
/home/r/repo/src/main/java/tree/Annotation.java:9: warning: no comment
public class Annotation extends Entity {
       ^
/home/r/repo/src/main/java/tree/Annotation.java:12: warning: no comment
    public AnnoParameterList annoParameterList;
                             ^
/home/r/repo/src/main/java/tree/Annotation.java:11: warning: no comment
    public CompoundName compoundName;
                        ^
/home/r/repo/src/main/java/tree/Annotation.java:27: warning: no comment
    public Annotation(CompoundName cn, AnnoElementValue aev) {
           ^
/home/r/repo/src/main/java/tree/Annotation.java:15: warning: no comment
    public Annotation(CompoundName cn, AnnoParameterList apl) {
           ^
/home/r/repo/src/main/java/tree/Entity.java:62: warning: no comment
    public void report(int sh) {
                ^
/home/r/repo/src/main/java/tree/Annotations.java:5: warning: no comment
public class Annotations extends Entity {
       ^
/home/r/repo/src/main/java/tree/Annotations.java:7: warning: no comment
    public ArrayList<Annotation> annotations;
                                 ^
/home/r/repo/src/main/java/tree/Annotations.java:10: warning: no comment
    public Annotations(Annotation ann) {
           ^
/home/r/repo/src/main/java/tree/Annotations.java:18: warning: no comment
    public Annotations add(Annotation ann) {
                       ^
/home/r/repo/src/main/java/tree/Expression/ArgumentList.java:15: warning: no comment
public class ArgumentList extends Entity {
       ^
/home/r/repo/src/main/java/tree/Expression/ArgumentList.java:17: warning: no comment
    public ArrayList<Expression> arguments;
                                 ^
/home/r/repo/src/main/java/tree/Expression/ArgumentList.java:20: warning: no comment
    public ArgumentList(Expression expr) {
           ^
/home/r/repo/src/main/java/tree/Expression/ArgumentList.java:28: warning: no comment
    public ArgumentList add(Expression expr) {
                        ^
/home/r/repo/src/main/java/tree/Expression/ArrayAccess.java:9: warning: no comment
public class ArrayAccess extends Expression {
       ^
/home/r/repo/src/main/java/tree/Expression/ArrayAccess.java:11: warning: no comment
    public Expression expression;
                      ^
/home/r/repo/src/main/java/tree/Expression/ArrayAccess.java:12: warning: no comment
    public Expression size;
                      ^
/home/r/repo/src/main/java/tree/Expression/ArrayAccess.java:15: warning: no comment
    public ArrayAccess(Expression expr, Expression size) {
           ^
/home/r/repo/src/main/java/tree/Statement/Assert.java:13: warning: no comment
public class Assert extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/Assert.java:16: warning: no comment
    public Expression expression;
                      ^
/home/r/repo/src/main/java/tree/Statement/Assert.java:17: warning: no comment
    public Expression expression2;
                      ^
/home/r/repo/src/main/java/tree/Statement/Assert.java:20: warning: no comment
    public Assert(ArrayList<String> ls, Expression expr, Expression expr2) {
           ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:7: warning: no comment
public class Binary extends Expression {
       ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:9: warning: no comment
    public Expression left;
                      ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:11: warning: no comment
    public TokenCode operator;
                     ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:10: warning: no comment
    public Expression right;
                      ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:14: warning: no comment
    public Binary(Expression l, Expression r, Token token) {
           ^
/home/r/repo/src/main/java/tree/Statement/Block.java:19: warning: no comment
public class Block extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/Block.java:22: warning: no comment
    public BlockStatements block;
                           ^
/home/r/repo/src/main/java/tree/Statement/Block.java:25: warning: no comment
    public Block(ArrayList<String> ls, BlockStatements block) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:10: warning: no comment
public class BlockStatement extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:12: warning: no comment
    public Declaration declaration;
                       ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:14: warning: no comment
    public Expression expression;
                      ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:13: warning: no comment
    public Statement statement;
                     ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:17: warning: no comment
    public BlockStatement(Declaration d) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:39: warning: no comment
    public BlockStatement(Expression expr) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:28: warning: no comment
    public BlockStatement(Statement stmt) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:9: warning: no comment
public class BlockStatements extends Entity {
       ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:11: warning: no comment
    public ArrayList<BlockStatement> blockStatements;
                                     ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:19: warning: no comment
    public BlockStatements(ArrayList<BlockStatement> blockStatements) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:14: warning: no comment
    public BlockStatements(BlockStatement elem) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:26: warning: no comment
    public BlockStatements add(BlockStatement elem) {
                           ^
/home/r/repo/src/main/java/tree/Statement/Break.java:13: warning: no comment
public class Break extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/Break.java:16: warning: no comment
    public String label;
                  ^
/home/r/repo/src/main/java/tree/Statement/Break.java:19: warning: no comment
    public Break(ArrayList<String> ls, Token label) {
           ^
/home/r/repo/src/main/java/tree/Expression/Cast.java:10: warning: no comment
public class Cast extends Expression {
       ^
/home/r/repo/src/main/java/tree/Expression/Cast.java:13: warning: no comment
    public Expression expression;
                      ^
/home/r/repo/src/main/java/tree/Expression/Cast.java:12: warning: no comment
    public TypeList types;
                    ^
/home/r/repo/src/main/java/tree/Expression/Cast.java:16: warning: no comment
    public Cast(TypeList types, Expression expr) {
           ^
/home/r/repo/src/main/java/tree/Statement/CatchClause.java:9: warning: no comment
public class CatchClause extends Entity {
       ^
/home/r/repo/src/main/java/tree/Statement/CatchClause.java:12: warning: no comment
    public Block block;
                 ^
/home/r/repo/src/main/java/tree/Statement/CatchClause.java:11: warning: no comment
    public CatchParameter catchParameter;
                          ^
/home/r/repo/src/main/java/tree/Statement/CatchClause.java:15: warning: no comment
    public CatchClause(CatchParameter catchPar, Block b) {
           ^
/home/r/repo/src/main/java/tree/Statement/CatchClauses.java:15: warning: no comment
public class CatchClauses extends Entity {
       ^
/home/r/repo/src/main/java/tree/Statement/CatchClauses.java:17: warning: no comment
    public ArrayList<CatchClause> catchClauses;
                                  ^
/home/r/repo/src/main/java/tree/Statement/CatchClauses.java:20: warning: no comment
    public CatchClauses(CatchClause clause) {
           ^
/home/r/repo/src/main/java/tree/Statement/CatchClauses.java:28: warning: no comment
    public CatchClauses add(CatchClause clause) {
                        ^
/home/r/repo/src/main/java/tree/Declaration/CatchParameter.java:16: warning: no comment
public class CatchParameter extends ParameterDeclaration {
       ^
/home/r/repo/src/main/java/tree/Declaration/CatchParameter.java:27: warning: no comment
    public TypeList catchTypes;
                    ^
/home/r/repo/src/main/java/tree/Declaration/CatchParameter.java:30: warning: no comment
    public CatchParameter(Modifiers mods, TypeList types, Token id, Dims dims) {
           ^
/home/r/repo/src/main/java/tree/Declaration/ClassDeclaration.java:10: warning: no comment
public class ClassDeclaration extends Declaration {
       ^
/home/r/repo/src/main/java/tree/Declaration/ClassDeclaration.java:14: warning: no comment
    public ClassDeclaration(Modifiers mods, String n) {
           ^
/home/r/repo/src/main/java/tree/Declaration/ClassInitializer.java:11: warning: no comment
public class ClassInitializer extends Declaration {
       ^
/home/r/repo/src/main/java/tree/Declaration/ClassInitializer.java:13: warning: no comment
    public Block block;
                 ^
/home/r/repo/src/main/java/tree/Declaration/ClassInitializer.java:14: warning: no comment
    public boolean signStatic;
                   ^
/home/r/repo/src/main/java/tree/Declaration/ClassInitializer.java:17: warning: no comment
    public ClassInitializer(Block b, boolean ss) {
           ^
/home/r/repo/src/main/java/tree/Expression/Primary/ClassLiteral.java:12: warning: no comment
public class ClassLiteral extends Literal {
       ^
/home/r/repo/src/main/java/tree/Expression/Primary/ClassLiteral.java:15: warning: no comment
    public Dims dims;
                ^
/home/r/repo/src/main/java/tree/Expression/Primary/ClassLiteral.java:14: warning: no comment
    public Type type;  // VOID, if type==null
                ^
/home/r/repo/src/main/java/tree/Expression/Primary/ClassLiteral.java:18: warning: no comment
    public ClassLiteral(Type t, Dims d) {
           ^
/home/r/repo/src/main/java/tree/Compilation/CompilationUnit.java:11: warning: no comment
public class CompilationUnit extends Entity {
       ^
/home/r/repo/src/main/java/tree/CompoundName.java:12: warning: no comment
public class CompoundName extends Entity {
       ^
/home/r/repo/src/main/java/tree/CompoundName.java:14: warning: no comment
    public ArrayList<String> names;
                             ^
/home/r/repo/src/main/java/tree/CompoundName.java:17: warning: no comment
    public CompoundName(String first) {
           ^
/home/r/repo/src/main/java/tree/CompoundName.java:22: warning: no comment
    public CompoundName(List<String> name) {
           ^
/home/r/repo/src/main/java/tree/CompoundName.java:27: warning: no comment
    public CompoundName add(String next) {
                        ^
/home/r/repo/src/main/java/tree/CompoundName.java:36: warning: no comment
    public String concatenatedEO() {
                  ^
/home/r/repo/src/main/java/tree/CompoundName.java:32: warning: no comment
    public String concatenatedJava() {
                  ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:14: warning: no comment
public class Conditional extends Expression {
       ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:16: warning: no comment
    public Expression condition;
                      ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:18: warning: no comment
    public Expression elsePart;
                      ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:17: warning: no comment
    public Expression thenPart;
                      ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:21: warning: no comment
    public Conditional(Expression c, Expression t, Expression e) {
           ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorBody.java:12: warning: no comment
public class ConstructorBody extends Entity {
       ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorBody.java:15: warning: no comment
    public Block block;
                 ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorBody.java:14: warning: no comment
    public ExplicitConstructorInvocation invocation;
                                         ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorBody.java:18: warning: no comment
    public ConstructorBody(ExplicitConstructorInvocation inv, Block block) {
           ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclaration.java:22: warning: no comment
public class ConstructorDeclaration extends MethodDeclaration {
       ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclaration.java:32: warning: no comment
    public ExplicitConstructorInvocation invocation;
                                         ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclaration.java:36: warning: no comment
    public ConstructorDeclaration(Modifiers mods,
           ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclarator.java:11: warning: no comment
public class ConstructorDeclarator extends Entity {
       ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclarator.java:14: warning: no comment
    public ParameterDeclarations formalParameters;
                                 ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclarator.java:13: warning: no comment
    public TypeParameters typeParameters;
                          ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclarator.java:17: warning: no comment
    public ConstructorDeclarator(TypeParameters tpars, ParameterDeclarations pars) {
           ^
/home/r/repo/src/main/java/tree/Statement/Continue.java:13: warning: no comment
public class Continue extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/Continue.java:16: warning: no comment
    public String label;
                  ^
/home/r/repo/src/main/java/tree/Statement/Continue.java:19: warning: no comment
    public Continue(ArrayList<String> ls, Token label) {
           ^
/home/r/repo/src/main/java/tree/Declaration/Declaration.java:38: warning: no comment
public class Declaration extends Entity {
       ^
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]m35D5B5A100 warnings0K
4B0K
5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [51s]m35D1B> IDLE0K6D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B5AWatching 50 directories to track changes0K
:javadoc (Thread[Execution worker for ':',5,main]) completed. Took 2.753 secs.0K
:javadocJar (Thread[Execution worker for ':',5,main]) started.0K
0K
1m> Task :javadocJarm0K
Watching 50 directories to track changes
Watching 51 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 51 directories to track changes
Watching 51 directories to track changes
:javadocJar (Thread[Execution worker for ':',5,main]) completed. Took 0.077 secs.
:sourcesJar (Thread[Execution worker for ':',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 51 directories to track changes0K
Watching 66 directories to track changes0K
Watching 66 directories to track changes0K
Watching 67 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 ':',5,main]) completed. Took 0.071 secs.
:assemble (Thread[Execution worker for ':',5,main]) started.

1m> Task :assemblem
Skipping task ':assemble' as it has no actions.
:assemble (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:checkstyleMain (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [51s]m35D1B> IDLE6D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [52s]m35D5B3A1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve files of :detm79D3B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 207.3 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jarm0K69D1B1m> :checkstyleMain > Resolve files of :checkstyle > reflections-0.10.2.jarm73D1B1m> :checkstyleMain > Resolve files of :checkstyle > javassist-3.28.0-GA.jar > 95m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 375.2 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 31.4 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > reflections-0.10.2.jar > 79.m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > javassist-3.28.0-GA.jar > 30m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 487.2 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 543.4 Km79D1B> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > javassist-3.28.0-GA.jar > 43m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 567.2 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1 MiB/1m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > error_prone_annotations-2.5.m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > javassist-3.28.0-GA.jar > 57m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 679.2 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.5 MiBm79D1B> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > javassist-3.28.0-GA.jar > 71m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 855.3 Kim79D1B> IDLE0K6D2B> IDLE0K6D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 1.1 MiB/m79D4B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [53s]m35D1B1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 1.6 MiB/m79D4B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 2.1 MiB/m79D4B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 2.8 MiB/m79D4B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 3.5 MiB/m79D4B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 4.4 MiB/m79D4B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 5.4 MiB/m79D4B4A1m> :checkstyleMainm0K17D4B5A0K
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_download11931216164262837621bin0K
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_download10374366798965928696bin0K
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom to /root/.gradle/.tmp/gradle_download6799521470993923159bin
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_download14580650064644665133bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom to /root/.gradle/.tmp/gradle_download7470896306629387521bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom to /root/.gradle/.tmp/gradle_download5816358167818414854bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom to /root/.gradle/.tmp/gradle_download6688116287247134177bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.pom to /root/.gradle/.tmp/gradle_download9174364259590688149bin
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_download4385865504935778163bin
Downloading https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom to /root/.gradle/.tmp/gradle_download13682304984906117663bin
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_download10049432427432643143bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom to /root/.gradle/.tmp/gradle_download6730673550427120606bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom to /root/.gradle/.tmp/gradle_download1661767444777986291bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom to /root/.gradle/.tmp/gradle_download16674927005384226839bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom to /root/.gradle/.tmp/gradle_download13867838189921646413bin
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_download2108079460802337854bin
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_download2300703963166880392bin
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_download11910818880946116728bin
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/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]
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]
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/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]
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_download17429565840360797270bin
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_download2875114553282410477bin
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_download1039149852857066561bin
Excluding []
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]
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar to /root/.gradle/.tmp/gradle_download11123638714107903257bin
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/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar to /root/.gradle/.tmp/gradle_download652523974387059631bin
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_download5627448687345938655bin
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_download17197735176693264342bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.jar to /root/.gradle/.tmp/gradle_download9803267235285345555bin
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_download10455952864818815296bin
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]
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar to /root/.gradle/.tmp/gradle_download12435941152369640141bin
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_download2535044586310441645bin
Downloading https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.1/checkstyle-9.1.jar to /root/.gradle/.tmp/gradle_download2635630957418286383bin
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/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar to /root/.gradle/.tmp/gradle_download301221606843127465bin
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [53s]m35D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5AWatching 13 directories to track changes0K
Watching 23 directories to track changes0K
Watching 26 directories to track changes0K
Watching 27 directories to track changes0K
Watching 28 directories to track changes0K
Watching 29 directories to track changes
Watching 29 directories to track changes
Watching 30 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 30 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [54s]m35D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [55s]m35D5B5A[ant:checkstyle] Running Checkstyle 9.1 on 117 files0K
4B0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [55s]m35D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [56s]m35D5B5A[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=&quot;#AFFFFF&quot; width=&quot;95%&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot;&gt;
            &lt;tr&gt;
                &lt;th&gt; File: &lt;/th&gt;
                &lt;td&gt;
                    &lt;xsl:value-of select=&quot;@name&quot;/&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
        &lt;/table&gt;
        &lt;table bgcolor=&quot;#DFFFFF&quot; width=&quot;95%&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot;&gt;
            &lt;tr&gt;
                &lt;th&gt; Line Number &lt;/th&gt;
                &lt;th&gt; Error Message &lt;/th&gt;
            &lt;/tr&gt;
            &lt;xsl:apply-templates select=&quot;error&quot;/&gt;
        &lt;/table&gt;
        &lt;p/&gt;
    &lt;/xsl:template&gt;

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

</xsl:stylesheet>
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [56s]m35D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [57s]m35D5B5AWatching 31 directories to track changes0K
:checkstyleMain (Thread[Execution worker for ':',5,main]) completed. Took 5.472 secs.0K
:compileTestKotlin (Thread[Execution worker for ':',5,main]) started.0K
2B0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 42% EXECUTING [57s]m35D1B1m> :compileTestKotlin > Resolve dependencies of :testCompileClasspath > Resolve m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :compileTestKotlinm0K20D4B5A1m<0;32;1m=====0;39;1m--------> 42% EXECUTING [58s]m35D5B5A0K
1m> Task :compileTestKotlinm0K
file or directory '/home/r/repo/src/test/kotlin', not found0K
Watching 31 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_download8206089033037232838bin
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_download837296921825170605bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom to /root/.gradle/.tmp/gradle_download15493301388012076091bin
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_download5443921491859351368bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /root/.gradle/.tmp/gradle_download9801502074110954097bin
Watching 32 directories to track changes
Watching 36 directories to track changes
Watching 36 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 36 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 17423 (32848 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@1fe1d8c1, 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 40 directories to track changes
:compileTestKotlin (Thread[Execution worker for ':',5,main]) completed. Took 0.865 secs.
:generateTestGrammarSource (Thread[Execution worker for ':',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 ':',5,main]) completed. Took 0.001 secs.
:compileTestJava (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m======0;39;1m-------> 50% EXECUTING [58s]m35D1B1m> :compileTestJavam18D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :compileTestJavam0K
Watching 40 directories to track changes0K
Watching 41 directories to track changes0K
Watching 42 directories to track changes0K
Watching 43 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 43 directories to track changes
Watching 42 directories to track changes
Watching 41 directories to track changes
Watching 40 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.005 secs.
Created classpath snapshot for incremental compilation in 0.05 secs.
Watching 43 directories to track changes
Watching 45 directories to track changes
Watching 47 directories to track changes
Watching 48 directories to track changes
:compileTestJava (Thread[Execution worker for ':',5,main]) completed. Took 0.474 secs.
:processTestResources (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [58s]m35D1B1m> :processTestResourcesm23D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [59s]m35D5B5A0K
1m> Task :processTestResourcesm0K
Watching 48 directories to track changes0K
Watching 858 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 858 directories to track changes
Watching 1668 directories to track changes
:processTestResources (Thread[Execution worker for ':',5,main]) completed. Took 0.651 secs.
:testClasses (Thread[Execution worker for ':',5,main]) started.

1m> Task :testClassesm
Skipping task ':testClasses' as it has no actions.
:testClasses (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:checkstyleTest (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m&lt;0;32;1m=======0;39;1m------&gt; 60% EXECUTING [59s]m35D1B1m&gt; :checkstyleTestm17D1B&gt; IDLE6D1B&gt; IDLE6D1B&gt; IDLE6D1B5A0K
1m&gt; Task :checkstyleTestm0K
Watching 1668 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 1668 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="/">
        <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"/>
            </td>
        </tr>
    </xsl:template>

</xsl:stylesheet>
Watching 1668 directories to track changes
:checkstyleTest (Thread[Execution worker for ':',5,main]) completed. Took 0.444 secs.
:pmdMain (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [59s]m35D1B1m> :pmdMain > Resolve dependencies of :mainPmdAuxClasspath > Resolve dependenciem79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :pmdMain > Resolve dependencies of :pmd > Resolve dependencies of :detachedCom79D4B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m]m0K34D1B1m> :pmdMain > Resolve dependencies of :pmdm0K41D4B4A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jarm56D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8-dom.jar > 13.3 KiB/126.2 KiBm79D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 191.4 KiB/4.8 MiB downm79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jarm56D1B4A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 111.4 KiB/1.1 MiB dom79D1B> IDLE0K6D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 639.4 KiB/4.8 MiB downm79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 27.5 KiB/1.2 MiB dowm79D1B4A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 591.4 KiB/1.1 MiB dom79D2B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 821.5 KiB/4.8 MiB downm79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 351.4 KiB/1.2 MiB dom79D1B4A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 1 MiB/1.1 MiB downlom79D2B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 1013.5 KiB/4.8 MiB dowm79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 687.4 KiB/1.2 MiB dom79D1B4A> IDLE0K6D2B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 1.3 MiB/4.8 MiB downlom79D1B> IDLE0K6D1B2A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 1.8 MiB/4.8 MiB downlom79D2B2A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 2.5 MiB/4.8 MiB downlom79D2B2A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 3.1 MiB/4.8 MiB downlom79D2B2A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 4 MiB/4.8 MiB downloadm79D2B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 1s]m37D3B1m> :pmdMain > Resolve files of :pmdm0K34D2B2A1m> :pmdMainm0K10D2B5A0K
1m> Task :pmdMainm0K
Watching 1669 directories to track changes0K
Watching 1669 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_download192695107431148975bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/6.40.0/pmd-6.40.0.pom to /root/.gradle/.tmp/gradle_download5444610251244118649bin
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_download8522384608883777695bin
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_download7532684924577346814bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom to /root/.gradle/.tmp/gradle_download6331689539393185650bin
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_download9246799805612340029bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom to /root/.gradle/.tmp/gradle_download2127566500502448475bin
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_download5951668274468152114bin
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_download8822995025253900628bin
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_download15485632352383744882bin
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_download12494065340005818981bin
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_download8547471421754490311bin
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_download1896821354263485188bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom to /root/.gradle/.tmp/gradle_download5738420627205951403bin
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_download3944717257320350786bin
Downloading https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom to /root/.gradle/.tmp/gradle_download10750146522092600740bin
Excluding []
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_download2925583953160369234bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar to /root/.gradle/.tmp/gradle_download14814255997697979951bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar to /root/.gradle/.tmp/gradle_download2118611779481757575bin
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_download17055949656052663333bin
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_download17385416943511017805bin
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_download6743653338071217656bin
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_download11388104346231575831bin
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_download3225175761317321481bin
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_download5414853709377199636bin
Caching disabled for task ':pmdMain' because:
  Build cache is disabled
Task ':pmdMain' is not up-to-date because:
  No history is available.
Watching 1669 directories to track changes
Watching 1668 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 1s]m37D1B> IDLE6D1B> IDLE6D1B1m> :pmdMainm10D1B> IDLE6D1B5A1m<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]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 9s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 10s]m38D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 11s]m38D5B5AAnalysis cache created0K
1328 PMD rule violations were found. See the report at: file:///home/r/repo/build/reports/pmd/main.html0K
Watching 1669 directories to track changes0K
Watching 1669 directories to track changes0K
:pmdMain (Thread[Execution worker for ':',5,main]) completed. Took 11.649 secs.0K
:pmdTest (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 67% EXECUTING [1m 11s]m38D1B> IDLE6D1B> IDLE6D1B1m> :pmdTestm10D1B> IDLE6D1B5A0K
1m> Task :pmdTestm0K
Watching 1669 directories to track changes0K
Watching 1669 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 1669 directories to track changes
Watching 1669 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 1669 directories to track changes
Watching 1669 directories to track changes
:pmdTest (Thread[Execution worker for ':',5,main]) completed. Took 0.321 secs.
:check (Thread[Execution worker for ':',5,main]) started.

1m> Task :checkm
Skipping task ':check' as it has no actions.
:check (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:fatJar (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 11s]m38D1B> IDLE6D1B> IDLE6D1B1m> :fatJarm9D1B> IDLE6D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 12s]m38D5B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 13s]m38D5B5A0K
1m> Task :fatJarm0K
Watching 1669 directories to track changes0K
Watching 1670 directories to track changes0K
Watching 1671 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 1671 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 13s]m38D1B> IDLE6D1B> IDLE6D1B1m> :fatJarm9D1B> IDLE6D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 14s]m38D5B5AWatching 1671 directories to track changes0K
:fatJar (Thread[Execution worker for ':',5,main]) completed. Took 3.152 secs.0K
:build (Thread[Execution worker for ':',5,main]) started.0K
0K
1m> Task :buildm0K
Skipping task ':build' as it has no actions.
:build (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==========0;39;1m---> 82% EXECUTING [1m 14s]m38D1B> IDLE6D1B> IDLE6D1B1m> :generateMetadataFileForMavenJavaPublicationm46D1B> IDLE6D1B5A1m<0;32;1m==========0;39;1m---> 82% EXECUTING [1m 15s]m38D5B5A0K
1m> Task :generateMetadataFileForMavenJavaPublicationm0K
Watching 1671 directories to track changes0K
Watching 1671 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.4.0.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 ':',5,main]) completed. Took 0.492 secs.
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m&lt;0;32;1m===========0;39;1m--&gt; 85% EXECUTING [1m 15s]m38D1B&gt; IDLE6D1B&gt; IDLE6D1B1m&gt; :generatePomFileForMavenJavaPublicationm41D1B&gt; IDLE6D1B5A0K
1m&gt; 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 ':',5,main]) completed. Took 0.196 secs.
:signMavenJavaPublication (Thread[Execution worker for ':',5,main]) started.

1m> Task :signMavenJavaPublicationm33m SKIPPED39m
Skipping task ':signMavenJavaPublication' as task onlyIf is false.
:signMavenJavaPublication (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 15s]m38D1B> IDLE6D1B> IDLE6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jarm64D1B> IDLE6D1B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 80 KiB/21.3 m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 152 KiB/21.3m79D2B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 16s]m38D3B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 232 KiB/21.3m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 1.1 MiB/21.3m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 2.6 MiB/21.3m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 3.8 MiB/21.3m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 5.3 MiB/21.3m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 6.7 MiB/21.3m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 8.1 MiB/21.3m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 9.6 MiB/21.3m79D2B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 17s]m38D5B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 11 MiB/21.3 m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 12.4 MiB/21.m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 13.9 MiB/21.m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 15.3 MiB/21.m79D2B5A0K
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.4.0.jar to /content/repositories/releases/org/polystat/j2eo/0.4.0/j2eo-0.4.0.jar
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 17s]m38D1B> IDLE6D1B> IDLE6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 15.3 MiB/21.m79D1B> IDLE6D1B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 16.7 MiB/21.m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 18.2 MiB/21.m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 19.6 MiB/21.m79D2B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 18s]m38D3B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 21.1 MiB/21.m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar > 21.3 MiB/21.m79D2B2A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar.sha1m69D2B2A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar.md5m68D2B2A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar.sha256m71D2B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m38D5B2A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.jar.sha512m71D2B5AUploading j2eo-0.4.0.pom to /content/repositories/releases/org/polystat/j2eo/0.4.0/j2eo-0.4.0.pom0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m38D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.pom > 3.5 KiB/3.5 m79D1B> IDLE6D1B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.pom.sha1m0K69D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.pom.md5m0K68D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.pom.sha256m71D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.pom.sha512m71D2B5AUploading j2eo-0.4.0-sources.jar to /content/repositories/releases/org/polystat/j2eo/0.4.0/j2eo-0.4.0-sources.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m38D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-sources.jar > 192 m79D1B> IDLE6D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 20s]m38D5B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-sources.jar.sha1m0K77D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-sources.jar.md5m0K76D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-sources.jar.sha256m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-sources.jar.sha512m79D2B5AUploading j2eo-0.4.0-javadoc.jar to /content/repositories/releases/org/polystat/j2eo/0.4.0/j2eo-0.4.0-javadoc.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 20s]m38D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-javadoc.jar > 450.m79D1B> IDLE6D1B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-javadoc.jar.sha1m0K77D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-javadoc.jar.md5m0K76D2B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 21s]m38D3B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-javadoc.jar.sha256m79D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0-javadoc.jar.sha512m79D2B5AUploading j2eo-0.4.0.module to /content/repositories/releases/org/polystat/j2eo/0.4.0/j2eo-0.4.0.module0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 21s]m38D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.module > 5 KiB/5 Km79D1B> IDLE6D1B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.module.sha1m0K72D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.module.md5m0K71D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.module.sha256m74D2B2A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.4.0.module.sha512m74D2B2A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm0K68D2B5AUploading maven-metadata.xml to /content/repositories/releases/org/polystat/j2eo/maven-metadata.xml0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 22s]m38D1B> IDLE6D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm68D1B> IDLE6D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 23s]m38D5B2A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha1m73D2B5A1m&lt;0;32;1m============0;39;1m-&gt; 92% EXECUTING [1m 24s]m38D5B2A1m&gt; :publishMavenJavaPublicationToMavenRepository &gt; maven-metadata.xml.md5m0K72D2B2A1m&gt; :publishMavenJavaPublicationToMavenRepository &gt; maven-metadata.xml.sha256m75D2B5A1m&lt;0;32;1m============0;39;1m-&gt; 92% EXECUTING [1m 25s]m38D3B1m&gt; :publishMavenJavaPublicationToMavenRepository &gt; maven-metadata.xml.sha512m75D2B5A:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':',5,main]) completed. Took 9.651 secs.0K
:publish (Thread[Execution worker for ':',5,main]) started.0K
0K
1m> Task :publishm0K
Skipping task ':publish' as it has no actions.0K
:publish (Thread[Execution worker for ':',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 27s
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
0K
0K
0K
0K
0K
5A1m<0;32;1m=============0;39;1m> 100% EXECUTING [1m 25s]m39D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5ACreated user preferences directory.0K
4B0K
5A1m<0;1m-------------> 0% WAITINGm26D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A2K1B2K1B2K1B2K1B2K4A0m?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.4.0 -m '0.4.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 7509828 Updated README and added Hadoop testing script
+ 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 7509828).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:polystat/j2eo.git
 * [new tag]         0.4.0 -> 0.4.0
container 46acfdfbdcf68f3b08cfe7609923b5b85d0d141a51319f48ed9031dd5f7a72cf is dead
Tue Apr 19 21:50:25 CEST 2022