rultor.com logo This build log was produced by rultor.com for objectionary/eo-intellij-plugin#15
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 8544
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Jul 15 12:18:27 CEST 2022
+ uptime
 12:18:27 up 33 days,  2:11,  0 users,  load average: 1.34, 1.07, 0.67
+ head=git@github.com:objectionary/eo-intellij-plugin.git
+ image=yegor256/rultor-image
+ head_branch=master
+ author=yegor256
+ tag=0.0.2
+ vars=('--env=head=git@github.com:objectionary/eo-intellij-plugin.git' '--env=tag=0.0.2' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo-intellij-plugin.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''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=yegor256')
+ scripts=('export '\''head=git@github.com:objectionary/eo-intellij-plugin.git'\''' ';' 'export '\''tag=0.0.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '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_15
+ 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.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '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.2 ']'
+ [[ 0.0.2 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.0.2"'
tag name is valid: "0.0.2"
+ cd repo
++ git tag -l 0.0.2
+ '[' ']'
+ 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.67
++ echo 0.67 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.67, low enough to run a new Docker container'
load average is 0.67, 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_15\s*$'
+ ls -al .
total 1320
drwx--x--x  3 rultor rultor    4096 Jul 15 12:18 .
drwxrwxrwt 11 root   root   1302528 Jul 15 12:18 ..
-rw-rw-r--  1 rultor rultor     444 Jul 15 12:18 end.sh
-rwxrwxr-x  1 rultor rultor     363 Jul 15 12:18 entry.sh
-rw-rw-r--  1 rultor rultor       5 Jul 15 12:18 pid
drwxrwxr-x  5 rultor rultor    4096 Jul 15 12:18 repo
-rwxrwxr-x  1 rultor rultor    5907 Jul 15 12:18 run.sh
-rw-rw-r--  1 rultor rultor     629 Jul 15 12:18 script.sh
-rw-rw-r--  1 rultor rultor    4259 Jul 15 12:18 stdout
-rw-rw-r--  1 rultor rultor     117 Jul 15 12:18 tokenscript.txt
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-xohT:/main --env=head=git@github.com:objectionary/eo-intellij-plugin.git --env=tag=0.0.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo-intellij-plugin.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''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=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-xohT/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eo-intellij-plugin_15 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.2
+ tag=0.0.2
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ 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-14: grails 3.3.15 available on SDKMAN!
* 2022-07-14: gradle 7.5 available on SDKMAN!
* 2022-07-14: jbang 0.96.0 available on SDKMAN! https://github.com/jbangdev/jbang/releases/tag/v0.96.0
================================================================================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)


1A1m> Starting Daemonm17D1B1A1m> Starting Daemon > Connecting to Daemonm40D1B1A> IDLE0K6D1B2A1m<0;1m-------------> 0% INITIALIZING [97ms]m38D2B2A1m<0;1m-------------> 0% INITIALIZING [197ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [297ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [397ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [497ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [597ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [697ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [796ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [896ms]m39D1B1m> Evaluating settingsm21D1B2A1m<0;1m-------------> 0% INITIALIZING [996ms]m39D2B2A1m<0;1m-------------> 0% INITIALIZING [1s]m0K36D2B2A1m<0;1m-------------> 0% CONFIGURING [2s]m0K35D1B1m> Loading projectsm0K18D1B1A1m> root projectm0K14D1B1A1m> root project > Compiling build file 'build.gradle'm52D1B2A1m<0;1m-------------> 0% CONFIGURING [3s]m35D2B1A1m> root projectm0K14D1B2A1m<0;1m-------------> 0% CONFIGURING [4s]m35D2B1A1m> root project > Resolve dependencies of detachedConfiguration1m63D1B1A1m> root project > Resolve dependencies of detachedConfiguration1 > org.jetbrainsm79D1B2A1m<0;1m-------------> 0% CONFIGURING [5s]m35D2B1A1m> root project > Resolve dependencies of detachedConfiguration1m0K63D1B1A1m> root projectm0K14D1B1A1m> root project > Resolve dependencies of :classpathm51D1B2A1m<0;1m-------------> 0% CONFIGURING [6s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [7s]m35D2B2A1m<0;1m-------------> 0% CONFIGURING [8s]m35D2B1A1m> root project > Resolve dependencies of :classpath > gradle-intellij-plugin-1.m79D1B1A1m> root project > Resolve dependencies of :classpathm0K51D1B1A1m> root project > Resolve dependencies of :classpath > gradle-intellij-plugin-1.m79D1B2A1m<0;1m-------------> 0% CONFIGURING [9s]m35D2B1A1m> root project > Resolve dependencies of :classpathm0K51D1B


4A1m> root project > Resolve dependencies of :classpath > plugin-repository-rest-clm79D1B1m> root project > Resolve dependencies of :classpath > jaxb-api-2.3.1.pom > 12 Km79D1B1m> root project > Resolve dependencies of :classpath > okhttp-4.9.3.pomm70D1B1m> root project > Resolve dependencies of :classpath > structure-base-3.211.pomm78D1B3A1m> root project > Resolve dependencies of :classpath > gradle-idea-ext-1.1.4.pomm79D1B1m> root project > Resolve dependencies of :classpath > jvnet-parent-5.pomm72D2B5A1m<0;1m-------------> 0% CONFIGURING [10s]m36D1B> IDLE0K6D1B> IDLE0K6D1B1m> root project > Resolve dependencies of :classpath > structure-base-3.211.modum79D1B1m> root project > Resolve dependencies of :classpath > structure-intellij-3.211.m79D1B2A> IDLE0K6D1B1m> root project > Resolve dependencies of :classpath > plugin-repository-rest-clm79D1B3A1m> root project > Resolve dependencies of :classpath > jackson-base-2.13.2.pomm77D1B1m> root project > Resolve dependencies of :classpath > commons-parent-52.pom > 7m79D1B1m> root project > Resolve dependencies of :classpath > parent-1.19.pomm0K69D1B3A> IDLE0K6D1B> IDLE0K6D1B1m> root project > Resolve dependencies of :classpathm0K51D1B1A1m> root project > Resolve dependencies of :classpath > jackson-module-kotlin-2.1m79D1B1A1m> root project > Resolve dependencies of :classpath > jaxb-bom-2.3.1.pomm0K72D1B3A1m> root project > Resolve dependencies of :classpath > jaxb-bundles-2.3.0.pomm76D2B1m> root project > Resolve dependencies of :classpath > jaxb-bundles-2.3.2.pomm76D1B3A1m> root project > Resolve dependencies of :classpathm0K51D2B> IDLE0K6D1B3A1m> root project > Resolve dependencies of :classpath > all-1.2.0.pomm67D3B3A1m> root project > Resolve dependencies of :classpathm0K51D3B5A1m<0;1m-------------> 0% CONFIGURING [11s]m36D2B1m> root project > Resolve dependencies of :classpath > jackson-databind-2.13.2.mm79D2B1m> root project > Resolve dependencies of :classpath > jackson-annotations-2.13.m79D1B3A> IDLE0K6D2B1m> root project > Resolve dependencies of :classpathm0K51D1B1A1m&gt; root project &gt; Resolve dependencies of :classpath &gt; kotlinx-serialization-corm79D1B4A1m&gt; root project &gt; Resolve files of :classpath &gt; gradle-intellij-plugin-1.5.3.jarm79D1B1m&gt; root project &gt; Resolve files of :classpath &gt; structure-intellij-3.211.jarm75D1B1m&gt; root project &gt; Resolve files of :classpath &gt; structure-base-3.211.jarm71D1B1m&gt; root project &gt; Resolve files of :classpath &gt; plugin-repository-rest-client-2.m79D1B1A1m&gt; root project &gt; Resolve files of :classpath > evo-inflector-1.3.jarm0K68D1B2A1m> root project > Resolve files of :classpath > listenablefuture-9999.0-empty-tom79D1B1m> root project > Resolve files of :classpath > xz-1.9.jar > 15.4 KiB/113.2 KiB m79D1B3A1m> root project > Resolve files of :classpath > txw2-2.3.1.jarm0K61D1B1m> root project > Resolve files of :classpath > jackson-module-kotlin-2.13.2.jarm79D1B1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 31.4 Km79D1B3A1m> root project > Resolve files of :classpath > txw2-2.3.1.jar > 47.4 KiB/68.6 Km79D1B1m> root project > Resolve files of :classpath > jaxb-impl-2.3.2.jarm0K66D1B1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 143.4 m79D1B3A1m> root project > Resolve files of :classpath > gson-2.8.6.jar > 95.4 KiB/234.6 m79D1B1m> root project > Resolve files of :classpath > jaxb-impl-2.3.2.jar > 79.4 KiB/9m79D1B1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 255.4 m79D1B5A1m<0;1m-------------> 0% CONFIGURING [12s]m36D2B1m> root project > Resolve files of :classpath > javax.activation-api-1.2.0.jarm0K77D1B1m> root project > Resolve files of :classpath > jaxb-impl-2.3.2.jar > 143.4 KiB/m79D1B1m> root project > Resolve files of :classpath > jackson-core-2.13.2.jar > 335.4 m79D1B3A1m> root project > Resolve files of :classpath > jaxb-api-2.3.1.jar > 63.4 KiB/12m79D1B1m> root project > Resolve files of :classpath > jaxb-impl-2.3.2.jar > 223.4 KiB/m79D1B1m> root project > Resolve files of :classpath > jaxb-core-2.3.0.jar > 95.4 KiB/2m79D1B3A> IDLE0K6D1B1m> root project > Resolve files of :classpath > jaxb-impl-2.3.2.jar > 319.4 KiB/m79D1B> IDLE0K6D1B2A1m> root project > Resolve files of :classpath > jaxb-impl-2.3.2.jar > 472 KiB/99m79D2B2A1m> root project > Resolve files of :classpath > jaxb-impl-2.3.2.jar > 728 KiB/99m79D2B2A1m> root project > Resolve files of :classpath > jaxb-impl-2.3.2.jar > 935.9 KiB/m79D2B2A> IDLE0K6D2B4A> IDLE0K6D4B4A1m> root projectm14D4B5A1m<0;1m-------------> 0% CONFIGURING [13s]m36D5B5A1m<0;1m-------------> 0% CONFIGURING [14s]m36D5B5A0K
1m> Configure project :m0K
[gradle-intellij-plugin :repo] Gradle IntelliJ Plugin is outdated: 1.5.3. Update `org.jetbrains.intellij` to: 1.7.00K
2B0K
0K
0K
5A1m<0;1m-------------> 0% CONFIGURING [15s]m36D1B1m> root projectm14D1B> IDLE6D1B> IDLE6D1B> IDLE6D1B5A1m<0;1m-------------> 0% CONFIGURING [16s]m36D5B4A1m> root project > Compiling build file 'build.gradle'm52D4B5A1m<0;1m-------------> 0% CONFIGURING [17s]m36D5B4A1m> root projectm0K14D4B5A1m<0;32;1m=============0;39;1m> 100% CONFIGURING [17s]m38D1B> IDLE0K6D4B5A1m<0;1m-------------> 0% EXECUTING [17s]m0K34D1B1m> :wrapperm10D4B5A1m<0;1m-------------> 0% EXECUTING [18s]m34D5B5A0K
1m> Task :wrapperm0K
WRAPPER0K
0K
32;1mBUILD SUCCESSFUL0;39m in 20s0K
1 actionable task: 1 executed
0K
0K
0K
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.7.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.2]' tag will be set to '0.0.2'

> 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 9s
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.2 -m '0.0.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at b6256c2 added pull request cheching for all actions
+ 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 b6256c2).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:objectionary/eo-intellij-plugin.git
 * [new tag]         0.0.2 -> 0.0.2
container 93981be954f4321e7e08985dfd5f8856f44926581ffe626939c3426a6fdbf1fd is dead
Fri Jul 15 12:22:21 CEST 2022