You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/04 11:49:29 UTC

[GitHub] [pulsar] BewareMyPower commented on pull request #11557: [C++] Fix bugs that were not exposed by broken C++ CI before

BewareMyPower commented on pull request #11557:
URL: https://github.com/apache/pulsar/pull/11557#issuecomment-892592766


   From https://github.com/apache/pulsar/pull/11557/checks?check_run_id=3240883659 we can see C++ tests all passed but Python install failed:
   
   ```
   Processing ./dist/pulsar_client-2.9.0-cp27-cp27mu-linux_x86_64.whl
   Collecting certifi
     Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
   Collecting enum34>=1.1.9; python_version < "3.4"
     Downloading enum34-1.1.10-py2-none-any.whl (11 kB)
   Collecting six
     Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
   Collecting apache-bookkeeper-client>=4.9.2; extra == "all"
     Downloading apache_bookkeeper_client-4.14.1-py2.py3-none-any.whl (70 kB)
   Collecting protobuf>=3.6.1; extra == "all"
     Downloading protobuf-3.17.3-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
   Collecting grpcio<1.28,>=1.8.2; extra == "all"
     Downloading grpcio-1.27.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.6 MB)
   Collecting prometheus-client; extra == "all"
     Downloading prometheus_client-0.11.0-py2.py3-none-any.whl (56 kB)
   Collecting ratelimit; extra == "all"
     Downloading ratelimit-2.2.1.tar.gz (5.3 kB)
   Collecting fastavro==0.24.0; extra == "all"
     Downloading fastavro-0.24.0-cp27-cp27mu-manylinux2010_x86_64.whl (1.1 MB)
   Requirement already satisfied: setuptools>=34.0.0 in /usr/local/lib/python2.7/dist-packages (from apache-bookkeeper-client>=4.9.2; extra == "all"->pulsar-client==2.9.0) (44.1.1)
   Collecting futures>=3.2.0; python_version < "3.2"
     Downloading futures-3.3.0-py2-none-any.whl (16 kB)
   Collecting pytz
     Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
   Collecting pymmh3>=0.0.5
     Downloading pymmh3-0.0.5-py2.py3-none-any.whl (7.4 kB)
   Collecting requests<3.0.0dev,>=2.18.0
     Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
   Collecting urllib3<1.27,>=1.21.1
     Downloading urllib3-1.26.6-py2.py3-none-any.whl (138 kB)
   Collecting idna<3,>=2.5; python_version < "3"
     Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
   Collecting chardet<5,>=3.0.2; python_version < "3"
     Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
   Building wheels for collected packages: ratelimit
     Building wheel for ratelimit (setup.py): started
     Building wheel for ratelimit (setup.py): finished with status 'done'
     Created wheel for ratelimit: filename=ratelimit-2.2.1-py2-none-any.whl size=5892 sha256=79a3dbf61feccd7e785b26d7462c08ad951964ef08fe59d24532fed9e06eea59
     Stored in directory: /root/.cache/pip/wheels/f1/a2/98/e1ec50002af5a5a7370a5c330e5a4b1fbc8893c9088564a77e
   Successfully built ratelimit
   Installing collected packages: certifi, enum34, six, futures, pytz, grpcio, pymmh3, urllib3, idna, chardet, requests, protobuf, apache-bookkeeper-client, prometheus-client, ratelimit, fastavro, pulsar-client
   Successfully installed apache-bookkeeper-client-4.14.1 certifi-2021.5.30 chardet-4.0.0 enum34-1.1.10 fastavro-0.24.0 futures-3.3.0 grpcio-1.27.2 idna-2.10 prometheus-client-0.11.0 protobuf-3.17.3 pulsar-client-2.9.0 pymmh3-0.0.5 pytz-2021.1 ratelimit-2.2.1 requests-2.26.0 six-1.16.0 urllib3-1.26.6
   ---- Running Python unit tests
   /tmp /pulsar/pulsar-client-cpp/python /pulsar/pulsar-client-cpp
   Traceback (most recent call last):
     File "pulsar_test.py", line 28, in <module>
       from pulsar import Client, MessageId, \
     File "/usr/local/lib/python2.7/dist-packages/pulsar/__init__.py", line 112, in <module>
       from pulsar import schema
     File "/usr/local/lib/python2.7/dist-packages/pulsar/schema/__init__.py", line 24, in <module>
       from .schema_avro import AvroSchema
     File "/usr/local/lib/python2.7/dist-packages/pulsar/schema/schema_avro.py", line 62
       def encode_dict(self, d: dict):
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org