rultor.com logo This build log was produced by rultor.com for polystat/j2eo#56
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 11492
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Wed Feb  9 11:55:10 CET 2022
+ uptime
 11:55:10 up 499 days, 21:01,  0 users,  load average: 4.35, 4.60, 4.69
+ head=git@github.com:polystat/j2eo.git
+ image=iammaxim/j2eo:latest
+ head_branch=master
+ author=iammaxim
+ tag=0.2.1
+ vars=('--env=head=git@github.com:polystat/j2eo.git' '--env=tag=0.2.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2.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.2.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_56
+ 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.2.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.2.1 ']'
+ [[ 0.2.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.2.1"'
tag name is valid: "0.2.1"
+ cd repo
++ git tag -l 0.2.1
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.66
++ echo 4.66 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.66, low enough to run a new Docker container'
load average is 4.66, 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
Digest: sha256:42af51ff3d3e8899099c15d073b66c6709939f868efb8414a039c16a869deb11
Status: Image is up to date for iammaxim/j2eo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_j2eo_56\s*$'
+ ls -al .
total 720
drwx--x--x  3 rultor rultor   4096 Feb  9 11:55 .
drwxrwxrwt 12 root   root   684032 Feb  9 11:55 ..
-rw-rw-r--  1 rultor rultor    444 Feb  9 11:55 end.sh
-rwxrwxr-x  1 rultor rultor    162 Feb  9 11:55 entry.sh
-rw-rw-r--  1 rultor rultor     42 Feb  9 11:55 gradle.properties
-rw-rw-r--  1 rultor rultor      6 Feb  9 11:55 pid
-rw-rw-r--  1 rultor rultor   1192 Feb  9 11:55 pubring.gpg
drwxrwxr-x 10 rultor rultor   4096 Feb  9 11:55 repo
-rwxrwxr-x  1 rultor rultor   5859 Feb  9 11:55 run.sh
-rw-rw-r--  1 rultor rultor    639 Feb  9 11:55 script.sh
-rw-rw-r--  1 rultor rultor   2570 Feb  9 11:55 secring.gpg
-rw-rw-r--  1 rultor rultor   4081 Feb  9 11:55 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-9KEA:/main --env=head=git@github.com:polystat/j2eo.git --env=tag=0.2.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2.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-9KEA/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_j2eo_56 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.2.1
+ tag=0.2.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 Feb  9 10:55 .
drwxr-xr-x  1 root root 4.0K Feb  9 10:55 ..
-rw-r--r--  1 root root   64 Feb  9 10:55 cid
-rw-r--r--  1 root root  444 Feb  9 10:55 end.sh
-rwxr-xr-x  1 root root  162 Feb  9 10:55 entry.sh
-rw-r--r--  1 root root   42 Feb  9 10:55 gradle.properties
-rw-r--r--  1 root root    6 Feb  9 10:55 pid
-rw-r--r--  1 root root 1.2K Feb  9 10:55 pubring.gpg
drwxr-xr-x 10 root root 4.0K Feb  9 10:55 repo
-rwxr-xr-x  1 root root 5.8K Feb  9 10:55 run.sh
-rwxr-xr-x  1 root root  639 Feb  9 10:55 script.sh
-rw-r--r--  1 root root 2.6K Feb  9 10:55 secring.gpg
-rw-r--r--  1 root root 6.1K Feb  9 10:55 stdout
+ echo 'Contents of current dir:'
Contents of current dir:
+ ls -lha
total 96K
drwxr-xr-x 10 root root 4.0K Feb  9 10:55 .
drwxr-xr-x  3 root root 4.0K Feb  9 10:55 ..
drwxr-xr-x  4 root root 4.0K Feb  9 10:55 bin
-rw-r--r--  1 root root  12K Feb  9 10:55 build.gradle.kts
-rwxr-xr-x  1 root root  300 Feb  9 10:55 build.sh
drwxr-xr-x  4 root root 4.0K Feb  9 10:55 config
drwxr-xr-x  2 root root 4.0K Feb  9 10:55 docker
-rw-r--r--  1 root root   81 Feb  9 10:55 .dockerignore
drwxr-xr-x  8 root root 4.0K Feb  9 10:55 .git
drwxr-xr-x  4 root root 4.0K Feb  9 10:55 .github
-rw-r--r--  1 root root  106 Feb  9 10:55 .gitignore
drwxr-xr-x  3 root root 4.0K Feb  9 10:55 gradle
-rw-r--r--  1 root root   42 Feb  9 10:55 gradle.properties
-rwxr-xr-x  1 root root 5.7K Feb  9 10:55 gradlew
-rw-r--r--  1 root root 2.7K Feb  9 10:55 gradlew.bat
-rw-r--r--  1 root root 3.8K Feb  9 10:55 README.md
-rw-r--r--  1 root root  662 Feb  9 10:55 .rultor.yml
-rw-r--r--  1 root root   26 Feb  9 10:55 settings.gradle.kts
drwxr-xr-x  7 root root 4.0K Feb  9 10:55 share
drwxr-xr-x  4 root root 4.0K Feb  9 10:55 src
-rw-r--r--  1 root root   43 Feb  9 10:55 test_candidates.sh
+ echo 'Building Gradle project (excluding tests)...'
Building Gradle project (excluding tests)...
+ ./gradlew build fatJar publish -x test --info -Dcandidates=false -PmvnPublicationVersion=0.2.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]}


2A1B1m> Connecting to Daemonm22D1B2ARemoving 0 daemon stop events from registry
Previous Daemon (49) stopped at Wed Feb 09 10:55:17 GMT 2022 by user or operating system0K
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details

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

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

0K
2A1B> IDLE6D1B2AUsing 12 worker leases.
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [34ms]m38D1B> IDLE6D1B2A1m<0;1m-------------> 0% INITIALIZING [134ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [234ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [334ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [434ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [534ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [634ms]m39D2B2AWatching the file system is configured to be enabled if available0K
Now considering [/home/r/repo] as hierarchies to watch0K
File system watching is active
0K
0K
2A1m<0;1m-------------> 0% INITIALIZING [734ms]m39D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [834ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [933ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [1s]m0K36D2B2AStarting Build0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D1B1m> Evaluating settingsm21D1B2ASkipping 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 [3s]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 [3s]m35D1B1m> root projectm14D1B1A1m> root project > Resolve dependencies of detachedConfiguration1m63D1B1A1m> root project > Resolve dependencies of :classpathm0K51D1B1A1m> root project > Resolve files of :classpathm0K44D1B2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D1B1m> root projectm0K14D1B2A1m<0;1m-------------> 0% CONFIGURING [5s]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
Skipping Kotlin DSL script compilation (Project/TopLevel/stage1) as it is up-to-date.
Applying dependency management to configuration 'ktlint' in project 'J2EO'
Applying dependency management to configuration 'ktlintRuleset' in project 'J2EO'
Applying dependency management to configuration 'ktlintReporter' in project 'J2EO'
Applying dependency management to configuration 'ktlintBaselineReporter' in project 'J2EO'
Applying dependency management to configuration 'kotlinCompilerClasspath' in project 'J2EO'
Applying dependency management to configuration 'kotlinCompilerPluginClasspath' in project 'J2EO'
Applying dependency management to configuration 'kotlinNativeCompilerPluginClasspath' in project 'J2EO'
Applying dependency management to configuration 'kotlinKlibCommonizerClasspath' in project 'J2EO'
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D1B1m> root projectm14D1B2AApplying dependency management to configuration 'archives' in project 'J2EO'0K
Applying dependency management to configuration 'default' in project 'J2EO'0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D1B1m> root projectm14D1B2AApplying 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'
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'
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D1B1m> root projectm14D1B2AApplying dependency management to configuration 'apiDependenciesMetadata' in project 'J2EO'0K
Applying dependency management to configuration 'implementationDependenciesMetadata' in project 'J2EO'0K
Applying dependency management to configuration 'compileOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'runtimeOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'intransitiveDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testApi' in project 'J2EO'
Applying dependency management to configuration 'testApiDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testImplementationDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testCompileOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testRuntimeOnlyDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'testIntransitiveDependenciesMetadata' in project 'J2EO'
Applying dependency management to configuration 'kotlinCompilerPluginClasspathMain' in project 'J2EO'
Applying dependency management to configuration 'kotlinScriptDef' in project 'J2EO'
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
Applying dependency management to configuration 'kotlinScriptDefExtensions' in project 'J2EO'
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D1B1m> root projectm14D1B2AApplying dependency management to configuration 'kotlinCompilerPluginClasspathTest' in project 'J2EO'0K
Applying dependency management to configuration 'testKotlinScriptDef' in project 'J2EO'0K
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
Applying dependency management to configuration 'testKotlinScriptDefExtensions' in project 'J2EO'
Applying dependency management to configuration 'sourceArtifacts' in project 'J2EO'
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D1B1m> root projectm14D1B2AApplying 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'
Applying dependency management to configuration 'pmdAux' in project 'J2EO'
Applying dependency management to configuration 'checkstyle' in project 'J2EO'
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D1B1m> root projectm14D1B2AApplying dependency management to configuration 'signatures' in project 'J2EO'0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D1B1m> root projectm14D1B2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D2B2ACaching disabled for Kotlin DSL accessors for root project 'J2EO' because:0K
  Build cache is disabled0K
Skipping Kotlin DSL accessors for root project 'J2EO' as it is up-to-date.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage2) because:
  Build cache is disabled
Skipping Kotlin DSL script compilation (Project/TopLevel/stage2) as it is up-to-date.
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D1B1m> root projectm14D1B2AProvided Maven username of length 80K
Provided Maven password of length 80K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D1B1m> root projectm14D1B2AApplying dependency management to configuration 'javadocElements' in project 'J2EO'0K
Applying dependency management to configuration 'sourcesElements' in project 'J2EO'0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [7s]m35D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B2AResolving global dependency management for project 'J2EO'0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [7s]m0K35D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B1A1m> root project > Resolve dependencies of :runtimeClasspath > Resolve dependencim79D1B1A1m> root project > Resolve dependencies of :runtimeClasspathm0K58D1B2AExcluding []0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [7s]m0K35D1B1m> root project > Resolve dependencies of :runtimeClasspathm58D1B1A1m> root projectm0K14D1B2AApplying Maven credentials0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [7s]m35D1B1m> root projectm14D1B2AApplying 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
0K
2A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [8s]m37D1B> IDLE6D1B2AGrammar file changed since last build; Rebuilding parser with Bison...0K
Starting process 'command 'bison''. Working directory: /home/r/repo Command: bison --report=states,lookaheads --report-file=out/Java_16_Grammar.report --output=src/main/java/parser/JavaParser.java src/main/resources/Java_16_Grammar.y0K
Successfully started process 'command 'bison''
0K
0K
2A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [8s]m37D1B> IDLE6D1B2Asrc/main/resources/Java_16_Grammar.y: warning: 2 nonterminals useless in grammar [-Wother]0K
src/main/resources/Java_16_Grammar.y: warning: 3 rules useless in grammar [-Wother]0K
src/main/resources/Java_16_Grammar.y:1446.1-10: warning: nonterminal useless in grammar: TargetType [-Wother]
 1446 | TargetType
      | ^~~~~~~~~~
src/main/resources/Java_16_Grammar.y:1450.1-8: warning: nonterminal useless in grammar: TypeList [-Wother]
 1450 | TypeList
      | ^~~~~~~~
src/main/resources/Java_16_Grammar.y: warning: 396 shift/reduce conflicts [-Wconflicts-sr]
src/main/resources/Java_16_Grammar.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
src/main/resources/Java_16_Grammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
0K
0K
2A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [8s]m37D1B> IDLE6D1B2ASelected primary task 'build' from project :0K
1B0K
2A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [8s]m37D1B> IDLE6D1B2AAdd dependency: ktlint version 0.42.10K
Add dependency: ktlint version 0.42.10K
0K
0K
2A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [8s]m37D1B> IDLE6D1B2AApplying 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 :
Selected primary task 'publish' from project :
0K
0K
2A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [8s]m37D1B> IDLE6D1B2ATasks to be executed: [task ':compileKotlin', task ':compileJava', task ':loadKtlintReporters', task ':runKtlintFormatOverKotlinScripts', task ':ktlintKotlinScriptFormat', task ':runKtlintFormatOverMainSourceSet', task ':ktlintMainSourceSetFormat', task ':runKtlintFormatOverTestSourceSet', task ':ktlintTestSourceSetFormat', task ':ktlintFormat', task ':runKtlintCheckOverKotlinScripts', task ':ktlintKotlinScriptCheck', task ':runKtlintCheckOverMainSourceSet', task ':ktlintMainSourceSetCheck', task ':runKtlintCheckOverTestSourceSet', task ':ktlintTestSourceSetCheck', task ':ktlintCheck', task ':processResources', task ':classes', task ':inspectClassesForKotlinIC', task ':jar', task ':javadoc', task ':javadocJar', task ':sourcesJar', task ':assemble', task ':checkstyleMain', task ':compileTestKotlin', 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 2,5,main]) started.
0K
0K
2A1m&lt;0;1m-------------&gt; 0% EXECUTING [8s]m33D1B1m&gt; :compileKotlinm16D1B2A1m<0;1m-------------> 0% EXECUTING [9s]m33D1B1m> :compileKotlin > Resolve dependencies of :compileClasspathm60D1B1A1m> :compileKotlinm0K16D1B1A1m> :compileKotlin > Resolve dependencies of :kotlinCompilerClasspathm67D1B1A1m> :compileKotlinm0K16D1B2A1m<0;1m-------------> 0% EXECUTING [10s]m34D2B2A0K
1m> Task :compileKotlinm0K
file or directory '/home/r/repo/src/main/kotlin', not found
Watching 1 directories to track changes
Excluding []
Excluding []
Excluding []
Watching 2 directories to track changes
Watching 17 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 16 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/src/main/kotlin', not found
file or directory '/home/r/repo/src/main/kotlin', not found
[KOTLIN] Kotlin compilation 'jdkHome' argument: /usr/lib/jvm/java-17-openjdk
i: found daemon on port 17288 (11048316 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' (11048316 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 17571 (20 ms old), trying to connect
i: connected to the daemon
Options for KOTLIN DAEMON: IncrementalCompilationOptions(super=CompilationOptions(compilerMode=INCREMENTAL_COMPILER, targetPlatform=JVM, reportCategories=[0], reportSeverity=2, requestedCompilationResults=[0]kotlinScriptExtensions=[kt, kts, java]), areFileChangesKnown=false, modifiedFiles=null, deletedFiles=null, classpathChanges=org.jetbrains.kotlin.incremental.ClasspathChanges$NotAvailable$ClasspathSnapshotIsDisabled@16a28a8e, 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
2A1m<0;1m-------------> 0% EXECUTING [10s]m34D1B1m> :compileKotlinm16D1B2A1m<0;1m-------------> 0% EXECUTING [11s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [12s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [13s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [14s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [15s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [16s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [17s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [18s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [19s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [20s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [21s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [22s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [23s]m34D2B2A1m<0;1m-------------> 0% EXECUTING [24s]m34D2B2Aw: /home/r/repo/src/main/java/translator/Classes.kt: (58, 18): Parameter 'interfaceDeclaration' is never used0K
w: /home/r/repo/src/main/java/translator/Expressions.kt: (49, 13): Parameter 'expr' is never used0K
w: /home/r/repo/src/main/java/translator/Types.kt: (6, 11): The expression is unused
Watching 23 directories to track changes
0K
0K
2A1m<0;1m-------------> 0% EXECUTING [24s]m34D1B1m> :compileKotlinm16D1B2A:compileKotlin (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 15.26 secs.0K
:compileJava (Thread[Execution worker for ':' Thread 2,5,main]) started.0K
0K
0K
2A1m<0;1m-------------> 2% EXECUTING [24s]m34D1B1m> :compileJavam14D1B2A1m<0;1m-------------> 2% EXECUTING [25s]m34D2B2A1m<0;1m-------------> 2% EXECUTING [26s]m34D2B2A0K
1m> Task :compileJavam0K
Watching 24 directories to track changes
Watching 25 directories to track changes
Watching 25 directories to track changes
Watching 25 directories to track changes
Excluding []
Caching disabled for task ':compileJava' because:
  Build cache is disabled
Task ':compileJava' is not up-to-date because:
  No history is available.
Watching 24 directories to track changes
Watching 24 directories to track changes
Watching 24 directories to track changes
Watching 23 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'.
Compiling with JDK Java compiler API.
0K
0K
2A1m&lt;0;1m-------------&gt; 2% EXECUTING [26s]m34D1B1m> :compileJavam14D1B2AClass dependency analysis for incremental compilation took 0.128 secs.0K
1B0K
2A1m<0;1m-------------> 2% EXECUTING [26s]m34D1B1m> :compileJavam14D1B2ACreated classpath snapshot for incremental compilation in 0.106 secs.0K
1B0K
2A1m<0;1m-------------> 2% EXECUTING [27s]m34D1B1m> :compileJavam14D1B2AWatching 36 directories to track changes0K
Watching 38 directories to track changes0K
Watching 40 directories to track changes
Watching 41 directories to track changes
:compileJava (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 2.894 secs.
:loadKtlintReporters (Thread[Execution worker for ':' Thread 5,5,main]) started.
0K
0K
2A1m<0;1m-------------> 4% EXECUTING [27s]m34D1B1m> :loadKtlintReporters > Resolve dependencies of :ktlintm56D1B1A1m> :loadKtlintReportersm0K22D1B2A:processResources (Thread[Execution worker for ':' Thread 3,5,main]) started.0K
1B0K

3A1m<0;1m-------------> 4% EXECUTING [27s]m34D1B1m> :loadKtlintReportersm22D1B1m> :processResourcesm19D1B3A0K
1m> Task :processResourcesm0K
Watching 42 directories to track changes0K
Watching 44 directories to track changes
Caching disabled for task ':processResources' because:
  Build cache is disabled
Task ':processResources' is not up-to-date because:
  No history is available.
Watching 43 directories to track changes
Watching 46 directories to track changes
:processResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.07 secs.
:sourcesJar (Thread[Execution worker for ':',5,main]) started.

1m> Task :loadKtlintReportersm
Watching 42 directories to track changes
Watching 42 directories to track changes
Excluding []
Excluding []
Caching disabled for task ':loadKtlintReporters' because:
  Build cache is disabled
Task ':loadKtlintReporters' is not up-to-date because:
  No history is available.
Watching 42 directories to track changes
Watching 41 directories to track changes
Watching 48 directories to track changes
Watching 48 directories to track changes
:loadKtlintReporters (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.361 secs.
0K
0K
0K
3A1m<0;32;1m=0;39;1m------------> 9% EXECUTING [27s]m34D1B> IDLE6D1B1m> :sourcesJarm13D1B3A0K
1m> Task :sourcesJarm0K
Watching 47 directories to track changes0K
Watching 48 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.
Watching 47 directories to track changes
file or directory '/home/r/repo/src/main/kotlin', not found
Watching 49 directories to track changes
:sourcesJar (Thread[Execution worker for ':',5,main]) completed. Took 0.096 secs.
:runKtlintFormatOverKotlinScripts (Thread[Execution worker for ':',5,main]) started.
:runKtlintCheckOverKotlinScripts (Thread[Execution worker for ':' Thread 9,5,main]) started.
0K
0K
0K
3A1m<0;32;1m=0;39;1m------------> 12% EXECUTING [27s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B3A:runKtlintCheckOverMainSourceSet (Thread[Execution worker for ':' Thread 7,5,main]) started.0K
:runKtlintCheckOverTestSourceSet (Thread[Execution worker for ':' Thread 5,5,main]) started.0K
:processTestResources (Thread[Execution worker for ':' Thread 3,5,main]) started.0K
0K
0K
0K


5A1m<0;32;1m=0;39;1m------------> 12% EXECUTING [27s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5AStarting process 'Gradle Worker Daemon 4'. Working directory: /root/.gradle/workers Command: /usr/lib/jvm/java-17-openjdk/bin/java @/root/.gradle/.tmp/gradle-worker-classpath11185445064340976724txt -Xmx256m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 4'0K
Starting process 'Gradle Worker Daemon 3'. Working directory: /root/.gradle/workers Command: /usr/lib/jvm/java-17-openjdk/bin/java @/root/.gradle/.tmp/gradle-worker-classpath15560795791197363291txt -Xmx256m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 3'0K
Starting process 'Gradle Worker Daemon 2'. Working directory: /root/.gradle/workers Command: /usr/lib/jvm/java-17-openjdk/bin/java @/root/.gradle/.tmp/gradle-worker-classpath3120332442680638180txt -Xmx256m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 2'0K
Successfully started process 'Gradle Worker Daemon 4'0K
Starting process 'Gradle Worker Daemon 1'. Working directory: /root/.gradle/workers Command: /usr/lib/jvm/java-17-openjdk/bin/java @/root/.gradle/.tmp/gradle-worker-classpath11914475987178244346txt -Xmx256m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 1'0K
Successfully started process 'Gradle Worker Daemon 3'
Successfully started process 'Gradle Worker Daemon 1'
Successfully started process 'Gradle Worker Daemon 2'
0K
0K
0K
0K
0K
5A1m<0;32;1m=0;39;1m------------> 12% EXECUTING [27s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5A1m<0;32;1m=0;39;1m------------> 12% EXECUTING [28s]m35D5B5AStarted Gradle worker daemon (1.42 secs) with fork options DaemonForkOptions{executable=/usr/lib/jvm/java-17-openjdk/bin/java, minHeapSize=null, maxHeapSize=256m, jvmArgs=[], keepAliveMode=DAEMON}.0K
Started Gradle worker daemon (1.393 secs) with fork options DaemonForkOptions{executable=/usr/lib/jvm/java-17-openjdk/bin/java, minHeapSize=null, maxHeapSize=256m, jvmArgs=[], keepAliveMode=DAEMON}.0K
Started Gradle worker daemon (1.418 secs) with fork options DaemonForkOptions{executable=/usr/lib/jvm/java-17-openjdk/bin/java, minHeapSize=null, maxHeapSize=256m, jvmArgs=[], keepAliveMode=DAEMON}.0K
2B0K
0K
0K
5A1m<0;32;1m=0;39;1m------------> 12% EXECUTING [29s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5A0K
1m> Task :processTestResourcesm0K
Watching 50 directories to track changes0K
Watching 861 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 861 directories to track changes
Watching 1672 directories to track changes
:processTestResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 1.472 secs.
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 3,5,main]) started.
Started Gradle worker daemon (1.552 secs) with fork options DaemonForkOptions{executable=/usr/lib/jvm/java-17-openjdk/bin/java, minHeapSize=null, maxHeapSize=256m, jvmArgs=[], keepAliveMode=DAEMON}.
0K
0K
0K
0K
0K
5A1m<0;32;1m=0;39;1m------------> 14% EXECUTING [29s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5AThis JVM does not support getting OS memory, so no OS memory status updates will be broadcast0K
4B0K
5A1m<0;32;1m=0;39;1m------------> 14% EXECUTING [29s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm0K34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5AThis JVM does not support getting OS memory, so no OS memory status updates will be broadcast0K
This JVM does not support getting OS memory, so no OS memory status updates will be broadcast0K
0K
1m&gt; Task :runKtlintFormatOverKotlinScriptsm0K
Watching 49 directories to track changes0K
Excluding []
Caching disabled for task ':runKtlintFormatOverKotlinScripts' because:
  Build cache is disabled
Task ':runKtlintFormatOverKotlinScripts' is not up-to-date because:
  No history is available.
Watching 49 directories to track changes
The input changes require a full rebuild for incremental task ':runKtlintFormatOverKotlinScripts'.
Executing non-incrementally
Editorconfig files were changed: false
0K
0K
0K
0K
0K
5A1m<0;32;1m=0;39;1m------------> 14% EXECUTING [29s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5A0K
1m> Task :generatePomFileForMavenJavaPublicationm0K
Watching 1673 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 1672 directories to track changes
Watching 1673 directories to track changes
:generatePomFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.514 secs.

1m> Task :runKtlintCheckOverKotlinScriptsm
Watching 49 directories to track changes
Caching disabled for task ':runKtlintCheckOverKotlinScripts' because:
  Build cache is disabled
Task ':runKtlintCheckOverKotlinScripts' is not up-to-date because:
  No history is available.
Watching 49 directories to track changes
The input changes require a full rebuild for incremental task ':runKtlintCheckOverKotlinScripts'.
Executing non-incrementally
Editorconfig files were changed: false
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 17% EXECUTING [29s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5A0K
This JVM does not support getting OS memory, so no OS memory status updates will be broadcast0K
0K
1m> Task :runKtlintCheckOverMainSourceSetm0K
file or directory '/home/r/repo/src/main/kotlin', not found0K
Watching 49 directories to track changes
Caching disabled for task ':runKtlintCheckOverMainSourceSet' because:
  Build cache is disabled
Task ':runKtlintCheckOverMainSourceSet' is not up-to-date because:
  No history is available.
Watching 49 directories to track changes
The input changes require a full rebuild for incremental task ':runKtlintCheckOverMainSourceSet'.
Executing non-incrementally
Editorconfig files were changed: false
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 17% EXECUTING [29s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverKotlinScriptsm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5A1m<0;32;1m==0;39;1m-----------> 17% EXECUTING [30s]m35D5B5A1m<0;32;1m==0;39;1m-----------> 17% EXECUTING [31s]m35D5B5A1m<0;32;1m==0;39;1m-----------> 17% EXECUTING [32s]m35D5B5A0K
1m> Task :runKtlintFormatOverKotlinScriptsm0K
Watching 1673 directories to track changes0K
:runKtlintFormatOverKotlinScripts (Thread[Execution worker for ':',5,main]) completed. Took 5.191 secs.0K
:ktlintKotlinScriptFormat (Thread[Execution worker for ':',5,main]) started.0K

1m> Task :runKtlintCheckOverTestSourceSetm
file or directory '/home/r/repo/src/test/kotlin', not found
Watching 49 directories to track changes
Watching 50 directories to track changes
Caching disabled for task ':runKtlintCheckOverTestSourceSet' because:
  Build cache is disabled
Task ':runKtlintCheckOverTestSourceSet' is not up-to-date because:
  No history is available.
Watching 50 directories to track changes
The input changes require a full rebuild for incremental task ':runKtlintCheckOverTestSourceSet'.
Executing non-incrementally
Editorconfig files were changed: false
0K
0K
0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 19% EXECUTING [32s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :ktlintKotlinScriptFormatm27D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5A0K
:runKtlintFormatOverMainSourceSet (Thread[Execution worker for ':' Thread 3,5,main]) started.0K
:runKtlintFormatOverTestSourceSet (Thread[Execution worker for ':' Thread 4,5,main]) started.0K
2B0K
0K
0K
5A1m<0;32;1m==0;39;1m-----------> 19% EXECUTING [32s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :ktlintKotlinScriptFormatm27D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintCheckOverTestSourceSetm34D1B5A0K
1m> Task :runKtlintCheckOverTestSourceSetm0K
Watching 1673 directories to track changes0K
:runKtlintCheckOverTestSourceSet (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 5.318 secs.0K
:ktlintTestSourceSetCheck (Thread[Execution worker for ':' Thread 5,5,main]) started.0K
Starting process 'Gradle Worker Daemon 5'. Working directory: /root/.gradle/workers Command: /usr/lib/jvm/java-17-openjdk/bin/java @/root/.gradle/.tmp/gradle-worker-classpath6167216550189277287txt -Xmx256m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 5'

1m> Task :ktlintKotlinScriptFormatm
Watching 1674 directories to track changes
Caching disabled for task ':ktlintKotlinScriptFormat' because:
  Build cache is disabled
Task ':ktlintKotlinScriptFormat' is not up-to-date because:
  No history is available.
Watching 1673 directories to track changes
Watching 1675 directories to track changes
:ktlintKotlinScriptFormat (Thread[Execution worker for ':',5,main]) completed. Took 0.227 secs.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 24% EXECUTING [32s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm34D1B1m> :runKtlintFormatOverTestSourceSetm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5ASuccessfully started process 'Gradle Worker Daemon 5'0K
4B0K
5A1m<0;32;1m===0;39;1m----------> 24% EXECUTING [33s]m35D1B1m> :runKtlintCheckOverKotlinScriptsm0K34D1B1m> :runKtlintFormatOverTestSourceSetm35D1B1m> :runKtlintCheckOverMainSourceSetm0K34D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5A0K
1m> Task :ktlintTestSourceSetCheckm0K
Watching 1674 directories to track changes0K
Caching disabled for task ':ktlintTestSourceSetCheck' because:0K
  Build cache is disabled0K
Task ':ktlintTestSourceSetCheck' is not up-to-date because:
  No history is available.
Watching 1673 directories to track changes
Watching 1676 directories to track changes
:ktlintTestSourceSetCheck (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.193 secs.

1m> Task :runKtlintCheckOverKotlinScriptsm
Watching 1676 directories to track changes
:runKtlintCheckOverKotlinScripts (Thread[Execution worker for ':' Thread 9,5,main]) completed. Took 5.566 secs.
:ktlintKotlinScriptCheck (Thread[Execution worker for ':' Thread 9,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===0;39;1m----------> 29% EXECUTING [33s]m35D1B1m> :ktlintKotlinScriptCheckm26D1B1m> :runKtlintFormatOverTestSourceSetm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5A0K
1m> Task :ktlintKotlinScriptCheckm0K
Watching 1676 directories to track changes0K
Caching disabled for task ':ktlintKotlinScriptCheck' because:0K
  Build cache is disabled0K
Task ':ktlintKotlinScriptCheck' is not up-to-date because:
  No history is available.
Watching 1676 directories to track changes
Watching 1677 directories to track changes
:ktlintKotlinScriptCheck (Thread[Execution worker for ':' Thread 9,5,main]) completed. Took 0.161 secs.
0K
0K
0K
0K
0K
5A1m<0;32;1m====0;39;1m---------> 31% EXECUTING [33s]m35D1B> IDLE6D1B1m> :runKtlintFormatOverTestSourceSetm35D1B1m> :runKtlintCheckOverMainSourceSetm34D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5A1m<0;32;1m====0;39;1m---------&gt; 31% EXECUTING [34s]m35D5B5AStarted Gradle worker daemon (1.495 secs) with fork options DaemonForkOptions{executable=/usr/lib/jvm/java-17-openjdk/bin/java, minHeapSize=null, maxHeapSize=256m, jvmArgs=[], keepAliveMode=DAEMON}.0K
4B0K
5A1m<0;32;1m====0;39;1m---------> 31% EXECUTING [34s]m35D1B> IDLE0K6D1B1m> :runKtlintFormatOverTestSourceSetm35D1B1m> :runKtlintCheckOverMainSourceSetm0K34D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5A0K
1m> Task :runKtlintCheckOverMainSourceSetm0K
Watching 1677 directories to track changes0K
:runKtlintCheckOverMainSourceSet (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 7.149 secs.0K
:ktlintMainSourceSetCheck (Thread[Execution worker for ':' Thread 7,5,main]) started.0K
0K
0K
0K
0K
0K
5A1m<0;32;1m====0;39;1m---------> 34% EXECUTING [34s]m35D1B> IDLE6D1B1m> :runKtlintFormatOverTestSourceSetm35D1B1m> :ktlintMainSourceSetCheckm27D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5A0K
1m> Task :runKtlintFormatOverMainSourceSetm0K
file or directory '/home/r/repo/src/main/kotlin', not found0K
file or directory '/home/r/repo/src/main/kotlin', not found0K
Watching 1673 directories to track changes0K
Caching disabled for task ':runKtlintFormatOverMainSourceSet' because:
  Build cache is disabled
Task ':runKtlintFormatOverMainSourceSet' is not up-to-date because:
  No history is available.
Watching 1673 directories to track changes
The input changes require a full rebuild for incremental task ':runKtlintFormatOverMainSourceSet'.
Executing non-incrementally
Editorconfig files were changed: false
0K
0K
0K
0K
0K
5A1m<0;32;1m====0;39;1m---------> 34% EXECUTING [34s]m35D1B> IDLE6D1B1m> :runKtlintFormatOverTestSourceSetm35D1B1m> :ktlintMainSourceSetCheckm27D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5A0K
1m> Task :ktlintMainSourceSetCheckm0K
Watching 1677 directories to track changes0K
Caching disabled for task ':ktlintMainSourceSetCheck' because:0K
  Build cache is disabled0K
Task ':ktlintMainSourceSetCheck' is not up-to-date because:
  No history is available.
Watching 1677 directories to track changes
Watching 1678 directories to track changes
:ktlintMainSourceSetCheck (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.17 secs.

1m> Task :runKtlintFormatOverTestSourceSetm
file or directory '/home/r/repo/src/test/kotlin', not found
file or directory '/home/r/repo/src/test/kotlin', not found
Watching 1673 directories to track changes
Caching disabled for task ':runKtlintFormatOverTestSourceSet' because:
  Build cache is disabled
Task ':runKtlintFormatOverTestSourceSet' is not up-to-date because:
  No history is available.
Watching 1673 directories to track changes
The input changes require a full rebuild for incremental task ':runKtlintFormatOverTestSourceSet'.
Executing non-incrementally
Editorconfig files were changed: false
0K
0K
0K
0K
0K
5A1m<0;32;1m====0;39;1m---------> 36% EXECUTING [34s]m35D1B> IDLE6D1B1m> :runKtlintFormatOverTestSourceSetm35D1B> IDLE6D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5A0K
This JVM does not support getting OS memory, so no OS memory status updates will be broadcast0K
3B0K
0K
5A1m<0;32;1m====0;39;1m---------> 36% EXECUTING [35s]m35D1B> IDLE6D1B1m> :runKtlintFormatOverTestSourceSetm35D1B> IDLE6D1B1m> :runKtlintFormatOverMainSourceSetm35D1B5A0K
1m> Task :runKtlintFormatOverMainSourceSetm0K
Watching 1678 directories to track changes0K
:runKtlintFormatOverMainSourceSet (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 2.312 secs.0K
:ktlintMainSourceSetFormat (Thread[Execution worker for ':' Thread 3,5,main]) started.0K
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 39% EXECUTING [35s]m35D1B> IDLE6D1B1m> :runKtlintFormatOverTestSourceSetm35D1B> IDLE6D1B1m> :ktlintMainSourceSetFormatm28D1B5A0K
1m> Task :ktlintMainSourceSetFormatm0K
Watching 1678 directories to track changes0K
Caching disabled for task ':ktlintMainSourceSetFormat' because:0K
  Build cache is disabled0K
Task ':ktlintMainSourceSetFormat' is not up-to-date because:
  No history is available.
Watching 1678 directories to track changes
Watching 1679 directories to track changes
:ktlintMainSourceSetFormat (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.091 secs.
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 41% EXECUTING [35s]m35D1B> IDLE6D1B1m> :runKtlintFormatOverTestSourceSetm35D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=====0;39;1m--------> 41% EXECUTING [36s]m35D5B5A0K
1m> Task :runKtlintFormatOverTestSourceSetm0K
Watching 1679 directories to track changes0K
:runKtlintFormatOverTestSourceSet (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 3.95 secs.0K
:ktlintTestSourceSetFormat (Thread[Execution worker for ':' Thread 4,5,main]) started.0K
0K
0K
0K
0K
0K
5A1m<0;32;1m=====0;39;1m--------> 43% EXECUTING [36s]m35D1B> IDLE6D1B1m> :ktlintTestSourceSetFormatm28D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :ktlintTestSourceSetFormatm0K
Watching 1679 directories to track changes0K
Caching disabled for task ':ktlintTestSourceSetFormat' because:0K
  Build cache is disabled0K
Task ':ktlintTestSourceSetFormat' is not up-to-date because:
  No history is available.
Watching 1679 directories to track changes
Watching 1680 directories to track changes
:ktlintTestSourceSetFormat (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.076 secs.
:ktlintFormat (Thread[Execution worker for ':' Thread 4,5,main]) started.

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

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

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

1m> Task :inspectClassesForKotlinICm
Watching 1681 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 1680 directories to track changes
Watching 1681 directories to track changes
:inspectClassesForKotlinIC (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.009 secs.
:jar (Thread[Execution worker for ':' Thread 5,5,main]) started.

1m> Task :jarm
Watching 1681 directories to track changes
Watching 1682 directories to track changes
Caching disabled for task ':jar' because:
  Build cache is disabled
Task ':jar' is not up-to-date because:
  No history is available.
Watching 1682 directories to track changes
Watching 1682 directories to track changes
:jar (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.069 secs.
0K
0K
0K
0K
0K
5A1m<0;32;1m=======0;39;1m------> 58% EXECUTING [36s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A:javadoc (Thread[Execution worker for ':' Thread 5,5,main]) started.0K
4B0K
5A1m<0;32;1m=======0;39;1m------> 58% EXECUTING [37s]m35D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=======0;39;1m------> 58% EXECUTING [38s]m35D5B5A0K
1m> Task :javadocm0K
Watching 1683 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 1682 directories to track changes
file or directory '/home/r/repo/src/main/kotlin', not found
Starting process 'command '/usr/lib/jvm/java-17-openjdk/bin/javadoc''. Working directory: /home/r/repo Command: /usr/lib/jvm/java-17-openjdk/bin/javadoc @/home/r/repo/build/tmp/javadoc/javadoc.options
Successfully started process 'command '/usr/lib/jvm/java-17-openjdk/bin/javadoc''
/home/r/repo/src/main/java/tree/AnnoElementValue.java:3: warning: no comment
public class AnnoElementValue extends Entity {
       ^
/home/r/repo/src/main/java/tree/AnnoParameterList.java:20: warning: no comment
public class AnnoParameterList extends Entity {
       ^
/home/r/repo/src/main/java/tree/Annotation.java:9: warning: no comment
public class Annotation extends Entity {
       ^
/home/r/repo/src/main/java/tree/Annotation.java:12: warning: no comment
    public AnnoParameterList annoParameterList;
                             ^
/home/r/repo/src/main/java/tree/Annotation.java:11: warning: no comment
    public CompoundName compoundName;
                        ^
/home/r/repo/src/main/java/tree/Annotation.java:27: warning: no comment
    public Annotation(CompoundName cn, AnnoElementValue aev) {
           ^
/home/r/repo/src/main/java/tree/Annotation.java:15: warning: no comment
    public Annotation(CompoundName cn, AnnoParameterList apl) {
           ^
/home/r/repo/src/main/java/tree/Entity.java:62: warning: no comment
    public void report(int sh) {
                ^
/home/r/repo/src/main/java/tree/Annotations.java:5: warning: no comment
public class Annotations extends Entity {
       ^
/home/r/repo/src/main/java/tree/Annotations.java:7: warning: no comment
    public ArrayList<Annotation> annotations;
                                 ^
/home/r/repo/src/main/java/tree/Annotations.java:10: warning: no comment
    public Annotations(Annotation ann) {
           ^
/home/r/repo/src/main/java/tree/Annotations.java:18: warning: no comment
    public Annotations add(Annotation ann) {
                       ^
/home/r/repo/src/main/java/tree/Expression/ArgumentList.java:15: warning: no comment
public class ArgumentList extends Entity {
       ^
/home/r/repo/src/main/java/tree/Expression/ArgumentList.java:17: warning: no comment
    public ArrayList<Expression> arguments;
                                 ^
/home/r/repo/src/main/java/tree/Expression/ArgumentList.java:20: warning: no comment
    public ArgumentList(Expression expr) {
           ^
/home/r/repo/src/main/java/tree/Expression/ArgumentList.java:28: warning: no comment
    public ArgumentList add(Expression expr) {
                        ^
/home/r/repo/src/main/java/tree/Expression/ArrayAccess.java:9: warning: no comment
public class ArrayAccess extends Expression {
       ^
/home/r/repo/src/main/java/tree/Expression/ArrayAccess.java:11: warning: no comment
    public Expression expression;
                      ^
/home/r/repo/src/main/java/tree/Expression/ArrayAccess.java:12: warning: no comment
    public Expression size;
                      ^
/home/r/repo/src/main/java/tree/Expression/ArrayAccess.java:15: warning: no comment
    public ArrayAccess(Expression expr, Expression size) {
           ^
/home/r/repo/src/main/java/tree/Statement/Assert.java:13: warning: no comment
public class Assert extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/Assert.java:16: warning: no comment
    public Expression expression;
                      ^
/home/r/repo/src/main/java/tree/Statement/Assert.java:17: warning: no comment
    public Expression expression2;
                      ^
/home/r/repo/src/main/java/tree/Statement/Assert.java:20: warning: no comment
    public Assert(ArrayList<String> ls, Expression expr, Expression expr2) {
           ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:7: warning: no comment
public class Binary extends Expression {
       ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:9: warning: no comment
    public Expression left;
                      ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:11: warning: no comment
    public TokenCode operator;
                     ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:10: warning: no comment
    public Expression right;
                      ^
/home/r/repo/src/main/java/tree/Expression/Binary.java:14: warning: no comment
    public Binary(Expression l, Expression r, Token token) {
           ^
/home/r/repo/src/main/java/tree/Statement/Block.java:19: warning: no comment
public class Block extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/Block.java:22: warning: no comment
    public BlockStatements block;
                           ^
/home/r/repo/src/main/java/tree/Statement/Block.java:25: warning: no comment
    public Block(ArrayList<String> ls, BlockStatements block) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:10: warning: no comment
public class BlockStatement extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:12: warning: no comment
    public Declaration declaration;
                       ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:14: warning: no comment
    public Expression expression;
                      ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:13: warning: no comment
    public Statement statement;
                     ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:17: warning: no comment
    public BlockStatement(Declaration d) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:39: warning: no comment
    public BlockStatement(Expression expr) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatement.java:28: warning: no comment
    public BlockStatement(Statement stmt) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:9: warning: no comment
public class BlockStatements extends Entity {
       ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:11: warning: no comment
    public ArrayList<BlockStatement> blockStatements;
                                     ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:14: warning: no comment
    public BlockStatements(BlockStatement elem) {
           ^
/home/r/repo/src/main/java/tree/Statement/BlockStatements.java:19: warning: no comment
    public BlockStatements add(BlockStatement elem) {
                           ^
/home/r/repo/src/main/java/tree/Statement/Break.java:13: warning: no comment
public class Break extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/Break.java:16: warning: no comment
    public String label;
                  ^
/home/r/repo/src/main/java/tree/Statement/Break.java:19: warning: no comment
    public Break(ArrayList<String> ls, Token label) {
           ^
/home/r/repo/src/main/java/tree/Expression/Cast.java:10: warning: no comment
public class Cast extends Expression {
       ^
/home/r/repo/src/main/java/tree/Expression/Cast.java:13: warning: no comment
    public Expression expression;
                      ^
/home/r/repo/src/main/java/tree/Expression/Cast.java:12: warning: no comment
    public TypeList types;
                    ^
/home/r/repo/src/main/java/tree/Expression/Cast.java:16: warning: no comment
    public Cast(TypeList types, Expression expr) {
           ^
/home/r/repo/src/main/java/tree/Statement/CatchClause.java:9: warning: no comment
public class CatchClause extends Entity {
       ^
/home/r/repo/src/main/java/tree/Statement/CatchClause.java:12: warning: no comment
    public Block block;
                 ^
/home/r/repo/src/main/java/tree/Statement/CatchClause.java:11: warning: no comment
    public CatchParameter catchParameter;
                          ^
/home/r/repo/src/main/java/tree/Statement/CatchClause.java:15: warning: no comment
    public CatchClause(CatchParameter catchPar, Block b) {
           ^
/home/r/repo/src/main/java/tree/Statement/CatchClauses.java:15: warning: no comment
public class CatchClauses extends Entity {
       ^
/home/r/repo/src/main/java/tree/Statement/CatchClauses.java:17: warning: no comment
    public ArrayList<CatchClause> catchClauses;
                                  ^
/home/r/repo/src/main/java/tree/Statement/CatchClauses.java:20: warning: no comment
    public CatchClauses(CatchClause clause) {
           ^
/home/r/repo/src/main/java/tree/Statement/CatchClauses.java:28: warning: no comment
    public CatchClauses add(CatchClause clause) {
                        ^
/home/r/repo/src/main/java/tree/Declaration/CatchParameter.java:16: warning: no comment
public class CatchParameter extends ParameterDeclaration {
       ^
/home/r/repo/src/main/java/tree/Declaration/CatchParameter.java:27: warning: no comment
    public TypeList catchTypes;
                    ^
/home/r/repo/src/main/java/tree/Declaration/CatchParameter.java:30: warning: no comment
    public CatchParameter(Modifiers mods, TypeList types, Token id, Dims dims) {
           ^
/home/r/repo/src/main/java/tree/Declaration/ClassDeclaration.java:10: warning: no comment
public class ClassDeclaration extends Declaration {
       ^
/home/r/repo/src/main/java/tree/Declaration/ClassDeclaration.java:14: warning: no comment
    public ClassDeclaration(Modifiers mods, String n) {
           ^
/home/r/repo/src/main/java/tree/Declaration/ClassInitializer.java:11: warning: no comment
public class ClassInitializer extends Declaration {
       ^
/home/r/repo/src/main/java/tree/Declaration/ClassInitializer.java:13: warning: no comment
    public Block block;
                 ^
/home/r/repo/src/main/java/tree/Declaration/ClassInitializer.java:14: warning: no comment
    public boolean signStatic;
                   ^
/home/r/repo/src/main/java/tree/Declaration/ClassInitializer.java:17: warning: no comment
    public ClassInitializer(Block b, boolean ss) {
           ^
/home/r/repo/src/main/java/tree/Expression/Primary/ClassLiteral.java:12: warning: no comment
public class ClassLiteral extends Literal {
       ^
/home/r/repo/src/main/java/tree/Expression/Primary/ClassLiteral.java:15: warning: no comment
    public Dims dims;
                ^
/home/r/repo/src/main/java/tree/Expression/Primary/ClassLiteral.java:14: warning: no comment
    public Type type;  // VOID, if type==null
                ^
/home/r/repo/src/main/java/tree/Expression/Primary/ClassLiteral.java:18: warning: no comment
    public ClassLiteral(Type t, Dims d) {
           ^
/home/r/repo/src/main/java/tree/Compilation/CompilationUnit.java:11: warning: no comment
public class CompilationUnit extends Entity {
       ^
0K
0K
0K
0K
0K
5A1m<0;32;1m=======0;39;1m------> 58% EXECUTING [38s]m35D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B5A/home/r/repo/src/main/java/tree/CompoundName.java:12: warning: no comment0K
public class CompoundName extends Entity {0K
       ^0K
/home/r/repo/src/main/java/tree/CompoundName.java:14: warning: no comment0K
    public ArrayList<String> names;0K
                             ^
/home/r/repo/src/main/java/tree/CompoundName.java:17: warning: no comment
    public CompoundName(String first) {
           ^
/home/r/repo/src/main/java/tree/CompoundName.java:22: warning: no comment
    public CompoundName(List<String> name) {
           ^
/home/r/repo/src/main/java/tree/CompoundName.java:27: warning: no comment
    public CompoundName add(String next) {
                        ^
/home/r/repo/src/main/java/tree/CompoundName.java:36: warning: no comment
    public String concatenatedEO() {
                  ^
/home/r/repo/src/main/java/tree/CompoundName.java:32: warning: no comment
    public String concatenatedJava() {
                  ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:14: warning: no comment
public class Conditional extends Expression {
       ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:16: warning: no comment
    public Expression condition;
                      ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:18: warning: no comment
    public Expression elsePart;
                      ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:17: warning: no comment
    public Expression thenPart;
                      ^
/home/r/repo/src/main/java/tree/Expression/Conditional.java:21: warning: no comment
    public Conditional(Expression c, Expression t, Expression e) {
           ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorBody.java:12: warning: no comment
public class ConstructorBody extends Entity {
       ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorBody.java:15: warning: no comment
    public Block block;
                 ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorBody.java:14: warning: no comment
    public ExplicitConstructorInvocation invocation;
                                         ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorBody.java:18: warning: no comment
    public ConstructorBody(ExplicitConstructorInvocation inv, Block block) {
           ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclaration.java:22: warning: no comment
public class ConstructorDeclaration extends MethodDeclaration {
       ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclaration.java:32: warning: no comment
    public ExplicitConstructorInvocation invocation;
                                         ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclaration.java:36: warning: no comment
    public ConstructorDeclaration(Modifiers mods,
           ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclarator.java:11: warning: no comment
public class ConstructorDeclarator extends Entity {
       ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclarator.java:14: warning: no comment
    public ParameterDeclarations formalParameters;
                                 ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclarator.java:13: warning: no comment
    public TypeParameters typeParameters;
                          ^
/home/r/repo/src/main/java/tree/Declaration/ConstructorDeclarator.java:17: warning: no comment
    public ConstructorDeclarator(TypeParameters tpars, ParameterDeclarations pars) {
           ^
/home/r/repo/src/main/java/tree/Statement/Continue.java:13: warning: no comment
public class Continue extends Statement {
       ^
/home/r/repo/src/main/java/tree/Statement/Continue.java:16: warning: no comment
    public String label;
                  ^
/home/r/repo/src/main/java/tree/Statement/Continue.java:19: warning: no comment
    public Continue(ArrayList<String> ls, Token label) {
           ^
0K
0K
0K
0K
0K
5A1m<0;32;1m=======0;39;1m------> 58% EXECUTING [39s]m35D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B5A/home/r/repo/src/main/java/tree/Declaration/Declaration.java:38: warning: no comment0K
public class Declaration extends Entity {0K
       ^0K
/home/r/repo/src/main/java/tree/Declaration/Declaration.java:41: warning: no comment0K
    public Modifiers modifiers;0K
                     ^
0K
0K
0K
0K
0K
5A1m<0;32;1m=======0;39;1m------> 58% EXECUTING [39s]m35D1B> IDLE6D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m=======0;39;1m------> 58% EXECUTING [40s]m35D5B5A100 warnings0K
4B0K
5A1m<0;32;1m=======0;39;1m------> 58% EXECUTING [40s]m35D1B> IDLE0K6D1B1m> :javadocm10D1B> IDLE6D1B> IDLE6D1B5AWatching 1698 directories to track changes0K
:javadoc (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 3.338 secs.0K
:javadocJar (Thread[Execution worker for ':' Thread 5,5,main]) started.0K
2B0K
0K
0K
5A1m<0;32;1m=======0;39;1m------> 60% EXECUTING [40s]m35D1B> IDLE6D1B1m> :javadocJarm13D1B> IDLE6D1B> IDLE6D1B5A0K
1m> Task :javadocJarm0K
Watching 1698 directories to track changes0K
Watching 1699 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 1699 directories to track changes
Watching 1699 directories to track changes
:javadocJar (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.089 secs.
:assemble (Thread[Execution worker for ':' Thread 5,5,main]) started.

1m> Task :assemblem
Skipping task ':assemble' as it has no actions.
:assemble (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs.
:checkstyleMain (Thread[Execution worker for ':' Thread 5,5,main]) started.
0K
0K
0K
0K
0K
5A1m&lt;0;32;1m========0;39;1m-----&gt; 65% EXECUTING [40s]m35D1B&gt; IDLE6D1B1m&gt; :checkstyleMain &gt; Resolve dependencies of :checkstyle > Resolve dependencies m79D1B> IDLE6D1B> IDLE6D1B5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [41s]m35D5B4A1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D2B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B1m> :checkstyleMain > Resolve dependencies of :checkstyle > Resolve dependencies m79D1B4A> IDLE0K6D2B> IDLE0K6D2B1A> IDLE0K6D1B3A1m> :checkstyleMain > Resolve dependencies of :checkstylem0K55D3B4A1m> :checkstyleMain > Resolve files of :checkstyle > antlr4-runtime-4.9.2.jar > 5m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 14.7 Kim79D1B1m> :checkstyleMain > Resolve files of :checkstyle > reflections-0.10.2.jar > 64 m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 104.2m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > antlr4-runtime-4.9.2.jar > 1m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 229.5 Km79D1B> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 264.2m79D1B4A1m> :checkstyleMain > Resolve files of :checkstyle > antlr4-runtime-4.9.2.jar > 2m79D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 453.5 Km79D2B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 424.2m79D1B5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [42s]m35D1B> IDLE0K6D1B1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 709.5 Km79D2B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 600.2m79D1B3A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1 MiB/1m79D2B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 857.2m79D1B3A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.3 MiBm79D2B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 1.1 Mm79D1B3A1m> :checkstyleMain > Resolve files of :checkstyle > checkstyle-9.1.jar > 1.7 MiBm79D2B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 1.4 Mm79D1B5A0K
1m> Task :checkstyleMainm0K
Watching 1700 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_download3362899974520487739bin0K
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom, /root/.gradle/caches/modules-2/files-2.1/org.sonatype.oss/oss-parent/9/e5cdc4d23b86d79c436f16fed20853284e868f65/oss-parent-9.pom]0K
Downloading https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom to /root/.gradle/.tmp/gradle_download4866101479343245496bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom to /root/.gradle/.tmp/gradle_download15430910623467764341bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom to /root/.gradle/.tmp/gradle_download10021940323919825575bin
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_download5585589301574817382bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.pom to /root/.gradle/.tmp/gradle_download2085957257668285099bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom to /root/.gradle/.tmp/gradle_download18139126099702515544bin
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_download5364815452730796144bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom to /root/.gradle/.tmp/gradle_download4597312050189803996bin
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_download6903596055363372784bin
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_download17646999261334742670bin
Downloading https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom to /root/.gradle/.tmp/gradle_download15700145789687095671bin
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_download14856941118817417772bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom to /root/.gradle/.tmp/gradle_download4757749748068447067bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom to /root/.gradle/.tmp/gradle_download12204080685992464954bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom to /root/.gradle/.tmp/gradle_download13804184625171187413bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom to /root/.gradle/.tmp/gradle_download4670170243994376849bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/e8160e78fdaaf7088621dc1649d9dd2dfcf8d0e8/failureaccess-1.0.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/8d93cdf4d84d7e1de736df607945c6df0730a10f/jsr305-3.0.2.pom]
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_download86686664764049314bin
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_download10461220370090563053bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/1b77ba79f9b2b7dfd4e15ea7bb0d568d5eb9cb8d/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.3/47e0dd93285dcc6b33181713bc7e8aed66742964/j2objc-annotations-1.3.pom]
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_download14530744445494172164bin
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]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava-parent/26.0-android/a2c0df489614352b7e8e503e274bd1dee5c42a64/guava-parent-26.0-android.pom]
Downloading https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom to /root/.gradle/.tmp/gradle_download17573178315261503418bin
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_download3246560078132978969bin
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_download7510513015808029427bin
Excluding []
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar]
Downloading https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar to /root/.gradle/.tmp/gradle_download2275015299852535505bin
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_download10345879083169796475bin
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_download2934852153874591711bin
Downloading https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar to /root/.gradle/.tmp/gradle_download13562483787583657416bin
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_download15561106016539331972bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.3/ba035118bc8bac37d7eff77700720999acd9986d/j2objc-annotations-1.3.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /root/.gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/b421526c5f297295adef1c886e5246c39d4ac629/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar]
Downloading https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.1/checkstyle-9.1.jar to /root/.gradle/.tmp/gradle_download11502658318478360827bin
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_download13802911469066903005bin
Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.1/picocli-4.6.1.jar to /root/.gradle/.tmp/gradle_download12133065642821944002bin
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_download8241699499962555171bin
Downloading https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar to /root/.gradle/.tmp/gradle_download17486765572643102506bin
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_download10613080038315199996bin
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [42s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 1.9 Mm79D1B1A1m> :checkstyleMain > Resolve files of :checkstyle > guava-30.1.1-jre.jar > 2.4 Mm79D1B1A> IDLE0K6D1B1A1m> :checkstyleMain > Resolve files of :checkstylem48D1B1A1m> :checkstyleMainm0K17D1B5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [43s]m35D5B5AWatching 1701 directories to track changes0K
4B0K
5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [43s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE0K6D1B1m> :checkstyleMainm17D1B5AWatching 1702 directories to track changes0K
Watching 1703 directories to track changes0K
Caching disabled for task ':checkstyleMain' because:0K
  Build cache is disabled0K
Task ':checkstyleMain' is not up-to-date because:0K
  No history is available.
Watching 1702 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [43s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleMainm17D1B5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [44s]m35D5B5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [45s]m35D5B5A[ant:checkstyle] Running Checkstyle 9.1 on 117 files0K
4B0K
5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [45s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE0K6D1B1m> :checkstyleMainm17D1B5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [46s]m35D5B5A1m<0;32;1m========0;39;1m-----> 65% EXECUTING [47s]m35D5B5A[ant:xslt] Processing /home/r/repo/build/tmp/checkstyleMain/main.xml to /home/r/repo/build/reports/checkstyle/main.html0K
[ant:xslt] Loading stylesheet <?xml version="1.0"?>0K
0K
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">0K
0K
    <xsl:template match="/">
        <html>
            <head>
                <title>Sun Coding Style Violations</title>
            </head>
            <body bgcolor="#FFFFEF">
                <p><b>Coding Style Check Results</b></p>
                <table border="1" cellspacing="0" cellpadding="2">
                    <tr bgcolor="#CC9966">
                        <th colspan="2"><b>Summary</b></th>
                    </tr>
                    <tr bgcolor="#CCF3D0">
                        <td>Total files checked</td>
                        <td><xsl:number level="any" value="count(descendant::file)"/></td>
                    </tr>
                    <tr bgcolor="#F3F3E1">
                        <td>Files with errors</td>
                        <td><xsl:number level="any" value="count(descendant::file[error])"/></td>
                    </tr>
                    <tr bgcolor="#CCF3D0">
                        <td>Total errors</td>
                        <td><xsl:number level="any" value="count(descendant::error)"/></td>
                    </tr>
                    <tr bgcolor="#F3F3E1">
                        <td>Errors per file</td>
                        <td><xsl:number level="any" value="count(descendant::error) div count(descendant::file)"/></td>
                    </tr>
                </table>
                <hr align="left" width="95%" size="1"/>
                <p>The following are violations of the Sun Coding-Style Standards:</p>
                <p/>
                <xsl:apply-templates/>
            </body>
        </html>
    </xsl:template>

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

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

&lt;/xsl:stylesheet&gt;
0K
0K
0K
0K
0K
5A1m&lt;0;32;1m========0;39;1m-----&gt; 65% EXECUTING [47s]m35D1B&gt; IDLE6D1B&gt; IDLE6D1B&gt; IDLE6D1B1m&gt; :checkstyleMainm17D1B5AWatching 1703 directories to track changes0K
:checkstyleMain (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 7.45 secs.0K
:compileTestKotlin (Thread[Execution worker for ':' Thread 5,5,main]) started.0K
2B0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 68% EXECUTING [47s]m35D1B> IDLE0K6D1B> IDLE6D1B> IDLE6D1B1m> :compileTestKotlinm20D1B1A1m> :compileTestKotlin > Resolve dependencies of :testCompileClasspath > Resolve m79D1B5A1m<0;32;1m========0;39;1m-----> 68% EXECUTING [48s]m35D4B1m> :compileTestKotlinm0K20D1B5A1m<0;32;1m========0;39;1m-----> 68% EXECUTING [49s]m35D5B5A0K
1m> Task :compileTestKotlinm0K
file or directory '/home/r/repo/src/test/kotlin', not found0K
Watching 1703 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_download11815553181564524316bin
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_download3646817380427533235bin
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom to /root/.gradle/.tmp/gradle_download8775709304335631039bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /root/.gradle/.tmp/gradle_download14905042212757341857bin
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_download12023910279113885762bin
Watching 1707 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 1707 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/src/test/kotlin', not found
file or directory '/home/r/repo/src/test/kotlin', not found
[KOTLIN] Kotlin compilation 'jdkHome' argument: /usr/lib/jvm/java-17-openjdk
i: found daemon on port 17571 (37896 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@16a28a8e, 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])
0K
0K
0K
0K
0K
5A1m<0;32;1m========0;39;1m-----> 68% EXECUTING [49s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :compileTestKotlinm20D1B5A1m<0;32;1m========0;39;1m-----> 68% EXECUTING [50s]m35D5B5AWatching 1711 directories to track changes0K
:compileTestKotlin (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 2.98 secs.0K
:compileTestJava (Thread[Execution worker for ':' Thread 5,5,main]) started.0K
2B0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 70% EXECUTING [50s]m35D1B> IDLE0K6D1B> IDLE6D1B> IDLE6D1B1m> :compileTestJavam18D1B5A1m<0;32;1m=========0;39;1m----> 70% EXECUTING [51s]m35D5B5A0K
1m> Task :compileTestJavam0K
Watching 1711 directories to track changes0K
Watching 1711 directories to track changes0K
Watching 1711 directories to track changes0K
Watching 1712 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 1712 directories to track changes
Watching 1712 directories to track changes
Watching 1712 directories to track changes
Watching 1711 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'.
Compiling with JDK Java compiler API.
Class dependency analysis for incremental compilation took 0.009 secs.
Created classpath snapshot for incremental compilation in 0.082 secs.
Watching 1714 directories to track changes
Watching 1715 directories to track changes
Watching 1716 directories to track changes
Watching 1717 directories to track changes
:compileTestJava (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.602 secs.
:testClasses (Thread[Execution worker for ':' Thread 5,5,main]) started.

1m> Task :testClassesm
Skipping task ':testClasses' as it has no actions.
:testClasses (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs.
:checkstyleTest (Thread[Execution worker for ':' Thread 5,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m=========0;39;1m----> 75% EXECUTING [51s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :checkstyleTestm17D1B5A0K
1m> Task :checkstyleTestm0K
Watching 1717 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 1717 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>
                    &lt;/tr&gt;
                    &lt;tr bgcolor=&quot;#CCF3D0&quot;&gt;
                        &lt;td&gt;Total files checked&lt;/td&gt;
                        &lt;td&gt;&lt;xsl:number level=&quot;any&quot; value=&quot;count(descendant::file)&quot;/&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr bgcolor=&quot;#F3F3E1&quot;&gt;
                        &lt;td&gt;Files with errors&lt;/td&gt;
                        &lt;td&gt;&lt;xsl:number level=&quot;any&quot; value=&quot;count(descendant::file[error])&quot;/&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr bgcolor=&quot;#CCF3D0&quot;&gt;
                        &lt;td&gt;Total errors&lt;/td&gt;
                        &lt;td&gt;&lt;xsl:number level=&quot;any&quot; value=&quot;count(descendant::error)&quot;/&gt;&lt;/td&gt;
                    </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 1717 directories to track changes
:checkstyleTest (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.312 secs.
:pmdMain (Thread[Execution worker for ':' Thread 5,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [51s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :pmdMain > Resolve dependencies of :mainPmdAuxClasspathm57D1B1A1m> :pmdMain > Resolve dependencies of :pmd > Resolve dependencies of :detachedCom79D1B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [52s]m35D4B1m> :pmdMain > Resolve dependencies of :pmdm0K41D1B4A1m> :pmdMain > Resolve files of :pmd > commons-lang3-3.12.0.jar > 137.5 KiB/573.6m79D1B1m> :pmdMain > Resolve files of :pmd > commons-io-2.11.0.jar > 152 KiB/319.4 KiB m79D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 4 KiB/1.2 MiB downlom79D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 62.7 KiB/4.8 MiB downlm79D1B4A1m> :pmdMain > Resolve files of :pmd > commons-lang3-3.12.0.jar > 336.6 KiB/573.6m79D1B> IDLE0K6D1B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 96.2 KiB/1.2 MiB dowm79D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 213.5 KiB/4.8 MiB downm79D1B4A> IDLE0K6D2B1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 336.6 KiB/1.2 MiB dom79D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 405.5 KiB/4.8 MiB downm79D1B2A1m> :pmdMain > Resolve files of :pmd > pmd-core-6.40.0.jar > 704.6 KiB/1.2 MiB dom79D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 721.8 KiB/4.8 MiB downm79D1B2A> IDLE0K6D1B1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 1.2 MiB/4.8 MiB downlom79D1B1A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 1.7 MiB/4.8 MiB downlom79D1B1A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 2.5 MiB/4.8 MiB downlom79D1B1A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 3.3 MiB/4.8 MiB downlom79D1B1A1m> :pmdMain > Resolve files of :pmd > saxon-9.1.0.8.jar > 4.2 MiB/4.8 MiB downlom79D1B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [53s]m35D4B1m> :pmdMainm0K10D1B5A0K
1m> Task :pmdMainm0K
Watching 1718 directories to track changes0K
Watching 1718 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_download4138657966568983408bin
Downloading https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/6.40.0/pmd-6.40.0.pom to /root/.gradle/.tmp/gradle_download6781709739273157602bin
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_download17160254512851087065bin
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_download8190036292919714496bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom to /root/.gradle/.tmp/gradle_download7005773494136714197bin
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_download8552386745464467358bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom to /root/.gradle/.tmp/gradle_download2937900571651691517bin
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_download10077863365279353852bin
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_download5261739849922477170bin
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_download17069902705422193456bin
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_download2428556758684693215bin
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_download3322275503871725979bin
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom to /root/.gradle/.tmp/gradle_download10931063786597233835bin
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_download572101953283877449bin
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_download17823753852694683407bin
Downloading https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom to /root/.gradle/.tmp/gradle_download10143857644226952524bin
Excluding []
Downloading https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar to /root/.gradle/.tmp/gradle_download10601845830758759384bin
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_download10515577536667686418bin
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_download15110576525607099517bin
Downloading https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar to /root/.gradle/.tmp/gradle_download980545382933433404bin
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_download4102633244542420092bin
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_download11130171587175342991bin
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_download3516474127299697875bin
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_download17012592826693464085bin
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_download8102797648102279500bin
Caching disabled for task ':pmdMain' because:
  Build cache is disabled
Task ':pmdMain' is not up-to-date because:
  No history is available.
Watching 1718 directories to track changes
Watching 1717 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [53s]m35D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :pmdMainm10D1B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [54s]m35D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [55s]m35D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [56s]m35D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [57s]m35D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [58s]m35D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [59s]m35D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [1m]m0K34D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [1m 1s]m37D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [1m 2s]m37D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [1m 3s]m37D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [1m 4s]m37D5B5A1m<0;32;1m==========0;39;1m---> 78% EXECUTING [1m 5s]m37D5B5AAnalysis cache created0K
1039 PMD rule violations were found. See the report at: file:///home/r/repo/build/reports/pmd/main.html0K
Watching 1718 directories to track changes0K
Watching 1718 directories to track changes0K
:pmdMain (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 13.416 secs.0K
:pmdTest (Thread[Execution worker for ':' Thread 5,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m==========0;39;1m---> 80% EXECUTING [1m 5s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :pmdTestm10D1B5A0K
1m> Task :pmdTestm0K
Watching 1718 directories to track changes0K
Watching 1718 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 1718 directories to track changes
Watching 1718 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 1718 directories to track changes
Watching 1718 directories to track changes
:pmdTest (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.327 secs.
:check (Thread[Execution worker for ':' Thread 2,5,main]) started.

1m> Task :checkm
Skipping task ':check' as it has no actions.
:check (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.0 secs.
:fatJar (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===========0;39;1m--> 85% EXECUTING [1m 5s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :fatJarm9D1B5A1m<0;32;1m===========0;39;1m--> 85% EXECUTING [1m 6s]m37D5B5A0K
1m> Task :fatJarm0K
Watching 1719 directories to track changes0K
Caching disabled for task ':fatJar' because:0K
  Build cache is disabled0K
Task ':fatJar' is not up-to-date because:
  No history is available.
Watching 1719 directories to track changes
Watching 1719 directories to track changes
:fatJar (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.885 secs.
:build (Thread[Execution worker for ':' Thread 2,5,main]) started.

1m> Task :buildm
Skipping task ':build' as it has no actions.
:build (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.0 secs.
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m===========0;39;1m--> 90% EXECUTING [1m 6s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :generateMetadataFileForMavenJavaPublicationm46D1B5A0K
1m> Task :generateMetadataFileForMavenJavaPublicationm0K
Watching 1719 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.2.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.0K
Invalidating VFS because task ':generateMetadataFileForMavenJavaPublication' failed validation
Not watching anything anymore
Watching 0 directories to track changes
Caching disabled for task ':generateMetadataFileForMavenJavaPublication' because:
  Build cache is disabled
Task ':generateMetadataFileForMavenJavaPublication' is not up-to-date because:
  Task.upToDateWhen is false.
Watching 1 directories to track changes
:generateMetadataFileForMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.26 secs.
:signMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) started.

1m> Task :signMavenJavaPublicationm33m SKIPPED39m
Skipping task ':signMavenJavaPublication' as task onlyIf is false.
:signMavenJavaPublication (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.0 secs.
:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':' Thread 2,5,main]) started.
0K
0K
0K
0K
0K
5A1m<0;32;1m============0;39;1m-> 95% EXECUTING [1m 6s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B1m> :publishMavenJavaPublicationToMavenRepositorym47D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.2.1.jarm64D1B5A1m<0;32;1m============0;39;1m-> 95% EXECUTING [1m 7s]m37D4B1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.2.1.jar > 80 KiB/4.6 Mm79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.2.1.jar > 144 KiB/4.6 m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.2.1.jar > 248 KiB/4.6 m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.2.1.jar > 896 KiB/4.6 m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.2.1.jar > 2.3 MiB/4.6 m79D1B1A1m> :publishMavenJavaPublicationToMavenRepository > j2eo-0.2.1.jar > 3.6 MiB/4.6 m79D1B5A0K
31;1m> Task :publishMavenJavaPublicationToMavenRepository0;39m31m FAILED39m0K
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/)
Uploading j2eo-0.2.1.jar to /org/polystat/j2eo/0.2.1/j2eo-0.2.1.jar
:publishMavenJavaPublicationToMavenRepository (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 1.06 secs.

31mFAILURE: 39m31mBuild failed with an exception.39m

* What went wrong:
Execution failed for task ':publishMavenJavaPublicationToMavenRepository'.
33m&gt; 39mFailed to publish publication 'mavenJava' to repository 'maven'
   33m> 39mCould not PUT 'https://s01.oss.sonatype.org/org/polystat/j2eo/0.2.1/j2eo-0.2.1.jar'. Received status code 405 from server: HTTP method PUT is not supported by this URL

* Try:
Run with 1m--stacktracem option to get the stack trace. Run with 1m--debugm option to get more log output. Run with 1m--scanm to get full insights.

* Get more help at 1mhttps://help.gradle.orgm

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 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

31;1mBUILD FAILED0;39m in 1m 10s
32 actionable tasks: 32 executed
Not watching anything anymore
Watching 0 directories to track changes
Some of the file system contents retained in the virtual file system are on file systems that Gradle doesn't support watching. The relevant state was discarded to ensure changes to these locations are properly detected. You can override this by explicitly enabling file system watching.
Watching 0 directories to track changes
0K
0K
0K
0K
0K
5A1m<0;31;1m============0;39;1m-> 97% EXECUTING [1m 7s]m37D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5ACreated user preferences directory.0K
4B0K
5A1m<0;1m-------------> 0% WAITINGm26D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A2K1B2K1B2K1B2K1B2K4A0m?12l?25hcontainer 9f23950fad7ff92706eeebe19c1da8501cb41d0170054b3f1c75603d18782339 is dead
Wed Feb  9 11:56:30 CET 2022