ashb edited a comment on pull request #18745:
URL: https://github.com/apache/airflow/pull/18745#issuecomment-935958530


   The same problem people are reporting in that thread is happening in this CI 
build now, and also for me locally
   
   ```
     _ 
TestMovingCoreToContrib.test_is_subclass_393_airflow_providers_google_cloud_transfers_mysql_to_gcs_MySQLToGCSOperator
 _
     
     thing = <module 'airflow.providers.google.cloud.transfers' from 
'/opt/airflow/airflow/providers/google/cloud/transfers/__init__.py'>
     comp = 'mysql_to_gcs'
     import_path = 'airflow.providers.google.cloud.transfers.mysql_to_gcs'
     
         def _dot_lookup(thing, comp, import_path):
             try:
     >           return getattr(thing, comp)
     E           AttributeError: module 
'airflow.providers.google.cloud.transfers' has no attribute 'mysql_to_gcs'
     
     /usr/local/lib/python3.6/unittest/mock.py:1075: AttributeError
     
     During handling of the above exception, another exception occurred:
     
         """
         
         try:
             from MySQLdb.release import version_info
     >       from . import _mysql
     E       ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: cannot 
allocate memory in static TLS block
     
     /usr/local/lib/python3.6/site-packages/MySQLdb/__init__.py:18: ImportError
     
     During handling of the above exception, another exception occurred:
     
     a = (<test_core_to_contrib.TestMovingCoreToContrib 
testMethod=test_is_subclass_393_airflow_providers_google_cloud_transfers_mysql_to_gcs_MySQLToGCSOperator>,)
     
         @wraps(func)
         def standalone_func(*a):
     >       return func(*(a + p.args), **p.kwargs)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to