Skip to content
StepArgumentsStatus
Start of Pipeline - (46 min in block)
withEnv - (46 min in block)LC_ALL
withEnv block - (46 min in block)
stage - (9.8 sec in block)Environment
stage block (Environment) - (9.6 sec in block)
node - (9.5 sec in block)!windows
node block - (9.4 sec in block)
checkout - (5.3 sec in self)
withEnv - (3.9 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3.9 sec in block)
script - (3.8 sec in block)
script block - (3.7 sec in block)
milestone - (0.68 sec in self)22
milestone - (0.23 sec in self)23
load - (2.5 sec in block)/var/lib/jenkins1/ws/OpenModelica_maintenance_v1.17/.CI/common.groovy
load block (/var/lib/jenkins1/ws/OpenModelica_maintenance_v1.17/.CI/common.groovy) - (43 ms in block)
echo - (50 ms in self)isPR: false
echo - (50 ms in self)shouldWeBuildOSX: false
echo - (51 ms in self)shouldWeBuildMINGW: false
echo - (49 ms in self)shouldWeBuildCENTOS7: false
echo - (18 ms in self)shouldWeRunTests: true
stage - (9 min 50 sec in block)setup
stage block (setup) - (9 min 50 sec in block)
parallel - (9 min 50 sec in block)
parallel block (Branch: gcc) - (8 ms in block)
stage - (9 min 49 sec in block)gcc
stage block (gcc) - (9 min 49 sec in block)
node - (9 min 49 sec in block)linux
node block - (9 min 48 sec in block)
checkout - (5.8 sec in self)
withEnv - (9 min 42 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (9 min 42 sec in block)
isUnix - (46 ms in self)
sh - (0.38 sec in self)docker pull docker.openmodelica.org/build-deps:v1.16-qt4-xenial
isUnix - (20 ms in self)
sh - (0.44 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16-qt4-xenial
withDockerContainer - (9 min 41 sec in block)
withDockerContainer block - (9 min 38 sec in block)
withEnv - (9 min 38 sec in block)QTDIR
withEnv block - (9 min 38 sec in block)
script - (8 min 55 sec in block)
script block - (8 min 55 sec in block)
echo - (18 ms in self)asap-1
isUnix - (24 ms in self)
sh - (0.83 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (21 ms in self)
sh - (0.87 sec in self)autoconf
sh - (29 sec in self)./configure CC='gcc-5' CXX='g++-5' FC=gfortran CFLAGS=-Os --with-cppruntime --without-omc --without-omlibrary --with-omniORB --enable-modelica3d --prefix=`pwd`/install
sh - (0.32 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh - (7 min 45 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_maintenance_v1.17' make -j16 --output-sync=recurse omc omc-diff omsimulator
sh - (1.7 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_maintenance_v1.17' make -j16 --output-sync=recurse install
sh - (1.2 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (2.1 sec in self) mv build build.sanity-check mkdir .sanity-check cd .sanity-check cp ../testsuite/sanity-check/testSanity.mos . cat testSanity.mos ../build.sanity-check/bin/omc --linearizationDumpLanguage=matlab testSanity.mos ./M ./M -l=1.0 ls linearized_model.m ls M.fmu rm -rf ./M* ./OMCppM* ./linear_M* ./linearized_model.m
sh - (11 sec in self) cd .sanity-check # do not do this on Mac as it doesn't work yet test `uname` = Darwin || ../build.sanity-check/bin/omc --simCodeTarget=Cpp testSanity.mos test `uname` = Darwin || ./M test `uname` = Darwin || ls M.fmu test `uname` = Darwin || rm -rf ./M* ./OMCppM* cd .. mv build.sanity-check build rm -rf .sanity-check
sh - (22 sec in self)cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo
stash - (43 sec in self)omc-gcc
parallel block (Branch: clang) - (9 ms in block)
stage - (6 min 59 sec in block)clang
stage block (clang) - (6 min 59 sec in block)
node - (6 min 58 sec in block)linux
node block - (6 min 58 sec in block)
checkout - (3.1 sec in self)
withEnv - (6 min 54 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 min 54 sec in block)
isUnix - (22 ms in self)
sh - (0.33 sec in self)docker pull docker.openmodelica.org/build-deps:v1.16
isUnix - (20 ms in self)
sh - (1 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16
withDockerContainer - (6 min 52 sec in block)
withDockerContainer block - (6 min 50 sec in block)
script - (6 min 36 sec in block)
script block - (6 min 36 sec in block)
echo - (44 ms in self)ripper2-1
isUnix - (24 ms in self)
sh - (1.6 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (21 ms in self)
sh - (0.56 sec in self)autoconf
sh - (26 sec in self)./configure CC='clang' CXX='clang++' FC=gfortran CFLAGS=-Os --with-cppruntime --without-omc --without-omlibrary --with-omniORB --enable-modelica3d --prefix=`pwd`/install --without-hwloc
sh - (0.3 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
isUnix - (21 ms in self)
sh - (0.31 sec in self)uname
sh - (0.33 sec in self)lscpu -p | egrep -v "^#" | sort -u -t, -k 2,4 | wc -l
sh - (5 min 44 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_maintenance_v1.17' make -j16 --output-sync=recurse omc omc-diff omsimulator
sh - (1 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_maintenance_v1.17' make -j16 --output-sync=recurse install
sh - (0.56 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (1.6 sec in self) mv build build.sanity-check mkdir .sanity-check cd .sanity-check cp ../testsuite/sanity-check/testSanity.mos . cat testSanity.mos ../build.sanity-check/bin/omc --linearizationDumpLanguage=matlab testSanity.mos ./M ./M -l=1.0 ls linearized_model.m ls M.fmu rm -rf ./M* ./OMCppM* ./linear_M* ./linearized_model.m
sh - (6.3 sec in self) cd .sanity-check # do not do this on Mac as it doesn't work yet test `uname` = Darwin || ../build.sanity-check/bin/omc --simCodeTarget=Cpp testSanity.mos test `uname` = Darwin || ./M test `uname` = Darwin || ls M.fmu test `uname` = Darwin || rm -rf ./M* ./OMCppM* cd .. mv build.sanity-check build rm -rf .sanity-check
sh - (12 sec in self)cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo
isUnix - (22 ms in self)
sh - (0.3 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
stash - (13 sec in self)omc-clang
parallel block (Branch: MacOS) - (8 ms in block)
stage - (0.64 sec in block)MacOS
stage block (MacOS) - (0.43 sec in block)
parallel block (Branch: Win/MinGW) - (9 ms in block)
stage - (0.64 sec in block)Win/MinGW
stage block (Win/MinGW) - (0.41 sec in block)
parallel block (Branch: CentOS7) - (8 ms in block)
stage - (0.63 sec in block)CentOS7
stage block (CentOS7) - (0.4 sec in block)
parallel block (Branch: checks) - (45 sec in block)
stage - (45 sec in block)checks
stage block (checks) - (45 sec in block)
node - (45 sec in block)linux
node block - (44 sec in block)
checkout - (3 sec in self)
withEnv - (41 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (41 sec in block)
isUnix - (20 ms in self)
sh - (0.3 sec in self)docker pull docker.openmodelica.org/build-deps:v1.16
isUnix - (21 ms in self)
sh - (0.31 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16
withDockerContainer - (40 sec in block)
withDockerContainer block - (37 sec in block)
script - (0.82 sec in block)
script block - (0.71 sec in block)
echo - (19 ms in self)ripper.openmodelica.org
isUnix - (24 ms in self)
sh - (0.56 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
sh - (1.1 sec in self)! git submodule foreach --recursive git diff 2>&1 | grep CRLF
isUnix - (21 ms in self)
sh - (0.34 sec in self)uname
sh - (0.33 sec in self)lscpu -p | egrep -v "^#" | wc -l
sh - (29 sec in self)make -f Makefile.in -j32 --output-sync=recurse bom-error utf8-error thumbsdb-error spellcheck
sh - (4.9 sec in self) cd doc/bibliography mkdir -p /tmp/openmodelica.org-bibgen sh generate.sh /tmp/openmodelica.org-bibgen
stage - (33 min in block)tests
stage block (tests) - (33 min in block)
parallel - (33 min in block)
parallel block (Branch: testsuite-clang) - (8 ms in block)
stage - (33 min in block)testsuite-clang
stage block (testsuite-clang) - (33 min in block)
node - (33 min in block)linux
node block - (33 min in block)
checkout - (7.9 sec in self)
withEnv - (33 min in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (33 min in block)
isUnix - (20 ms in self)
readFile - (1.2 sec in self).CI/cache/Dockerfile
sh - (2.2 sec in self)docker build -t 2fc7d276736bc019ba1c7b5372952f5cc86bd91a --pull -f ".CI/cache/Dockerfile" ".CI/cache"
isUnix - (19 ms in self)
sh - (1.6 sec in self)docker inspect -f . 2fc7d276736bc019ba1c7b5372952f5cc86bd91a
withDockerContainer - (33 min in block)
withDockerContainer block - (33 min in block)
withEnv - (33 min in block)LIBRARIES, RUNTESTDB
withEnv block - (33 min in block)
script - (33 min in block)
script block - (33 min in block)
echo - (19 ms in self)dev.openmodelica.org
isUnix - (27 ms in self)
sh - (0.84 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (4.4 sec in self)omc-clang
isUnix - (22 ms in self)
sh - (0.39 sec in self)test ! -z '/cache/omlibrary'
sh - (0.34 sec in self)cp -f /cache/runtest//1.17/runtest.db.* testsuite/ || cp -f /cache/runtest//master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.36 sec in self) mkdir -p '/cache/omlibrary/om-pkg-cache' # Remove the symbolic link, or if it's a directory there... the entire thing rm testsuite/libraries-for-testing/.openmodelica/cache || rm -rf testsuite/libraries-for-testing/.openmodelica/cache mkdir -p testsuite/libraries-for-testing/.openmodelica/ test ! -e testsuite/libraries-for-testing/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' testsuite/libraries-for-testing/.openmodelica/cache ls -lh testsuite/libraries-for-testing/.openmodelica/cache/
isUnix - (36 ms in self)
isUnix - (23 ms in self)
sh - (0.32 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (40 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (1.1 sec in self)cd OMCompiler && ./config.status
sh - (0.57 sec in self)./config.status
sh - (0.32 sec in self)touch omc.skip
sh - (7.2 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff
isUnix - (45 ms in self)
sh - (0.57 sec in self)rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool
sh - (0.4 sec in self)build/bin/omc-diff -v1.4
sh - (32 min in self)#!/bin/bash -x ulimit -t 1500 ulimit -v 6291456 # Max 6GB per process cd testsuite/partest ./runtests.pl -j16 -nocolour -with-xml CODE=$? test $CODE = 0 -o $CODE = 7 || exit 1 if test $CODE = 0; then mkdir -p "/cache/runtest//1.17/" cp ../runtest.db.* "/cache/runtest//1.17/" fi
junit - (0.61 sec in self)testsuite/partest/result.xml
parallel block (Branch: testsuite-gcc) - (8 ms in block)
stage - (27 min in block)testsuite-gcc
stage block (testsuite-gcc) - (27 min in block)
node - (27 min in block)linux
node block - (27 min in block)
checkout - (6.8 sec in self)
withEnv - (27 min in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (27 min in block)
isUnix - (25 ms in self)
readFile - (0.33 sec in self).CI/cache-xenial/Dockerfile
sh - (0.56 sec in self)docker build -t 5a0085770a14c30fa26d3041c70887a54668721a --pull -f ".CI/cache-xenial/Dockerfile" ".CI/cache-xenial"
isUnix - (21 ms in self)
sh - (2.5 sec in self)docker inspect -f . 5a0085770a14c30fa26d3041c70887a54668721a
withDockerContainer - (27 min in block)
withDockerContainer block - (27 min in block)
withEnv - (27 min in block)LIBRARIES, RUNTESTDB
withEnv block - (27 min in block)
script - (27 min in block)
script block - (27 min in block)
echo - (20 ms in self)asap-3
isUnix - (27 ms in self)
sh - (1.5 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (10 sec in self)omc-gcc
isUnix - (24 ms in self)
sh - (0.35 sec in self)test ! -z '/cache/omlibrary'
sh - (0.31 sec in self)cp -f /cache/runtest//1.17/runtest.db.* testsuite/ || cp -f /cache/runtest//master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.35 sec in self) mkdir -p '/cache/omlibrary/om-pkg-cache' # Remove the symbolic link, or if it's a directory there... the entire thing rm testsuite/libraries-for-testing/.openmodelica/cache || rm -rf testsuite/libraries-for-testing/.openmodelica/cache mkdir -p testsuite/libraries-for-testing/.openmodelica/ test ! -e testsuite/libraries-for-testing/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' testsuite/libraries-for-testing/.openmodelica/cache ls -lh testsuite/libraries-for-testing/.openmodelica/cache/
isUnix - (55 ms in self)
isUnix - (23 ms in self)
sh - (0.32 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (54 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (0.94 sec in self)cd OMCompiler && ./config.status
sh - (0.65 sec in self)./config.status
sh - (0.38 sec in self)touch omc.skip
lock - (7 sec in block)asap
lock block - (6.8 sec in block)
sh - (6.8 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff
isUnix - (48 ms in self)
sh - (0.57 sec in self)rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool
sh - (0.64 sec in self)build/bin/omc-diff -v1.4
sh - (26 min in self)#!/bin/bash -x ulimit -t 1500 ulimit -v 6291456 # Max 6GB per process cd testsuite/partest ./runtests.pl -j16 -nocolour -with-xml CODE=$? test $CODE = 0 -o $CODE = 7 || exit 1 if test $CODE = 0; then mkdir -p "/cache/runtest//1.17/" cp ../runtest.db.* "/cache/runtest//1.17/" fi
junit - (0.37 sec in self)testsuite/partest/result.xml
parallel block (Branch: testsuite-fmu-crosscompile) - (9 ms in block)
stage - (12 min in block)testsuite-fmu-crosscompile
stage block (testsuite-fmu-crosscompile) - (12 min in block)
stage - (12 min in block)cross-build-fmu
stage block (cross-build-fmu) - (12 min in block)
node - (12 min in block)linux
node block - (6 min 58 sec in block)
checkout - (3.5 sec in self)
withEnv - (6 min 54 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 min 54 sec in block)
withEnv - (6 min 54 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (6 min 54 sec in block)
script - (6 min 53 sec in block)
script block - (6 min 53 sec in block)
isUnix - (20 ms in self)
sh - (0.31 sec in self)docker build -t testsuite-fmu-crosscompile --pull .CI/cache
sh - (0.31 sec in self)stat -c %g /var/run/docker.sock
isUnix - (20 ms in self)
sh - (0.32 sec in self)docker inspect -f . testsuite-fmu-crosscompile
withDockerContainer - (6 min 52 sec in block)
withDockerContainer block - (6 min 49 sec in block)
echo - (47 ms in self)ripper2-3
isUnix - (23 ms in self)
sh - (0.57 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (4.3 sec in self)omc-clang
isUnix - (21 ms in self)
sh - (0.31 sec in self)test ! -z '/cache/omlibrary'
sh - (0.31 sec in self)cp -f /cache/runtest//1.17/runtest.db.* testsuite/ || cp -f /cache/runtest//master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.31 sec in self) mkdir -p '/cache/omlibrary/om-pkg-cache' # Remove the symbolic link, or if it's a directory there... the entire thing rm testsuite/libraries-for-testing/.openmodelica/cache || rm -rf testsuite/libraries-for-testing/.openmodelica/cache mkdir -p testsuite/libraries-for-testing/.openmodelica/ test ! -e testsuite/libraries-for-testing/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' testsuite/libraries-for-testing/.openmodelica/cache ls -lh testsuite/libraries-for-testing/.openmodelica/cache/
isUnix - (44 ms in self)
isUnix - (23 ms in self)
sh - (0.37 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (30 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (1 sec in self)cd OMCompiler && ./config.status
sh - (0.56 sec in self)./config.status
sh - (0.32 sec in self)touch omc.skip
lock - (22 sec in block)ripper2
lock block - (22 sec in block)
sh - (22 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff
isUnix - (23 ms in self)
sh - (0.31 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
writeFile - (65 ms in self)testsuite/special/FmuExportCrossCompile/VERSION
sh - (0.84 sec in self)make -C testsuite/special/FmuExportCrossCompile/ dockerpull
sh - (5 min 44 sec in self)make -C testsuite/special/FmuExportCrossCompile/ test
stash - (0.65 sec in self)cross-fmu
stash - (0.19 sec in self)cross-fmu-extras
archiveArtifacts - (0.53 sec in self)testsuite/special/FmuExportCrossCompile/*.fmu
parallel block (Branch: testsuite-compliance) - (9 ms in block)
stage - (4 min 41 sec in block)testsuite-compliance
stage block (testsuite-compliance) - (4 min 41 sec in block)
node - (4 min 40 sec in block)linux
node block - (4 min 40 sec in block)
checkout - (3.9 sec in self)
withEnv - (4 min 36 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 36 sec in block)
isUnix - (20 ms in self)
readFile - (64 ms in self).CI/cache/Dockerfile
sh - (0.31 sec in self)docker build -t 2fc7d276736bc019ba1c7b5372952f5cc86bd91a --pull -f ".CI/cache/Dockerfile" ".CI/cache"
isUnix - (21 ms in self)
sh - (1.3 sec in self)docker inspect -f . 2fc7d276736bc019ba1c7b5372952f5cc86bd91a
withDockerContainer - (4 min 34 sec in block)
withDockerContainer block - (4 min 31 sec in block)
withEnv - (4 min 31 sec in block)LIBRARIES, COMPLIANCEEXTRAREPORTFLAGS, COMPLIANCEPREFIX
withEnv block - (4 min 30 sec in block)
script - (4 min 30 sec in block)
script block - (4 min 30 sec in block)
isUnix - (33 ms in self)
echo - (23 ms in self)ripper2-3
isUnix - (20 ms in self)
sh - (3.8 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (6 sec in self)omc-clang
isUnix - (22 ms in self)
sh - (0.36 sec in self)test ! -z '/cache/omlibrary'
sh - (0.31 sec in self)cp -f null/1.17/runtest.db.* testsuite/ || cp -f null/master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.32 sec in self) mkdir -p '/cache/omlibrary/om-pkg-cache' # Remove the symbolic link, or if it's a directory there... the entire thing rm testsuite/libraries-for-testing/.openmodelica/cache || rm -rf testsuite/libraries-for-testing/.openmodelica/cache mkdir -p testsuite/libraries-for-testing/.openmodelica/ test ! -e testsuite/libraries-for-testing/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' testsuite/libraries-for-testing/.openmodelica/cache ls -lh testsuite/libraries-for-testing/.openmodelica/cache/
isUnix - (40 ms in self)
isUnix - (22 ms in self)
sh - (0.32 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (39 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (1.6 sec in self)cd OMCompiler && ./config.status
sh - (0.57 sec in self)./config.status
sh - (0.32 sec in self)touch omc.skip
lock - (6 sec in block)ripper2
lock block - (5.8 sec in block)
sh - (5.8 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff
sh - (3 min 26 sec in self)HOME=$PWD/testsuite/libraries-for-testing/ build/bin/omc -g=MetaModelica build/share/doc/omc/testmodels/ComplianceSuite.mos
sh - (0.39 sec in self)mv compliance.html compliance-current.html
sh - (0.63 sec in self)test -f compliance.xml
isUnix - (21 ms in self)
sh - (0.33 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
sh - (0.64 sec in self)cp -p compliance-current.html compliance-1.17-v1.17.0-v1.17.0.9+gf1024952698.html
sh - (0.33 sec in self)test ! 'maintenance/v1.17' = 'master' || rm -f compliance-current.html
stash - (0.34 sec in self)compliance
isUnix - (23 ms in self)
sh - (0.74 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
archiveArtifacts - (0.27 sec in self)compliance*v1.17.0-v1.17.0.9+gf1024952698.html, compliance.failures
sh - (0.66 sec in self)sed -i.bak 's/%/\%/g' compliance.ignore.xml && sed -i.bak 's/[^[:print:]]/ /g' compliance.ignore.xml
junit - (0.13 sec in self)compliance.ignore.xml
parallel block (Branch: testsuite-compliance-newinst) - (8 ms in block)
stage - (6 min 59 sec in block)testsuite-compliance-newinst
stage block (testsuite-compliance-newinst) - (6 min 59 sec in block)
node - (6 min 58 sec in block)linux
node block - (5 min 47 sec in block)
checkout - (4.5 sec in self)
withEnv - (5 min 42 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (5 min 42 sec in block)
isUnix - (21 ms in self)
readFile - (85 ms in self).CI/cache/Dockerfile
sh - (0.32 sec in self)docker build -t 2fc7d276736bc019ba1c7b5372952f5cc86bd91a --pull -f ".CI/cache/Dockerfile" ".CI/cache"
isUnix - (20 ms in self)
sh - (0.33 sec in self)docker inspect -f . 2fc7d276736bc019ba1c7b5372952f5cc86bd91a
withDockerContainer - (5 min 41 sec in block)
withDockerContainer block - (5 min 38 sec in block)
withEnv - (5 min 38 sec in block)LIBRARIES, COMPLIANCEEXTRAFLAGS, COMPLIANCEEXTRAREPORTFLAGS, COMPLIANCEPREFIX
withEnv block - (5 min 38 sec in block)
script - (5 min 38 sec in block)
script block - (5 min 38 sec in block)
isUnix - (48 ms in self)
echo - (46 ms in self)intel1
isUnix - (24 ms in self)
sh - (0.83 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (6.7 sec in self)omc-clang
isUnix - (21 ms in self)
sh - (0.36 sec in self)test ! -z '/cache/omlibrary'
sh - (0.32 sec in self)cp -f null/1.17/runtest.db.* testsuite/ || cp -f null/master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.33 sec in self) mkdir -p '/cache/omlibrary/om-pkg-cache' # Remove the symbolic link, or if it's a directory there... the entire thing rm testsuite/libraries-for-testing/.openmodelica/cache || rm -rf testsuite/libraries-for-testing/.openmodelica/cache mkdir -p testsuite/libraries-for-testing/.openmodelica/ test ! -e testsuite/libraries-for-testing/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' testsuite/libraries-for-testing/.openmodelica/cache ls -lh testsuite/libraries-for-testing/.openmodelica/cache/
isUnix - (45 ms in self)
isUnix - (24 ms in self)
sh - (0.33 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (37 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (1.1 sec in self)cd OMCompiler && ./config.status
sh - (0.6 sec in self)./config.status
sh - (0.33 sec in self)touch omc.skip
sh - (6.4 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff
sh - (4 min 39 sec in self)HOME=$PWD/testsuite/libraries-for-testing/ build/bin/omc -g=MetaModelica build/share/doc/omc/testmodels/ComplianceSuite.mos
sh - (0.32 sec in self)mv compliance-newinst.html compliance-newinst-current.html
sh - (0.32 sec in self)test -f compliance-newinst.xml
isUnix - (21 ms in self)
sh - (0.32 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
sh - (0.32 sec in self)cp -p compliance-newinst-current.html compliance-newinst-1.17-v1.17.0-v1.17.0.9+gf1024952698.html
sh - (0.32 sec in self)test ! 'maintenance/v1.17' = 'master' || rm -f compliance-newinst-current.html
stash - (0.24 sec in self)compliance-newinst
isUnix - (20 ms in self)
sh - (0.32 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
archiveArtifacts - (0.21 sec in self)compliance-newinst*v1.17.0-v1.17.0.9+gf1024952698.html, compliance-newinst.failures
sh - (0.32 sec in self)sed -i.bak 's/%/\%/g' compliance-newinst.ignore.xml && sed -i.bak 's/[^[:print:]]/ /g' compliance-newinst.ignore.xml
junit - (0.23 sec in self)compliance-newinst.ignore.xml
parallel block (Branch: build-gui-clang-qt5) - (9 ms in block)
stage - (6 min 34 sec in block)build-gui-clang-qt5
stage block (build-gui-clang-qt5) - (6 min 34 sec in block)
node - (6 min 33 sec in block)linux
node block - (6 min 33 sec in block)
checkout - (6.9 sec in self)
withEnv - (6 min 26 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 min 26 sec in block)
isUnix - (0.1 sec in self)
sh - (0.77 sec in self)docker pull docker.openmodelica.org/build-deps:v1.16
isUnix - (22 ms in self)
sh - (1.5 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16
withDockerContainer - (6 min 23 sec in block)
withDockerContainer block - (6 min 17 sec in block)
script - (5 min 20 sec in block)
script block - (5 min 20 sec in block)
isUnix - (45 ms in self)
echo - (42 ms in self)asap-1
isUnix - (23 ms in self)
sh - (2.6 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (4.9 sec in self)omc-clang
sh - (0.9 sec in self)autoconf
isUnix - (20 ms in self)
sh - (0.38 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (38 sec in self)echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2
sh - (0.32 sec in self)touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip && make -q omc omc-diff ReferenceFiles omsimulator
sh - (4 min 32 sec in self)make -j16 --output-sync=recurse
stash - (55 sec in self)omedit-testsuite-clang
parallel block (Branch: build-gui-gcc-qt4) - (9 ms in block)
stage - (3 min 27 sec in block)build-gui-gcc-qt4
stage block (build-gui-gcc-qt4) - (3 min 27 sec in block)
node - (3 min 26 sec in block)linux
node block - (3 min 26 sec in block)
checkout - (3.8 sec in self)
withEnv - (3 min 21 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 21 sec in block)
isUnix - (44 ms in self)
sh - (0.34 sec in self)docker pull docker.openmodelica.org/build-deps:v1.16-qt4-xenial
isUnix - (20 ms in self)
sh - (0.37 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16-qt4-xenial
withDockerContainer - (3 min 20 sec in block)
withDockerContainer block - (3 min 15 sec in block)
withEnv - (3 min 14 sec in block)QTDIR
withEnv block - (3 min 14 sec in block)
script - (3 min 14 sec in block)
script block - (3 min 14 sec in block)
isUnix - (48 ms in self)
echo - (20 ms in self)ripper2-2
isUnix - (23 ms in self)
sh - (1.9 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (10 sec in self)omc-gcc
sh - (0.55 sec in self)autoconf
isUnix - (20 ms in self)
sh - (0.37 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (19 sec in self)echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2
sh - (0.32 sec in self)touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip omsens_qt.skip && make -q omc omc-diff ReferenceFiles omsimulator omsens_qt
sh - (2 min 40 sec in self)make -j16 --output-sync=recurse
parallel block (Branch: build-usersguide) - (8 ms in block)
stage - (8 min 16 sec in block)build-usersguide
stage block (build-usersguide) - (8 min 16 sec in block)
node - (8 min 15 sec in block)linux
node block - (8 min 14 sec in block)
checkout - (4.6 sec in self)
withEnv - (8 min 10 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (8 min 10 sec in block)
isUnix - (24 ms in self)
readFile - (0.12 sec in self).CI/cache/Dockerfile
sh - (0.79 sec in self)docker build -t 2fc7d276736bc019ba1c7b5372952f5cc86bd91a --pull -f ".CI/cache/Dockerfile" ".CI/cache"
isUnix - (21 ms in self)
sh - (0.4 sec in self)docker inspect -f . 2fc7d276736bc019ba1c7b5372952f5cc86bd91a
withDockerContainer - (8 min 6 sec in block)
withDockerContainer block - (8 min 0 sec in block)
withEnv - (7 min 57 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (7 min 57 sec in block)
script - (59 sec in block)
script block - (59 sec in block)
echo - (16 ms in self)asap-2
isUnix - (24 ms in self)
sh - (1.6 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (5 sec in self)omc-clang
isUnix - (20 ms in self)
sh - (0.31 sec in self)test ! -z '/cache/omlibrary'
sh - (0.37 sec in self)cp -f /cache/runtest//1.17/runtest.db.* testsuite/ || cp -f /cache/runtest//master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.42 sec in self) mkdir -p '/cache/omlibrary/om-pkg-cache' # Remove the symbolic link, or if it's a directory there... the entire thing rm testsuite/libraries-for-testing/.openmodelica/cache || rm -rf testsuite/libraries-for-testing/.openmodelica/cache mkdir -p testsuite/libraries-for-testing/.openmodelica/ test ! -e testsuite/libraries-for-testing/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' testsuite/libraries-for-testing/.openmodelica/cache ls -lh testsuite/libraries-for-testing/.openmodelica/cache/
isUnix - (13 ms in self)
isUnix - (23 ms in self)
sh - (0.31 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (40 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (0.83 sec in self)cd OMCompiler && ./config.status
sh - (0.57 sec in self)./config.status
sh - (0.32 sec in self)touch omc.skip
lock - (7.8 sec in block)asap
lock block - (7.7 sec in block)
sh - (7.5 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff
sh - (6 min 48 sec in self) export OPENMODELICAHOME=$PWD/build test ! -d $PWD/build/lib/omlibrary cp -a testsuite/libraries-for-testing/.openmodelica/libraries $PWD/build/lib/omlibrary for target in html pdf epub; do if ! make -C doc/UsersGuide $target; then killall omc || true exit 1 fi done
sh - (4.8 sec in self)tar --transform 's/^html/OpenModelicaUsersGuide/' -cJf OpenModelicaUsersGuide-1.17.html.tar.xz -C doc/UsersGuide/build html
sh - (0.62 sec in self)mv doc/UsersGuide/build/latex/OpenModelicaUsersGuide.pdf OpenModelicaUsersGuide-1.17.pdf
sh - (0.62 sec in self)mv doc/UsersGuide/build/epub/OpenModelicaUsersGuide.epub OpenModelicaUsersGuide-1.17.epub
archiveArtifacts - (1.5 sec in self)OpenModelicaUsersGuide-1.17*.*
stash - (1.6 sec in self)usersguide
parallel block (Branch: testsuite-clang-parmod) - (9 ms in block)
stage - (4 min 34 sec in block)testsuite-clang-parmod
stage block (testsuite-clang-parmod) - (4 min 34 sec in block)
node - (4 min 34 sec in block)linux
node block - (1 min 7 sec in block)
checkout - (12 sec in self)
withEnv - (55 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (55 sec in block)
isUnix - (47 ms in self)
sh - (0.59 sec in self)docker pull docker.openmodelica.org/build-deps:v1.16
isUnix - (21 ms in self)
sh - (0.33 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16
withDockerContainer - (54 sec in block)
withDockerContainer block - (47 sec in block)
script - (47 sec in block)
script block - (47 sec in block)
echo - (46 ms in self)ripper2-2
isUnix - (23 ms in self)
sh - (2.5 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (12 sec in self)omc-clang
isUnix - (52 ms in self)
sh - (1.7 sec in self)rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool
sh - (2.6 sec in self)build/bin/omc-diff -v1.4
sh - (27 sec in self)#!/bin/bash -x ulimit -t 1500 ulimit -v 6291456 # Max 6GB per process cd testsuite/partest ./runtests.pl -j16 -nocolour -with-xml -j1 -parmodexp CODE=$? test $CODE = 0 -o $CODE = 7 || exit 1
junit - (67 ms in self)testsuite/partest/result.xml
parallel block (Branch: testsuite-clang-metamodelica) - (8 ms in block)
stage - (4 min 55 sec in block)testsuite-clang-metamodelica
stage block (testsuite-clang-metamodelica) - (4 min 55 sec in block)
node - (4 min 54 sec in block)linux
node block - (20 sec in block)
checkout - (6.4 sec in self)
withEnv - (13 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (13 sec in block)
isUnix - (21 ms in self)
sh - (0.33 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16
withDockerContainer - (12 sec in block)
withDockerContainer block - (9.2 sec in block)
script - (1.4 sec in block)
script block - (1.3 sec in block)
echo - (47 ms in self)ripper2-2
isUnix - (24 ms in self)
sh - (1.1 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (5.9 sec in self)omc-clang
sh - (1.8 sec in self)make -C testsuite/metamodelica/MetaModelicaDev test-error
parallel block (Branch: testsuite-matlab-translator) - (9 ms in block)
stage - (5 min 39 sec in block)testsuite-matlab-translator
stage block (testsuite-matlab-translator) - (5 min 39 sec in block)
node - (5 min 38 sec in block)linux
node block - (57 sec in block)
checkout - (7.2 sec in self)
withEnv - (50 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (50 sec in block)
isUnix - (73 ms in self)
sh - (0.31 sec in self)docker pull docker.openmodelica.org/build-deps:v1.16
isUnix - (20 ms in self)
sh - (0.31 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16
withDockerContainer - (49 sec in block)
withDockerContainer block - (46 sec in block)
script - (37 sec in block)
script block - (37 sec in block)
echo - (19 ms in self)ripper2-3
isUnix - (24 ms in self)
sh - (0.6 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (4.3 sec in self)omc-clang
isUnix - (44 ms in self)
isUnix - (24 ms in self)
sh - (0.31 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (30 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (0.83 sec in self)cd OMCompiler && ./config.status
sh - (0.3 sec in self)./config.status
sh - (8.3 sec in self)make -C testsuite/special/MatlabTranslator/ test
parallel block (Branch: test-clang-icon-generator) - (5 min 56 sec in block)
stage - (5 min 55 sec in block)test-clang-icon-generator
stage block (test-clang-icon-generator) - (5 min 55 sec in block)
node - (5 min 54 sec in block)linux
node block - (1 min 0 sec in block)
checkout - (3.3 sec in self)
withEnv - (56 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (56 sec in block)
isUnix - (21 ms in self)
sh - (0.31 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16.2
withDockerContainer - (56 sec in block)
withDockerContainer block - (53 sec in block)
withEnv - (53 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (52 sec in block)
script - (46 sec in block)
script block - (45 sec in block)
echo - (45 ms in self)ripper2-2
isUnix - (24 ms in self)
sh - (0.57 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (4.4 sec in self)omc-clang
isUnix - (21 ms in self)
sh - (0.32 sec in self)test ! -z '/cache/omlibrary'
sh - (0.31 sec in self)cp -f /cache/runtest//1.17/runtest.db.* testsuite/ || cp -f /cache/runtest//master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.31 sec in self) mkdir -p '/cache/omlibrary/om-pkg-cache' # Remove the symbolic link, or if it's a directory there... the entire thing rm testsuite/libraries-for-testing/.openmodelica/cache || rm -rf testsuite/libraries-for-testing/.openmodelica/cache mkdir -p testsuite/libraries-for-testing/.openmodelica/ test ! -e testsuite/libraries-for-testing/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' testsuite/libraries-for-testing/.openmodelica/cache ls -lh testsuite/libraries-for-testing/.openmodelica/cache/
isUnix - (41 ms in self)
isUnix - (24 ms in self)
sh - (0.31 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (30 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (2.5 sec in self)cd OMCompiler && ./config.status
sh - (0.56 sec in self)./config.status
sh - (0.32 sec in self)touch omc.skip
lock - (5.8 sec in block)ripper2
lock block - (5.7 sec in block)
sh - (5.6 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff
sh - (6.8 sec in self)make -C testsuite/openmodelica/icon-generator test
stage - (2 min 26 sec in block)OMEdit testsuite
stage block (OMEdit testsuite) - (2 min 26 sec in block)
parallel - (2 min 26 sec in block)
parallel block (Branch: clang-qt5) - (2 min 26 sec in block)
stage - (2 min 25 sec in block)clang-qt5
stage block (clang-qt5) - (2 min 25 sec in block)
node - (2 min 25 sec in block)linux
node block - (2 min 25 sec in block)
checkout - (4.3 sec in self)
withEnv - (2 min 21 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 21 sec in block)
isUnix - (48 ms in self)
sh - (0.36 sec in self)docker pull docker.openmodelica.org/build-deps:v1.16
isUnix - (21 ms in self)
sh - (0.31 sec in self)docker inspect -f . docker.openmodelica.org/build-deps:v1.16
withDockerContainer - (2 min 20 sec in block)
withDockerContainer block - (2 min 16 sec in block)
script - (2 min 16 sec in block)
script block - (2 min 16 sec in block)
isUnix - (47 ms in self)
echo - (45 ms in self)asap-1
isUnix - (24 ms in self)
sh - (0.83 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (13 sec in self)omedit-testsuite-clang
sh - (0.86 sec in self)autoconf
isUnix - (53 ms in self)
sh - (0.3 sec in self)sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status
sh - (43 sec in self)echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2
sh - (0.31 sec in self)touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip omedit.skip omplot.skip omparser.skip && make -q omc omc-diff ReferenceFiles omsimulator omedit omplot omparser
sh - (28 sec in self)make -j16 --output-sync=recurse omedit-testsuite
sh (RunOMEditTestsuite) - (48 sec in self) HOME="$PWD/testsuite/libraries-for-testing" cd build/bin xvfb-run ./RunOMEditTestsuite.sh
stage - (1 sec in block)fmuchecker
stage block (fmuchecker) - (0.88 sec in block)
parallel - (0.78 sec in block)
parallel block (Branch: linux-wine-fmuchecker) - (8 ms in block)
stage - (0.26 sec in block)linux-wine-fmuchecker
stage block (linux-wine-fmuchecker) - (0.12 sec in block)
parallel block (Branch: osx-fmuchecker) - (9 ms in block)
stage - (0.28 sec in block)osx-fmuchecker
stage block (osx-fmuchecker) - (0.12 sec in block)
parallel block (Branch: arm-fmuchecker) - (0.51 sec in block)
stage - (0.3 sec in block)arm-fmuchecker
stage block (arm-fmuchecker) - (0.12 sec in block)
stage - (1 sec in block)check-and-upload
stage block (check-and-upload) - (0.92 sec in block)
parallel - (0.82 sec in block)
parallel block (Branch: fmuchecker-results) - (8 ms in block)
stage - (0.27 sec in block)fmuchecker-results
stage block (fmuchecker-results) - (0.12 sec in block)
parallel block (Branch: upload-compliance) - (8 ms in block)
stage - (0.3 sec in block)upload-compliance
stage block (upload-compliance) - (0.12 sec in block)
parallel block (Branch: upload-doc) - (0.53 sec in block)
stage - (0.31 sec in block)upload-doc
stage block (upload-doc) - (0.12 sec in block)
stage - (0.18 sec in block)push-to-master
stage block (push-to-master) - (59 ms in block)
stage - (0.26 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0.2 sec in block)
script - (0.1 sec in block)
script block - (49 ms in block)