| Step | Arguments | | | Status |
|---|
| Start of Pipeline - (42 min in block) | | | | |
| withEnv - (42 min in block) | LC_ALL | | | |
| withEnv block - (42 min in block) | | | | |
| stage - (21 sec in block) | Environment | | | |
| stage block (Environment) - (21 sec in block) | | | | |
| node - (21 sec in block) | linux | | | |
| node block - (21 sec in block) | | | | |
| checkout - (20 sec in self) | | | | |
| withEnv - (1.1 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (1 sec in block) | | | | |
| script - (0.91 sec in block) | | | | |
| script block - (0.82 sec in block) | | | | |
| milestone - (13 ms in self) | 6324 | | | |
| milestone - (16 ms in self) | 6325 | | | |
| load - (0.5 sec in block) | /var/lib/jenkins/ws/OpenModelica_master_2/.CI/common.groovy | | | |
| load block (/var/lib/jenkins/ws/OpenModelica_master_2/.CI/common.groovy) - (58 ms in block) | | | | |
| echo - (38 ms in self) | isPR: false | | | |
| echo - (38 ms in self) | shouldWeBuildUCRT: false | | | |
| echo - (40 ms in self) | shouldWeDisableAllCMakeBuilds: false | | | |
| echo - (38 ms in self) | shouldWeEnableMacOSCMakeBuild: false | | | |
| echo - (42 ms in self) | shouldWeEnableUCRTCMakeBuild: false | | | |
| echo - (7 ms in self) | shouldWeRunTests: true | | | |
| stage - (12 min in block) | setup | | | |
| stage block (setup) - (12 min in block) | | | | |
| parallel - (12 min in block) | | | | |
| parallel block (Branch: gcc) - (3 ms in block) | | | | |
| stage - (5 min 31 sec in block) | gcc | | | |
| stage block (gcc) - (5 min 31 sec in block) | | | | |
| node - (5 min 30 sec in block) | linux | | | |
| node block - (5 min 30 sec in block) | | | | |
| checkout - (1.5 sec in self) | | | | |
| withEnv - (5 min 28 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (5 min 28 sec in block) | | | | |
| isUnix - (14 ms in self) | | | | |
| withEnv - (0.51 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 - (14 ms in self) | | | | |
| withEnv - (0.51 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 - (5 min 27 sec in block) | | | | |
| withDockerContainer block - (5 min 24 sec in block) | | | | |
| withEnv - (5 min 24 sec in block) | QTDIR | | | |
| withEnv block - (5 min 24 sec in block) | | | | |
| script - (5 min 10 sec in block) | | | | |
| script block - (5 min 10 sec in block) | | | | |
| echo - (36 ms in self) | r7945-1 | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.31 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (13 sec in self) | autoreconf --install | | | |
| sh - (8.9 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 - (10 ms in self) | | | | |
| sh - (0.31 sec in self) | uname | | | |
| sh - (0.41 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) - (4 min 38 sec in self) | HOME='/var/lib/jenkins/ws/OpenModelica_master_2' make -j12 --output-sync=recurse omc omc-diff omsimulator | | | |
| sh - (0.31 sec in self) | find build/lib/*/omc/ -name "*.so" -exec strip {} ";" | | | |
| sh - (1.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.52 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 - (5.5 sec in self) | cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo | | | |
| stash - (13 sec in self) | omc-gcc | | | |
| parallel block (Branch: clang) - (3 ms in block) | | | | |
| stage - (12 min in block) | clang | | | |
| stage block (clang) - (12 min in block) | | | | |
| node - (12 min in block) | linux | | | |
| node block - (12 min in block) | | | | |
| checkout - (26 sec in self) | | | | |
| withEnv - (11 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (11 min in block) | | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.51 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 - (14 ms in self) | | | | |
| withEnv - (0.56 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.41 sec in block) | | | | |
| sh - (0.31 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (11 min in block) | | | | |
| withDockerContainer block - (11 min in block) | | | | |
| script - (11 min in block) | | | | |
| script block - (11 min in block) | | | | |
| echo - (6 ms in self) | ripper2-1 | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.31 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (18 sec in self) | autoreconf --install | | | |
| sh - (31 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_master_2' make -j12 --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) - (10 min in self) | HOME='/var/lib/jenkins1/ws/OpenModelica_master_2' make -j12 --output-sync=recurse omc omc-diff omsimulator | | | |
| sh - (0.84 sec in self) | find build/lib/*/omc/ -name "*.so" -exec strip {} ";" | | | |
| sh - (3 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 - (12 sec in self) | cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo | | | |
| isUnix - (13 ms in self) | | | | |
| sh - (0.3 sec in self) | build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*" | | | |
| sh - (1.6 sec in self) | cp -Lr build build.new && rm -rf build && mv build.new build | | | |
| stash - (14 sec in self) | omc-clang | | | |
| parallel block (Branch: Win/UCRT64) - (3 ms in block) | | | | |
| stage - (0.4 sec in block) | Win/UCRT64 | | | |
| stage block (Win/UCRT64) - (0.23 sec in block) | | | | |
| getContext - (14 ms in self) | | | | |
| parallel block (Branch: Win/UCRT64-qt6) - (3 ms in block) | | | | |
| stage - (0.44 sec in block) | Win/UCRT64-qt6 | | | |
| stage block (Win/UCRT64-qt6) - (0.24 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: cmake-jammy-gcc) - (4 ms in block) | | | | |
| stage - (11 min in block) | cmake-jammy-gcc | | | |
| stage block (cmake-jammy-gcc) - (11 min in block) | | | | |
| node - (11 min in block) | linux | | | |
| node block - (11 min in block) | | | | |
| checkout - (37 sec in self) | | | | |
| withEnv - (11 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (11 min in block) | | | | |
| isUnix - (12 ms in self) | | | | |
| withEnv - (1 min 3 sec in block) | JD_TO_PULL | | | |
| withEnv block - (1 min 3 sec in block) | | | | |
| sh - (1 min 3 sec in self) | docker pull "$JD_TO_PULL" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.52 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 - (10 min in block) | | | | |
| withDockerContainer block - (8 min 38 sec in block) | | | | |
| script - (8 min 38 sec in block) | | | | |
| script block - (8 min 38 sec in block) | | | | |
| echo - (41 ms in self) | Running on: r630-1-1 | | | |
| echo - (36 ms in self) | r630-1-1 | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.31 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.32 sec in self) | mkdir ./build_cmake | | | |
| sh - (0.32 sec in self) | cmake --version | | | |
| sh - (41 sec in self) | cmake -S ./ -B ./build_cmake -DCMAKE_BUILD_TYPE=Release -DOM_USE_CCACHE=OFF -DCMAKE_INSTALL_PREFIX=build | | | |
| sh - (7 min 47 sec in self) | cmake --build ./build_cmake --parallel 12 --target install | | | |
| sh - (7.6 sec in self) | cmake --build ./build_cmake --parallel 12 --target testsuite-depends | | | |
| sh - (0.31 sec in self) | build/bin/omc --version | | | |
| parallel block (Branch: cmake-macos-arm64-gcc) - (3 ms in block) | | | | |
| stage - (0.47 sec in block) | cmake-macos-arm64-gcc | | | |
| stage block (cmake-macos-arm64-gcc) - (0.23 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: cmake-OMDev-gcc) - (3 ms in block) | | | | |
| stage - (0.51 sec in block) | cmake-OMDev-gcc | | | |
| stage block (cmake-OMDev-gcc) - (0.24 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: checks) - (1 min 13 sec in block) | | | | |
| stage - (1 min 13 sec in block) | checks | | | |
| stage block (checks) - (1 min 13 sec in block) | | | | |
| node - (1 min 13 sec in block) | linux | | | |
| node block - (1 min 12 sec in block) | | | | |
| checkout - (29 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_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (43 sec in block) | | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.69 sec in block) | JD_TO_PULL | | | |
| withEnv block - (0.47 sec in block) | | | | |
| sh - (0.39 sec in self) | docker pull "$JD_TO_PULL" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.54 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 - (41 sec in block) | | | | |
| withDockerContainer block - (37 sec in block) | | | | |
| script - (0.58 sec in block) | | | | |
| script block - (0.44 sec in block) | | | | |
| echo - (36 ms in self) | asap-1 | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.32 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| sh - (0.32 sec in self) | ! git submodule foreach --recursive git diff 2>&1 | grep CRLF | | | |
| isUnix - (9 ms in self) | | | | |
| sh - (0.32 sec in self) | uname | | | |
| sh - (0.35 sec in self) | lscpu -p | egrep -v "^#" | wc -l | | | |
| sh - (32 sec in self) | make -f Makefile.in -j40 --output-sync=recurse bom-error utf8-error thumbsdb-error spellcheck | | | |
| sh - (3.7 sec in self) |
cd doc/bibliography
mkdir -p openmodelica.org-bibgen
sh generate.sh "$PWD/openmodelica.org-bibgen"
| | | |
| stash - (68 ms in self) | bibliography | | | |
| stage - (29 min in block) | tests | | | |
| stage block (tests) - (29 min in block) | | | | |
| parallel - (29 min in block) | | | | |
| parallel block (Branch: 01 testsuite-gcc 1/3) - (3 ms in block) | | | | |
| stage - (5 min 45 sec in block) | 01 testsuite-gcc 1/3 | | | |
| stage block (01 testsuite-gcc 1/3) - (5 min 45 sec in block) | | | | |
| node - (5 min 45 sec in block) | linux | | | |
| node block - (5 min 44 sec in block) | | | | |
| checkout - (29 sec in self) | | | | |
| withEnv - (5 min 14 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (5 min 14 sec in block) | | | | |
| isUnix - (11 ms in self) | | | | |
| readFile - (90 ms in self) | .CI/cache/Dockerfile | | | |
| sh - (0.99 sec in self) | docker build -t 690bed3f417d8d8eeb5eec63c39cfa4aa41a14db --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
| isUnix - (15 ms in self) | | | | |
| withEnv - (0.74 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.46 sec in block) | | | | |
| sh - (0.43 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (5 min 12 sec in block) | | | | |
| withDockerContainer block - (5 min 9 sec in block) | | | | |
| withEnv - (5 min 8 sec in block) | LIBRARIES, RUNTESTDB | | | |
| withEnv block - (5 min 8 sec in block) | | | | |
| script - (5 min 8 sec in block) | | | | |
| script block - (5 min 8 sec in block) | | | | |
| echo - (7 ms in self) | ryzen-5950x-1 | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (2.6 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (7.5 sec in self) | omc-gcc | | | |
| isUnix - (13 ms in self) | | | | |
| sh - (1.7 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (4.5 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) - (1.2 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 - (79 ms in self) | | | | |
| isUnix - (9 ms in self) | | | | |
| sh - (1 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 - (17 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (1.8 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (1.4 sec in self) | ./config.status | | | |
| sh - (3.9 sec in self) | touch omc.skip | | | |
| sh - (18 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| isUnix - (99 ms in self) | | | | |
| sh - (0.43 sec in self) | rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool | | | |
| sh - (0.46 sec in self) | build/bin/omc-diff -v1.4 | | | |
| sh - (4 min 4 sec in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j12 -partition=1/3 -nocolour -with-xml
CODE=$?
test $CODE = 0 -o $CODE = 7 || exit 1
if test $CODE = 0; then
mkdir -p "/cache/runtest//master/"
cp ../runtest.db.* "/cache/runtest//master/"
fi
| | | |
| junit - (0.15 sec in self) | testsuite/partest/result.xml | | | |
| parallel block (Branch: 02 testsuite-gcc 2/3) - (4 ms in block) | | | | |
| stage - (13 min in block) | 02 testsuite-gcc 2/3 | | | |
| stage block (02 testsuite-gcc 2/3) - (13 min in block) | | | | |
| node - (13 min in block) | linux | | | |
| node block - (13 min in block) | | | | |
| checkout - (33 sec in self) | | | | |
| withEnv - (12 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (12 min in block) | | | | |
| isUnix - (10 ms in self) | | | | |
| readFile - (0.45 sec in self) | .CI/cache/Dockerfile | | | |
| sh - (3.5 sec in self) | docker build -t 690bed3f417d8d8eeb5eec63c39cfa4aa41a14db --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (2.8 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (1.6 sec in block) | | | | |
| sh - (0.96 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (12 min in block) | | | | |
| withDockerContainer block - (12 min in block) | | | | |
| withEnv - (12 min in block) | LIBRARIES, RUNTESTDB | | | |
| withEnv block - (12 min in block) | | | | |
| script - (12 min in block) | | | | |
| script block - (12 min in block) | | | | |
| echo - (0.44 sec in self) | intel-5820k-1 | | | |
| isUnix - (15 ms in self) | | | | |
| sh - (1.7 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (6.2 sec in self) | omc-gcc | | | |
| isUnix - (12 ms in self) | | | | |
| sh - (1.6 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (0.69 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) - (1.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 - (0.16 sec in self) | | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (1.9 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 - (23 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (1.2 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (0.6 sec in self) | ./config.status | | | |
| sh - (0.34 sec in self) | touch omc.skip | | | |
| sh - (21 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| isUnix - (42 ms in self) | | | | |
| sh - (0.44 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 - (11 min in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j12 -partition=2/3 -nocolour -with-xml
CODE=$?
test $CODE = 0 -o $CODE = 7 || exit 1
if test $CODE = 0; then
mkdir -p "/cache/runtest//master/"
cp ../runtest.db.* "/cache/runtest//master/"
fi
| | | |
| junit - (0.35 sec in self) | testsuite/partest/result.xml | | | |
| parallel block (Branch: 03 testsuite-gcc 3/3) - (3 ms in block) | | | | |
| stage - (15 min in block) | 03 testsuite-gcc 3/3 | | | |
| stage block (03 testsuite-gcc 3/3) - (15 min in block) | | | | |
| node - (15 min in block) | linux | | | |
| node block - (15 min in block) | | | | |
| checkout - (44 sec in self) | | | | |
| withEnv - (15 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (15 min in block) | | | | |
| isUnix - (10 ms in self) | | | | |
| readFile - (1.4 sec in self) | .CI/cache/Dockerfile | | | |
| sh - (4.3 sec in self) | docker build -t 690bed3f417d8d8eeb5eec63c39cfa4aa41a14db --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (1.9 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (1.2 sec in block) | | | | |
| sh - (0.79 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (14 min in block) | | | | |
| withDockerContainer block - (14 min in block) | | | | |
| withEnv - (14 min in block) | LIBRARIES, RUNTESTDB | | | |
| withEnv block - (14 min in block) | | | | |
| script - (14 min in block) | | | | |
| script block - (14 min in block) | | | | |
| echo - (35 ms in self) | dev.openmodelica.org | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (1.1 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (7.6 sec in self) | omc-gcc | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (3.2 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (1.4 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) - (2.4 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 - (0.51 sec in self) | | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (1.7 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 - (26 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.39 sec in self) | ./config.status | | | |
| sh - (0.34 sec in self) | touch omc.skip | | | |
| sh - (25 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| isUnix - (45 ms in self) | | | | |
| sh - (0.61 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 - (13 min in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j12 -partition=3/3 -nocolour -with-xml
CODE=$?
test $CODE = 0 -o $CODE = 7 || exit 1
if test $CODE = 0; then
mkdir -p "/cache/runtest//master/"
cp ../runtest.db.* "/cache/runtest//master/"
fi
| | | |
| junit - (0.47 sec in self) | testsuite/partest/result.xml | | | |
| parallel block (Branch: 04 testsuite-clang 1/3) - (3 ms in block) | | | | |
| stage - (11 min in block) | 04 testsuite-clang 1/3 | | | |
| stage block (04 testsuite-clang 1/3) - (11 min in block) | | | | |
| node - (11 min in block) | linux | | | |
| node block - (11 min in block) | | | | |
| checkout - (30 sec in self) | | | | |
| withEnv - (10 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (10 min in block) | | | | |
| isUnix - (11 ms in self) | | | | |
| readFile - (0.14 sec in self) | .CI/cache/Dockerfile | | | |
| sh - (1.7 sec in self) | docker build -t 690bed3f417d8d8eeb5eec63c39cfa4aa41a14db --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (1.1 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.62 sec in block) | | | | |
| sh - (0.49 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) | LIBRARIES, RUNTESTDB | | | |
| withEnv block - (10 min in block) | | | | |
| script - (10 min in block) | | | | |
| script block - (10 min in block) | | | | |
| echo - (64 ms in self) | ripper2-2 | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (3 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (8.2 sec in self) | omc-clang | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (1.3 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (0.98 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) - (2 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 - (8 ms in self) | | | | |
| isUnix - (9 ms in self) | | | | |
| sh - (0.76 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 - (21 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (2.4 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (2 sec in self) | ./config.status | | | |
| sh - (1.4 sec in self) | touch omc.skip | | | |
| lock - (23 sec in block) | ripper2 | | | |
| lock block - (23 sec in block) | | | | |
| sh - (23 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| isUnix - (41 ms in self) | | | | |
| sh - (0.33 sec in self) | rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool | | | |
| sh - (0.44 sec in self) | build/bin/omc-diff -v1.4 | | | |
| sh - (9 min 26 sec in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j12 -partition=1/3 -nocolour -with-xml
CODE=$?
test $CODE = 0 -o $CODE = 7 || exit 1
if test $CODE = 0; then
mkdir -p "/cache/runtest//master/"
cp ../runtest.db.* "/cache/runtest//master/"
fi
| | | |
| junit - (0.36 sec in self) | testsuite/partest/result.xml | | | |
| parallel block (Branch: 05 testsuite-clang 2/3) - (3 ms in block) | | | | |
| stage - (12 min in block) | 05 testsuite-clang 2/3 | | | |
| stage block (05 testsuite-clang 2/3) - (12 min in block) | | | | |
| node - (12 min in block) | linux | | | |
| node block - (12 min in block) | | | | |
| checkout - (38 sec in self) | | | | |
| withEnv - (11 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (11 min in block) | | | | |
| isUnix - (10 ms in self) | | | | |
| readFile - (1.1 sec in self) | .CI/cache/Dockerfile | | | |
| sh - (3.9 sec in self) | docker build -t 690bed3f417d8d8eeb5eec63c39cfa4aa41a14db --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
| isUnix - (14 ms in self) | | | | |
| withEnv - (3.2 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (1.6 sec in block) | | | | |
| sh - (1.6 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (11 min in block) | | | | |
| withDockerContainer block - (11 min in block) | | | | |
| withEnv - (11 min in block) | LIBRARIES, RUNTESTDB | | | |
| withEnv block - (11 min in block) | | | | |
| script - (11 min in block) | | | | |
| script block - (11 min in block) | | | | |
| echo - (7 ms in self) | asap-2 | | | |
| isUnix - (12 ms in self) | | | | |
| sh - (0.91 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (6.8 sec in self) | omc-clang | | | |
| isUnix - (12 ms in self) | | | | |
| sh - (4.3 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (2.2 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) - (3.5 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 - (0.91 sec in self) | | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (2.6 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 - (23 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (0.64 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (0.39 sec in self) | ./config.status | | | |
| sh - (0.37 sec in self) | touch omc.skip | | | |
| lock - (27 sec in block) | asap | | | |
| lock block - (27 sec in block) | | | | |
| sh - (27 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| isUnix - (46 ms in self) | | | | |
| sh - (0.35 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 - (10 min in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j12 -partition=2/3 -nocolour -with-xml
CODE=$?
test $CODE = 0 -o $CODE = 7 || exit 1
if test $CODE = 0; then
mkdir -p "/cache/runtest//master/"
cp ../runtest.db.* "/cache/runtest//master/"
fi
| | | |
| junit - (0.28 sec in self) | testsuite/partest/result.xml | | | |
| parallel block (Branch: 06 testsuite-clang 3/3) - (3 ms in block) | | | | |
| stage - (10 min in block) | 06 testsuite-clang 3/3 | | | |
| stage block (06 testsuite-clang 3/3) - (10 min in block) | | | | |
| node - (10 min in block) | linux | | | |
| node block - (10 min in block) | | | | |
| checkout - (6.5 sec in self) | | | | |
| withEnv - (10 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (10 min in block) | | | | |
| isUnix - (11 ms in self) | | | | |
| readFile - (0.21 sec in self) | .CI/cache/Dockerfile | | | |
| sh - (0.58 sec in self) | docker build -t 690bed3f417d8d8eeb5eec63c39cfa4aa41a14db --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.63 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.54 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) | LIBRARIES, RUNTESTDB | | | |
| withEnv block - (10 min in block) | | | | |
| script - (10 min in block) | | | | |
| script block - (10 min in block) | | | | |
| echo - (7 ms in self) | r630-1-2 | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.64 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (6.1 sec in self) | omc-clang | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.47 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (0.4 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.45 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 - (88 ms in self) | | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.43 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 - (28 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (1.2 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (0.82 sec in self) | ./config.status | | | |
| sh - (1.8 sec in self) | touch omc.skip | | | |
| lock - (1 min 6 sec in block) | informatix | | | |
| lock block - (33 sec in block) | | | | |
| sh - (33 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| isUnix - (0.16 sec in self) | | | | |
| sh - (0.59 sec in self) | rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool | | | |
| sh - (0.39 sec in self) | build/bin/omc-diff -v1.4 | | | |
| sh - (8 min 29 sec in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j12 -partition=3/3 -nocolour -with-xml
CODE=$?
test $CODE = 0 -o $CODE = 7 || exit 1
if test $CODE = 0; then
mkdir -p "/cache/runtest//master/"
cp ../runtest.db.* "/cache/runtest//master/"
fi
| | | |
| junit - (0.23 sec in self) | testsuite/partest/result.xml | | | |
| parallel block (Branch: 07 cross-build-fmu) - (3 ms in block) | | | | |
| stage - (29 min in block) | 07 cross-build-fmu | | | |
| stage block (07 cross-build-fmu) - (29 min in block) | | | | |
| node - (29 min in block) | linux | | | |
| node block - (29 min in block) | | | | |
| checkout - (5.5 sec in self) | | | | |
| withEnv - (29 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (29 min in block) | | | | |
| withEnv - (29 min in block) | LIBRARIES, RUNTESTDB, HOME | | | |
| withEnv block - (29 min in block) | | | | |
| script - (29 min in block) | | | | |
| script block - (29 min in block) | | | | |
| isUnix - (16 ms in self) | | | | |
| withEnv - (0.85 sec in block) | JD_IMAGE | | | |
| withEnv block - (0.75 sec in block) | | | | |
| sh - (0.73 sec in self) | docker build -t "$JD_IMAGE" --pull .CI/cache | | | |
| sh - (0.46 sec in self) | stat -c %g /var/run/docker.sock | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (3.4 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (3.3 sec in block) | | | | |
| sh - (0.43 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (29 min in block) | | | | |
| withDockerContainer block - (29 min in block) | | | | |
| echo - (36 ms in self) | r630-1-1 | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.67 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (6.2 sec in self) | omc-clang | | | |
| isUnix - (14 ms in self) | | | | |
| sh - (0.42 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (0.45 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.39 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 - (40 ms in self) | | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.49 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 - (23 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (1.7 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (3.8 sec in self) | ./config.status | | | |
| sh - (1 sec in self) | touch omc.skip | | | |
| lock - (35 sec in block) | informatix | | | |
| lock block - (34 sec in block) | | | | |
| sh - (34 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.41 sec in self) | build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*" | | | |
| writeFile - (0.14 sec in self) | testsuite/special/FmuExportCrossCompile/VERSION | | | |
| sh - (7 min 59 sec in self) | make -C testsuite/special/FmuExportCrossCompile/ dockerpull | | | |
| sh - (20 min in self) | make -C testsuite/special/FmuExportCrossCompile/ test | | | |
| sh - (5.4 sec in self) | make -C testsuite/special/FMPy/ fmpy-fmus | | | |
| stash - (0.65 sec in self) | cross-fmu | | | |
| stash - (83 ms in self) | fmpy-fmu | | | |
| stash - (99 ms in self) | cross-fmu-extras | | | |
| archiveArtifacts - (0.54 sec in self) | testsuite/special/FmuExportCrossCompile/*.fmu | | | |
| parallel block (Branch: 08 testsuite-compliance) - (3 ms in block) | | | | |
| stage - (8 min 1 sec in block) | 08 testsuite-compliance | | | |
| stage block (08 testsuite-compliance) - (8 min 1 sec in block) | | | | |
| node - (8 min 1 sec in block) | linux | | | |
| node block - (8 min 0 sec in block) | | | | |
| checkout - (32 sec in self) | | | | |
| withEnv - (7 min 27 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (7 min 26 sec in block) | | | | |
| isUnix - (10 ms in self) | | | | |
| readFile - (85 ms in self) | .CI/cache/Dockerfile | | | |
| sh - (3.8 sec in self) | docker build -t 690bed3f417d8d8eeb5eec63c39cfa4aa41a14db --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
| isUnix - (12 ms in self) | | | | |
| withEnv - (1.9 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (1.3 sec in block) | | | | |
| sh - (1.2 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (7 min 20 sec in block) | | | | |
| withDockerContainer block - (7 min 17 sec in block) | | | | |
| withEnv - (7 min 14 sec in block) | LIBRARIES, COMPLIANCEEXTRAREPORTFLAGS, COMPLIANCEPREFIX | | | |
| withEnv block - (7 min 14 sec in block) | | | | |
| script - (7 min 13 sec in block) | | | | |
| script block - (7 min 13 sec in block) | | | | |
| isUnix - (61 ms in self) | | | | |
| echo - (8 ms in self) | ripper2-3 | | | |
| isUnix - (27 ms in self) | | | | |
| sh - (1.6 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (5.2 sec in self) | omc-clang | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.86 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (0.88 sec in self) | cp -f null/master/runtest.db.* testsuite/ || cp -f null/master/runtest.db.* testsuite/ || true | | | |
| sh (Create directory for omlibrary cache) - (1.7 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 - (40 ms in self) | | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.9 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 - (21 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (2.4 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (2 sec in self) | ./config.status | | | |
| sh - (1.4 sec in self) | touch omc.skip | | | |
| lock - (50 sec in block) | ripper2 | | | |
| lock block - (26 sec in block) | | | | |
| sh - (26 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| sh - (5 min 39 sec in self) | HOME=$PWD/libraries/ 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.38 sec in self) | test -f compliance.xml | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.38 sec in self) | build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*" | | | |
| sh - (0.33 sec in self) | cp -p compliance-current.html compliance-v1.26.0-dev.448+g3b640c683c.html | | | |
| sh - (0.33 sec in self) | test ! 'master' = 'master' || rm -f compliance-current.html | | | |
| stash - (0.26 sec in self) | compliance | | | |
| isUnix - (13 ms in self) | | | | |
| sh - (0.42 sec in self) | build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*" | | | |
| archiveArtifacts - (0.28 sec in self) | compliance*v1.26.0-dev.448+g3b640c683c.html, compliance.failures | | | |
| sh - (0.37 sec in self) | sed -i.bak 's/%/\%/g' compliance.ignore.xml && sed -i.bak 's/[^[:print:]]/ /g' compliance.ignore.xml | | | |
| junit - (0.17 sec in self) | compliance.ignore.xml | | | |
| parallel block (Branch: 09 build-usersguide) - (3 ms in block) | | | | |
| stage - (2 min 59 sec in block) | 09 build-usersguide | | | |
| stage block (09 build-usersguide) - (2 min 59 sec in block) | | | | |
| node - (2 min 58 sec in block) | linux | | | |
| node block - (2 min 58 sec in block) | | | | |
| checkout - (2.6 sec in self) | | | | |
| withEnv - (2 min 55 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (2 min 54 sec in block) | | | | |
| isUnix - (10 ms in self) | | | | |
| readFile - (41 ms in self) | .CI/cache/Dockerfile | | | |
| sh - (0.38 sec in self) | docker build -t 690bed3f417d8d8eeb5eec63c39cfa4aa41a14db --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.68 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 - (2 min 53 sec in block) | | | | |
| withDockerContainer block - (2 min 50 sec in block) | | | | |
| withCredentials - (2 min 50 sec in block) | | | | |
| withCredentials block - (2 min 50 sec in block) | | | | |
| withEnv - (2 min 50 sec in block) | LIBRARIES, RUNTESTDB | | | |
| withEnv block - (2 min 50 sec in block) | | | | |
| script - (39 sec in block) | | | | |
| script block - (37 sec in block) | | | | |
| echo - (8 ms in self) | r7945-1 | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.39 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (5.9 sec in self) | omc-clang | | | |
| isUnix - (12 ms in self) | | | | |
| sh - (1.2 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (0.76 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 - (37 ms in self) | | | | |
| isUnix - (14 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 - (9.5 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (0.37 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (0.33 sec in self) | ./config.status | | | |
| sh - (0.43 sec in self) | touch omc.skip | | | |
| sh - (17 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| sh - (2 min 7 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 - (1.6 sec in self) | tar --transform 's/^html/OpenModelicaUsersGuide/' -cJf OpenModelicaUsersGuide-latest.html.tar.xz -C doc/UsersGuide/build html | | | |
| sh - (0.34 sec in self) | mv doc/UsersGuide/build/latex/OpenModelicaUsersGuide.pdf OpenModelicaUsersGuide-latest.pdf | | | |
| sh - (0.34 sec in self) | mv doc/UsersGuide/build/epub/OpenModelicaUsersGuide.epub OpenModelicaUsersGuide-latest.epub | | | |
| archiveArtifacts - (0.5 sec in self) | OpenModelicaUsersGuide-latest*.* | | | |
| stash - (0.48 sec in self) | usersguide | | | |
| parallel block (Branch: 10 build-gui-clang-qt5) - (3 ms in block) | | | | |
| stage - (8 min 50 sec in block) | 10 build-gui-clang-qt5 | | | |
| stage block (10 build-gui-clang-qt5) - (8 min 49 sec in block) | | | | |
| node - (8 min 49 sec in block) | linux | | | |
| node block - (8 min 48 sec in block) | | | | |
| checkout - (4.5 sec in self) | | | | |
| withEnv - (8 min 43 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (8 min 43 sec in block) | | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.62 sec in block) | JD_TO_PULL | | | |
| withEnv block - (0.37 sec in block) | | | | |
| sh - (0.32 sec in self) | docker pull "$JD_TO_PULL" | | | |
| isUnix - (16 ms in self) | | | | |
| withEnv - (0.63 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.52 sec in block) | | | | |
| sh - (0.4 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (8 min 41 sec in block) | | | | |
| withDockerContainer block - (8 min 38 sec in block) | | | | |
| script - (8 min 9 sec in block) | | | | |
| script block - (8 min 8 sec in block) | | | | |
| isUnix - (41 ms in self) | | | | |
| echo - (7 ms in self) | ripper2-1 | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.34 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (5.2 sec in self) | omc-clang | | | |
| sh - (18 sec in self) | autoreconf --install | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.45 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 | | | |
| sh - (27 sec in self) | touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip && make -j12 omc omc-diff ReferenceFiles omsimulator omparser omsens_qt | | | |
| sh - (0.34 sec in self) | make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//' | | | |
| sh - (6 min 41 sec in self) | make -j12 --output-sync=recurse | | | |
| sh - (0.33 sec in self) | make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//' | | | |
| sh - (0.38 sec in self) | uname | | | |
| sh (install) - (2.2 sec in self) | HOME='/var/lib/jenkins1/ws/OpenModelica_master_2' make -j12 --output-sync=recurse install | | | |
| stash - (29 sec in self) | omedit-testsuite-clang-qt5 | | | |
| parallel block (Branch: 11 build-gui-clang-qt6) - (3 ms in block) | | | | |
| stage - (11 min in block) | 11 build-gui-clang-qt6 | | | |
| stage block (11 build-gui-clang-qt6) - (11 min in block) | | | | |
| node - (11 min in block) | linux | | | |
| node block - (11 min in block) | | | | |
| checkout - (2.8 sec in self) | | | | |
| withEnv - (11 min in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (11 min in block) | | | | |
| isUnix - (12 ms in self) | | | | |
| withEnv - (1 min 45 sec in block) | JD_TO_PULL | | | |
| withEnv block - (1 min 44 sec in block) | | | | |
| sh - (1 min 44 sec in self) | docker pull "$JD_TO_PULL" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.68 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.44 sec in block) | | | | |
| sh - (0.34 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (9 min 24 sec in block) | | | | |
| withDockerContainer block - (9 min 20 sec in block) | | | | |
| script - (8 min 39 sec in block) | | | | |
| script block - (8 min 38 sec in block) | | | | |
| isUnix - (42 ms in self) | | | | |
| echo - (39 ms in self) | asap-1 | | | |
| isUnix - (13 ms in self) | | | | |
| sh - (0.34 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (5.4 sec in self) | omc-clang | | | |
| sh - (19 sec in self) | autoreconf --install | | | |
| isUnix - (13 ms in self) | | | | |
| sh - (0.43 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) | echo ./configure --with-qt6 `./config.status --config` > config.status.2 && bash ./config.status.2 | | | |
| sh - (53 sec in self) | touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip && make -j12 omc omc-diff ReferenceFiles omsimulator omparser omsens_qt | | | |
| sh - (0.47 sec in self) | make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//' | | | |
| sh - (6 min 44 sec in self) | make -j12 --output-sync=recurse | | | |
| sh - (0.44 sec in self) | make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//' | | | |
| sh - (0.46 sec in self) | uname | | | |
| sh (install) - (3.6 sec in self) | HOME='/var/lib/jenkins1/ws/OpenModelica_master_2' make -j12 --output-sync=recurse install | | | |
| stash - (40 sec in self) | omedit-testsuite-clang-qt6 | | | |
| parallel block (Branch: 12 testsuite-clang-parmod) - (3 ms in block) | | | | |
| stage - (13 min in block) | 12 testsuite-clang-parmod | | | |
| stage block (12 testsuite-clang-parmod) - (13 min in block) | | | | |
| node - (13 min in block) | linux-intel-x64 | | | |
| node block - (29 sec in block) | | | | |
| checkout - (3 sec in self) | | | | |
| withEnv - (26 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (26 sec in block) | | | | |
| isUnix - (12 ms in self) | | | | |
| withEnv - (0.55 sec in block) | JD_TO_PULL | | | |
| withEnv block - (0.4 sec in block) | | | | |
| sh - (0.32 sec in self) | docker pull "$JD_TO_PULL" | | | |
| isUnix - (18 ms in self) | | | | |
| withEnv - (0.54 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 - (25 sec in block) | | | | |
| withDockerContainer block - (23 sec in block) | | | | |
| script - (23 sec in block) | | | | |
| script block - (23 sec in block) | | | | |
| echo - (36 ms in self) | intel-5820k-1 | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.32 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (4.1 sec in self) | omc-clang | | | |
| isUnix - (40 ms in self) | | | | |
| sh - (0.33 sec in self) | rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool | | | |
| sh - (0.34 sec in self) | build/bin/omc-diff -v1.4 | | | |
| sh - (17 sec in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j12 -partition=1/1 -nocolour -with-xml -j1 -parmodexp
CODE=$?
test $CODE = 0 -o $CODE = 7 || exit 1
| | | |
| junit - (0.28 sec in self) | testsuite/partest/result.xml | | | |
| parallel block (Branch: 13 testsuite-clang-metamodelica) - (3 ms in block) | | | | |
| stage - (3 min 12 sec in block) | 13 testsuite-clang-metamodelica | | | |
| stage block (13 testsuite-clang-metamodelica) - (3 min 12 sec in block) | | | | |
| node - (3 min 11 sec in block) | linux | | | |
| node block - (12 sec in block) | | | | |
| checkout - (2.5 sec in self) | | | | |
| withEnv - (9.6 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (9.3 sec in block) | | | | |
| isUnix - (12 ms in self) | | | | |
| withEnv - (0.65 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.46 sec in block) | | | | |
| sh - (0.37 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (8.2 sec in block) | | | | |
| withDockerContainer block - (5.8 sec in block) | | | | |
| script - (0.8 sec in block) | | | | |
| script block - (0.51 sec in block) | | | | |
| echo - (37 ms in self) | r7945-1 | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.37 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (3.4 sec in self) | omc-clang | | | |
| sh - (1.3 sec in self) | make -C testsuite/metamodelica/MetaModelicaDev test-error | | | |
| parallel block (Branch: 14 testsuite-matlab-translator) - (3 ms in block) | | | | |
| stage - (3 min 37 sec in block) | 14 testsuite-matlab-translator | | | |
| stage block (14 testsuite-matlab-translator) - (3 min 37 sec in block) | | | | |
| node - (3 min 36 sec in block) | linux | | | |
| node block - (24 sec in block) | | | | |
| checkout - (2 sec in self) | | | | |
| withEnv - (22 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (22 sec in block) | | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.59 sec in block) | JD_TO_PULL | | | |
| withEnv block - (0.41 sec in block) | | | | |
| sh - (0.32 sec in self) | docker pull "$JD_TO_PULL" | | | |
| isUnix - (13 ms in self) | | | | |
| withEnv - (0.65 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.46 sec in block) | | | | |
| sh - (0.37 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (20 sec in block) | | | | |
| withDockerContainer block - (18 sec in block) | | | | |
| script - (14 sec in block) | | | | |
| script block - (14 sec in block) | | | | |
| echo - (38 ms in self) | r7945-1 | | | |
| isUnix - (11 ms in self) | | | | |
| sh - (0.36 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (3.3 sec in self) | omc-clang | | | |
| isUnix - (47 ms in self) | | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.42 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 - (9.3 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (0.33 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (0.32 sec in self) | ./config.status | | | |
| sh - (3.5 sec in self) | make -C testsuite/special/MatlabTranslator/ test | | | |
| parallel block (Branch: 15 test-clang-icon-generator) - (3 ms in block) | | | | |
| stage - (4 min 17 sec in block) | 15 test-clang-icon-generator | | | |
| stage block (15 test-clang-icon-generator) - (4 min 17 sec in block) | | | | |
| node - (4 min 16 sec in block) | linux | | | |
| node block - (39 sec in block) | | | | |
| checkout - (1.7 sec in self) | | | | |
| withEnv - (37 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (37 sec in block) | | | | |
| isUnix - (12 ms in self) | | | | |
| withEnv - (0.72 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.53 sec in block) | | | | |
| sh - (0.37 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (36 sec in block) | | | | |
| withDockerContainer block - (33 sec in block) | | | | |
| withEnv - (33 sec in block) | LIBRARIES, RUNTESTDB | | | |
| withEnv block - (33 sec in block) | | | | |
| script - (31 sec in block) | | | | |
| script block - (31 sec in block) | | | | |
| echo - (7 ms in self) | r7945-1 | | | |
| isUnix - (12 ms in self) | | | | |
| sh - (0.39 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
| unstash - (3.2 sec in self) | omc-clang | | | |
| isUnix - (18 ms in self) | | | | |
| sh - (0.33 sec in self) | test ! -z '/cache/omlibrary' | | | |
| sh - (0.33 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.38 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 - (37 ms in self) | | | | |
| isUnix - (10 ms in self) | | | | |
| sh - (0.38 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 - (9.4 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
| sh - (0.33 sec in self) | cd OMCompiler && ./config.status | | | |
| sh - (0.38 sec in self) | ./config.status | | | |
| sh - (0.37 sec in self) | touch omc.skip | | | |
| sh - (15 sec in self) | make -j40 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
| sh - (1.6 sec in self) | make -C testsuite/openmodelica/icon-generator test | | | |
| parallel block (Branch: 16 testsuite-unit-test-C) - (5 min 37 sec in block) | | | | |
| stage - (5 min 36 sec in block) | 16 testsuite-unit-test-C | | | |
| stage block (16 testsuite-unit-test-C) - (5 min 36 sec in block) | | | | |
| node - (5 min 35 sec in block) | linux | | | |
| node block - (1 min 18 sec in block) | | | | |
| checkout - (2.2 sec in self) | | | | |
| withEnv - (1 min 16 sec in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
| withEnv block - (1 min 15 sec in block) | | | | |
| isUnix - (12 ms in self) | | | | |
| withEnv - (20 sec in block) | JD_TO_PULL | | | |
| withEnv block - (20 sec in block) | | | | |
| sh - (19 sec in self) | docker pull "$JD_TO_PULL" | | | |
| isUnix - (14 ms in self) | | | | |
| withEnv - (0.73 sec in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0.53 sec in block) | | | | |
| sh - (0.33 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (54 sec in block) | | | | |
| withDockerContainer block - (50 sec in block) | | | | |
| echo - (10 ms in self) | Running on: r7945-1 | | | |
| script - (49 sec in block) | | | | |
| script block - (49 sec in block) | | | | |
| sh - (0.33 sec in self) | cmake --version | | | |
| sh - (16 sec in self) | cmake -S ./ -B ./build_cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOM_USE_CCACHE=OFF | | | |
| sh - (32 sec in self) | cmake --build ./build_cmake --parallel 12 --target ctestsuite-depends | | | |
| sh - (0.36 sec in self) | cmake --build ./build_cmake --parallel 12 --target test | | | |
| sh - (0.55 sec in self) | test -f ./build_cmake/junit.xml | | | |
| junit - (0.13 sec in self) | | | | |
| stage - (1.7 sec in block) | fmuchecker + FMPy + OMEdit testsuite | | | |
| stage block (fmuchecker + FMPy + OMEdit testsuite) - (1.6 sec in block) | | | | |
| getContext - (44 ms in self) | | | | |
| parallel - (1.4 sec in block) | | | | |
| parallel block (Branch: linux-wine-fmuchecker) - (4 ms in block) | | | | |
| stage - (0.34 sec in block) | linux-wine-fmuchecker | | | |
| stage block (linux-wine-fmuchecker) - (0.14 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: linux-FMPy) - (3 ms in block) | | | | |
| stage - (0.39 sec in block) | linux-FMPy | | | |
| stage block (linux-FMPy) - (0.15 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: osx-fmuchecker) - (3 ms in block) | | | | |
| stage - (0.45 sec in block) | osx-fmuchecker | | | |
| stage block (osx-fmuchecker) - (0.16 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: arm-fmuchecker) - (3 ms in block) | | | | |
| stage - (0.5 sec in block) | arm-fmuchecker | | | |
| stage block (arm-fmuchecker) - (0.17 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: clang-qt5-omedit-testsuite) - (3 ms in block) | | | | |
| stage - (0.55 sec in block) | clang-qt5-omedit-testsuite | | | |
| stage block (clang-qt5-omedit-testsuite) - (0.17 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: clang-qt6-omedit-testsuite) - (0.82 sec in block) | | | | |
| stage - (0.6 sec in block) | clang-qt6-omedit-testsuite | | | |
| stage block (clang-qt6-omedit-testsuite) - (0.18 sec in block) | | | | |
| getContext - (13 ms in self) | | | | |
| stage - (1.3 sec in block) | check-and-upload | | | |
| stage block (check-and-upload) - (1.1 sec in block) | | | | |
| getContext - (44 ms in self) | | | | |
| parallel - (1 sec in block) | | | | |
| parallel block (Branch: fmuchecker-results) - (3 ms in block) | | | | |
| stage - (0.25 sec in block) | fmuchecker-results | | | |
| stage block (fmuchecker-results) - (92 ms in block) | | | | |
| getContext - (11 ms in self) | | | | |
| parallel block (Branch: upload-compliance) - (3 ms in block) | | | | |
| stage - (0.3 sec in block) | upload-compliance | | | |
| stage block (upload-compliance) - (0.1 sec in block) | | | | |
| getContext - (12 ms in self) | | | | |
| parallel block (Branch: upload-doc) - (0.49 sec in block) | | | | |
| stage - (0.35 sec in block) | upload-doc | | | |
| stage block (upload-doc) - (0.11 sec in block) | | | | |
| getContext - (20 ms in self) | | | | |
| stage - (0.85 sec in block) | publish | | | |
| stage block (publish) - (0.7 sec in block) | | | | |
| getContext - (45 ms in self) | | | | |
| parallel - (0.57 sec in block) | | | | |
| parallel block (Branch: push-to-master) - (3 ms in block) | | | | |
| stage - (0.19 sec in block) | push-to-master | | | |
| stage block (push-to-master) - (88 ms in block) | | | | |
| getContext - (13 ms in self) | | | | |
| parallel block (Branch: push-bibliography) - (0.36 sec in block) | | | | |
| stage - (0.24 sec in block) | push-bibliography | | | |
| stage block (push-bibliography) - (97 ms in block) | | | | |
| getContext - (12 ms in self) | | | | |
| stage - (0.33 sec in block) | Declarative: Post Actions | | | |
| stage block (Declarative: Post Actions) - (0.25 sec in block) | | | | |
| script - (0.15 sec in block) | | | | |
| script block - (60 ms in block) | | | | |