Ticket #4192: log.txt

File log.txt, 6.2 KB (added by anatoly.trosinenko@…, 8 years ago)

Error log

Line 
1[VERBOSE][FMUCHK] Setting log level to [DEBUG]
2[VERBOSE][FMUCHK] This binary is build without debug log messages.
3 Reconfigure with FMUCHK_ENABLE_LOG_LEVEL_DEBUG=ON and rebuild to enable debug level logging
4[INFO][FMUCHK] FMI compliance checker Test [FMILibrary: Test] build date: Dec 19 2016
5[INFO][FMUCHK] Called with following options:
6[INFO][FMUCHK] /home/trosinenko/tmp/FMUChecker-2.0.3/build/fmuCheck.linux64 -l 6 -i input.csv DiscreteInput.fmu
7[INFO][FMUCHK] Will process FMU DiscreteInput.fmu
8[VERBOSE][FMILIB] Allocating FMIL context
9[VERBOSE][FMILIB] Detecting FMI standard version
10[VERBOSE][FMIZIP] Unpacking FMU into /tmp/fmucktmpmlvNJm
11[VERBOSE][FMIXML] Parsing XML to detect FMI standard version
12[VERBOSE][FMIXML] XML specifies FMI 2.0
13[INFO][FMILIB] XML specifies FMI standard version 2.0
14[VERBOSE][FMILIB] Parsing model description XML
15[VERBOSE][FMI2XML] Parsing XML element fmiModelDescription
16[VERBOSE][FMI2XML] Parsing XML element CoSimulation
17[VERBOSE][FMI2XML] Parsing XML element LogCategories
18[VERBOSE][FMI2XML] Parsing XML element ModelVariables
19[VERBOSE][FMI2XML] Parsing XML element ModelStructure
20[VERBOSE][FMI2XML] Parsing XML element Outputs
21[VERBOSE][FMILIB] Parsing finished successfully
22[INFO][FMUCHK] Model name: DiscreteInput
23[INFO][FMUCHK] Model GUID: {33aebb10-b453-4c3d-8992-c64f2596c5ac}
24[INFO][FMUCHK] Model version:
25[INFO][FMUCHK] FMU kind: CoSimulation
26[INFO][FMUCHK] The FMU contains:
270 constants
280 parameters
291 discrete variables
300 continuous variables
311 inputs
320 outputs
330 local variables
340 independent variables
350 calculated parameters
360 real variables
371 integer variables
380 enumeration variables
390 boolean variables
400 string variables
41
42[INFO][FMUCHK] Printing output file header
43[INFO][FMUCHK] Opening input file input.csv
44[INFO][FMUCHK] Detected separator character in input file: ,
45[INFO][FMUCHK] Model identifier for CoSimulation: DiscreteInput
46[INFO][FMILIB] Loading 'linux64' binary with 'default' platform types
47[VERBOSE][FMICAPI] Loaded FMU binary from /tmp/fmucktmpmlvNJm/binaries/linux64/DiscreteInput.so
48[VERBOSE][FMICAPI] Loading functions for the co-simulation interface
49[VERBOSE][FMILIB] Successfully loaded all the interface functions
50[INFO][FMUCHK] Version returned from CS FMU: 2.0
51[VERBOSE][FMICAPI] Calling fmi2GetModelTypesPlatform
52[VERBOSE][FMUCHK] allocateMemory( 1, 192) called. Returning pointer: 0xd771d0
53[VERBOSE][FMUCHK] allocateMemory( 16, 1) called. Returning pointer: 0xd772a0
54[VERBOSE][FMUCHK] allocateMemory( 39, 1) called. Returning pointer: 0xd7d8c0
55[VERBOSE][FMUCHK] allocateMemory( 1, 40) called. Returning pointer: 0xd772c0
56[VERBOSE][FMUCHK] allocateMemory( 1, 512) called. Returning pointer: 0xd772f0
57[VERBOSE][FMUCHK] allocateMemory( 1, 616) called. Returning pointer: 0xd77500
58[VERBOSE][FMUCHK] allocateMemory( 1, 248) called. Returning pointer: 0xd77770
59 [FMU][logFmi2Call][FMU status:OK] fmi2Instantiate: GUID={33aebb10-b453-4c3d-8992-c64f2596c5ac}
60 [FMU][logFmi2Call][FMU status:OK] fmi2SetInteger: nvr = 1
61 [FMU][logFmi2Call][FMU status:OK] fmi2SetInteger: int = 0
62[VERBOSE][FMICAPI] Calling fmi2SetupExperiment
63 [FMU][logFmi2Call][FMU status:OK] fmi2SetupExperiment: toleranceDefined=0 tolerance=1e-06 startTime=0 stopTimeDefined=0 stopTime=0
64[VERBOSE][FMICAPI] Calling fmi2EnterInitializationMode
65 [FMU][logFmi2Call][FMU status:OK] fmi2EnterInitializationMode...
66 [FMU][logFmi2Call][FMU status:OK] fmi2EnterInitializationMode: succeed
67[VERBOSE][FMICAPI] Calling fmi2ExitInitializationMode
68 [FMU][logFmi2Call][FMU status:OK] fmi2ExitInitializationMode...
69 [FMU][logFmi2Call][FMU status:OK] fmi2ExitInitializationMode: succeed
70[INFO][FMUCHK] Initialized FMU for simulation starting at time 0
71[VERBOSE][FMUCHK] Writing simulation output for start time
72 [FMU][logFmi2Call][FMU status:OK] fmi2GetInteger: int = 0
73[VERBOSE][FMUCHK] Simulation step from time: 0 until: 0.002
74 [FMU][logFmi2Call][FMU status:OK] fmi2SetInteger: nvr = 1
75 [FMU][logFmi2Call][FMU status:OK] fmi2SetInteger: int = 0
76[VERBOSE][FMUCHK] allocateMemory( 0, 8) called. Returning pointer: 0xd78680
77[VERBOSE][FMUCHK] allocateMemory( 0, 8) called. Returning pointer: 0xd786a0
78[VERBOSE][FMUCHK] allocateMemory( 0, 8) called. Returning pointer: 0xd786c0
79[VERBOSE][FMUCHK] allocateMemory( 0, 8) called. Returning pointer: 0xd786e0
80 [FMU][logEvents][FMU status:OK] fmi2EnterEventMode
81 [FMU][logFmi2Call][FMU status:OK] fmi2NewDiscreteStates
82 [FMU][logFmi2Call][FMU status:OK] fmi2EventUpdate: Start Event Update! Next Sample Event 0
83 [FMU][logFmi2Call][FMU status:OK] fmi2EventUpdate: newDiscreteStatesNeeded false
84 [FMU][logFmi2Call][FMU status:OK] fmi2EventUpdate: Checked for Sample Events! Next Sample Event 0
85 [FMU][logFmi2Call][FMU status:OK] fmi2EnterContinuousTimeMode
86 [FMU][logFmi2Call][FMU status:OK] fmi2SetTime: time=0.002
87 [FMU][logFmi2Call][FMU status:OK] fmi2CompletedIntegratorStep
88[VERBOSE][FMUCHK] freeMemory(0xd78680) called
89[VERBOSE][FMUCHK] freeMemory(0xd786a0) called
90[VERBOSE][FMUCHK] freeMemory(0xd786c0) called
91[VERBOSE][FMUCHK] freeMemory(0xd786e0) called
92 [FMU][logFmi2Call][FMU status:OK] fmi2GetInteger: int = 0
93[VERBOSE][FMUCHK] Simulation step from time: 0.002 until: 0.004
94 [FMU][logStatusError][FMU status:Error] fmi2SetInteger: Illegal call sequence. fmi2SetInteger is not allowed in Continuous-Time Mode state.
95[FATAL][FMUCHK] Simulation loop terminated at time 0.002 since FMU returned status: Error
96 [FMU][logStatusError][FMU status:Error] fmi2Terminate: Illegal call sequence. fmi2Terminate is not allowed in Error state.
97[ERROR][FMUCHK] fmiTerminateSlave returned status: Error
98 [FMU][logFmi2Call][FMU status:OK] fmi2FreeInstance
99[VERBOSE][FMUCHK] freeMemory(0xd772f0) called
100[VERBOSE][FMUCHK] freeMemory(0xd77500) called
101[VERBOSE][FMUCHK] freeMemory(0xd77770) called
102[VERBOSE][FMUCHK] freeMemory(0xd772c0) called
103[VERBOSE][FMUCHK] freeMemory(0xd772a0) called
104[VERBOSE][FMUCHK] freeMemory(0xd7d8c0) called
105[VERBOSE][FMUCHK] freeMemory(0xd771d0) called
106[VERBOSE][FMILIB] Releasing allocated library resources
107[VERBOSE][FMILIB] Releasing FMU CAPI interface
108[VERBOSE][FMICAPI] Successfully unloaded FMU binary
109[VERBOSE][JMPRT] Removing /tmp/fmucktmpmlvNJm
110FMU check summary:
111FMU reported:
112 2 warning(s) and error(s)
113Checker reported:
114 0 Warning(s)
115 2 Error(s)
116 1 Fatal error(s) occurred during processing
117"time"
1180
1190.002