Running: ./testmodel.py --libraries=/home/hudson/saved_omc/libraries/.openmodelica/libraries/ --ompython_omhome=/usr Modelica_DeviceDrivers_Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackagerBitPack_UDP.conf.json loadFile("/home/hudson/saved_omc/libraries/.openmodelica/libraries/Complex 4.0.0+maint.om/package.mo", uses=false) loadFile("/home/hudson/saved_omc/libraries/.openmodelica/libraries/Modelica 4.0.0+maint.om/package.mo", uses=false) loadFile("/home/hudson/saved_omc/libraries/.openmodelica/libraries/ModelicaServices 4.0.0+maint.om/package.mo", uses=false) loadFile("/home/hudson/saved_omc/libraries/.openmodelica/libraries/Modelica_DeviceDrivers 2.1.1-master/package.mo", uses=false) Using package Modelica_DeviceDrivers with version 2.1.1 (/home/hudson/saved_omc/libraries/.openmodelica/libraries/Modelica_DeviceDrivers 2.1.1-master/package.mo) Using package ModelicaServices with version 4.0.0 (/home/hudson/saved_omc/libraries/.openmodelica/libraries/ModelicaServices 4.0.0+maint.om/package.mo) Using package Modelica with version 4.0.0 (/home/hudson/saved_omc/libraries/.openmodelica/libraries/Modelica 4.0.0+maint.om/package.mo) Using package Complex with version 4.0.0 (/home/hudson/saved_omc/libraries/.openmodelica/libraries/Complex 4.0.0+maint.om/package.mo) Running command: "" <> buildModelFMU(Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackagerBitPack_UDP,fileNamePrefix="Modelica_DeviceDrivers_Modelica_DeviceDrivers_ClockedBlocks_Examples_TestSerialPackagerBitPack_UDP",fmuType="me",version="2.0",platforms={"static"}) "" <> buildModelFMU(Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackagerBitPack_UDP,fileNamePrefix="Modelica_DeviceDrivers_Modelica_DeviceDrivers_ClockedBlocks_Examples_TestSerialPackagerBitPack_UDP",fmuType="me",version="2.0",platforms={"static"}) [:1:1-1:32:writable] Error: Class GC_set_max_heap_size not found in scope (looking for a function or record). Notification: Performance of loadFile(/home/hudson/saved_omc/libraries/.openmodelica/libraries/Complex 4.0.0+maint.om/package.mo): time 0.00149/0.00149, allocations: 188.5 kB / 7.845 MB, free: 2.504 MB / 5.871 MB Notification: Performance of loadFile(/home/hudson/saved_omc/libraries/.openmodelica/libraries/Modelica 4.0.0+maint.om/package.mo): time 1.415/1.415, allocations: 221.4 MB / 229.7 MB, free: 3.023 MB / 186.7 MB Notification: Performance of loadFile(/home/hudson/saved_omc/libraries/.openmodelica/libraries/ModelicaServices 4.0.0+maint.om/package.mo): time 0.001138/0.001138, allocations: 96.3 kB / 280.5 MB, free: 1.277 MB / 218.7 MB Notification: Performance of loadFile(/home/hudson/saved_omc/libraries/.openmodelica/libraries/Modelica_DeviceDrivers 2.1.1-master/package.mo): time 0.05431/0.05431, allocations: 11.91 MB / 343.2 MB, free: 2.836 MB / 282.7 MB Notification: Performance of FrontEnd - loaded program: time 0.2617/0.3161, allocations: 59.46 MB / 402.6 MB, free: 64.19 MB / 298.7 MB Notification: Performance of FrontEnd - Absyn->SCode: time 0.1215/0.4376, allocations: 53.35 MB / 456 MB, free: 10.85 MB / 298.7 MB Notification: Performance of FrontEnd - scodeFlatten: time 0.3728/0.8105, allocations: 87.15 MB / 0.5304 GB, free: 14.88 MB / 362.7 MB Notification: Performance of FrontEnd - mkProgramGraph: time 0.0002092/0.8107, allocations: 69.12 kB / 0.5305 GB, free: 14.85 MB / 362.7 MB Warning: Alias equations of external objects are not Modelica compliant as in: getInteger1.pkgIn.pkg = unpackInt1.pkgOut[1].pkg unpackInt.pkgOut[1].pkg = unpackInt1.pkgIn.pkg getReal.pkgOut[1].pkg = unpackInt.pkgIn.pkg getReal.pkgIn.pkg = uDPReceive2_1.pkgOut.pkg addInteger1.pkgOut[1].pkg = uDPSend.pkgIn.pkg addInteger1.pkgIn.pkg = packInt1.pkgOut[1].pkg packInt.pkgOut[1].pkg = packInt1.pkgIn.pkg addReal.pkgOut[1].pkg = packInt.pkgIn.pkg addReal.pkgIn.pkg = packager.pkgOut.pkg getReal.pkgOut[1].pkg = getReal.pkgIn.pkg addReal.pkgOut[1].pkg = addReal.pkgIn.pkg unpackInt1.pkgOut[1].pkg = unpackInt1.pkgIn.pkg addInteger1.pkgOut[1].pkg = addInteger1.pkgIn.pkg packInt1.pkgOut[1].pkg = packInt1.pkgIn.pkg unpackInt.pkgOut[1].pkg = unpackInt.pkgIn.pkg packInt.pkgOut[1].pkg = packInt.pkgIn.pkg Error: Too many equations, over-determined system. The model has 141 equation(s) and 138 variable(s). [/home/hudson/saved_omc/libraries/.openmodelica/libraries/Modelica_DeviceDrivers 2.1.1-master/ClockedBlocks/Communication.mo:162:5-174:11:writable] Warning: Equation 15 (size: 4) if not previous(uDPReceive2_1.initialized) then uDPReceive2_1.initialized = true uDPReceive2_1.socket = Modelica_DeviceDrivers.Communication.UDPSocket.constructor(uDPReceive2_1.port_recv, uDPReceive2_1.bufferSize, uDPReceive2_1.useRecvThread) getInteger1.pkgIn.pkg = Modelica_DeviceDrivers.Packaging.SerialPackager.constructor(uDPReceive2_1.bufferSize) uDPReceive2_1.bufferSize = if uDPReceive2_1.autoBufferSize then Modelica_DeviceDrivers.Packaging.alignAtByteBoundary(uDPReceive2_1.pkgOut.autoPkgBitSize) else uDPReceive2_1.userBufferSize else uDPReceive2_1.initialized = previous(uDPReceive2_1.initialized) uDPReceive2_1.socket = previous(uDPReceive2_1.socket) uDPReceive2_1.bufferSize = previous(uDPReceive2_1.bufferSize) getInteger1.pkgIn.pkg = previous(getInteger1.pkgIn.pkg) end if is not big enough to solve for enough variables. Remaining unsolved variables are: uDPReceive2_1.pkgOut.autoPkgBitSize, uDPReceive2_1.bufferSize, uDPReceive2_1.initialized Already solved: Equations used to solve those variables: [/home/hudson/saved_omc/libraries/.openmodelica/libraries/Modelica_DeviceDrivers 2.1.1-master/ClockedBlocks/Packaging.mo:673:10-673:116:writable] Warning: Equation 20 (size: 1) unpackInt.pkgIn.autoPkgBitSize = if unpackInt.nu == 1 then unpackInt.pkgOut[1].autoPkgBitSize + unpackInt.bitOffset + unpackInt.width else unpackInt.bitOffset + unpackInt.width is not big enough to solve for enough variables. Remaining unsolved variables are: Already solved: unpackInt.pkgIn.autoPkgBitSize, unpackInt.pkgOut[1].autoPkgBitSize Equations used to solve those variables: Equation 89 (size: 1): getReal.pkgOut[1].autoPkgBitSize = unpackInt.pkgIn.autoPkgBitSize Equation 92 (size: 1): unpackInt.pkgOut[1].autoPkgBitSize = unpackInt1.pkgIn.autoPkgBitSize Error: Internal error SimCode: The model Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackagerBitPack_UDP could not be translated to FMU