Run brew install bdw-gc binutils gettext
2026-08-26T06:11:15.5030060Z brew install bdw-gc binutils gettext2026-08-26T06:11:15.5030680Z pypy -m pip install vmprof2026-08-26T06:11:15.5031460Z echo "DYLD_LIBRARY_PATH=$(brew --prefix gettext)/lib" >> "$GITHUB_ENV"2026-08-26T06:11:15.5110360Z shell: /bin/bash -e {0}
2026-08-26T06:11:15.5110810Z env:
2026-08-26T06:11:15.5111350Z pythonLocation: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64
2026-08-26T06:11:15.5112380Z Python_ROOT_DIR: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64
2026-08-26T06:11:15.5113270Z Python2_ROOT_DIR: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64
2026-08-26T06:11:15.5114150Z Python3_ROOT_DIR: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64
2026-08-26T06:11:15.5115170Z PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/PyPy/2.7.18/x64/bin/lib/pkgconfig
2026-08-26T06:11:19.4512880Z Warning: gettext 1.0 is already installed and up-to-date.
2026-08-26T06:11:19.4522060Z To reinstall 1.0, run:
2026-08-26T06:11:19.4522640Z brew reinstall gettext
2026-08-26T06:11:19.8949930Z ##[warning]The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
2026-08-26T06:11:21.0286460Z ==>Would install 2 formulae:2026-08-26T06:11:21.0287180Z bdw-gc binutils
2026-08-26T06:11:21.0314000Z ==>Downloading https://ghcr.io/v2/homebrew/core/bdw-gc/manifests/8.2.122026-08-26T06:11:21.5042820Z ==>Downloading https://ghcr.io/v2/homebrew/core/binutils/manifests/2.46.1-22026-08-26T06:11:22.2126270Z ==>Fetching downloads for: bdw-gc and binutils2026-08-26T06:11:22.7397020Z âï¸ Bottle bdw-gc (8.2.12)
2026-08-26T06:11:23.1291010Z âï¸ Bottle binutils (2.46.1)
2026-08-26T06:11:23.1291860Z ==>Pouring bdw-gc--8.2.12.sonoma.bottle.tar.gz2026-08-26T06:11:23.3426530Z ðº /usr/local/Cellar/bdw-gc/8.2.12: 82 files, 1.7MB
2026-08-26T06:11:23.3781580Z ==>Pouring binutils--2.46.1.sonoma.bottle.2.tar.gz2026-08-26T06:11:25.2974550Z ==>Caveats2026-08-26T06:11:25.3033900Z binutils is keg-only, which means it was not symlinked into /usr/local,
2026-08-26T06:11:25.3096890Z because Apple's CLT provides the same tools.
2026-08-26T06:11:25.3141730Z 2026-08-26T06:11:25.3176620Z If you need to have binutils first in your PATH, run:
2026-08-26T06:11:25.3321390Z echo 'export PATH="/usr/local/opt/binutils/bin:$PATH"' >> /Users/runner/.bash_profile
2026-08-26T06:11:25.3409960Z 2026-08-26T06:11:25.3478960Z For compilers to find binutils you may need to set:
2026-08-26T06:11:25.3623750Z export LDFLAGS="-L/usr/local/opt/binutils/lib"
2026-08-26T06:11:25.3744920Z export CPPFLAGS="-I/usr/local/opt/binutils/include"
2026-08-26T06:11:25.3802410Z ==>Summary2026-08-26T06:11:25.3967450Z ðº /usr/local/Cellar/binutils/2.46.1: 88 files, 52MB
2026-08-26T06:11:25.4008780Z ==>Caveats2026-08-26T06:11:25.4112460Z ==>binutils2026-08-26T06:11:25.4150000Z binutils is keg-only, which means it was not symlinked into /usr/local,
2026-08-26T06:11:25.4214260Z because Apple's CLT provides the same tools.
2026-08-26T06:11:25.4287750Z 2026-08-26T06:11:25.4361310Z If you need to have binutils first in your PATH, run:
2026-08-26T06:11:25.4469500Z echo 'export PATH="/usr/local/opt/binutils/bin:$PATH"' >> /Users/runner/.bash_profile
2026-08-26T06:11:25.4545480Z 2026-08-26T06:11:25.4584810Z For compilers to find binutils you may need to set:
2026-08-26T06:11:25.4651390Z export LDFLAGS="-L/usr/local/opt/binutils/lib"
2026-08-26T06:11:25.4714990Z export CPPFLAGS="-I/usr/local/opt/binutils/include"
2026-08-26T06:11:26.1602470Z DEPRECATION: pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
2026-08-26T06:11:27.0812270Z Collecting vmprof
2026-08-26T06:11:27.1447280Z Downloading vmprof-0.4.18.1.tar.gz (293 kB)
2026-08-26T06:11:28.1107410Z Collecting requests
2026-08-26T06:11:28.1263770Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB)
2026-08-26T06:11:28.2607320Z Collecting six
2026-08-26T06:11:28.2735880Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2026-08-26T06:11:28.5900600Z Collecting pytz
2026-08-26T06:11:28.6058100Z Downloading pytz-2026.3.post1-py2.py3-none-any.whl (508 kB)
2026-08-26T06:11:28.7711910Z Collecting colorama
2026-08-26T06:11:28.7851120Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2026-08-26T06:11:28.8338390Z Collecting backports.shutil_which
2026-08-26T06:11:28.8466250Z Downloading backports.shutil_which-3.5.2-py2.py3-none-any.whl (2.7 kB)
2026-08-26T06:11:29.1479260Z Collecting urllib3<1.27,>=1.21.1
2026-08-26T06:11:29.1579250Z Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
2026-08-26T06:11:29.3566890Z Collecting certifi>=2017.4.17
2026-08-26T06:11:29.3651300Z Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
2026-08-26T06:11:29.7979750Z Collecting chardet<5,>=3.0.2; python_version < "3"
2026-08-26T06:11:29.8221780Z Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
2026-08-26T06:11:29.8245350Z Collecting idna<3,>=2.5; python_version < "3"
2026-08-26T06:11:29.8280860Z Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
2026-08-26T06:11:29.8282040Z Using legacy 'setup.py install' for vmprof, since package 'wheel' is not installed.
2026-08-26T06:11:30.1008100Z Installing collected packages: urllib3, certifi, chardet, idna, requests, six, pytz, colorama, backports.shutil-which, vmprof
2026-08-26T06:11:31.5583720Z Running setup.py install for vmprof: started
2026-08-26T06:11:32.1057340Z Running setup.py install for vmprof: finished with status 'done'
2026-08-26T06:11:32.1355170Z Successfully installed backports.shutil-which-3.5.2 certifi-2021.10.8 chardet-4.0.0 colorama-0.4.6 idna-2.10 pytz-2026.3.post1 requests-2.27.1 six-1.17.0 urllib3-1.26.20 vmprof-0.4.18.1