rultor.com logo This build log was produced by rultor.com for objectionary/eoc#514
++ dirname ./run.sh
+ cd .
+ echo 1254
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri May 23 08:34:04 UTC 2025
+ uptime
 08:34:04 up 1 min,  0 users,  load average: 1.78, 0.51, 0.17
+ ff=default
+ image=yegor256/rultor-image:1.24.0
+ rebase=false
+ head_branch=master
+ pull_title='fix(deps): update node.js to v23.11.1'
+ author=yegor256
+ directory=
+ head=git@github.com:objectionary/eoc.git
+ pull_id=514
+ fork=git@github.com:objectionary/eoc.git
+ fork_branch=renovate/node-23.x
+ squash=false
+ vars=('--env=head=git@github.com:objectionary/eoc.git' '--env=pull_id=514' '--env=fork=git@github.com:objectionary/eoc.git' '--env=fork_branch=renovate/node-23.x' '--env=head_branch=master' '--env=pull_title=fix(deps): update node.js to v23.11.1' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=514'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/node-23.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=fix(deps): update node.js to v23.11.1'\''\'\'''\'''\'' '\'';'\'' '\''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'\'' '\'';'\'' '\''grunt --no-color'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:objectionary/eoc.git'\''' ';' 'export '\''pull_id=514'\''' ';' 'export '\''fork=git@github.com:objectionary/eoc.git'\''' ';' 'export '\''fork_branch=renovate/node-23.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=fix(deps): update node.js to v23.11.1'\''' ';' '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' ';' 'grunt --no-color' ';')
+ container=objectionary_eoc_514
+ as_root=false
+ hostname
ip-172-31-17-174
+ pwd
/tmp/rultor-S8Zq
+ 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 gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -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 '\''pull_id=514'\''' ';' 'export '\''fork=git@github.com:objectionary/eoc.git'\''' ';' 'export '\''fork_branch=renovate/node-23.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=fix(deps): update node.js to v23.11.1'\''' ';' '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' ';' 'grunt --no-color' ';'
+ sensitive=()
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:objectionary/eoc.git
+ git remote update
Fetching origin
Fetching fork
From github.com:objectionary/eoc
 * [new branch]      master                  -> fork/master
 * [new branch]      renovate/commander-14.x -> fork/renovate/commander-14.x
 * [new branch]      renovate/fast-xml-parser-5.x -> fork/renovate/fast-xml-parser-5.x
 * [new branch]      renovate/jeo.version    -> fork/renovate/jeo.version
 * [new branch]      renovate/mocha-11.x     -> fork/renovate/mocha-11.x
 * [new branch]      renovate/node-23.x      -> fork/renovate/node-23.x
 * [new branch]      renovate/node-23.x-lockfile -> fork/renovate/node-23.x-lockfile
 * [new branch]      renovate/node-24.x      -> fork/renovate/node-24.x
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/node-23.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/node-23.x' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ KEY=3FD3FA7E9AF0FA4C
+ git merge --gpg-sign=3FD3FA7E9AF0FA4C --no-edit -m 'fix(deps): update node.js to v23.11.1' --ff __rultor
Updating cdfacc5..1bf660f
Fast-forward (no commit created; -m option ignored)
 package-lock.json | 4024 ++++++++++++++++++++++++++---------------------------
 package.json      |    2 +-
 2 files changed, 2013 insertions(+), 2013 deletions(-)
+ git log -1 --show-signature
commit 1bf660fd69d06bd84046661f5a1b3eaed8e9c1dc
gpg: Signature made Fri May 23 07:42:56 2025 UTC
gpg:                using RSA key B5690EEEBB952194
gpg: Can't check signature: No public key
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Fri May 23 07:42:56 2025 +0000

    fix(deps): update node.js to v23.11.1
+ docker_when_possible
+ true
++ uptime
++ tail -n 1
++ sed 's/ /\n/g'
+ 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
9a7a8a989f21: Pulling fs layer
206d2c40dab6: Pulling fs layer
7e814560871d: Pulling fs layer
3e6884fb6bef: Pulling fs layer
efc2cb2da490: Pulling fs layer
a2685e4ec0a3: Pulling fs layer
d8f398d41642: Pulling fs layer
d91bad0881f6: Waiting
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
0989603b9c78: Waiting
08fb6625faae: Pulling fs layer
6fbcea1fd5f0: Pulling fs layer
be0e4fe934ac: Waiting
206d2c40dab6: Waiting
3e6884fb6bef: Waiting
7e814560871d: Waiting
836583b1a84e: Waiting
e5e0772939b2: Pulling fs layer
9a7a8a989f21: Waiting
efc2cb2da490: Waiting
bf2832135ec0: Waiting
d98471df16b3: Waiting
a2685e4ec0a3: Waiting
d8f398d41642: Waiting
39620eda6329: Waiting
00d87e982675: Waiting
08fb6625faae: Waiting
e5e0772939b2: Waiting
6fbcea1fd5f0: Waiting
0a47604816a9: Waiting
791d75dcb5dd: Waiting
17c9f809a0eb: Waiting
6fdf9d57c770: Download complete
b1b8e573ea09: Verifying Checksum
b1b8e573ea09: Download complete
9cb31e2e37ea: Verifying Checksum
9cb31e2e37ea: Download complete
0989603b9c78: Verifying Checksum
0989603b9c78: Download complete
be0e4fe934ac: Verifying Checksum
be0e4fe934ac: Download complete
836583b1a84e: Verifying Checksum
836583b1a84e: Download complete
9cb31e2e37ea: Pull complete
6fdf9d57c770: Pull complete
9a7a8a989f21: Verifying Checksum
9a7a8a989f21: Download complete
206d2c40dab6: Verifying Checksum
206d2c40dab6: Download complete
b1b8e573ea09: Pull 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
0a47604816a9: Verifying Checksum
0a47604816a9: Download complete
39620eda6329: Download complete
d98471df16b3: Pull complete
1e5066b6f93c: Verifying Checksum
1e5066b6f93c: Download complete
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
a2685e4ec0a3: Verifying Checksum
a2685e4ec0a3: Download complete
e5e0772939b2: Verifying Checksum
e5e0772939b2: Download complete
6fbcea1fd5f0: Verifying Checksum
6fbcea1fd5f0: 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_514\s*$'
+ ls -al .
total 52
drwx------  3 ubuntu ubuntu  4096 May 23 08:34 .
drwxrwxrwt 12 root   root    4096 May 23 08:34 ..
-rwxrwxr-x  1 ubuntu ubuntu   658 May 23 08:37 end.sh
-rwxrwxr-x  1 ubuntu ubuntu   490 May 23 08:34 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    74 May 23 08:34 npmrc
-rw-rw-r--  1 ubuntu ubuntu     5 May 23 08:34 pid
drwxrwxr-x 10 ubuntu ubuntu  4096 May 23 08:34 repo
-rwxrwxr-x  1 ubuntu ubuntu  6876 May 23 08:34 run.sh
-rw-rw-r--  1 ubuntu ubuntu   713 May 23 08:34 script.sh
-rw-rw-r--  1 ubuntu ubuntu 10279 May 23 08:37 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-S8Zq:/main --env=head=git@github.com:objectionary/eoc.git --env=pull_id=514 --env=fork=git@github.com:objectionary/eoc.git --env=fork_branch=renovate/node-23.x --env=head_branch=master '--env=pull_title=fix(deps): update node.js to v23.11.1' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=514'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/node-23.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=fix(deps): update node.js to v23.11.1'\''\'\'''\'''\'' '\'';'\'' '\''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'\'' '\'';'\'' '\''grunt --no-color'\'' '\'';'\'' )' --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-S8Zq/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eoc_514 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 'pull_id=514' ; export 'fork=git@github.com:objectionary/eoc.git' ; export 'fork_branch=renovate/node-23.x' ; export 'head_branch=master' ; export 'pull_title=fix(deps): update node.js to v23.11.1' ; 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 ; grunt --no-color ;
+ 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-nak50skg
  Running command git clone --filter=blob:none --quiet https://chromium.googlesource.com/external/gyp /tmp/pip-req-build-nak50skg
  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=0f3612b09778930dbbb392ec3a8eeae1409fc0e71e515e6b0074bfd44993c757
  Stored in directory: /tmp/pip-ephem-wheel-cache-j2lhvi_e/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;49m25.0.10m39;49m -> 0m32;49m25.1.10m
1m[0m34;49mnotice0m1;39;49m]0m39;49m To update, run: 0m32;49mpython3 -m pip install --upgrade pip0m
1G0K⠙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⠧1G0K⠇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⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0Knpm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
1G0K⠏1G0Knpm warn deprecated glob@7.1.6: Glob versions prior to v9 are no longer supported
1G0K⠏1G0Knpm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
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⠏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
> eolang@0.0.0 postinstall
> patch-package

1G0K⠸1G0K1mpatch-package22m 8.0.0
Applying patches...
1mgrunt-mocha-cli22m@4.0.0 32m✔39m

33mWarning:39m patch-package detected a patch file version mismatch

  Don't worry! This is probably fine. The patch was still applied
  successfully. Here's the deets:

  Patch file created for

    grunt-mocha-cli@1m4.0.022m

  applied to

    grunt-mocha-cli@1m7.0.022m

  At path

    node_modules/grunt-mocha-cli

  This warning is just to give you a heads-up. There is a small chance of
  breakage even though the patch was applied successfully. Make sure the package
  still behaves like you expect (you wrote tests, right?) and then run

    1mpatch-package grunt-mocha-cli22m

  to update the version in the patch file name and make this warning go away.

---
patch-package finished with 33m1 warning(s)39m.
1G0K⠙1G0K
added 375 packages, and audited 376 packages in 10s
1G0K⠙1G0K
1G0K⠙1G0K73 packages are looking for funding
1G0K⠙1G0K  run `npm fund` for details
1G0K⠙1G0K
4 vulnerabilities (1 moderate, 3 high)

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.4.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.1
npm notice To update run: npm install -g npm@11.4.1
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
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.4.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.1
npm notice To update run: npm install -g npm@11.4.1
npm notice
1G0K⠸1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K
removed 2 packages, and audited 376 packages in 1s
1G0K⠇1G0K
1G0K⠇1G0K73 packages are looking for funding
1G0K⠇1G0K  run `npm fund` for details
1G0K⠇1G0K
4 vulnerabilities (1 moderate, 3 high)

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
up to date, audited 376 packages in 1s
1G0K⠧1G0K
1G0K⠧1G0K73 packages are looking for funding
1G0K⠧1G0K  run `npm fund` for details
1G0K⠧1G0K
4 vulnerabilities (1 moderate, 3 high)

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/package-lock.json is a binary file (166163 bytes)
/home/r/repo/package.json is a binary file (1402 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/eslint.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/titles.yml ...
Reading .github/workflows/typos.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 CITATION.cff ...
Reading Gruntfile.js ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
Reading eo-version.txt ...
Reading eslint.config.js ...
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 patches/grunt-mocha-cli+4.0.0.patch ...
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/generate_comments.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/latex.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_fmt.js ...
Reading test/commands/test_foreign.js ...
Reading test/commands/test_generate_comments.js ...
Reading test/commands/test_latex.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 (8806ms)0m

0m  jeo:disassemble0m
  32m  ✓0m90m converts CLASS files to XMIR files0m31m (3277ms)0m

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

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

0m  clean0m
  32m  ✓0m90m deletes all temporary files with --global0m31m (298ms)0m
  32m  ✓0m90m deletes target directory without affecting global eo0m31m (294ms)0m

0m  compile0m
  32m  ✓0m90m compiles a simple .EO program into Java bytecode .class files0m31m (45533ms)0m
  32m  ✓0m90m compiles a simple .EO unit test into Java bytecode .class files0m31m (36023ms)0m
  32m  ✓0m90m Cleans and compiles a simple .EO program0m31m (38260ms)0m
  32m  ✓0m90m Skips compilation for JavaScript0m31m (288ms)0m

0m  dataize0m

---
[0x01] = true
Finished in 0.18s (1 bytes)
  32m  ✓0m90m dataizes: lang Java, version 0.56.2, tag 0.56.20m31m (41872ms)0m

---
[0x01] = true
Finished in 1746241744548.28ms (1 bytes)
  32m  ✓0m90m dataizes: lang Java, version 0.48.1, tag 0.48.10m31m (63466ms)0m

---
[0x01] = true
Finished in 1746241806742.01ms (1 bytes)
  32m  ✓0m90m dataizes: lang Java, version 0.46.0, tag 0.46.00m31m (62247ms)0m

---
[0x01] = true
Finished in 1746241871123.57ms (1 bytes)
  32m  ✓0m90m dataizes: lang Java, version 0.45.0, tag 0.45.00m31m (64445ms)0m

---
[0x01] = true
  32m  ✓0m90m dataizes: lang Java, version 0.44.0, tag 0.44.00m31m (57585ms)0m

---
[0x01] = true
  32m  ✓0m90m dataizes: lang Java, version 0.41.3, tag 0.41.30m31m (60386ms)0m

---
[0x01] = true
  32m  ✓0m90m dataizes: lang Java, version 0.40.3, tag 56b2f37d32d71f06e2d298325164485972197a060m31m (60421ms)0m

---
[0x01] = true
Finished in 0.21s (1 bytes)
  32m  ✓0m90m dataizes with command-line argument0m31m (40702ms)0m

0m  docs0m
  32m  ✓0m90m generates empty HTML files for packages0m31m (293ms)0m

0m  fmt0m
  32m  ✓0m90m formats EO files according to expected patterns0m31m (38223ms)0m

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

0m  generate_comments0m
/home/r/repo/src/commands/generate_comments.js:35
      throw new Error(
            ^

Error: `nonexisting` provider is not supported. Currently supported providers are: `openai`, `placeholder`
    at makeModel (/home/r/repo/src/commands/generate_comments.js:35:13)
    at constructChain (/home/r/repo/src/commands/generate_comments.js:48:17)
    at module.exports [as generate_comments] (/home/r/repo/src/commands/generate_comments.js:119:17)
    at Command.<anonymous> (/home/r/repo/src/eoc.js:385:12)
    at Command.listener [as _actionHandler] (/home/r/repo/node_modules/commander/lib/command.js:542:17)
    at /home/r/repo/node_modules/commander/lib/command.js:1502:14
    at Command._chainOrCall (/home/r/repo/node_modules/commander/lib/command.js:1386:12)
    at Command._parseCommand (/home/r/repo/node_modules/commander/lib/command.js:1501:27)
    at /home/r/repo/node_modules/commander/lib/command.js:1265:27
    at Command._chainOrCall (/home/r/repo/node_modules/commander/lib/command.js:1386:12)

Node.js v18.20.6

  32m  ✓0m90m throws error on unknown provider0m31m (286ms)0m
  32m  ✓0m90m fills output depending on the number of placeholders in the input code0m31m (895ms)0m
  32m  ✓0m90m fills output as expected when encountering valid EO code0m31m (889ms)0m

0m  latex0m
  32m  ✓0m90m generates LaTeX files from a simple .EO program0m31m (8427ms)0m

0m  link0m
  32m  ✓0m90m compiles a simple .EO program into an executable .JAR0m31m (40787ms)0m
  36m  - creates and builds NPM project0m

0m  lint0m
  32m  ✓0m90m lints a simple .EO program0m31m (12344ms)0m

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

0m  phi0m
  36m  - converts XMIR files to PHI files0m
  32m  ✓0m90m converts XMIR files to PHI files, in the ALONE mode0m31m (3621ms)0m

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

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

0m  resolve0m
  32m  ✓0m90m resolves eo-runtime0m31m (25820ms)0m

0m  sodg0m
  36m  - generates SODG files for a simple .EO program0m

0m  test0m
  32m  ✓0m90m executes a single Java unit test0m31m (42296ms)0m
  36m  - executes a single JavaScript unit test0m

0m  transpile0m
  32m  ✓0m90m transpiles a simple .EO program to Java0m31m (21678ms)0m
  36m  - transpiles a simple .EO program to JavaScript0m
  32m  ✓0m90m attempts to transpile a simple .EO program to wrong platform0m31m (284ms)0m

0m  unphi0m
  32m  ✓0m90m converts PHI files to XMIR files0m31m (3923ms)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 (284ms)0m
  32m  ✓0m90m prints help screen0m31m (288ms)0m

0m  eoc0m
  32m  ✓0m90m loads latest version0m31m (557ms)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 (265ms)0m


92m 0m32m 45 passing0m90m (14m)0m
36m 0m36m 5 pending0m


Done.
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:objectionary/eoc.git
   cdfacc5..1bf660f  master -> master
container b10b91f6fa47414d75e186e66eeaf3af975917b2a8c5b063d5992f58d946bc65 is dead
Fri May 23 08:52:26 UTC 2025