Skip to content

Console Output

Skipping 26,890 KB.. Full Log
FAIL!  : HomotopyTest::simulateHomotopyTestM2() Failed to find the expected output in the simulation log file i.e., simulation terminated by an assertion at initialization
   Loc: [HomotopyTest.cpp(111)]
PASS   : HomotopyTest::cleanupTestCase()
Totals: 2 passed, 2 failed, 0 skipped, 0 blacklisted, 1746ms
********* Finished testing of HomotopyTest *********
info:    Logging information has been saved to "/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/Homotopy/OpenModelica_nobody/OMEdit//omslog.txt"
Running testcase './Homotopy' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/Homotopy'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/Homotopy/runtime-'
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
********* Start testing of HomotopyTest *********
Config: Using QtTest library 5.9.5, Qt 5.9.5 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.4.0)
PASS   : HomotopyTest::initTestCase()
PASS   : HomotopyTest::simulateHomotopyTestM1()
PASS   : HomotopyTest::simulateHomotopyTestM2()
PASS   : HomotopyTest::cleanupTestCase()
Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 1736ms
********* Finished testing of HomotopyTest *********
info:    Logging information has been saved to "/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/Homotopy/OpenModelica_nobody/OMEdit//omslog.txt"
Running testcase './Expression' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/Expression'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/Expression/runtime-'
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
********* Start testing of ExpressionTest *********
Config: Using QtTest library 5.9.5, Qt 5.9.5 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.4.0)
PASS   : ExpressionTest::initTestCase()
PASS   : ExpressionTest::dynamicSelect(DynamicSelect1)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect2)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect3)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect4)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect5)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect6)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect7)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect8)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect9)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect10)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect11)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect12)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect13)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect14)
PASS   : ExpressionTest::dynamicSelect(DynamicSelect15)
PASS   : ExpressionTest::operators(unary1)
PASS   : ExpressionTest::operators(unary2)
PASS   : ExpressionTest::operators(unary3)
PASS   : ExpressionTest::operators(logic1)
PASS   : ExpressionTest::operators(logic2)
PASS   : ExpressionTest::operators(arithmetic1)
PASS   : ExpressionTest::operators(array + array)
PASS   : ExpressionTest::operators(scalar .+ array)
PASS   : ExpressionTest::operators(array .- array)
PASS   : ExpressionTest::operators(array .- scalar)
PASS   : ExpressionTest::operators(array .^ scalar)
PASS   : ExpressionTest::operators(matrix * vector)
PASS   : ExpressionTest::operators(vector * matrix)
PASS   : ExpressionTest::operators(matrix * matrix)
PASS   : ExpressionTest::operators(matrix ^ scalar)
PASS   : ExpressionTest::operators(- array)
PASS   : ExpressionTest::operators(relation 1)
PASS   : ExpressionTest::operators(relation 2)
PASS   : ExpressionTest::operators(relation 3)
PASS   : ExpressionTest::operators(relation 4)
PASS   : ExpressionTest::functions(integer)
PASS   : ExpressionTest::functions(ones)
PASS   : ExpressionTest::functions(fill)
PASS   : ExpressionTest::functions(sum1)
PASS   : ExpressionTest::functions(min1)
PASS   : ExpressionTest::functions(min2)
PASS   : ExpressionTest::functions(min3)
PASS   : ExpressionTest::functions(transpose)
PASS   : ExpressionTest::functions(symmetric)
PASS   : ExpressionTest::functions(size1)
PASS   : ExpressionTest::functions(size2)
PASS   : ExpressionTest::functions(identity)
PASS   : ExpressionTest::functions(diagonal)
QDEBUG : ExpressionTest::parseJSON(json_integer1) "3"
PASS   : ExpressionTest::parseJSON(json_integer1)
QDEBUG : ExpressionTest::parseJSON(json_integer2) "-52"
PASS   : ExpressionTest::parseJSON(json_integer2)
QDEBUG : ExpressionTest::parseJSON(json_real1) "3.14"
PASS   : ExpressionTest::parseJSON(json_real1)
QDEBUG : ExpressionTest::parseJSON(json_boolean1) "true"
PASS   : ExpressionTest::parseJSON(json_boolean1)
QDEBUG : ExpressionTest::parseJSON(json_boolean2) "false"
PASS   : ExpressionTest::parseJSON(json_boolean2)
QDEBUG : ExpressionTest::parseJSON(json_string1) "\"string\""
PASS   : ExpressionTest::parseJSON(json_string1)
QDEBUG : ExpressionTest::parseJSON(json_array1) "{1,2,3,4,5}"
PASS   : ExpressionTest::parseJSON(json_array1)
QDEBUG : ExpressionTest::parseJSON(json_record1) "TestRecord(4,\"test\")"
PASS   : ExpressionTest::parseJSON(json_record1)
QDEBUG : ExpressionTest::parseJSON(json_call1) "fill(1,2,3)"
PASS   : ExpressionTest::parseJSON(json_call1)
QDEBUG : ExpressionTest::parseJSON(json_binary1) "({1,2,3} .+ {4,5,6})"
PASS   : ExpressionTest::parseJSON(json_binary1)
QDEBUG : ExpressionTest::parseJSON(json_unary1) "not false"
PASS   : ExpressionTest::parseJSON(json_unary1)
QDEBUG : ExpressionTest::parseJSON(json_if1) "if true then 1 else 2"
PASS   : ExpressionTest::parseJSON(json_if1)
QDEBUG : ExpressionTest::parseJSON(json_enum) "FillPattern.Solid"
PASS   : ExpressionTest::parseJSON(json_enum)
QDEBUG : ExpressionTest::parseJSON(json_range1) "1:4"
PASS   : ExpressionTest::parseJSON(json_range1)
QDEBUG : ExpressionTest::parseJSON(json_range2) "3:2:11"
PASS   : ExpressionTest::parseJSON(json_range2)
QDEBUG : ExpressionTest::parseJSON(json_iterator_call1) "{1 for i in 1:3, j in 2:4}"
PASS   : ExpressionTest::parseJSON(json_iterator_call1)
PASS   : ExpressionTest::cleanupTestCase()
Totals: 66 passed, 0 failed, 0 skipped, 0 blacklisted, 22ms
********* Finished testing of ExpressionTest *********
info:    Logging information has been saved to "/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/Expression/OpenModelica_nobody/OMEdit//omslog.txt"
Running testcase './ModelInstance' with tmp dir '/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/ModelInstance'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/ModelInstance/runtime-'
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
********* Start testing of ModelInstanceTest *********
Config: Using QtTest library 5.9.5, Qt 5.9.5 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.4.0)
PASS   : ModelInstanceTest::initTestCase()
PASS   : ModelInstanceTest::classAnnotations()
PASS   : ModelInstanceTest::classComponents()
PASS   : ModelInstanceTest::classConnections()
PASS   : ModelInstanceTest::classExtends()
QDEBUG : ModelInstanceTest::cleanupTestCase() cleanupTestCase 1
QDEBUG : ModelInstanceTest::cleanupTestCase() cleanupTestCase 2
QDEBUG : ModelInstanceTest::cleanupTestCase() cleanupTestCase 3
PASS   : ModelInstanceTest::cleanupTestCase()
Totals: 6 passed, 0 failed, 0 skipped, 0 blacklisted, 89ms
********* Finished testing of ModelInstanceTest *********
info:    Logging information has been saved to "/var/lib/jenkins/ws/OpenModelica_PR-10104/build/bin/OMEditTestResult/ModelInstance/OpenModelica_nobody/OMEdit//omslog.txt"
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 6c86a1aa59e5c2280bd200f2f3061796abfdb5b6d44ebd3ada9c2931b23e2afc
$ docker rm -f 6c86a1aa59e5c2280bd200f2f3061796abfdb5b6d44ebd3ada9c2931b23e2afc
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check-and-upload)
[Pipeline] parallel
[Pipeline] { (Branch: fmuchecker-results)
[Pipeline] { (Branch: upload-compliance)
[Pipeline] { (Branch: upload-doc)
[Pipeline] stage
[Pipeline] { (fmuchecker-results)
[Pipeline] stage
[Pipeline] { (upload-compliance)
[Pipeline] stage
[Pipeline] { (upload-doc)
Stage "upload-compliance" skipped due to when conditional
[Pipeline] }
Stage "upload-doc" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘linux’
Running on ripper2-2 in /var/lib/jenkins2/ws/OpenModelica_PR-10104
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker pull docker.openmodelica.org/build-deps:v1.16.3
v1.16.3: Pulling from build-deps
Digest: sha256:adf626710a9b2ab23227ed1854c3b34cb0a635a807379e132a576a907304dc43
Status: Image is up to date for docker.openmodelica.org/build-deps:v1.16.3
docker.openmodelica.org/build-deps:v1.16.3
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . docker.openmodelica.org/build-deps:v1.16.3
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
ripper2-2 does not seem to be running inside a container
$ docker run -t -d -u 1001:1001 -w /var/lib/jenkins2/ws/OpenModelica_PR-10104 -v /var/lib/jenkins2/ws/OpenModelica_PR-10104:/var/lib/jenkins2/ws/OpenModelica_PR-10104:rw,z -v /var/lib/jenkins2/ws/OpenModelica_PR-10104_tmp:/var/lib/jenkins2/ws/OpenModelica_PR-10104_tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** docker.openmodelica.org/build-deps:v1.16.3 cat
$ docker top eac2b940933ebc91c8c0b1537dce469109085593c91d47839401c550ded96a39 -eo pid,comm
[Pipeline] {
[Pipeline] echo
ripper2-2
[Pipeline] sh
+ rm -rf build/ testsuite/
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] sh
+ cd testsuite/special/FmuExportCrossCompile
+ ../../../build/bin/omc check-files.mos
FmuExportCrossCompile-linux32-me OK

FmuExportCrossCompile-linux32-cs OK

FmuExportCrossCompile-linux64-me OK

FmuExportCrossCompile-linux64-cs OK

FmuExportCrossCompile-win32-me OK

FmuExportCrossCompile-win32-cs OK

FmuExportCrossCompile-win64-me OK

FmuExportCrossCompile-win64-cs OK

FmuExportCrossCompile-darwin64-me OK

FmuExportCrossCompile-darwin64-cs OK

FmuExportCrossCompile-arm-linux-gnueabihf-me OK

FmuExportCrossCompile-arm-linux-gnueabihf-cs OK

RoomHeating_OM_RH-linux32-me OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-linux32-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-linux32-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-linux32-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-linux32-me.csv failed!

RoomHeating_OM_RH-linux32-cs OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-linux32-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-linux32-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-linux32-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-linux32-cs.csv failed!

RoomHeating_OM_RH-linux64-me OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-linux64-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-linux64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-linux64-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-linux64-me.csv failed!

RoomHeating_OM_RH-linux64-cs OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-linux64-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-linux64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-linux64-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-linux64-cs.csv failed!

RoomHeating_OM_RH-win32-me OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-win32-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-win32-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-win32-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-win32-me.csv failed!

RoomHeating_OM_RH-win32-cs OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-win32-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-win32-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-win32-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-win32-cs.csv failed!

RoomHeating_OM_RH-win64-me OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-win64-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-win64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-win64-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-win64-me.csv failed!

RoomHeating_OM_RH-win64-cs OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-win64-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-win64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-win64-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-win64-cs.csv failed!

RoomHeating_OM_RH-darwin64-me OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-darwin64-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-darwin64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-darwin64-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-darwin64-me.csv failed!

RoomHeating_OM_RH-darwin64-cs OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-darwin64-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-darwin64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-darwin64-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-darwin64-cs.csv failed!

RoomHeating_OM_RH-arm-linux-gnueabihf-me OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-arm-linux-gnueabihf-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-arm-linux-gnueabihf-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-arm-linux-gnueabihf-me.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-arm-linux-gnueabihf-me.csv failed!

RoomHeating_OM_RH-arm-linux-gnueabihf-cs OK
Error: Could not read variable h in file RoomHeating_OM_RH_res.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-arm-linux-gnueabihf-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-arm-linux-gnueabihf-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file RoomHeating_OM_RH-arm-linux-gnueabihf-cs.csv.
Warning: Get data of variable h from file RoomHeating_OM_RH-arm-linux-gnueabihf-cs.csv failed!

WaterTank_Control-linux32-me OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-linux32-me.csv.
Warning: Get data of variable h from file WaterTank_Control-linux32-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-linux32-me.csv.
Warning: Get data of variable h from file WaterTank_Control-linux32-me.csv failed!

WaterTank_Control-linux32-cs OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-linux32-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-linux32-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-linux32-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-linux32-cs.csv failed!

WaterTank_Control-linux64-me OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-linux64-me.csv.
Warning: Get data of variable h from file WaterTank_Control-linux64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-linux64-me.csv.
Warning: Get data of variable h from file WaterTank_Control-linux64-me.csv failed!

WaterTank_Control-linux64-cs OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-linux64-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-linux64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-linux64-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-linux64-cs.csv failed!

WaterTank_Control-win32-me OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-win32-me.csv.
Warning: Get data of variable h from file WaterTank_Control-win32-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-win32-me.csv.
Warning: Get data of variable h from file WaterTank_Control-win32-me.csv failed!

WaterTank_Control-win32-cs OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-win32-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-win32-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-win32-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-win32-cs.csv failed!

WaterTank_Control-win64-me OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-win64-me.csv.
Warning: Get data of variable h from file WaterTank_Control-win64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-win64-me.csv.
Warning: Get data of variable h from file WaterTank_Control-win64-me.csv failed!

WaterTank_Control-win64-cs OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-win64-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-win64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-win64-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-win64-cs.csv failed!

WaterTank_Control-darwin64-me OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-darwin64-me.csv.
Warning: Get data of variable h from file WaterTank_Control-darwin64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-darwin64-me.csv.
Warning: Get data of variable h from file WaterTank_Control-darwin64-me.csv failed!

WaterTank_Control-darwin64-cs OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-darwin64-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-darwin64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-darwin64-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-darwin64-cs.csv failed!

WaterTank_Control-arm-linux-gnueabihf-me OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-arm-linux-gnueabihf-me.csv.
Warning: Get data of variable h from file WaterTank_Control-arm-linux-gnueabihf-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_Control-arm-linux-gnueabihf-me.csv.
Warning: Get data of variable h from file WaterTank_Control-arm-linux-gnueabihf-me.csv failed!

WaterTank_Control-arm-linux-gnueabihf-cs OK
Error: Could not read variable h in file WaterTank_Control_res.csv.
Warning: Get data of variable h from file WaterTank_Control_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-arm-linux-gnueabihf-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-arm-linux-gnueabihf-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_Control-arm-linux-gnueabihf-cs.csv.
Warning: Get data of variable h from file WaterTank_Control-arm-linux-gnueabihf-cs.csv failed!

WaterTank_TestSingleWaterTank-linux32-me OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-linux32-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-linux32-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-linux32-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-linux32-me.csv failed!

WaterTank_TestSingleWaterTank-linux32-cs OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-linux32-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-linux32-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-linux32-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-linux32-cs.csv failed!

WaterTank_TestSingleWaterTank-linux64-me OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-linux64-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-linux64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-linux64-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-linux64-me.csv failed!

WaterTank_TestSingleWaterTank-linux64-cs OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-linux64-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-linux64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-linux64-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-linux64-cs.csv failed!

WaterTank_TestSingleWaterTank-win32-me OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-win32-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-win32-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-win32-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-win32-me.csv failed!

WaterTank_TestSingleWaterTank-win32-cs OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-win32-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-win32-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-win32-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-win32-cs.csv failed!

WaterTank_TestSingleWaterTank-win64-me OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-win64-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-win64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-win64-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-win64-me.csv failed!

WaterTank_TestSingleWaterTank-win64-cs OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-win64-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-win64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-win64-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-win64-cs.csv failed!

WaterTank_TestSingleWaterTank-darwin64-me OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-darwin64-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-darwin64-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-darwin64-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-darwin64-me.csv failed!

WaterTank_TestSingleWaterTank-darwin64-cs OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-darwin64-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-darwin64-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-darwin64-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-darwin64-cs.csv failed!

WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-me OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-me.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-me.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-me.csv failed!

WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-cs OK
Error: Could not read variable h in file WaterTank_TestSingleWaterTank_res.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank_res.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-cs.csv failed!
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000
Error: Could not read variable h in file WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-cs.csv.
Warning: Get data of variable h from file WaterTank_TestSingleWaterTank-arm-linux-gnueabihf-cs.csv failed!

BouncingBall-linux32-me OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000

BouncingBall-linux32-cs OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000

BouncingBall-linux64-me OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000

BouncingBall-linux64-cs OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000

BouncingBall-win32-me OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000

BouncingBall-win32-cs OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000

BouncingBall-win64-me OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000

BouncingBall-win64-cs OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000

BouncingBall-darwin64-me OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000

BouncingBall-darwin64-cs OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000

BouncingBall-arm-linux-gnueabihf-me OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2001]=1.000000

BouncingBall-arm-linux-gnueabihf-cs OK
Warning: Resultfile and Reference have different end time points!
Reffile[2002]=0.450000
File[2000]=1.000000


[Pipeline] sh
+ cd testsuite/special/FmuExportCrossCompile
+ tar -czf ../../../Test_FMUs.tar.gz Test_FMUs
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
$ docker stop --time=1 eac2b940933ebc91c8c0b1537dce469109085593c91d47839401c550ded96a39
$ docker rm -f eac2b940933ebc91c8c0b1537dce469109085593c91d47839401c550ded96a39
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (publish)
[Pipeline] parallel
[Pipeline] { (Branch: push-to-master)
[Pipeline] { (Branch: push-bibliography)
[Pipeline] stage
[Pipeline] { (push-to-master)
[Pipeline] stage
[Pipeline] { (push-bibliography)
Stage "push-to-master" skipped due to when conditional
[Pipeline] }
Stage "push-bibliography" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS