+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1180
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun Dec 15 05:06:55 UTC 2024
+ uptime
05:06:55 up 0 min, 0 users, load average: 1.69, 0.45, 0.15
+ head=git@github.com:objectionary/eoc.git
+ ff=default
+ image=yegor256/rultor-image:1.23.1
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.27.1
+ vars=('--env=head=git@github.com:objectionary/eoc.git' '--env=tag=0.27.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.27.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.27.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_424
+ as_root=false
+ hostname
ip-172-31-17-159
+ pwd
/tmp/rultor-Eb6T
+ 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 git@github.com:objectionary/eoc.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ 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.27.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.27.1 ']'
+ [[ 0.27.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.27.1"'
tag name is valid: "0.27.1"
+ cd repo
++ git tag -l 0.27.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.17
++ echo 0.17 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.17, low enough to run a new Docker container'
load average is 0.17, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.23.1
+ docker pull yegor256/rultor-image:1.23.1
1.23.1: Pulling from yegor256/rultor-image
bccd10f490ab: Pulling fs layer
2c78bdfd1661: Pulling fs layer
30469571f9ab: Pulling fs layer
cac62b5ba932: Pulling fs layer
403ec2ae2389: Pulling fs layer
62628d0488a1: Pulling fs layer
84283471f652: Pulling fs layer
9ad1fa82e034: Pulling fs layer
80bda748ab48: Pulling fs layer
615b3b9f2aac: Pulling fs layer
09ce9dff669f: Pulling fs layer
e8271a417b38: Pulling fs layer
0c9916c1cff4: Pulling fs layer
875e86560ccf: Pulling fs layer
091892e3a304: Pulling fs layer
1cbed1b837ca: Pulling fs layer
986b3170a0d9: Pulling fs layer
cac62b5ba932: Waiting
e56ee5c784dc: Pulling fs layer
8cb6f425b6ba: Pulling fs layer
35d35565636d: Pulling fs layer
80bda748ab48: Waiting
09ce9dff669f: Waiting
8e683020951f: Pulling fs layer
13d94c2ee76f: Pulling fs layer
41080f3c5d30: Pulling fs layer
123b733366ff: Pulling fs layer
630a507fc3a5: Pulling fs layer
62628d0488a1: Waiting
e56ee5c784dc: Waiting
8cb6f425b6ba: Waiting
55c1f8c9bd45: Pulling fs layer
e8271a417b38: Waiting
123b733366ff: Waiting
630a507fc3a5: Waiting
8e683020951f: Waiting
35d35565636d: Waiting
13d94c2ee76f: Waiting
403ec2ae2389: Waiting
84283471f652: Waiting
9ad1fa82e034: Waiting
0c9916c1cff4: Waiting
875e86560ccf: Waiting
41080f3c5d30: Waiting
091892e3a304: Waiting
55c1f8c9bd45: Waiting
2c78bdfd1661: Verifying Checksum
2c78bdfd1661: Download complete
bccd10f490ab: Verifying Checksum
bccd10f490ab: Download complete
30469571f9ab: Verifying Checksum
30469571f9ab: Download complete
62628d0488a1: Verifying Checksum
62628d0488a1: Download complete
bccd10f490ab: Pull complete
84283471f652: Verifying Checksum
84283471f652: Download complete
2c78bdfd1661: Pull complete
9ad1fa82e034: Download complete
80bda748ab48: Verifying Checksum
80bda748ab48: Download complete
30469571f9ab: Pull complete
615b3b9f2aac: Verifying Checksum
615b3b9f2aac: Download complete
cac62b5ba932: Verifying Checksum
cac62b5ba932: Download complete
e8271a417b38: Verifying Checksum
e8271a417b38: Download complete
0c9916c1cff4: Verifying Checksum
0c9916c1cff4: Download complete
09ce9dff669f: Verifying Checksum
09ce9dff669f: Download complete
091892e3a304: Download complete
1cbed1b837ca: Verifying Checksum
1cbed1b837ca: Download complete
986b3170a0d9: Verifying Checksum
986b3170a0d9: Download complete
e56ee5c784dc: Verifying Checksum
e56ee5c784dc: Download complete
8cb6f425b6ba: Verifying Checksum
8cb6f425b6ba: Download complete
35d35565636d: Verifying Checksum
35d35565636d: Download complete
cac62b5ba932: Pull complete
8e683020951f: Verifying Checksum
8e683020951f: Download complete
13d94c2ee76f: Verifying Checksum
13d94c2ee76f: Download complete
41080f3c5d30: Verifying Checksum
41080f3c5d30: Download complete
123b733366ff: Verifying Checksum
123b733366ff: Download complete
403ec2ae2389: Verifying Checksum
403ec2ae2389: Download complete
55c1f8c9bd45: Verifying Checksum
55c1f8c9bd45: Download complete
630a507fc3a5: Verifying Checksum
630a507fc3a5: Download complete
875e86560ccf: Verifying Checksum
875e86560ccf: Download complete
403ec2ae2389: Pull complete
62628d0488a1: Pull complete
84283471f652: Pull complete
9ad1fa82e034: Pull complete
80bda748ab48: Pull complete
615b3b9f2aac: Pull complete
09ce9dff669f: Pull complete
e8271a417b38: Pull complete
0c9916c1cff4: Pull complete
875e86560ccf: Pull complete
091892e3a304: Pull complete
1cbed1b837ca: Pull complete
986b3170a0d9: Pull complete
e56ee5c784dc: Pull complete
8cb6f425b6ba: Pull complete
35d35565636d: Pull complete
8e683020951f: Pull complete
13d94c2ee76f: Pull complete
41080f3c5d30: Pull complete
123b733366ff: Pull complete
630a507fc3a5: Pull complete
55c1f8c9bd45: Pull complete
Digest: sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620
Status: Downloaded newer image for yegor256/rultor-image:1.23.1
docker.io/yegor256/rultor-image:1.23.1
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eoc_424\s*$'
+ ls -al .
total 56
drwx------ 3 ubuntu ubuntu 4096 Dec 15 05:07 .
drwxrwxrwt 12 root root 4096 Dec 15 05:07 ..
-rwxrwxr-x 1 ubuntu ubuntu 2090 Dec 15 05:09 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 490 Dec 15 05:07 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 74 Dec 15 05:06 npmrc
-rw-rw-r-- 1 ubuntu ubuntu 5 Dec 15 05:06 pid
drwxrwxr-x 8 ubuntu ubuntu 4096 Dec 15 05:07 repo
-rwxrwxr-x 1 ubuntu ubuntu 9640 Dec 15 05:06 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 867 Dec 15 05:07 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 8561 Dec 15 05:09 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Eb6T:/main --env=head=git@github.com:objectionary/eoc.git --env=tag=0.27.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.27.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 --net=host --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Eb6T/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eoc_424 yegor256/rultor-image:1.23.1 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ 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 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 messagebus 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/.rvmrc /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
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:objectionary/eoc.git' ; export 'tag=0.27.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 ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
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-zy8h7v7s
Running command git clone --filter=blob:none --quiet https://chromium.googlesource.com/external/gyp /tmp/pip-req-build-zy8h7v7s
Resolved https://chromium.googlesource.com/external/gyp to commit 1615ec326858f8c2bd8f30b3a86ea71830409ce4
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=312071 sha256=e7cbe1ed4d7c836d4eedb1c76991d9eac3e0f4043961ea44591f1f0b24e41056
Stored in directory: /tmp/pip-ephem-wheel-cache-7n84rcro/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;49m24.00m39;49m -> 0m32;49m24.3.10m
1m[0m34;49mnotice0m1;39;49m]0m39;49m To update, run: 0m32;49mpython3 -m pip install --upgrade pip0m
K?25hnpm#WARN⠂deprecatedeinflight@1.0.6:tThisemoduleTis0nottsupported,sand.leaksmmemory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
K?25hnpm#WARN#deprecated osenv@0.1.5:pThisrpackagetis notlonger supported.//registr0mK
K?25hnpm#WARN#deprecated rimraf@2.7.1:aRimrafhversionshprior2to v4tare/noelonger.supported
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
K?25hnpm#WARN#deprecated @humanwhocodes/object-schema@2.0.3:tUse:@eslint/object-schema instead
K?25hnpm#WARN#deprecatede@humanwhocodes/config-array@0.13.0:tUse:@eslint/config-arrayKinstead
npm WARN deprecated glob@7.1.6: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
K?25hnpm#WARN#deprecatedeeslint@8.57.1:pThiscversion0ishnoplongergsupported.sPlease0see https://eslint.org/version-support for other options.
K?25h##############)#⠇#reify:lodash:ihttphfetcheGET 200 https://registry.npmjs.0mK.0mK
added 326 packages, and audited 327 packages in 11s
62 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 minor version of npm available! 10.2.4 -> 10.9.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.9.2>
npm notice Run `npm install -g npm@10.9.2` to update!
npm notice
sudo: unable to resolve host docker: Temporary failure in name resolution
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
K?25h##############)⠂⠏⠂reify:picomatch:lhttplfetchpGETt200Ghttps://registry.npm0mK
added 56 packages in 3s
5 packages are looking for funding
run `npm fund` for details
npm notice
npm notice New minor version of npm available! 10.2.4 -> 10.9.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.9.2>
npm notice Run `npm install -g npm@10.9.2` to update!
npm notice
K?25h##############)⠂⠏⠂reify:fsevents:nsillereifyemarkpdeletedn[2'/home/r/repo/0mK
removed 2 packages, and audited 327 packages in 1s
62 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[3'/home/r/repo/0mK
up to date, audited 327 packages in 1s
62 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.2.2 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
Excluding node_modules/**/*
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/.eslintrc.json is a binary file (261 bytes)
/home/r/repo/package-lock.json is a binary file (146435 bytes)
/home/r/repo/package.json is a binary file (1235 bytes)
/home/r/repo/renovate.json is a binary file (246 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/eo-version-up.yml ...
Reading .github/workflows/grunt.yml ...
Reading .github/workflows/itest.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/shellcheck.yml ...
Reading .github/workflows/telegram.yml ...
Reading .github/workflows/up.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .gitignore ...
Reading .npmignore ...
Reading .pdd ...
Reading .rultor.yml ...
Reading .yamllint.yml ...
Reading CITATION.cff ...
Reading Gruntfile.js ...
Reading LICENSE.txt ...
Reading README.md ...
Reading eo-version.txt ...
Reading home-tag.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/docs.js ...
Reading src/commands/foreign.js ...
Reading src/commands/java/compile.js ...
Reading src/commands/java/dataize.js ...
Reading src/commands/java/link.js ...
Reading src/commands/java/test.js ...
Reading src/commands/java/transpile.js ...
Reading src/commands/jeo/assemble.js ...
Reading src/commands/jeo/disassemble.js ...
Reading src/commands/js/compile.js ...
Reading src/commands/js/dataize.js ...
Reading src/commands/js/link.js ...
Reading src/commands/js/test.js ...
Reading src/commands/js/transpile.js ...
Reading src/commands/lint.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/unphi.js ...
Reading src/demand.js ...
Reading src/eo2jsw.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/jeo/test_assemble.js ...
Reading test/commands/jeo/test_disassemble.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_docs.js ...
Reading test/commands/test_foreign.js ...
Reading test/commands/test_link.js ...
Reading test/commands/test_lint.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/helpers.js ...
Reading test/test_eoc.js ...
Reading test/test_mvnw.js ...
Running "mochacli:test" (mochacli) task
0m0m
0m jeo:assemble0m
32m ✓0m90m converts XMIR files to CLASS files0m31m (9785ms)0m
0m jeo:disassemble0m
32m ✓0m90m converts CLASS files to XMIR files0m31m (3619ms)0m
0m assemble0m
32m ✓0m90m assembles a simple .EO program0m31m (43928ms)0m
0m audit0m
32m ✓0m90m audits all packages0m31m (409ms)0m
0m clean0m
32m ✓0m90m deletes all temporary files0m31m (147ms)0m
0m compile0m
32m ✓0m90m compiles a simple .EO program into Java bytecode .class files0m31m (59539ms)0m
32m ✓0m90m compiles a simple .EO unit test into Java bytecode .class files0m31m (56628ms)0m
32m ✓0m90m Cleans and compiles a simple .EO program0m31m (58022ms)0m
32m ✓0m90m Skips compilation for JavaScript0m31m (118ms)0m
0m dataize0m
---
[0x01] = true
Finished in 1732505491044.95ms (1 bytes)
32m ✓0m90m dataizes: lang Java, version 0.48.2, tag 0.48.20m31m (61560ms)0m
---
[0x01] = true
Finished in 1732505553816.12ms (1 bytes)
32m ✓0m90m dataizes: lang Java, version 0.48.1, tag 0.48.10m31m (62835ms)0m
---
[0x01] = true
Finished in 1732505616889.96ms (1 bytes)
32m ✓0m90m dataizes: lang Java, version 0.46.0, tag 0.46.00m31m (63136ms)0m
---
[0x01] = true
Finished in 1732505681950.85ms (1 bytes)
32m ✓0m90m dataizes: lang Java, version 0.45.0, tag 0.45.00m31m (65126ms)0m
---
[0x01] = true
32m ✓0m90m dataizes: lang Java, version 0.44.0, tag 0.44.00m31m (58218ms)0m
---
[0x01] = true
32m ✓0m90m dataizes: lang Java, version 0.41.3, tag 0.41.30m31m (61048ms)0m
---
[0x01] = true
32m ✓0m90m dataizes: lang Java, version 0.40.3, tag 56b2f37d32d71f06e2d298325164485972197a060m31m (60300ms)0m
---
[0x01] = true
Finished in 1732505922307.32ms (1 bytes)
32m ✓0m90m dataizes with command-line argument0m31m (61031ms)0m
0m docs0m
32m ✓0m90m generate documentation from XMIR files0m31m (117ms)0m
0m foreign0m
32m ✓0m90m inspects foreign objects and prints a report0m31m (27073ms)0m
0m link0m
32m ✓0m90m compiles a simple .EO program into an executable .JAR0m31m (60364ms)0m
36m - creates and builds NPM project0m
0m lint0m
32m ✓0m90m lints a simple .EO program0m31m (36884ms)0m
0m parse0m
32m ✓0m90m parses a simple .EO program0m31m (7124ms)0m
0m phi0m
36m - converts XMIR files to PHI files0m
32m ✓0m90m converts XMIR files to PHI files, in the ALONE mode0m31m (4611ms)0m
0m print0m
32m ✓0m90m converts XMIR files to EO files0m31m (4329ms)0m
0m register0m
32m ✓0m90m registers a simple .EO program0m31m (2901ms)0m
0m sodg0m
32m ✓0m90m generates SODG files for a simple .EO program0m31m (32063ms)0m
0m test0m
32m ✓0m90m executes a single Java unit test0m31m (62945ms)0m
36m - executes a single JavaScript unit test0m
0m transpile0m
32m ✓0m90m transpiles a simple .EO program to Java0m31m (50955ms)0m
36m - transpiles a simple .EO program to JavaScript0m
32m ✓0m90m attempts to transpile a simple .EO program to wrong platform0m31m (118ms)0m
0m unphi0m
32m ✓0m90m converts PHI files to XMIR files0m31m (4442ms)0m
0m eoc0m
32m ✓0m90m prints its own version0m31m (112ms)0m
32m ✓0m90m prints help screen0m31m (128ms)0m
0m eoc0m
32m ✓0m90m loads latest version0m31m (436ms)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
Sources in sources
Target in target
+ /home/r/repo/mvnw/mvnw --version --quiet -Deo.version=parser -Deo.tag=homeTag --quiet -Deo.sourcesDir=/home/r/repo/sources -Deo.targetDir=/home/r/repo/target -Deo.outputDir=/home/r/repo/target/classes -Deo.generatedDir=/home/r/repo/target/generated-sources -Deo.placed=/home/r/repo/target/eo-placed.csv -Deo.placedFormat=csv --batch-mode --color=never --update-snapshots --fail-fast --strict-checksums
0m0m0m0m3.9.9
0m0m3.9.9
0m0m 32m ✓0m90m sets right flags from options0m31m (288ms)0m
92m 0m32m 35 passing0m90m (17m)0m
36m 0m36m 4 pending0m
Running "eslint:target" (eslint) task
Done.
[__rultor 5ff0a61] set version to 0.27.1
3 files changed, 6 insertions(+), 7 deletions(-)
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
npm WARN publish errors corrected:
npm WARN publish "bin[eoc]" script name was cleaned
npm WARN publish "repository" was changed from a string to an object
npm WARN publish "repository.url" was normalized to "git+https://github.com/objectionary/eoc.git"
npm notice
npm notice 📦 eolang@0.27.1
npm notice === Tarball Contents ===
npm notice 1.3kB .yamllint.yml
npm notice 1.1kB LICENSE.txt
npm notice 3.9kB README.md
npm notice 7B eo-version.txt
npm notice 7B home-tag.txt
npm notice 1.2kB mvnw/.mvn/wrapper/maven-wrapper.properties
npm notice 10.3kB mvnw/mvnw
npm notice 6.8kB mvnw/mvnw.cmd
npm notice 4.1kB mvnw/pom.xml
npm notice 1.2kB package.json
npm notice 246B renovate.json
npm notice 1.6kB src/commands/assemble.js
npm notice 1.4kB src/commands/audit.js
npm notice 2.0kB src/commands/clean.js
npm notice 1.3kB src/commands/docs.js
npm notice 1.6kB src/commands/foreign.js
npm notice 1.7kB src/commands/java/compile.js
npm notice 1.9kB src/commands/java/dataize.js
npm notice 1.7kB src/commands/java/link.js
npm notice 1.4kB src/commands/java/test.js
npm notice 1.7kB src/commands/java/transpile.js
npm notice 2.1kB src/commands/jeo/assemble.js
npm notice 2.0kB src/commands/jeo/disassemble.js
npm notice 1.5kB src/commands/js/compile.js
npm notice 1.6kB src/commands/js/dataize.js
npm notice 1.7kB src/commands/js/link.js
npm notice 1.4kB src/commands/js/test.js
npm notice 1.6kB src/commands/js/transpile.js
npm notice 2.1kB src/commands/lint.js
npm notice 1.6kB src/commands/parse.js
npm notice 2.1kB 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 2.1kB src/commands/unphi.js
npm notice 1.6kB src/demand.js
npm notice 2.3kB src/eo2jsw.js
npm notice 13.8kB src/eoc.js
npm notice 5.7kB 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.27.1
npm notice filename: eolang-0.27.1.tgz
npm notice package size: 18.4 kB
npm notice unpacked size: 101.2 kB
npm notice shasum: 77fe936402f251027d7645b7231351dca550afe4
npm notice integrity: sha512-FBo1oFKyWSR8m[...]6gUB57p1WyIMw==
npm notice total files: 42
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
+ eolang@0.27.1
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.27.1 -m '0.27.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at 5ff0a61 set version to 0.27.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 5ff0a61).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:objectionary/eoc.git
* [new tag] 0.27.1 -> 0.27.1
container 2c38451de5ba33c16e0d8996cf9a54d500d4a445b116be55b43cd4a74e315565 is dead
Sun Dec 15 05:28:37 UTC 2024