+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 797259
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue 06 Sep 2022 07:48:09 AM CEST
+ uptime
07:48:09 up 69 days, 9:49, 0 users, load average: 0.02, 0.02, 0.05
+ head=git@github.com:objectionary/eoc.git
+ ff=default
+ image=yegor256/rultor-image:1.9.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.8.2
+ vars=('--env=head=git@github.com:objectionary/eoc.git' '--env=tag=0.8.2' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.8.2'\''\'\'''\'''\'' '\'';'\'' '\''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 -e "s/\"version\": \"0.0.0\"/\"version\": \"${tag}\"/" package.json'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" 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.8.2'\''' ';' '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 -e "s/\"version\": \"0.0.0\"/\"version\": \"${tag}\"/" package.json' ';' 'sed -i -e "s/0.0.0/${tag}/" 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_47
+ as_root=false
+ hostname
m1415.contaboserver.net
+ git --version
git version 2.25.1
+ docker --version
Docker version 20.10.17, build 100c701
+ 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.8.2'\''' ';' '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 -e "s/\"version\": \"0.0.0\"/\"version\": \"${tag}\"/" package.json' ';' 'sed -i -e "s/0.0.0/${tag}/" 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 .gpg
+ '[' -z 0.8.2 ']'
+ [[ 0.8.2 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.8.2"'
tag name is valid: "0.8.2"
+ cd repo
++ git tag -l 0.8.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.05
++ echo 0.05 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.05, low enough to run a new Docker container'
load average is 0.05, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.9.0
+ docker pull yegor256/rultor-image:1.9.0
1.9.0: Pulling from yegor256/rultor-image
Digest: sha256:33ae90af626cadadbfac736a5252b17f6a7dd6ccfce9c34edad6ab269b82f0fe
Status: Image is up to date for yegor256/rultor-image:1.9.0
docker.io/yegor256/rultor-image:1.9.0
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eoc_47\s*$'
+ ls -al .
total 48
drwx--x--x 3 rultor rultor 4096 Sep 6 07:48 .
drwxrwxrwt 16 root root 4096 Sep 6 07:48 ..
-rw-rw-r-- 1 rultor rultor 556 Sep 6 07:48 end.sh
-rwxrwxr-x 1 rultor rultor 363 Sep 6 07:48 entry.sh
-rw-rw-r-- 1 rultor rultor 74 Sep 6 07:48 npmrc
-rw-rw-r-- 1 rultor rultor 7 Sep 6 07:48 pid
drwxrwxr-x 8 rultor rultor 4096 Sep 6 07:48 repo
-rwxrwxr-x 1 rultor rultor 6284 Sep 6 07:48 run.sh
-rw-rw-r-- 1 rultor rultor 786 Sep 6 07:48 script.sh
-rw-rw-r-- 1 rultor rultor 4772 Sep 6 07:48 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-nn70:/main --env=head=git@github.com:objectionary/eoc.git --env=tag=0.8.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.8.2'\''\'\'''\'''\'' '\'';'\'' '\''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 -e "s/\"version\": \"0.0.0\"/\"version\": \"${tag}\"/" package.json'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" 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=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-nn70/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eoc_47 yegor256/rultor-image:1.9.0 /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ 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 /root/.wget-hsts /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
+ 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/eoc.git
+ head=git@github.com:objectionary/eoc.git
+ export tag=0.8.2
+ tag=0.8.2
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ pip install git+https://chromium.googlesource.com/external/gyp
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-gn2yk4hh
Running command git clone --filter=blob:none --quiet https://chromium.googlesource.com/external/gyp /tmp/pip-req-build-gn2yk4hh
Resolved https://chromium.googlesource.com/external/gyp to commit 9d09418933ea2f75cc416e5ce38d15f62acd5c9a
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=311936 sha256=cf28c41c7e958ce42f14ff91ced66a2bf852bcb40c4cf8dc2024bc9c522571a3
Stored in directory: /tmp/pip-ephem-wheel-cache-kjh66o_g/wheels/a1/2d/a5/c6845e42ce26719b04a41788161f2c5b083f1db2278b85eaa9
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
--- Logging error ---
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
self.console.print(renderable, overflow="ignore", crop=False, style=style)
File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/console.py", line 1752, in print
extend(render(renderable, render_options))
File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/console.py", line 1390, in render
for render_output in iter_render:
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
for line in lines:
File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/segment.py", line 245, in split_lines
for segment in segments:
File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/console.py", line 1368, in render
renderable = rich_cast(renderable)
File "/usr/local/lib/python3.8/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
renderable = cast_method()
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
pip_cmd = get_best_invocation_for_this_pip()
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/entrypoints.py", line 58, in get_best_invocation_for_this_pip
if found_executable and os.path.samefile(
File "/usr/lib/python3.8/genericpath.py", line 101, in samefile
s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip3.8'
Call stack:
File "/usr/local/bin/pip", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/main.py", line 70, in main
return command.main(cmd_args)
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
return self._main(args)
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
self.handle_pip_version_check(options)
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/req_command.py", line 148, in handle_pip_version_check
pip_self_version_check(session, options)
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/self_outdated_check.py", line 237, in pip_self_version_check
logger.info("[present-rich] %s", upgrade_prompt)
File "/usr/lib/python3.8/logging/__init__.py", line 1446, in info
self._log(INFO, msg, args, **kwargs)
File "/usr/lib/python3.8/logging/__init__.py", line 1589, in _log
self.handle(record)
File "/usr/lib/python3.8/logging/__init__.py", line 1599, in handle
self.callHandlers(record)
File "/usr/lib/python3.8/logging/__init__.py", line 1661, in callHandlers
hdlr.handle(record)
File "/usr/lib/python3.8/logging/__init__.py", line 954, in handle
self.emit(record)
File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.1.2', new='22.2.2'),)
+ npm install --no-color
K?25h##############)⠂⠋⠂reify:rxjs:hhttptfetchcGETE2000https://registry.npmjs.or0mK
added 309 packages, and audited 310 packages in 12s
31 packages are looking for funding
run `npm fund` for details
3 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
npm notice
npm notice New minor version of npm available! 8.5.5 -> 8.19.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.19.1>
npm notice Run `npm install -g npm@8.19.1` to update!
npm notice
+ sudo -i npm install --no-color --global grunt-cli
K?25h##############)⠂⠙⠂reify:liftup:chttptfetchtGETG2002https://registry.npmjs.0mK
added 59 packages, and audited 60 packages in 4s
4 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm notice
npm notice New minor version of npm available! 8.5.5 -> 8.19.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.19.1>
npm notice Run `npm install -g npm@8.19.1` to update!
npm notice
+ npm uninstall --no-color grunt-cli
K?25h##############)⠂⠴⠂reify:fsevents:nsillereifyemarkpdeletedn[2'/home/r/repo/0mK
up to date, audited 310 packages in 1s
31 packages are looking for funding
run `npm fund` for details
3 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
+ npm install --no-color mocha
K?25h##############)⠂⠹⠂reify:fsevents:nsillereifyemarkpdeletedn[3'/home/r/repo/0mK
up to date, audited 310 packages in 1s
31 packages are looking for funding
run `npm fund` for details
3 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
+ pdd -f /dev/null -v
Found 8 lines in /home/r/repo/.pdd
My version is 0.20.8
Ruby version is 2.7.0 at x86_64-linux
Reading from root dir .
38;5;214mExcluding0m target/**/*
38;5;214mExcluding0m coverage/**/*
38;5;214mExcluding0m node_modules/**/*
Reading mvnw/mvnw ...
Reading mvnw/mvnw.cmd ...
Reading mvnw/pom.xml ...
Reading mvnw/.mvn/wrapper/maven-wrapper.properties ...
Reading Gruntfile.js ...
Reading .gitattributes ...
Reading LICENSE.txt ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/grunt.yml ...
Reading .github/workflows/itest.yml ...
Reading README.md ...
Reading .0pdd.yml ...
Reading .eslintrc.json ...
Reading renovate.json ...
Reading itest/README.md ...
Reading itest/story.eo ...
Reading itest/program.eo ...
Reading itest/story-test.eo ...
Reading .gitignore ...
Reading .npmignore ...
Reading .rultor.yml ...
Reading package-lock.json ...
Reading test/commands/test_transpile.js ...
Reading test/commands/test_register.js ...
Reading test/commands/test_clean.js ...
Reading test/commands/test_foreign.js ...
Reading test/commands/test_gmi.js ...
Reading test/commands/test_dataize.js ...
Reading test/commands/test_link.js ...
Reading test/commands/test_audit.js ...
Reading test/commands/test_compile.js ...
Reading test/commands/test_assemble.js ...
Reading test/commands/test_test.js ...
Reading test/helpers.js ...
Reading test/test_mvnw.js ...
Reading test/test_eoc.js ...
Reading CITATION.cff ...
Reading .pdd ...
Reading package.json ...
Reading src/eoc.js ...
Reading src/commands/clean.js ...
Reading src/commands/gmi.js ...
Reading src/commands/test.js ...
Reading src/commands/assemble.js ...
Reading src/commands/compile.js ...
Reading src/commands/dataize.js ...
Reading src/commands/foreign.js ...
Reading src/commands/link.js ...
Reading src/commands/register.js ...
Reading src/commands/audit.js ...
Reading src/commands/transpile.js ...
Reading src/parser-version.js ...
Reading src/tinted-console.js ...
Reading src/mvnw.js ...
Reading src/version.js ...
+ [[ 0.8.2 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i -e 's/"version": "0.0.0"/"version": "0.8.2"/' package.json
+ sed -i -e s/0.0.0/0.8.2/ src/version.js
+ grunt --no-color
Running "mochacli:test" (mochacli) task
0m0m
0m assemble0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
32m ✓0m90m assembles a simple .EO program0m31m (13408ms)0m
0m audit0m
32m ✓0m90m audits all packages0m31m (333ms)0m
0m clean0m
32m ✓0m90m deletes all temporary files0m31m (96ms)0m
0m compile0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
32m ✓0m90m compiles a simple .EO program into Java bytecode .class files0m31m (58470ms)0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
32m ✓0m90m compiles a simple .EO unit test into Java bytecode .class files0m31m (47921ms)0m
0m dataize0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
32m ✓0m90m runs a single executable .JAR and dataizes an object0m31m (55538ms)0m
0m foreign0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
32m ✓0m90m inspects foreign objects and prints a report0m31m (33002ms)0m
0m gmi0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Runtime version 4.10.1 used for parser compilation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Runtime version 4.10.1 used for parser compilation does not match the current runtime version 4.11.1
32m ✓0m90m generates GMI files for a simple .EO program0m31m (11433ms)0m
0m link0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
32m ✓0m90m compiles a simple .EO program into an executable .JAR0m31m (50883ms)0m
0m register0m
32m ✓0m90m registers a simple .EO program0m31m (1989ms)0m
0m test0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
32m ✓0m90m executes a single unit test0m31m (60009ms)0m
0m transpile0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
32m ✓0m90m transpiles a simple .EO program0m31m (11547ms)0m
0m eoc0m
32m ✓0m90m prints its own version0m31m (90ms)0m
32m ✓0m90m prints help screen0m31m (93ms)0m
0m mvnw0m
+ /home/r/repo/mvnw/mvnw --version --errors --batch-mode --update-snapshots --fail-fast
0m0mApache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /home/r/.m2/wrapper/dists/apache-maven-3.8.4-bin/66e9f8f4/apache-maven-3.8.4
Java version: 17.0.3, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-105-generic", arch: "amd64", family: "unix"
0m0m+ /home/r/repo/mvnw/mvnw --version --errors --batch-mode --update-snapshots --fail-fast
0m0mApache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /home/r/.m2/wrapper/dists/apache-maven-3.8.4-bin/66e9f8f4/apache-maven-3.8.4
Java version: 17.0.3, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-105-generic", arch: "amd64", family: "unix"
0m0m 32m ✓0m90m prints Maven own version0m31m (434ms)0m
92m 0m32m 15 passing0m90m (6m)0m
Running "eslint:target" (eslint) task
Done.
+ git commit -am 'set version to 0.8.2'
[__rultor 3cc89f3] set version to 0.8.2
2 files changed, 14 insertions(+), 6 deletions(-)
+ chmod 600 ../npmrc
+ npm publish --no-color --userconfig=../npmrc
npm notice
npm notice 📦 eolang@0.8.2
npm notice === Tarball Contents ===
npm notice 340B CITATION.cff
npm notice 1.1kB LICENSE.txt
npm notice 3.0kB README.md
npm notice 1.2kB itest/program.eo
npm notice 378B itest/README.md
npm notice 1.3kB itest/story-test.eo
npm notice 1.3kB itest/story.eo
npm notice 59.9kB mvnw/.mvn/wrapper/maven-wrapper.jar
npm notice 1.0kB mvnw/.mvn/wrapper/maven-wrapper.properties
npm notice 9.8kB mvnw/mvnw
npm notice 6.7kB mvnw/mvnw.cmd
npm notice 3.5kB mvnw/pom.xml
npm notice 999B package.json
npm notice 107B renovate.json
npm notice 1.9kB src/commands/assemble.js
npm notice 1.3kB src/commands/audit.js
npm notice 1.7kB src/commands/clean.js
npm notice 1.7kB src/commands/compile.js
npm notice 1.6kB src/commands/dataize.js
npm notice 1.6kB src/commands/foreign.js
npm notice 1.8kB src/commands/gmi.js
npm notice 1.6kB src/commands/link.js
npm notice 1.8kB src/commands/register.js
npm notice 1.4kB src/commands/test.js
npm notice 2.0kB src/commands/transpile.js
npm notice 5.8kB src/eoc.js
npm notice 2.3kB src/mvnw.js
npm notice 2.1kB src/parser-version.js
npm notice 2.1kB src/tinted-console.js
npm notice 1.2kB src/version.js
npm notice === Tarball Details ===
npm notice name: eolang
npm notice version: 0.8.2
npm notice filename: eolang-0.8.2.tgz
npm notice package size: 68.7 kB
npm notice unpacked size: 122.4 kB
npm notice shasum: 6941d33183396a0038b5c7cd3629fc164ee32b65
npm notice integrity: sha512-UaNP714PJ+zzV[...]YbA3KmAoLOUPg==
npm notice total files: 30
npm notice
npm notice Publishing to https://registry.npmjs.org/
K?25h+⠂eolang@0.8.2)⠂⠧⠂: noticetPublishinghtoghttps://registry.npmjs.org/0mK/0mK
+ 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.8.2 -m '0.8.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at 3cc89f3 set version to 0.8.2
+ 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 3cc89f3).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:objectionary/eoc.git
* [new tag] 0.8.2 -> 0.8.2
container cc23988463e18f151d12ea85d39612b69f11f5db2c45c86c7162db638f5a0c91 is dead
Tue 06 Sep 2022 07:55:11 AM CEST