rultor.com logo This build log was produced by rultor.com for objectionary/eoc#216
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1279247
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Dec 25 09:27:00 AM CET 2023
+ uptime
 09:27:00 up 102 days, 13:40,  0 users,  load average: 0.01, 0.39, 0.69
+ head=git@github.com:objectionary/eoc.git
+ ff=default
+ image=yegor256/rultor-image:1.20.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.15.1
+ vars=('--env=head=git@github.com:objectionary/eoc.git' '--env=tag=0.15.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.15.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pip install git+https://chromium.googlesource.com/external/gyp'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''sudo npm install --no-color --global grunt-cli'\'' '\'';'\'' '\''npm uninstall --no-color grunt-cli'\'' '\'';'\'' '\''npm install --no-color mocha'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/" package.json'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/" src/version.js'\'' '\'';'\'' '\''sed -i "s/0000-00-00/$(date +%Y-%m-%d)/" src/version.js'\'' '\'';'\'' '\''grunt --no-color'\'' '\'';'\'' '\''git commit -am "set version to ${tag}"'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --no-color --userconfig=../npmrc'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:objectionary/eoc.git'\''' ';' 'export '\''tag=0.15.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pip install git+https://chromium.googlesource.com/external/gyp' ';' 'npm install --no-color' ';' 'sudo npm install --no-color --global grunt-cli' ';' 'npm uninstall --no-color grunt-cli' ';' 'npm install --no-color mocha' ';' 'pdd -f /dev/null -v' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/" package.json' ';' 'sed -i "s/0\.0\.0/${tag}/" src/version.js' ';' 'sed -i "s/0000-00-00/$(date +%Y-%m-%d)/" src/version.js' ';' 'grunt --no-color' ';' 'git commit -am "set version to ${tag}"' ';' 'chmod 600 ../npmrc' ';' 'npm publish --no-color --userconfig=../npmrc' ';')
+ directory=
+ container=objectionary_eoc_216
+ as_root=false
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-JIB7
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ 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/eoc.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/eoc.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:objectionary/eoc.git'\''' ';' 'export '\''tag=0.15.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pip install git+https://chromium.googlesource.com/external/gyp' ';' 'npm install --no-color' ';' 'sudo npm install --no-color --global grunt-cli' ';' 'npm uninstall --no-color grunt-cli' ';' 'npm install --no-color mocha' ';' 'pdd -f /dev/null -v' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/" package.json' ';' 'sed -i "s/0\.0\.0/${tag}/" src/version.js' ';' 'sed -i "s/0000-00-00/$(date +%Y-%m-%d)/" src/version.js' ';' 'grunt --no-color' ';' 'git commit -am "set version to ${tag}"' ';' 'chmod 600 ../npmrc' ';' 'npm publish --no-color --userconfig=../npmrc' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.15.1 ']'
+ [[ 0.15.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.15.1"'
tag name is valid: "0.15.1"
+ cd repo
++ git tag -l 0.15.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.69
++ echo 0.69 '>' 30
++ bc
./run.sh: line 108: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 108: [: -eq: unary operator expected
+ echo 'load average is 0.69, low enough to run a new Docker container'
load average is 0.69, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.20.0
+ docker pull yegor256/rultor-image:1.20.0
1.20.0: Pulling from yegor256/rultor-image
Digest: sha256:16cc11b0a4ffb8657d15663b400bffe3902db7c2d5f06c08e437151d3db6a12b
Status: Image is up to date for yegor256/rultor-image:1.20.0
docker.io/yegor256/rultor-image:1.20.0
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eoc_216\s*$'
+ ls -al .
total 48
drwx------  3 rultor rultor 4096 Dec 25 09:27 .
drwxrwxrwt 13 root   root   4096 Dec 25 09:26 ..
-rwxrwxr-x  1 rultor rultor  556 Dec 25 09:27 end.sh
-rwxrwxr-x  1 rultor rultor  466 Dec 25 09:27 entry.sh
-rw-rw-r--  1 rultor rultor   74 Dec 25 09:26 npmrc
-rw-rw-r--  1 rultor rultor    8 Dec 25 09:27 pid
drwxrwxr-x  8 rultor rultor 4096 Dec 25 09:27 repo
-rwxrwxr-x  1 rultor rultor 6535 Dec 25 09:26 run.sh
-rw-rw-r--  1 rultor rultor  867 Dec 25 09:27 script.sh
-rw-rw-r--  1 rultor rultor 5002 Dec 25 09:27 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-JIB7:/main --env=head=git@github.com:objectionary/eoc.git --env=tag=0.15.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.15.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pip install git+https://chromium.googlesource.com/external/gyp'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''sudo npm install --no-color --global grunt-cli'\'' '\'';'\'' '\''npm uninstall --no-color grunt-cli'\'' '\'';'\'' '\''npm install --no-color mocha'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/" package.json'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/" src/version.js'\'' '\'';'\'' '\''sed -i "s/0000-00-00/$(date +%Y-%m-%d)/" src/version.js'\'' '\'';'\'' '\''grunt --no-color'\'' '\'';'\'' '\''git commit -am "set version to ${tag}"'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --no-color --userconfig=../npmrc'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-JIB7/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eoc_216 yegor256/rultor-image:1.20.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ cat /etc/group
++ awk -F : '$3 > 100 { print $1 }'
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-timesync r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./npmrc ./pid ./repo ./run.sh ./script.sh ./stdout /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
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...0m entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles0m
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.10m
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=10m to your 34m~/.rvmrc0m file.0m
0mUsing /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://chromium.googlesource.com/external/gyp
  Cloning https://chromium.googlesource.com/external/gyp to /tmp/pip-req-build-pz9c96tu
  Running command git clone --filter=blob:none --quiet https://chromium.googlesource.com/external/gyp /tmp/pip-req-build-pz9c96tu
  Resolved https://chromium.googlesource.com/external/gyp to commit a03d7413becefc8d55c8aa3df58b55b9bd0e9052
  Preparing metadata (setup.py) ... ?25ldone
?25hBuilding wheels for collected packages: gyp
  Building wheel for gyp (setup.py) ... ?25ldone
?25h  Created wheel for gyp: filename=gyp-0.1-py3-none-any.whl size=312065 sha256=a948b2adb7ef89dd2c20cddaf17a3883225d0f70e96a58ef31d182cd242c0dd7
  Stored in directory: /tmp/pip-ephem-wheel-cache-3sp52ulu/wheels/f9/a0/c8/6aee2d87c8092cf781712963779a34382341f548f7c4530976
Successfully built gyp
Installing collected packages: gyp
33m  WARNING: The script gyp is installed in '/home/r/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m
0mSuccessfully installed gyp-0.1

1m[0m34;49mnotice0m1;39;49m]0m39;49m A new release of pip is available: 0m31;49m23.0.10m39;49m -> 0m32;49m23.3.20m
1m[0m34;49mnotice0m1;39;49m]0m39;49m To update, run: 0m32;49mpython3 -m pip install --upgrade pip0m
K?25h##############)⠂⠙⠂reify:lodash:hhttpffetchGGET2200hhttps://registry.npmjs.0mK
added 297 packages, and audited 298 packages in 28s

51 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (1 moderate, 3 high)

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 9.5.1 -> 10.2.5
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.5>
npm notice Run `npm install -g npm@10.2.5` to update!
npm notice
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
K?25h##############)⠂⠇⠂reify:liftup:hhttpffetchGGET2200hhttps://registry.npmjs.0mK
added 59 packages in 6s

5 packages are looking for funding
  run `npm fund` for details
npm notice
npm notice New major version of npm available! 9.5.1 -> 10.2.5
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.5>
npm notice Run `npm install -g npm@10.2.5` to update!
npm notice
K?25h##############)⠂⠹⠂reify:fsevents:nsillereifyemarkpdeletedn[2'/home/r/repo/0mK
removed 2 packages, and audited 298 packages in 1s

51 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (1 moderate, 3 high)

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
K?25h##############)⠂⠋⠂reify:fsevents:nsillereifyemarkpdeletedn[4'/home/r/repo/0mK
up to date, audited 298 packages in 1s

51 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (1 moderate, 3 high)

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
Found 8 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.0.1 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
Excluding node_modules/**/*
/home/r/repo/.eslintrc.json is a binary file (227 bytes)
/home/r/repo/package-lock.json is a binary file (122825 bytes)
/home/r/repo/package.json is a binary file (1190 bytes)
/home/r/repo/renovate.json is a binary file (246 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/grunt.yml ...
Reading .github/workflows/itest.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/up.yml ...
Reading .github/workflows/xcop.yml ...
Reading .gitignore ...
Reading .npmignore ...
Reading .pdd ...
Reading .rultor.yml ...
Reading CITATION.cff ...
Reading Gruntfile.js ...
Reading LICENSE.txt ...
Reading README.md ...
Reading eo-version.txt ...
Reading itest/README.md ...
Reading itest/program.eo ...
Reading itest/story-test.eo ...
Reading itest/story.eo ...
Reading mvnw/.mvn/wrapper/maven-wrapper.properties ...
Reading mvnw/mvnw ...
Reading mvnw/mvnw.cmd ...
Reading mvnw/pom.xml ...
Reading src/commands/assemble.js ...
Reading src/commands/audit.js ...
Reading src/commands/clean.js ...
Reading src/commands/compile.js ...
Reading src/commands/dataize.js ...
Reading src/commands/foreign.js ...
Reading src/commands/link.js ...
Reading src/commands/parse.js ...
Reading src/commands/phi.js ...
Reading src/commands/print.js ...
Reading src/commands/register.js ...
Reading src/commands/sodg.js ...
Reading src/commands/test.js ...
Reading src/commands/transpile.js ...
Reading src/commands/unphi.js ...
Reading src/commands/verify.js ...
Reading src/eoc.js ...
Reading src/mvnw.js ...
Reading src/parser-version.js ...
Reading src/tinted-console.js ...
Reading src/version.js ...
Reading test/commands/test_assemble.js ...
Reading test/commands/test_audit.js ...
Reading test/commands/test_clean.js ...
Reading test/commands/test_compile.js ...
Reading test/commands/test_dataize.js ...
Reading test/commands/test_foreign.js ...
Reading test/commands/test_link.js ...
Reading test/commands/test_parse.js ...
Reading test/commands/test_phi.js ...
Reading test/commands/test_print.js ...
Reading test/commands/test_register.js ...
Reading test/commands/test_sodg.js ...
Reading test/commands/test_test.js ...
Reading test/commands/test_transpile.js ...
Reading test/commands/test_unphi.js ...
Reading test/commands/test_verify.js ...
Reading test/helpers.js ...
Reading test/test_eoc.js ...
Reading test/test_mvnw.js ...
Running "mochacli:test" (mochacli) task

0m0m
0m  assemble0m
  32m  ✓0m90m assembles a simple .EO program0m31m (36102ms)0m

0m  audit0m
  32m  ✓0m90m audits all packages0m31m (347ms)0m

0m  clean0m
  32m  ✓0m90m deletes all temporary files0m31m (117ms)0m

0m  compile0m
  32m  ✓0m90m compiles a simple .EO program into Java bytecode .class files0m31m (33717ms)0m
  32m  ✓0m90m compiles a simple .EO unit test into Java bytecode .class files0m31m (26119ms)0m
  32m  ✓0m90m Cleans and compiles a simple .EO program0m31m (25824ms)0m

0m  dataize0m

---
[1]
  32m  ✓0m90m runs a single executable .JAR and dataizes an object0m31m (30099ms)0m

0m  foreign0m
  32m  ✓0m90m inspects foreign objects and prints a report0m31m (11258ms)0m

0m  link0m
  32m  ✓0m90m compiles a simple .EO program into an executable .JAR0m31m (27781ms)0m

0m  parse0m
  32m  ✓0m90m parses a simple .EO program0m31m (5990ms)0m

0m  phi0m
  32m  ✓0m90m converts XMIR files to PHI files0m31m (16033ms)0m

0m  print0m
  32m  ✓0m90m converts XMIR files to EO files0m31m (3550ms)0m

0m  register0m
  32m  ✓0m90m registers a simple .EO program0m31m (2687ms)0m

0m  sodg0m
  32m  ✓0m90m generates SODG files for a simple .EO program0m31m (15902ms)0m

0m  test0m
  32m  ✓0m90m executes a single unit test0m31m (33288ms)0m

0m  transpile0m
  32m  ✓0m90m transpiles a simple .EO program0m31m (21626ms)0m

0m  unphi0m
line 1:1 mismatched input ' ' expecting {'}', '\u03B1', '\u03C6', '\u03C1', '\u03C3', '\u03BD', '\u0394', '\u03BB', LABEL}
  32m  ✓0m90m converts PHI files to XMIR files0m31m (3187ms)0m

0m  verify0m
  32m  ✓0m90m verifies a simple .EO program0m31m (15010ms)0m

0m  eoc0m
  32m  ✓0m90m prints its own version0m31m (81ms)0m
  32m  ✓0m90m prints help screen0m31m (92ms)0m
  32m  ✓0m90m loads latest version0m31m (473ms)0m

0m  mvnw0m
+ /home/r/repo/mvnw/mvnw --version --quiet --batch-mode --color=never --update-snapshots --fail-fast --strict-checksums
  32m  ✓0m90m prints Maven own version0m


92m 0m32m 22 passing0m90m (5m)0m

0m0m3.9.6
0m0m
Running "eslint:target" (eslint) task

Done.
[__rultor 2f0d86d] set version to 0.15.1
 2 files changed, 4 insertions(+), 4 deletions(-)
npm notice
npm notice 📦  eolang@0.15.1
npm notice === Tarball Contents ===
npm notice 1.1kB  LICENSE.txt
npm notice 3.4kB  README.md
npm notice 6B     eo-version.txt
npm notice 62.5kB mvnw/.mvn/wrapper/maven-wrapper.jar
npm notice 1.0kB  mvnw/.mvn/wrapper/maven-wrapper.properties
npm notice 11.3kB mvnw/mvnw
npm notice 7.6kB  mvnw/mvnw.cmd
npm notice 3.7kB  mvnw/pom.xml
npm notice 1.2kB  package.json
npm notice 246B   renovate.json
npm notice 1.7kB  src/commands/assemble.js
npm notice 1.4kB  src/commands/audit.js
npm notice 1.7kB  src/commands/clean.js
npm notice 1.7kB  src/commands/compile.js
npm notice 1.8kB  src/commands/dataize.js
npm notice 1.6kB  src/commands/foreign.js
npm notice 1.7kB  src/commands/link.js
npm notice 1.6kB  src/commands/parse.js
npm notice 2.0kB  src/commands/phi.js
npm notice 2.0kB  src/commands/print.js
npm notice 1.7kB  src/commands/register.js
npm notice 2.3kB  src/commands/sodg.js
npm notice 1.4kB  src/commands/test.js
npm notice 1.7kB  src/commands/transpile.js
npm notice 2.0kB  src/commands/unphi.js
npm notice 1.6kB  src/commands/verify.js
npm notice 9.6kB  src/eoc.js
npm notice 5.8kB  src/mvnw.js
npm notice 2.0kB  src/parser-version.js
npm notice 2.1kB  src/tinted-console.js
npm notice 1.3kB  src/version.js
npm notice === Tarball Details ===
npm notice name:          eolang
npm notice version:       0.15.1
npm notice filename:      eolang-0.15.1.tgz
npm notice package size:  73.4 kB
npm notice unpacked size: 140.8 kB
npm notice shasum:        2ee037570b1390161d6d9265020fa955544e77a0
npm notice integrity:     sha512-zU7sZFH3Bv3VT[...]iotuYk6KRwBwg==
npm notice total files:   31
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
+ eolang@0.15.1
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.15.1 -m '0.15.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at 2f0d86d set version to 0.15.1
+ 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 2f0d86d).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:objectionary/eoc.git
 * [new tag]         0.15.1 -> 0.15.1
container ae59c6b708df4697ddf165d74a0c105e765c87dd98d2383f7668bd8f1076916a is dead
Mon Dec 25 09:33:55 AM CET 2023