+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1801
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Mon May 23 20:26:29 CEST 2022
+ uptime
20:26:29 up 603 days, 4:32, 0 users, load average: 0.96, 0.88, 0.92
+ head=git@github.com:polystat/j2eo.git
+ image=iammaxim/j2eo:latest
+ head_branch=master
+ author=iammaxim
+ tag=0.5.0
+ vars=('--env=head=git@github.com:polystat/j2eo.git' '--env=tag=0.5.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.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.5.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_81
+ as_root=true
+ git --version
git version 2.7.4
+ docker --version
Docker version 17.12.0-ce, build c97c6d6
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:polystat/j2eo.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:polystat/j2eo.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:polystat/j2eo.git'\''' ';' 'export '\''tag=0.5.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.5.0 ']'
+ [[ 0.5.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.5.0"'
tag name is valid: "0.5.0"
+ cd repo
++ git tag -l 0.5.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=0.93
++ bc
++ echo 0.93 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.93, low enough to run a new Docker container'
load average is 0.93, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=iammaxim/j2eo:latest
+ docker pull iammaxim/j2eo:latest
latest: Pulling from iammaxim/j2eo
7912417ea495: Already exists
1ab784a3a94b: Already exists
9255079efd02: Already exists
4758cdf9aba4: Already exists
5af6112be868: Already exists
614cc880f10d: Already exists
Digest: sha256:42af51ff3d3e8899099c15d073b66c6709939f868efb8414a039c16a869deb11
Status: Downloaded newer image for iammaxim/j2eo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_j2eo_81\s*$'
+ ls -al .
total 724
drwx--x--x 3 rultor rultor 4096 May 23 20:26 .
drwxrwxrwt 14 root root 684032 May 23 20:26 ..
-rw-rw-r-- 1 rultor rultor 444 May 23 20:26 end.sh
-rwxrwxr-x 1 rultor rultor 162 May 23 20:26 entry.sh
-rw-rw-r-- 1 rultor rultor 42 May 23 20:26 gradle.properties
-rw-rw-r-- 1 rultor rultor 5 May 23 20:26 pid
-rw-rw-r-- 1 rultor rultor 1192 May 23 20:26 pubring.gpg
drwxrwxr-x 10 rultor rultor 4096 May 23 20:26 repo
-rwxrwxr-x 1 rultor rultor 5859 May 23 20:26 run.sh
-rw-rw-r-- 1 rultor rultor 639 May 23 20:26 script.sh
-rw-rw-r-- 1 rultor rultor 2570 May 23 20:26 secring.gpg
-rw-rw-r-- 1 rultor rultor 4258 May 23 20:26 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Ajsx:/main --env=head=git@github.com:polystat/j2eo.git --env=tag=0.5.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.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-Ajsx/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_j2eo_81 iammaxim/j2eo:latest /main/entry.sh
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./gradle.properties ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:polystat/j2eo.git
+ head=git@github.com:polystat/j2eo.git
+ export tag=0.5.0
+ tag=0.5.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 May 23 18:26 .
drwxr-xr-x 1 root root 4.0K May 23 18:26 ..
-rw-r--r-- 1 root root 64 May 23 18:26 cid
-rw-r--r-- 1 root root 444 May 23 18:26 end.sh
-rwxr-xr-x 1 root root 162 May 23 18:26 entry.sh
-rw-r--r-- 1 root root 42 May 23 18:26 gradle.properties
-rw-r--r-- 1 root root 5 May 23 18:26 pid
-rw-r--r-- 1 root root 1.2K May 23 18:26 pubring.gpg
drwxr-xr-x 10 root root 4.0K May 23 18:26 repo
-rwxr-xr-x 1 root root 5.8K May 23 18:26 run.sh
-rwxr-xr-x 1 root root 639 May 23 18:26 script.sh
-rw-r--r-- 1 root root 2.6K May 23 18:26 secring.gpg
-rw-r--r-- 1 root root 6.3K May 23 18:26 stdout
+ echo 'Contents of current dir:'
Contents of current dir:
+ ls -lha
total 116K
drwxr-xr-x 10 root root 4.0K May 23 18:26 .
drwxr-xr-x 3 root root 4.0K May 23 18:26 ..
-rw-r--r-- 1 root root 13K May 23 18:26 build.gradle.kts
-rwxr-xr-x 1 root root 201 May 23 18:26 build.sh
-rw-r--r-- 1 root root 1.5K May 23 18:26 CHANGELOG.md
-rw-r--r-- 1 root root 376 May 23 18:26 CITATION.cff
drwxr-xr-x 4 root root 4.0K May 23 18:26 config
drwxr-xr-x 2 root root 4.0K May 23 18:26 docker
-rw-r--r-- 1 root root 81 May 23 18:26 .dockerignore
drwxr-xr-x 8 root root 4.0K May 23 18:26 .git
drwxr-xr-x 3 root root 4.0K May 23 18:26 .github
-rw-r--r-- 1 root root 167 May 23 18:26 .gitignore
drwxr-xr-x 3 root root 4.0K May 23 18:26 gradle
-rw-r--r-- 1 root root 42 May 23 18:26 gradle.properties
-rwxr-xr-x 1 root root 5.7K May 23 18:26 gradlew
-rw-r--r-- 1 root root 2.7K May 23 18:26 gradlew.bat
drwxr-xr-x 2 root root 4.0K May 23 18:26 grammar
drwxr-xr-x 2 root root 4.0K May 23 18:26 polystat_check
-rw-r--r-- 1 root root 4.5K May 23 18:26 README.md
-rw-r--r-- 1 root root 662 May 23 18:26 .rultor.yml
-rw-r--r-- 1 root root 26 May 23 18:26 settings.gradle.kts
drwxr-xr-x 4 root root 4.0K May 23 18:26 src
-rw-r--r-- 1 root root 43 May 23 18:26 test_candidates.sh
-rwxr-xr-x 1 root root 705 May 23 18:26 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.5.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]}
1A1B1ARemoving 0 daemon stop events from registry
Previous Daemon (49) stopped at Mon May 23 18:26:38 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
1B0K
2A0K1B1m> Starting Daemonm17D1B2ASuccessfully started process 'Gradle build daemon'
1B0K
2A0K1B1m> Starting Daemonm17D1B2AAn attempt to start the daemon took 2.022 secs.
1B0K
2A0K1B1m> Starting Daemon > Connecting to Daemonm40D1B1A> IDLE0K6D1B2AThe client will now receive all logging from the daemon (pid: 68). The daemon log file: /root/.gradle/daemon/7.2/daemon-68.out.log
Starting build in new daemon [memory: 512 MiB]0K
0K
2A1B> IDLE6D1B2AUsing 12 worker leases.
1B0K
2A0K1B> IDLE6D1B2A1m<0;1m-------------> 0% INITIALIZING [83ms]m38D2B2A1m<0;1m-------------> 0% INITIALIZING [183ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [283ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [383ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [483ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [583ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [683ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [782ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [882ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [982ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [1s]m0K36D2B2AWatching 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 [1s]m36D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D2B2A1m<0;1m-------------> 0% INITIALIZING [3s]m36D2B2AStarting Build0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [3s]m36D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [4s]m36D2B2ASkipping Kotlin DSL script compilation (Settings/TopLevel/stage1) as it is up-to-date.0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [4s]m36D1B1m> Evaluating settingsm21D1B2ASettings evaluated using settings file '/home/r/repo/settings.gradle.kts'.0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [4s]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 [4s]m35D1B1m> root projectm14D1B2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D2B1A1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B2A1m<0;1m-------------> 0% CONFIGURING [6s]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 [6s]m35D1B1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B2A1m<0;1m-------------> 0% CONFIGURING [7s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [8s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [9s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [10s]m36D2B1A1m> root projectm0K14D1B1A1m> root project > Resolve dependencies of detachedConfiguration1m63D1B1A1m> root project > Resolve dependencies of detachedConfiguration3m63D1B1A1m> root project > Resolve dependencies of detachedConfiguration3 > com.github.dam79D1B2A1m<0;1m-------------> 0% CONFIGURING [11s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [12s]m36D2B2ADownloading 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_download16165681116598986050bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [12s]m0K36D1B1m> 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 [12s]m0K36D1B1m> root project > Resolve dependencies of :classpath > jacoco-badge-gradle-plugim79D1B2A1m<0;1m-------------> 0% CONFIGURING [13s]m36D2B2ADownloading 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_download3899452009398825533bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [13s]m0K36D1B1m> root project > Resolve dependencies of :classpath > commons-io-2.6.pomm72D1B2ADownloading https://plugins.gradle.org/m2/commons-io/commons-io/2.6/commons-io-2.6.pom to /root/.gradle/.tmp/gradle_download4184488129509371429bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [13s]m0K36D1B1m> root project > Resolve dependencies of :classpath > commons-io-2.6.pom > 5.6 m79D1B2A1m<0;1m-------------> 0% CONFIGURING [14s]m36D1B1m> root project > Resolve dependencies of :classpath > commons-parent-42.pomm0K75D1B2ADownloading https://plugins.gradle.org/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom to /root/.gradle/.tmp/gradle_download2040285222418549646bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]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 :classpath > apache-18.pomm0K67D1B2ADownloading https://plugins.gradle.org/m2/org/apache/apache/18/apache-18.pom to /root/.gradle/.tmp/gradle_download5946604939210062781bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]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 > commons-io-2.6.jarm65D1B1m> root project > Resolve files of :classpath > jacoco-badge-gradle-plugin-0.2.4m79D1B3ADownloading https://plugins.gradle.org/m2/commons-io/commons-io/2.6/commons-io-2.6.jar to /root/.gradle/.tmp/gradle_download15645424759936676963bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [14s]m0K36D1B> IDLE0K6D1B1m> root project > Resolve files of :classpath > jacoco-badge-gradle-plugin-0.2.4m79D1B3A1m<0;1m-------------> 0% CONFIGURING [15s]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_download2367388447076728544bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B> IDLE0K6D1B1m> root projectm14D1B3A1m<0;1m-------------> 0% CONFIGURING [16s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [17s]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 [17s]m36D1B> IDLE6D1B1m> root projectm14D1B3AApplying 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 [17s]m36D1B> IDLE6D1B1m> root projectm14D1B3AApplying 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'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [17s]m36D1B> IDLE6D1B1m> root projectm14D1B3AApplying dependency management to configuration 'apiElements' in project 'J2EO'0K
Applying dependency management to configuration 'runtimeElements' in project 'J2EO'0K
Applying dependency management to configuration 'api' in project 'J2EO'0K
Applying dependency management to configuration 'apiDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'implementationDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'compileOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'runtimeOnlyDependenciesMetadata' in project 'J2EO'
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 [17s]m36D1B> IDLE6D1B1m> root projectm14D1B3AApplying 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'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [17s]m36D1B> IDLE6D1B1m> root projectm14D1B3AApplying dependency management to configuration 'compileOnlyApi' in project 'J2EO'0K
Applying dependency management to configuration 'antlr' in project 'J2EO'0K
Applying dependency management to configuration 'jacocoAgent' in project 'J2EO'0K
Applying dependency management to configuration 'jacocoAnt' in project 'J2EO'
Applying dependency management to configuration 'pmd' in project 'J2EO'
Applying dependency management to configuration 'pmdAux' in project 'J2EO'
Applying dependency management to configuration 'checkstyle' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [17s]m36D1B> IDLE6D1B1m> root projectm14D1B3AApplying dependency management to configuration 'signatures' in project 'J2EO'0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m36D1B> IDLE0K6D1B1m> root projectm14D1B3ACaching 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 [18s]m36D1B> IDLE6D1B1m> root projectm14D1B3ACaching 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 [19s]m36D1B> IDLE6D1B1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B3A1m<0;1m-------------> 0% CONFIGURING [20s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [21s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [22s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [23s]m36D3B1A1m> root projectm0K14D1B3AProvided Maven username of length 80K
Provided Maven password of length 80K
1B0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [23s]m36D1B> IDLE6D1B1m> root projectm14D1B3AApplying 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 [23s]m36D1B> IDLE6D1B1m> root projectm14D1B3AResolving global dependency management for project 'J2EO'0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [23s]m36D1B> IDLE0K6D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B2A1m> 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_download16620306283945124728bin0K
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_download8748484579152460833bin0K
1B0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [23s]m0K36D1B> IDLE6D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3AFound locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom, /root/.gradle/caches/modules-2/files-2.1/org.sonatype.oss/oss-parent/9/e5cdc4d23b86d79c436f16fed20853284e868f65/oss-parent-9.pom]0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.pom to /root/.gradle/.tmp/gradle_download10777601094074876539bin0K
1B0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [24s]m0K36D1B> 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.module to /root/.gradle/.tmp/gradle_download1593312198377080255bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.pom to /root/.gradle/.tmp/gradle_download3266149879200454012bin0K
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_download5922669197195853120bin0K
0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [24s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B5ADownloading https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom to /root/.gradle/.tmp/gradle_download2346529257494684751bin0K
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_download10891501277124090606bin0K
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.pom to /root/.gradle/.tmp/gradle_download11391490577132304025bin0K
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_download15102187184495966220bin0K
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_download2261086430568730786bin0K
Downloading https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom to /root/.gradle/.tmp/gradle_download4693395924925596191bin
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom to /root/.gradle/.tmp/gradle_download4432949743824551638bin
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_download9245946522019061609bin
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]
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [24s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> root project > Resolve dependencies of :runtimeClasspathm0K58D4B5AExcluding []0K
4B0K
5A1m<0;1m-------------> 0% CONFIGURING [24s]m0K36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5ADownloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.jar to /root/.gradle/.tmp/gradle_download17002086266177803558bin0K
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_download17020908912773079588bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.9.3/antlr4-4.9.3.jar to /root/.gradle/.tmp/gradle_download4879289639974014598bin0K
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_download13364432126079193093bin0K
Downloading https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar to /root/.gradle/.tmp/gradle_download14526362231550135076bin0K
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_download12982946996363191102bin
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [24s]m36D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 95.4 Km79D1B1m> root project > Resolve files of :runtimeClasspath > ST4-4.3.1.jar > 127.4 KiBm79D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jarm69D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-runtime-4.9.2.jar m79D1B5ADownloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.jar to /root/.gradle/.tmp/gradle_download14834091510022106571bin0K
4B0K
5A1m<0;1m-------------> 0% CONFIGURING [24s]m0K36D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 479.4 m79D1B> IDLE0K6D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jar > 303.4 Km79D1B> IDLE6D1B4A1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 1 MiB/m79D2B> IDLE0K6D2B5ADownloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.jar to /root/.gradle/.tmp/gradle_download16034532862671197248bin0K
4B0K
5A1m<0;1m-------------> 0% CONFIGURING [24s]m0K36D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 1.7 Mim79D1B> IDLE6D1B1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 303.9 Kim79D1B> IDLE6D1B5A1m<0;1m-------------> 0% CONFIGURING [25s]m36D1B> IDLE0K6D2B1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 735.9 Kim79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 1.2 MiB/m79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 1.9 MiB/m79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 2.7 MiB/m79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 3.7 MiB/m79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 4.7 MiB/m79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 5.8 MiB/m79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 6.9 MiB/m79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 8 MiB/12m79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 9.1 MiB/m79D2B5A1m<0;1m-------------> 0% CONFIGURING [26s]m36D3B1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 10.3 MiBm79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 11.4 MiBm79D2B2A1m> root project > Resolve files of :runtimeClasspath > icu4j-69.1.jar > 12.6 MiBm79D2B5AWorking Directory = /home/r/repo0K
Grammar file changed since last build; Rebuilding parser with ANTLR...0K
3B0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [26s]m36D1B> IDLE0K6D1B> IDLE6D1B1m> root projectm14D1B> 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 [26s]m36D1B> IDLE6D1B> IDLE6D1B1m> root projectm14D1B> IDLE6D1B5AApplying Maven credentials0K
Applying 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
1B0K
0K
0K
0K
5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [26s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5ASelected primary task 'build' from project :0K
4B0K
5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [26s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5AApplying dependency management to configuration 'mainPmdAuxClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'testPmdAuxClasspath' in project 'J2EO'0K
Selected primary task 'fatJar' from project :0K
Selected primary task 'publish' from project :0K
1B0K
0K
0K
0K
5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [26s]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 [26s]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileKotlinm16D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [27s]m34D3B1m> :compileKotlin > Resolve dependencies of :compileClasspath > Resolve dependenm79D2B2A1m> :compileKotlinm0K16D2B2A1m> :compileKotlin > Resolve files of :compileClasspathm53D2B2A1m> :compileKotlinm0K16D2B5A1m<0;1m-------------> 0% EXECUTING [28s]m34D5B2A1m> :compileKotlin > Resolve dependencies of :kotlinCompilerClasspathm67D2B2A1m> :compileKotlinm0K16D2B5AWatching 1 directories to track changes0K
4B0K
5A1m<0;1m-------------> 0% EXECUTING [28s]m34D1B> IDLE6D1B> IDLE0K6D1B1m> :compileKotlinm16D1B> IDLE6D1B5A0K
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 [28s]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileKotlinm16D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [29s]m34D5B5Ai: found daemon on port 17288 (8937349785 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' (8937349785 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 17402 (40 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@70f983de, 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 [29s]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileKotlinm16D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [30s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [31s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [32s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [33s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [34s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [35s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [36s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [37s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [38s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [39s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [40s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [41s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [42s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [43s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [44s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [45s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [46s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [47s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [48s]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.275 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 [48s]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileJavam14D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [49s]m34D5B5A1m<0;1m-------------> 7% EXECUTING [50s]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 [50s]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileJavam14D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [51s]m34D5B5A1m<0;1m-------------> 7% EXECUTING [52s]m34D5B5AClass dependency analysis for incremental compilation took 0.241 secs.0K
4B0K
5A1m<0;1m-------------> 7% EXECUTING [52s]m34D1B> IDLE6D1B> IDLE0K6D1B1m> :compileJavam14D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [53s]m34D5B5ACreated classpath snapshot for incremental compilation in 0.991 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 5.407 secs.
:processResources (Thread[Execution worker for ':',5,main]) started.
1m> Task :processResourcesm
Watching 28 directories to track changes
Watching 30 directories to track changes
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.034 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.
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 17% EXECUTING [53s]m35D1B> IDLE6D1B> IDLE6D1B1m> :inspectClassesForKotlinICm28D1B> IDLE6D1B5A0K
1m> Task :inspectClassesForKotlinICm0K
Watching 34 directories to track changes0K
Caching disabled for task ':inspectClassesForKotlinIC' because:0K
Build cache is disabled0K
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.025 secs.
:jar (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 21% EXECUTING [53s]m35D1B> IDLE6D1B> IDLE6D1B1m> :jarm6D1B> 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.13 secs.
:javadoc (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [53s]m35D1B> IDLE6D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [54s]m35D5B5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [55s]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 [55s]m35D1B> IDLE6D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [56s]m35D5B5A100 warnings0K
4B0K
5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [56s]m35D1B> IDLE6D1B> IDLE0K6D1B1m> :javadocm10D1B> IDLE6D1B5AWatching 50 directories to track changes0K
:javadoc (Thread[Execution worker for ':',5,main]) completed. Took 2.862 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.084 secs.
:sourcesJar (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m====0;39;1m---------> 32% EXECUTING [56s]m35D1B> IDLE6D1B> IDLE6D1B1m> :sourcesJarm13D1B> 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 [56s]m35D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [57s]m35D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D4B2A> IDLE0K6D2B4A1m> :checkstyleMain > Resolve dependencies of :checkstylem0K55D4B4A1m> :checkstyleMain > Resolve files of :checkstyle > picocli-4.6.1.jar > 159.4 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > reflections-0.10.2.jar > 40.m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > commons-beanutils-1.9.4.jar m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 42.1 m79D1B4A> IDLE0K6D1B> IDLE0K6D2B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 127.4m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 93.8 KiBm79D2B> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 255.4m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 405.7 Kim79D3B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 479.3m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 789.8 Kim79D3B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 751.3m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 1.1 MiB/m79D3B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 1 MiBm79D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [58s]m35D1B1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 1.7 MiB/m79D3B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 1.5 Mm79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 2.3 MiB/m79D3B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 2 MiBm79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 2.9 MiB/m79D3B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 2.6 Mm79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 3.7 MiB/m79D3B> IDLE0K6D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 4.7 MiB/m79D4B4A1m> :checkstyleMain > Resolve files of :checkstylem0K48D4B4A1m> :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_download16148815871938419264bin0K
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom to /root/.gradle/.tmp/gradle_download4735579774069887838bin0K
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_download3771160592285849908bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.pom to /root/.gradle/.tmp/gradle_download9624697042696839952bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom to /root/.gradle/.tmp/gradle_download4280912496607292364bin
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_download9460666170886182525bin
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_download9229763375935466259bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom to /root/.gradle/.tmp/gradle_download5466141975449448458bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom to /root/.gradle/.tmp/gradle_download10207780180655470459bin
Downloading https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom to /root/.gradle/.tmp/gradle_download807256795406139257bin
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_download7815230586137029462bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom to /root/.gradle/.tmp/gradle_download11341441318087415326bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom to /root/.gradle/.tmp/gradle_download5859370156242181746bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom to /root/.gradle/.tmp/gradle_download75754206146632036bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom to /root/.gradle/.tmp/gradle_download17392030172026814072bin
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_download9686223464332507930bin
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_download1504829137513187329bin
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_download9505281746013036140bin
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/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/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_download9748286592231393360bin
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_download11984966956755025842bin
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_download13365537836715921087bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar to /root/.gradle/.tmp/gradle_download15522547766041751162bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.jar to /root/.gradle/.tmp/gradle_download14189543264270565868bin
Downloading https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.1/checkstyle-9.1.jar to /root/.gradle/.tmp/gradle_download4496297777845626232bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar to /root/.gradle/.tmp/gradle_download3739832704990741768bin
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/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar to /root/.gradle/.tmp/gradle_download2873621645351881815bin
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_download6154823536019613354bin
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]
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/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar to /root/.gradle/.tmp/gradle_download12851771284617959387bin
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/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar to /root/.gradle/.tmp/gradle_download13926555661007590383bin
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_download5443301208069252830bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar to /root/.gradle/.tmp/gradle_download1292072881236269710bin
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [58s]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 [58s]m35D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [59s]m35D5B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [1m]m0K34D5B5A[ant:checkstyle] Running Checkstyle 9.1 on 117 files0K
4B0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [1m]m34D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [1m 1s]m37D5B5A[ant:xslt] Processing /home/r/repo/build/tmp/checkstyleMain/main.xml to /home/r/repo/build/reports/checkstyle/main.html0K
[ant:xslt] Loading stylesheet <?xml version="1.0"?>0K
0K
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">0K
0K
<xsl:template match="/">
<html>
<head>
<title>Sun Coding Style Violations</title>
</head>
<body bgcolor="#FFFFEF">
<p><b>Coding Style Check Results</b></p>
<table border="1" cellspacing="0" cellpadding="2">
<tr bgcolor="#CC9966">
<th colspan="2"><b>Summary</b></th>
</tr>
<tr bgcolor="#CCF3D0">
<td>Total files checked</td>
<td><xsl:number level="any" value="count(descendant::file)"/></td>
</tr>
<tr bgcolor="#F3F3E1">
<td>Files with errors</td>
<td><xsl:number level="any" value="count(descendant::file[error])"/></td>
</tr>
<tr bgcolor="#CCF3D0">
<td>Total errors</td>
<td><xsl:number level="any" value="count(descendant::error)"/></td>
</tr>
<tr bgcolor="#F3F3E1">
<td>Errors per file</td>
<td><xsl:number level="any" value="count(descendant::error) div count(descendant::file)"/></td>
</tr>
</table>
<hr align="left" width="95%" size="1"/>
<p>The following are violations of the Sun Coding-Style Standards:</p>
<p/>
<xsl:apply-templates/>
</body>
</html>
</xsl:template>
<xsl:template match="file[error]">
<table bgcolor="#AFFFFF" width="95%" border="1" cellspacing="0" cellpadding="2">
<tr>
<th> File: </th>
<td>
<xsl:value-of select="@name"/>
</td>
</tr>
</table>
<table bgcolor="#DFFFFF" width="95%" border="1" cellspacing="0" cellpadding="2">
<tr>
<th> Line Number </th>
<th> Error Message </th>
</tr>
<xsl:apply-templates select="error"/>
</table>
<p/>
</xsl:template>
<xsl:template match="error">
<tr>
<td>
<xsl:value-of select="@line"/>
</td>
<td>
<xsl:value-of select="@message"/>
</td>
</tr>
</xsl:template>
</xsl:stylesheet>
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [1m 1s]m37D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [1m 2s]m37D5B5AWatching 31 directories to track changes0K
:checkstyleMain (Thread[Execution worker for ':',5,main]) completed. Took 5.4 secs.0K
:compileTestKotlin (Thread[Execution worker for ':',5,main]) started.0K
2B0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 42% EXECUTING [1m 2s]m37D1B1m> :compileTestKotlin > Resolve dependencies of :testCompileClasspath > Resolve m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :compileTestKotlin > Resolve files of :testCompileClasspath > junit-jupiter-am79D3B1m> :compileTestKotlin > Resolve files of :testCompileClasspath > opentest4j-1.2.m79D1B4A> IDLE0K6D3B1m> :compileTestKotlinm0K20D1B5A0K
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_download10133517096965602895bin
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_download16558424039311651226bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom to /root/.gradle/.tmp/gradle_download3131302580158115904bin
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_download16167387176750480772bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /root/.gradle/.tmp/gradle_download17606869602948317342bin
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 17402 (33428 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@70f983de, 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.789 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 [1m 3s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :compileTestJavam18D1B5A0K
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.064 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.499 secs.
:processTestResources (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [1m 3s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :processTestResourcesm23D1B5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [1m 4s]m37D5B5A0K
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.676 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<0;32;1m=======0;39;1m------> 60% EXECUTING [1m 4s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleTestm17D1B5A0K
1m> 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.387 secs.
:pmdMain (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 4s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :pmdMain > Resolve dependencies of :pmd > Resolve dependencies of :detachedCom79D1B1A1m> :pmdMain > Resolve dependencies of :pmdm0K41D1B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 15.4 KiB/4.8 MiB downlm79D1B1m> :pmdMain > Resolve files of :pmd > gson-2.8.5.jar > 47.4 KiB/235.9 KiB downlom79D1B1m> :pmdMain > Resolve files of :pmd > jcommander-1.48.jar > 31.4 KiB/62 KiB downm79D1B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 47.4 KiB/1.1 MiB dowm79D1B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 5s]m37D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 191.4 KiB/4.8 MiB downm79D1B> IDLE0K6D1B> IDLE0K6D1B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 415.4 KiB/1.1 MiB dom79D1B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 367.4 KiB/4.8 MiB downm79D3B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 959.3 KiB/1.1 MiB dom79D1B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 559.3 KiB/4.8 MiB downm79D1B1m> :pmdMain > Resolve files of :pmd > commons-lang3-3.12.0.jar > 79.4 KiB/573.6 m79D1B1m> :pmdMain > Resolve files of :pmd > asm-9.2.jar > 95.4 KiB/119.1 KiB downloadem79D1B1m> :pmdMain > Resolve files of :pmd > commons-io-2.11.0.jar > 111.4 KiB/319.4 Kim79D1B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 975.3 KiB/4.8 MiB downm79D1B1m> :pmdMain > Resolve files of :pmd > commons-lang3-3.12.0.jar > 463.3 KiB/573.6m79D1B> IDLE0K6D1B> IDLE0K6D1B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 1.5 MiB/4.8 MiB downlom79D1B> IDLE0K6D3B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 2.1 MiB/4.8 MiB downlom79D4B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 2.8 MiB/4.8 MiB downlom79D4B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 3.7 MiB/4.8 MiB downlom79D4B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 4.6 MiB/4.8 MiB downlom79D4B4A1m> :pmdMainm0K10D4B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 6s]m37D5B5A0K
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_download2475179519991754746bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/6.40.0/pmd-6.40.0.pom to /root/.gradle/.tmp/gradle_download10112179538218585512bin
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_download14622529532395394556bin
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_download17258961307469134497bin
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_download14114597315219337371bin
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_download17921603510395888588bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom to /root/.gradle/.tmp/gradle_download13243587482559736591bin
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_download17202662169774063487bin
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_download15854912683432283813bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom to /root/.gradle/.tmp/gradle_download4064235041583282967bin
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_download8297629561155938845bin
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_download13340057898625730514bin
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_download6396375086705570817bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom to /root/.gradle/.tmp/gradle_download6460077172251352207bin
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_download2420564101534672014bin
Downloading https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom to /root/.gradle/.tmp/gradle_download4135037328523307708bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar to /root/.gradle/.tmp/gradle_download13415809788281467409bin
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_download1758312255039734524bin
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_download5591205294880242224bin
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_download4588438836414402337bin
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_download15665557719252723128bin
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_download15881973649245414141bin
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_download5775324679518154650bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar to /root/.gradle/.tmp/gradle_download13491080441340813576bin
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_download5421437247954783366bin
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 6s]m37D1B1m> :pmdMainm10D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<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]m38D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 12s]m38D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 13s]m38D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 14s]m38D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 15s]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 ':' Thread 2,5,main]) completed. Took 11.41 secs.0K
:pmdTest (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 67% EXECUTING [1m 16s]m38D1B1m> :pmdTestm10D1B> IDLE6D1B> IDLE6D1B> 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 ':' Thread 2,5,main]) completed. Took 0.29 secs.
:check (Thread[Execution worker for ':' Thread 2,5,main]) started.
1m> Task :checkm
Skipping task ':check' as it has no actions.
:check (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.0 secs.
:fatJar (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 16s]m38D1B1m> :fatJarm9D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 17s]m38D5B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 18s]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 18s]m38D1B1m> :fatJarm9D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 19s]m38D5B5AWatching 1671 directories to track changes0K
:fatJar (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 3.218 secs.0K
:build (Thread[Execution worker for ':' Thread 2,5,main]) started.0K
0K
1m> Task :buildm0K
Skipping task ':build' as it has no actions.
:build (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.0 secs.
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==========0;39;1m---> 82% EXECUTING [1m 19s]m38D1B1m> :generateMetadataFileForMavenJavaPublicationm46D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m==========0;39;1m---> 82% EXECUTING [1m 20s]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.5.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 ':' Thread 2,5,main]) completed. Took 0.73 secs.
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===========0;39;1m--> 85% EXECUTING [1m 20s]m38D1B1m> :generatePomFileForMavenJavaPublicationm41D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :generatePomFileForMavenJavaPublicationm0K
Watching 1 directories to track changes0K
Caching disabled for task ':generatePomFileForMavenJavaPublication' because:0K
Build cache is disabled0K
Task ':generatePomFileForMavenJavaPublication' is not up-to-date because:
Task.upToDateWhen is false.
Watching 1 directories to track changes
Watching 1 directories to track changes
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.198 secs.
:signMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) started.
1m> Task :signMavenJavaPublicationm33m SKIPPED39m
Skipping task ':signMavenJavaPublication' as task onlyIf is false.
:signMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.0 secs.
:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 20s]m38D1B1m> :publishMavenJavaPublicationToMavenRepositorym47D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jarm64D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 80 KiB/21.3 m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 152 KiB/21.3m79D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 21s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 256 KiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 1.4 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 2.1 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 4.6 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 6 MiB/21.3 Mm79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 6.5 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 7.5 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 8.9 MiB/21.3m79D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 22s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 10.4 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 11.8 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 13.2 MiB/21.m79D4B5A0K
1m> Task :publishMavenJavaPublicationToMavenRepositorym0K
Caching disabled for task ':publishMavenJavaPublicationToMavenRepository' because:0K
Build cache is disabled0K
Task ':publishMavenJavaPublicationToMavenRepository' is not up-to-date because:0K
Task has not declared any outputs despite executing actions.
Publishing to repository 'maven' (https://s01.oss.sonatype.org/content/repositories/releases/)
Uploading j2eo-0.5.0.jar to /content/repositories/releases/org/polystat/j2eo/0.5.0/j2eo-0.5.0.jar
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 22s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 14.6 MiB/21.m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 16.1 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 17.5 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 18.9 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 20.3 MiB/21.m79D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 23s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar > 21.3 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar.sha1m69D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 24s]m38D5B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar.md5m0K68D4B4A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar.sha256m71D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 25s]m38D1B1m> :publishMavenJavaPublicationToMavenRepositorym0K47D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.jar.sha512m71D4B5AUploading j2eo-0.5.0.pom to /content/repositories/releases/org/polystat/j2eo/0.5.0/j2eo-0.5.0.pom0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 25s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.pom > 3.5 KiB/3.5 m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.pom.sha1m0K69D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.pom.md5m0K68D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.pom.sha256m71D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.pom.sha512m71D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 26s]m38D5B5AUploading j2eo-0.5.0-javadoc.jar to /content/repositories/releases/org/polystat/j2eo/0.5.0/j2eo-0.5.0-javadoc.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 26s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-javadoc.jar > 450.m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-javadoc.jar.sha1m0K77D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-javadoc.jar.md5m0K76D4B4A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-javadoc.jar.sha256m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-javadoc.jar.sha512m79D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 27s]m38D5B5AUploading j2eo-0.5.0.module to /content/repositories/releases/org/polystat/j2eo/0.5.0/j2eo-0.5.0.module0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 27s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.module > 5 KiB/5 Km79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.module.sha1m0K72D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.module.md5m0K71D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.module.sha256m74D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0.module.sha512m74D4B5AUploading j2eo-0.5.0-sources.jar to /content/repositories/releases/org/polystat/j2eo/0.5.0/j2eo-0.5.0-sources.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 27s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-sources.jar > 192 m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 28s]m38D5B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-sources.jar.sha1m0K77D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-sources.jar.md5m0K76D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-sources.jar.sha256m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.0-sources.jar.sha512m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm0K68D4B5AUploading maven-metadata.xml to /content/repositories/releases/org/polystat/j2eo/maven-metadata.xml0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 29s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm68D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha1m73D4B4A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.md5m0K72D4B4A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha256m75D4B4A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha512m75D4B5A:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 9.485 secs.0K
:publish (Thread[Execution worker for ':' Thread 2,5,main]) started.0K
0K
1m> Task :publishm0K
Skipping task ':publish' as it has no actions.0K
:publish (Thread[Execution worker for ':' Thread 2,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 35s
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 29s]m39D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5ACreated user preferences directory.0K
4B0K
5A1m<0;1m-------------> 0% WAITINGm26D1B1m> Deleting unused version-specific caches in /home/r/repo/.gradlem65D1B> 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.5.0 -m '0.5.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 340e3da loc and hoc
+ 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 340e3da).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:polystat/j2eo.git
* [new tag] 0.5.0 -> 0.5.0
container 2493498347cad05c0ea93fa89999ca01874b4d93df1248088bfbc8a5182a84a7 is dead
Mon May 23 20:29:03 CEST 2022