++ dirname ./run.sh
+ cd .
+ echo 2723
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Sep 2 12:12:23 UTC 2026
+ uptime
12:12:23 up 13 min, 0 users, load average: 0.08, 0.18, 0.14
+ ff=default
+ image=iammaxim/j2eo:latest
+ rebase=false
+ head_branch=master
+ pull_title='fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18'
+ author=yegor256
+ directory=
+ head=git@github.com:polystat/j2eo.git
+ pull_id=310
+ fork=git@github.com:polystat/j2eo.git
+ fork_branch=renovate/slf4j-monorepo
+ squash=false
+ vars=('--env=head=git@github.com:polystat/j2eo.git' '--env=pull_id=310' '--env=fork=git@github.com:polystat/j2eo.git' '--env=fork_branch=renovate/slf4j-monorepo' '--env=head_branch=master' '--env=pull_title=fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=310'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/slf4j-monorepo'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''cp ../gradle.properties .'\'' '\'';'\'' '\''wget https://www.antlr.org/download/antlr-4.9.2-complete.jar'\'' '\'';'\'' '\''gradle build --info'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:polystat/j2eo.git'\''' ';' 'export '\''pull_id=310'\''' ';' 'export '\''fork=git@github.com:polystat/j2eo.git'\''' ';' 'export '\''fork_branch=renovate/slf4j-monorepo'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18'\''' ';' 'export '\''author=yegor256'\''' ';' 'cp ../gradle.properties .' ';' 'wget https://www.antlr.org/download/antlr-4.9.2-complete.jar' ';' 'gradle build --info' ';')
+ container=polystat_j2eo_310
+ as_root=true
+ set -e -o pipefail
+ hostname
ip-172-31-16-81
+ pwd
/tmp/rultor-fl6h
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone --recurse-submodules git@github.com:polystat/j2eo.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -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 '\''pull_id=310'\''' ';' 'export '\''fork=git@github.com:polystat/j2eo.git'\''' ';' 'export '\''fork_branch=renovate/slf4j-monorepo'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18'\''' ';' 'export '\''author=yegor256'\''' ';' 'cp ../gradle.properties .' ';' 'wget https://www.antlr.org/download/antlr-4.9.2-complete.jar' ';' 'gradle build --info' ';'
+ sensitive=()
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:polystat/j2eo.git
+ git remote update
Fetching origin
Fetching fork
From github.com:polystat/j2eo
* [new branch] develop -> fork/develop
* [new branch] master -> fork/master
* [new branch] renovate/antlr.version -> fork/renovate/antlr.version
* [new branch] renovate/antrun.version -> fork/renovate/antrun.version
* [new branch] renovate/arrow-kt-monorepo -> fork/renovate/arrow-kt-monorepo
* [new branch] renovate/cli.version -> fork/renovate/cli.version
* [new branch] renovate/enforcer.version -> fork/renovate/enforcer.version
* [new branch] renovate/io.github.microutils-kotlin-logging-jvm-replacement -> fork/renovate/io.github.microutils-kotlin-logging-jvm-replacement
* [new branch] renovate/jacoco.version -> fork/renovate/jacoco.version
* [new branch] renovate/junit-framework-monorepo -> fork/renovate/junit-framework-monorepo
* [new branch] renovate/mvn.version -> fork/renovate/mvn.version
* [new branch] renovate/slf4j-monorepo -> fork/renovate/slf4j-monorepo
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/slf4j-monorepo
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/slf4j-monorepo' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ KEY=3FD3FA7E9AF0FA4C
+ git merge --gpg-sign=3FD3FA7E9AF0FA4C --no-edit -m 'fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18' --ff __rultor
Updating 162fab3..90651ce
Fast-forward (no commit created; -m option ignored)
build.gradle.kts | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
+ git log -1 --show-signature
commit 90651cea8d2ed166c34a71b67dc085ab57330086
gpg: Signature made Tue Sep 1 17:16:20 2026 UTC
gpg: using RSA key B5690EEEBB952194
gpg: Can't check signature: No public key
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue Sep 1 17:16:20 2026 +0000
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.14
++ bc
++ echo 0.14 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.14, low enough to run a new Docker container'
load average is 0.14, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=iammaxim/j2eo:latest
+ docker pull iammaxim/j2eo:latest
latest: Pulling from iammaxim/j2eo
7912417ea495: Pulling fs layer
1ab784a3a94b: Pulling fs layer
9de09541899d: Pulling fs layer
38e33fe39a4e: Pulling fs layer
7f4237059fad: Pulling fs layer
1732cddf1109: Pulling fs layer
7656b176faf6: Pulling fs layer
38e33fe39a4e: Waiting
7f4237059fad: Waiting
1732cddf1109: Waiting
7656b176faf6: Waiting
1ab784a3a94b: Verifying Checksum
1ab784a3a94b: Download complete
7912417ea495: Verifying Checksum
7912417ea495: Download complete
7f4237059fad: Verifying Checksum
7f4237059fad: Download complete
1732cddf1109: Verifying Checksum
1732cddf1109: Download complete
9de09541899d: Verifying Checksum
9de09541899d: Download complete
7656b176faf6: Verifying Checksum
7656b176faf6: Download complete
38e33fe39a4e: Verifying Checksum
38e33fe39a4e: Download complete
7912417ea495: Pull complete
1ab784a3a94b: Pull complete
9de09541899d: Pull complete
38e33fe39a4e: Pull complete
7f4237059fad: Pull complete
1732cddf1109: Pull complete
7656b176faf6: Pull complete
Digest: sha256:dcd489a532d7458ac6afe366b8a65ac39d3d96defa5740b6072ee2df51fb64f4
Status: Downloaded newer image for iammaxim/j2eo:latest
docker.io/iammaxim/j2eo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_j2eo_310\s*$'
+ ls -al .
total 60
drwx------ 3 ubuntu ubuntu 4096 Sep 2 12:12 .
drwxrwxrwt 12 root root 4096 Sep 2 12:12 ..
-rw-rw-r-- 1 ubuntu ubuntu 9 Sep 2 12:12 docker-password
-rwxrwxr-x 1 ubuntu ubuntu 666 Sep 2 12:12 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 170 Sep 2 12:12 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 42 Sep 2 12:12 gradle.properties
-rw-rw-r-- 1 ubuntu ubuntu 5 Sep 2 12:12 pid
-rw-rw-r-- 1 ubuntu ubuntu 1228 Sep 2 12:12 pubring.gpg
drwxrwxr-x 8 ubuntu ubuntu 4096 Sep 2 12:12 repo
-rwxrwxr-x 1 ubuntu ubuntu 6651 Sep 2 12:12 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 610 Sep 2 12:12 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 2530 Sep 2 12:12 secring.gpg
-rw-rw-r-- 1 ubuntu ubuntu 7590 Sep 2 12:13 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-fl6h:/main --env=head=git@github.com:polystat/j2eo.git --env=pull_id=310 --env=fork=git@github.com:polystat/j2eo.git --env=fork_branch=renovate/slf4j-monorepo --env=head_branch=master '--env=pull_title=fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=310'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:polystat/j2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/slf4j-monorepo'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.18'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''cp ../gradle.properties .'\'' '\'';'\'' '\''wget https://www.antlr.org/download/antlr-4.9.2-complete.jar'\'' '\'';'\'' '\''gradle build --info'\'' '\'';'\'' )' --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-fl6h/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_j2eo_310 iammaxim/j2eo:latest /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./docker-password ./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
--2026-09-02 12:13:34-- https://www.antlr.org/download/antlr-4.9.2-complete.jar
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving www.antlr.org (www.antlr.org)... 185.199.108.153, 185.199.111.153, 185.199.110.153, ...
Connecting to www.antlr.org (www.antlr.org)|185.199.108.153|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2100564 (2.0M) [application/java-archive]
Saving to: ‘antlr-4.9.2-complete.jar’
antlr-4.9.2-complet 100%[===================>] 2.00M --.-KB/s in 0.03s
2026-09-02 12:13:34 (77.9 MB/s) - ‘antlr-4.9.2-complete.jar’ saved [2100564/2100564]
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=63, address=[d4998927-8b9d-4d04-a34f-2b45122b76a9 port:41555, addresses:[/127.0.0.1]], state=Idle, lastBusy=1658483579203, context=DefaultDaemonContext[uid=6214c473-6995-4d29-99f0-7e808a06990b,javaHome=/usr/lib/jvm/java-18-openjdk,daemonRegistryDir=/root/.gradle/daemon,pid=63,idleTimeout=10800000,priority=NORMAL,daemonOpts=--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.base/java.lang=ALL-UNNAMED,--add-opens,java.base/java.lang.invoke=ALL-UNNAMED,--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,--add-opens,java.base/java.nio.charset=ALL-UNNAMED,--add-opens,java.base/java.net=ALL-UNNAMED,--add-opens,java.base/java.util.concurrent.atomic=ALL-UNNAMED,-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]}
1A1B1ARemoving 0 daemon stop events from registry
Previous Daemon (63) stopped at Wed Sep 02 12:13:36 GMT 2026 by user or operating system
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
2A1B1m> Starting Daemonm17D1B2AStarting process 'Gradle build daemon'. Working directory: /root/.gradle/daemon/7.5 Command: /usr/lib/jvm/java-18-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 /usr/share/java/gradle/lib/gradle-launcher-7.5.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.5
Successfully started process 'Gradle build daemon'0K
0K
2A1B1m> Starting Daemonm17D1B2AAn attempt to start the daemon took 2.047 secs.
1B0K
2A0K1B1m> Starting Daemon > Connecting to Daemonm40D1B1A> IDLE0K6D1B2AThe client will now receive all logging from the daemon (pid: 41). The daemon log file: /root/.gradle/daemon/7.5/daemon-41.out.log
Starting build in new daemon [memory: 494.9 MiB]0K
0K
2A1B> IDLE6D1B2AUsing 1 worker leases.
1B0K
2A0K1B> IDLE6D1B2A1m<0;1m-------------> 0% INITIALIZING [10ms]m38D2B2A1m<0;1m-------------> 0% INITIALIZING [110ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [210ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [310ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [410ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [510ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [610ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [710ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [810ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [910ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [1s]m0K36D2B2AWatching the file system is configured to be enabled if available0K
Not watching /home/r/repo since the file system is not supported0K
File system watching is active
0K
0K
2A1m<0;1m-------------> 0% INITIALIZING [1s]m36D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [2s]m36D2B2AStarting Build0K
1B0K
2A1m<0;1m-------------> 0% INITIALIZING [3s]m36D1B1m> Evaluating settingsm21D1B2ASkipping Kotlin DSL script compilation (Settings/TopLevel/stage1) as it is up-to-date.0K
Settings evaluated using settings file '/home/r/repo/settings.gradle.kts'.0K
0K
0K
2A1m<0;1m-------------> 0% INITIALIZING [3s]m36D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% CONFIGURING [3s]m0K35D1B1m> Loading projectsm0K18D1B2AProjects loaded. Root project using build file '/home/r/repo/build.gradle.kts'.0K
Included projects: [root project 'J2EO']0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D1B1m> root projectm14D1B1A1m> root project > Compiling build file 'build.gradle.kts'm56D1B2A1m<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 'a2382fe04968ac47ecb1ed8a957d688a' because:
Build cache is disabled
Skipping Kotlin DSL plugin accessors for classpath 'a2382fe04968ac47ecb1ed8a957d688a' as it is up-to-date.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage1) because:
Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage1) is not up-to-date because:
No history is available.
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D1B1m> root project > Compiling build file 'build.gradle.kts'm56D1B2A1m<0;1m-------------> 0% CONFIGURING [7s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [8s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [9s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [10s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [11s]m36D2B1A1m> root projectm0K14D1B1A1m> root project > Resolve dependencies of detachedConfiguration1m63D1B2A1m<0;1m-------------> 0% CONFIGURING [12s]m36D1B1m> root project > Resolve dependencies of detachedConfiguration1 > org.jlleitschm79D1B2A1m<0;1m-------------> 0% CONFIGURING [13s]m36D2B2ADownloading https://plugins.gradle.org/m2/org/jlleitschuh/gradle/ktlint/org.jlleitschuh.gradle.ktlint.gradle.plugin/13.1.0/org.jlleitschuh.gradle.ktlint.gradle.plugin-13.1.0.pom to /root/.gradle/.tmp/gradle_download7325805021104101864bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [13s]m0K36D1B1m> root project > Resolve dependencies of detachedConfiguration1m63D1B1A1m> root project > Resolve dependencies of detachedConfiguration2 > org.jetbrainsm79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.2.20/org.jetbrains.kotlin.jvm.gradle.plugin-2.2.20.pom to /root/.gradle/.tmp/gradle_download14555813416730135653bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [13s]m0K36D1B1m> root projectm14D1B1A1m> root project > Resolve dependencies of :classpath > ktlint-gradle-13.1.0.pomm78D1B2ADownloading https://plugins.gradle.org/m2/org/jlleitschuh/gradle/ktlint-gradle/13.1.0/ktlint-gradle-13.1.0.pom to /root/.gradle/.tmp/gradle_download14883664590524370091bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [13s]m0K36D1B1m> root project > Resolve dependencies of :classpath > ktlint-gradle-13.1.0.modum79D1B2ADownloading https://plugins.gradle.org/m2/org/jlleitschuh/gradle/ktlint-gradle/13.1.0/ktlint-gradle-13.1.0.module to /root/.gradle/.tmp/gradle_download7912455975431893065bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin/2.2.20/kotlin-gradle-plugin-2.2.20.pom to /root/.gradle/.tmp/gradle_download15482246043017074602bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [13s]m36D1B1m> root project > Resolve dependencies of :classpathm51D1B1A1m> root project > Resolve dependencies of :classpath > kotlin-gradle-plugins-bomm79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugins-bom/2.2.20/kotlin-gradle-plugins-bom-2.2.20.pom to /root/.gradle/.tmp/gradle_download13286911965521326380bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [13s]m0K36D1B1m> root project > Resolve dependencies of :classpath > kotlin-gradle-plugins-bomm79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugins-bom/2.2.20/kotlin-gradle-plugins-bom-2.2.20.module to /root/.gradle/.tmp/gradle_download16626600431970051128bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m0K36D1B1m> root project > Resolve dependencies of :classpath > kotlin-gradle-plugin-2.2.m79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin/2.2.20/kotlin-gradle-plugin-2.2.20.module to /root/.gradle/.tmp/gradle_download4199963506334341415bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m0K36D1B1m> root project > Resolve dependencies of :classpath > kotlin-gradle-plugin-2.2.m79D1B2ADownloading https://plugins.gradle.org/m2/commons-io/commons-io/2.17.0/commons-io-2.17.0.pom to /root/.gradle/.tmp/gradle_download11953128766575026635bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m0K36D1B1m> root project > Resolve dependencies of :classpathm51D1B2ADownloading https://plugins.gradle.org/m2/org/apache/commons/commons-parent/74/commons-parent-74.pom to /root/.gradle/.tmp/gradle_download3607916020477651113bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m0K36D1B1m> root project > Resolve dependencies of :classpath > apache-33.pomm67D1B2ADownloading https://plugins.gradle.org/m2/org/apache/apache/33/apache-33.pom to /root/.gradle/.tmp/gradle_download13957474957434762219bin0K
Downloading https://plugins.gradle.org/m2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom to /root/.gradle/.tmp/gradle_download98575918836204914bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m36D1B1m> root project > Resolve dependencies of :classpathm51D1B2ADownloading https://plugins.gradle.org/m2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.module to /root/.gradle/.tmp/gradle_download4230351034035816042bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m0K36D1B1m> root project > Resolve dependencies of :classpathm51D1B2ADownloading https://plugins.gradle.org/m2/net/swiftzer/semver/semver/1.1.1/semver-1.1.1.pom to /root/.gradle/.tmp/gradle_download6592001214218645314bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m0K36D1B1m> root project > Resolve dependencies of :classpath > kotlin-gradle-plugin-ideam79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea/2.2.20/kotlin-gradle-plugin-idea-2.2.20.pom to /root/.gradle/.tmp/gradle_download18126046645556024389bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea/2.2.20/kotlin-gradle-plugin-idea-2.2.20.module to /root/.gradle/.tmp/gradle_download3253691377027291041bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m36D1B1m> root project > Resolve dependencies of :classpath > kotlin-gradle-plugin-ideam79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea-proto/2.2.20/kotlin-gradle-plugin-idea-proto-2.2.20.pom to /root/.gradle/.tmp/gradle_download4895520087034994040bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-compiler-runner/2.2.20/kotlin-compiler-runner-2.2.20.pom to /root/.gradle/.tmp/gradle_download9508922353817211232bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m36D1B1m> root project > Resolve dependencies of :classpath > kotlin-klib-commonizer-apm79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-klib-commonizer-api/2.2.20/kotlin-klib-commonizer-api-2.2.20.pom to /root/.gradle/.tmp/gradle_download12599879950968460058bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/fus-statistics-gradle-plugin/2.2.20/fus-statistics-gradle-plugin-2.2.20.pom to /root/.gradle/.tmp/gradle_download1057623449153129749bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/fus-statistics-gradle-plugin/2.2.20/fus-statistics-gradle-plugin-2.2.20.module to /root/.gradle/.tmp/gradle_download12281502514691048215bin
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [14s]m36D1B1m> root project > Resolve dependencies of :classpath > fus-statistics-gradle-plum79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-build-statistics/2.2.20/kotlin-build-statistics-2.2.20.pom to /root/.gradle/.tmp/gradle_download12311537565087739630bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m0K36D1B1m> root project > Resolve dependencies of :classpath > kotlin-gradle-plugin-modem79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-model/2.2.20/kotlin-gradle-plugin-model-2.2.20.pom to /root/.gradle/.tmp/gradle_download17730271148078806215bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-model/2.2.20/kotlin-gradle-plugin-model-2.2.20.module to /root/.gradle/.tmp/gradle_download6363267911756410bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B1m> root project > Resolve dependencies of :classpath > kotlin-util-klib-metadatam79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-util-klib-metadata/2.2.20/kotlin-util-klib-metadata-2.2.20.pom to /root/.gradle/.tmp/gradle_download17155264336361472810bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/2.2.20/kotlin-gradle-plugin-api-2.2.20.pom to /root/.gradle/.tmp/gradle_download17719870747036242585bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B1m> root project > Resolve dependencies of :classpath > kotlin-gradle-plugin-api-m79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/2.2.20/kotlin-gradle-plugin-api-2.2.20.module to /root/.gradle/.tmp/gradle_download900678317664170960bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/abi-tools-api/2.2.20/abi-tools-api-2.2.20.pom to /root/.gradle/.tmp/gradle_download7866888623139386489bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B1m> root project > Resolve dependencies of :classpathm51D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-tooling-core/2.2.20/kotlin-tooling-core-2.2.20.pom to /root/.gradle/.tmp/gradle_download16536481954702210218bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-annotations/2.2.20/kotlin-gradle-plugin-annotations-2.2.20.pom to /root/.gradle/.tmp/gradle_download4137965803604873917bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B1m> root project > Resolve dependencies of :classpathm51D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-native-utils/2.2.20/kotlin-native-utils-2.2.20.pom to /root/.gradle/.tmp/gradle_download9061542948722011589bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m0K36D1B1m> root project > Resolve dependencies of :classpath > kotlin-build-tools-api-2.m79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-build-tools-api/2.2.20/kotlin-build-tools-api-2.2.20.pom to /root/.gradle/.tmp/gradle_download7891723482215634856bin0K
Downloading https://plugins.gradle.org/m2/com/google/code/gson/gson/2.11.0/gson-2.11.0.pom to /root/.gradle/.tmp/gradle_download11828426218076790699bin0K
Downloading https://plugins.gradle.org/m2/com/google/code/gson/gson-parent/2.11.0/gson-parent-2.11.0.pom to /root/.gradle/.tmp/gradle_download9827321760627369214bin
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B1m> root project > Resolve dependencies of :classpathm51D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-util-io/2.2.20/kotlin-util-io-2.2.20.pom to /root/.gradle/.tmp/gradle_download5760060079201578943bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m0K36D1B1m> root project > Resolve dependencies of :classpath > kotlin-util-klib-2.2.20.pm79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-util-klib/2.2.20/kotlin-util-klib-2.2.20.pom to /root/.gradle/.tmp/gradle_download9748158115409314897bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-daemon-client/2.2.20/kotlin-daemon-client-2.2.20.pom to /root/.gradle/.tmp/gradle_download15646449868165050106bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B1m> root project > Resolve dependencies of :classpath > kotlinx-coroutines-core-jm79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0.pom to /root/.gradle/.tmp/gradle_download2100495099749903490bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.8.0/kotlinx-coroutines-bom-1.8.0.pom to /root/.gradle/.tmp/gradle_download11432479939989442674bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B1m> root project > Resolve dependencies of :classpathm51D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0.module to /root/.gradle/.tmp/gradle_download7557981084560618267bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m0K36D1B1m> root project > Resolve dependencies of :classpath > error_prone_annotations-2m79D1B2ADownloading https://plugins.gradle.org/m2/com/google/errorprone/error_prone_annotations/2.27.0/error_prone_annotations-2.27.0.pom to /root/.gradle/.tmp/gradle_download3249852000799779683bin0K
Downloading https://plugins.gradle.org/m2/com/google/errorprone/error_prone_parent/2.27.0/error_prone_parent-2.27.0.pom to /root/.gradle/.tmp/gradle_download429995568923289500bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m36D1B1m> root project > Resolve dependencies of :classpathm51D1B2AResource missing. [HTTP HEAD: https://plugins.gradle.org/m2/org/jlleitschuh/gradle/ktlint/org.jlleitschuh.gradle.ktlint.gradle.plugin/13.1.0/org.jlleitschuh.gradle.ktlint.gradle.plugin-13.1.0.jar]0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m0K36D1B1m> root projectm14D1B2AResource missing. [HTTP HEAD: https://plugins.gradle.org/m2/org/jetbrains/kotlin/jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.2.20/org.jetbrains.kotlin.jvm.gradle.plugin-2.2.20.jar]0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m36D1B1m> root projectm14D1B2AResource missing. [HTTP HEAD: https://plugins.gradle.org/m2/com/github/dawnwords/jacoco/badge/com.github.dawnwords.jacoco.badge.gradle.plugin/0.2.4/com.github.dawnwords.jacoco.badge.gradle.plugin-0.2.4.jar]0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-klib-commonizer-api/2.2.20/kotlin-klib-commonizer-api-2.2.20.jar to /root/.gradle/.tmp/gradle_download13030347767158637544bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m36D1B1m> root project > Resolve files of :classpath > kotlin-build-statistics-2.2.20.jm79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-build-statistics/2.2.20/kotlin-build-statistics-2.2.20.jar to /root/.gradle/.tmp/gradle_download15908698717835077199bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-util-klib-metadata/2.2.20/kotlin-util-klib-metadata-2.2.20.jar to /root/.gradle/.tmp/gradle_download657417334474159305bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m36D1B1m> root project > Resolve files of :classpathm44D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/abi-tools-api/2.2.20/abi-tools-api-2.2.20.jar to /root/.gradle/.tmp/gradle_download641175017436529668bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-compiler-runner/2.2.20/kotlin-compiler-runner-2.2.20.jar to /root/.gradle/.tmp/gradle_download4795489088427997254bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m36D1B1m> root project > Resolve files of :classpath > kotlin-gradle-plugin-annotationsm79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-annotations/2.2.20/kotlin-gradle-plugin-annotations-2.2.20.jar to /root/.gradle/.tmp/gradle_download18288149946932621130bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-native-utils/2.2.20/kotlin-native-utils-2.2.20.jar to /root/.gradle/.tmp/gradle_download12486681145857151057bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m36D1B1m> root project > Resolve files of :classpathm44D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-tooling-core/2.2.20/kotlin-tooling-core-2.2.20.jar to /root/.gradle/.tmp/gradle_download9137716202712375249bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-build-tools-api/2.2.20/kotlin-build-tools-api-2.2.20.jar to /root/.gradle/.tmp/gradle_download2662768907778550341bin0K
Downloading https://plugins.gradle.org/m2/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar to /root/.gradle/.tmp/gradle_download13094148506847695228bin
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m36D1B1m> root project > Resolve files of :classpath > gson-2.11.0.jar > 15.5 KiB/291.4m79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-util-klib/2.2.20/kotlin-util-klib-2.2.20.jar to /root/.gradle/.tmp/gradle_download17144011447420454985bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [16s]m0K36D1B1m> root project > Resolve files of :classpathm44D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-util-io/2.2.20/kotlin-util-io-2.2.20.jar to /root/.gradle/.tmp/gradle_download11809400776935456240bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-daemon-client/2.2.20/kotlin-daemon-client-2.2.20.jar to /root/.gradle/.tmp/gradle_download16065759589922192250bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [17s]m36D1B1m> root project > Resolve files of :classpath > kotlinx-coroutines-core-jvm-1.8.m79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.8.0/kotlinx-coroutines-core-jvm-1.8.0.jar to /root/.gradle/.tmp/gradle_download5886835571389414041bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [17s]m0K36D1B1m> root project > Resolve files of :classpath > error_prone_annotations-2.27.0.jm79D1B2ADownloading https://plugins.gradle.org/m2/com/google/errorprone/error_prone_annotations/2.27.0/error_prone_annotations-2.27.0.jar to /root/.gradle/.tmp/gradle_download15082160169414029789bin0K
Downloading https://plugins.gradle.org/m2/org/jlleitschuh/gradle/ktlint-gradle/13.1.0/ktlint-gradle-13.1.0.jar to /root/.gradle/.tmp/gradle_download17866391575763499214bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [17s]m36D1B1m> root project > Resolve files of :classpath > ktlint-gradle-13.1.0.jar > 806.1m79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea/2.2.20/kotlin-gradle-plugin-idea-2.2.20.jar to /root/.gradle/.tmp/gradle_download17564707797466052234bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [17s]m0K36D1B1m> root project > Resolve files of :classpathm44D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-model/2.2.20/kotlin-gradle-plugin-model-2.2.20.jar to /root/.gradle/.tmp/gradle_download17005264120368020402bin0K
Downloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-idea-proto/2.2.20/kotlin-gradle-plugin-idea-proto-2.2.20.jar to /root/.gradle/.tmp/gradle_download18344688934626201650bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [17s]m36D1B1m> root project > Resolve files of :classpath > kotlin-gradle-plugin-idea-proto-m79D1B1A1m> root project > Resolve files of :classpath > fus-statistics-gradle-plugin-2.2m79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/fus-statistics-gradle-plugin/2.2.20/fus-statistics-gradle-plugin-2.2.20.jar to /root/.gradle/.tmp/gradle_download6426089930753414756bin0K
Downloading https://plugins.gradle.org/m2/net/swiftzer/semver/semver/1.1.1/semver-1.1.1.jar to /root/.gradle/.tmp/gradle_download5841624603699691710bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [17s]m36D1B1m> root project > Resolve files of :classpath > semver-1.1.1.jar > 6.1 KiB/6.1 Km79D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/2.2.20/kotlin-gradle-plugin-api-2.2.20.jar to /root/.gradle/.tmp/gradle_download1318799404071706906bin0K
Downloading https://plugins.gradle.org/m2/commons-io/commons-io/2.17.0/commons-io-2.17.0.jar to /root/.gradle/.tmp/gradle_download9481762851361861936bin0K
0K
0K
2A1m<0;1m-------------> 0% CONFIGURING [17s]m36D1B1m> root project > Resolve files of :classpath > kotlin-gradle-plugin-2.2.20.jarm78D1B2ADownloading https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin/2.2.20/kotlin-gradle-plugin-2.2.20.jar to /root/.gradle/.tmp/gradle_download5318659486693801613bin0K
1B0K
2A1m<0;1m-------------> 0% CONFIGURING [17s]m0K36D1B1m> root project > Resolve files of :classpath > kotlin-gradle-plugin-2.2.20.jar m79D1B2A1m<0;1m-------------> 0% CONFIGURING [18s]m36D2B1A1m> root project > Resolve files of :classpathm0K44D1B1A1m> root projectm0K14D1B2A1m<0;1m-------------> 0% CONFIGURING [19s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [20s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [21s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [22s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [23s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [24s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [25s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [26s]m36D2B2A1m<0;1m-------------> 0% CONFIGURING [27s]m36D2B2A0K
31mFAILURE: 39m31mBuild failed with an exception.39m0K
* Where:
Build file '/home/r/repo/build.gradle.kts' line: 6
* What went wrong:
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm', version: '2.2.20']
33m> 39mFailed to apply plugin 'org.jetbrains.kotlin.jvm'.
33m> 39m⛔ Gradle Version Incompatible with Kotlin Gradle Plugin
Kotlin Gradle Plugin <-> Gradle compatibility issue:
The applied Kotlin Gradle is not compatible with the used Gradle version (Gradle 7.5).
Solution: Please update the Gradle version to at least Gradle 7.6.3.
0K
0K
2A1m<0;31;1m=============0;39;1m> 100% CONFIGURING [27s]m38D1B> IDLE6D1B2A0K
* Try:0K
33m> 39mRun with 1m--stacktracem option to get the stack trace.
33m> 39mRun with 1m--debugm option to get more log output.
33m> 39mRun with 1m--scanm to get full insights.
* Get more help at 1mhttps://help.gradle.orgm
31;1mBUILD FAILED0;39m in 31s
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.
0K
0K
2A1m<0;1m-------------> 0% WAITINGm26D1B> IDLE6D1B2A2K1B2K1A0m?12l?25hcontainer dde35f09624b0fee82dfb5f8ff1368302f9b6eacfc2554dd37bdd463b0b60fcb is dead
Wed Sep 2 12:34:07 UTC 2026