Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 install pyhelm issue #95

Open
vshalchian opened this issue Apr 18, 2021 · 0 comments
Open

pip3 install pyhelm issue #95

vshalchian opened this issue Apr 18, 2021 · 0 comments

Comments

@vshalchian
Copy link

vshalchian commented Apr 18, 2021

# cat /etc/centos-release
CentOS Linux release 7.9.2009 (Core)
# python3 -V
Python 3.6.8

Full log:

# pip3 install pyhelm
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting pyhelm
  Using cached https://files.pythonhosted.org/packages/fc/43/7d3b9e536ca3175f3dc2cc4f1760d4dea5711508fe0129cf11c500189260/pyhelm-2.14.5.tar.gz
Requirement already satisfied: gitpython in /usr/local/lib64/python3.6/site-packages (from pyhelm)
Collecting grpcio (from pyhelm)
  Using cached https://files.pythonhosted.org/packages/0c/c5/f38a7ec5966b2d3b38488494213deaeec421aeef0ba6559e15f58286416c/grpcio-1.37.0.tar.gz
Collecting grpcio-tools (from pyhelm)
  Using cached https://files.pythonhosted.org/packages/fa/1f/11c0b2b27e426314bcb1f90ad854b3be76eedc2a8d34026972cfcabe30e3/grpcio-tools-1.37.0.tar.gz
Collecting protobuf (from pyhelm)
  Using cached https://files.pythonhosted.org/packages/8c/78/3bccd7f228179b382441644f1692cdce6e0f46b0422e61a39915c98b3287/protobuf-3.15.8-cp36-cp36m-manylinux1_x86_64.whl
Collecting supermutes (from pyhelm)
  Using cached https://files.pythonhosted.org/packages/3f/dd/e392bad8476734ec489278c24047c19feaf3ba8e04a7219b5520e6112b1b/supermutes-0.2.5.tar.gz
Requirement already satisfied: requests in /usr/lib/python3.6/site-packages (from pyhelm)
Requirement already satisfied: PyYAML in /usr/lib64/python3.6/site-packages (from pyhelm)
Collecting boto3 (from pyhelm)
  Using cached https://files.pythonhosted.org/packages/62/b3/8c889dd3d5ae47a9c4468cc20ef980adc4a16f06f0937ab33f78b58b5eda/boto3-1.17.53-py2.py3-none-any.whl
Collecting botocore (from pyhelm)
  Using cached https://files.pythonhosted.org/packages/92/4e/232e261b739534e216f28d935a06c44840221c3476ebcdb411cd0fc2bf16/botocore-1.20.53-py2.py3-none-any.whl
Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.6/site-packages (from gitpython->pyhelm)
Requirement already satisfied: six>=1.5.2 in /usr/lib/python3.6/site-packages (from grpcio->pyhelm)
Requirement already satisfied: setuptools in /usr/lib/python3.6/site-packages (from grpcio-tools->pyhelm)
Requirement already satisfied: urllib3>=1.21.1 in /usr/lib/python3.6/site-packages (from requests->pyhelm)
Collecting s3transfer<0.4.0,>=0.3.0 (from boto3->pyhelm)
  Using cached https://files.pythonhosted.org/packages/00/89/0cb4e92c239e6425b9b0035227b8cdf9d3d098a5c9e95632c3815df63a09/s3transfer-0.3.7-py2.py3-none-any.whl
Collecting jmespath<1.0.0,>=0.7.1 (from boto3->pyhelm)
  Using cached https://files.pythonhosted.org/packages/07/cb/5f001272b6faeb23c1c9e0acc04d48eaaf5c862c17709d20e3469c6e0139/jmespath-0.10.0-py2.py3-none-any.whl
Collecting python-dateutil<3.0.0,>=2.1 (from botocore->pyhelm)
  Using cached https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl
Requirement already satisfied: smmap<5,>=3.0.1 in /usr/local/lib/python3.6/site-packages (from gitdb<5,>=4.0.1->gitpython->pyhelm)
Installing collected packages: grpcio, protobuf, grpcio-tools, supermutes, jmespath, python-dateutil, botocore, s3transfer, boto3, pyhelm
  Running setup.py install for grpcio ... error
    Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t3ikcv1w/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-7m4ntadb-record/install-record.txt --single-version-externally-managed --compile:
    Found cython-generated files...
    running install
    running build
    running build_py
    running build_project_metadata
    creating python_build
    creating python_build/lib.linux-x86_64-3.6
    creating python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_compression.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_channel.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_common.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_simple_stubs.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_server.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_runtime_protos.py -> python_build/lib.linux-x86_64-3.6/grpc
    copying src/python/grpcio/grpc/_auth.py -> python_build/lib.linux-x86_64-3.6/grpc
    creating python_build/lib.linux-x86_64-3.6/grpc/beta
    copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.linux-x86_64-3.6/grpc/beta
    copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.linux-x86_64-3.6/grpc/beta
    copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.linux-x86_64-3.6/grpc/beta
    copying src/python/grpcio/grpc/beta/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/beta
    copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.linux-x86_64-3.6/grpc/beta
    copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.linux-x86_64-3.6/grpc/beta
    copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.linux-x86_64-3.6/grpc/beta
    creating python_build/lib.linux-x86_64-3.6/grpc/experimental
    copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.linux-x86_64-3.6/grpc/experimental
    copying src/python/grpcio/grpc/experimental/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/experimental
    copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.linux-x86_64-3.6/grpc/experimental
    creating python_build/lib.linux-x86_64-3.6/grpc/framework
    copying src/python/grpcio/grpc/framework/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/framework
    creating python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_base_server.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_metadata.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_typing.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_call.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_channel.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_base_channel.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_interceptor.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_server.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_base_call.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    copying src/python/grpcio/grpc/aio/_utils.py -> python_build/lib.linux-x86_64-3.6/grpc/aio
    creating python_build/lib.linux-x86_64-3.6/grpc/_cython
    copying src/python/grpcio/grpc/_cython/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/_cython
    creating python_build/lib.linux-x86_64-3.6/grpc/experimental/aio
    copying src/python/grpcio/grpc/experimental/aio/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/experimental/aio
    creating python_build/lib.linux-x86_64-3.6/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/foundation
    creating python_build/lib.linux-x86_64-3.6/grpc/framework/common
    copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/common
    copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/common
    copying src/python/grpcio/grpc/framework/common/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/common
    creating python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces
    copying src/python/grpcio/grpc/framework/interfaces/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces
    creating python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces/face
    copying src/python/grpcio/grpc/framework/interfaces/face/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces/face
    copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces/face
    copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces/face
    creating python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces/base
    copying src/python/grpcio/grpc/framework/interfaces/base/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces/base
    copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces/base
    copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.linux-x86_64-3.6/grpc/framework/interfaces/base
    creating python_build/lib.linux-x86_64-3.6/grpc/_cython/_cygrpc
    copying src/python/grpcio/grpc/_cython/_cygrpc/__init__.py -> python_build/lib.linux-x86_64-3.6/grpc/_cython/_cygrpc
    creating python_build/lib.linux-x86_64-3.6/grpc/_cython/_credentials
    copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.linux-x86_64-3.6/grpc/_cython/_credentials
    running build_ext
    Found cython-generated files...
    building 'grpc._cython.cygrpc' extension
    creating python_build/temp.linux-x86_64-3.6
    creating python_build/temp.linux-x86_64-3.6/src
    creating python_build/temp.linux-x86_64-3.6/src/python
    creating python_build/temp.linux-x86_64-3.6/src/python/grpcio
    creating python_build/temp.linux-x86_64-3.6/src/python/grpcio/grpc
    creating python_build/temp.linux-x86_64-3.6/src/python/grpcio/grpc/_cython
    creating python_build/temp.linux-x86_64-3.6/src/core
    creating python_build/temp.linux-x86_64-3.6/src/core/ext
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/census
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/health
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/lb_policy
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/lb_policy/grpclb
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/lb_policy/pick_first
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/lb_policy/priority
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/lb_policy/ring_hash
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/lb_policy/round_robin
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/lb_policy/weighted_target
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/lb_policy/xds
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/resolver
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/resolver/dns
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/resolver/dns/c_ares
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/resolver/dns/native
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/resolver/fake
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/resolver/google_c2p
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/resolver/sockaddr
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/resolver/xds
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_idle
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/deadline
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/fault_injection
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/http
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/http/client
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/http/message_compress
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/http/server
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/max_age
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/message_size
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/filters/workarounds
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2/alpn
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2/client
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2/client/insecure
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2/client/secure
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2/server
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2/server/insecure
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2/server/secure
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/chttp2/transport
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/transport/inproc
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/admin
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/admin/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/annotations
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/accesslog
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/accesslog/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/bootstrap
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/bootstrap/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/cluster
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/cluster/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/core
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/core/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/endpoint
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/endpoint/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/listener
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/listener/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/metrics
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/metrics/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/overload
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/overload/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/rbac
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/rbac/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/route
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/route/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/trace
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/config/trace/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/clusters
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/clusters/aggregate
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/clusters/aggregate/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/common
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/common/fault
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/common/fault/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/http
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/http/fault
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/http/fault/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/http/router
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/http/router/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/network
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/transport_sockets
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/cluster
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/cluster/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/discovery
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/discovery/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/endpoint
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/endpoint/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/listener
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/listener/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/load_stats
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/load_stats/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/route
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/route/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/status
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/service/status/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/type
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/type/matcher
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/type/matcher/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/type/metadata
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/type/metadata/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/type/tracing
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/type/tracing/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/envoy/type/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/google
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/google/api
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/google/api/expr
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/google/api/expr/v1alpha1
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/google/protobuf
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/google/rpc
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/src
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/src/proto
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/src/proto/grpc
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/src/proto/grpc/gcp
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/src/proto/grpc/health
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/src/proto/grpc/health/v1
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/src/proto/grpc/lb
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/src/proto/grpc/lb/v1
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/udpa
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/udpa/annotations
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/udpa/data
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/udpa/data/orca
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/udpa/data/orca/v1
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/udpa/type
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/udpa/type/v1
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/validate
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/xds
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/xds/core
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upb-generated/xds/core/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/admin
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/admin/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/annotations
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/accesslog
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/accesslog/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/bootstrap
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/bootstrap/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/cluster
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/cluster/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/core
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/core/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/endpoint
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/listener
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/listener/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/metrics
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/metrics/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/overload
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/overload/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/route
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/route/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/trace
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/config/trace/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/clusters
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/clusters/aggregate
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/clusters/aggregate/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/common
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/common/fault
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/common/fault/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/http
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/fault
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/fault/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/router
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/router/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/network
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/cluster
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/cluster/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/discovery
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/discovery/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/endpoint
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/endpoint/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/listener
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/listener/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/load_stats
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/load_stats/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/route
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/route/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/status
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/service/status/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/type
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/type/matcher
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/type/matcher/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/type/metadata
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/type/metadata/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/type/tracing
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/type/tracing/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/envoy/type/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/google
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/google/api
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/google/protobuf
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/google/rpc
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/udpa
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/udpa/annotations
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/udpa/type
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/udpa/type/v1
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/validate
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/xds
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/xds/core
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/upbdefs-generated/xds/core/v3
    creating python_build/temp.linux-x86_64-3.6/src/core/ext/xds
    creating python_build/temp.linux-x86_64-3.6/src/core/lib
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/avl
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/backoff
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/channel
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/compression
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/debug
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/gpr
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/gprpp
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/http
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/iomgr
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/iomgr/executor
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/iomgr/poller
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/json
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/matchers
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/profiling
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/context
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/alts
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/composite
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/external
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/fake
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/google_default
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/iam
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/insecure
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/jwt
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/local
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/oauth2
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/plugin
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/ssl
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/tls
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/credentials/xds
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/security_connector
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/security_connector/alts
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/security_connector/fake
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/security_connector/insecure
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/security_connector/local
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/security_connector/ssl
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/security_connector/tls
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/transport
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/security/util
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/slice
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/surface
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/transport
    creating python_build/temp.linux-x86_64-3.6/src/core/lib/uri
    creating python_build/temp.linux-x86_64-3.6/src/core/plugin_registry
    creating python_build/temp.linux-x86_64-3.6/src/core/tsi
    creating python_build/temp.linux-x86_64-3.6/src/core/tsi/alts
    creating python_build/temp.linux-x86_64-3.6/src/core/tsi/alts/crypt
    creating python_build/temp.linux-x86_64-3.6/src/core/tsi/alts/frame_protector
    creating python_build/temp.linux-x86_64-3.6/src/core/tsi/alts/handshaker
    creating python_build/temp.linux-x86_64-3.6/src/core/tsi/alts/zero_copy_frame_protector
    creating python_build/temp.linux-x86_64-3.6/src/core/tsi/ssl
    creating python_build/temp.linux-x86_64-3.6/src/core/tsi/ssl/session_cache
    creating python_build/temp.linux-x86_64-3.6/third_party
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/base
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/base/internal
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/container
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/container/internal
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/debugging
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/debugging/internal
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/hash
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/hash/internal
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/numeric
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/status
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/strings
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/strings/internal
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/strings/internal/str_format
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/synchronization
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/synchronization/internal
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/time
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/time/internal
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/time/internal/cctz
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/time/internal/cctz/src
    creating python_build/temp.linux-x86_64-3.6/third_party/abseil-cpp/absl/types
    creating python_build/temp.linux-x86_64-3.6/third_party/address_sorting
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/asn1
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/base64
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/bio
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/blake2
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/bn_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/buf
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/bytestring
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/chacha
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/cipher_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/cmac
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/conf
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/curve25519
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/dh_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/digest_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/dsa
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/ec_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/ecdh_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/ecdsa_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/engine
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/err
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/evp
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/fipsmodule
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/hkdf
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/hpke
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/hrss
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/lhash
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/obj
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/pem
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/pkcs7
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/pkcs8
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/poly1305
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/pool
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/rand_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/rc4
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/rsa_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/siphash
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/stack
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/trust_token
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/x509
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/x509v3
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/ssl
    creating python_build/temp.linux-x86_64-3.6/third_party/cares
    creating python_build/temp.linux-x86_64-3.6/third_party/cares/cares
    creating python_build/temp.linux-x86_64-3.6/third_party/re2
    creating python_build/temp.linux-x86_64-3.6/third_party/re2/re2
    creating python_build/temp.linux-x86_64-3.6/third_party/re2/util
    creating python_build/temp.linux-x86_64-3.6/third_party/upb
    creating python_build/temp.linux-x86_64-3.6/third_party/upb/upb
    creating python_build/temp.linux-x86_64-3.6/third_party/zlib
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/linux-x86_64
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/linux-x86_64/crypto
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/linux-x86_64/crypto/chacha
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/linux-x86_64/crypto/cipher_extra
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/linux-x86_64/crypto/fipsmodule
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/linux-x86_64/crypto/test
    creating python_build/temp.linux-x86_64-3.6/third_party/boringssl-with-bazel/src/crypto/hrss/asm
    gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 -DPyMODINIT_FUNC=extern "C" __attribute__((visibility ("default"))) PyObject* -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -I/usr/include/python3.6m -c src/python/grpcio/grpc/_cython/cygrpc.cpp -o python_build/temp.linux-x86_64-3.6/src/python/grpcio/grpc/_cython/cygrpc.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
    cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++ [enabled by default]
    src/python/grpcio/grpc/_cython/cygrpc.cpp: In function ‘PyObject* __pyx_pw_4grpc_7_cython_6cygrpc_7Channel_9segregated_call(PyObject*, PyObject*, PyObject*)’:
    src/python/grpcio/grpc/_cython/cygrpc.cpp:19131:76: warning: ‘__pyx_v_c_completion_queue’ may be used uninitialized in this function [-Wmaybe-uninitialized]
       __pyx_v_segregated_call->_c_completion_queue = __pyx_v_c_completion_queue;
                                                                                ^
    src/python/grpcio/grpc/_cython/cygrpc.cpp:18771:26: note: ‘__pyx_v_c_completion_queue’ was declared here
       grpc_completion_queue *__pyx_v_c_completion_queue;
                              ^
    src/python/grpcio/grpc/_cython/cygrpc.cpp: At global scope:
    src/python/grpcio/grpc/_cython/cygrpc.cpp:150516:1: warning: ‘void __Pyx_PyAsyncGen_Fini()’ defined but not used [-Wunused-function]
     __Pyx_PyAsyncGen_Fini(void)
     ^
    gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 -DPyMODINIT_FUNC=extern "C" __attribute__((visibility ("default"))) PyObject* -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -I/usr/include/python3.6m -c src/core/ext/filters/census/grpc_context.cc -o python_build/temp.linux-x86_64-3.6/src/core/ext/filters/census/grpc_context.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
    cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++ [enabled by default]
    gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 -DPyMODINIT_FUNC=extern "C" __attribute__((visibility ("default"))) PyObject* -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -I/usr/include/python3.6m -c src/core/ext/filters/client_channel/backend_metric.cc -o python_build/temp.linux-x86_64-3.6/src/core/ext/filters/client_channel/backend_metric.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
    cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++ [enabled by default]
    In file included from ./src/core/ext/filters/client_channel/lb_policy.h:30:0,
                     from ./src/core/ext/filters/client_channel/backend_metric.h:24,
                     from src/core/ext/filters/client_channel/backend_metric.cc:19:
    ./src/core/ext/filters/client_channel/server_address.h: In member function ‘virtual std::string grpc_core::ServerAddressWeightAttribute::ToString() const’:
    ./src/core/ext/filters/client_channel/server_address.h:135:41: error: no matching function for call to ‘StrFormat(const char [3], const uint32_t&)’
         return absl::StrFormat("%d", weight_);
                                             ^
    ./src/core/ext/filters/client_channel/server_address.h:135:41: note: candidate is:
    In file included from ./src/core/ext/filters/client_channel/server_address.h:28:0,
                     from ./src/core/ext/filters/client_channel/lb_policy.h:30,
                     from ./src/core/ext/filters/client_channel/backend_metric.h:24,
                     from src/core/ext/filters/client_channel/backend_metric.cc:19:
    third_party/abseil-cpp/absl/strings/str_format.h:338:34: note: template<class ... Args> std::string absl::lts_2020_09_23::StrFormat(absl::lts_2020_09_23::FormatSpec<Args ...>&, const Args& ...)
     ABSL_MUST_USE_RESULT std::string StrFormat(const FormatSpec<Args...>& format,
                                      ^
    third_party/abseil-cpp/absl/strings/str_format.h:338:34: note:   template argument deduction/substitution failed:
    In file included from ./src/core/ext/filters/client_channel/lb_policy.h:30:0,
                     from ./src/core/ext/filters/client_channel/backend_metric.h:24,
                     from src/core/ext/filters/client_channel/backend_metric.cc:19:
    ./src/core/ext/filters/client_channel/server_address.h:135:41: note:   mismatched types ‘absl::lts_2020_09_23::FormatSpec<Args ...>’ and ‘const char [3]’
         return absl::StrFormat("%d", weight_);
                                             ^
    ./src/core/ext/filters/client_channel/server_address.h:136:3: warning: control reaches end of non-void function [-Wreturn-type]
       }
       ^
    creating tmp
    creating tmp/tmpbc_66654
    gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c /tmp/tmpbc_66654/a.c -o tmp/tmpbc_66654/a.o
    Traceback (most recent call last):
      File "/usr/lib64/python3.6/distutils/unixccompiler.py", line 127, in _compile
        extra_postargs)
      File "/tmp/pip-build-t3ikcv1w/grpcio/src/python/grpcio/_spawn_patch.py", line 54, in _commandfile_spawn
        _classic_spawn(self, command)
      File "/usr/lib64/python3.6/distutils/ccompiler.py", line 909, in spawn
        spawn(cmd, dry_run=self.dry_run)
      File "/usr/lib64/python3.6/distutils/spawn.py", line 36, in spawn
        _spawn_posix(cmd, search_path, dry_run=dry_run)
      File "/usr/lib64/python3.6/distutils/spawn.py", line 159, in _spawn_posix
        % (cmd, exit_status))
    distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/tmp/pip-build-t3ikcv1w/grpcio/src/python/grpcio/commands.py", line 282, in build_extensions
        build_ext.build_ext.build_extensions(self)
      File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 448, in build_extensions
        self._build_extensions_serial()
      File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 473, in _build_extensions_serial
        self.build_extension(ext)
      File "/usr/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 199, in build_extension
        _build_ext.build_extension(self, ext)
      File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 533, in build_extension
        depends=ext.depends)
      File "/usr/lib64/python3.6/distutils/ccompiler.py", line 574, in compile
        self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
      File "/usr/lib64/python3.6/distutils/unixccompiler.py", line 129, in _compile
        raise CompileError(msg)
    distutils.errors.CompileError: command 'gcc' failed with exit status 1

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-t3ikcv1w/grpcio/setup.py", line 525, in <module>
        cmdclass=COMMAND_CLASS,
      File "/usr/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup
        return distutils.core.setup(**attrs)
      File "/usr/lib64/python3.6/distutils/core.py", line 148, in setup
        dist.run_commands()
      File "/usr/lib64/python3.6/distutils/dist.py", line 955, in run_commands
        self.run_command(cmd)
      File "/usr/lib64/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/usr/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run
        return orig.install.run(self)
      File "/usr/lib64/python3.6/distutils/command/install.py", line 556, in run
        self.run_command('build')
      File "/usr/lib64/python3.6/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/usr/lib64/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/usr/lib64/python3.6/distutils/command/build.py", line 135, in run
        self.run_command(cmd_name)
      File "/usr/lib64/python3.6/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/usr/lib64/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/usr/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 78, in run
        _build_ext.run(self)
      File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 339, in run
        self.build_extensions()
      File "/tmp/pip-build-t3ikcv1w/grpcio/src/python/grpcio/commands.py", line 287, in build_extensions
        "Failed `build_ext` step:\n{}".format(formatted_exception))
    commands.CommandError: Failed `build_ext` step:
    Traceback (most recent call last):
      File "/usr/lib64/python3.6/distutils/unixccompiler.py", line 127, in _compile
        extra_postargs)
      File "/tmp/pip-build-t3ikcv1w/grpcio/src/python/grpcio/_spawn_patch.py", line 54, in _commandfile_spawn
        _classic_spawn(self, command)
      File "/usr/lib64/python3.6/distutils/ccompiler.py", line 909, in spawn
        spawn(cmd, dry_run=self.dry_run)
      File "/usr/lib64/python3.6/distutils/spawn.py", line 36, in spawn
        _spawn_posix(cmd, search_path, dry_run=dry_run)
      File "/usr/lib64/python3.6/distutils/spawn.py", line 159, in _spawn_posix
        % (cmd, exit_status))
    distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/tmp/pip-build-t3ikcv1w/grpcio/src/python/grpcio/commands.py", line 282, in build_extensions
        build_ext.build_ext.build_extensions(self)
      File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 448, in build_extensions
        self._build_extensions_serial()
      File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 473, in _build_extensions_serial
        self.build_extension(ext)
      File "/usr/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 199, in build_extension
        _build_ext.build_extension(self, ext)
      File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 533, in build_extension
        depends=ext.depends)
      File "/usr/lib64/python3.6/distutils/ccompiler.py", line 574, in compile
        self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
      File "/usr/lib64/python3.6/distutils/unixccompiler.py", line 129, in _compile
        raise CompileError(msg)
    distutils.errors.CompileError: command 'gcc' failed with exit status 1


    ----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t3ikcv1w/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-7m4ntadb-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-t3ikcv1w/grpcio/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant