rultor.com logo This build log was produced by rultor.com for objectionary/eoc#738
++ dirname ./run.sh
+ cd .
+ echo 1403
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat Oct 18 02:52:17 UTC 2025
+ uptime
 02:52:17 up 1 min,  0 users,  load average: 1.42, 0.45, 0.16
+ ff=default
+ image=yegor256/python
+ rebase=false
+ head_branch=master
+ pull_title='fix(deps): update dependency @langchain/core to v1'
+ author=yegor256
+ directory=
+ head=git@github.com:objectionary/eoc.git
+ pull_id=738
+ fork=git@github.com:objectionary/eoc.git
+ fork_branch=renovate/langchain-core-1.x
+ squash=false
+ vars=('--env=head=git@github.com:objectionary/eoc.git' '--env=pull_id=738' '--env=fork=git@github.com:objectionary/eoc.git' '--env=fork_branch=renovate/langchain-core-1.x' '--env=head_branch=master' '--env=pull_title=fix(deps): update dependency @langchain/core to v1' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=738'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/langchain-core-1.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=fix(deps): update dependency @langchain/core to v1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo /usr/bin/install-node.sh'\'' '\'';'\'' '\''pip install git+https://chromium.googlesource.com/external/gyp'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''npm install --no-color mocha'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''npx grunt --no-color'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:objectionary/eoc.git'\''' ';' 'export '\''pull_id=738'\''' ';' 'export '\''fork=git@github.com:objectionary/eoc.git'\''' ';' 'export '\''fork_branch=renovate/langchain-core-1.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=fix(deps): update dependency @langchain/core to v1'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo /usr/bin/install-node.sh' ';' 'pip install git+https://chromium.googlesource.com/external/gyp' ';' 'npm install --no-color' ';' 'npm install --no-color mocha' ';' 'pdd -f /dev/null -v' ';' 'npx grunt --no-color' ';')
+ container=objectionary_eoc_738
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-31-12
+ pwd
/tmp/rultor-OTDk
+ 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 --recurse-submodules 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=738'\''' ';' 'export '\''fork=git@github.com:objectionary/eoc.git'\''' ';' 'export '\''fork_branch=renovate/langchain-core-1.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=fix(deps): update dependency @langchain/core to v1'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo /usr/bin/install-node.sh' ';' 'pip install git+https://chromium.googlesource.com/external/gyp' ';' 'npm install --no-color' ';' 'npm install --no-color mocha' ';' 'pdd -f /dev/null -v' ';' 'npx 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]      homebrew-formulas-update -> fork/homebrew-formulas-update
 * [new branch]      master                   -> fork/master
 * [new branch]      renovate/commander-14.x  -> fork/renovate/commander-14.x
 * [new branch]      renovate/eslint-monorepo -> fork/renovate/eslint-monorepo
 * [new branch]      renovate/langchain-core-1.x -> fork/renovate/langchain-core-1.x
 * [new branch]      renovate/marked-16.x     -> fork/renovate/marked-16.x
 * [new branch]      renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x -> fork/renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 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/langchain-core-1.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/langchain-core-1.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 dependency @langchain/core to v1' --ff __rultor
Updating f9ccb69..66f87fd
Fast-forward (no commit created; -m option ignored)
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ git log -1 --show-signature
commit 66f87fda0038ce498b8e420e61e30c7c3a5d2705
gpg: Signature made Sat Oct 18 02:09:03 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:   Sat Oct 18 02:09:03 2025 +0000

    fix(deps): update dependency @langchain/core to v1
+ docker_when_possible
+ true
++ sed 's/ /\n/g'
++ uptime
++ tail -n 1
+ load=0.17
++ bc
++ echo 0.17 '>' 30
+ '[' 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/python
+ docker pull yegor256/python
Using default tag: latest
latest: Pulling from yegor256/python
632ef5283d0f: Pulling fs layer
2be42d221bda: Pulling fs layer
54d1704eb717: Pulling fs layer
f0f51ee5c79e: Pulling fs layer
ec11ce133a4e: Pulling fs layer
71ab1586461a: Pulling fs layer
8e0e2fc3c108: Pulling fs layer
4f4fb700ef54: Pulling fs layer
72e45e6fed5c: Pulling fs layer
99e89f339e27: Pulling fs layer
ec11ce133a4e: Waiting
f0f51ee5c79e: Waiting
71ab1586461a: Waiting
3f0278ea12d5: Pulling fs layer
11f168291684: Pulling fs layer
0943aaa8f703: Pulling fs layer
3f0278ea12d5: Waiting
72e45e6fed5c: Waiting
fd13cdf0383c: Pulling fs layer
ec8b88fd5618: Pulling fs layer
8e0e2fc3c108: Waiting
bafefea57a9c: Pulling fs layer
07c3311d3310: Pulling fs layer
f355f7ce1288: Pulling fs layer
bafefea57a9c: Waiting
07c3311d3310: Waiting
f355f7ce1288: Waiting
11f168291684: Waiting
0943aaa8f703: Waiting
fd13cdf0383c: Waiting
99e89f339e27: Waiting
ec8b88fd5618: Waiting
2be42d221bda: Verifying Checksum
2be42d221bda: Download complete
54d1704eb717: Verifying Checksum
54d1704eb717: Download complete
632ef5283d0f: Verifying Checksum
632ef5283d0f: Download complete
ec11ce133a4e: Verifying Checksum
ec11ce133a4e: Download complete
8e0e2fc3c108: Verifying Checksum
8e0e2fc3c108: Download complete
4f4fb700ef54: Verifying Checksum
72e45e6fed5c: Verifying Checksum
72e45e6fed5c: Download complete
99e89f339e27: Verifying Checksum
99e89f339e27: Download complete
71ab1586461a: Verifying Checksum
71ab1586461a: Download complete
11f168291684: Verifying Checksum
11f168291684: Download complete
0943aaa8f703: Verifying Checksum
0943aaa8f703: Download complete
fd13cdf0383c: Verifying Checksum
fd13cdf0383c: Download complete
f0f51ee5c79e: Verifying Checksum
f0f51ee5c79e: Download complete
632ef5283d0f: Pull complete
bafefea57a9c: Verifying Checksum
bafefea57a9c: Download complete
2be42d221bda: Pull complete
3f0278ea12d5: Verifying Checksum
3f0278ea12d5: Download complete
54d1704eb717: Pull complete
f355f7ce1288: Verifying Checksum
f355f7ce1288: Download complete
07c3311d3310: Verifying Checksum
07c3311d3310: Download complete
ec8b88fd5618: Verifying Checksum
ec8b88fd5618: Download complete
f0f51ee5c79e: Pull complete
ec11ce133a4e: Pull complete
71ab1586461a: Pull complete
8e0e2fc3c108: Pull complete
4f4fb700ef54: Pull complete
72e45e6fed5c: Pull complete
99e89f339e27: Pull complete
3f0278ea12d5: Pull complete
11f168291684: Pull complete
0943aaa8f703: Pull complete
fd13cdf0383c: Pull complete
ec8b88fd5618: Pull complete
bafefea57a9c: Pull complete
07c3311d3310: Pull complete
f355f7ce1288: Pull complete
Digest: sha256:a9e3af5db5000fbc525963dfd02ca8db230f3023efd0c00e2019eea69702b2b1
Status: Downloaded newer image for yegor256/python:latest
docker.io/yegor256/python:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eoc_738\s*$'
+ ls -al .
total 52
drwx------  3 ubuntu ubuntu 4096 Oct 18 02:52 .
drwxrwxrwt 12 root   root   4096 Oct 18 02:52 ..
-rwxrwxr-x  1 ubuntu ubuntu  666 Oct 18 02:52 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  498 Oct 18 02:52 entry.sh
-rw-rw-r--  1 ubuntu ubuntu   74 Oct 18 02:52 npmrc
-rw-rw-r--  1 ubuntu ubuntu    5 Oct 18 02:52 pid
drwxrwxr-x 12 ubuntu ubuntu 4096 Oct 18 02:52 repo
-rwxrwxr-x  1 ubuntu ubuntu 6872 Oct 18 02:52 run.sh
-rw-rw-r--  1 ubuntu ubuntu  693 Oct 18 02:52 script.sh
-rw-rw-r--  1 ubuntu ubuntu 9066 Oct 18 02:53 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-OTDk:/main --env=head=git@github.com:objectionary/eoc.git --env=pull_id=738 --env=fork=git@github.com:objectionary/eoc.git --env=fork_branch=renovate/langchain-core-1.x --env=head_branch=master '--env=pull_title=fix(deps): update dependency @langchain/core to v1' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=738'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:objectionary/eoc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/langchain-core-1.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=fix(deps): update dependency @langchain/core to v1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo /usr/bin/install-node.sh'\'' '\'';'\'' '\''pip install git+https://chromium.googlesource.com/external/gyp'\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''npm install --no-color mocha'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''npx 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-OTDk/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eoc_738 yegor256/python /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ 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 ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G docker 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/.cache /root/.gemrc /root/.m2 /root/.profile /root/.python_history /root/.wget-hsts /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./npmrc ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/usr/bin/env 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=738' ; export 'fork=git@github.com:objectionary/eoc.git' ; export 'fork_branch=renovate/langchain-core-1.x' ; export 'head_branch=master' ; export 'pull_title=fix(deps): update dependency @langchain/core to v1' ; export 'author=yegor256' ; sudo /usr/bin/install-node.sh ; pip install git+https://chromium.googlesource.com/external/gyp ; npm install --no-color ; npm install --no-color mocha ; pdd -f /dev/null -v ; npx grunt --no-color ;
+ su --login r --command /home/r/script.sh
+ curl -fsSL https://deb.nodesource.com/setup_18.x
+ bash
38;5;79m2025-10-18 02:53:25 - Installing pre-requisites0m
Get:1ohttp://deb.debian.org/debian bullseye InRelease [75.1 kB]
Get:2ahttp://deb.debian.org/debian-securitynbullseye-securitymInReleasem[27.2 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
Get:4ohttps://download.docker.com/linux/debian bullseye InRelease [43.0 kB]
Get:5ohttp://deb.debian.org/debian%bullseye/main amd64 Packages [8,066 kB]
Get:6ohttp://deb.debian.org/debian-security bullseye-security/main amd64 Packages [418 kB]
Get:7 http://deb.debian.org/debiangbullseye-updates/main0amd64 Packages [18.8 kB]
Get:85https://download.docker.com/linux/debian1bullseye/stablemamd64 Packages [63.5 kB]
Fetchedo8,756]kBsinr1s0(6,2983kB/s)ges 21.6 kB/63.5 kB 34%]0m33m
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
43 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ca-certificates is already the newest version (20210119).
gnupg is already the newest version (2.2.27-2+deb11u2).
curl is already the newest version (7.74.0-1.3+deb11u15).
The following NEW packages will be installed:
  apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 43 not upgraded.
Need to get 160 kB of archives.
After this operation, 166 kB of additional disk space will be used.
Get:1ohttp://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.4 [160 kB]
Fetchedo160nkB0ino0s-(8,9504kB/s)B/160 kB 26%]0m33m
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package apt-transport-https.
(Reading database ... 34488 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.2.4_all.deb ...
Unpacking apt-transport-https (2.2.4) ...
Setting up apt-transport-https (2.2.4) ...
Hit:1ohttp://deb.debian.org/debian bullseye InRelease
Hit:2ahttp://deb.debian.org/debian-securitynbullseye-security[InRelease to deb.0m
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Hit:4ohttps://download.docker.com/linux/debiantbullseyebInReleasece.com (172.660m
Get:5ahttps://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
Get:6Whttps://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [11.6 kB]
Fetchedo23.7gkBmino0s (52.0mkB/s)0%]0m33m
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
43 packages can be upgraded. Run 'apt list --upgradable' to see them.
1;34m2025-10-18 02:53:29 - Repository configured successfully.0m
38;5;79m2025-10-18 02:53:29 - To install Node.js, run: apt install nodejs -y0m
38;5;79m2025-10-18 02:53:29 - You can use N|solid Runtime as a node.js alternative0m
1;32m2025-10-18 02:53:29 - To install N|solid Runtime, run: apt install nsolid -y
0m
+ apt-get install --yes nodejs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  nodejs
0 upgraded, 1 newly installed, 0 to remove and 43 not upgraded.
Need to get 29.7 MB of archives.
After this operation, 187 MB of additional disk space will be used.
Get:1ohttps://deb.nodesource.com/node_18.x nodistro/main amd64 nodejs amd64 18.20.8-1nodesource1 [29.7 MB]
Fetchedo29.7gMB.ink0s2(69.8BMB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package nodejs.
(Reading database ... 34492 files and directories currently installed.)
Preparing to unpack .../nodejs_18.20.8-1nodesource1_amd64.deb ...
Unpacking nodejs (18.20.8-1nodesource1) ...
Setting up nodejs (18.20.8-1nodesource1) ...
+ node --version
v18.20.8
+ npm --version
10.8.2
1G0KDefaulting 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-9evh58je
  Running command git clone --filter=blob:none --quiet https://chromium.googlesource.com/external/gyp /tmp/pip-req-build-9evh58je
  Resolved https://chromium.googlesource.com/external/gyp to commit 1615ec326858f8c2bd8f30b3a86ea71830409ce4
  Installing build dependencies ... ?25ldone
?25h  Getting requirements to build wheel ... ?25ldone
?25h  Preparing metadata (pyproject.toml) ... ?25ldone
?25hBuilding wheels for collected packages: gyp
  Building wheel for gyp (pyproject.toml) ... ?25ldone
?25h  Created wheel for gyp: filename=gyp-0.1-py3-none-any.whl size=312128 sha256=e5b34dbb148622f34e4544add3c3262723cf288439b21563ba43c27ddf3e2612
  Stored in directory: /tmp/pip-ephem-wheel-cache-lacibmwa/wheels/22/1e/80/98a6ecb5e09287da934235ca959fb42291cc2d8de44470c469
Successfully built gyp
Installing collected packages: gyp
Successfully installed gyp-0.1

1m[0m34;49mnotice0m1;39;49m]0m39;49m A new release of pip is available: 0m31;49m23.2.10m39;49m -> 0m32;49m25.20m
1m[0m34;49mnotice0m1;39;49m]0m39;49m To update, run: 0m32;49mpip3 install --upgrade pip0m
1G0K⠙1G0K⠹1G0K⠸1G0Knpm warn ERESOLVE overriding peer dependency
1G0K⠼1G0Knpm warn While resolving: eolang@0.0.0
npm warn Found: @langchain/core@0.3.78
npm warn node_modules/@langchain/core
npm warn   @langchain/core@"^1.0.0" from the root project
npm warn   1 more (@langchain/openai)
npm warn
npm warn Could not resolve dependency:
npm warn peer @langchain/core@">=0.3.68 <0.4.0" from @langchain/openai@0.6.16
npm warn node_modules/@langchain/openai
npm warn   @langchain/openai@"^0.6.0" from the root project
1G0K⠼1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'grunt-eslint@26.0.0',
npm warn EBADENGINE   required: { node: '>=20' },
npm warn EBADENGINE   current: { node: 'v18.20.8', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠼1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@langchain/core@1.0.1',
npm warn EBADENGINE   required: { node: '>=20' },
npm warn EBADENGINE   current: { node: 'v18.20.8', npm: '10.8.2' }
npm warn EBADENGINE }
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⠸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⠋1G0K⠙1G0K⠹1G0Knpm warn deprecated glob@7.1.6: Glob versions prior to v9 are no longer supported
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⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K
> eolang@0.0.0 postinstall
> node scripts/postinstall.js

1G0K⠧1G0KDevelopment environment detected, running patch-package...
1mpatch-package22m 8.0.1
Applying patches...
1mgrunt-mocha-cli22m@7.0.0 32m✔39m
1G0K⠙1G0K
added 381 packages, and audited 382 packages in 12s
1G0K⠙1G0K
1G0K⠙1G0K83 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.6.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2
npm notice To update run: npm install -g npm@11.6.2
npm notice
1G0K⠙1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0Knpm error code ERESOLVE
1G0K⠧1G0Knpm error ERESOLVE could not resolve
1G0K⠧1G0Knpm error
1G0K⠧1G0Knpm error While resolving: @langchain/openai@0.6.16
npm error Found: @langchain/core@1.0.1
npm error node_modules/@langchain/core
npm error   @langchain/core@"^1.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @langchain/core@">=0.3.68 <0.4.0" from @langchain/openai@0.6.16
npm error node_modules/@langchain/openai
npm error   @langchain/openai@"^0.6.0" from the root project
npm error
npm error Conflicting peer dependency: @langchain/core@0.3.78
npm error node_modules/@langchain/core
npm error   peer @langchain/core@">=0.3.68 <0.4.0" from @langchain/openai@0.6.16
npm error   node_modules/@langchain/openai
npm error     @langchain/openai@"^0.6.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
1G0K⠧1G0Knpm error
npm error
npm error For a full report see:
npm error /home/r/.npm/_logs/2025-10-18T02_53_50_862Z-eresolve-report.txt
1G0K⠧1G0Knpm error A complete log of this run can be found in: /home/r/.npm/_logs/2025-10-18T02_53_50_862Z-debug-0.log
1G0K⠧1G0Kcontainer 8ab5fd9526198198bf74efca6bf9473e61964c49adb77b577381bf03f47f9597 is dead
Sat Oct 18 02:54:32 UTC 2025