-
Notifications
You must be signed in to change notification settings - Fork 11.1k
mac opt tests failing due to python install problem #16270
Copy link
Copy link
Closed
Labels
disposition/BUILDNURSEFor all buildnurse related build/test failures and flakesFor all buildnurse related build/test failures and flakeslang/Pythonpriority/P1
Description
Looks like this is the error:
Download error on https://pypi.python.org/simple/futures/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:600) -- Some packages may not be found!
Couldn't find index page for 'futures' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:600) -- Some packages may not be found!
No local packages or working download links found for futures>=2.2.0
Traceback (most recent call last):
File "/Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/src/python/grpcio_health_checking/setup.py", line 95, in <module>
cmdclass=COMMAND_CLASS)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File "/Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/py34_gevent/lib/python3.4/site-packages/setuptools/dist.py", line 315, in __init__
self.fetch_build_eggs(attrs['setup_requires'])
File "/Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/py34_gevent/lib/python3.4/site-packages/setuptools/dist.py", line 361, in fetch_build_eggs
replace_conflicting=True,
File "/Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/py34_gevent/lib/python3.4/site-packages/pkg_resources/__init__.py", line 850, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/py34_gevent/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1122, in best_match
return self.obtain(req, installer)
File "/Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/py34_gevent/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1134, in obtain
return installer(requirement)
File "/Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/py34_gevent/lib/python3.4/site-packages/setuptools/dist.py", line 429, in fetch_build_egg
return cmd.easy_install(req)
File "/Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/py34_gevent/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 659, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('futures>=2.2.0')
2018-08-06 15:29:02,761 FAILED: /Volumes/BuildData/tmpfs/src/github/grpc/workspace_python_macos_opt_gevent/tools/run_tests/helper_scripts/build_python.sh [ret=1, pid=59431, time=325.2sec]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
disposition/BUILDNURSEFor all buildnurse related build/test failures and flakesFor all buildnurse related build/test failures and flakeslang/Pythonpriority/P1