[flang-commits] [flang] [flang][NFC] Move OpenMP related passes into a separate directory (PR #104732)

LLVM Continuous Integration via flang-commits flang-commits at lists.llvm.org
Wed Aug 21 13:05:01 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vls-2stage` running on `linaro-g3-01` while building `flang` at step 17 "setup lit".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/4/builds/1495

Here is the relevant piece of the build log for the reference:
```
Step 17 (setup lit) failure: '/home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/bin/python /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/lnt/setup.py ...' (failure)
...
  warnings.warn(
creating /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages/itsdangerous-0.24-py3.10.egg
Extracting itsdangerous-0.24-py3.10.egg to /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages
Adding itsdangerous 0.24 to easy-install.pth file

Installed /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages/itsdangerous-0.24-py3.10.egg
Searching for click==6.7
Reading https://pypi.org/simple/click/
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning:  is an invalid version and will not be supported in a future release
  warnings.warn(
Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl#sha256=29f99fc6125fbc931b758dc053b3114e55c77a6e4c6c3a2674a2dc986016381d
Best match: click 6.7
Processing click-6.7-py2.py3-none-any.whl
Installing click-6.7-py2.py3-none-any.whl to /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages
Adding click 6.7 to easy-install.pth file

Installed /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages/click-6.7-py3.10.egg
Searching for certifi
Reading https://pypi.org/simple/certifi/
Downloading https://files.pythonhosted.org/packages/1c/d5/c84e1a17bf61d4df64ca866a1c9a913874b4e9bdc131ec689a0ad013fb36/certifi-2024.7.4-py3-none-any.whl#sha256=c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90
Best match: certifi 2024.7.4
Processing certifi-2024.7.4-py3-none-any.whl
Installing certifi-2024.7.4-py3-none-any.whl to /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages
Adding certifi 2024.7.4 to easy-install.pth file

Installed /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages/certifi-2024.7.4-py3.10.egg
Searching for aniso8601==1.2.0
Reading https://pypi.org/simple/aniso8601/
Downloading https://files.pythonhosted.org/packages/5b/fb/251a0dd2f4710e60664ddd8bd3485bd8362530f47af9e88f4061fe589ebf/aniso8601-1.2.0.tar.gz#sha256=502400f82574afa804cc915d83f15c67533d364dcd594f8a6b9d2053f3404dd4
Best match: aniso8601 1.2.0
Processing aniso8601-1.2.0.tar.gz
Writing /tmp/easy_install-s3qtzld5/aniso8601-1.2.0/setup.cfg
Running aniso8601-1.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-s3qtzld5/aniso8601-1.2.0/egg-dist-tmp-kz7lub5k
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
zip_safe flag not set; analyzing archive contents...
Moving aniso8601-1.2.0-py3.10.egg to /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages
Adding aniso8601 1.2.0 to easy-install.pth file

Installed /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/test/sandbox/lib/python3.10/site-packages/aniso8601-1.2.0-py3.10.egg
Searching for Werkzeug==0.15.6
Reading https://pypi.org/simple/Werkzeug/
Download error on https://pypi.org/simple/Werkzeug/: The read operation timed out -- Some packages may not be found!
Couldn't find index page for 'Werkzeug' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
Reading https://pypi.org/simple/werkzeug/
Download error on https://pypi.org/simple/werkzeug/: The read operation timed out -- Some packages may not be found!
No local packages or working download links found for Werkzeug==0.15.6
error: Could not find suitable distribution for Requirement.parse('Werkzeug==0.15.6')

```

https://github.com/llvm/llvm-project/pull/104732


More information about the flang-commits mailing list