Hi all.
test_csharp_bindings_full test is failed with this error:
Start 23: test_csharp_bindings_full
23: Test command: /usr/bin/mono "/builddir/build/BUILD/libSBML-5.13.0-Source/build/src/bindings/csharp/TestRunner.exe" "-d" "/builddir/build/BUILD/libSBML-5.13.0-Source/src/sbml/test/test-data" "-l" "/builddir/build/BUILD/libSBML-5.13.0-Source/build/src/bindings/csharp/libsbmlcsP.dll" "-w" "/builddir/build/BUILD/libSBML-5.13.0-Source/src/bindings/csharp" "-p" "/builddir/build/BUILD/libSBML-5.13.0-Source/build/src/bindings/csharp"
23: Environment variables:
23: LD_LIBRARY_PATH=/builddir/build/BUILD/libSBML-5.13.0-Source/build/src/bindings/csharp:/builddir/build/BUILD/libSBML-5.13.0-Source/build/src/bindings/csharp:
23: Test timeout computed to be: 3000
23: LibSBML C# Testrunner
23: =====================
23: Running the tests with:
23: Data Directory: /builddir/build/BUILD/libSBML-5.13.0-Source/src/sbml/test/test-data
23:
23: .............................................................................................................................................E..................E.E...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................<!-- Created by foo version bar on 2016-12-07 03:55 with libSBML version 5.13.0. -->
23: .....................................
23:
23: Total Number of Tests 1854, failures 3
23:
23:
23: Error in 'test_ASTNode_create':
23: ====================
23: Exception of type 'LibSBMLCSTest.math.TestASTNode+AssertionError' was thrown.
23: at LibSBMLCSTest.math.TestASTNode.assertTrue (System.Boolean condition) [0x0000c] in <a807feec6b9e440b8942aeaf7daad177>:0
23: at LibSBMLCSTest.math.TestASTNode.test_ASTNode_create () [0x00028] in <a807feec6b9e440b8942aeaf7daad177>:0
23: at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
23: at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in <1fd744d936be4a229b315d57c3b96c68>:0
23:
23:
23: Error in 'test_ASTNode_setCharacter':
23: ====================
23: Exception of type 'LibSBMLCSTest.math.TestASTNode+AssertionError' was thrown.
23: at LibSBMLCSTest.math.TestASTNode.assertTrue (System.Boolean condition) [0x0000c] in <a807feec6b9e440b8942aeaf7daad177>:0
23: at LibSBMLCSTest.math.TestASTNode.test_ASTNode_setCharacter () [0x002f1] in <a807feec6b9e440b8942aeaf7daad177>:0
23: at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
23: at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in <1fd744d936be4a229b315d57c3b96c68>:0
23:
23:
23: Error in 'test_ASTNode_setName':
23: ====================
23: Exception of type 'LibSBMLCSTest.math.TestASTNode+AssertionError' was thrown.
23: at LibSBMLCSTest.math.TestASTNode.assertTrue (System.Boolean condition) [0x0000c] in <a807feec6b9e440b8942aeaf7daad177>:0
23: at LibSBMLCSTest.math.TestASTNode.test_ASTNode_setName () [0x00106] in <a807feec6b9e440b8942aeaf7daad177>:0
23: at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
23: at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in <1fd744d936be4a229b315d57c3b96c68>:0
23:
23:
23/28 Test #23: test_csharp_bindings_full .........***Failed Required regular expression not found.Regex=[failures 0
OS: fedora 26 64-bit
GCC-6.2.1
CMake-3.7.1
Mono-4.6.2
Full log: https://kojipkgs.fedoraproject.org//work/tasks/159/16780159/root.log
Thanks Antonio
Will have a look.
Sarah
Are you building with math or legacy-math ?
Sorry, i don't know what you mean.
Unfortunately the build log you posted does not contain enough information to reproduce the issue for us. we would need to see the cmake command line options passed to the build. Or maybe we could have a look at the patch and spec file you use?
thanks
Frank
In fact, the log was wrong.
This is that correct:
Log: https://kojipkgs.fedoraproject.org/work/tasks/159/16780159/build.log
Sorry.
Hi Antonio
We never managed to recreate your issue. We have done a number of fixes to ASTNodes - so may have already fixed it.
The latest code is in svn. It would be great if you get a chance to look.
We are gearing up for a release on April 6.
Sarah
Hi Sarah.
test_csharp_bindings_fullfrom svn commit 23890 is correctly executed.Last edit: Antonio Trande 2017-03-15
Great. Thank you.