Skip to content

Failed

openmodelica_bootstrapping.HashTableTest.mos (from (result.xml))

Failing for the past 323 builds (Since #3521 )
Took 17 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + HashTable Unit Testing                                                            ... equation mismatch [time: 15]

==== Log C:\WINDOWS\TEMP/omc-rtest-OpenModelica/openmodelica/bootstrapping/HashTableTest.mos_temp5201/log-HashTableTest.mos
"
"
""
true
""
true

"Error: Error building simulator. Build log: make: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/TESTSU~1/OPENMO~1/BOOTST~1/HASHTA~2.MOS'
clang -g -DOM_HAVE_PTHREADS -Wno-parentheses-equality -falign-functions -mstackrealign -msse2 -mfpmath=sse   \"-IC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/\" -I\"C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c\" -I\"C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc\"  -c -o HashTableTest_fn.o HashTableTest_fn.c
HashTableTest_fn.c:15111:3: error: call to undeclared function 'omc_File_File_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 15111 |   omc_File_File_destructor(threadData,_file);
       |   ^
HashTableTest_fn.c:15111:3: note: did you mean 'omc_File_File_constructor'?
./HashTableTest_fn.h:1850:18: note: 'omc_File_File_constructor' declared here
 1850 | modelica_complex omc_File_File_constructor(threadData_t *threadData, modelica_metatype _fromID);
      |                  ^
HashTableTest_fn.c:15364:3: error: call to undeclared function 'omc_File_File_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 15364 |   omc_File_File_destructor(threadData,_file);
       |   ^
HashTableTest_fn.c:17234:3: error: call to undeclared function 'omc_File_File_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 17234 |   omc_File_File_destructor(threadData,_file);
       |   ^
HashTableTest_fn.c:18387:3: error: call to undeclared function 'omc_File_File_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 18387 |   omc_File_File_destructor(threadData,_file);
       |   ^
HashTableTest_fn.c:42639:3: error: call to undeclared function 'omc_System_StringAllocator_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 42639 |   omc_System_StringAllocator_destructor(threadData,_sb);
       |   ^
HashTableTest_fn.c:42639:3: note: did you mean 'omc_System_StringAllocator_constructor'?
./HashTableTest_fn.h:3337:18: note: 'omc_System_StringAllocator_constructor' declared here
 3337 | modelica_complex omc_System_StringAllocator_constructor(threadData_t *threadData, modelica_integer _sz);
      |                  ^
5 errors generated.
make: *** [HashTableTest_fn.makefile:25: HashTableTest_fn] Error 1
make: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/TESTSU~1/OPENMO~1/BOOTST~1/HASHTA~2.MOS'
RESULT: 2
"
'' 
Equation mismatch: diff says: 
--- "C:\\WINDOWS\\TEMP/omc-rtest-OpenModelica/openmodelica/bootstrapping/HashTableTest.mos_temp5201/equations-expected"2024-06-27 11:03:36.458199100 +0200
+++ "C:\\WINDOWS\\TEMP/omc-rtest-OpenModelica/openmodelica/bootstrapping/HashTableTest.mos_temp5201/equations-got"2024-06-27 11:03:51.427843500 +0200
@@ -2,19 +2,36 @@
 "
 ""
 true
 ""
 true
-({record DAE.Exp.ICONST
-integer = 7
-end DAE.Exp.ICONST;,record DAE.Exp.ICONST
-integer = 3
-end DAE.Exp.ICONST;,record DAE.Exp.ICONST
-integer = 2
-end DAE.Exp.ICONST;,record DAE.Exp.ICONST
-integer = 1
-end DAE.Exp.ICONST;},{record DAE.Exp.ICONST
-integer = 2
-end DAE.Exp.ICONST;,record DAE.Exp.ICONST
-integer = 7
-end DAE.Exp.ICONST;})
-""
+
+"Error: Error building simulator. Build log: make: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/TESTSU~1/OPENMO~1/BOOTST~1/HASHTA~2.MOS'
+clang -g -DOM_HAVE_PTHREADS -Wno-parentheses-equality -falign-functions -mstackrealign -msse2 -mfpmath=sse   \"-IC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/\" -I\"C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c\" -I\"C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc\"  -c -o HashTableTest_fn.o HashTableTest_fn.c
+HashTableTest_fn.c:15111:3: error: call to undeclared function 'omc_File_File_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
+15111 |   omc_File_File_destructor(threadData,_file);
+| ^
+HashTableTest_fn.c:15111:3: note: did you mean 'omc_File_File_constructor'?
+./HashTableTest_fn.h:1850:18: note: 'omc_File_File_constructor' declared here
+1850 | modelica_complex omc_File_File_constructor(threadData_t *threadData, modelica_metatype _fromID);
+| ^
+HashTableTest_fn.c:15364:3: error: call to undeclared function 'omc_File_File_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
+15364 |   omc_File_File_destructor(threadData,_file);
+| ^
+HashTableTest_fn.c:17234:3: error: call to undeclared function 'omc_File_File_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
+17234 |   omc_File_File_destructor(threadData,_file);
+| ^
+HashTableTest_fn.c:18387:3: error: call to undeclared function 'omc_File_File_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
+18387 |   omc_File_File_destructor(threadData,_file);
+| ^
+HashTableTest_fn.c:42639:3: error: call to undeclared function 'omc_System_StringAllocator_destructor'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
+42639 |   omc_System_StringAllocator_destructor(threadData,_sb);
+| ^
+HashTableTest_fn.c:42639:3: note: did you mean 'omc_System_StringAllocator_constructor'?
+./HashTableTest_fn.h:3337:18: note: 'omc_System_StringAllocator_constructor' declared here
+3337 | modelica_complex omc_System_StringAllocator_constructor(threadData_t *threadData, modelica_integer _sz);
+| ^
+5 errors generated.
+make: *** [HashTableTest_fn.makefile:25: HashTableTest_fn] Error 1
+make: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/TESTSU~1/OPENMO~1/BOOTST~1/HASHTA~2.MOS'
+RESULT: 2
+"
'' 
Equation mismatch: omc-diff says: 
Line 7: Lexical token differs:
expected: ({record DAE.Exp.ICONST
got:      


== 1 out of 1 tests failed [openmodelica/bootstrapping/HashTableTest.mos_temp5201, time: 17]