Skip to content

Instantly share code, notes, and snippets.

@victor-shepardson
Created September 26, 2016 20:29
Show Gist options
  • Save victor-shepardson/e5d012075be5afb29378d2d29d0c36ae to your computer and use it in GitHub Desktop.
Save victor-shepardson/e5d012075be5afb29378d2d29d0c36ae to your computer and use it in GitHub Desktop.
running test
running egg_info
writing dependency_links to protobuf.egg-info/dependency_links.txt
writing protobuf.egg-info/PKG-INFO
writing namespace_packages to protobuf.egg-info/namespace_packages.txt
writing requirements to protobuf.egg-info/requires.txt
writing top-level names to protobuf.egg-info/top_level.txt
reading manifest file 'protobuf.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching 'google/protobuf/internal/*.proto'
warning: no previously-included files matching '*_test.py' found under directory 'google'
warning: no previously-included files matching '*_test.proto' found under directory 'google'
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
writing manifest file 'protobuf.egg-info/SOURCES.txt'
running build_ext
copying build/lib.linux-x86_64-3.5/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so -> google/protobuf/pyext
copying build/lib.linux-x86_64-3.5/google/protobuf/internal/_api_implementation.cpython-35m-x86_64-linux-gnu.so -> google/protobuf/internal
any_test_pb2 (unittest.loader._FailedTest) ... ERROR
service_reflection_test (unittest.loader._FailedTest) ... ERROR
descriptor_pool_test (unittest.loader._FailedTest) ... ERROR
well_known_types (unittest.loader._FailedTest) ... ERROR
descriptor_database_test (unittest.loader._FailedTest) ... ERROR
json_format_test (unittest.loader._FailedTest) ... ERROR
packed_field_test_pb2 (unittest.loader._FailedTest) ... ERROR
reflection_test (unittest.loader._FailedTest) ... ERROR
factory_test1_pb2 (unittest.loader._FailedTest) ... ERROR
descriptor_pool_test1_pb2 (unittest.loader._FailedTest) ... ERROR
python_message (unittest.loader._FailedTest) ... ERROR
message_test (unittest.loader._FailedTest) ... ERROR
more_extensions_pb2 (unittest.loader._FailedTest) ... ERROR
decoder (unittest.loader._FailedTest) ... ERROR
message_factory_test (unittest.loader._FailedTest) ... ERROR
test_util (unittest.loader._FailedTest) ... ERROR
encoder (unittest.loader._FailedTest) ... ERROR
wire_format (unittest.loader._FailedTest) ... ERROR
testCEscape (google.protobuf.internal.text_encoding_test.TextEncodingTestCase) ... ok
testCUnescape (google.protobuf.internal.text_encoding_test.TextEncodingTestCase) ... ok
symbol_database_test (unittest.loader._FailedTest) ... ERROR
more_extensions_dynamic_pb2 (unittest.loader._FailedTest) ... ERROR
file_options_test_pb2 (unittest.loader._FailedTest) ... ERROR
message_set_extensions_pb2 (unittest.loader._FailedTest) ... ERROR
descriptor_pool_test2_pb2 (unittest.loader._FailedTest) ... ERROR
proto_builder_test (unittest.loader._FailedTest) ... ERROR
descriptor_test (unittest.loader._FailedTest) ... ERROR
type_checkers (unittest.loader._FailedTest) ... ERROR
import_test_package (unittest.loader._FailedTest) ... ERROR
more_messages_pb2 (unittest.loader._FailedTest) ... ERROR
missing_enum_values_pb2 (unittest.loader._FailedTest) ... ERROR
factory_test2_pb2 (unittest.loader._FailedTest) ... ERROR
unknown_fields_test (unittest.loader._FailedTest) ... ERROR
well_known_types_test (unittest.loader._FailedTest) ... ERROR
text_format_test (unittest.loader._FailedTest) ... ERROR
test_bad_identifiers_pb2 (unittest.loader._FailedTest) ... ERROR
wire_format_test (unittest.loader._FailedTest) ... ERROR
generator_test (unittest.loader._FailedTest) ... ERROR
======================================================================
ERROR: any_test_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: any_test_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/any_test_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: service_reflection_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: service_reflection_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/service_reflection_test.py", line 43, in <module>
from google.protobuf import unittest_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/unittest_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: descriptor_pool_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: descriptor_pool_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/descriptor_pool_test.py", line 45, in <module>
from google.protobuf import unittest_import_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/unittest_import_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: well_known_types (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: well_known_types
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/well_known_types.py", line 47, in <module>
from google.protobuf.descriptor import FieldDescriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: descriptor_database_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: descriptor_database_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/descriptor_database_test.py", line 42, in <module>
from google.protobuf import descriptor_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: json_format_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: json_format_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/json_format_test.py", line 46, in <module>
from google.protobuf import any_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/any_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: packed_field_test_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: packed_field_test_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/packed_field_test_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: reflection_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: reflection_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/reflection_test.py", line 49, in <module>
from google.protobuf import unittest_import_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/unittest_import_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: factory_test1_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: factory_test1_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/factory_test1_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: descriptor_pool_test1_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: descriptor_pool_test1_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/descriptor_pool_test1_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: python_message (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: python_message
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/python_message.py", line 73, in <module>
from google.protobuf.internal import decoder
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/decoder.py", line 90, in <module>
from google.protobuf.internal import encoder
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/encoder.py", line 73, in <module>
from google.protobuf.internal import wire_format
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/wire_format.py", line 36, in <module>
from google.protobuf import descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: message_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: message_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/message_test.py", line 60, in <module>
from google.protobuf import map_unittest_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/map_unittest_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: more_extensions_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: more_extensions_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/more_extensions_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: decoder (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: decoder
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/decoder.py", line 90, in <module>
from google.protobuf.internal import encoder
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/encoder.py", line 73, in <module>
from google.protobuf.internal import wire_format
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/wire_format.py", line 36, in <module>
from google.protobuf import descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: message_factory_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: message_factory_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/message_factory_test.py", line 42, in <module>
from google.protobuf import descriptor_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: test_util (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_util
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/test_util.py", line 43, in <module>
from google.protobuf import unittest_import_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/unittest_import_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: encoder (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: encoder
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/encoder.py", line 73, in <module>
from google.protobuf.internal import wire_format
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/wire_format.py", line 36, in <module>
from google.protobuf import descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: wire_format (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: wire_format
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/wire_format.py", line 36, in <module>
from google.protobuf import descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: symbol_database_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: symbol_database_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/symbol_database_test.py", line 40, in <module>
from google.protobuf import unittest_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/unittest_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: more_extensions_dynamic_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: more_extensions_dynamic_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/more_extensions_dynamic_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: file_options_test_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: file_options_test_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/file_options_test_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: message_set_extensions_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: message_set_extensions_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/message_set_extensions_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: descriptor_pool_test2_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: descriptor_pool_test2_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/descriptor_pool_test2_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: proto_builder_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: proto_builder_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/proto_builder_test.py", line 44, in <module>
from google.protobuf import descriptor_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: descriptor_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: descriptor_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/descriptor_test.py", line 44, in <module>
from google.protobuf import unittest_custom_options_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/unittest_custom_options_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: type_checkers (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: type_checkers
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/type_checkers.py", line 54, in <module>
from google.protobuf.internal import decoder
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/decoder.py", line 90, in <module>
from google.protobuf.internal import encoder
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/encoder.py", line 73, in <module>
from google.protobuf.internal import wire_format
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/wire_format.py", line 36, in <module>
from google.protobuf import descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: import_test_package (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: import_test_package
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/import_test_package/__init__.py", line 33, in <module>
from google.protobuf.internal.import_test_package import outer_pb2 as myproto
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/import_test_package/outer_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: more_messages_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: more_messages_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/more_messages_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: missing_enum_values_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: missing_enum_values_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/missing_enum_values_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: factory_test2_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: factory_test2_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/factory_test2_pb2.py", line 7, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: unknown_fields_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: unknown_fields_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/unknown_fields_test.py", line 42, in <module>
from google.protobuf import unittest_mset_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/unittest_mset_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: well_known_types_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: well_known_types_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/well_known_types_test.py", line 44, in <module>
from google.protobuf import any_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/any_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: text_format_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: text_format_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/text_format_test.py", line 49, in <module>
from google.protobuf import any_test_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/any_test_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: test_bad_identifiers_pb2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_bad_identifiers_pb2
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/test_bad_identifiers_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: wire_format_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: wire_format_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/wire_format_test.py", line 43, in <module>
from google.protobuf.internal import wire_format
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/wire_format.py", line 36, in <module>
from google.protobuf import descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
======================================================================
ERROR: generator_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: generator_test
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/generator_test.py", line 49, in <module>
from google.protobuf.internal import test_bad_identifiers_pb2
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/internal/test_bad_identifiers_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "/home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: /home/victor/Downloads/protobuf-3.1.0/python/google/protobuf/pyext/_message.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK6google8protobuf10TextFormat17FieldValuePrinter9PrintBoolB5cxx11Eb
----------------------------------------------------------------------
Ran 38 tests in 0.007s
FAILED (errors=36)
@anupam3956
Copy link

Same here. any suggestions ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment