+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 29385
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Tue May 24 18:01:56 CEST 2022
+ uptime
18:01:56 up 604 days, 2:07, 0 users, load average: 0.88, 0.87, 0.92
+ head=git@github.com:polystat/j2eo.git
+ image=iammaxim/j2eo:latest
+ head_branch=master
+ author=iammaxim
+ tag=0.5.1
+ vars=('--env=head=git@github.com:polystat/j2eo.git' '--env=tag=0.5.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.1'\''\'\'''\'''\'' '\'';'\'' '\''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.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=iammaxim'\''' ';' 'cp ../gradle.properties .' ';' 'echo "Home dir: $HOME"' ';' 'echo "Current path: $(pwd)"' ';' 'echo "Contents of home dir:"' ';' 'ls -lha /home/r' ';' 'echo "Contents of current dir:"' ';' 'ls -lha' ';' 'echo "Building Gradle project (excluding tests)..."' ';' './gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=${tag} -Dsigning.secretKeyRingFile=/home/r/secring.gpg' ';' 'echo "Done."' ';')
+ directory=
+ container=polystat_j2eo_81
+ as_root=true
+ git --version
git version 2.7.4
+ docker --version
Docker version 17.12.0-ce, build c97c6d6
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:polystat/j2eo.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:polystat/j2eo.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:polystat/j2eo.git'\''' ';' 'export '\''tag=0.5.1'\''' ';' '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.1 ']'
+ [[ 0.5.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.5.1"'
tag name is valid: "0.5.1"
+ cd repo
++ git tag -l 0.5.1
+ '[' ']'
+ 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=0.91
++ echo 0.91 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.91, low enough to run a new Docker container'
load average is 0.91, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=iammaxim/j2eo:latest
+ docker pull iammaxim/j2eo:latest
latest: Pulling from iammaxim/j2eo
7912417ea495: Already exists
1ab784a3a94b: Already exists
9255079efd02: Already exists
4758cdf9aba4: Already exists
5af6112be868: Already exists
614cc880f10d: Already exists
Digest: sha256:42af51ff3d3e8899099c15d073b66c6709939f868efb8414a039c16a869deb11
Status: Downloaded newer image for iammaxim/j2eo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_j2eo_81\s*$'
+ ls -al .
total 724
drwx--x--x 3 rultor rultor 4096 May 24 18:01 .
drwxrwxrwt 14 root root 684032 May 24 18:01 ..
-rw-rw-r-- 1 rultor rultor 444 May 24 18:01 end.sh
-rwxrwxr-x 1 rultor rultor 162 May 24 18:01 entry.sh
-rw-rw-r-- 1 rultor rultor 42 May 24 18:01 gradle.properties
-rw-rw-r-- 1 rultor rultor 6 May 24 18:01 pid
-rw-rw-r-- 1 rultor rultor 1192 May 24 18:01 pubring.gpg
drwxrwxr-x 10 rultor rultor 4096 May 24 18:01 repo
-rwxrwxr-x 1 rultor rultor 5859 May 24 18:01 run.sh
-rw-rw-r-- 1 rultor rultor 639 May 24 18:01 script.sh
-rw-rw-r-- 1 rultor rultor 2570 May 24 18:01 secring.gpg
-rw-rw-r-- 1 rultor rultor 4259 May 24 18:02 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Q9c9:/main --env=head=git@github.com:polystat/j2eo.git --env=tag=0.5.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.1'\''\'\'''\'''\'' '\'';'\'' '\''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-Q9c9/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_j2eo_81 iammaxim/j2eo:latest /main/entry.sh
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./gradle.properties ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:polystat/j2eo.git
+ head=git@github.com:polystat/j2eo.git
+ export tag=0.5.1
+ tag=0.5.1
+ 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 24 16:02 .
drwxr-xr-x 1 root root 4.0K May 24 16:02 ..
-rw-r--r-- 1 root root 64 May 24 16:02 cid
-rw-r--r-- 1 root root 444 May 24 16:02 end.sh
-rwxr-xr-x 1 root root 162 May 24 16:02 entry.sh
-rw-r--r-- 1 root root 42 May 24 16:02 gradle.properties
-rw-r--r-- 1 root root 6 May 24 16:02 pid
-rw-r--r-- 1 root root 1.2K May 24 16:02 pubring.gpg
drwxr-xr-x 10 root root 4.0K May 24 16:02 repo
-rwxr-xr-x 1 root root 5.8K May 24 16:02 run.sh
-rwxr-xr-x 1 root root 639 May 24 16:02 script.sh
-rw-r--r-- 1 root root 2.6K May 24 16:02 secring.gpg
-rw-r--r-- 1 root root 6.3K May 24 16:02 stdout
+ echo 'Contents of current dir:'
Contents of current dir:
+ ls -lha
total 132K
drwxr-xr-x 10 root root 4.0K May 24 16:02 .
drwxr-xr-x 3 root root 4.0K May 24 16:02 ..
-rw-r--r-- 1 root root 13K May 24 16:02 build.gradle.kts
-rwxr-xr-x 1 root root 201 May 24 16:02 build.sh
-rw-r--r-- 1 root root 1.5K May 24 16:02 CHANGELOG.md
-rw-r--r-- 1 root root 376 May 24 16:02 CITATION.cff
drwxr-xr-x 4 root root 4.0K May 24 16:02 config
drwxr-xr-x 2 root root 4.0K May 24 16:02 docker
-rw-r--r-- 1 root root 81 May 24 16:02 .dockerignore
drwxr-xr-x 8 root root 4.0K May 24 16:02 .git
drwxr-xr-x 3 root root 4.0K May 24 16:02 .github
-rw-r--r-- 1 root root 181 May 24 16:02 .gitignore
drwxr-xr-x 3 root root 4.0K May 24 16:02 gradle
-rw-r--r-- 1 root root 42 May 24 16:02 gradle.properties
-rwxr-xr-x 1 root root 5.7K May 24 16:02 gradlew
-rw-r--r-- 1 root root 2.7K May 24 16:02 gradlew.bat
drwxr-xr-x 2 root root 4.0K May 24 16:02 grammar
drwxr-xr-x 2 root root 4.0K May 24 16:02 polystat_check
-rw-r--r-- 1 root root 18K May 24 16:02 README.md
-rw-r--r-- 1 root root 662 May 24 16:02 .rultor.yml
-rw-r--r-- 1 root root 26 May 24 16:02 settings.gradle.kts
drwxr-xr-x 4 root root 4.0K May 24 16:02 src
-rw-r--r-- 1 root root 43 May 24 16:02 test_candidates.sh
-rwxr-xr-x 1 root root 732 May 24 16:02 test-hadoop.sh
-rwxr-xr-x 1 root root 565 May 24 16:02 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.1 -Dsigning.secretKeyRingFile=/home/r/secring.gpg
Initialized native services in: /root/.gradle/native
Initialized jansi services in: /root/.gradle/native
Removing daemon from the registry due to communication failure. Daemon information: DaemonInfo{pid=49, address=[2388a63c-6bcf-40f6-aece-941b0e4b0598 port:36175, addresses:[/127.0.0.1]], state=Idle, lastBusy=1644393000401, context=DefaultDaemonContext[uid=3d9f8066-a0d3-43f5-9cc6-c1b51a009a51,javaHome=/usr/lib/jvm/java-17-openjdk,daemonRegistryDir=/root/.gradle/daemon,pid=49,idleTimeout=10800000,priority=NORMAL,daemonOpts=--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.base/java.lang=ALL-UNNAMED,--add-opens,java.base/java.lang.invoke=ALL-UNNAMED,--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,--add-opens,java.base/java.nio.charset=ALL-UNNAMED,--add-opens,java.base/java.net=ALL-UNNAMED,--add-opens,java.base/java.util.concurrent.atomic=ALL-UNNAMED,-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]}
Removing 0 daemon stop events from registry
Previous Daemon (49) stopped at Tue May 24 16:02:02 GMT 2022 by user or operating system
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
2A1B1m> Starting Daemonm17D1B2AStarting process 'Gradle build daemon'. Working directory: /root/.gradle/daemon/7.2 Command: /usr/lib/jvm/java-17-openjdk/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /root/.gradle/wrapper/dists/gradle-7.2-bin/2dnblmf4td7x66yl1d74lt32g/gradle-7.2/lib/gradle-launcher-7.2.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.2
Successfully started process 'Gradle build daemon'0K
0K
2A1B1m> Starting Daemonm17D1B2AAn attempt to start the daemon took 0.941 secs.
1B0K
2A0K1B> IDLE6D1B2AThe client will now receive all logging from the daemon (pid: 69). The daemon log file: /root/.gradle/daemon/7.2/daemon-69.out.log
Starting build in new daemon [memory: 512 MiB]0K
0K
2A1B> IDLE6D1B2AUsing 12 worker leases.
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [29ms]m38D1B> IDLE6D1B2A1m<0;1m-------------> 0% INITIALIZING [130ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [229ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [330ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [429ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [529ms]m39D2B2AWatching the file system is configured to be enabled if available0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [630ms]m39D1B> IDLE6D1B2ANow considering [/home/r/repo] as hierarchies to watch0K
File system watching is active0K
0K
0K
2A1m<0;1m-------------> 0% INITIALIZING [729ms]m39D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [830ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [930ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [1s]m0K36D2B2AStarting Build0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [1s]m36D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D2B2ASkipping Kotlin DSL script compilation (Settings/TopLevel/stage1) as it is up-to-date.0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D1B1m> Evaluating settingsm21D1B2ASettings evaluated using settings file '/home/r/repo/settings.gradle.kts'.0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [2s]m35D1B1m> Loading projectsm18D1B2AProjects loaded. Root project using build file '/home/r/repo/build.gradle.kts'.0K
Included projects: [root project 'J2EO']0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [2s]m35D1B1m> root projectm14D1B1A1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B2A1m<0;1m-------------> 0% CONFIGURING [3s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D2B2A0K
1m> Configure project :m0K
Evaluating root project 'J2EO' using build file '/home/r/repo/build.gradle.kts'.
Caching disabled for Kotlin DSL plugin accessors for classpath 'b8e71b8521e54d262ad889b52e242419' because:
Build cache is disabled
Skipping Kotlin DSL plugin accessors for classpath 'b8e71b8521e54d262ad889b52e242419' as it is up-to-date.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage1) because:
Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage1) is not up-to-date because:
No history is available.
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D1B1m> root project > Compiling build file '/home/r/repo/build.gradle.kts' into locam79D1B2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D2B1A1m> root projectm0K14D1B1A1m> root project > Resolve dependencies of detachedConfiguration1m63D1B2A1m<0;1m-------------> 0% CONFIGURING [7s]m35D2B1A1m> root project > Resolve dependencies of detachedConfiguration3 > com.github.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_download1762692290422189730bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [8s]m0K35D1B1m> root project > Resolve dependencies of detachedConfiguration3m63D1B2AResource missing. [HTTP HEAD: https://plugins.gradle.org/m2/com/github/dawnwords/jacoco/badge/com.github.dawnwords.jacoco.badge.gradle.plugin/0.2.4/com.github.dawnwords.jacoco.badge.gradle.plugin-0.2.4.jar]0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [8s]m0K35D1B1m> root project > Resolve dependencies of :classpath > jacoco-badge-gradle-plugim79D1B2A1m<0;1m-------------> 0% CONFIGURING [9s]m35D2B2ADownloading https://plugins.gradle.org/m2/com/github/dawnwords/jacoco-badge-gradle-plugin/0.2.4/jacoco-badge-gradle-plugin-0.2.4.pom to /root/.gradle/.tmp/gradle_download6380390278501760198bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [9s]m0K35D1B1m> root project > Resolve dependencies of :classpath > commons-io-2.6.pomm72D1B2ADownloading https://plugins.gradle.org/m2/commons-io/commons-io/2.6/commons-io-2.6.pom to /root/.gradle/.tmp/gradle_download16260912629962563388bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> 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_download1695372673679573794bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve dependencies of :classpath > commons-parent-42.pom > 6m79D1B1A1m> root project > Resolve dependencies of :classpath > commons-parent-42.pom > 3m79D1B1A1m> root project > Resolve dependencies of :classpath > apache-18.pomm0K67D1B2ADownloading https://plugins.gradle.org/m2/org/apache/apache/18/apache-18.pom to /root/.gradle/.tmp/gradle_download16406342817682739316bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [10s]m0K36D1B1m> root project > Resolve dependencies of :classpathm51D1B
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_download9529278044583697802bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [11s]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_download12444764616492474104bin0K
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'
Applying dependency management to configuration 'apiElements' in project 'J2EO'
Applying dependency management to configuration 'runtimeElements' in project 'J2EO'
Applying dependency management to configuration 'api' in project 'J2EO'
Applying dependency management to configuration 'apiDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'implementationDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'compileOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'runtimeOnlyDependenciesMetadata' in project 'J2EO'
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'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'testIntransitiveDependenciesMetadata' in project 'J2EO'0K
Applying dependency management to configuration 'kotlinCompilerPluginClasspathMain' in project 'J2EO'0K
Applying dependency management to configuration 'kotlinScriptDef' in project 'J2EO'0K
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
Applying dependency management to configuration 'kotlinScriptDefExtensions' in project 'J2EO'
Applying dependency management to configuration 'kotlinCompilerPluginClasspathTest' in project 'J2EO'
Applying dependency management to configuration 'testKotlinScriptDef' in project 'J2EO'
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
Applying dependency management to configuration 'testKotlinScriptDefExtensions' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'sourceArtifacts' in project 'J2EO'0K
Applying dependency management to configuration 'compileOnlyApi' in project 'J2EO'0K
Applying dependency management to configuration 'antlr' in project 'J2EO'0K
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root projectm14D1B> IDLE6D1B3AApplying dependency management to configuration 'jacocoAgent' in project 'J2EO'0K
Applying dependency management to configuration 'jacocoAnt' in project 'J2EO'0K
Applying dependency management to configuration 'pmd' in project 'J2EO'0K
Applying dependency management to configuration 'pmdAux' in project 'J2EO'
Applying dependency management to configuration 'checkstyle' in project 'J2EO'
Applying dependency management to configuration 'signatures' in project 'J2EO'
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root projectm14D1B> IDLE6D1B3ACaching disabled for Kotlin DSL accessors for root project 'J2EO' because:0K
Build cache is disabled0K
Kotlin DSL accessors for root project 'J2EO' is not up-to-date because:0K
No history is available.
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root projectm14D1B> 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]m36D3B3A1m<0;1m-------------> 0% CONFIGURING [18s]m36D3B2A1m> root projectm0K14D2B3AApplying dependency management to configuration 'javadocElements' in project 'J2EO'0K
Applying dependency management to configuration 'sourcesElements' in project 'J2EO'0K
Resolving global dependency management for project 'J2EO'0K
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [18s]m36D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B> IDLE6D1B2A1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D2B1A1m> 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_download2015349231009667387bin0K
Downloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.pom to /root/.gradle/.tmp/gradle_download8383318089546815014bin0K
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_download2523212896651167517bin0K
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]m36D1B> IDLE6D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3ADownloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.module to /root/.gradle/.tmp/gradle_download17761565142293142578bin0K
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_download3037100341770214189bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.pom to /root/.gradle/.tmp/gradle_download11483350924010885580bin0K
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_download4444879541489567286bin
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom to /root/.gradle/.tmp/gradle_download3231844809880440265bin
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_download10354176474209233736bin
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_download5073974055384376776bin
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.pom to /root/.gradle/.tmp/gradle_download12366087520494266597bin
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_download577861774718958789bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom, /root/.gradle/caches/modules-2/files-2.1/org.sonatype.oss/oss-parent/7/46b8a785b60a2767095b8611613b58577e96d4c9/oss-parent-7.pom]
Downloading https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom to /root/.gradle/.tmp/gradle_download17120376762839358486bin
0K
0K
0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B> IDLE6D1B1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B3ADownloading https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom to /root/.gradle/.tmp/gradle_download14051607920332626245bin0K
2B0K
3A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B> IDLE0K6D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B1A1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1A1m> root project > Resolve dependencies of :runtimeClasspathm0K58D1B3AExcluding []0K
Downloading https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar to /root/.gradle/.tmp/gradle_download4898856742541835992bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.jar to /root/.gradle/.tmp/gradle_download9281194151987183282bin0K
0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B1m> root project > Resolve files of :runtimeClasspath > javax.json-1.1.4.jar > 9.m79D1B1m> root project > Resolve files of :runtimeClasspath > ST4-4.3.1.jar > 4 KiB/245m79D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jarm70D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jarm69D1B5ADownloading https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar to /root/.gradle/.tmp/gradle_download14439377787371117593bin0K
Downloading https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/69.1/icu4j-69.1.jar to /root/.gradle/.tmp/gradle_download14056815696406382959bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.9.3/antlr4-4.9.3.jar to /root/.gradle/.tmp/gradle_download5216239321724475045bin0K
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_download8004602469515031861bin0K
Downloading https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar to /root/.gradle/.tmp/gradle_download14199580632216800730bin0K
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B> IDLE6D1B1m> root project > Resolve files of :runtimeClasspath > ST4-4.3.1.jar > 207.4 KiBm79D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 159.4 m79D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jarm69D1B5ADownloading https://repo.maven.apache.org/maven2/org/polystat/j2ast/0.1.0/j2ast-0.1.0.jar to /root/.gradle/.tmp/gradle_download15054935624847709105bin0K
4B0K
5A1m<0;1m-------------> 0% CONFIGURING [19s]m36D1B> IDLE0K6D1B> IDLE0K6D1B1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 687.3 m79D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jar > 127.4 Km79D1B2A1m> root project > Resolve files of :runtimeClasspath > antlr4-4.9.3.jar > 1.8 Mim79D1B1m> root project > Resolve files of :runtimeClasspath > j2ast-0.1.0.jar > 255.4 Km79D1B2A> IDLE0K6D1B> IDLE0K6D1B5A1m<0;1m-------------> 0% CONFIGURING [20s]m36D5B5A1m<0;1m-------------> 0% CONFIGURING [21s]m36D5B2A1m> root project > Resolve files of :runtimeClasspathm51D2B5AWorking Directory = /home/r/repo0K
Grammar file changed since last build; Rebuilding parser with ANTLR...0K
Starting process 'command 'antlr''. Working directory: /home/r/repo/grammar Command: antlr JavaParser.g4 -visitor -o ../src/main/java/parser0K
Couldn't run ANTLR; org.gradle.process.internal.ExecException: A problem occurred starting process 'command 'antlr''0K
Working Directory = /home/r/repo0K
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [21s]m36D1B> IDLE6D1B> IDLE6D1B1m> root projectm14D1B> IDLE6D1B5AApplying Maven credentials0K
4B0K
5A1m<0;1m-------------> 0% CONFIGURING [21s]m36D1B> IDLE6D1B> IDLE0K6D1B1m> root projectm14D1B> 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 [21s]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 ':' Thread 4,5,main]) started.0K
2B0K
0K
0K
5A1m<0;1m-------------> 0% EXECUTING [21s]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileKotlinm16D1B> IDLE6D1B5A1m<0;1m-------------> 0% EXECUTING [22s]m34D3B1m> :compileKotlin > Resolve dependencies of :compileClasspathm60D2B2A1m> :compileKotlinm0K16D2B2A1m> :compileKotlin > Resolve files of :compileClasspathm53D2B2A1m> :compileKotlinm0K16D2B5AWatching 1 directories to track changes0K
4B0K
5A1m<0;1m-------------> 0% EXECUTING [22s]m34D1B> IDLE6D1B> IDLE0K6D1B1m> :compileKotlinm16D1B> 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 (9015067110 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' (9015067110 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 17925 (16 ms old), trying to connect
i: connected to the daemon
Options for KOTLIN DAEMON: IncrementalCompilationOptions(super=CompilationOptions(compilerMode=INCREMENTAL_COMPILER, targetPlatform=JVM, reportCategories=[0], reportSeverity=2, requestedCompilationResults=[0]kotlinScriptExtensions=[kt, kts, java]), areFileChangesKnown=false, modifiedFiles=null, deletedFiles=null, classpathChanges=org.jetbrains.kotlin.incremental.ClasspathChanges$NotAvailable$ClasspathSnapshotIsDisabled@61b1c7a9, workingDir=/home/r/repo/build/kotlin/compileKotlin, multiModuleICSettings=MultiModuleICSettings(buildHistoryFile=/home/r/repo/build/kotlin/compileKotlin/build-history.bin, useModuleDetection=false), usePreciseJavaTracking=trueoutputFiles=[/home/r/repo/build/classes/kotlin/main, /home/r/repo/build/kotlin/compileKotlin])
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 0% EXECUTING [23s]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileKotlinm16D1B> 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]m34D5B5A1m<0;1m-------------> 0% EXECUTING [46s]m34D5B5Aw: /home/r/repo/src/main/java/parser/TreeMappings.kt: (461, 9): Variable 't' is never used0K
w: /home/r/repo/src/main/java/parser/TreeMappings.kt: (518, 7): Elvis operator (?:) always returns the left operand of non-nullable type Literal0K
w: /home/r/repo/src/main/java/translator/Classes.kt: (63, 18): Parameter 'interfaceDeclaration' is never used0K
w: /home/r/repo/src/main/java/translator/Declarations.kt: (155, 23): Parameter 'initializer' is never used0K
w: /home/r/repo/src/main/java/translator/Expressions.kt: (126, 22): Parameter 'arrayCreation' is never used0K
w: /home/r/repo/src/main/java/translator/Expressions.kt: (197, 13): Parameter 'expr' is never used
w: /home/r/repo/src/main/java/translator/Types.kt: (9, 11): The expression is unused
Watching 11 directories to track changes
:compileKotlin (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 24.42 secs.
:generateGrammarSource (Thread[Execution worker for ':' Thread 6,5,main]) started.
1m> Task :generateGrammarSourcem33m NO-SOURCE39m
file or directory '/home/r/repo/src/main/antlr', not found
Skipping task ':generateGrammarSource' as it has no source files and no previous output files.
:generateGrammarSource (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.002 secs.
:compileJava (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;1m-------------> 7% EXECUTING [46s]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileJavam14D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [47s]m34D5B5A1m<0;1m-------------> 7% EXECUTING [48s]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]m34D1B> IDLE6D1B> IDLE6D1B1m> :compileJavam14D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [49s]m34D5B5AClass dependency analysis for incremental compilation took 0.167 secs.0K
4B0K
5A1m<0;1m-------------> 7% EXECUTING [50s]m34D1B> IDLE6D1B> IDLE0K6D1B1m> :compileJavam14D1B> IDLE6D1B5A1m<0;1m-------------> 7% EXECUTING [51s]m34D5B5ACreated classpath snapshot for incremental compilation in 1.054 secs.0K
Watching 16 directories to track changes0K
Watching 18 directories to track changes0K
Watching 20 directories to track changes0K
Watching 21 directories to track changes0K
:compileJava (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 4.776 secs.
:processResources (Thread[Execution worker for ':' Thread 4,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=0;39;1m------------> 10% EXECUTING [51s]m35D1B> IDLE6D1B> IDLE6D1B1m> :processResourcesm19D1B> IDLE6D1B5A0K
1m> Task :processResourcesm0K
Watching 21 directories to track changes0K
Watching 27 directories to track changes0K
Caching disabled for task ':processResources' because:0K
Build cache is disabled
Task ':processResources' is not up-to-date because:
No history is available.
Watching 27 directories to track changes
Watching 34 directories to track changes
:processResources (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.037 secs.
:classes (Thread[Execution worker for ':' Thread 6,5,main]) started.
1m> Task :classesm
Skipping task ':classes' as it has no actions.
:classes (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:inspectClassesForKotlinIC (Thread[Execution worker for ':' Thread 6,5,main]) started.
1m> Task :inspectClassesForKotlinICm
Watching 35 directories to track changes
Caching disabled for task ':inspectClassesForKotlinIC' because:
Build cache is disabled
Task ':inspectClassesForKotlinIC' is not up-to-date because:
No history is available.
Watching 34 directories to track changes
Watching 35 directories to track changes
:inspectClassesForKotlinIC (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.014 secs.
:jar (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 21% EXECUTING [51s]m35D1B> IDLE6D1B> IDLE6D1B1m> :jarm6D1B> IDLE6D1B5A0K
1m> Task :jarm0K
Watching 35 directories to track changes0K
Watching 36 directories to track changes0K
Caching disabled for task ':jar' because:0K
Build cache is disabled
Task ':jar' is not up-to-date because:
No history is available.
Watching 36 directories to track changes
Watching 37 directories to track changes
:jar (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.091 secs.
:javadoc (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 25% EXECUTING [51s]m35D1B> IDLE6D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B5A1m<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 ':' Thread 6,5,main]) completed. Took 1.247 secs.
:javadocJar (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 28% EXECUTING [52s]m35D1B> IDLE6D1B> IDLE6D1B1m> :javadocJarm13D1B> 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 ':' Thread 6,5,main]) completed. Took 0.036 secs.
:sourcesJar (Thread[Execution worker for ':' Thread 6,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 ':' Thread 6,5,main]) completed. Took 0.064 secs.
:assemble (Thread[Execution worker for ':' Thread 6,5,main]) started.
1m> Task :assemblem
Skipping task ':assemble' as it has no actions.
:assemble (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:checkstyleMain (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [52s]m35D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B> IDLE6D1B4A1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D2B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B2A> IDLE0K6D1B> IDLE0K6D1B4A> IDLE0K6D4B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [53s]m35D2B1m> :checkstyleMain > Resolve dependencies of :checkstylem0K55D3B4A1m> :checkstyleMain > Resolve files of :checkstyle > commons-beanutils-1.9.4.jarm78D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jarm69D1B1m> :checkstyleMain > Resolve files of :checkstyle > picocli-4.6.1.jarm68D1B1m> :checkstyleMain > Resolve files of :checkstyle > commons-collections-3.2.2.jam79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > commons-beanutils-1.9.4.jar m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 47.4 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > picocli-4.6.1.jar > 95.4 KiBm79D2B4A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 351.4m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 223.4 Km79D1B> IDLE0K6D1B> IDLE0K6D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 999.4m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 479.3 Km79D3B4A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 1.6 Mm79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 847.3 Km79D3B4A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 2.4 Mm79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.2 MiBm79D3B4A> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.7 MiBm79D3B3A> IDLE0K6D3B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [54s]m35D5B4A1m> :checkstyleMain > Resolve files of :checkstyle > javassist-3.28.0-GA.jar > 31m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 399.9 Kim79D3B4A1m> :checkstyleMain > Resolve files of :checkstyle > javassist-3.28.0-GA.jar > 79m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 1 MiB/5.m79D3B4A> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 2.1 MiB/m79D3B3A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 3.1 MiB/m79D3B5A0K
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_download11906995489706987274bin0K
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_download9583571401625348553bin0K
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_download4816322424372121169bin
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_download10661545329505918205bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom to /root/.gradle/.tmp/gradle_download5696960805035249518bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom to /root/.gradle/.tmp/gradle_download6318852279461120200bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.pom to /root/.gradle/.tmp/gradle_download14566382524976869037bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom to /root/.gradle/.tmp/gradle_download13015270852149303283bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom to /root/.gradle/.tmp/gradle_download15201095345712118144bin
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_download1998531608913349832bin
Downloading https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom to /root/.gradle/.tmp/gradle_download6043028932044345550bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom to /root/.gradle/.tmp/gradle_download12451632497182861516bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom to /root/.gradle/.tmp/gradle_download2138782668094577197bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom to /root/.gradle/.tmp/gradle_download16224587227149268230bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom to /root/.gradle/.tmp/gradle_download9057139013864577000bin
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]
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_download12340969502910517931bin
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/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom to /root/.gradle/.tmp/gradle_download3483650207255890406bin
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_parent/2.5.1/error_prone_parent-2.5.1.pom to /root/.gradle/.tmp/gradle_download12957589723177423306bin
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]
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_download17680204209940627806bin
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_download975488699565583929bin
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_download6968952413362768558bin
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_download5432269911267618501bin
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_download7442386481928757400bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/b421526c5f297295adef1c886e5246c39d4ac629/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar]
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.jar to /root/.gradle/.tmp/gradle_download5952964765464278493bin
Downloading https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.1/checkstyle-9.1.jar to /root/.gradle/.tmp/gradle_download330748169701023806bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar to /root/.gradle/.tmp/gradle_download7304008508495540672bin
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_download5396941015482878460bin
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_download3382468577213252683bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.3/ba035118bc8bac37d7eff77700720999acd9986d/j2objc-annotations-1.3.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/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]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar]
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar to /root/.gradle/.tmp/gradle_download16877983496629584015bin
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_download15183034229700468013bin
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_download15640885084060263562bin
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [54s]m35D1B> IDLE6D1B1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 4.3 MiB/m79D1B> IDLE6D1B> IDLE6D1B3A1m> :checkstyleMain > Resolve files of :checkstyle > Saxon-HE-10.6.jar > 5.4 MiB/m79D3B3A1m> :checkstyleMainm0K17D3B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [55s]m35D5B5AWatching 6 directories to track changes0K
4B0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [55s]m35D1B> IDLE0K6D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B5AWatching 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 changes0K
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 [55s]m35D1B> IDLE6D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [56s]m35D5B5A[ant:checkstyle] Running Checkstyle 9.1 on 8 files0K
4B0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [56s]m35D1B> IDLE0K6D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B5A[ant:xslt] Processing /home/r/repo/build/tmp/checkstyleMain/main.xml to /home/r/repo/build/reports/checkstyle/main.html0K
[ant:xslt] Loading stylesheet <?xml version="1.0"?>0K
0K
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">0K
0K
<xsl:template match="/">
<html>
<head>
<title>Sun Coding Style Violations</title>
</head>
<body bgcolor="#FFFFEF">
<p><b>Coding Style Check Results</b></p>
<table border="1" cellspacing="0" cellpadding="2">
<tr bgcolor="#CC9966">
<th colspan="2"><b>Summary</b></th>
</tr>
<tr bgcolor="#CCF3D0">
<td>Total files checked</td>
<td><xsl:number level="any" value="count(descendant::file)"/></td>
</tr>
<tr bgcolor="#F3F3E1">
<td>Files with errors</td>
<td><xsl:number level="any" value="count(descendant::file[error])"/></td>
</tr>
<tr bgcolor="#CCF3D0">
<td>Total errors</td>
<td><xsl:number level="any" value="count(descendant::error)"/></td>
</tr>
<tr bgcolor="#F3F3E1">
<td>Errors per file</td>
<td><xsl:number level="any" value="count(descendant::error) div count(descendant::file)"/></td>
</tr>
</table>
<hr align="left" width="95%" size="1"/>
<p>The following are violations of the Sun Coding-Style Standards:</p>
<p/>
<xsl:apply-templates/>
</body>
</html>
</xsl:template>
<xsl:template match="file[error]">
<table bgcolor="#AFFFFF" width="95%" border="1" cellspacing="0" cellpadding="2">
<tr>
<th> File: </th>
<td>
<xsl:value-of select="@name"/>
</td>
</tr>
</table>
<table bgcolor="#DFFFFF" width="95%" border="1" cellspacing="0" cellpadding="2">
<tr>
<th> Line Number </th>
<th> Error Message </th>
</tr>
<xsl:apply-templates select="error"/>
</table>
<p/>
</xsl:template>
<xsl:template match="error">
<tr>
<td>
<xsl:value-of select="@line"/>
</td>
<td>
<xsl:value-of select="@message"/>
</td>
</tr>
</xsl:template>
</xsl:stylesheet>
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [57s]m35D1B> IDLE6D1B1m> :checkstyleMainm17D1B> IDLE6D1B> IDLE6D1B5AWatching 28 directories to track changes0K
:checkstyleMain (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 4.545 secs.0K
:compileTestKotlin (Thread[Execution worker for ':' Thread 6,5,main]) started.0K
2B0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 42% EXECUTING [57s]m35D1B> IDLE6D1B1m> :compileTestKotlin > Resolve dependencies of :testCompileClasspath > Resolve m79D1B> IDLE6D1B> IDLE6D1B3A1m> :compileTestKotlin > Resolve files of :testCompileClasspath > junit-jupiter-am79D3B3A1m> :compileTestKotlinm0K20D3B5A1m<0;32;1m=====0;39;1m--------> 42% EXECUTING [58s]m35D5B5A0K
1m> Task :compileTestKotlinm0K
file or directory '/home/r/repo/src/test/kotlin', not found0K
Watching 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_download57490243084777182bin
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_download16890481794238889673bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom to /root/.gradle/.tmp/gradle_download2480683703255027172bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /root/.gradle/.tmp/gradle_download995534681193409881bin
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_download14220053117116872917bin
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 17925 (33956 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@61b1c7a9, workingDir=/home/r/repo/build/kotlin/compileTestKotlin, multiModuleICSettings=MultiModuleICSettings(buildHistoryFile=/home/r/repo/build/kotlin/compileTestKotlin/build-history.bin, useModuleDetection=false), usePreciseJavaTracking=trueoutputFiles=[/home/r/repo/build/classes/kotlin/test, /home/r/repo/build/kotlin/compileTestKotlin])
Watching 37 directories to track changes
:compileTestKotlin (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.893 secs.
:generateTestGrammarSource (Thread[Execution worker for ':' Thread 6,5,main]) started.
1m> Task :generateTestGrammarSourcem33m NO-SOURCE39m
file or directory '/home/r/repo/src/test/antlr', not found
Skipping task ':generateTestGrammarSource' as it has no source files and no previous output files.
:generateTestGrammarSource (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.001 secs.
:compileTestJava (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m======0;39;1m-------> 50% EXECUTING [58s]m35D1B> IDLE6D1B1m> :compileTestJavam18D1B> 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.005 secs.
Created classpath snapshot for incremental compilation in 0.06 secs.
Watching 40 directories to track changes
Watching 42 directories to track changes
Watching 44 directories to track changes
Watching 45 directories to track changes
:compileTestJava (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.48 secs.
:processTestResources (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [58s]m35D1B> IDLE6D1B1m> :processTestResourcesm23D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m======0;39;1m-------> 53% EXECUTING [59s]m35D5B5A0K
1m> Task :processTestResourcesm0K
Watching 45 directories to track changes0K
Watching 855 directories to track changes0K
Caching disabled for task ':processTestResources' because:0K
Build cache is disabled
Task ':processTestResources' is not up-to-date because:
No history is available.
Watching 855 directories to track changes
Watching 1665 directories to track changes
:processTestResources (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.677 secs.
:testClasses (Thread[Execution worker for ':' Thread 6,5,main]) started.
1m> Task :testClassesm
Skipping task ':testClasses' as it has no actions.
:testClasses (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:checkstyleTest (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=======0;39;1m------> 60% EXECUTING [59s]m35D1B> IDLE6D1B1m> :checkstyleTestm17D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :checkstyleTestm0K
Watching 1665 directories to track changes0K
Caching disabled for task ':checkstyleTest' because:0K
Build cache is disabled0K
Task ':checkstyleTest' is not up-to-date because:
No history is available.
Watching 1665 directories to track changes
[ant:checkstyle] Running Checkstyle 9.1 on 18 files
[ant:xslt] Processing /home/r/repo/build/tmp/checkstyleTest/test.xml to /home/r/repo/build/reports/checkstyle/test.html
[ant:xslt] Loading stylesheet <?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<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 1665 directories to track changes
:checkstyleTest (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.333 secs.
:pmdMain (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [59s]m35D1B> IDLE6D1B1m> :pmdMain > Resolve dependencies of :pmd > Resolve dependencies of :detachedCom79D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m]m0K34D2B1m> :pmdMain > Resolve dependencies of :pmdm0K41D3B4A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8-dom.jarm58D1B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 63.4 KiB/1.1 MiB dowm79D1B1m> :pmdMain > Resolve files of :pmd > commons-io-2.11.0.jar > 31.4 KiB/319.4 KiBm79D1B1m> :pmdMain > Resolve files of :pmd > commons-lang3-3.12.0.jar > 31.4 KiB/573.6 m79D1B4A> IDLE0K6D1B1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 271.4 KiB/1.1 MiB dom79D1B1m> :pmdMain > Resolve files of :pmd > commons-io-2.11.0.jar > 159.4 KiB/319.4 Kim79D1B1m> :pmdMain > Resolve files of :pmd > commons-lang3-3.12.0.jar > 239.4 KiB/573.6m79D1B3A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 479.4 KiB/1.1 MiB dom79D1B> IDLE0K6D1B1m> :pmdMain > Resolve files of :pmd > commons-lang3-3.12.0.jar > 463.3 KiB/573.6m79D1B3A1m> :pmdMain > Resolve files of :pmd > pmd-java-6.40.0.jar > 831.3 KiB/1.1 MiB dom79D2B> IDLE0K6D1B3A> IDLE0K6D3B5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 1s]m37D2B1m> :pmdMain > Resolve files of :pmdm34D3B3A1m> :pmdMainm0K10D3B5A0K
1m> Task :pmdMainm0K
Watching 1666 directories to track changes0K
Watching 1666 directories to track changes0K
Excluding []0K
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/6.40.0/pmd-java-6.40.0.pom to /root/.gradle/.tmp/gradle_download17587301233715570371bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/6.40.0/pmd-6.40.0.pom to /root/.gradle/.tmp/gradle_download16096318321173519131bin
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_download5293351006040209624bin
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_download7572321213128608934bin
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_download15274815464241843171bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom to /root/.gradle/.tmp/gradle_download5052285828813410694bin
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_download15367568421978121654bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom to /root/.gradle/.tmp/gradle_download2641657983065893158bin
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_download534101224668345697bin
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_download12037719198997337873bin
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_download5975953711667925565bin
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_download3392453515179595253bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom to /root/.gradle/.tmp/gradle_download4113270101884675266bin
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_download13965268226565457433bin
Downloading https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom to /root/.gradle/.tmp/gradle_download6657163633655457167bin
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_download8839967700995632448bin
Excluding []
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_download16966902737194106796bin
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_download1933523276303521354bin
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_download5995432891743308261bin
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_download13177643454497597585bin
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_download4385673450811791927bin
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_download6961636339802897404bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar to /root/.gradle/.tmp/gradle_download17249599298508276283bin
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_download8406274181363324977bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar to /root/.gradle/.tmp/gradle_download14277790696600870669bin
Caching disabled for task ':pmdMain' because:
Build cache is disabled
Task ':pmdMain' is not up-to-date because:
No history is available.
Watching 1666 directories to track changes
Watching 1665 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 64% EXECUTING [1m 1s]m37D1B> IDLE6D1B1m> :pmdMainm10D1B> 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
452 PMD rule violations were found. See the report at: file:///home/r/repo/build/reports/pmd/main.html0K
Watching 1666 directories to track changes0K
Watching 1666 directories to track changes0K
:pmdMain (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 10.469 secs.0K
:pmdTest (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 67% EXECUTING [1m 10s]m38D1B> IDLE6D1B1m> :pmdTest > Resolve dependencies of :testPmdAuxClasspath > Resolve dependenciem79D1B> IDLE6D1B> IDLE6D1B3A1m> :pmdTestm0K10D3B5A0K
1m> Task :pmdTestm0K
Watching 1666 directories to track changes0K
Watching 1666 directories to track changes0K
Excluding []0K
Caching disabled for task ':pmdTest' because:
Build cache is disabled
Task ':pmdTest' is not up-to-date because:
No history is available.
Watching 1666 directories to track changes
Watching 1666 directories to track changes
Analysis cache created
66 PMD rule violations were found. See the report at: file:///home/r/repo/build/reports/pmd/test.html
Watching 1666 directories to track changes
Watching 1666 directories to track changes
:pmdTest (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.316 secs.
:check (Thread[Execution worker for ':' Thread 6,5,main]) started.
1m> Task :checkm
Skipping task ':check' as it has no actions.
:check (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:fatJar (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 10s]m38D1B> IDLE6D1B1m> :fatJarm9D1B> 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 1666 directories to track changes0K
Watching 1667 directories to track changes0K
Watching 1668 directories to track changes0K
Caching disabled for task ':fatJar' because:
Build cache is disabled
Task ':fatJar' is not up-to-date because:
No history is available.
Watching 1668 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 12s]m38D1B> IDLE6D1B1m> :fatJarm9D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [1m 13s]m38D5B5AWatching 1668 directories to track changes0K
:fatJar (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 3.147 secs.0K
:build (Thread[Execution worker for ':' Thread 6,5,main]) started.0K
0K
1m> Task :buildm0K
Skipping task ':build' as it has no actions.
:build (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==========0;39;1m---> 82% EXECUTING [1m 13s]m38D1B> IDLE6D1B1m> :generateMetadataFileForMavenJavaPublicationm46D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :generateMetadataFileForMavenJavaPublicationm0K
Watching 1668 directories to track changes0K
Watching 1668 directories to track changes0K
Execution optimizations have been disabled for task ':generateMetadataFileForMavenJavaPublication' to ensure correctness due to the following reasons:0K
- Gradle detected a problem with the following location: '/home/r/repo/build/libs/J2EO-0.5.1.jar'. Reason: Task ':generateMetadataFileForMavenJavaPublication' uses this output of task ':fatJar' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Invalidating VFS because task ':generateMetadataFileForMavenJavaPublication' failed validation
Not watching anything anymore
Watching 0 directories to track changes
Caching disabled for task ':generateMetadataFileForMavenJavaPublication' because:
Build cache is disabled
Task ':generateMetadataFileForMavenJavaPublication' is not up-to-date because:
Task.upToDateWhen is false.
Watching 1 directories to track changes
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.48 secs.
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===========0;39;1m--> 85% EXECUTING [1m 14s]m38D1B> IDLE6D1B1m> :generatePomFileForMavenJavaPublicationm41D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :generatePomFileForMavenJavaPublicationm0K
Watching 1 directories to track changes0K
Caching disabled for task ':generatePomFileForMavenJavaPublication' because:0K
Build cache is disabled0K
Task ':generatePomFileForMavenJavaPublication' is not up-to-date because:
Task.upToDateWhen is false.
Watching 1 directories to track changes
Watching 1 directories to track changes
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.137 secs.
:signMavenJavaPublication (Thread[Execution worker for ':' Thread 6,5,main]) started.
1m> Task :signMavenJavaPublicationm33m SKIPPED39m
Skipping task ':signMavenJavaPublication' as task onlyIf is false.
:signMavenJavaPublication (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':' Thread 6,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 14s]m38D1B> IDLE6D1B1m> :publishMavenJavaPublicationToMavenRepositorym47D1B> IDLE6D1B> IDLE6D1B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jarm64D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 80 KiB/21.2 m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 144 KiB/21.2m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 256 KiB/21.2m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 1.4 MiB/21.2m79D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 15s]m38D2B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 3.3 MiB/21.2m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 4.7 MiB/21.2m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 6.1 MiB/21.2m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 7.6 MiB/21.2m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 9.1 MiB/21.2m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 10.6 MiB/21.m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 12.1 MiB/21.m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 13.5 MiB/21.m79D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 16s]m38D2B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 13.7 MiB/21.m79D3B5A0K
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.1.jar to /content/repositories/releases/org/polystat/j2eo/0.5.1/j2eo-0.5.1.jar
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 16s]m38D1B> IDLE6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 14.9 MiB/21.m79D1B> IDLE6D1B> IDLE6D1B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 16.3 MiB/21.m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 17.8 MiB/21.m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 19.2 MiB/21.m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 20.6 MiB/21.m79D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar > 21.2 MiB/21.m79D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 17s]m38D5B3A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar.sha1m69D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 18s]m38D5B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar.md5m0K68D3B3A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar.sha256m71D3B3A1m> :publishMavenJavaPublicationToMavenRepositorym0K47D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.jar.sha512m71D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 19s]m38D5B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 20s]m38D5B5AUploading j2eo-0.5.1.pom to /content/repositories/releases/org/polystat/j2eo/0.5.1/j2eo-0.5.1.pom0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 20s]m38D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.pom > 3.5 KiB/3.5 m79D1B> IDLE6D1B> IDLE6D1B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.pom.sha1m0K69D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 21s]m38D5B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 22s]m38D2B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.pom.md5m0K68D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.pom.sha256m71D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.pom.sha512m71D3B5AUploading j2eo-0.5.1.module to /content/repositories/releases/org/polystat/j2eo/0.5.1/j2eo-0.5.1.module0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 22s]m38D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.module > 5 KiB/5 Km79D1B> IDLE6D1B> IDLE6D1B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.module.sha1m0K72D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.module.md5m0K71D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 23s]m38D2B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.module.sha256m74D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1.module.sha512m74D3B5AUploading j2eo-0.5.1-javadoc.jar to /content/repositories/releases/org/polystat/j2eo/0.5.1/j2eo-0.5.1-javadoc.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 23s]m38D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-javadoc.jar > 113.m79D1B> IDLE6D1B> IDLE6D1B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-javadoc.jar.sha1m0K77D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-javadoc.jar.md5m0K76D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-javadoc.jar.sha256m79D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 24s]m38D5B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-javadoc.jar.sha512m79D3B5AUploading j2eo-0.5.1-sources.jar to /content/repositories/releases/org/polystat/j2eo/0.5.1/j2eo-0.5.1-sources.jar0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 24s]m38D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-sources.jar > 146.m79D1B> IDLE6D1B> IDLE6D1B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-sources.jar.sha1m0K77D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-sources.jar.md5m0K76D3B3A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-sources.jar.sha256m79D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 25s]m38D2B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.5.1-sources.jar.sha512m79D3B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 26s]m38D5B3A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm0K68D3B5AUploading maven-metadata.xml to /content/repositories/releases/org/polystat/j2eo/maven-metadata.xml0K
4B0K
5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 26s]m38D1B> IDLE0K6D1B1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xmlm68D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m============0;39;1m-> 92% EXECUTING [1m 27s]m38D2B1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha1m73D3B3A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.md5m0K72D3B3A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha256m75D3B3A1m> :publishMavenJavaPublicationToMavenRepository > maven-metadata.xml.sha512m75D3B5A:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 13.35 secs.0K
:publish (Thread[Execution worker for ':' Thread 6,5,main]) started.0K
0K
1m> Task :publishm0K
Skipping task ':publish' as it has no actions.0K
:publish (Thread[Execution worker for ':' Thread 6,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 29s
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.1 -m '0.5.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at 616f79e 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 616f79e).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:polystat/j2eo.git
* [new tag] 0.5.1 -> 0.5.1
container 2e92071c428fd89cff64c1adc4e2903e053b08832e930b8d0dfc5ed34403c21f is dead
Tue May 24 18:04:28 CEST 2022