Skip to content
StepArgumentsStatus
Start of Pipeline - (28 min in block)
withEnv - (28 min in block)LC_ALL
withEnv block - (28 min in block)
stage - (41 sec in block)Environment
stage block (Environment) - (40 sec in block)
node - (40 sec in block)linux
node block - (40 sec in block)
checkout - (36 sec in self)
withEnv - (4.4 sec in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_URL
withEnv block - (4.4 sec in block)
script - (4.3 sec in block)
script block - (4.2 sec in block)
milestone - (0.3 sec in self)1
load - (0.33 sec in block)/var/lib/jenkins1/ws/OpenModelica_PR-12604/.CI/common.groovy
load block (/var/lib/jenkins1/ws/OpenModelica_PR-12604/.CI/common.groovy) - (54 ms in block)
echo - (0.82 sec in self)isPR: true
echo - (0.65 sec in self)shouldWeBuildUCRT: false
echo - (0.68 sec in self)shouldWeDisableAllCMakeBuilds: false
echo - (0.66 sec in self)shouldWeEnableMacOSCMakeBuild: false
echo - (0.68 sec in self)shouldWeEnableUCRTCMakeBuild: false
echo - (4 ms in self)shouldWeRunTests: false
stage - (13 min in block)setup
stage block (setup) - (13 min in block)
parallel - (13 min in block)
parallel block (Branch: gcc) - (2 ms in block)
stage - (9 min 44 sec in block)gcc
stage block (gcc) - (9 min 44 sec in block)
node - (9 min 44 sec in block)linux
node block - (9 min 43 sec in block)
checkout - (2.6 sec in self)
withEnv - (9 min 40 sec in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_URL
withEnv block - (9 min 40 sec in block)
isUnix - (10 ms in self)
withEnv - (0.5 sec in block)JD_TO_PULL
withEnv block - (0.38 sec in block)
sh - (0.31 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.31 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (9 min 39 sec in block)
withDockerContainer block - (9 min 35 sec in block)
withEnv - (9 min 35 sec in block)QTDIR
withEnv block - (9 min 35 sec in block)
script - (8 min 50 sec in block)
script block - (8 min 50 sec in block)
echo - (31 ms in self)asap-1
isUnix - (7 ms in self)
sh - (0.31 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (8 ms in self)
sh - (21 sec in self)autoreconf --install
sh - (27 sec in self)./configure CC='gcc' CXX='g++' FC=gfortran CFLAGS=-Os --with-cppruntime --without-omc --without-omlibrary --with-omniORB --enable-modelica3d --prefix=`pwd`/install
isUnix - (7 ms in self)
sh - (0.32 sec in self)uname
sh - (0.37 sec in self)lscpu -p | egrep -v "^#" | sort -u -t, -k 2,4 | wc -l
sh - (0.32 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (build) - (7 min 44 sec in self)HOME='/var/lib/jenkins1/ws/OpenModelica_PR-12604' make -j20 --output-sync=recurse omc omc-diff omsimulator
sh - (0.85 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.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
stash - (44 sec in self)omc-gcc
parallel block (Branch: clang) - (2 ms in block)
stage - (13 min in block)clang
stage block (clang) - (13 min in block)
node - (13 min in block)linux
node block - (13 min in block)
checkout - (34 sec in self)
withEnv - (13 min in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_URL
withEnv block - (13 min in block)
isUnix - (8 ms in self)
withEnv - (0.86 sec in block)JD_TO_PULL
withEnv block - (0.43 sec in block)
sh - (0.32 sec in self)docker pull "$JD_TO_PULL"
isUnix - (8 ms in self)
withEnv - (0.66 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.47 sec in block)
sh - (0.41 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (13 min in block)
withDockerContainer block - (12 min in block)
script - (12 min in block)
script block - (12 min in block)
echo - (5 ms in self)intel-4930k-1
isUnix - (6 ms in self)
sh - (0.35 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (6 ms in self)
sh - (19 sec in self)autoreconf --install
sh - (32 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.33 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/jenkins/ws/OpenModelica_PR-12604' make -j20 --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) - (11 min in self)HOME='/var/lib/jenkins/ws/OpenModelica_PR-12604' make -j20 --output-sync=recurse omc omc-diff omsimulator
sh - (0.54 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (4.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.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 - (10 sec in self)cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo
isUnix - (8 ms in self)
sh - (0.31 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
sh - (2.2 sec in self)cp -Lr build build.new && rm -rf build && mv build.new build
stash - (22 sec in self)omc-clang
parallel block (Branch: Win/UCRT64) - (1 ms in block)
stage - (0.29 sec in block)Win/UCRT64
stage block (Win/UCRT64) - (0.18 sec in block)
parallel block (Branch: cmake-jammy-gcc) - (2 ms in block)
stage - (6 min 43 sec in block)cmake-jammy-gcc
stage block (cmake-jammy-gcc) - (6 min 43 sec in block)
node - (6 min 43 sec in block)linux
node block - (6 min 42 sec in block)
checkout - (30 sec in self)
withEnv - (6 min 12 sec in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_URL
withEnv block - (6 min 12 sec in block)
isUnix - (9 ms in self)
withEnv - (0.53 sec in block)JD_TO_PULL
withEnv block - (0.38 sec in block)
sh - (0.31 sec in self)docker pull "$JD_TO_PULL"
isUnix - (7 ms in self)
withEnv - (0.62 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 - (6 min 10 sec in block)
withDockerContainer block - (6 min 7 sec in block)
script - (6 min 7 sec in block)
script block - (6 min 6 sec in block)
echo - (67 ms in self)Running on: ripper2-2
echo - (5 ms in self)ripper2-2
isUnix - (6 ms in self)
sh - (0.44 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (7 ms in self)
sh - (0.33 sec in self)mkdir ./build_cmake
sh - (2 sec in self)cmake --version
sh - (32 sec in self)cmake -S ./ -B ./build_cmake -DCMAKE_BUILD_TYPE=Release -DOM_USE_CCACHE=OFF -DCMAKE_INSTALL_PREFIX=build
sh - (5 min 25 sec in self)cmake --build ./build_cmake --parallel 20 --target install
sh - (5 sec in self)cmake --build ./build_cmake --parallel 20 --target testsuite-depends
sh - (0.33 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.17 sec in block)
parallel block (Branch: cmake-OMDev-gcc) - (2 ms in block)
stage - (0.39 sec in block)cmake-OMDev-gcc
stage block (cmake-OMDev-gcc) - (0.17 sec in block)
parallel block (Branch: checks) - (1 min 17 sec in block)
stage - (1 min 17 sec in block)checks
stage block (checks) - (1 min 17 sec in block)
node - (1 min 17 sec in block)linux
node block - (1 min 16 sec in block)
checkout - (33 sec in self)
withEnv - (43 sec in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_URL
withEnv block - (43 sec in block)
isUnix - (8 ms in self)
withEnv - (0.67 sec in block)JD_TO_PULL
withEnv block - (0.44 sec in block)
sh - (0.37 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.39 sec in block)
sh - (0.33 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (41 sec in block)
withDockerContainer block - (38 sec in block)
script - (0.57 sec in block)
script block - (0.49 sec in block)
echo - (4 ms in self)intel-5820k-1
isUnix - (7 ms in self)
sh - (0.43 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
sh - (0.4 sec in self)! git submodule foreach --recursive git diff 2>&1 | grep CRLF
isUnix - (7 ms in self)
sh - (11 sec in self)uname
sh - (3.2 sec in self)lscpu -p | egrep -v "^#" | wc -l
sh - (18 sec in self)make -f Makefile.in -j12 --output-sync=recurse bom-error utf8-error thumbsdb-error spellcheck
sh - (3.6 sec in self) cd doc/bibliography mkdir -p openmodelica.org-bibgen sh generate.sh "$PWD/openmodelica.org-bibgen"
stash - (63 ms in self)bibliography
stage - (10 min in block)tests
stage block (tests) - (10 min in block)
parallel - (10 min in block)
parallel block (Branch: 07 cross-build-fmu) - (2 ms in block)
stage - (0.47 sec in block)07 cross-build-fmu
stage block (07 cross-build-fmu) - (0.33 sec in block)
parallel block (Branch: 04 testsuite-clang 1/3) - (2 ms in block)
stage - (0.52 sec in block)04 testsuite-clang 1/3
stage block (04 testsuite-clang 1/3) - (0.33 sec in block)
parallel block (Branch: 05 testsuite-clang 2/3) - (2 ms in block)
stage - (0.58 sec in block)05 testsuite-clang 2/3
stage block (05 testsuite-clang 2/3) - (0.32 sec in block)
parallel block (Branch: 06 testsuite-clang 3/3) - (2 ms in block)
stage - (0.62 sec in block)06 testsuite-clang 3/3
stage block (06 testsuite-clang 3/3) - (0.32 sec in block)
parallel block (Branch: 01 testsuite-gcc 1/3) - (2 ms in block)
stage - (0.67 sec in block)01 testsuite-gcc 1/3
stage block (01 testsuite-gcc 1/3) - (0.32 sec in block)
parallel block (Branch: 02 testsuite-gcc 2/3) - (1 ms in block)
stage - (0.72 sec in block)02 testsuite-gcc 2/3
stage block (02 testsuite-gcc 2/3) - (0.32 sec in block)
parallel block (Branch: 03 testsuite-gcc 3/3) - (2 ms in block)
stage - (0.77 sec in block)03 testsuite-gcc 3/3
stage block (03 testsuite-gcc 3/3) - (0.32 sec in block)
parallel block (Branch: 08 testsuite-compliance) - (2 ms in block)
stage - (0.83 sec in block)08 testsuite-compliance
stage block (08 testsuite-compliance) - (0.31 sec in block)
parallel block (Branch: 10 build-gui-clang-qt5) - (2 ms in block)
stage - (10 min in block)10 build-gui-clang-qt5
stage block (10 build-gui-clang-qt5) - (10 min in block)
node - (10 min in block)linux
node block - (9 min 28 sec in block)
checkout - (3.7 sec in self)
withEnv - (9 min 24 sec in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_URL
withEnv block - (9 min 24 sec in block)
isUnix - (8 ms in self)
withEnv - (0.49 sec in block)JD_TO_PULL
withEnv block - (0.37 sec in block)
sh - (0.31 sec in self)docker pull "$JD_TO_PULL"
isUnix - (9 ms in self)
withEnv - (0.51 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 - (9 min 23 sec in block)
withDockerContainer block - (9 min 21 sec in block)
script - (8 min 37 sec in block)
script block - (8 min 37 sec in block)
isUnix - (37 ms in self)
echo - (37 ms in self)intel-4930k-1
isUnix - (6 ms in self)
sh - (0.31 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (5.7 sec in self)omc-clang
sh - (19 sec in self)autoreconf --install
isUnix - (8 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 - (34 sec in self)echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2
sh - (49 sec in self)touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip && make -j20 omc omc-diff ReferenceFiles omsimulator omparser omsens_qt
sh - (0.31 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh - (6 min 43 sec in self)make -j20 --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-12604' make -j20 --output-sync=recurse install
stash - (43 sec in self)omedit-testsuite-clang
parallel block (Branch: 09 build-usersguide) - (2 ms in block)
stage - (8 min 53 sec in block)09 build-usersguide
stage block (09 build-usersguide) - (8 min 53 sec in block)
node - (8 min 53 sec in block)linux
node block - (6 min 52 sec in block)
checkout - (3.7 sec in self)
withEnv - (6 min 48 sec in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_URL
withEnv block - (6 min 48 sec in block)
isUnix - (7 ms in self)
readFile - (65 ms in self).CI/cache/Dockerfile
sh - (0.3 sec in self)docker build -t c3c9bd6bced5ec6c1856b09760823e72b36116c5 --pull -f ".CI/cache/Dockerfile" ".CI/cache"
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 - (6 min 47 sec in block)
withDockerContainer block - (6 min 45 sec in block)
withCredentials - (6 min 45 sec in block)
withCredentials block - (6 min 45 sec in block)
withEnv - (6 min 45 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (6 min 44 sec in block)
script - (1 min 1 sec in block)
script block - (1 min 1 sec in block)
echo - (73 ms in self)asap-1
isUnix - (7 ms in self)
sh - (0.31 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (6.5 sec in self)omc-clang
isUnix - (9 ms in self)
sh - (0.32 sec in self)test ! -z '/cache/omlibrary'
sh - (0.34 sec in self)cp -f /cache/runtest//1.23/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 - (31 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 - (24 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (0.82 sec in self)cd OMCompiler && ./config.status
sh - (0.31 sec in self)./config.status
sh - (0.32 sec in self)touch omc.skip
lock - (26 sec in block)asap
lock block - (26 sec in block)
sh - (26 sec in self)make -j12 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib
sh - (5 min 34 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-1.23.html.tar.xz -C doc/UsersGuide/build html
sh - (0.32 sec in self)mv doc/UsersGuide/build/latex/OpenModelicaUsersGuide.pdf OpenModelicaUsersGuide-1.23.pdf
sh - (0.32 sec in self)mv doc/UsersGuide/build/epub/OpenModelicaUsersGuide.epub OpenModelicaUsersGuide-1.23.epub
archiveArtifacts - (1.7 sec in self)OpenModelicaUsersGuide-1.23*.*
stash - (1.5 sec in self)usersguide
parallel block (Branch: 11 testsuite-clang-parmod) - (2 ms in block)
stage - (0.86 sec in block)11 testsuite-clang-parmod
stage block (11 testsuite-clang-parmod) - (0.3 sec in block)
parallel block (Branch: 12 testsuite-clang-metamodelica) - (1 ms in block)
stage - (0.91 sec in block)12 testsuite-clang-metamodelica
stage block (12 testsuite-clang-metamodelica) - (0.29 sec in block)
parallel block (Branch: 13 testsuite-matlab-translator) - (2 ms in block)
stage - (0.96 sec in block)13 testsuite-matlab-translator
stage block (13 testsuite-matlab-translator) - (0.29 sec in block)
parallel block (Branch: 14 test-clang-icon-generator) - (1.2 sec in block)
stage - (0.98 sec in block)14 test-clang-icon-generator
stage block (14 test-clang-icon-generator) - (0.25 sec in block)
stage - (3 min 15 sec in block)fmuchecker + FMPy + OMEdit testsuite
stage block (fmuchecker + FMPy + OMEdit testsuite) - (3 min 15 sec in block)
parallel - (3 min 15 sec 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: linux-FMPy) - (1 ms in block)
stage - (0.3 sec in block)linux-FMPy
stage block (linux-FMPy) - (0.12 sec in block)
parallel block (Branch: osx-fmuchecker) - (2 ms in block)
stage - (0.35 sec in block)osx-fmuchecker
stage block (osx-fmuchecker) - (0.12 sec in block)
parallel block (Branch: arm-fmuchecker) - (1 ms in block)
stage - (0.4 sec in block)arm-fmuchecker
stage block (arm-fmuchecker) - (0.13 sec in block)
parallel block (Branch: clang-qt5-omedit-testsuite) - (3 min 15 sec in block)
stage - (3 min 15 sec in block)clang-qt5-omedit-testsuite
stage block (clang-qt5-omedit-testsuite) - (3 min 15 sec in block)
node - (3 min 15 sec in block)linux
node block - (3 min 14 sec in block)
checkout - (4.6 sec in self)
withEnv - (3 min 9 sec in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_URL
withEnv block - (3 min 9 sec in block)
isUnix - (8 ms in self)
withEnv - (0.51 sec in block)JD_TO_PULL
withEnv block - (0.37 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.37 sec in block)
sh - (0.31 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (3 min 8 sec in block)
withDockerContainer block - (2 min 57 sec in block)
withEnv - (2 min 57 sec in block)LIBRARIES, RUNTESTDB
withEnv block - (2 min 57 sec in block)
script - (2 min 57 sec in block)
script block - (2 min 56 sec in block)
isUnix - (39 ms in self)
echo - (36 ms in self)asap-1
isUnix - (7 ms in self)
sh - (0.31 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
unstash - (11 sec in self)omedit-testsuite-clang
sh - (22 sec in self)autoreconf --install
isUnix - (8 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 - (41 sec in self)echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2
isUnix - (10 ms in self)
sh - (0.31 sec in self)test ! -z '/cache/omlibrary'
sh - (0.31 sec in self)cp -f /cache/runtest//1.23/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 - (39 ms in self)
isUnix - (7 ms in self)
sh - (0.34 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 - (25 sec in self)make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc
sh - (0.57 sec in self)cd OMCompiler && ./config.status
sh - (0.34 sec in self)./config.status
sh - (0.31 sec in self)touch omc.skip
lock - (3.5 sec in block)asap
lock block - (3.4 sec in block)
sh - (3.3 sec in self)make -j12 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib
sh - (25 sec in self)touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip omedit.skip omplot.skip && make -j20 omc omc-diff ReferenceFiles omsimulator omedit omplot omparser
sh - (27 sec in self)make -j20 --output-sync=recurse omedit-testsuite
sh (RunOMEditTestsuite) - (15 sec in self) HOME="$PWD/libraries" cd build/bin xvfb-run ./RunOMEditTestsuite.sh
stage - (0.92 sec in block)check-and-upload
stage block (check-and-upload) - (0.8 sec in block)
parallel - (0.69 sec in block)
parallel block (Branch: fmuchecker-results) - (2 ms in block)
stage - (0.33 sec in block)fmuchecker-results
stage block (fmuchecker-results) - (0.1 sec in block)
parallel block (Branch: upload-compliance) - (2 ms in block)
stage - (0.18 sec in block)upload-compliance
stage block (upload-compliance) - (84 ms in block)
parallel block (Branch: upload-doc) - (0.31 sec in block)
stage - (0.23 sec in block)upload-doc
stage block (upload-doc) - (87 ms in block)
stage - (0.72 sec in block)publish
stage block (publish) - (0.63 sec in block)
parallel - (0.54 sec in block)
parallel block (Branch: push-to-master) - (2 ms in block)
stage - (0.18 sec in block)push-to-master
stage block (push-to-master) - (93 ms in block)
parallel block (Branch: push-bibliography) - (0.35 sec in block)
stage - (0.25 sec in block)push-bibliography
stage block (push-bibliography) - (91 ms in block)