RWTH-EBC/AixLib

AixLib.Controls.HVACAgentBasedControl crashs in CI

DaJansenGit opened this issue · 3 comments

Describe the bug
The examples in AixLib.Controls.HVACAgentBasedControl crash the pipeline which timeouts afterwards, for an example see this job .
Expected behavior
Job should run normally and only fail if there is an error in the models

Additional context
This could be related to the Modelica Devices Dirvers library. Currently, I also the following error when I want to run the models local in Dymola 2023:

Error: The following error was detected at time: 0
MDDUDPSocket.h: socket failed with error: 10022

The stack of functions is:
Modelica_DeviceDrivers.Communication.UDPSocket
Modelica_DeviceDrivers.Communication.UDPSocket(0, 16384, true, 0, 0)

Error: Integrator failed to start model.
... "BookTrading.mat" creating (simulation result file)

... Error message from dymosim

ERROR: The simulation of AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading.BookTrading FAILED

The loaded version of Device Drivers is: Modelica_DeviceDrivers 2.0.0

This problem was discovered during merge of #1441. As this issue has nothing to do with the original purpose of the branch to merge, I put the models on whitelist. After we solved the issue with the control package, we need to remove the models from the whitelist again.

Local simulation works, if the working directory is changed to a local folder.

Move to obsolete