rultor.com logo This build log was produced by rultor.com for objectionary/eoc#9
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 30135
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Thu Jun 16 10:30:07 CEST 2022
+ uptime
 10:30:07 up 4 days, 23 min,  0 users,  load average: 0.34, 0.17, 0.18
+ head=git@github.com:objectionary/eoc.git
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.2.2
+ vars=('--env=head=git@github.com:objectionary/eoc.git' '--env=tag=0.2.2' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2.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.2.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_9
+ as_root=false
+ git --version
git version 2.35.1
+ docker --version
Docker version 20.10.12, build e91ed57
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:objectionary/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.2.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.2.2 ']'
+ [[ 0.2.2 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.2.2"'
tag name is valid: "0.2.2"
+ cd repo
++ git tag -l 0.2.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.18
++ echo 0.18 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.18, low enough to run a new Docker container'
load average is 0.18, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:95ddd906a107bbd2cd79487d0f8ee48acaa4ca54a4a4f1deb5702273ac20fa9d
Status: Image is up to date for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eoc_9\s*$'
+ ls -al .
total 1320
drwx--x--x  3 rultor rultor    4096 Jun 16 10:30 .
drwxrwxrwt 10 root   root   1302528 Jun 16 10:30 ..
-rw-rw-r--  1 rultor rultor     444 Jun 16 10:30 end.sh
-rwxrwxr-x  1 rultor rultor     363 Jun 16 10:30 entry.sh
-rw-rw-r--  1 rultor rultor      74 Jun 16 10:30 npmrc
-rw-rw-r--  1 rultor rultor       6 Jun 16 10:30 pid
drwxrwxr-x  7 rultor rultor    4096 Jun 16 10:30 repo
-rwxrwxr-x  1 rultor rultor    6266 Jun 16 10:30 run.sh
-rw-rw-r--  1 rultor rultor     786 Jun 16 10:30 script.sh
-rw-rw-r--  1 rultor rultor    4738 Jun 16 10:30 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-NIC6:/main --env=head=git@github.com:objectionary/eoc.git --env=tag=0.2.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2.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-NIC6/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eoc_9 yegor256/rultor-image /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./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.2.2
+ tag=0.2.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-3s7vxz17
  Running command git clone --filter=blob:none --quiet https://chromium.googlesource.com/external/gyp /tmp/pip-req-build-3s7vxz17
  Resolved https://chromium.googlesource.com/external/gyp to commit 9ecf45e37677743503342ee4c6a76eaee80e4a7f
  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=311946 sha256=9ed3fec6aeeaabcb892808afcb60b1ea42b3cf7a5d269fac0f6df0cc39c1c951
  Stored in directory: /tmp/pip-ephem-wheel-cache-1olsuhpy/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
33mWARNING: There was an error checking the latest version of pip.0m33m
0m+ 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.12.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.12.2>
npm notice Run `npm install -g npm@8.12.2` to update!
npm notice
+ sudo -i npm install --no-color --global grunt-cli
K?25h##############)⠂⠙⠂reify:liftup:-httpofetchfGETh200Thttps://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.12.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.12.2>
npm notice Run `npm install -g npm@8.12.2` 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 .gitignore ...
Reading README.md ...
Reading .gitattributes ...
Reading package.json ...
Reading .rultor.yml ...
Reading Gruntfile.js ...
Reading .npmignore ...
Reading mvnw/mvnw.cmd ...
Reading mvnw/.mvn/wrapper/maven-wrapper.properties ...
Reading mvnw/mvnw ...
Reading mvnw/pom.xml ...
Reading .eslintrc.json ...
Reading LICENSE.txt ...
Reading .github/workflows/grunt.yml ...
Reading package-lock.json ...
Reading src/version.js ...
Reading src/commands/link.js ...
Reading src/commands/clean.js ...
Reading src/commands/compile.js ...
Reading src/commands/audit.js ...
Reading src/commands/transpile.js ...
Reading src/commands/dataize.js ...
Reading src/commands/register.js ...
Reading src/commands/assemble.js ...
Reading src/eoc.js ...
Reading src/mvnw.js ...
Reading .0pdd.yml ...
Reading test/helpers.js ...
Reading test/commands/test_audit.js ...
Reading test/commands/test_run.js ...
Reading test/commands/test_dataize.js ...
Reading test/commands/test_register.js ...
Reading test/commands/test_clean.js ...
Reading test/commands/test_compile.js ...
Reading test/commands/test_link.js ...
Reading test/commands/test_transpile.js ...
Reading test/commands/test_assemble.js ...
Reading test/test_mvnw.js ...
Reading test/test_eoc.js ...
Reading .pdd ...
+ [[ 0.2.2 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i -e 's/"version": "0.0.0"/"version": "0.2.2"/' package.json
+ sed -i -e s/0.0.0/0.2.2/ src/version.js
+ grunt --no-color
Running "mochacli:test" (mochacli) task

0m0m
0m  eoc0m
  32m  ✓0m90m assembles a simple .EO program0m31m (15244ms)0m

0m  eoc0m
  32m  ✓0m90m audits all packages0m31m (510ms)0m

0m  eoc0m
  32m  ✓0m90m deletes all temporary files0m33m (66ms)0m

0m  eoc0m
  32m  ✓0m90m compiles a simple .EO program into Java bytecode .class files0m31m (58005ms)0m

0m  eoc0m
  32m  ✓0m90m runs a single executable .JAR and dataizes an object0m31m (56005ms)0m

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

0m  eoc0m
  32m  ✓0m90m registers a simple .EO program0m31m (2510ms)0m

0m  eoc0m
  32m  ✓0m90m runs a simple .EO program0m31m (54242ms)0m

0m  eoc0m
  32m  ✓0m90m transpiles a simple .EO program0m31m (11787ms)0m

0m  eoc0m
  32m  ✓0m90m prints its own version0m33m (68ms)0m
  32m  ✓0m90m prints help screen0m33m (69ms)0m

0m  mvnw0m
The latest version of org/eolang/eo-maven-plugin at https://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/maven-metadata.xml is 0.23.10
Current version of org/eolang/eo-maven-plugin is 0.23.10
+ /home/r/repo/mvnw/mvnw --version -Deo.version=0.23.10 --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: 11.0.15, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-151-generic", arch: "amd64", family: "unix"
0m0mCurrent version of org/eolang/eo-maven-plugin is 0.23.10
+ /home/r/repo/mvnw/mvnw --version -Deo.version=0.23.10 --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: 11.0.15, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-151-generic", arch: "amd64", family: "unix"
0m0m  32m  ✓0m90m prints Maven own version0m31m (686ms)0m


92m 0m32m 12 passing0m90m (4m)0m


Running "eslint:target" (eslint) task

Done.
+ git commit -am 'set version to 0.2.2'
[__rultor 6dbb1d8] set version to 0.2.2
 2 files changed, 14 insertions(+), 6 deletions(-)
+ chmod 600 ../npmrc
+ npm publish --no-color --userconfig=../npmrc
npm notice
npm notice 📦  eolang@0.2.2
npm notice === Tarball Contents ===
npm notice 1.1kB  LICENSE.txt
npm notice 2.0kB  README.md
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 2.5kB  mvnw/pom.xml
npm notice 977B   package.json
npm notice 1.7kB  src/commands/assemble.js
npm notice 1.4kB  src/commands/audit.js
npm notice 1.4kB  src/commands/clean.js
npm notice 1.6kB  src/commands/compile.js
npm notice 1.5kB  src/commands/dataize.js
npm notice 1.5kB  src/commands/link.js
npm notice 1.6kB  src/commands/register.js
npm notice 1.6kB  src/commands/transpile.js
npm notice 3.8kB  src/eoc.js
npm notice 2.8kB  src/mvnw.js
npm notice 1.2kB  src/version.js
npm notice === Tarball Details ===
npm notice name:          eolang
npm notice version:       0.2.2
npm notice filename:      eolang-0.2.2.tgz
npm notice package size:  64.5 kB
npm notice unpacked size: 104.2 kB
npm notice shasum:        24990b742c1a24a0a25ecd1627306ae5760c6d18
npm notice integrity:     sha512-pbQrWSLPXuAVX[...]GmaBJnVvrAM+Q==
npm notice total files:   19
npm notice
npm notice Publishing to https://registry.npmjs.org/
K?25h+⠂eolang@0.2.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.2.2 -m '0.2.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at 6dbb1d8 set version to 0.2.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 6dbb1d8).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:objectionary/eoc.git
 * [new tag]         0.2.2 -> 0.2.2
container 0fe1729483faf9fefb354f1f9c8f4313e922cb6233de955aeca6ef1d7770217a is dead
Thu Jun 16 10:35:02 CEST 2022