Skip to content
StepArgumentsStatus
Start of Pipeline - (2 hr 25 min in block)
withEnv - (2 hr 25 min in block)LC_ALL
withEnv block - (2 hr 25 min in block)
stage - (52 sec in block)Environment
stage block (Environment) - (52 sec in block)
node - (52 sec in block)!windows
node block - (51 sec in block)
checkout - (47 sec in self)
withEnv - (3.8 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3.8 sec in block)
script - (3.7 sec in block)
script block - (3.6 sec in block)
milestone - (0.22 sec in self)88
milestone - (0.21 sec in self)89
load - (0.32 sec in block)/var/lib/jenkins/ws/OpenModelica_PR-7477/.CI/common.groovy
load block (/var/lib/jenkins/ws/OpenModelica_PR-7477/.CI/common.groovy) - (51 ms in block)
echo - (0.79 sec in self)isPR: true
echo - (0.64 sec in self)shouldWeBuildMINGW: false
echo - (0.62 sec in self)shouldWeDisableAllCMakeBuilds: false
echo - (0.76 sec in self)shouldWeEnableMacOSCMakeBuild: false
echo - (4 ms in self)shouldWeRunTests: false
stage - (34 min in block)setup
stage block (setup) - (34 min in block)
parallel - (34 min in block)
parallel block (Branch: gcc) - (2 ms in block)
stage - (33 min in block)gcc
stage block (gcc) - (33 min in block)
node - (33 min in block)linux
node block - (10 min in block)
checkout - (40 sec in self)
withEnv - (10 min in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (10 min in block)
isUnix - (8 ms in self)
withEnv - (0.5 sec in block)JD_TO_PULL
withEnv block - (0.38 sec in block)
sh - (0.3 sec in self)docker pull "$JD_TO_PULL"
isUnix - (8 ms in self)
withEnv - (0.5 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.37 sec in block)
sh - (0.31 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (10 min in block)
withDockerContainer block - (10 min in block)
withEnv - (10 min in block)QTDIR
withEnv block - (10 min in block)
script - (9 min 8 sec in block)
script block - (9 min 8 sec in block)
echo - (27 ms in self)ripper2-1
isUnix - (7 ms in self)
sh - (0.56 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (6 ms in self)
sh - (0.53 sec in self)autoconf
sh - (18 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
isUnix - (6 ms in self)
sh - (0.31 sec in self)uname
sh - (0.32 sec in self)lscpu -p | egrep -v "^#" | sort -u -t, -k 2,4 | wc -l
sh - (0.31 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (build) - (8 min 29 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_PR-7477' make -j16 --output-sync=recurse omc omc-diff omsimulator
sh - (0.53 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (2 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 - (0.31 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 - (15 sec in self)cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo
stash - (57 sec in self)omc-gcc
parallel block (Branch: clang) - (2 ms in block)
stage - (34 min in block)clang
stage block (clang) - (34 min in block)
node - (34 min in block)linux
node block - (11 min in block)
checkout - (51 sec in self)
withEnv - (10 min in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (10 min in block)
isUnix - (8 ms in self)
withEnv - (2 sec in block)JD_TO_PULL
withEnv block - (1.8 sec in block)
sh - (1.8 sec in self)docker pull "$JD_TO_PULL"
isUnix - (9 ms in self)
withEnv - (0.8 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.67 sec in block)
sh - (0.6 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (10 min in block)
withDockerContainer block - (10 min in block)
script - (9 min 45 sec in block)
script block - (9 min 45 sec in block)
echo - (5 ms in self)asap-1
isUnix - (7 ms in self)
sh - (0.82 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (7 ms in self)
sh - (0.98 sec in self)autoconf
sh - (37 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.34 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (clean) - (1.2 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_PR-7477_2' make -j16 --output-sync=recurse clean
sh - (0.34 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (build) - (8 min 44 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_PR-7477_2' make -j16 --output-sync=recurse omc omc-diff omsimulator
sh - (1.2 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (3.2 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 - (2.1 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 - (8 ms in self)
sh - (0.32 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
sh - (2.8 sec in self)cp -Lr build build.new && rm -rf build && mv build.new build
stash - (29 sec in self)omc-clang
parallel block (Branch: Win/MinGW) - (1 ms in block)
stage - (0.33 sec in block)Win/MinGW
stage block (Win/MinGW) - (0.21 sec in block)
parallel block (Branch: cmake-bionic-gcc) - (2 ms in block)
stage - (33 min in block)cmake-bionic-gcc
stage block (cmake-bionic-gcc) - (33 min in block)
node - (33 min in block)linux
node block - (9 min 46 sec in block)
checkout - (34 sec in self)
withEnv - (9 min 9 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (9 min 9 sec in block)
isUnix - (6 ms in self)
readFile - (62 ms in self).CI/cache-bionic-cmake-3.17.2/Dockerfile
sh - (0.58 sec in self)docker build -t a788eeff8d930b966b14b47bbe421a3c63cfa525 --pull -f ".CI/cache-bionic-cmake-3.17.2/Dockerfile" ".CI/cache-bionic-cmake-3.17.2"
isUnix - (8 ms in self)
withEnv - (0.52 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.39 sec in block)
sh - (0.32 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (9 min 8 sec in block)
withDockerContainer block - (9 min 4 sec in block)
script - (9 min 4 sec in block)
script block - (9 min 3 sec in block)
echo - (30 ms in self)Running on: intel-3930k-1
echo - (37 ms in self)intel-3930k-1
isUnix - (7 ms in self)
sh - (0.57 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (7 ms in self)
sh - (0.31 sec in self)mkdir ./build_cmake
sh - (0.32 sec in self)/opt/cmake-3.17.2/bin/cmake --version
sh - (19 sec in self)/opt/cmake-3.17.2/bin/cmake -S ./ -B ./build_cmake -DCMAKE_BUILD_TYPE=Release -DOM_USE_CCACHE=OFF -DCMAKE_INSTALL_PREFIX=build
sh - (8 min 41 sec in self)/opt/cmake-3.17.2/bin/cmake --build ./build_cmake --parallel 16 --target install
sh - (0.84 sec in self)/opt/cmake-3.17.2/bin/cmake --build ./build_cmake --parallel 16 --target testsuite-depends
sh - (0.31 sec in self)build/bin/omc --version
parallel block (Branch: cmake-macos-arm64-gcc) - (4 ms in block)
stage - (0.37 sec in block)cmake-macos-arm64-gcc
stage block (cmake-macos-arm64-gcc) - (0.2 sec in block)
parallel block (Branch: checks) - (24 min in block)
stage - (24 min in block)checks
stage block (checks) - (24 min in block)
node - (24 min in block)linux
node block - (1 min 13 sec in block)
checkout - (33 sec in self)
withEnv - (38 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (38 sec in block)
isUnix - (8 ms in self)
withEnv - (0.51 sec in block)JD_TO_PULL
withEnv block - (0.34 sec in block)
sh - (0.31 sec in self)docker pull "$JD_TO_PULL"
isUnix - (8 ms in self)
withEnv - (0.52 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.39 sec in block)
sh - (0.31 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (37 sec in block)
withDockerContainer block - (34 sec in block)
script - (0.81 sec in block)
script block - (0.64 sec in block)
echo - (5 ms in self)intel-5820k-1
isUnix - (6 ms in self)
sh - (0.57 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
sh - (0.54 sec in self)! git submodule foreach --recursive git diff 2>&1 | grep CRLF
isUnix - (6 ms in self)
sh - (0.31 sec in self)uname
sh - (0.33 sec in self)lscpu -p | egrep -v "^#" | wc -l
sh - (24 sec in self)make -f Makefile.in -j12 --output-sync=recurse bom-error utf8-error thumbsdb-error spellcheck
sh - (7.7 sec in self) cd doc/bibliography mkdir -p /tmp/openmodelica.org-bibgen sh generate.sh /tmp/openmodelica.org-bibgen
stage - (58 min in block)tests
stage block (tests) - (58 min in block)
parallel - (58 min in block)
parallel block (Branch: cross-build-fmu) - (2 ms in block)
stage - (0.44 sec in block)cross-build-fmu
stage block (cross-build-fmu) - (0.29 sec in block)
parallel block (Branch: testsuite-clang 1/3) - (2 ms in block)
stage - (0.48 sec in block)testsuite-clang 1/3
stage block (testsuite-clang 1/3) - (0.29 sec in block)
parallel block (Branch: testsuite-clang 2/3) - (2 ms in block)
stage - (0.52 sec in block)testsuite-clang 2/3
stage block (testsuite-clang 2/3) - (0.29 sec in block)
parallel block (Branch: testsuite-clang 3/3) - (2 ms in block)
stage - (0.57 sec in block)testsuite-clang 3/3
stage block (testsuite-clang 3/3) - (0.29 sec in block)
parallel block (Branch: testsuite-gcc 1/3) - (2 ms in block)
stage - (0.61 sec in block)testsuite-gcc 1/3
stage block (testsuite-gcc 1/3) - (0.29 sec in block)
parallel block (Branch: testsuite-gcc 2/3) - (2 ms in block)
stage - (0.66 sec in block)testsuite-gcc 2/3
stage block (testsuite-gcc 2/3) - (0.29 sec in block)
parallel block (Branch: testsuite-gcc 3/3) - (2 ms in block)
stage - (0.7 sec in block)testsuite-gcc 3/3
stage block (testsuite-gcc 3/3) - (0.28 sec in block)
parallel block (Branch: testsuite-compliance) - (2 ms in block)
stage - (0.74 sec in block)testsuite-compliance
stage block (testsuite-compliance) - (0.28 sec in block)
parallel block (Branch: build-gui-clang-qt5) - (1 ms in block)
stage - (58 min in block)build-gui-clang-qt5
stage block (build-gui-clang-qt5) - (58 min in block)
node - (58 min in block)linux
node block - (8 min 32 sec in block)
checkout - (44 sec in self)
withEnv - (7 min 48 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (7 min 48 sec in block)
isUnix - (16 ms in self)
withEnv - (0.47 sec in block)JD_TO_PULL
withEnv block - (0.36 sec in block)
sh - (0.3 sec in self)docker pull "$JD_TO_PULL"
isUnix - (9 ms in self)
withEnv - (0.5 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.38 sec in block)
sh - (0.31 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (7 min 47 sec in block)
withDockerContainer block - (7 min 41 sec in block)
script - (6 min 42 sec in block)
script block - (6 min 42 sec in block)
isUnix - (30 ms in self)
echo - (27 ms in self)dev.openmodelica.org
isUnix - (5 ms in self)
sh - (0.81 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (6.1 sec in self)omc-clang
sh - (0.54 sec in self)autoconf
isUnix - (13 ms in self)
sh - (0.31 sec in self)sed -i.bak -e "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," -e "s,--prefix=[A-Za-z0-9./_-]*,--prefix=`pwd`/install," config.status OMCompiler/config.status
sh - (39 sec in self)echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2
sh - (44 sec in self)touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip && make -j16 omc omc-diff ReferenceFiles omsimulator omparser omsens_qt
sh - (0.36 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh - (5 min 6 sec in self)make -j16 --output-sync=recurse
sh - (0.31 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh - (0.31 sec in self)uname
sh (install) - (2.8 sec in self)HOME='/var/lib/jenkins/ws/OpenModelica_PR-7477' make -j16 --output-sync=recurse install
stash - (58 sec in self)omedit-testsuite-clang
parallel block (Branch: build-usersguide) - (2 ms in block)
stage - (57 min in block)build-usersguide
stage block (build-usersguide) - (57 min in block)
node - (57 min in block)linux
node block - (5 min 51 sec in block)
checkout - (6.3 sec in self)
withEnv - (5 min 45 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (5 min 45 sec in block)
isUnix - (7 ms in self)
readFile - (61 ms in self).CI/cache/Dockerfile
sh - (0.3 sec in self)docker build -t 66c8e8ae34b8e1ef53f1d77ada520fce7e309ca6 --pull -f ".CI/cache/Dockerfile" ".CI/cache"
isUnix - (9 ms in self)
withEnv - (0.54 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.39 sec in block)
sh - (0.3 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (5 min 44 sec in block)
withDockerContainer block - (5 min 40 sec in block)
withEnv - (5 min 39 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (5 min 39 sec in block)
script - (54 sec in block)
script block - (54 sec in block)
echo - (63 ms in self)asap-1
isUnix - (6 ms in self)
sh - (0.56 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (6.7 sec in self)omc-clang
isUnix - (8 ms in self)
sh - (0.32 sec in self)test ! -z '/cache/omlibrary'
sh - (0.31 sec in self)cp -f /cache/runtest//master/runtest.db.* testsuite/ || cp -f /cache/runtest//master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.3 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 libraries/.openmodelica/cache || rm -rf libraries/.openmodelica/cache mkdir -p libraries/.openmodelica/ test ! -e libraries/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' libraries/.openmodelica/cache ls -lh libraries/.openmodelica/cache/
isUnix - (28 ms in self)
isUnix - (8 ms in self)
sh - (0.33 sec in self)sed -i.bak -e "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," -e "s,--prefix=[A-Za-z0-9./_-]*,--prefix=`pwd`/install," config.status OMCompiler/config.status
sh - (35 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 - (0.31 sec in self)touch omc.skip
lock - (8 sec in block)asap
lock block - (7.8 sec in block)
sh - (7.7 sec in self)make -j12 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib
sh - (4 min 37 sec in self) export OPENMODELICAHOME=$PWD/build test ! -d $PWD/build/lib/omlibrary cp -a libraries/.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.4 sec in self)tar --transform 's/^html/OpenModelicaUsersGuide/' -cJf OpenModelicaUsersGuide-latest.html.tar.xz -C doc/UsersGuide/build html
sh - (0.31 sec in self)mv doc/UsersGuide/build/latex/OpenModelicaUsersGuide.pdf OpenModelicaUsersGuide-latest.pdf
sh - (0.33 sec in self)mv doc/UsersGuide/build/epub/OpenModelicaUsersGuide.epub OpenModelicaUsersGuide-latest.epub
archiveArtifacts - (1.5 sec in self)OpenModelicaUsersGuide-latest*.*
stash - (1.5 sec in self)usersguide
parallel block (Branch: testsuite-clang-parmod) - (2 ms in block)
stage - (0.77 sec in block)testsuite-clang-parmod
stage block (testsuite-clang-parmod) - (0.26 sec in block)
parallel block (Branch: testsuite-clang-metamodelica) - (2 ms in block)
stage - (0.81 sec in block)testsuite-clang-metamodelica
stage block (testsuite-clang-metamodelica) - (0.26 sec in block)
parallel block (Branch: testsuite-matlab-translator) - (2 ms in block)
stage - (0.85 sec in block)testsuite-matlab-translator
stage block (testsuite-matlab-translator) - (0.26 sec in block)
parallel block (Branch: test-clang-icon-generator) - (1.1 sec in block)
stage - (0.89 sec in block)test-clang-icon-generator
stage block (test-clang-icon-generator) - (0.26 sec in block)
stage - (51 min in block)fmuchecker + OMEdit testsuite
stage block (fmuchecker + OMEdit testsuite) - (51 min in block)
parallel - (51 min in block)
parallel block (Branch: linux-wine-fmuchecker) - (2 ms in block)
stage - (0.25 sec in block)linux-wine-fmuchecker
stage block (linux-wine-fmuchecker) - (0.13 sec in block)
parallel block (Branch: osx-fmuchecker) - (1 ms in block)
stage - (0.29 sec in block)osx-fmuchecker
stage block (osx-fmuchecker) - (0.13 sec in block)
parallel block (Branch: arm-fmuchecker) - (2 ms in block)
stage - (0.34 sec in block)arm-fmuchecker
stage block (arm-fmuchecker) - (0.12 sec in block)
parallel block (Branch: clang-qt5) - (51 min in block)
stage - (51 min in block)clang-qt5
stage block (clang-qt5) - (51 min in block)
node - (51 min in block)linux
node block - (3 min 11 sec in block)
checkout - (9.2 sec in self)
withEnv - (3 min 1 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 1 sec in block)
isUnix - (8 ms in self)
withEnv - (0.53 sec in block)JD_TO_PULL
withEnv block - (0.4 sec in block)
sh - (0.31 sec in self)docker pull "$JD_TO_PULL"
isUnix - (8 ms in self)
withEnv - (0.55 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.38 sec in block)
sh - (0.31 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (3 min 0 sec in block)
withDockerContainer block - (2 min 54 sec in block)
withEnv - (2 min 54 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (2 min 54 sec in block)
script - (2 min 54 sec in block)
script block - (2 min 54 sec in block)
isUnix - (50 ms in self)
echo - (35 ms in self)dev.openmodelica.org
isUnix - (10 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.54 sec in self)autoconf
isUnix - (16 ms in self)
sh - (0.31 sec in self)sed -i.bak -e "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," -e "s,--prefix=[A-Za-z0-9./_-]*,--prefix=`pwd`/install," config.status OMCompiler/config.status
sh - (38 sec in self)echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2
isUnix - (6 ms in self)
sh - (0.31 sec in self)test ! -z '/cache/omlibrary'
sh - (0.31 sec in self)cp -f /cache/runtest//master/runtest.db.* testsuite/ || cp -f /cache/runtest//master/runtest.db.* testsuite/ || true
sh (Create directory for omlibrary cache) - (0.59 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 libraries/.openmodelica/cache || rm -rf libraries/.openmodelica/cache mkdir -p libraries/.openmodelica/ test ! -e libraries/.openmodelica/cache ln -s '/cache/omlibrary/om-pkg-cache' libraries/.openmodelica/cache ls -lh libraries/.openmodelica/cache/
isUnix - (31 ms in self)
isUnix - (9 ms in self)
sh - (0.32 sec in self)sed -i.bak -e "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," -e "s,--prefix=[A-Za-z0-9./_-]*,--prefix=`pwd`/install," 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.1 sec in self)cd OMCompiler && ./config.status
sh - (0.33 sec in self)./config.status
sh - (0.31 sec in self)touch omc.skip
sh - (3.4 sec in self)make -j12 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib
sh - (35 sec in self)touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip omedit.skip omplot.skip && make -j16 omc omc-diff ReferenceFiles omsimulator omedit omplot omparser
sh - (20 sec in self)make -j16 --output-sync=recurse omedit-testsuite
sh (RunOMEditTestsuite) - (16 sec in self) HOME="$PWD/libraries" cd build/bin xvfb-run ./RunOMEditTestsuite.sh
stage - (0.87 sec in block)check-and-upload
stage block (check-and-upload) - (0.75 sec in block)
parallel - (0.66 sec in block)
parallel block (Branch: fmuchecker-results) - (2 ms in block)
stage - (0.32 sec in block)fmuchecker-results
stage block (fmuchecker-results) - (0.11 sec in block)
parallel block (Branch: upload-compliance) - (2 ms in block)
stage - (0.18 sec in block)upload-compliance
stage block (upload-compliance) - (93 ms in block)
parallel block (Branch: upload-doc) - (0.3 sec in block)
stage - (0.22 sec in block)upload-doc
stage block (upload-doc) - (90 ms in block)
stage - (0.14 sec in block)push-to-master
stage block (push-to-master) - (68 ms in block)