+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1820
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Mar 28 01:50:53 UTC 2025
+ uptime
01:50:53 up 1 min, 0 users, load average: 1.88, 0.51, 0.18
+ head=git@github.com:objectionary/eoc.git
+ ff=default
+ image=yegor256/rultor-image:1.24.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.29.0
+ vars=('--env=head=git@github.com:objectionary/eoc.git' '--env=tag=0.29.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.29.0'\''\'\'''\'''\'' '\'';'\'' '\''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.29.0'\''' ';' '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_470
+ as_root=false
+ hostname
ip-172-31-21-117
+ pwd
/tmp/rultor-ckLz
+ 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.29.0'\''' ';' '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
+ set -ex
+ '[' -z 0.29.0 ']'
+ [[ 0.29.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.29.0"'
tag name is valid: "0.29.0"
+ cd repo
++ git tag -l 0.29.0
+ '[' ']'
+ 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.21
++ echo 0.21 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.21, low enough to run a new Docker container'
load average is 0.21, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.24.0
+ docker pull yegor256/rultor-image:1.24.0
1.24.0: Pulling from yegor256/rultor-image
9cb31e2e37ea: Pulling fs layer
6fdf9d57c770: Pulling fs layer
b1b8e573ea09: Pulling fs layer
d98471df16b3: Pulling fs layer
d91bad0881f6: Pulling fs layer
0989603b9c78: Pulling fs layer
be0e4fe934ac: Pulling fs layer
836583b1a84e: Pulling fs layer
0989603b9c78: Waiting
d98471df16b3: Waiting
9a7a8a989f21: Pulling fs layer
206d2c40dab6: Pulling fs layer
7e814560871d: Pulling fs layer
3e6884fb6bef: Pulling fs layer
be0e4fe934ac: Waiting
efc2cb2da490: Pulling fs layer
836583b1a84e: Waiting
a2685e4ec0a3: Pulling fs layer
d8f398d41642: Pulling fs layer
00d87e982675: Pulling fs layer
0a47604816a9: Pulling fs layer
39620eda6329: Pulling fs layer
1e5066b6f93c: Pulling fs layer
bf2832135ec0: Pulling fs layer
17c9f809a0eb: Pulling fs layer
791d75dcb5dd: Pulling fs layer
4d856b07c9bd: Pulling fs layer
08fb6625faae: Pulling fs layer
206d2c40dab6: Waiting
3e6884fb6bef: Waiting
6fbcea1fd5f0: Pulling fs layer
9a7a8a989f21: Waiting
e5e0772939b2: Pulling fs layer
7e814560871d: Waiting
39620eda6329: Waiting
791d75dcb5dd: Waiting
d91bad0881f6: Waiting
08fb6625faae: Waiting
1e5066b6f93c: Waiting
bf2832135ec0: Waiting
17c9f809a0eb: Waiting
6fbcea1fd5f0: Waiting
e5e0772939b2: Waiting
00d87e982675: Waiting
0a47604816a9: Waiting
4d856b07c9bd: Waiting
efc2cb2da490: Waiting
d8f398d41642: Waiting
6fdf9d57c770: Verifying Checksum
6fdf9d57c770: Download complete
9cb31e2e37ea: Verifying Checksum
9cb31e2e37ea: Download complete
b1b8e573ea09: Verifying Checksum
b1b8e573ea09: Download complete
0989603b9c78: Verifying Checksum
0989603b9c78: Download complete
9cb31e2e37ea: Pull complete
6fdf9d57c770: Pull complete
be0e4fe934ac: Verifying Checksum
be0e4fe934ac: Download complete
836583b1a84e: Verifying Checksum
836583b1a84e: Download complete
b1b8e573ea09: Pull complete
9a7a8a989f21: Verifying Checksum
9a7a8a989f21: Download complete
206d2c40dab6: Verifying Checksum
206d2c40dab6: Download complete
d98471df16b3: Verifying Checksum
d98471df16b3: Download complete
3e6884fb6bef: Verifying Checksum
3e6884fb6bef: Download complete
7e814560871d: Verifying Checksum
7e814560871d: Download complete
efc2cb2da490: Verifying Checksum
efc2cb2da490: Download complete
d8f398d41642: Verifying Checksum
d8f398d41642: Download complete
00d87e982675: Verifying Checksum
00d87e982675: Download complete
d98471df16b3: Pull complete
0a47604816a9: Verifying Checksum
0a47604816a9: Download complete
39620eda6329: Verifying Checksum
39620eda6329: Download complete
1e5066b6f93c: Verifying Checksum
bf2832135ec0: Verifying Checksum
bf2832135ec0: Download complete
17c9f809a0eb: Verifying Checksum
17c9f809a0eb: Download complete
791d75dcb5dd: Verifying Checksum
791d75dcb5dd: Download complete
4d856b07c9bd: Verifying Checksum
4d856b07c9bd: Download complete
08fb6625faae: Verifying Checksum
08fb6625faae: Download complete
6fbcea1fd5f0: Verifying Checksum
6fbcea1fd5f0: Download complete
a2685e4ec0a3: Verifying Checksum
a2685e4ec0a3: Download complete
e5e0772939b2: Verifying Checksum
e5e0772939b2: Download complete
d91bad0881f6: Verifying Checksum
d91bad0881f6: Download complete
d91bad0881f6: Pull complete
0989603b9c78: Pull complete
be0e4fe934ac: Pull complete
836583b1a84e: Pull complete
9a7a8a989f21: Pull complete
206d2c40dab6: Pull complete
7e814560871d: Pull complete
3e6884fb6bef: Pull complete
efc2cb2da490: Pull complete
a2685e4ec0a3: Pull complete
d8f398d41642: Pull complete
00d87e982675: Pull complete
0a47604816a9: Pull complete
39620eda6329: Pull complete
1e5066b6f93c: Pull complete
bf2832135ec0: Pull complete
17c9f809a0eb: Pull complete
791d75dcb5dd: Pull complete
4d856b07c9bd: Pull complete
08fb6625faae: Pull complete
6fbcea1fd5f0: Pull complete
e5e0772939b2: Pull complete
Digest: sha256:183145a1ee07aff04b992ff3478c86b34eacc5f241c6d4a711c39e2687e07d0e
Status: Downloaded newer image for yegor256/rultor-image:1.24.0
docker.io/yegor256/rultor-image:1.24.0
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eoc_470\s*$'
+ ls -al .
total 56
drwx------ 3 ubuntu ubuntu 4096 Mar 28 01:51 .
drwxrwxrwt 12 root root 4096 Mar 28 01:50 ..
-rwxrwxr-x 1 ubuntu ubuntu 2089 Mar 28 01:54 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 490 Mar 28 01:51 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 74 Mar 28 01:50 npmrc
-rw-rw-r-- 1 ubuntu ubuntu 5 Mar 28 01:50 pid
drwxrwxr-x 9 ubuntu ubuntu 4096 Mar 28 01:51 repo
-rwxrwxr-x 1 ubuntu ubuntu 9745 Mar 28 01:50 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 867 Mar 28 01:51 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 8649 Mar 28 01:54 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-ckLz:/main --env=head=git@github.com:objectionary/eoc.git --env=tag=0.29.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.29.0'\''\'\'''\'''\'' '\'';'\'' '\''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 --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-ckLz/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eoc_470 yegor256/rultor-image:1.24.0 /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 _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/.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.29.0' ; 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-euxo9ezv
Running command git clone --filter=blob:none --quiet https://chromium.googlesource.com/external/gyp /tmp/pip-req-build-euxo9ezv
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=0d3c342e511358a7d2e8e6aeb43db38988efefa887629d7830e69376f0d45ad1
Stored in directory: /tmp/pip-ephem-wheel-cache-5s39satq/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
1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0Knpm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
1G0K⠦1G0Knpm warn deprecated osenv@0.1.5: This package is no longer supported.
1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0Knpm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. 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.
1G0K⠋1G0K⠙1G0Knpm warn deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
1G0K⠙1G0Knpm warn deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0Knpm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
1G0K⠴1G0Knpm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
1G0K⠴1G0Knpm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
1G0K⠦1G0Knpm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
1G0K⠦1G0Knpm warn deprecated glob@7.1.2: Glob versions prior to v9 are no longer supported
1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0Knpm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K
added 316 packages, and audited 317 packages in 9s
1G0K⠦1G0K
1G0K⠦1G0K60 packages are looking for funding
1G0K⠦1G0K run `npm fund` for details
1G0K⠦1G0K
6 vulnerabilities (3 high, 3 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
1G0K⠦1G0Knpm notice
npm notice New major version of npm available! 10.8.2 -> 11.2.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.2.0
npm notice To update run: npm install -g npm@11.2.0
npm notice
1G0K⠦1G0KUsing /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K
added 56 packages in 2s
1G0K⠼1G0K
1G0K⠼1G0K5 packages are looking for funding
1G0K⠼1G0K run `npm fund` for details
1G0K⠼1G0Knpm notice
npm notice New major version of npm available! 10.8.2 -> 11.2.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.2.0
npm notice To update run: npm install -g npm@11.2.0
npm notice
1G0K⠼1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K
removed 2 packages, and audited 317 packages in 1s
1G0K⠧1G0K
1G0K⠧1G0K60 packages are looking for funding
1G0K⠧1G0K run `npm fund` for details
1G0K⠧1G0K
6 vulnerabilities (3 high, 3 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
1G0K⠧1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K
up to date, audited 317 packages in 1s
1G0K⠇1G0K
1G0K⠇1G0K60 packages are looking for funding
1G0K⠇1G0K run `npm fund` for details
1G0K⠇1G0K
6 vulnerabilities (3 high, 3 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
1G0K⠇1G0KFound 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 (307 bytes)
/home/r/repo/package-lock.json is a binary file (140815 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/reuse.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 LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
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 ...
Puzzle 368-0468e9f4 30/DEV at src/commands/java/compile.js
Reading src/commands/java/dataize.js ...
Reading src/commands/java/link.js ...
Reading src/commands/java/resolve.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/resolve.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/elapsed.js ...
Puzzle 368-518cf6cc 30/DEV at src/elapsed.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_resolve.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_elapsed.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 (8972ms)0m
0m jeo:disassemble0m
32m ✓0m90m converts CLASS files to XMIR files0m31m (3106ms)0m
0m assemble0m
32m ✓0m90m assembles a simple .EO program0m31m (7767ms)0m
0m audit0m
32m ✓0m90m audits all packages0m31m (372ms)0m
0m clean0m
32m ✓0m90m deletes all temporary files with --global0m31m (104ms)0m
32m ✓0m90m deletes target directory without affecting global eo0m31m (102ms)0m
0m compile0m
32m ✓0m90m compiles a simple .EO program into Java bytecode .class files0m31m (40672ms)0m
32m ✓0m90m compiles a simple .EO unit test into Java bytecode .class files0m31m (32087ms)0m
32m ✓0m90m Cleans and compiles a simple .EO program0m31m (33655ms)0m
32m ✓0m90m Skips compilation for JavaScript0m31m (102ms)0m
0m dataize0m
---
[0x01] = true
Finished in 0.18s (1 bytes)
32m ✓0m90m dataizes: lang Java, version 0.55.0, tag 0.55.00m31m (37262ms)0m
---
[0x01] = true
Finished in 1741383995743.70ms (1 bytes)
32m ✓0m90m dataizes: lang Java, version 0.48.1, tag 0.48.10m31m (63792ms)0m
---
[0x01] = true
Finished in 1741384060049.33ms (1 bytes)
32m ✓0m90m dataizes: lang Java, version 0.46.0, tag 0.46.00m31m (64373ms)0m
---
[0x01] = true
Finished in 1741384123965.34ms (1 bytes)
32m ✓0m90m dataizes: lang Java, version 0.45.0, tag 0.45.00m31m (63981ms)0m
---
[0x01] = true
32m ✓0m90m dataizes: lang Java, version 0.44.0, tag 0.44.00m31m (64580ms)0m
---
[0x01] = true
32m ✓0m90m dataizes: lang Java, version 0.41.3, tag 0.41.30m31m (62540ms)0m
---
[0x01] = true
32m ✓0m90m dataizes: lang Java, version 0.40.3, tag 56b2f37d32d71f06e2d298325164485972197a060m31m (61836ms)0m
---
[0x01] = true
Finished in 0.21s (1 bytes)
32m ✓0m90m dataizes with command-line argument0m31m (36563ms)0m
0m docs0m
32m ✓0m90m creates an empty eodocs.html file0m31m (99ms)0m
0m foreign0m
32m ✓0m90m inspects foreign objects and prints a report0m31m (10415ms)0m
0m link0m
32m ✓0m90m compiles a simple .EO program into an executable .JAR0m31m (36633ms)0m
36m - creates and builds NPM project0m
0m lint0m
32m ✓0m90m lints a simple .EO program0m31m (10633ms)0m
0m parse0m
32m ✓0m90m parses a simple .EO program0m31m (5935ms)0m
0m phi0m
36m - converts XMIR files to PHI files0m
32m ✓0m90m converts XMIR files to PHI files, in the ALONE mode0m31m (3273ms)0m
0m print0m
32m ✓0m90m converts XMIR files to EO files0m31m (3376ms)0m
0m register0m
32m ✓0m90m registers a simple .EO program0m31m (2130ms)0m
0m resolve0m
32m ✓0m90m resolves eo-runtime0m31m (22007ms)0m
0m sodg0m
32m ✓0m90m generates SODG files for a simple .EO program0m31m (10484ms)0m
0m test0m
32m ✓0m90m executes a single Java unit test0m31m (38135ms)0m
36m - executes a single JavaScript unit test0m
0m transpile0m
32m ✓0m90m transpiles a simple .EO program to Java0m31m (19917ms)0m
36m - transpiles a simple .EO program to JavaScript0m
32m ✓0m90m attempts to transpile a simple .EO program to wrong platform0m31m (95ms)0m
0m unphi0m
32m ✓0m90m converts PHI files to XMIR files0m31m (3457ms)0m
0m elapsed0m
task in 301ms
32m ✓0m90m measures time correctly0m31m (302ms)0m
short task in 11ms
32m ✓0m90m measures short time correctly0m
long task in 2s
32m ✓0m90m measures long time correctly0m31m (1202ms)0m
32m ✓0m90m handles errors in task correctly0m
0m eoc0m
32m ✓0m90m prints its own version0m31m (94ms)0m
32m ✓0m90m prints help screen0m31m (106ms)0m
0m eoc0m
32m ✓0m90m loads latest version0m31m (333ms)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
0m0m3.9.9
0m0m0m0m3.9.9
0m0m 32m ✓0m90m sets right flags from options0m31m (278ms)0m
92m 0m32m 41 passing0m90m (13m)0m
36m 0m36m 4 pending0m
Running "eslint:target" (eslint) task
Done.
[__rultor a9a37ec] set version to 0.29.0
3 files changed, 1729 insertions(+), 1729 deletions(-)
1G0K⠙1G0K⠹1G0K⠸1G0Knpm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
1G0K⠸1G0Knpm 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"
1G0K⠸1G0Knpm notice
1G0K⠸1G0Knpm notice 📦 eolang@0.29.0
1G0K⠸1G0Knpm notice Tarball Contents
1G0K⠸1G0Knpm notice 299B .yamllint.yml
npm notice 1.1kB LICENSE.txt
npm notice 1.1kB LICENSES/MIT.txt
npm notice 3.9kB README.md
npm notice 744B REUSE.toml
npm notice 7B eo-version.txt
npm notice 0B eodocs.html
npm notice 7B home-tag.txt
npm notice 215B mvnw/.mvn/wrapper/maven-wrapper.properties
npm notice 4.0kB mvnw/dependency-reduced-pom.xml
npm notice 10.4kB mvnw/mvnw
npm notice 6.9kB mvnw/mvnw.cmd
npm notice 4.7kB mvnw/pom.xml
npm notice 1.2kB package.json
npm notice 246B renovate.json
npm notice 1.8kB src/commands/assemble.js
npm notice 1.5kB src/commands/audit.js
npm notice 2.0kB src/commands/clean.js
npm notice 1.5kB src/commands/docs.js
npm notice 1.7kB src/commands/foreign.js
npm notice 1.9kB src/commands/java/compile.js
npm notice 2.0kB src/commands/java/dataize.js
npm notice 1.7kB src/commands/java/link.js
npm notice 2.0kB src/commands/java/resolve.js
npm notice 1.6kB src/commands/java/test.js
npm notice 1.8kB src/commands/java/transpile.js
npm notice 2.2kB 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.7kB src/commands/js/dataize.js
npm notice 1.8kB src/commands/js/link.js
npm notice 1.5kB src/commands/js/resolve.js
npm notice 1.5kB src/commands/js/test.js
npm notice 1.7kB src/commands/js/transpile.js
npm notice 2.4kB src/commands/lint.js
npm notice 1.7kB src/commands/parse.js
npm notice 2.2kB src/commands/phi.js
npm notice 2.1kB src/commands/print.js
npm notice 1.7kB src/commands/register.js
npm notice 2.3kB src/commands/sodg.js
npm notice 2.2kB src/commands/unphi.js
npm notice 1.8kB src/demand.js
npm notice 2.7kB src/elapsed.js
npm notice 2.4kB src/eo2jsw.js
npm notice 13.7kB src/eoc.js
npm notice 5.8kB src/mvnw.js
npm notice 2.1kB src/parser-version.js
npm notice 2.1kB src/tinted-console.js
npm notice 1.4kB src/version.js
1G0K⠸1G0Knpm notice Tarball Details
1G0K⠸1G0Knpm notice name: eolang
1G0K⠸1G0Knpm notice version: 0.29.0
1G0K⠸1G0Knpm notice filename: eolang-0.29.0.tgz
1G0K⠸1G0Knpm notice package size: 20.6 kB
1G0K⠸1G0Knpm notice unpacked size: 114.8 kB
1G0K⠸1G0Knpm notice shasum: 4f4faefe4508c01e5711b26fe410cf4db36e533d
1G0K⠸1G0Knpm notice integrity: sha512-Dqg2vuwEOkASp[...]TfHBRGdx1UCRQ==
1G0K⠸1G0Knpm notice total files: 49
1G0K⠸1G0Knpm notice
1G0K⠸1G0Knpm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K+ eolang@0.29.0
1G0K⠙1G0K+ 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.29.0 -m '0.29.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at a9a37ec set version to 0.29.0
+ 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 a9a37ec).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:objectionary/eoc.git
* [new tag] 0.29.0 -> 0.29.0
container 834eb798e08c948fb4ea9ee3d8425f9497e123dc81970307841c80c991dc16bc is dead
Fri Mar 28 02:08:11 UTC 2025