Broadening to the mailing list. I don't have any immediate suggestions, but perhaps someone on the list does. If you can trim the output to the test failures, the issue might jump out a little more. It looks like there is some issue with the child process in the plugin unittest, at least; something about a STATUS_ACCESS_VIOLATION.
On Wed, Apr 20, 2011 at 6:09 PM, Brad <[email protected]> wrote: > As requested in your footer, the following (truncated) results are > reported after running make check, when installing protobuf in the > "Hint on install location" > > My Platform is a Windows 7/Cygwin/Quadcore i7 950 64-bit OS. > > Any suggestions you might have may be helpful as protobuf is a prereq > for installation of LDAWN by Professor Jordan Boyd-Graber, in turn a > prereq for my doctoral research. > > Thank you so much in advance! > Brad > > Terminal output upon make clean (truncated): > > [ RUN ] ParseErrorTest.MethodOptionTypeError > [ OK ] ParseErrorTest.MethodOptionTypeError (0 ms) > [ RUN ] ParseErrorTest.ImportNotQuoted > [ OK ] ParseErrorTest.ImportNotQuoted (0 ms) > [ RUN ] ParseErrorTest.MultiplePackagesInFile > [ OK ] ParseErrorTest.MultiplePackagesInFile (0 ms) > [----------] 37 tests from ParseErrorTest (11 ms total) > > [----------] 18 tests from ParserValidationErrorTest > [ RUN ] ParserValidationErrorTest.PackageNameError > [ OK ] ParserValidationErrorTest.PackageNameError (0 ms) > [ RUN ] ParserValidationErrorTest.MessageNameError > [ OK ] ParserValidationErrorTest.MessageNameError (0 ms) > [ RUN ] ParserValidationErrorTest.FieldNameError > [ OK ] ParserValidationErrorTest.FieldNameError (0 ms) > [ RUN ] ParserValidationErrorTest.FieldTypeError > [ OK ] ParserValidationErrorTest.FieldTypeError (0 ms) > [ RUN ] ParserValidationErrorTest.FieldNumberError > [ OK ] ParserValidationErrorTest.FieldNumberError (0 ms) > [ RUN ] ParserValidationErrorTest.FieldExtendeeError > [ OK ] ParserValidationErrorTest.FieldExtendeeError (0 ms) > [ RUN ] ParserValidationErrorTest.FieldDefaultValueError > [ OK ] ParserValidationErrorTest.FieldDefaultValueError (0 ms) > [ RUN ] ParserValidationErrorTest.FileOptionNameError > [ OK ] ParserValidationErrorTest.FileOptionNameError (0 ms) > [ RUN ] ParserValidationErrorTest.FileOptionValueError > [ OK ] ParserValidationErrorTest.FileOptionValueError (0 ms) > [ RUN ] ParserValidationErrorTest.FieldOptionNameError > [ OK ] ParserValidationErrorTest.FieldOptionNameError (0 ms) > [ RUN ] ParserValidationErrorTest.FieldOptionValueError > [ OK ] ParserValidationErrorTest.FieldOptionValueError (0 ms) > [ RUN ] ParserValidationErrorTest.ExtensionRangeNumberError > [ OK ] ParserValidationErrorTest.ExtensionRangeNumberError (0 > ms) > [ RUN ] ParserValidationErrorTest.EnumNameError > [ OK ] ParserValidationErrorTest.EnumNameError (0 ms) > [ RUN ] ParserValidationErrorTest.EnumValueNameError > [ OK ] ParserValidationErrorTest.EnumValueNameError (0 ms) > [ RUN ] ParserValidationErrorTest.ServiceNameError > [ OK ] ParserValidationErrorTest.ServiceNameError (0 ms) > [ RUN ] ParserValidationErrorTest.MethodNameError > [ OK ] ParserValidationErrorTest.MethodNameError (0 ms) > [ RUN ] ParserValidationErrorTest.MethodInputTypeError > [ OK ] ParserValidationErrorTest.MethodInputTypeError (0 ms) > [ RUN ] ParserValidationErrorTest.MethodOutputTypeError > [ OK ] ParserValidationErrorTest.MethodOutputTypeError (0 ms) > [----------] 18 tests from ParserValidationErrorTest (6 ms total) > > [----------] 1 test from ParseDecriptorDebugTest > [ RUN ] ParseDecriptorDebugTest.TestAllDescriptorTypes > [ OK ] ParseDecriptorDebugTest.TestAllDescriptorTypes (10 ms) > [----------] 1 test from ParseDecriptorDebugTest (10 ms total) > > [----------] 17 tests from SourceInfoTest > [ RUN ] SourceInfoTest.BasicFileDecls > [ OK ] SourceInfoTest.BasicFileDecls (0 ms) > [ RUN ] SourceInfoTest.Messages > [ OK ] SourceInfoTest.Messages (0 ms) > [ RUN ] SourceInfoTest.Fields > [ OK ] SourceInfoTest.Fields (0 ms) > [ RUN ] SourceInfoTest.Extensions > [ OK ] SourceInfoTest.Extensions (0 ms) > [ RUN ] SourceInfoTest.NestedExtensions > [ OK ] SourceInfoTest.NestedExtensions (0 ms) > [ RUN ] SourceInfoTest.ExtensionRanges > [ OK ] SourceInfoTest.ExtensionRanges (0 ms) > [ RUN ] SourceInfoTest.NestedMessages > [ OK ] SourceInfoTest.NestedMessages (0 ms) > [ RUN ] SourceInfoTest.Groups > [ OK ] SourceInfoTest.Groups (0 ms) > [ RUN ] SourceInfoTest.Enums > [ OK ] SourceInfoTest.Enums (0 ms) > [ RUN ] SourceInfoTest.EnumValues > [ OK ] SourceInfoTest.EnumValues (0 ms) > [ RUN ] SourceInfoTest.NestedEnums > [ OK ] SourceInfoTest.NestedEnums (0 ms) > [ RUN ] SourceInfoTest.Services > [ OK ] SourceInfoTest.Services (1 ms) > [ RUN ] SourceInfoTest.Methods > [ OK ] SourceInfoTest.Methods (0 ms) > [ RUN ] SourceInfoTest.Options > [ OK ] SourceInfoTest.Options (0 ms) > [ RUN ] SourceInfoTest.ScopedOptions > [ OK ] SourceInfoTest.ScopedOptions (0 ms) > [ RUN ] SourceInfoTest.FieldOptions > [ OK ] SourceInfoTest.FieldOptions (0 ms) > [ RUN ] SourceInfoTest.EnumValueOptions > [ OK ] SourceInfoTest.EnumValueOptions (1 ms) > [----------] 17 tests from SourceInfoTest (7 ms total) > > [----------] 12 tests from ImporterTest > [ RUN ] ImporterTest.Import > [ OK ] ImporterTest.Import (0 ms) > [ RUN ] ImporterTest.ImportNested > [ OK ] ImporterTest.ImportNested (0 ms) > [ RUN ] ImporterTest.FileNotFound > [ OK ] ImporterTest.FileNotFound (0 ms) > [ RUN ] ImporterTest.ImportNotFound > [ OK ] ImporterTest.ImportNotFound (0 ms) > [ RUN ] ImporterTest.RecursiveImport > [ OK ] ImporterTest.RecursiveImport (1 ms) > [ RUN ] ImporterTest.MapFieldValid > [ OK ] ImporterTest.MapFieldValid (0 ms) > [ RUN ] ImporterTest.MapFieldNotRepeated > [ OK ] ImporterTest.MapFieldNotRepeated (0 ms) > [ RUN ] ImporterTest.MapFieldNotMessageType > [ OK ] ImporterTest.MapFieldNotMessageType (0 ms) > [ RUN ] ImporterTest.MapFieldTypeNotFound > [ OK ] ImporterTest.MapFieldTypeNotFound (0 ms) > [ RUN ] ImporterTest.MapFieldKeyNotFound > [ OK ] ImporterTest.MapFieldKeyNotFound (0 ms) > [ RUN ] ImporterTest.MapFieldKeyRepeated > [ OK ] ImporterTest.MapFieldKeyRepeated (0 ms) > [ RUN ] ImporterTest.MapFieldKeyNotScalar > [ OK ] ImporterTest.MapFieldKeyNotScalar (0 ms) > [----------] 12 tests from ImporterTest (4 ms total) > > [----------] 9 tests from DiskSourceTreeTest > [ RUN ] DiskSourceTreeTest.MapRoot > [ OK ] DiskSourceTreeTest.MapRoot (3 ms) > [ RUN ] DiskSourceTreeTest.MapDirectory > [ OK ] DiskSourceTreeTest.MapDirectory (3 ms) > [ RUN ] DiskSourceTreeTest.NoParent > [ OK ] DiskSourceTreeTest.NoParent (5 ms) > [ RUN ] DiskSourceTreeTest.MapFile > [ OK ] DiskSourceTreeTest.MapFile (2 ms) > [ RUN ] DiskSourceTreeTest.SearchMultipleDirectories > [ OK ] DiskSourceTreeTest.SearchMultipleDirectories (5 ms) > [ RUN ] DiskSourceTreeTest.OrderingTrumpsSpecificity > [ OK ] DiskSourceTreeTest.OrderingTrumpsSpecificity (4 ms) > [ RUN ] DiskSourceTreeTest.DiskFileToVirtualFile > [ OK ] DiskSourceTreeTest.DiskFileToVirtualFile (4 ms) > [ RUN ] DiskSourceTreeTest.DiskFileToVirtualFileCanonicalization > [ OK ] DiskSourceTreeTest.DiskFileToVirtualFileCanonicalization > (2 ms) > [ RUN ] DiskSourceTreeTest.VirtualFileToDiskFile > [ OK ] DiskSourceTreeTest.VirtualFileToDiskFile (5 ms) > [----------] 9 tests from DiskSourceTreeTest (35 ms total) > > [----------] 48 tests from CommandLineInterfaceTest > [ RUN ] CommandLineInterfaceTest.BasicOutput > [ OK ] CommandLineInterfaceTest.BasicOutput (5 ms) > [ RUN ] CommandLineInterfaceTest.BasicPlugin > 0 [main] protobuf-test 6832 exception::handle: Exception: > STATUS_ACCESS_VI > OLATION > 4240 [main] protobuf-test 6832 open_stackdumpfile: Dumping stack > trace to pro > tobuf-test.exe.stackdump > 0 [main] protobuf-test 4004 exception::handle: Exception: > STATUS_ACCESS_VI > OLATION > 2575 [main] protobuf-test 4004 open_stackdumpfile: Dumping stack > trace to pro > tobuf-test.exe.stackdump > 0 [main] protobuf-test 4080 exception::handle: Exception: > STATUS_ACCESS_VI > OLATION > 2713 [main] protobuf-test 4080 open_stackdumpfile: Dumping stack > trace to pro > tobuf-test.exe.stackdump > 0 [main] protobuf-test 5300 exception::handle: Exception: > STATUS_ACCESS_VI > OLATION > 1721 [main] protobuf-test 5300 open_stackdumpfile: Dumping stack > trace to pro > tobuf-test.exe.stackdump > 0 [main] protobuf-test 6124 exception::handle: Exception: > STATUS_ACCESS_VI > OLATION > 2111 [main] protobuf-test 6124 open_stackdumpfile: Dumping stack > trace to pro > tobuf-test.exe.stackdump > 0 [main] protobuf-test 2820 exception::handle: Exception: > STATUS_ACCESS_VI > OLATION > 1717 [main] protobuf-test 2820 open_stackdumpfile: Dumping stack > trace to pro > tobuf-test.exe.stackdump > 1 [main] protobuf-test 2480 fork: child -1 - died waiting for > longjmp befo > re initialization, retry 0, exit code 0xC0000005, errno 11 > /bin/sh: line 5: 2480 Aborted (core dumped) ${dir} > $tst > FAIL: protobuf-test.exe > Running main() from gtest_main.cc > [==========] Running 37 tests from 3 test cases. > [----------] Global test environment set-up. > [----------] 33 tests from GeneratedMessageTest > [ RUN ] GeneratedMessageTest.Defaults > [ OK ] GeneratedMessageTest.Defaults (0 ms) > [ RUN ] GeneratedMessageTest.FloatingPointDefaults > [ OK ] GeneratedMessageTest.FloatingPointDefaults (0 ms) > [ RUN ] GeneratedMessageTest.Trigraph > [ OK ] GeneratedMessageTest.Trigraph (0 ms) > [ RUN ] GeneratedMessageTest.Accessors > [ OK ] GeneratedMessageTest.Accessors (1 ms) > [ RUN ] GeneratedMessageTest.MutableStringDefault > [ OK ] GeneratedMessageTest.MutableStringDefault (0 ms) > [ RUN ] GeneratedMessageTest.ReleaseString > [ OK ] GeneratedMessageTest.ReleaseString (0 ms) > [ RUN ] GeneratedMessageTest.ReleaseMessage > [ OK ] GeneratedMessageTest.ReleaseMessage (0 ms) > [ RUN ] GeneratedMessageTest.Clear > [ OK ] GeneratedMessageTest.Clear (0 ms) > [ RUN ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar > [ OK ] GeneratedMessageTest.EmbeddedNullsInBytesCharStar (0 ms) > [ RUN ] GeneratedMessageTest.ClearOneField > [ OK ] GeneratedMessageTest.ClearOneField (0 ms) > [ RUN ] GeneratedMessageTest.StringCharStarLength > [ OK ] GeneratedMessageTest.StringCharStarLength (0 ms) > [ RUN ] GeneratedMessageTest.CopyFrom > [ OK ] GeneratedMessageTest.CopyFrom (0 ms) > [ RUN ] GeneratedMessageTest.SwapWithEmpty > [ OK ] GeneratedMessageTest.SwapWithEmpty (0 ms) > [ RUN ] GeneratedMessageTest.SwapWithSelf > [ OK ] GeneratedMessageTest.SwapWithSelf (1 ms) > [ RUN ] GeneratedMessageTest.SwapWithOther > [ OK ] GeneratedMessageTest.SwapWithOther (0 ms) > [ RUN ] GeneratedMessageTest.CopyConstructor > [ OK ] GeneratedMessageTest.CopyConstructor (0 ms) > [ RUN ] GeneratedMessageTest.CopyAssignmentOperator > [ OK ] GeneratedMessageTest.CopyAssignmentOperator (0 ms) > [ RUN ] GeneratedMessageTest.UpcastCopyFrom > [ OK ] GeneratedMessageTest.UpcastCopyFrom (0 ms) > [ RUN ] GeneratedMessageTest.NonEmptyMergeFrom > [ OK ] GeneratedMessageTest.NonEmptyMergeFrom (0 ms) > [ RUN ] GeneratedMessageTest.MergeFromSelf > > [WARNING] src/gtest-death-test.cc:741:: Death tests use fork(), which > is unsafe > particularly in a threaded context. For this test, Google Test > couldn't detect t > he number of threads. > > [WARNING] src/gtest-death-test.cc:741:: Death tests use fork(), which > is unsafe > particularly in a threaded context. For this test, Google Test > couldn't detect t > he number of threads. > [ OK ] GeneratedMessageTest.MergeFromSelf (1188 ms) > [ RUN ] GeneratedMessageTest.SerializationToArray > [ OK ] GeneratedMessageTest.SerializationToArray (0 ms) > [ RUN ] GeneratedMessageTest.PackedFieldsSerializationToArray > [ OK ] GeneratedMessageTest.PackedFieldsSerializationToArray (0 > ms) > [ RUN ] GeneratedMessageTest.SerializationToStream > [ OK ] GeneratedMessageTest.SerializationToStream (0 ms) > [ RUN ] GeneratedMessageTest.PackedFieldsSerializationToStream > [ OK ] GeneratedMessageTest.PackedFieldsSerializationToStream (0 > ms) > [ RUN ] GeneratedMessageTest.Required > [ OK ] GeneratedMessageTest.Required (0 ms) > [ RUN ] GeneratedMessageTest.RequiredForeign > [ OK ] GeneratedMessageTest.RequiredForeign (0 ms) > [ RUN ] GeneratedMessageTest.ForeignNested > [ OK ] GeneratedMessageTest.ForeignNested (0 ms) > [ RUN ] GeneratedMessageTest.ReallyLargeTagNumber > [ OK ] GeneratedMessageTest.ReallyLargeTagNumber (0 ms) > [ RUN ] GeneratedMessageTest.MutualRecursion > [ OK ] GeneratedMessageTest.MutualRecursion (0 ms) > [ RUN ] GeneratedMessageTest.CamelCaseFieldNames > [ OK ] GeneratedMessageTest.CamelCaseFieldNames (0 ms) > [ RUN ] GeneratedMessageTest.TestConflictingSymbolNames > [ OK ] GeneratedMessageTest.TestConflictingSymbolNames (0 ms) > [ RUN ] GeneratedMessageTest.FieldConstantValues > [ OK ] GeneratedMessageTest.FieldConstantValues (0 ms) > [ RUN ] GeneratedMessageTest.ExtensionConstantValues > [ OK ] GeneratedMessageTest.ExtensionConstantValues (0 ms) > [----------] 33 tests from GeneratedMessageTest (1208 ms total) > > [----------] 3 tests from GeneratedEnumTest > [ RUN ] GeneratedEnumTest.EnumValuesAsSwitchCases > [ OK ] GeneratedEnumTest.EnumValuesAsSwitchCases (0 ms) > [ RUN ] GeneratedEnumTest.IsValidValue > [ OK ] GeneratedEnumTest.IsValidValue (0 ms) > [ RUN ] GeneratedEnumTest.MinAndMax > [ OK ] GeneratedEnumTest.MinAndMax (0 ms) > [----------] 3 tests from GeneratedEnumTest (1 ms total) > > [----------] 1 test from DescriptorInitializationTest > [ RUN ] DescriptorInitializationTest.Initialized > [ OK ] DescriptorInitializationTest.Initialized (0 ms) > [----------] 1 test from DescriptorInitializationTest (1 ms total) > > [----------] Global test environment tear-down > [==========] 37 tests from 3 test cases ran. (1213 ms total) > [ PASSED ] 37 tests. > PASS: protobuf-lazy-descriptor-test.exe > FAIL: protobuf-lite-test.exe > Testing output to zip... > ./google/protobuf/compiler/zip_output_unittest.sh: line 60: unzip: > command not f > ound > Warning: 'unzip' command not available. Skipping test. > Testing output to jar... > ./google/protobuf/compiler/zip_output_unittest.sh: line 76: jar: > command not fou > nd > Warning: 'jar' command not available. Skipping test. > PASS > PASS: google/protobuf/compiler/zip_output_unittest.sh > + TESTFILE=Makefile > + ./zcgzip > + gunzip > + cmp - Makefile > + gzip > + ./zcgunzip > + cmp - Makefile > PASS: google/protobuf/io/gzip_stream_unittest.sh > ========================================== > 2 of 5 tests failed > Please report to [email protected] > ========================================== > make[3]: *** [check-TESTS] Error 1 > make[3]: Leaving directory `/lib/protobuf-2.4.0a/src' > make[2]: *** [check-am] Error 2 > make[2]: Leaving directory `/lib/protobuf-2.4.0a/src' > make[1]: *** [check] Error 2 > make[1]: Leaving directory `/lib/protobuf-2.4.0a/src' > make: *** [check-recursive] Error 1 > > Brad@PITA /lib/protobuf-2.4.0a > > -- > Proving the *right* answer takes a bit longer than providing *any* > answer -- and is a bit more valuable > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
