+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 25230
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Wed Jul 6 14:29:44 CEST 2022
+ uptime
14:29:44 up 24 days, 4:22, 0 users, load average: 0.13, 0.16, 0.26
+ head=git@github.com:objectionary/eo-intellij-plugin.git
+ image=yegor256/rultor-image
+ head_branch=master
+ author=yasamprom
+ tag=0.0.1
+ vars=('--env=head=git@github.com:objectionary/eo-intellij-plugin.git' '--env=tag=0.0.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo-intellij-plugin.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yasamprom'\''\'\'''\'''\'' '\'';'\'' '\''source ../tokenscript.txt'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" src/main/resources/META-INF/plugin.xml'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" gradle.properties'\'' '\'';'\'' '\''curl -s "https://get.sdkman.io" | bash'\'' '\'';'\'' '\''source "$HOME/.sdkman/bin/sdkman-init.sh"'\'' '\'';'\'' '\''sdk version'\'' '\'';'\'' '\''sdk install gradle 7.4.2'\'' '\'';'\'' '\''gradle wrapper'\'' '\'';'\'' '\''gradle publishPlugin --console=plain | perl -pe '\''\'\'''\''s/\x1b\[[0-9;]*[mG]//g'\''\'\'''\'''\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yasamprom')
+ scripts=('export '\''head=git@github.com:objectionary/eo-intellij-plugin.git'\''' ';' 'export '\''tag=0.0.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yasamprom'\''' ';' 'source ../tokenscript.txt' ';' 'sed -i -e "s/0.0.0/${tag}/" src/main/resources/META-INF/plugin.xml' ';' 'sed -i -e "s/0.0.0/${tag}/" gradle.properties' ';' 'curl -s "https://get.sdkman.io" | bash' ';' 'source "$HOME/.sdkman/bin/sdkman-init.sh"' ';' 'sdk version' ';' 'sdk install gradle 7.4.2' ';' 'gradle wrapper' ';' 'gradle publishPlugin --console=plain | perl -pe '\''s/\x1b\[[0-9;]*[mG]//g'\''' ';')
+ directory=
+ container=objectionary_eo-intellij-plugin_8
+ as_root=false
+ git --version
git version 2.35.1
+ docker --version
Docker version 20.10.12, build e91ed57
+ 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:objectionary/eo-intellij-plugin.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:objectionary/eo-intellij-plugin.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:objectionary/eo-intellij-plugin.git'\''' ';' 'export '\''tag=0.0.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yasamprom'\''' ';' 'source ../tokenscript.txt' ';' 'sed -i -e "s/0.0.0/${tag}/" src/main/resources/META-INF/plugin.xml' ';' 'sed -i -e "s/0.0.0/${tag}/" gradle.properties' ';' 'curl -s "https://get.sdkman.io" | bash' ';' 'source "$HOME/.sdkman/bin/sdkman-init.sh"' ';' 'sdk version' ';' 'sdk install gradle 7.4.2' ';' 'gradle wrapper' ';' 'gradle publishPlugin --console=plain | perl -pe '\''s/\x1b\[[0-9;]*[mG]//g'\''' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z 0.0.1 ']'
+ [[ 0.0.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.0.1"'
tag name is valid: "0.0.1"
+ cd repo
++ git tag -l 0.0.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=0.26
++ echo 0.26 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.26, low enough to run a new Docker container'
load average is 0.26, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:a9c5619e43f7edf12044038e651f340c66507f58962e0a7e472a8ec6a008e7da
Status: Image is up to date for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eo-intellij-plugin_8\s*$'
+ ls -al .
total 1320
drwx--x--x 3 rultor rultor 4096 Jul 6 14:29 .
drwxrwxrwt 10 root root 1302528 Jul 6 14:29 ..
-rw-rw-r-- 1 rultor rultor 444 Jul 6 14:29 end.sh
-rwxrwxr-x 1 rultor rultor 363 Jul 6 14:29 entry.sh
-rw-rw-r-- 1 rultor rultor 6 Jul 6 14:29 pid
drwxrwxr-x 5 rultor rultor 4096 Jul 6 14:29 repo
-rwxrwxr-x 1 rultor rultor 5908 Jul 6 14:29 run.sh
-rw-rw-r-- 1 rultor rultor 630 Jul 6 14:29 script.sh
-rw-rw-r-- 1 rultor rultor 4259 Jul 6 14:29 stdout
-rw-rw-r-- 1 rultor rultor 117 Jul 6 14:29 tokenscript.txt
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-yU2X:/main --env=head=git@github.com:objectionary/eo-intellij-plugin.git --env=tag=0.0.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo-intellij-plugin.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yasamprom'\''\'\'''\'''\'' '\'';'\'' '\''source ../tokenscript.txt'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" src/main/resources/META-INF/plugin.xml'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" gradle.properties'\'' '\'';'\'' '\''curl -s "https://get.sdkman.io" | bash'\'' '\'';'\'' '\''source "$HOME/.sdkman/bin/sdkman-init.sh"'\'' '\'';'\'' '\''sdk version'\'' '\'';'\'' '\''sdk install gradle 7.4.2'\'' '\'';'\'' '\''gradle wrapper'\'' '\'';'\'' '\''gradle publishPlugin --console=plain | perl -pe '\''\'\'''\''s/\x1b\[[0-9;]*[mG]//g'\''\'\'''\'''\'' '\'';'\'' )' --env=head_branch=master --env=author=yasamprom --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-yU2X/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eo-intellij-plugin_8 yegor256/rultor-image /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout ./tokenscript.txt /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /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:objectionary/eo-intellij-plugin.git
+ head=git@github.com:objectionary/eo-intellij-plugin.git
+ export tag=0.0.1
+ tag=0.0.1
+ export head_branch=master
+ head_branch=master
+ export author=yasamprom
+ author=yasamprom
+ source ../tokenscript.txt
++ set +x
-+syyyyyyys:
`/yho:` -yd.
`/yh/` +m.
.oho. hy .`
.sh/` :N` `-/o` `+dyyo:.
.yh:` `M- `-/osysoym :hs` `-+sys: hhyssssssssy+
.sh:` `N: ms/-`` yy.yh- -hy. `.N-````````+N.
`od/` `N- -/oM- ddd+` `sd: hNNm -N:
:do` .M. dMMM- `ms. /d+` `NMMs `do
.yy- :N` ```mMMM. - -hy. /MMM: yh
`+d+` `:/oo/` `-/osyh/ossssssdNMM` .sh: yMMN` /m.
-dh- :ymNMMMMy `-/shmNm-`:N/-.`` `.sN /N- `NMMy .m/
`oNs` -hysosmMMMMydmNmds+-.:ohm : sd` :MMM/ yy
.hN+ /d: -MMMmhs/-.` .MMMh .ss+- `yy` sMMN` :N.
:mN/ `N/ `o/-` :MMMo +MMMN- .` `ds mMMh do
/NN/ `N+....--:/+oooosooo+:sMMM: hMMMM: `my .m+ -MMM+ :N.
/NMo -+ooooo+/:-....`...:+hNMN. `NMMMd` .MM/ -m: oMMN. hs
-NMd` :mm -MMMm- .s/ -MMm. /m- mMMd -N.
`mMM/ .- /MMh. -dMo -MMMy od. .MMMs..---yh
+MMM. sNo`.sNMM+ :MMMM/ sh`+MMMNmNm+++-
mMMM- /--ohmMMM+ :MMMMm. `hyymmmdddo
MMMMh. ```` `-+yy/`yMMM/ :MMMMMy -sm:.``..-:-.`
dMMMMmo-.``````..-:/osyhddddho. `+shdh+. hMMM: :MmMMMM/ ./yy/` `:sys+/+sh/
.dMMMMMMmdddddmmNMMMNNNNNMMMMMs sNdo- dMMM- `-/yd/MMMMm-:sy+. :hs- /N`
`/ymNNNNNNNmmdys+/::----/dMMm: +m- mMMM+ohmo/.` sMMMMdo- .om: `sh
`.-----+/.` `.-+hh/` `od. NMMNmds/ `mmy:` +mMy `:yy.
/moyso+//+ossso:. .yy` `dy+:` .. :MMMN+---/oys:
/+m: `.-:::-` /d+ +MMMMMMMNh:`
+MN/ -yh. `+hddhy+.
/MM+ .sh:
:NMo -sh/
-NMs `/yy:
.NMy `:sh+.
`mMm` ./yds-
`dMMMmyo:-.````.-:oymNy:`
+NMMMMMMMMMMMMMMMMms:`
-+shmNMMMNmdy+:`
Now attempting installation...
Looking for a previous installation of SDKMAN...
Looking for unzip...
Looking for zip...
Looking for curl...
Looking for sed...
Installing SDKMAN scripts...
Create distribution directories...
Getting available candidates...
Prime the config file...
Installing script cli archive...
* Downloading...
######################################################################## 100.0%
* Checking archive integrity...
* Extracting archive...
* Copying archive contents...
* Cleaning up...
Set version to 5.15.0 ...
Attempt update of interactive bash profile on regular UNIX...
Added sdkman init snippet to /home/r/.bashrc
Attempt update of zsh profile...
Updated existing /home/r/.zshrc
All done!
You are subscribed to the STABLE channel.
Please open a new terminal, or run the following in the existing one:
source "/home/r/.sdkman/bin/sdkman-init.sh"
Then issue the following command:
sdk help
Enjoy!!!
1;36m==== BROADCAST =================================================================
* 2022-07-04: neo4jmigrations 1.8.1 available on SDKMAN! https://github.com/michael-simons/neo4j-migrations/releases/tag/1.8.1
* 2022-06-30: jreleaser 1.1.0 available on SDKMAN! https://github.com/jreleaser/jreleaser/releases/tag/v1.1.0
* 2022-06-29: quarkus 2.10.1.Final available on SDKMAN! https://github.com/quarkusio/quarkus/releases/tag/2.10.1.Final
================================================================================0m
1;33mSDKMAN 5.15.00m
Downloading: gradle 7.4.2
In progress...
######################################################################## 100.0%
1;32mInstalling: gradle 7.4.20m
1;32mDone installing!0m
1;32mSetting gradle 7.4.2 as default.0m
Welcome to Gradle 7.4.2!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4.2/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
2A1B1m> Starting Daemonm17D1B1A> IDLE0K6D1B2A1m<0;1m-------------> 0% INITIALIZING [38ms]m38D2B2A1m<0;1m-------------> 0% INITIALIZING [138ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [238ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [338ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [438ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [538ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [638ms]m39D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [738ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [838ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [938ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [1s]m0K36D2B2A1m<0;1m-------------> 0% CONFIGURING [1s]m0K35D1B> IDLE0K6D1B1A1m> root projectm14D1B1A1m> root project > Compiling build file 'build.gradle'm52D1B2A1m<0;1m-------------> 0% CONFIGURING [2s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [3s]m35D2B1A1m> root projectm0K14D1B1A1m> root project > Resolve dependencies of detachedConfiguration1m63D1B1A1m> root project > Resolve dependencies of detachedConfiguration1 > org.jetbrainsm79D1B2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D2B1A1m> root project > Resolve dependencies of detachedConfiguration1m0K63D1B1A1m> root projectm0K14D1B1A1m> root project > Resolve dependencies of :classpathm51D1B2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D1B1m> root project > Resolve dependencies of :classpath > gradle-intellij-plugin-1.m79D1B2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D2B1A1m> root project > Resolve dependencies of :classpathm0K51D1B
4A1m> root project > Resolve dependencies of :classpath > kotlinx-serialization-jsom79D1B1m> root project > Resolve dependencies of :classpath > structure-base-3.211.pomm78D1B1m> root project > Resolve dependencies of :classpath > jaxb-api-2.3.1.pom > 8 Kim79D1B1m> root project > Resolve dependencies of :classpath > structure-intellij-3.211.m79D1B4A> IDLE0K6D1B> IDLE0K6D1B1m> root project > Resolve dependencies of :classpath > gradle-idea-ext-1.1.4.pomm79D1B> IDLE0K6D1B2A1m> root project > Resolve dependencies of :classpathm0K51D2B3A1m> root project > Resolve dependencies of :classpath > jaxb-runtime-2.3.1.pomm76D1B1m> root project > Resolve dependencies of :classpath > jsoup-1.14.3.pomm70D1B1m> root project > Resolve dependencies of :classpath > jdom2-2.0.6.1.pomm71D1B5A1m<0;1m-------------> 0% CONFIGURING [7s]m35D2B1m> root project > Resolve dependencies of :classpathm0K51D1B> IDLE0K6D1B> IDLE0K6D1B3A1m> root project > Resolve dependencies of :classpath > jaxb-bom-ext-2.3.2.pomm76D3B3A1m> root project > Resolve dependencies of :classpathm0K51D3B3A1m> root project > Resolve dependencies of :classpath > guava-28.2-jre.pomm72D1B1m> root project > Resolve dependencies of :classpath > gson-2.8.6.pomm68D2B3A1m> root project > Resolve dependencies of :classpath > jackson-annotations-2.13.m79D1B1m> root project > Resolve dependencies of :classpath > jackson-databind-2.13.2.pm79D2B3A> IDLE0K6D1B1m> root project > Resolve dependencies of :classpathm0K51D2B2A1m> root project > Resolve dependencies of :classpath > oss-parent-9.pomm70D2B2A1m> root project > Resolve dependencies of :classpathm0K51D2B4A1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 95.4 Km79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 127.4m79D1B1m> root project > Resolve files of :classpath > structure-intellij-3.211.jarm75D1B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 47.4 Kim79D1B4A1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 191.4 m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 271.4m79D1B1m> root project > Resolve files of :classpath > structure-intellij-3.211.jar > 9m79D1B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 159.4 Km79D1B5A1m<0;1m-------------> 0% CONFIGURING [8s]m35D1B1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 239.4 m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 383.3m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-common-1.6.10.jar m79D1B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 271.4 Km79D1B4A1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 287.4 m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 511.3m79D2B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 383.3 Km79D1B4A1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 351.4 m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 639.3m79D1B1m> root project > Resolve files of :classpath > annotations-23.0.0.jarm0K69D1B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 511.3 Km79D1B4A1m> root project > Resolve files of :classpath > jsoup-1.14.3.jar > 31.4 KiB/413.m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 735.3m79D1B1m> root project > Resolve files of :classpath > kotlinx-serialization-core-jvm-1m79D1B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 591.3 Km79D1B4A1m> root project > Resolve files of :classpath > jsoup-1.14.3.jar > 127.4 KiB/413m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 825.2m79D2B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 687.3 Km79D1B4A1m> root project > Resolve files of :classpath > jsoup-1.14.3.jar > 223.4 KiB/413m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 921.2m79D2B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 783.3 Km79D1B4A1m> root project > Resolve files of :classpath > jsoup-1.14.3.jar > 335.4 KiB/413m79D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 1 MiBm79D2B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 879.3 Km79D1B4A> IDLE0K6D1B1m> root project > Resolve files of :classpath > kotlin-stdlib-1.6.10.jar > 1.2 Mm79D1B> IDLE0K6D1B1m> root project > Resolve files of :classpath > jaxb-runtime-2.3.1.jar > 1007.3 m79D1B3A> IDLE0K6D2B> IDLE0K6D1B3A1m> root project > Resolve files of :classpath > gradle-intellij-plugin-1.5.3.jarm79D3B5A1m<0;1m-------------> 0% CONFIGURING [9s]m35D2B> IDLE0K6D3B3A1m> root projectm14D3B5A1m<0;1m-------------> 0% CONFIGURING [10s]m36D5B5A0K
1m> Configure project :m0K
[gradle-intellij-plugin :repo] Gradle IntelliJ Plugin is outdated: 1.5.3. Update `org.jetbrains.intellij` to: 1.6.00K
2B0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [10s]m36D1B> IDLE6D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 0% CONFIGURING [11s]m36D5B5A1m<0;1m-------------> 0% CONFIGURING [12s]m36D5B3A1m> root project > Compiling build file 'build.gradle'm52D3B3A1m> root projectm0K14D3B5A1m<0;1m-------------> 0% EXECUTING [13s]m0K34D2B> IDLE0K6D3B3A1m> :wrapperm10D3B5A0K
1m> Task :wrapperm0K
WRAPPER0K
2B0K
0K
0K
5A1m<0;32;1m=============0;39;1m> 100% EXECUTING [13s]m36D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A0K
32;1mBUILD SUCCESSFUL0;39m in 15s0K
1 actionable task: 1 executed0K
2B0K
0K
0K
5A1m<0;1m-------------> 0% WAITINGm26D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A2K1B2K1B2K1B2K1B2K4A0m?12l?25h
> Configure project :
[gradle-intellij-plugin :repo] Gradle IntelliJ Plugin is outdated: 1.5.3. Update `org.jetbrains.intellij` to: 1.6.0
> Task :getGrammar
Created destination file: src/main/antlr/org/jetbrains/eolang/parser/EO.g4
Creating and downloading grammar file from https://raw.githubusercontent.com/objectionary/eo/master/eo-parser/src/main/antlr4/org/eolang/parser/Program.g4
Grammar downloading is completed
> Task :generateGrammarSource
> Task :compileJava
Note: /home/r/repo/src/main/java/org/eolang/jetbrains/EoParserDefinition.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :setupDependencies
> Task :patchPluginXml
[gradle-intellij-plugin :repo:patchPluginXml] Patching plugin.xml: value of 'version[0.0.1]' tag will be set to '0.0.1'
> Task :processResources
> Task :classes
> Task :instrumentCode
> Task :postInstrumentCode
> Task :jar
> Task :prepareSandbox
> Task :buildSearchableOptions SKIPPED
> Task :jarSearchableOptions SKIPPED
> Task :buildPlugin
> Task :signPlugin SKIPPED
> Task :generateTestGrammarSource NO-SOURCE
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :instrumentTestCode
> Task :postInstrumentTestCode
> Task :prepareTestingSandbox
> Task :test
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.intellij.util.ReflectionUtil (file:/home/r/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2018.3.2/23b321b525e54fefd5a5e47371077a981833fb37/ideaIC-2018.3.2/lib/util.jar) to field java.io.DeleteOnExitHook.files
WARNING: Please consider reporting this to the maintainers of com.intellij.util.ReflectionUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
> Task :verifyPlugin
> Task :publishPlugin
BUILD SUCCESSFUL in 2m 12s
18 actionable tasks: 18 executed
0m?12l?25h+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
M gradle.properties
M src/main/resources/META-INF/plugin.xml
+ git tag 0.0.1 -m '0.0.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at f83a926 added qulice action
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was f83a926).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:objectionary/eo-intellij-plugin.git
* [new tag] 0.0.1 -> 0.0.1
container 1d67fb64fca066b494a4b256ba3f9862e3b1e9cfa0020bdd817b0da0d182a774 is dead
Wed Jul 6 14:33:26 CEST 2022