Skip to content
StepArgumentsStatus
Start of Pipeline - (2 hr 3 min in block)
withEnv - (2 hr 3 min in block)LC_ALL
withEnv block - (2 hr 3 min in block)
stage - (50 sec in block)Environment
stage block (Environment) - (50 sec in block)
node - (49 sec in block)!windows
node block - (49 sec in block)
checkout - (44 sec in self)
withEnv - (5.4 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (5.4 sec in block)
script - (5.3 sec in block)
script block - (5.2 sec in block)
milestone - (0.23 sec in self)20
milestone - (0.21 sec in self)21
load - (0.34 sec in block)/var/lib/jenkins2/ws/OpenModelica_PR-9204/.CI/common.groovy
load block (/var/lib/jenkins2/ws/OpenModelica_PR-9204/.CI/common.groovy) - (51 ms in block)
echo - (1 sec in self)isPR: true
echo - (1 sec in self)shouldWeBuildMINGW: false
echo - (0.75 sec in self)shouldWeDisableAllCMakeBuilds: false
echo - (0.79 sec in self)shouldWeEnableMacOSCMakeBuild: false
echo - (0.69 sec in self)shouldWeEnableMinGWCMakeBuild: false
echo - (4 ms in self)shouldWeRunTests: false
stage - (17 min in block)setup
stage block (setup) - (17 min in block)
parallel - (17 min in block)
parallel block (Branch: gcc) - (2 ms in block)
stage - (14 min in block)gcc
stage block (gcc) - (14 min in block)
node - (14 min in block)linux
node block - (10 min in block)
checkout - (37 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 - (10 ms in self)
withEnv - (0.46 sec in block)JD_TO_PULL
withEnv block - (0.36 sec in block)
sh - (0.29 sec in self)docker pull "$JD_TO_PULL"
isUnix - (8 ms in self)
withEnv - (0.54 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.44 sec in block)
sh - (0.39 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 0 sec in block)
script block - (9 min 0 sec in block)
echo - (27 ms in self)ripper2-2
isUnix - (6 ms in self)
sh - (0.55 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (7 ms in self)
sh - (0.53 sec in self)autoconf
sh - (17 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.3 sec in self)uname
sh - (0.33 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 14 sec in self)HOME='/var/lib/jenkins2/ws/OpenModelica_PR-9204' make -j16 --output-sync=recurse omc omc-diff omsimulator
sh - (0.9 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (2.5 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 - (22 sec in self)cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo
stash - (1 min 5 sec in self)omc-gcc
parallel block (Branch: clang) - (1 ms in block)
stage - (17 min in block)clang
stage block (clang) - (17 min in block)
node - (17 min in block)linux
node block - (11 min in block)
checkout - (43 sec in self)
withEnv - (11 min in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (11 min in block)
isUnix - (9 ms in self)
withEnv - (0.49 sec in block)JD_TO_PULL
withEnv block - (0.37 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.37 sec in block)
sh - (0.3 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (11 min in block)
withDockerContainer block - (10 min in block)
script - (10 min in block)
script block - (10 min in block)
echo - (5 ms in self)ripper2-1
isUnix - (8 ms in self)
sh - (0.63 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (6 ms in self)
sh - (1.4 sec in self)autoconf
sh - (34 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.31 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (clean) - (0.89 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_PR-9204' make -j16 --output-sync=recurse clean
sh - (0.31 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (build) - (8 min 43 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_PR-9204' make -j16 --output-sync=recurse omc omc-diff omsimulator
sh - (0.9 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (3.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 - (0.62 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 - (46 sec in self)cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo
isUnix - (6 ms in self)
sh - (0.3 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 - (39 sec in self)omc-clang
parallel block (Branch: Win/MinGW) - (2 ms in block)
stage - (0.3 sec in block)Win/MinGW
stage block (Win/MinGW) - (0.19 sec in block)
parallel block (Branch: cmake-bionic-gcc) - (2 ms in block)
stage - (9 min 22 sec in block)cmake-bionic-gcc
stage block (cmake-bionic-gcc) - (9 min 22 sec in block)
node - (9 min 22 sec in block)linux
node block - (2 min 53 sec in block)
checkout - (2.5 sec in self)
withEnv - (2 min 50 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 50 sec in block)
isUnix - (7 ms in self)
readFile - (97 ms in self).CI/cache-bionic-cmake-3.17.2/Dockerfile
sh - (0.31 sec in self)docker build -t 0a89802ee8d96d40c34c7bbf723e09b3662b74c8 --pull -f ".CI/cache-bionic-cmake-3.17.2/Dockerfile" ".CI/cache-bionic-cmake-3.17.2"
isUnix - (6 ms in self)
withEnv - (0.54 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 - (2 min 49 sec in block)
withDockerContainer block - (2 min 47 sec in block)
script - (2 min 47 sec in block)
script block - (2 min 47 sec in block)
echo - (33 ms in self)Running on: ryzen-5950x-1
echo - (29 ms in self)ryzen-5950x-1
isUnix - (7 ms in self)
sh - (0.56 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (8 ms in self)
sh - (0.35 sec in self)mkdir ./build_cmake
sh - (0.31 sec in self)/opt/cmake-3.17.2/bin/cmake --version
sh - (11 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 - (2 min 33 sec in self)/opt/cmake-3.17.2/bin/cmake --build ./build_cmake --parallel 16 --target install
sh - (0.58 sec in self)/opt/cmake-3.17.2/bin/cmake --build ./build_cmake --parallel 16 --target testsuite-depends
sh - (0.3 sec in self)build/bin/omc --version
parallel block (Branch: cmake-macos-arm64-gcc) - (2 ms in block)
stage - (0.33 sec in block)cmake-macos-arm64-gcc
stage block (cmake-macos-arm64-gcc) - (0.18 sec in block)
parallel block (Branch: cmake-OMDev-gcc) - (1 ms in block)
stage - (0.37 sec in block)cmake-OMDev-gcc
stage block (cmake-OMDev-gcc) - (0.18 sec in block)
parallel block (Branch: checks) - (6 min 28 sec in block)
stage - (6 min 28 sec in block)checks
stage block (checks) - (6 min 28 sec in block)
node - (6 min 28 sec in block)linux
node block - (1 min 2 sec in block)
checkout - (34 sec in self)
withEnv - (28 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (28 sec in block)
isUnix - (9 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.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 - (26 sec in block)
withDockerContainer block - (24 sec in block)
script - (0.79 sec in block)
script block - (0.63 sec in block)
echo - (5 ms in self)ryzen-5950x-1
isUnix - (7 ms in self)
sh - (0.56 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
sh - (0.53 sec in self)! git submodule foreach --recursive git diff 2>&1 | grep CRLF
isUnix - (8 ms in self)
sh - (0.31 sec in self)uname
sh - (0.34 sec in self)lscpu -p | egrep -v "^#" | wc -l
sh - (18 sec in self)make -f Makefile.in -j32 --output-sync=recurse bom-error utf8-error thumbsdb-error spellcheck
sh - (3.3 sec in self) cd doc/bibliography mkdir -p /tmp/openmodelica.org-bibgen sh generate.sh /tmp/openmodelica.org-bibgen
stage - (19 min in block)tests
stage block (tests) - (19 min in block)
parallel - (19 min in block)
parallel block (Branch: cross-build-fmu) - (2 ms in block)
stage - (0.47 sec in block)cross-build-fmu
stage block (cross-build-fmu) - (0.31 sec in block)
parallel block (Branch: testsuite-clang 1/3) - (2 ms in block)
stage - (0.51 sec in block)testsuite-clang 1/3
stage block (testsuite-clang 1/3) - (0.31 sec in block)
parallel block (Branch: testsuite-clang 2/3) - (2 ms in block)
stage - (0.56 sec in block)testsuite-clang 2/3
stage block (testsuite-clang 2/3) - (0.3 sec in block)
parallel block (Branch: testsuite-clang 3/3) - (1 ms in block)
stage - (0.6 sec in block)testsuite-clang 3/3
stage block (testsuite-clang 3/3) - (0.31 sec in block)
parallel block (Branch: testsuite-gcc 1/3) - (2 ms in block)
stage - (0.64 sec in block)testsuite-gcc 1/3
stage block (testsuite-gcc 1/3) - (0.31 sec in block)
parallel block (Branch: testsuite-gcc 2/3) - (2 ms in block)
stage - (0.68 sec in block)testsuite-gcc 2/3
stage block (testsuite-gcc 2/3) - (0.3 sec in block)
parallel block (Branch: testsuite-gcc 3/3) - (2 ms in block)
stage - (0.74 sec in block)testsuite-gcc 3/3
stage block (testsuite-gcc 3/3) - (0.3 sec in block)
parallel block (Branch: testsuite-compliance) - (2 ms in block)
stage - (0.78 sec in block)testsuite-compliance
stage block (testsuite-compliance) - (0.3 sec in block)
parallel block (Branch: build-gui-clang-qt5) - (2 ms in block)
stage - (19 min in block)build-gui-clang-qt5
stage block (build-gui-clang-qt5) - (19 min in block)
node - (19 min in block)linux
node block - (5 min 58 sec in block)
checkout - (10 sec in self)
withEnv - (5 min 47 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (5 min 47 sec in block)
isUnix - (8 ms in self)
withEnv - (0.76 sec in block)JD_TO_PULL
withEnv block - (0.64 sec in block)
sh - (0.58 sec in self)docker pull "$JD_TO_PULL"
isUnix - (9 ms in self)
withEnv - (0.49 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.36 sec in block)
sh - (0.3 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (5 min 45 sec in block)
withDockerContainer block - (5 min 41 sec in block)
script - (4 min 29 sec in block)
script block - (4 min 29 sec in block)
isUnix - (30 ms in self)
echo - (29 ms in self)ripper2-1
isUnix - (7 ms in self)
sh - (1.6 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (11 sec in self)omc-clang
sh - (1.5 sec in self)autoconf
isUnix - (9 ms in self)
sh - (0.61 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 - (1 min 20 sec in self)echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2
sh - (33 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.3 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh - (2 min 17 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.2 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_PR-9204' make -j16 --output-sync=recurse install
stash - (1 min 11 sec in self)omedit-testsuite-clang
parallel block (Branch: build-usersguide) - (1 ms in block)
stage - (19 min in block)build-usersguide
stage block (build-usersguide) - (19 min in block)
node - (19 min in block)linux
node block - (5 min 53 sec in block)
checkout - (57 sec in self)
withEnv - (4 min 56 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 56 sec in block)
isUnix - (6 ms in self)
readFile - (63 ms in self).CI/cache/Dockerfile
sh - (0.57 sec in self)docker build -t fb358ea9e820894159d6fea2877642d5df986c29 --pull -f ".CI/cache/Dockerfile" ".CI/cache"
isUnix - (8 ms in self)
withEnv - (0.51 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 - (4 min 55 sec in block)
withDockerContainer block - (4 min 49 sec in block)
withEnv - (4 min 49 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (4 min 49 sec in block)
script - (56 sec in block)
script block - (56 sec in block)
echo - (28 ms in self)dev.openmodelica.org
isUnix - (7 ms in self)
sh - (0.83 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (6 sec in self)omc-clang
isUnix - (9 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.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 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 - (34 ms in self)
isUnix - (7 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 - (38 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.33 sec in self)./config.status
sh - (0.32 sec in self)touch omc.skip
sh - (7.7 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib
sh - (3 min 45 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 - (3.5 sec in self)tar --transform 's/^html/OpenModelicaUsersGuide/' -cJf OpenModelicaUsersGuide-latest.html.tar.xz -C doc/UsersGuide/build html
sh - (0.33 sec in self)mv doc/UsersGuide/build/latex/OpenModelicaUsersGuide.pdf OpenModelicaUsersGuide-latest.pdf
sh - (0.32 sec in self)mv doc/UsersGuide/build/epub/OpenModelicaUsersGuide.epub OpenModelicaUsersGuide-latest.epub
archiveArtifacts - (1.3 sec in self)OpenModelicaUsersGuide-latest*.*
stash - (1.1 sec in self)usersguide
parallel block (Branch: testsuite-clang-parmod) - (2 ms in block)
stage - (0.81 sec in block)testsuite-clang-parmod
stage block (testsuite-clang-parmod) - (0.28 sec in block)
parallel block (Branch: testsuite-clang-metamodelica) - (2 ms in block)
stage - (0.85 sec in block)testsuite-clang-metamodelica
stage block (testsuite-clang-metamodelica) - (0.27 sec in block)
parallel block (Branch: testsuite-matlab-translator) - (2 ms in block)
stage - (0.89 sec in block)testsuite-matlab-translator
stage block (testsuite-matlab-translator) - (0.27 sec in block)
parallel block (Branch: test-clang-icon-generator) - (1.1 sec in block)
stage - (0.93 sec in block)test-clang-icon-generator
stage block (test-clang-icon-generator) - (0.27 sec in block)
stage - (1 hr 25 min in block)fmuchecker + OMEdit testsuite
stage block (fmuchecker + OMEdit testsuite) - (1 hr 25 min in block)
parallel - (1 hr 25 min in block)
parallel block (Branch: linux-wine-fmuchecker) - (2 ms in block)
stage - (0.23 sec in block)linux-wine-fmuchecker
stage block (linux-wine-fmuchecker) - (0.12 sec in block)
parallel block (Branch: osx-fmuchecker) - (1 ms in block)
stage - (0.26 sec in block)osx-fmuchecker
stage block (osx-fmuchecker) - (0.11 sec in block)
parallel block (Branch: arm-fmuchecker) - (2 ms in block)
stage - (0.3 sec in block)arm-fmuchecker
stage block (arm-fmuchecker) - (0.11 sec in block)
parallel block (Branch: clang-qt5) - (1 hr 25 min in block)
stage - (1 hr 25 min in block)clang-qt5
stage block (clang-qt5) - (1 hr 25 min in block)
node - (1 hr 25 min in block)linux
node block - (3 min 13 sec in block)
checkout - (45 sec in self)
withEnv - (2 min 28 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 28 sec in block)
isUnix - (8 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.47 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.36 sec in block)
sh - (0.3 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (2 min 27 sec in block)
withDockerContainer block - (2 min 23 sec in block)
withEnv - (2 min 23 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (2 min 23 sec in block)
script - (2 min 23 sec in block)
script block - (2 min 23 sec in block)
isUnix - (32 ms in self)
echo - (27 ms in self)intel-5820k-1
isUnix - (7 ms in self)
sh - (0.56 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (12 sec in self)omedit-testsuite-clang
sh - (0.53 sec in self)autoconf
isUnix - (7 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 - (32 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.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 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 - (30 ms in self)
isUnix - (7 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 - (29 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (0.81 sec in self)cd OMCompiler && ./config.status
sh - (0.3 sec in self)./config.status
sh - (0.31 sec in self)touch omc.skip
sh - (2.7 sec in self)make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib
sh - (28 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 - (18 sec in self)make -j16 --output-sync=recurse omedit-testsuite
sh (RunOMEditTestsuite) - (15 sec in self) HOME="$PWD/libraries" cd build/bin xvfb-run ./RunOMEditTestsuite.sh
stage - (0.94 sec in block)check-and-upload
stage block (check-and-upload) - (0.83 sec in block)
parallel - (0.74 sec in block)
parallel block (Branch: fmuchecker-results) - (2 ms in block)
stage - (0.35 sec in block)fmuchecker-results
stage block (fmuchecker-results) - (0.12 sec in block)
parallel block (Branch: upload-compliance) - (1 ms in block)
stage - (0.2 sec in block)upload-compliance
stage block (upload-compliance) - (0.1 sec in block)
parallel block (Branch: upload-doc) - (0.33 sec in block)
stage - (0.24 sec in block)upload-doc
stage block (upload-doc) - (0.1 sec in block)
stage - (0.21 sec in block)push-to-master
stage block (push-to-master) - (0.12 sec in block)