Skip to content

Console Output

Skipping 10,759 KB.. Full Log
rpspyT3nQDTUNCGSVYgGJCNgt8gAAAA==Number of semantic predicates found: 0
05:30:56 Number of manual fixed lookahead k=value options: 0
05:30:56 Number of nondeterministic decisions: 0
05:30:56 Number of nondeterministic decisions resolved with predicates: 0
05:30:56 Number of DFA conversions terminated early: 0
05:30:56 Number of errors: 0
05:30:56 Number of warnings: 0
05:30:56 Number of infos: 0
05:30:56 Number of syntactic predicates found: 0
05:30:56 Decisions with syntactic predicates: 0
05:30:56 Decision DFAs using syntactic predicates: 0
05:30:56 Decisions with semantic predicates: 0
05:30:56 Decision DFAs using semantic predicates: 0
05:30:56 
05:30:56 Backtracking report:
05:30:56 Number of decisions that backtrack: 0
05:30:56 
05:30:56 NFA conversion early termination report:
05:30:56 Number of NFA conversions that terminated early: 0
05:30:56 
05:30:56 ## Recover from the removal of Modelica_3_Lexer.h
05:30:56 ## Recover from the removal of Modelica_3_Lexer_BaseModelica_Lexer.h
05:30:56 ## Recover from the removal of Modelica_3_Lexer_BaseModelica_Lexer.c
05:30:56 ## Recover from the removal of Modelica_3_Lexer.c
05:30:56 # build the library
05:30:56 clang -shared -o libomantlr3.so -Wl,-z,origin -Wl,-rpath,'$ORIGIN/../lib/arm-linux-gnueabihf/omc' -Wl,-rpath,'$ORIGIN' -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS -DANTLR3_NODEBUGGER ../3rdParty/antlr/3.2/libantlr3c-3.2/src/*.c -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/antlr/3.2/libantlr3c-3.2
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:645:29: warning: variable 'tparser' set but not used [-Wunused-but-set-variable]
05:30:56   645 |     pANTLR3_TREE_PARSER     tparser;
05:30:56       |                             ^
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:1005:25: warning: variable 'is' set but not used [-Wunused-but-set-variable]
05:30:56  1005 |         pANTLR3_INT_STREAM          is;
05:30:56       |                                     ^
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:2169:31: warning: variable 'cts' set but not used [-Wunused-but-set-variable]
05:30:56  2169 |         pANTLR3_COMMON_TOKEN_STREAM             cts;
05:30:56       |                                                 ^
05:30:56 3 warnings generated.
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3basetree.c:428:17: warning: variable 'numToInsert' set but not used [-Wunused-but-set-variable]
05:30:56   428 |                 ANTLR3_UINT32 numToInsert;
05:30:56       |                               ^
05:30:56 1 warning generated.
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:1895:9: warning: explicitly assigning value of variable of type 'ANTLR3_INTKEY' (aka 'unsigned int') to itself [-Wself-assign]
05:30:56  1895 |     key = key;
05:30:56       |     ~~~ ^ ~~~
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:1892:29: warning: variable 'p' set but not used [-Wunused-but-set-variable]
05:30:56  1892 |     pANTLR3_INT_TRIE_NODE   p;
05:30:56       |                             ^
05:30:56 2 warnings generated.
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreeadaptor.c:51:32: warning: unused function 'getToken' [-Wunused-function]
05:30:56    51 | static  pANTLR3_COMMON_TOKEN    getToken                                (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
05:30:56       |                                 ^~~~~~~~
05:30:56 1 warning generated.
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreenodestream.c:933:31: warning: variable 'cta' set but not used [-Wunused-but-set-variable]
05:30:56   933 |                 pANTLR3_COMMON_TREE_ADAPTOR     cta;
05:30:56       |                                                 ^
05:30:56 1 warning generated.
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3string.c:361:19: warning: variable 'cResult' set but not used [-Wunused-but-set-variable]
05:30:56   361 |         ConversionResult        cResult;
05:30:56       |                                 ^
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3string.c:329:1: warning: unused function 'stringInitUTF8' [-Wunused-function]
05:30:56   329 | stringInitUTF8  (pANTLR3_STRING string)
05:30:56       | ^~~~~~~~~~~~~~
05:30:56 2 warnings generated.
05:30:56 ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3treeparser.c:192:37: warning: variable 'ctns' set but not used [-Wunused-but-set-variable]
05:30:56   192 |     pANTLR3_COMMON_TREE_NODE_STREAM     ctns;
05:30:56       |                                         ^
05:30:56 1 warning generated.
05:30:56 test ! `uname` = Darwin || install_name_tool -id "@rpath/libomantlr3.so" libomantlr3.so
05:30:56 java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report ParModelica_Lexer.g
05:30:56 ANTLR Grammar Report; Stats Version 4
05:30:56 Grammar: ParModelica_Lexer
05:30:56 Type: lexer
05:30:56 Target language: C
05:30:56 Output: none
05:30:56 Grammar option k: none
05:30:56 Grammar option backtrack: false
05:30:56 Rules: 25
05:30:56 Productions: 49
05:30:56 Decisions: 1
05:30:56 Cyclic DFA decisions: 1
05:30:56 LL(1) decisions: 0
05:30:56 Min fixed k: 0
05:30:56 Max fixed k: 0
05:30:56 Average fixed k: 0.0
05:30:56 Standard deviation of fixed k: 0.0
05:30:56 Min acyclic DFA states: 0
05:30:56 Max acyclic DFA states: 0
05:30:56 Average acyclic DFA states: 0.0
05:30:56 Standard deviation of acyclic DFA states: 0.0
05:30:56 Total acyclic DFA states: 0
05:30:56 Min cyclic DFA states: 90
05:30:56 Max cyclic DFA states: 90
05:30:56 Average cyclic DFA states: 90.0
05:30:56 Standard deviation of cyclic DFA states: 0.0
05:30:56 Total cyclic DFA states: 90
05:30:56 Vocabulary size: 65536
05:30:56 DFA creation time in ms: 1439
05:30:56 Number of semantic predicates found: 0
05:30:56 Number of manual fixed lookahead k=value options: 0
05:30:56 Number of nondeterministic decisions: 0
05:30:56 Number of nondeterministic decisions resolved with predicates: 0
05:30:56 Number of DFA conversions terminated early: 0
05:30:56 Number of errors: 0
05:30:56 Number of warnings: 0
05:30:56 Number of infos: 0
05:30:56 Number of syntactic predicates found: 0
05:30:56 Decisions with syntactic predicates: 0
05:30:56 Decision DFAs using syntactic predicates: 0
05:30:56 Decisions with semantic predicates: 0
05:30:56 Decision DFAs using semantic predicates: 0
05:30:56 
05:30:56 Backtracking report:
05:30:56 Number of decisions that backtrack: 0
05:30:56 
05:30:56 NFA conversion early termination report:
05:30:56 Number of NFA conversions that terminated early: 0
05:30:56 
05:30:56 ## Recover from the removal of ParModelica_Lexer_BaseModelica_Lexer.c
05:30:56 ## Recover from the removal of ParModelica_Lexer_BaseModelica_Lexer.h
05:30:56 ## Recover from the removal of ParModelica_Lexer.h
05:30:56 ## Recover from the removal of ParModelica_Lexer.c
05:30:56 java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report MetaModelica_Lexer.g
05:30:56 ANTLR Grammar Report; Stats Version 4
05:30:56 Grammar: MetaModelica_Lexer
05:30:56 Type: lexer
05:30:56 Target language: C
05:30:56 Output: none
05:30:56 Grammar option k: none
05:30:56 Grammar option backtrack: false
05:30:56 Rules: 45
05:30:56 Productions: 89
05:30:56 Decisions: 1
05:30:56 Cyclic DFA decisions: 1
05:30:56 LL(1) decisions: 0
05:30:56 Min fixed k: 0
05:30:56 Max fixed k: 0
05:30:56 Average fixed k: 0.0
05:30:56 Standard deviation of fixed k: 0.0
05:30:56 Min acyclic DFA states: 0
05:30:56 Max acyclic DFA states: 0
05:30:56 Average acyclic DFA states: 0.0
05:30:56 Standard deviation of acyclic DFA states: 0.0
05:30:56 Total acyclic DFA states: 0
05:30:56 Min cyclic DFA states: 206
05:30:56 Max cyclic DFA states: 206
05:30:56 Average cyclic DFA states: 206.0
05:30:56 Standard deviation of cyclic DFA states: 0.0
05:30:56 Total cyclic DFA states: 206
05:30:56 Vocabulary size: 65536
05:30:56 DFA creation time in ms: 2358
05:30:56 Number of semantic predicates found: 0
05:30:56 Number of manual fixed lookahead k=value options: 0
05:30:56 Number of nondeterministic decisions: 0
05:30:56 Number of nondeterministic decisions resolved with predicates: 0
05:30:56 Number of DFA conversions terminated early: 0
05:30:56 Number of errors: 0
05:30:56 Number of warnings: 0
05:30:56 Number of infos: 0
05:30:56 Number of syntactic predicates found: 0
05:30:56 Decisions with syntactic predicates: 0
05:30:56 Decision DFAs using syntactic predicates: 0
05:30:56 Decisions with semantic predicates: 0
05:30:56 Decision DFAs using semantic predicates: 0
05:30:56 
05:30:56 Backtracking report:
05:30:56 Number of decisions that backtrack: 0
05:30:56 
05:30:56 NFA conversion early termination report:
05:30:56 Number of NFA conversions that terminated early: 0
05:30:56 
05:30:56 ## Recover from the removal of MetaModelica_Lexer.h
05:30:56 ## Recover from the removal of MetaModelica_Lexer_BaseModelica_Lexer.h
05:30:56 ## Recover from the removal of MetaModelica_Lexer_BaseModelica_Lexer.c
05:30:56 ## Recover from the removal of MetaModelica_Lexer.c
05:30:56 java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report Modelica.g
05:30:56 warning(105): Modelica.g:309:10: no lexer rule corresponding to token: PURE
05:30:56 warning(105): Modelica.g:1818:5: no lexer rule corresponding to token: PURE
05:30:56 warning(200): Modelica.g:1627:20: Decision can match input such as "COLONCOLON" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1643:55: Decision can match input such as "COLON" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1643:25: Decision can match input such as "COLON" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1657:100: Decision can match input such as "T_OR" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1663:106: Decision can match input such as "T_AND" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1677:3: Decision can match input such as "LESS" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1677:3: Decision can match input such as "LESSEQ" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1677:3: Decision can match input such as "GREATER" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1677:3: Decision can match input such as "GREATEREQ" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1677:3: Decision can match input such as "EQEQ" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1677:3: Decision can match input such as "LESSGT" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1693:5: Decision can match input such as "PLUS" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1693:5: Decision can match input such as "MINUS" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1693:5: Decision can match input such as "PLUS_EW" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1693:5: Decision can match input such as "MINUS_EW" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1715:5: Decision can match input such as "STAR" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1715:5: Decision can match input such as "SLASH" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1715:5: Decision can match input such as "STAR_EW" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1715:5: Decision can match input such as "SLASH_EW" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1721:14: Decision can match input such as "POWER_EW" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 warning(200): Modelica.g:1721:14: Decision can match input such as "POWER" using multiple alternatives: 1, 2
05:30:56 As a result, alternative(s) 2 were disabled for that input
05:30:56 Semantic predicates were present but were hidden by actions.
05:30:56 ANTLR Grammar Report; Stats Version 4
05:30:56 Grammar: Modelica
05:30:56 Type: combined
05:30:56 Target language: C
05:30:56 Output: none
05:30:56 Grammar option k: none
05:30:56 Grammar option backtrack: false
05:30:56 Rules: 144
05:30:56 Productions: 161
05:30:56 Decisions: 197
05:30:56 Cyclic DFA decisions: 1
05:30:56 LL(1) decisions: 54
05:30:56 Min fixed k: -1
05:30:56 Max fixed k: 3
05:30:56 Average fixed k: 0.0
05:30:56 Standard deviation of fixed k: 1.0954451150103321
05:30:56 Min acyclic DFA states: 0
05:30:56 Max acyclic DFA states: 73
05:30:56 Average acyclic DFA states: 2.8877551020408165
05:30:56 Standard deviation of acyclic DFA states: 8.62124109461696
05:30:56 Total acyclic DFA states: 566
05:30:56 Min cyclic DFA states: 6
05:30:56 Max cyclic DFA states: 6
05:30:56 Average cyclic DFA states: 6.0
05:30:56 Standard deviation of cyclic DFA states: 0.0
05:30:56 Total cyclic DFA states: 6
05:30:56 Vocabulary size: 150
05:30:56 DFA creation time in ms: 16538
05:30:56 Number of semantic predicates found: 16
05:30:56 Number of manual fixed lookahead k=value options: 7
05:30:56 Number of nondeterministic decisions: 17
05:30:56 Number of nondeterministic decisions resolved with predicates: 8
05:30:56 Number of DFA conversions terminated early: 0
05:30:56 Number of errors: 0
05:30:56 Number of warnings: 23
05:30:56 Number of infos: 0
05:30:56 Number of syntactic predicates found: 4
05:30:56 Decisions with syntactic predicates: 3
05:30:56 Decision DFAs using syntactic predicates: 3
05:30:56 Decisions with semantic predicates: 16
05:30:56 Decision DFAs using semantic predicates: 5
05:30:56 
05:30:56 Backtracking report:
05:30:56 Number of decisions that backtrack: 3
05:30:56 Rule code_expression decision 180 location 2132:5
05:30:56 Rule component_reference__function_call decision 143 location 1865:52
05:30:56 Rule top_algorithm decision 186 location 2193:3
05:30:56 
05:30:56 NFA conversion early termination report:
05:30:56 Number of NFA conversions that terminated early: 0
05:30:56 
05:30:56 ## Recover from the removal of ModelicaParser.h
05:30:56 ## Recover from the removal of ModelicaParser.c
05:30:56 clang -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS  -c -o ParModelica_Lexer.o ParModelica_Lexer.c
05:30:56 clang -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS  -c -o Modelica_3_Lexer.o Modelica_3_Lexer.c
05:30:56 clang -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS  -c -o MetaModelica_Lexer.o MetaModelica_Lexer.c
05:30:56 clang -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS  -c -o Parser_omc.o Parser_omc.c
05:30:56 In file included from Parser_omc.c:36:
05:30:56 ./parse.c:370:42: warning: variable 'members' is uninitialized when passed as a const pointer argument here [-Wuninitialized-const-pointer]
05:30:56   370 |   pthread_setspecific(modelicaParserKey,&members);
05:30:56       |                                          ^~~~~~~
05:30:56 ./parse.c:412:42: warning: variable 'members' is uninitialized when passed as a const pointer argument here [-Wuninitialized-const-pointer]
05:30:56   412 |   pthread_setspecific(modelicaParserKey,&members);
05:30:56       |                                          ^~~~~~~
05:30:56 ./parse.c:73:14: warning: unused function 'noRecoverFromMismatchedSet' [-Wunused-function]
05:30:56    73 | static void* noRecoverFromMismatchedSet(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow)
05:30:56       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
05:30:56 3 warnings generated.
05:30:56 clang -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS  -c -o Modelica_3_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.c
05:30:56 Modelica_3_Lexer_BaseModelica_Lexer.c:6235:19: warning: variable 'esc' set but not used [-Wunused-but-set-variable]
05:30:56  6235 |     ANTLR3_UINT32 esc;
05:30:56       |                   ^
05:30:56 1 warning generated.
05:30:56 clang -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS  -c -o ParModelica_Lexer_BaseModelica_Lexer.o ParModelica_Lexer_BaseModelica_Lexer.c
05:30:56 ParModelica_Lexer_BaseModelica_Lexer.c:6235:19: warning: variable 'esc' set but not used [-Wunused-but-set-variable]
05:30:56  6235 |     ANTLR3_UINT32 esc;
05:30:56       |                   ^
05:30:56 1 warning generated.
05:30:56 clang -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS  -c -o MetaModelica_Lexer_BaseModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.c
05:30:56 MetaModelica_Lexer_BaseModelica_Lexer.c:6236:19: warning: variable 'esc' set but not used [-Wunused-but-set-variable]
05:30:56  6236 |     ANTLR3_UINT32 esc;
05:30:56       |                   ^
05:30:56 1 warning generated.
05:30:56 clang -c -o ModelicaParser.boot.o ModelicaParser.c -Os -fno-stack-protector -fPIC -Wall  -Wno-parentheses-equality -Wno-unused-variable -Werror=implicit-function-declaration -Werror=incompatible-pointer-types  -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/gc/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../Compiler/boot/tarball-include
05:30:56 ModelicaParser.c:3471:34: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
05:30:56  3471 |                       while (tok = INPUT->get(INPUT,omc_first_comment++)) {
05:30:56       |                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
05:30:56 ModelicaParser.c:3471:34: note: place parentheses around the assignment to silence this warning
05:30:56  3471 |                       while (tok = INPUT->get(INPUT,omc_first_comment++)) {
05:30:56       |                                  ^                                      
05:30:56       |                              (                                          )
05:30:56 ModelicaParser.c:3471:34: note: use '==' to turn this assignment into an equality comparison
05:30:56  3471 |                       while (tok = INPUT->get(INPUT,omc_first_comment++)) {
05:30:56       |                                  ^
05:30:56       |                                  ==
05:30:56 ModelicaParser.c:3315:25: warning: expression result unused [-Wunused-value]
05:30:56  3315 |         (SCOPE_TOP(omc))->numPushed; OM_PUSHZ2(within, cl); 
05:30:56       |         ~~~~~~~~~~~~~~~~  ^~~~~~~~~
05:30:56 ModelicaParser.c:5034:29: warning: variable 'rp' set but not used [-Wunused-but-set-variable]
05:30:56  5034 |     pANTLR3_COMMON_TOKEN    rp;
05:30:56       |                             ^
05:30:56 ModelicaParser.c:8082:29: warning: variable 'conn' set but not used [-Wunused-but-set-variable]
05:30:56  8082 |     pANTLR3_COMMON_TOKEN    conn;
05:30:56       |                             ^
05:30:56 ModelicaParser.c:10256:29: warning: variable 'lt' set but not used [-Wunused-but-set-variable]
05:30:56  10256 |     pANTLR3_COMMON_TOKEN    lt;
05:30:56        |                             ^
05:30:56 ModelicaParser.c:10435:29: warning: variable 'lt' set but not used [-Wunused-but-set-variable]
05:30:56  10435 |     pANTLR3_COMMON_TOKEN    lt;
05:30:56        |                             ^
05:30:56 ModelicaParser.c:23425:41: warning: variable 'd' set but not used [-Wunused-but-set-variable]
05:30:56  23425 |                                     double d = 0;
05:30:56        |                                            ^
05:30:56 ModelicaParser.c:23992:29: warning: variable 'i' set but not used [-Wunused-but-set-variable]
05:30:56  23992 |     pANTLR3_COMMON_TOKEN    i;
05:30:56        |                             ^
05:30:56 ModelicaParser.c:607:26: warning: unused function 'freeScope' [-Wunused-function]
05:30:56   607 | static  void ANTLR3_CDECL freeScope(void * scope)
05:30:56       |                           ^~~~~~~~~
05:30:56 ModelicaParser.c:877:26: warning: unused function 'getTokenNames' [-Wunused-function]
05:30:56   877 | static pANTLR3_UINT8    *getTokenNames() 
05:30:56       |                          ^~~~~~~~~~~~~
05:30:56 10 warnings generated.
05:30:56 rm -f libomparse-boot.a
05:30:56 ar -ru libomparse-boot.a ParModelica_Lexer_BaseModelica_Lexer.o ParModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.o MetaModelica_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer.o MetaModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.o ParModelica_Lexer.o ParModelica_Lexer_BaseModelica_Lexer.o Parser_omc.o ModelicaParser.boot.o
05:30:56 ar: `u' modifier ignored since `D' is the default (see `U')
05:30:56 ar: creating libomparse-boot.a
05:30:56 ranlib libomparse-boot.a
05:30:56 mkdir -p /var/lib/jenkins1/ws/LINUX_BUILDS/tmp.build/openmodelica-1.26.3~2-gbb46d8f/build/include/arm-linux-gnueabihf/omc/antlr3
05:30:56 cp ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h ../3rdParty/antlr/3.2/libantlr3c-3.2/include/*.h /var/lib/jenkins1/ws/LINUX_BUILDS/tmp.build/openmodelica-1.26.3~2-gbb46d8f/build/include/arm-linux-gnueabihf/omc/antlr3
05:30:56 cp libomantlr3.so /var/lib/jenkins1/ws/LINUX_BUILDS/tmp.build/openmodelica-1.26.3~2-gbb46d8f/build/lib/arm-linux-gnueabihf/omc/
05:30:56 make[5]: Leaving directory '/var/lib/jenkins1/ws/LINUX_BUILDS/tmp.build/openmodelica-1.26.3~2-gbb46d8f/OMCompiler/Parser'
05:30:56 make[4]: Leaving directory '/var/lib/jenkins1/ws/LINUX_BUILDS/tmp.build/openmodelica-1.26.3~2-gbb46d8f/OMCompiler'
05:30:56 make[3]: *** [Makefile.common:132: interactive] Error 2
05:30:56 make[3]: Leaving directory '/var/lib/jenkins1/ws/LINUX_BUILDS/tmp.build/openmodelica-1.26.3~2-gbb46d8f/OMCompiler'
05:30:56 make[2]: *** [Makefile:121: omc-bootstrapped] Error 2
05:30:56 make[2]: Leaving directory '/var/lib/jenkins1/ws/LINUX_BUILDS/tmp.build/openmodelica-1.26.3~2-gbb46d8f/OMCompiler'
05:30:56 make[1]: *** [Makefile:29: omc.skip] Error 2
05:30:56 make[1]: Leaving directory '/var/lib/jenkins1/ws/LINUX_BUILDS/tmp.build/openmodelica-1.26.3~2-gbb46d8f'
05:30:56 make: *** [debian/rules:97: build-stamp] Error 2
05:30:56 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
05:30:56 + exit 1