On the quest to collect CI failures in order to tr...
# development
c
On the quest to collect CI failures in order to track down and kill flakes/issues to gain stability (using as many searchable words as I can come up with here ๐Ÿ˜› ) This strange (likely flake) had a fit on main: ๐Ÿงต
Copy code
Successfully installed PyGithub-2.0.0rc1 PyYAML ansicolors anyio-3.7.1 asgiref-3.7.2 attrs-23.1.0 backports.cached-property-1.0.2 beautifulsoup4-4.11.1 certifi-2023.7.22 cffi-1.16.0 charset-normalizer-3.3.1 chevron click-8.1.7 cryptography-41.0.4 debugpy-1.6.0 deprecated-1.2.14 exceptiongroup-1.1.3 fastapi-0.78.0 fasteners-0.16.3 freezegun-1.2.1 graphql-core-3.2.3 h11-0.14.0 httptools-0.6.1 idna-3.4 ijson iniconfig-2.0.0 mypy-typing-asserts-0.1.1 node-semver packaging-21.3 pex pluggy psutil py pycparser pydantic-1.10.13 pydevd-pycharm pygments pyjwt pynacl-1.5.0 pyparsing pytest-7.0.1 python-dateutil-2.8.2 python-dotenv python-gnupg python-lsp-jsonrpc-1.0.0 python-multipart-0.0.5 requests-2.31.0 setproctitle setuptools-58.1.0 six sniffio soupsieve starlette-0.19.1 strawberry-graphql-0.114.0 toml tomli types-PyYAML types-freezegun types-requests types-setuptools types-toml types-urllib3 typing-extensions ujson urllib3 uvicorn-0.17.6 uvloop watchgod-0.8.2 websockets wrapt
There is no pantsd metadata at /home/gha/actions-runner2/_work/pants/pants/.pants.d/pids/94601faafe77/pantsd.
Traceback (most recent call last):
  File "/home/gha/actions-runner2/_work/pants/pants/src/python/pants/bin/pants_loader.py", line 18, in <module>
    from pants.bin.pants_runner import PantsRunner
  File "/home/gha/actions-runner2/_work/pants/pants/src/python/pants/bin/pants_runner.py", line 14, in <module>
    from pants.base.exception_sink import ExceptionSink
  File "/home/gha/actions-runner2/_work/pants/pants/src/python/pants/base/exception_sink.py", line 16, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'
Iโ€™m not investingating this one further at this time..
h
The world has gone mad
โœ… 1
w
FWIW, I've been noticing some sketchy GHA behaviour on perfectly innocent repositories. for example, taking 6 hours of runtime on a set of unit tests that takes 2m total. This was the past few days/over the weekend. Just a bunch of sporadic failures on no code changed.
h
Non-pants repos?
w
yeah