+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 29302
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Tue May 31 12:38:42 CEST 2022
+ uptime
12:38:42 up 610 days, 20:44, 0 users, load average: 0.93, 1.10, 1.37
+ head=git@github.com:polystat/j2eo.git
+ image=iammaxim/j2eo:latest
+ head_branch=master
+ author=iammaxim
+ tag=0.5.3
+ vars=('--env=head=git@github.com:polystat/j2eo.git' '--env=tag=0.5.3' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.3'\''\'\'''\'''\'' '\'';'\'' '\''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.3'\''' ';' '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_110
+ 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.3'\''' ';' '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.3 ']'
+ [[ 0.5.3 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.5.3"'
tag name is valid: "0.5.3"
+ cd repo
++ git tag -l 0.5.3
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=1.37
++ echo 1.37 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 1.37, low enough to run a new Docker container'
load average is 1.37, 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_110\s*$'
+ ls -al .
total 724
drwx--x--x 3 rultor rultor 4096 May 31 12:38 .
drwxrwxrwt 14 root root 684032 May 31 12:38 ..
-rw-rw-r-- 1 rultor rultor 444 May 31 12:38 end.sh
-rwxrwxr-x 1 rultor rultor 162 May 31 12:38 entry.sh
-rw-rw-r-- 1 rultor rultor 42 May 31 12:38 gradle.properties
-rw-rw-r-- 1 rultor rultor 6 May 31 12:38 pid
-rw-rw-r-- 1 rultor rultor 1192 May 31 12:38 pubring.gpg
drwxrwxr-x 10 rultor rultor 4096 May 31 12:38 repo
-rwxrwxr-x 1 rultor rultor 5860 May 31 12:38 run.sh
-rw-rw-r-- 1 rultor rultor 639 May 31 12:38 script.sh
-rw-rw-r-- 1 rultor rultor 2570 May 31 12:38 secring.gpg
-rw-rw-r-- 1 rultor rultor 4261 May 31 12:38 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-L56M:/main --env=head=git@github.com:polystat/j2eo.git --env=tag=0.5.3 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.3'\''\'\'''\'''\'' '\'';'\'' '\''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-L56M/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_j2eo_110 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.3
+ tag=0.5.3
+ 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 31 10:38 .
drwxr-xr-x 1 root root 4.0K May 31 10:38 ..
-rw-r--r-- 1 root root 64 May 31 10:38 cid
-rw-r--r-- 1 root root 444 May 31 10:38 end.sh
-rwxr-xr-x 1 root root 162 May 31 10:38 entry.sh
-rw-r--r-- 1 root root 42 May 31 10:38 gradle.properties
-rw-r--r-- 1 root root 6 May 31 10:38 pid
-rw-r--r-- 1 root root 1.2K May 31 10:38 pubring.gpg
drwxr-xr-x 10 root root 4.0K May 31 10:38 repo
-rwxr-xr-x 1 root root 5.8K May 31 10:38 run.sh
-rwxr-xr-x 1 root root 639 May 31 10:38 script.sh
-rw-r--r-- 1 root root 2.6K May 31 10:38 secring.gpg
-rw-r--r-- 1 root root 6.3K May 31 10:38 stdout
+ echo 'Contents of current dir:'
Contents of current dir:
+ ls -lha
total 128K
drwxr-xr-x 10 root root 4.0K May 31 10:38 .
drwxr-xr-x 3 root root 4.0K May 31 10:38 ..
-rw-r--r-- 1 root root 1.3K May 31 10:38 ACCEPTANCE.md
-rw-r--r-- 1 root root 13K May 31 10:38 build.gradle.kts
-rwxr-xr-x 1 root root 201 May 31 10:38 build.sh
-rw-r--r-- 1 root root 1.5K May 31 10:38 CHANGELOG.md
-rw-r--r-- 1 root root 376 May 31 10:38 CITATION.cff
drwxr-xr-x 4 root root 4.0K May 31 10:38 config
drwxr-xr-x 2 root root 4.0K May 31 10:38 docker
-rw-r--r-- 1 root root 81 May 31 10:38 .dockerignore
drwxr-xr-x 8 root root 4.0K May 31 10:38 .git
drwxr-xr-x 3 root root 4.0K May 31 10:38 .github
-rw-r--r-- 1 root root 181 May 31 10:38 .gitignore
drwxr-xr-x 3 root root 4.0K May 31 10:38 gradle
-rw-r--r-- 1 root root 42 May 31 10:38 gradle.properties
-rwxr-xr-x 1 root root 5.7K May 31 10:38 gradlew
-rw-r--r-- 1 root root 2.7K May 31 10:38 gradlew.bat
drwxr-xr-x 2 root root 4.0K May 31 10:38 grammar
drwxr-xr-x 2 root root 4.0K May 31 10:38 polystat_check
-rw-r--r-- 1 root root 12K May 31 10:38 README.md
-rw-r--r-- 1 root root 662 May 31 10:38 .rultor.yml
-rw-r--r-- 1 root root 26 May 31 10:38 settings.gradle.kts
drwxr-xr-x 4 root root 4.0K May 31 10:38 src
-rw-r--r-- 1 root root 43 May 31 10:38 test_candidates.sh
-rwxr-xr-x 1 root root 732 May 31 10:38 test-hadoop.sh
-rwxr-xr-x 1 root root 565 May 31 10:38 test-kafka.sh
+ echo 'Building Gradle project (excluding tests)...'
Building Gradle project (excluding tests)...
+ ./gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=0.5.3 -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]}
2A1B1m> Connecting to Daemonm22D1B2ARemoving 0 daemon stop events from registry
Previous Daemon (49) stopped at Tue May 31 10:38:49 GMT 2022 by user or operating system0K
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
0K
2A1B1m> Starting Daemonm17D1B2AStarting process 'Gradle build daemon'. Working directory: /root/.gradle/daemon/7.2 Command: /usr/lib/jvm/java-17-openjdk/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /root/.gradle/wrapper/dists/gradle-7.2-bin/2dnblmf4td7x66yl1d74lt32g/gradle-7.2/lib/gradle-launcher-7.2.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.2
Successfully started process 'Gradle build daemon'0K
0K
2A1B1m> Starting Daemonm17D1B2AAn attempt to start the daemon took 0.995 secs.
1B0K
2A0K1B> IDLE6D1B2AThe client will now receive all logging from the daemon (pid: 70). The daemon log file: /root/.gradle/daemon/7.2/daemon-70.out.log
Starting build in new daemon [memory: 512 MiB]0K
0K
2A1B> IDLE6D1B2AUsing 12 worker leases.
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [4ms]m37D1B> IDLE6D1B2A1m<0;1m-------------> 0% INITIALIZING [104ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [204ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [304ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [404ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [504ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [604ms]m39D2B2AWatching the file system is configured to be enabled if available0K
Now considering [/home/r/repo] as hierarchies to watch0K
File system watching is active
0K
0K
2A1m<0;1m-------------> 0% INITIALIZING [704ms]m39D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [804ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [904ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [1s]m0K36D2B2AStarting Build0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [1s]m36D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D2B2ASkipping Kotlin DSL script compilation (Settings/TopLevel/stage1) as it is up-to-date.0K
Settings evaluated using settings file '/home/r/repo/settings.gradle.kts'.0K
0K
0K
2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D1B1m> Evaluating settingsm21D1B2AProjects loaded. Root project using build file '/home/r/repo/build.gradle.kts'.0K
Included projects: [root project 'J2EO']0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [2s]m35D1B1m> root projectm14D1B1A1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B2A1m<0;1m-------------> 0% CONFIGURING [3s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D2B2A0K
1m> Configure project :m0K
Evaluating root project 'J2EO' using build file '/home/r/repo/build.gradle.kts'.
Caching disabled for Kotlin DSL plugin accessors for classpath 'b8e71b8521e54d262ad889b52e242419' because:
Build cache is disabled
Skipping Kotlin DSL plugin accessors for classpath 'b8e71b8521e54d262ad889b52e242419' as it is up-to-date.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage1) because:
Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage1) is not up-to-date because:
No history is available.
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D1B1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D2B1A1m> root projectm0K14D1B1A1m> root project > Resolve dependencies of detachedConfiguration1m63D1B2A1m<0;1m-------------> 0% CONFIGURING [7s]m35D1B1m> root project > Resolve dependencies of detachedConfiguration3m63D1B1A1m> root project > Resolve dependencies of detachedConfiguration3 > com.github.dam79D1B2A1m<0;1m-------------> 0% CONFIGURING [8s]m35D2B2ADownloading 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_download11204093569000919033bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [8s]m0K35D1B1m> root project > Resolve dependencies of detachedConfiguration3m63D1B2AResource missing. [HTTP HEAD: https://plugins.gradle.org/m2/com/github/dawnwords/jacoco/badge/com.github.dawnwords.jacoco.badge.gradle.plugin/0.2.4/com.github.dawnwords.jacoco.badge.gradle.plugin-0.2.4.jar]0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [8s]m0K35D1B1m> root project > Resolve dependencies of :classpathm51D1B1A1m> root project > Resolve dependencies of :classpath > jacoco-badge-gradle-plugim79D1B2A1m<0;1m-------------> 0% CONFIGURING [9s]m35D2B2ADownloading https://plugins.gradle.org/m2/com/github/dawnwords/jacoco-badge-gradle-plugin/0.2.4/jacoco-badge-gradle-plugin-0.2.4.pom to /root/.gradle/.tmp/gradle_download7932828788015679965bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [9s]m0K35D1B1m> root project > Resolve dependencies of :classpathm51D1B1A1m> 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_download9376697520342684971bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [9s]m0K35D1B1m> root project > Resolve dependencies of :classpath > commons-io-2.6.pom > 5.6 m79D1B1A1m> 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_download15190697774314461265bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [9s]m0K35D1B1m> root project > Resolve dependencies of :classpath > commons-parent-42.pom > 8m79D1B1A1m> root project > Resolve dependencies of :classpath > commons-parent-42.pom > 3m79D1B2A1m<0;1m-------------> 0% CONFIGURING [10s]m36D1B1m> root project > Resolve dependencies of :classpath > apache-18.pomm0K67D1B2ADownloading https://plugins.gradle.org/m2/org/apache/apache/18/apache-18.pom to /root/.gradle/.tmp/gradle_download16005069855176604358bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve dependencies of :classpath > apache-18.pom > 5.9 KiB/1m79D1B1A1m> root project > Resolve dependencies of :classpathm0K51D1B
3A36C0K36D1B1m> root project > Resolve files of :classpath > jacoco-badge-gradle-plugin-0.2.4m79D1B1m> root project > Resolve files of :classpath > commons-io-2.6.jarm65D1B3ADownloading https://plugins.gradle.org/m2/commons-io/commons-io/2.6/commons-io-2.6.jar to /root/.gradle/.tmp/gradle_download2383441527772259449bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve files of :classpath > jacoco-badge-gradle-plugin-0.2.4m79D1B> IDLE6D1B3ADownloading https://plugins.gradle.org/m2/com/github/dawnwords/jacoco-badge-gradle-plugin/0.2.4/jacoco-badge-gradle-plugin-0.2.4.jar to /root/.gradle/.tmp/gradle_download15254314815907219500bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [11s]m0K36D1B1m> root projectm14D1B> IDLE6D1B3A1m<0;1m-------------> 0% CONFIGURING [12s]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 [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'archives' in project 'J2EO'0K
Applying dependency management to configuration 'default' in project 'J2EO'0K
1B0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'implementation' in project 'J2EO'0K
Applying dependency management to configuration 'compileOnly' in project 'J2EO'0K
Applying dependency management to configuration 'compileClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'annotationProcessor' in project 'J2EO'
Applying dependency management to configuration 'runtimeOnly' in project 'J2EO'
Applying dependency management to configuration 'runtimeClasspath' in project 'J2EO'
Applying dependency management to configuration 'testImplementation' in project 'J2EO'
Applying dependency management to configuration 'testCompileOnly' in project 'J2EO'
Applying dependency management to configuration 'testCompileClasspath' in project 'J2EO'
Applying dependency management to configuration 'testAnnotationProcessor' in project 'J2EO'
Applying dependency management to configuration 'testRuntimeOnly' in project 'J2EO'
Applying dependency management to configuration 'testRuntimeClasspath' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying 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'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'kotlinScriptDef' in project 'J2EO'0K
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef0K
Applying dependency management to configuration 'kotlinScriptDefExtensions' in project 'J2EO'0K
Applying dependency management to configuration 'kotlinCompilerPluginClasspathTest' in project 'J2EO'
Applying dependency management to configuration 'testKotlinScriptDef' in project 'J2EO'
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
Applying dependency management to configuration 'testKotlinScriptDefExtensions' in project 'J2EO'
Applying dependency management to configuration 'sourceArtifacts' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying 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'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'pmd' in project 'J2EO'0K
Applying dependency management to configuration 'pmdAux' in project 'J2EO'0K
Applying dependency management to configuration 'checkstyle' in project 'J2EO'0K
Applying dependency management to configuration 'signatures' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3ACaching disabled for Kotlin DSL accessors for root project 'J2EO' because:0K
Build cache is disabled0K
Kotlin DSL accessors for root project 'J2EO' is not up-to-date because:0K
No history is available.
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root projectm14D1B> IDLE6D1B3ACaching disabled for Kotlin DSL script compilation (Project/TopLevel/stage2) because:0K
Build cache is disabled0K
Kotlin DSL script compilation (Project/TopLevel/stage2) is not up-to-date because:0K
No history is available.
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B> IDLE6D1B3A1m<0;1m-------------> 0% CONFIGURING [14s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [15s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [16s]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [17s]m36D3B2A1m> root projectm0K14D2B3AApplying 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 [18s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B3AResolving global dependency management for project 'J2EO'0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m0K36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B2A1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.9.3/antlr4-4.9.3.pom to /root/.gradle/.tmp/gradle_download5631710772293146475bin0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.pom to /root/.gradle/.tmp/gradle_download6327297254673957344bin0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.module to /root/.gradle/.tmp/gradle_download10701084929804632480bin0K
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_download7891200075101200458bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom, /root/.gradle/caches/modules-2/files-2.1/org.sonatype.oss/oss-parent/9/e5cdc4d23b86d79c436f16fed20853284e868f65/oss-parent-9.pom]
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B> IDLE6D1B3ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom to /root/.gradle/.tmp/gradle_download17656563479864775536bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.pom to /root/.gradle/.tmp/gradle_download2444595244395970718bin0K
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_download762470422959017886bin0K
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.pom to /root/.gradle/.tmp/gradle_download382245651611405522bin
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_download16213666034432396667bin
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_download3746435484568454259bin
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_download13399234603978040773bin
Downloading https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom to /root/.gradle/.tmp/gradle_download10201415681074493625bin
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_download7985204596656262660bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom, /root/.gradle/caches/modules-2/files-2.1/org.sonatype.oss/oss-parent/7/46b8a785b60a2767095b8611613b58577e96d4c9/oss-parent-7.pom]
Downloading https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom to /root/.gradle/.tmp/gradle_download17157927710893381566bin
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B> IDLE6D1B2A1m> root project > Resolve dependencies of :runtimeClasspathm0K58D2B3AExcluding []0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m0K36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B3ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar to /root/.gradle/.tmp/gradle_download14158533662466436328bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.9.3/antlr4-4.9.3.jar to /root/.gradle/.tmp/gradle_download2899664844131296527bin0K
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_download14101446394910822081bin0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.jar to /root/.gradle/.tmp/gradle_download11659049349740820928bin
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.jar to /root/.gradle/.tmp/gradle_download8143981952808601644bin
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.jar to /root/.gradle/.tmp/gradle_download947102361630224606bin
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_download3024204792383847007bin
0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 111.4 m79D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-runtime-4.9.2.jar m79D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jar > 175.4 Km79D1B1m> root project > Resolve files of :runtimeClasspath > ST4-4.3.1.jar > 191.4 KiBm79D1B4A1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 479.3 m79D1B> IDLE0K6D1B> IDLE0K6D1B> IDLE0K6D1B5ADownloading https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar to /root/.gradle/.tmp/gradle_download2717837290369983732bin0K
4B0K
5A1m<0;1m-------------> 0% CONFIGURING [19s]m0K36D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 911.3 m79D1B> IDLE6D1B1m> root project > Resolve files of :runtimeClasspath > javax.json-1.1.4.jar > 47m79D1B> IDLE6D1B4A1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 1.4 Mim79D2B> IDLE0K6D2B4A1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 2 MiB/m79D4B4A> IDLE0K6D4B5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D5B5AWorking Directory = /home/r/repo0K
Grammar file changed since last build; Rebuilding parser with ANTLR...0K
3B0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5AStarting process 'command 'antlr''. Working directory: /home/r/repo/grammar Command: antlr JavaParser.g4 -visitor -o ../src/main/java/parser0K
Couldn't run ANTLR; org.gradle.process.internal.ExecException: A problem occurred starting process 'command 'antlr''0K
Working Directory = /home/r/repo0K
2B0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5AApplying Maven credentials0K
4B0K
5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5AApplying dependency management to configuration 'apiElements-published' in project 'J2EO'0K
Applying dependency management to configuration 'runtimeElements-published' in project 'J2EO'0K
All projects evaluated.0K
Selected primary task 'build' from project :0K
1B0K
0K
0K
0K
5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [20s]m38D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5AApplying dependency management to configuration 'mainPmdAuxClasspath' in project 'J2EO'0K
Applying dependency management to configuration 'testPmdAuxClasspath' in project 'J2EO'0K
Selected primary task 'fatJar' from project :0K
Selected primary task 'publish' from project :0K
1B0K
0K
0K
0K
5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [21s]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 [21s]m34D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :compileKotlin > Resolve dependencies of :compileClasspathm60D4B4A1m> :compileKotlinm0K16D4B4A1m> :compileKotlin > Resolve files of :compileClasspathm53D4B4A1m> :compileKotlinm0K16D4B5A1m<0;1m-------------> 0% EXECUTING [22s]m34D1B1m> :compileKotlin > Resolve dependencies of :kotlinCompilerClasspathm67D4B5AWatching 1 directories to track changes0K
4B0K
5A1m<0;1m-------------> 0% EXECUTING [22s]m0K34D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [23s]m34D5B5A0K
1m> Task :compileKotlinm0K
file or directory '/home/r/repo/src/main/kotlin', not found0K
Watching 1 directories to track changes0K
Excluding []0K
Excluding []
Excluding []
Watching 2 directories to track changes
Watching 2 directories to track changes
Caching disabled for task ':compileKotlin' because:
Build cache is disabled
Task ':compileKotlin' is not up-to-date because:
No history is available.
Watching 2 directories to track changes
The input changes require a full rebuild for incremental task ':compileKotlin'.
file or directory '/home/r/repo/src/main/kotlin', not found
Using Kotlin/JVM incremental compilation
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
[KOTLIN] Kotlin compilation 'jdkHome' argument: /usr/lib/jvm/java-17-openjdk
i: found daemon on port 17288 (9600473205 ms old), trying to connect
i: cannot connect to registry: Connection refused
i: found seemingly orphaned run file '/root/.kotlin/daemon/kotlin-daemon.2022-02-09T07-51-20.184Z.4554fdacf4d2e88b050789566e07e1e9.17288.run' (9600473205 ms old), deleting it
i: starting the daemon as: /usr/lib/jvm/java-17-openjdk/bin/java -cp /root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-embeddable/1.6.0/aa8da3bedc53c89219b84a0b40c7419431a13e76/kotlin-compiler-embeddable-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.6.0/a215a7f914d5916dc5fd2d45cea16524e0220203/kotlin-reflect-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.6.0/a40b8b22529b733892edf4b73468ce598bb17f04/kotlin-stdlib-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-script-runtime/1.6.0/55f72526ddcff6fc77d72cdf949c7e3d9bd95620/kotlin-script-runtime-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-daemon-embeddable/1.6.0/d6242b37f4ce6b637d10847c7558446272ec8432/kotlin-daemon-embeddable-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.intellij.deps/trove4j/1.0.20181211/216c2e14b070f334479d800987affe4054cd563f/trove4j-1.0.20181211.jar:/root/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.6.0/330f2244e9030119ab3030fc3fededc86713d9cc/jna-5.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.6.0/7857e365f925cfa060f941c1357cda1f8790502c/kotlin-stdlib-common-1.6.0.jar -Djava.awt.headless=true -D$java.rmi.server.hostname=127.0.0.1 -Xmx512m -XX:MaxMetaspaceSize=256m -Dkotlin.environment.keepalive -ea --add-exports java.base/sun.nio.ch=ALL-UNNAMED org.jetbrains.kotlin.daemon.KotlinCompileDaemon --daemon-runFilesPath /root/.kotlin/daemon --daemon-autoshutdownIdleSeconds=7200 --daemon-compilerClasspath /root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-embeddable/1.6.0/aa8da3bedc53c89219b84a0b40c7419431a13e76/kotlin-compiler-embeddable-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.6.0/a215a7f914d5916dc5fd2d45cea16524e0220203/kotlin-reflect-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.6.0/a40b8b22529b733892edf4b73468ce598bb17f04/kotlin-stdlib-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-script-runtime/1.6.0/55f72526ddcff6fc77d72cdf949c7e3d9bd95620/kotlin-script-runtime-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-daemon-embeddable/1.6.0/d6242b37f4ce6b637d10847c7558446272ec8432/kotlin-daemon-embeddable-1.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.intellij.deps/trove4j/1.0.20181211/216c2e14b070f334479d800987affe4054cd563f/trove4j-1.0.20181211.jar:/root/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.6.0/330f2244e9030119ab3030fc3fededc86713d9cc/jna-5.6.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar:/root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.6.0/7857e365f925cfa060f941c1357cda1f8790502c/kotlin-stdlib-common-1.6.0.jar
i: Received the message signalling that the daemon is ready
i: new daemon started, trying to find it
i: found daemon on port 17728 (20 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@7e3791ad, workingDir=/home/r/repo/build/kotlin/compileKotlin, multiModuleICSettings=MultiModuleICSettings(buildHistoryFile=/home/r/repo/build/kotlin/compileKotlin/build-history.bin, useModuleDetection=false), usePreciseJavaTracking=trueoutputFiles=[/home/r/repo/build/classes/kotlin/main, /home/r/repo/build/kotlin/compileKotlin])
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% EXECUTING [23s]m34D1B1m> :compileKotlinm16D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [24s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [25s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [26s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [27s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [28s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [29s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [30s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [31s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [32s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [33s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [34s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [35s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [36s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [37s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [38s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [39s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [40s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [41s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [42s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [43s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [44s]m34D5B5A1m<0;1m-------------> 0% EXECUTING [45s]m34D5B5Aw: /home/r/repo/src/main/java/parser/TreeMappings.kt: (512, 7): Elvis operator (?:) always returns the left operand of non-nullable type Literal0K
w: /home/r/repo/src/main/java/translator/Classes.kt: (63, 18): Parameter 'interfaceDeclaration' is never used0K
w: /home/r/repo/src/main/java/translator/Declarations.kt: (155, 23): Parameter 'initializer' is never used0K
w: /home/r/repo/src/main/java/translator/Expressions.kt: (137, 22): Parameter 'arrayCreation' is never used0K
w: /home/r/repo/src/main/java/translator/Expressions.kt: (208, 13): Parameter 'expr' is never used0K
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 24.878 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 [46s]m34D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [47s]m34D5B5A0K
1m> Task :compileJavam0K
Watching 12 directories to track changes0K
Watching 13 directories to track changes0K
Watching 13 directories to track changes0K
Watching 13 directories to track changes
Excluding []
Watching 13 directories to track changes
Caching disabled for task ':compileJava' because:
Build cache is disabled
Task ':compileJava' is not up-to-date because:
No history is available.
Watching 12 directories to track changes
Watching 12 directories to track changes
Watching 12 directories to track changes
Watching 12 directories to track changes
The input changes require a full rebuild for incremental task ':compileJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/java-17-openjdk'.
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
Compiling with JDK Java compiler API.
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 7% EXECUTING [48s]m34D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [49s]m34D5B5AClass dependency analysis for incremental compilation took 0.171 secs.0K
4B0K
5A1m<0;1m-------------> 7% EXECUTING [49s]m34D1B1m> :compileJavam14D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [50s]m34D5B5ACreated classpath snapshot for incremental compilation in 0.985 secs.0K
Watching 16 directories to track changes0K
Watching 18 directories to track changes0K
Watching 20 directories to track changes0K
Watching 21 directories to track changes0K
:compileJava (Thread[Execution worker for ':',5,main]) completed. Took 4.748 secs.
:processResources (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=0;39;1m------------> 10% EXECUTING [50s]m35D1B1m> :processResourcesm19D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :processResourcesm0K
Watching 21 directories to track changes0K
Watching 27 directories to track changes0K
Caching disabled for task ':processResources' because:0K
Build cache is disabled
Task ':processResources' is not up-to-date because:
No history is available.
Watching 27 directories to track changes
Watching 34 directories to track changes
:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.037 secs.
:classes (Thread[Execution worker for ':',5,main]) started.
1m> Task :classesm
Skipping task ':classes' as it has no actions.
:classes (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:inspectClassesForKotlinIC (Thread[Execution worker for ':',5,main]) started.
1m> Task :inspectClassesForKotlinICm
Watching 35 directories to track changes
Caching disabled for task ':inspectClassesForKotlinIC' because:
Build cache is disabled
Task ':inspectClassesForKotlinIC' is not up-to-date because:
No history is available.
Watching 34 directories to track changes
Watching 35 directories to track changes
:inspectClassesForKotlinIC (Thread[Execution worker for ':',5,main]) completed. Took 0.018 secs.
:jar (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 21% EXECUTING [50s]m35D1B1m> :jarm6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :jarm0K
Watching 35 directories to track changes0K
Watching 36 directories to track changes0K
Caching disabled for task ':jar' because:0K
Build cache is disabled
Task ':jar' is not up-to-date because:
No history is available.
Watching 36 directories to track changes
Watching 37 directories to track changes
:jar (Thread[Execution worker for ':',5,main]) completed. Took 0.109 secs.
:javadoc (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [50s]m35D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [51s]m35D5B5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [52s]m35D5B5A0K
1m> Task :javadocm0K
Watching 37 directories to track changes0K
Caching disabled for task ':javadoc' because:0K
Build cache is disabled0K
Task ':javadoc' is not up-to-date because:
No history is available.
Watching 37 directories to track changes
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
Starting process 'command '/usr/lib/jvm/java-17-openjdk/bin/javadoc''. Working directory: /home/r/repo Command: /usr/lib/jvm/java-17-openjdk/bin/javadoc @/home/r/repo/build/tmp/javadoc/javadoc.options
Successfully started process 'command '/usr/lib/jvm/java-17-openjdk/bin/javadoc''
/home/r/repo/src/main/java/util/ListUtils.java:9: warning: no comment
public class ListUtils {
^
/home/r/repo/src/main/java/util/ListUtils.java:16: warning: no comment
public static <T> List<T> concat(List<T>... lists) {
^
/home/r/repo/src/main/java/util/ListUtils.java:22: warning: no comment
public static <T> Optional<T> first(List<T> list) {
^
/home/r/repo/src/main/java/util/ListUtils.java:30: warning: no comment
public static <T> Optional<T> last(List<T> list) {
^
/home/r/repo/src/main/java/util/ListUtils.java:11: warning: no comment
public static <T> List<T> listOf(T... elems) {
^
5 warnings
Watching 44 directories to track changes
:javadoc (Thread[Execution worker for ':',5,main]) completed. Took 1.221 secs.
:javadocJar (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 28% EXECUTING [52s]m35D1B1m> :javadocJarm13D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :javadocJarm0K
Watching 44 directories to track changes0K
Watching 45 directories to track changes0K
Caching disabled for task ':javadocJar' because:0K
Build cache is disabled
Task ':javadocJar' is not up-to-date because:
No history is available.
Watching 45 directories to track changes
Watching 45 directories to track changes
:javadocJar (Thread[Execution worker for ':',5,main]) completed. Took 0.025 secs.
:sourcesJar (Thread[Execution worker for ':',5,main]) started.
1m> Task :sourcesJarm
Watching 45 directories to track changes
Watching 53 directories to track changes
Watching 53 directories to track changes
Watching 54 directories to track changes
Execution optimizations have been disabled for task ':sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/home/r/repo/build/generated-src/antlr/main'. Reason: Task ':sourcesJar' uses this output of task ':generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Invalidating VFS because task ':sourcesJar' failed validation
Not watching anything anymore
Watching 0 directories to track changes
Caching disabled for task ':sourcesJar' because:
Build cache is disabled
Task ':sourcesJar' is not up-to-date because:
No history is available.
file or directory '/home/r/repo/build/generated-src/antlr/main', not found
file or directory '/home/r/repo/src/main/kotlin', not found
file or directory '/home/r/repo/src/main/antlr', not found
Watching 1 directories to track changes
:sourcesJar (Thread[Execution worker for ':',5,main]) completed. Took 0.055 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 [52s]m35D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B2A1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D2B2A> IDLE0K6D2B4A1m> :checkstyleMain > Resolve dependencies of :checkstylem0K55D4B4A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jarm69D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 15.4 m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > picocli-4.6.1.jar > 31.4 KiBm79D1B1m> :checkstyleMain > Resolve files of :checkstyle > reflections-0.10.2.jar > 19.m79D1B3A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 111.4m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > picocli-4.6.1.jar > 255.4 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > reflections-0.10.2.jar > 111m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 335.4 Km79D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 207.4m79D1B> IDLE0K6D1B> IDLE0K6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [53s]m35D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 863.4 Km79D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 303.4m79D3B4A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.4 MiBm79D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 431.3m79D3B4A> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 623.3m79D3B3A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 967.3m79D3B3A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 1.3 Mm79D3B3A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 1.8 Mm79D3B3A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 2.4 Mm79D3B3A> IDLE0K6D3B3A1m> :checkstyleMainm17D3B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [54s]m35D5B5A0K
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_download10488907230603306059bin0K
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_download13766158734534347937bin0K
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_download16179508148168744688bin
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_download10232296302984011538bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom to /root/.gradle/.tmp/gradle_download5231298406180063205bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom to /root/.gradle/.tmp/gradle_download16834549699026280676bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.pom to /root/.gradle/.tmp/gradle_download16780490252406371697bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom to /root/.gradle/.tmp/gradle_download16796933130596759831bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom to /root/.gradle/.tmp/gradle_download17752610041811537087bin
Downloading https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom to /root/.gradle/.tmp/gradle_download16992405183625542476bin
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_download1171349920048574867bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom to /root/.gradle/.tmp/gradle_download18411300353667815288bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom to /root/.gradle/.tmp/gradle_download14802345099125213913bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom to /root/.gradle/.tmp/gradle_download798527767684506728bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom to /root/.gradle/.tmp/gradle_download9734493541371998076bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/e8160e78fdaaf7088621dc1649d9dd2dfcf8d0e8/failureaccess-1.0.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/1b77ba79f9b2b7dfd4e15ea7bb0d568d5eb9cb8d/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/8d93cdf4d84d7e1de736df607945c6df0730a10f/jsr305-3.0.2.pom]
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_download585232136809553352bin
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/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/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom to /root/.gradle/.tmp/gradle_download8220875975261564099bin
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_download3617853639087303087bin
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_download11233350833813908823bin
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_download12261207123546845930bin
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_download11989844228454750394bin
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_download18071210505332052985bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar to /root/.gradle/.tmp/gradle_download12879121922324895464bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar to /root/.gradle/.tmp/gradle_download13081345468099632523bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.jar to /root/.gradle/.tmp/gradle_download10382295727709941207bin
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_download14835862872424173783bin
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_download11890259266484421256bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar]
Downloading https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar to /root/.gradle/.tmp/gradle_download11293268978322065250bin
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_download17306532566190298748bin
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/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar to /root/.gradle/.tmp/gradle_download9686660159046688818bin
Downloading https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.1/checkstyle-9.1.jar to /root/.gradle/.tmp/gradle_download9416980026290923063bin
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]
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [54s]m35D1B> IDLE6D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B5AWatching 6 directories to track changes0K
Watching 16 directories to track changes0K
Watching 23 directories to track changes0K
Watching 24 directories to track changes0K
Watching 25 directories to track changes0K
Watching 26 directories to track changes
Watching 26 directories to track changes
Watching 27 directories to track changes
Caching disabled for task ':checkstyleMain' because:
Build cache is disabled
Task ':checkstyleMain' is not up-to-date because:
No history is available.
Watching 27 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [54s]m35D1B> IDLE6D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [55s]m35D5B5A[ant:checkstyle] Running Checkstyle 9.1 on 8 files0K
4B0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [55s]m35D1B> IDLE0K6D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [56s]m35D5B5A[ant:xslt] Processing /home/r/repo/build/tmp/checkstyleMain/main.xml to /home/r/repo/build/reports/checkstyle/main.html0K
[ant:xslt] Loading stylesheet <?xml version="1.0"?>0K
0K
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">0K
0K
<xsl:template match="/">
<html>
<head>
<title>Sun Coding Style Violations</title>
</head>
<body bgcolor="#FFFFEF">
<p><b>Coding Style Check Results</b></p>
<table border="1" cellspacing="0" cellpadding="2">
<tr bgcolor="#CC9966">
<th colspan="2"><b>Summary</b></th>
</tr>
<tr bgcolor="#CCF3D0">
<td>Total files checked</td>
<td><xsl:number level="any" value="count(descendant::file)"/></td>
</tr>
<tr bgcolor="#F3F3E1">
<td>Files with errors</td>
<td><xsl:number level="any" value="count(descendant::file[error])"/></td>
</tr>
<tr bgcolor="#CCF3D0">
<td>Total errors</td>
<td><xsl:number level="any" value="count(descendant::error)"/></td>
</tr>
<tr bgcolor="#F3F3E1">
<td>Errors per file</td>
<td><xsl:number level="any" value="count(descendant::error) div count(descendant::file)"/></td>
</tr>
</table>
<hr align="left" width="95%" size="1"/>
<p>The following are violations of the Sun Coding-Style Standards:</p>
<p/>
<xsl:apply-templates/>
</body>
</html>
</xsl:template>
<xsl:template match="file[error]">
<table bgcolor="#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 [56s]m35D1B> IDLE6D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B5AWatching 28 directories to track changes0K
:checkstyleMain (Thread[Execution worker for ':',5,main]) completed. Took 4.14 secs.0K
:compileTestKotlin (Thread[Execution worker for ':',5,main]) started.0K
2B0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 42% EXECUTING [56s]m35D1B> IDLE6D1B1m> :compileTestKotlin > Resolve dependencies of :testCompileClasspath > Resolve m79D1B> IDLE6D1B> IDLE6D1B4A1m> :compileTestKotlin > Resolve files of :testCompileClasspath > opentest4j-1.2.m79D1B1m> :compileTestKotlin > Resolve files of :testCompileClasspath > junit-jupiter-am79D3B4A1m> :compileTestKotlinm0K20D1B> IDLE0K6D3B5A1m<0;32;1m=====0;39;1m--------> 42% EXECUTING [57s]m35D5B5A0K
1m> Task :compileTestKotlinm0K
file or directory '/home/r/repo/src/test/kotlin', not found0K
Watching 28 directories to track changes0K
Excluding []0K
Downloading https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.pom to /root/.gradle/.tmp/gradle_download15908009919275349620bin
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_download6464064361248067881bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom to /root/.gradle/.tmp/gradle_download16066021088720793389bin
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_download12221718825094418943bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /root/.gradle/.tmp/gradle_download1140735167751607151bin
Watching 29 directories to track changes
Watching 33 directories to track changes
Watching 33 directories to track changes
Caching disabled for task ':compileTestKotlin' because:
Build cache is disabled
Task ':compileTestKotlin' is not up-to-date because:
No history is available.
Watching 33 directories to track changes
The input changes require a full rebuild for incremental task ':compileTestKotlin'.
file or directory '/home/r/repo/src/test/kotlin', not found
Using Kotlin/JVM incremental compilation
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
[KOTLIN] Kotlin compilation 'jdkHome' argument: /usr/lib/jvm/java-17-openjdk
i: found daemon on port 17728 (33925 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@7e3791ad, workingDir=/home/r/repo/build/kotlin/compileTestKotlin, multiModuleICSettings=MultiModuleICSettings(buildHistoryFile=/home/r/repo/build/kotlin/compileTestKotlin/build-history.bin, useModuleDetection=false), usePreciseJavaTracking=trueoutputFiles=[/home/r/repo/build/classes/kotlin/test, /home/r/repo/build/kotlin/compileTestKotlin])
Watching 37 directories to track changes
:compileTestKotlin (Thread[Execution worker for ':',5,main]) completed. Took 0.836 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 [57s]m35D1B1m> :compileTestJavam18D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :compileTestJavam0K
Watching 37 directories to track changes0K
Watching 38 directories to track changes0K
Watching 39 directories to track changes0K
Watching 40 directories to track changes
Excluding []
Caching disabled for task ':compileTestJava' because:
Build cache is disabled
Task ':compileTestJava' is not up-to-date because:
No history is available.
Watching 40 directories to track changes
Watching 39 directories to track changes
Watching 38 directories to track changes
Watching 37 directories to track changes
The input changes require a full rebuild for incremental task ':compileTestJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/java-17-openjdk'.
file or directory '/home/r/repo/build/generated-src/antlr/test', not found
Compiling with JDK Java compiler API.
Class dependency analysis for incremental compilation took 0.006 secs.
Created classpath snapshot for incremental compilation in 0.066 secs.
Watching 40 directories to track changes
Watching 42 directories to track changes
Watching 44 directories to track changes
Watching 45 directories to track changes
:compileTestJava (Thread[Execution worker for ':',5,main]) completed. Took 0.467 secs.
:processTestResources (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [57s]m35D1B1m> :processTestResourcesm23D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [58s]m35D5B5A0K
1m> Task :processTestResourcesm0K
Watching 45 directories to track changes0K
Watching 1276 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 1276 directories to track changes
Watching 2507 directories to track changes
:processTestResources (Thread[Execution worker for ':',5,main]) completed. Took 1.025 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 [58s]m35D1B1m> :checkstyleTestm17D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=======0;39;1m------> 60% EXECUTING [59s]m35D5B5A0K
1m> Task :checkstyleTestm0K
Watching 2507 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 2507 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 2507 directories to track changes
:checkstyleTest (Thread[Execution worker for ':',5,main]) completed. Took 0.345 secs.
:pmdMain (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [59s]m35D1B1m> :pmdMain > Resolve dependencies of :pmd > Resolve dependencies of :detachedCom79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B3A1m> :pmdMain > Resolve dependencies of :pmd > Resolve dependencies of :detachedCom79D3B3A> IDLE0K6D3B4A1m> :pmdMain > Resolve dependencies of :pmdm0K41D4B4A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jarm56D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jarm56D1B1m> :pmdMain > Resolve files of :pmd > commons-lang3-3.12.0.jar > 287.4 KiB/573.6m79D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8-dom.jar > 79.4 KiB/126.2 KiBm79D1B4A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 159.4 KiB/1.1 MiB dom79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 95.4 KiB/1.2 MiB dowm79D1B> IDLE0K6D1B> IDLE0K6D1B4A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 479.4 KiB/1.1 MiB dom79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 559.4 KiB/1.2 MiB dom79D3B4A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 831.4 KiB/1.1 MiB dom79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 1 MiB/1.2 MiB downlom79D3B4A> IDLE0K6D1B> IDLE0K6D3B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m]m0K34D5B4A1m> :pmdMain > Resolve files of :pmdm34D4B4A1m> :pmdMainm0K10D4B5A0K
1m> Task :pmdMainm0K
Watching 2508 directories to track changes0K
Watching 2508 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_download8247262772387200442bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/6.40.0/pmd-6.40.0.pom to /root/.gradle/.tmp/gradle_download15892227179476508176bin
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_download3832805471876941752bin
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_download5805376866691070325bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom to /root/.gradle/.tmp/gradle_download8031593737781314757bin
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_download18410445037492080313bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom to /root/.gradle/.tmp/gradle_download15334853957873133197bin
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_download10691706436353233593bin
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_download18346668173521146272bin
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_download15924122196446526738bin
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_download4630825632177603738bin
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_download407596101032726214bin
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_download11839212166133292161bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom to /root/.gradle/.tmp/gradle_download6682454313258807375bin
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_download16456591453992898961bin
Downloading https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom to /root/.gradle/.tmp/gradle_download12398281393633980445bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar to /root/.gradle/.tmp/gradle_download13825261333193151030bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar to /root/.gradle/.tmp/gradle_download15049578596115020575bin
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_download14552084018004550072bin
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_download11417151501288985981bin
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_download6190900762073718610bin
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_download6831968262211840794bin
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_download3144076888033386094bin
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_download12562996463881906550bin
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_download14447028791197345346bin
Caching disabled for task ':pmdMain' because:
Build cache is disabled
Task ':pmdMain' is not up-to-date because:
No history is available.
Watching 2508 directories to track changes
Watching 2507 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 1s]m37D1B1m> :pmdMainm10D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 2s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 3s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 4s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 5s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 6s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 7s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 8s]m37D5B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 9s]m37D5B5AAnalysis cache created0K
509 PMD rule violations were found. See the report at: file:///home/r/repo/build/reports/pmd/main.html0K
Watching 2508 directories to track changes0K
Watching 2508 directories to track changes0K
:pmdMain (Thread[Execution worker for ':',5,main]) completed. Took 10.953 secs.0K
:pmdTest (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 67% EXECUTING [1m 10s]m38D1B1m> :pmdTestm10D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :pmdTestm0K
Watching 2508 directories to track changes0K
Watching 2508 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 2508 directories to track changes
Watching 2508 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 2508 directories to track changes
Watching 2508 directories to track changes
:pmdTest (Thread[Execution worker for ':',5,main]) completed. Took 0.314 secs.
:check (Thread[Execution worker for ':',5,main]) started.
1m> Task :checkm
Skipping task ':check' as it has no actions.
:check (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:fatJar (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 10s]m38D1B1m> :fatJarm9D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 11s]m38D5B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 12s]m38D5B5A0K
1m> Task :fatJarm0K
Watching 2508 directories to track changes0K
Watching 2509 directories to track changes0K
Watching 2510 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 2510 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 12s]m38D1B1m> :fatJarm9D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 13s]m38D5B5AWatching 2510 directories to track changes0K
:fatJar (Thread[Execution worker for ':',5,main]) completed. Took 3.067 secs.0K
:build (Thread[Execution worker for ':',5,main]) started.0K
0K
1m> Task :buildm0K
Skipping task ':build' as it has no actions.
:build (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==========0;39;1m---> 82% EXECUTING [1m 13s]m38D1B1m> :generateMetadataFileForMavenJavaPublicationm46D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :generateMetadataFileForMavenJavaPublicationm0K
Watching 2510 directories to track changes0K
Watching 2510 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.3.jar'. Reason: Task ':generateMetadataFileForMavenJavaPublication' uses this output of task ':fatJar' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Invalidating VFS because task ':generateMetadataFileForMavenJavaPublication' failed validation
Not watching anything anymore
Watching 0 directories to track changes
Caching disabled for task ':generateMetadataFileForMavenJavaPublication' because:
Build cache is disabled
Task ':generateMetadataFileForMavenJavaPublication' is not up-to-date because:
Task.upToDateWhen is false.
Watching 1 directories to track changes
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':',5,main]) completed. Took 0.483 secs.
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===========0;39;1m--> 85% EXECUTING [1m 13s]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 ':',5,main]) completed. Took 0.142 secs.
:signMavenJavaPublication (Thread[Execution worker for ':',5,main]) started.
1m> Task :signMavenJavaPublicationm33m SKIPPED39m
Skipping task ':signMavenJavaPublication' as task onlyIf is false.
:signMavenJavaPublication (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':',5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 14s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jarm64D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 80 KiB/21.3 m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 152 KiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 248 KiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 1.5 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 3.3 MiB/21.3m79D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 15s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 4.7 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 6.1 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 7.6 MiB/21.3m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 9 MiB/21.3 Mm79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 10.4 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 11.3 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 11.8 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 13.3 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.3.jar to /content/repositories/releases/org/polystat/j2eo/0.5.3/j2eo-0.5.3.jar
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 16s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 14.7 MiB/21.m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 15.4 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 16.1 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 17.5 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 18.9 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 19.9 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 20.3 MiB/21.m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar > 21.3 MiB/21.m79D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 17s]m38D5B4A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar.sha1m69D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar.md5m0K68D4B4A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar.sha256m71D4B4A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.jar.sha512m71D4B5AUploading j2eo-0.5.3.pom to /content/repositories/releases/org/polystat/j2eo/0.5.3/j2eo-0.5.3.pom0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 17s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.pomm64D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 18s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.pom > 3.5 KiB/3.5 m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.pom.sha1m0K69D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.pom.md5m0K68D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.pom.sha256m71D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.pom.sha512m71D4B5AUploading j2eo-0.5.3.module to /content/repositories/releases/org/polystat/j2eo/0.5.3/j2eo-0.5.3.module0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 18s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.module > 5 KiB/5 Km79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.module.sha1m0K72D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.module.md5m0K71D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.module.sha256m74D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3.module.sha512m74D4B5AUploading j2eo-0.5.3-sources.jar to /content/repositories/releases/org/polystat/j2eo/0.5.3/j2eo-0.5.3-sources.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-sources.jar > 149.m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-sources.jar.sha1m0K77D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-sources.jar.md5m0K76D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-sources.jar.sha256m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-sources.jar.sha512m79D4B5AUploading j2eo-0.5.3-javadoc.jar to /content/repositories/releases/org/polystat/j2eo/0.5.3/j2eo-0.5.3-javadoc.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-javadoc.jar > 113.m79D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-javadoc.jar.sha1m0K77D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 20s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-javadoc.jar.md5m0K76D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-javadoc.jar.sha256m79D4B4A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.3-javadoc.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 20s]m0K38D1B1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm68D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B4A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha1m73D4B4A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.md5m0K72D4B4A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha256m75D4B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 21s]m38D1B1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha512m75D4B5A:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':',5,main]) completed. Took 7.057 secs.0K
:publish (Thread[Execution worker for ':',5,main]) started.0K
0K
1m> Task :publishm0K
Skipping task ':publish' as it has no actions.0K
:publish (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 2 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
32;1mBUILD SUCCESSFUL0;39m in 1m 23s
19 actionable tasks: 19 executed
Not watching anything anymore
Watching 0 directories to track changes
Some of the file system contents retained in the virtual file system are on file systems that Gradle doesn't support watching. The relevant state was discarded to ensure changes to these locations are properly detected. You can override this by explicitly enabling file system watching.
Watching 0 directories to track changes
Created user preferences directory.
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% WAITINGm26D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A2K1B2K1B2K1B2K1B2K4A0m?12l?25h+ echo Done.
Done.
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.5.3 -m '0.5.3: tagged by rultor.com'
+ git reset --hard
HEAD is now at a762a90 Merge branch '__rultor'
+ git clean -fd
Removing gradle.properties
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was a762a90).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:polystat/j2eo.git
* [new tag] 0.5.3 -> 0.5.3
container d4796efd5692e173d7872f5a8a5f6e690b98adf38153b1f33b87764eccae1326 is dead
Tue May 31 12:41:22 CEST 2022