Step | Arguments | | | Status |
---|
Start of Pipeline - (3 hr 7 min in block) | | | | |
withEnv - (3 hr 7 min in block) | LC_ALL | | | |
withEnv block - (3 hr 7 min in block) | | | | |
stage - (18 min in block) | Environment | | | |
stage block (Environment) - (18 min in block) | | | | |
node - (18 min in block) | linux | | | |
node block - (47 sec in block) | | | | |
checkout - (41 sec in self) | | | | |
withEnv - (5.9 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.8 sec in block) | | | | |
script - (5.7 sec in block) | | | | |
script block - (5.6 sec in block) | | | | |
milestone - (0.31 sec in self) | 88 | | | |
milestone - (0.31 sec in self) | 89 | | | |
load - (0.98 sec in block) | /var/lib/jenkins/ws/OpenModelica_PR-8355/.CI/common.groovy | | | |
load block (/var/lib/jenkins/ws/OpenModelica_PR-8355/.CI/common.groovy) - (58 ms in block) | | | | |
echo - (0.93 sec in self) | isPR: true | | | |
echo - (0.71 sec in self) | shouldWeBuildMINGW: false | | | |
echo - (0.71 sec in self) | shouldWeDisableAllCMakeBuilds: false | | | |
echo - (0.68 sec in self) | shouldWeEnableMacOSCMakeBuild: false | | | |
echo - (0.86 sec in self) | shouldWeEnableMinGWCMakeBuild: false | | | |
echo - (4 ms in self) | shouldWeRunTests: true | | | |
stage - (1 hr 1 min in block) | setup | | | |
stage block (setup) - (1 hr 1 min in block) | | | | |
parallel - (1 hr 1 min in block) | | | | |
parallel block (Branch: gcc) - (2 ms in block) | | | | |
stage - (1 hr 1 min in block) | gcc | | | |
stage block (gcc) - (1 hr 1 min in block) | | | | |
node - (1 hr 1 min in block) | linux | | | |
node block - (15 min in block) | | | | |
checkout - (44 sec in self) | | | | |
withEnv - (14 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 - (14 min 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 - (14 min in block) | | | | |
withDockerContainer block - (14 min in block) | | | | |
withEnv - (14 min in block) | QTDIR | | | |
withEnv block - (14 min in block) | | | | |
script - (13 min in block) | | | | |
script block - (13 min in block) | | | | |
echo - (37 ms in self) | dev.openmodelica.org | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.57 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.54 sec in self) | autoconf | | | |
sh - (25 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.32 sec in self) | uname | | | |
sh - (0.35 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) - (12 min in self) | HOME='/var/lib/jenkins/ws/OpenModelica_PR-8355' make -j6 --output-sync=recurse omc omc-diff omsimulator | | | |
sh - (0.85 sec in self) | find build/lib/*/omc/ -name "*.so" -exec strip {} ";" | | | |
sh - (13 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.38 sec in self) |
cd .sanity-check
# do not do this on Mac as it doesn't work yet
# test `uname` = Darwin || ../build.sanity-check/bin/omc --simCodeTarget=Cpp testSanity.mos
# test `uname` = Darwin || ./M
# test `uname` = Darwin || ls M.fmu
# test `uname` = Darwin || rm -rf ./M* ./OMCppM*
cd ..
mv build.sanity-check build
rm -rf .sanity-check
| | | |
sh - (15 sec in self) | cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo | | | |
stash - (50 sec in self) | omc-gcc | | | |
parallel block (Branch: clang) - (2 ms in block) | | | | |
stage - (1 hr 0 min in block) | clang | | | |
stage block (clang) - (1 hr 0 min in block) | | | | |
node - (1 hr 0 min in block) | linux | | | |
node block - (13 min in block) | | | | |
checkout - (39 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_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
withEnv block - (13 min in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.57 sec in block) | JD_TO_PULL | | | |
withEnv block - (0.41 sec in block) | | | | |
sh - (0.31 sec in self) | docker pull "$JD_TO_PULL" | | | |
isUnix - (7 ms in self) | | | | |
withEnv - (0.55 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 - (13 min in block) | | | | |
withDockerContainer block - (13 min in block) | | | | |
script - (12 min in block) | | | | |
script block - (12 min in block) | | | | |
echo - (5 ms in self) | intel-5820k-1 | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.65 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
isUnix - (6 ms in self) | | | | |
sh - (1.3 sec in self) | autoconf | | | |
sh - (30 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.32 sec in self) | make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//' | | | |
sh (clean) - (0.9 sec in self) | HOME='/var/lib/jenkins/ws/OpenModelica_PR-8355' make -j6 --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/jenkins/ws/OpenModelica_PR-8355' make -j6 --output-sync=recurse omc omc-diff omsimulator | | | |
sh - (0.54 sec in self) | find build/lib/*/omc/ -name "*.so" -exec strip {} ";" | | | |
sh - (12 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 - (58 sec in self) | cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo | | | |
isUnix - (5 ms in self) | | | | |
sh - (0.35 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 | | | |
sh - (0.31 sec in self) | common/semver.sh | tee REVISION.new && mv REVISION.new REVISION | | | |
stash - (21 sec in self) | omc-clang | | | |
parallel block (Branch: Win/MinGW) - (2 ms in block) | | | | |
stage - (0.37 sec in block) | Win/MinGW | | | |
stage block (Win/MinGW) - (0.23 sec in block) | | | | |
parallel block (Branch: cmake-bionic-gcc) - (2 ms in block) | | | | |
stage - (59 min in block) | cmake-bionic-gcc | | | |
stage block (cmake-bionic-gcc) - (59 min in block) | | | | |
node - (59 min in block) | linux | | | |
node block - (13 min in block) | | | | |
checkout - (30 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 - (7 ms in self) | | | | |
readFile - (68 ms in self) | .CI/cache-bionic-cmake-3.17.2/Dockerfile | | | |
sh - (0.36 sec in self) | docker build -t b04f09d1a1dfc24b7f2fd142f7f458c9be03f787 --pull -f ".CI/cache-bionic-cmake-3.17.2/Dockerfile" ".CI/cache-bionic-cmake-3.17.2" | | | |
isUnix - (9 ms in self) | | | | |
withEnv - (0.56 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 - (12 min in block) | | | | |
withDockerContainer block - (11 min in block) | | | | |
script - (11 min in block) | | | | |
script block - (11 min in block) | | | | |
echo - (76 ms in self) | Running on: ryzen-5950x-2-3 | | | |
echo - (5 ms in self) | ryzen-5950x-2-3 | | | |
isUnix - (14 ms in self) | | | | |
sh - (0.56 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
isUnix - (7 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 - (15 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 - (11 min in self) | /opt/cmake-3.17.2/bin/cmake --build ./build_cmake --parallel 6 --target install | | | |
sh - (6.1 sec in self) | /opt/cmake-3.17.2/bin/cmake --build ./build_cmake --parallel 6 --target testsuite-depends | | | |
sh - (0.63 sec in self) | build/bin/omc --version | | | |
parallel block (Branch: cmake-macos-arm64-gcc) - (2 ms in block) | | | | |
stage - (0.42 sec in block) | cmake-macos-arm64-gcc | | | |
stage block (cmake-macos-arm64-gcc) - (0.22 sec in block) | | | | |
parallel block (Branch: cmake-OMDev-gcc) - (2 ms in block) | | | | |
stage - (0.47 sec in block) | cmake-OMDev-gcc | | | |
stage block (cmake-OMDev-gcc) - (0.22 sec in block) | | | | |
parallel block (Branch: checks) - (47 min in block) | | | | |
stage - (47 min in block) | checks | | | |
stage block (checks) - (47 min in block) | | | | |
node - (47 min in block) | linux | | | |
node block - (51 sec in block) | | | | |
checkout - (28 sec in self) | | | | |
withEnv - (23 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 - (7 ms in self) | | | | |
withEnv - (0.75 sec in block) | JD_TO_PULL | | | |
withEnv block - (0.44 sec in block) | | | | |
sh - (0.35 sec in self) | docker pull "$JD_TO_PULL" | | | |
isUnix - (7 ms in self) | | | | |
withEnv - (0.57 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.41 sec in block) | | | | |
sh - (0.34 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (21 sec in block) | | | | |
withDockerContainer block - (19 sec in block) | | | | |
script - (0.55 sec in block) | | | | |
script block - (0.39 sec in block) | | | | |
echo - (5 ms in self) | ryzen-5950x-1 | | | |
isUnix - (12 ms in self) | | | | |
sh - (0.31 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
sh - (0.31 sec in self) | ! git submodule foreach --recursive git diff 2>&1 | grep CRLF | | | |
isUnix - (6 ms in self) | | | | |
sh - (0.34 sec in self) | uname | | | |
sh - (0.34 sec in self) | lscpu -p | egrep -v "^#" | wc -l | | | |
sh - (14 sec in self) | make -f Makefile.in -j32 --output-sync=recurse bom-error utf8-error thumbsdb-error spellcheck | | | |
sh - (2.8 sec in self) |
cd doc/bibliography
mkdir -p openmodelica.org-bibgen
sh generate.sh "$PWD/openmodelica.org-bibgen"
| | | |
stash - (76 ms in self) | bibliography | | | |
stage - (1 hr 40 min in block) | tests | | | |
stage block (tests) - (1 hr 40 min in block) | | | | |
parallel - (1 hr 40 min in block) | | | | |
parallel block (Branch: cross-build-fmu) - (1 ms in block) | | | | |
stage - (1 hr 40 min in block) | cross-build-fmu | | | |
stage block (cross-build-fmu) - (1 hr 40 min in block) | | | | |
node - (1 hr 40 min in block) | linux | | | |
node block - (22 min in block) | | | | |
checkout - (42 sec in self) | | | | |
withEnv - (21 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 - (21 min in block) | | | | |
withEnv - (21 min in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (21 min in block) | | | | |
script - (21 min in block) | | | | |
script block - (21 min in block) | | | | |
isUnix - (34 ms in self) | | | | |
withEnv - (4.1 sec in block) | JD_IMAGE | | | |
withEnv block - (3.9 sec in block) | | | | |
sh - (3.9 sec in self) | docker build -t "$JD_IMAGE" --pull .CI/cache | | | |
sh - (0.32 sec in self) | stat -c %g /var/run/docker.sock | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.55 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 - (21 min in block) | | | | |
withDockerContainer block - (21 min in block) | | | | |
echo - (35 ms in self) | intel-4930k-1 | | | |
isUnix - (9 ms in self) | | | | |
sh - (0.57 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5.8 sec in self) | omc-clang | | | |
isUnix - (10 ms in self) | | | | |
sh - (0.33 sec in self) | test ! -z '/cache/omlibrary' | | | |
sh - (0.34 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.34 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 - (35 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 - (29 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.32 sec in self) | ./config.status | | | |
sh - (0.37 sec in self) | touch omc.skip | | | |
sh - (6.7 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.33 sec in self) | build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*" | | | |
writeFile - (91 ms in self) | testsuite/special/FmuExportCrossCompile/VERSION | | | |
sh - (8 min 42 sec in self) | make -C testsuite/special/FmuExportCrossCompile/ dockerpull | | | |
sh - (11 min in self) | make -C testsuite/special/FmuExportCrossCompile/ test | | | |
stash - (0.62 sec in self) | cross-fmu | | | |
stash - (0.1 sec in self) | cross-fmu-extras | | | |
archiveArtifacts - (0.52 sec in self) | testsuite/special/FmuExportCrossCompile/*.fmu | | | |
parallel block (Branch: testsuite-clang 1/3) - (2 ms in block) | | | | |
stage - (1 hr 33 min in block) | testsuite-clang 1/3 | | | |
stage block (testsuite-clang 1/3) - (1 hr 33 min in block) | | | | |
node - (1 hr 33 min in block) | linux | | | |
node block - (14 min in block) | | | | |
checkout - (36 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_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
withEnv block - (13 min in block) | | | | |
isUnix - (7 ms in self) | | | | |
readFile - (0.12 sec in self) | .CI/cache/Dockerfile | | | |
sh - (0.33 sec in self) | docker build -t 61e2e37a0cd1a952ee6d1ba9527b05907be4cafe --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.59 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.4 sec in block) | | | | |
sh - (0.32 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (13 min in block) | | | | |
withDockerContainer block - (13 min in block) | | | | |
withEnv - (13 min in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (13 min in block) | | | | |
script - (13 min in block) | | | | |
script block - (13 min in block) | | | | |
echo - (82 ms in self) | ripper2-2 | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.58 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5.1 sec in self) | omc-clang | | | |
isUnix - (8 ms in self) | | | | |
sh - (0.36 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.37 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 - (8 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 - (28 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (0.6 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (0.33 sec in self) | ./config.status | | | |
sh - (0.34 sec in self) | touch omc.skip | | | |
lock - (6 sec in block) | ripper2 | | | |
lock block - (5.8 sec in block) | | | | |
sh - (5.7 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
isUnix - (41 ms in self) | | | | |
sh - (0.32 sec in self) | rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool | | | |
sh - (0.32 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 -j6 -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.28 sec in self) | testsuite/partest/result.xml | | | |
parallel block (Branch: testsuite-clang 2/3) - (2 ms in block) | | | | |
stage - (1 hr 33 min in block) | testsuite-clang 2/3 | | | |
stage block (testsuite-clang 2/3) - (1 hr 33 min in block) | | | | |
node - (1 hr 33 min in block) | linux | | | |
node block - (13 min in block) | | | | |
checkout - (39 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_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL | | | |
withEnv block - (13 min in block) | | | | |
isUnix - (7 ms in self) | | | | |
readFile - (79 ms in self) | .CI/cache/Dockerfile | | | |
sh - (0.32 sec in self) | docker build -t 61e2e37a0cd1a952ee6d1ba9527b05907be4cafe --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.55 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 - (13 min in block) | | | | |
withDockerContainer block - (13 min in block) | | | | |
withEnv - (13 min in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (13 min in block) | | | | |
script - (13 min in block) | | | | |
script block - (13 min in block) | | | | |
echo - (41 ms in self) | ripper2-1 | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.53 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5.1 sec in self) | omc-clang | | | |
isUnix - (8 ms in self) | | | | |
sh - (0.32 sec in self) | test ! -z '/cache/omlibrary' | | | |
sh - (0.32 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.32 sec in self) |
mkdir -p '/cache/omlibrary/om-pkg-cache'
# Remove the symbolic link, or if it's a directory there... the entire thing
rm 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 - (35 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 - (29 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (0.58 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (0.32 sec in self) | ./config.status | | | |
sh - (0.39 sec in self) | touch omc.skip | | | |
lock - (5.7 sec in block) | ripper2 | | | |
lock block - (5.5 sec in block) | | | | |
sh - (5.5 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
isUnix - (43 ms in self) | | | | |
sh - (0.32 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 - (12 min in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j6 -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.26 sec in self) | testsuite/partest/result.xml | | | |
parallel block (Branch: testsuite-clang 3/3) - (2 ms in block) | | | | |
stage - (1 hr 39 min in block) | testsuite-clang 3/3 | | | |
stage block (testsuite-clang 3/3) - (1 hr 39 min in block) | | | | |
node - (1 hr 39 min in block) | linux | | | |
node block - (19 min in block) | | | | |
checkout - (40 sec in self) | | | | |
withEnv - (18 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 - (18 min in block) | | | | |
isUnix - (7 ms in self) | | | | |
readFile - (0.12 sec in self) | .CI/cache/Dockerfile | | | |
sh - (10 sec in self) | docker build -t 61e2e37a0cd1a952ee6d1ba9527b05907be4cafe --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.62 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.41 sec in block) | | | | |
sh - (0.33 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (18 min in block) | | | | |
withDockerContainer block - (18 min in block) | | | | |
withEnv - (18 min in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (18 min in block) | | | | |
script - (18 min in block) | | | | |
script block - (18 min in block) | | | | |
echo - (36 ms in self) | asap-1 | | | |
isUnix - (8 ms in self) | | | | |
sh - (0.59 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (7.1 sec in self) | omc-clang | | | |
isUnix - (13 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.33 sec in self) |
mkdir -p '/cache/omlibrary/om-pkg-cache'
# Remove the symbolic link, or if it's a directory there... the entire thing
rm 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 - (32 ms in self) | | | | |
isUnix - (8 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 - (36 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (0.89 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (0.51 sec in self) | ./config.status | | | |
sh - (0.49 sec in self) | touch omc.skip | | | |
lock - (8.9 sec in block) | asap | | | |
lock block - (8.6 sec in block) | | | | |
sh - (8.6 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
isUnix - (0.11 sec in self) | | | | |
sh - (0.7 sec in self) | rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool | | | |
sh - (0.41 sec in self) | build/bin/omc-diff -v1.4 | | | |
sh - (17 min in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j6 -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.42 sec in self) | testsuite/partest/result.xml | | | |
parallel block (Branch: testsuite-gcc 1/3) - (1 ms in block) | | | | |
stage - (1 hr 39 min in block) | testsuite-gcc 1/3 | | | |
stage block (testsuite-gcc 1/3) - (1 hr 39 min in block) | | | | |
node - (1 hr 39 min in block) | linux | | | |
node block - (17 min in block) | | | | |
checkout - (5.7 sec in self) | | | | |
withEnv - (17 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 - (17 min in block) | | | | |
isUnix - (7 ms in self) | | | | |
readFile - (0.13 sec in self) | .CI/cache-xenial/Dockerfile | | | |
sh - (1 sec in self) | docker build -t 1e3e0bd18ac56a2ccbb03b79a99d68353f967b3a --pull -f ".CI/cache-xenial/Dockerfile" ".CI/cache-xenial" | | | |
isUnix - (9 ms in self) | | | | |
withEnv - (0.62 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.41 sec in block) | | | | |
sh - (0.33 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (17 min in block) | | | | |
withDockerContainer block - (17 min in block) | | | | |
withEnv - (17 min in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (17 min in block) | | | | |
script - (17 min in block) | | | | |
script block - (17 min in block) | | | | |
echo - (34 ms in self) | dev.openmodelica.org | | | |
isUnix - (6 ms in self) | | | | |
sh - (0.8 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (11 sec in self) | omc-gcc | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.49 sec in self) | test ! -z '/cache/omlibrary' | | | |
sh - (0.38 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.44 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 - (42 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 - (56 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (2.2 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (1 sec in self) | ./config.status | | | |
sh - (0.75 sec in self) | touch omc.skip | | | |
sh - (7.6 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
isUnix - (60 ms in self) | | | | |
sh - (0.66 sec in self) | rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool | | | |
sh - (0.35 sec in self) | build/bin/omc-diff -v1.4 | | | |
sh - (16 min in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j6 -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.51 sec in self) | testsuite/partest/result.xml | | | |
parallel block (Branch: testsuite-gcc 2/3) - (2 ms in block) | | | | |
stage - (1 hr 34 min in block) | testsuite-gcc 2/3 | | | |
stage block (testsuite-gcc 2/3) - (1 hr 34 min in block) | | | | |
node - (1 hr 34 min in block) | linux | | | |
node block - (12 min in block) | | | | |
checkout - (4.6 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 - (6 ms in self) | | | | |
readFile - (98 ms in self) | .CI/cache-xenial/Dockerfile | | | |
sh - (0.36 sec in self) | docker build -t 1e3e0bd18ac56a2ccbb03b79a99d68353f967b3a --pull -f ".CI/cache-xenial/Dockerfile" ".CI/cache-xenial" | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.66 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 - (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 - (84 ms in self) | ryzen-5950x-2-3 | | | |
isUnix - (6 ms in self) | | | | |
sh - (0.37 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (7.2 sec in self) | omc-gcc | | | |
isUnix - (8 ms in self) | | | | |
sh - (0.45 sec in self) | test ! -z '/cache/omlibrary' | | | |
sh - (0.36 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 - (35 ms in self) | | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.33 sec in self) | sed -i.bak -e "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," -e "s,--prefix=[A-Za-z0-9./_-]*,--prefix=`pwd`/install," config.status OMCompiler/config.status | | | |
sh - (26 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (0.59 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (0.45 sec in self) | ./config.status | | | |
sh - (0.33 sec in self) | touch omc.skip | | | |
lock - (16 sec in block) | ryzen-5950x-2 | | | |
lock block - (15 sec in block) | | | | |
sh - (14 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
isUnix - (0.32 sec in self) | | | | |
sh - (2.8 sec in self) | rm -f omc-diff.skip && make -C testsuite/difftool clean && make --output-sync=recurse -C testsuite/difftool | | | |
sh - (2.2 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 -j6 -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: testsuite-gcc 3/3) - (2 ms in block) | | | | |
stage - (1 hr 40 min in block) | testsuite-gcc 3/3 | | | |
stage block (testsuite-gcc 3/3) - (1 hr 40 min in block) | | | | |
node - (1 hr 40 min in block) | linux | | | |
node block - (18 min in block) | | | | |
checkout - (41 sec in self) | | | | |
withEnv - (17 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 - (17 min in block) | | | | |
isUnix - (6 ms in self) | | | | |
readFile - (93 ms in self) | .CI/cache-xenial/Dockerfile | | | |
sh - (0.44 sec in self) | docker build -t 1e3e0bd18ac56a2ccbb03b79a99d68353f967b3a --pull -f ".CI/cache-xenial/Dockerfile" ".CI/cache-xenial" | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.81 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.44 sec in block) | | | | |
sh - (0.41 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (17 min in block) | | | | |
withDockerContainer block - (17 min in block) | | | | |
withEnv - (17 min in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (17 min in block) | | | | |
script - (17 min in block) | | | | |
script block - (17 min in block) | | | | |
echo - (5 ms in self) | asap-2 | | | |
isUnix - (7 ms in self) | | | | |
sh - (1.9 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (11 sec in self) | omc-gcc | | | |
isUnix - (9 ms in self) | | | | |
sh - (0.39 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.33 sec in self) |
mkdir -p '/cache/omlibrary/om-pkg-cache'
# Remove the symbolic link, or if it's a directory there... the entire thing
rm 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.4 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 - (44 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.33 sec in self) | ./config.status | | | |
sh - (0.33 sec in self) | touch omc.skip | | | |
lock - (7.1 sec in block) | asap | | | |
lock block - (6.8 sec in block) | | | | |
sh - (6.6 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
isUnix - (37 ms in self) | | | | |
sh - (0.38 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 - (16 min in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j6 -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.43 sec in self) | testsuite/partest/result.xml | | | |
parallel block (Branch: testsuite-compliance) - (2 ms in block) | | | | |
stage - (1 hr 27 min in block) | testsuite-compliance | | | |
stage block (testsuite-compliance) - (1 hr 27 min in block) | | | | |
node - (1 hr 27 min in block) | linux | | | |
node block - (5 min 17 sec in block) | | | | |
checkout - (30 sec in self) | | | | |
withEnv - (4 min 46 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 - (4 min 46 sec in block) | | | | |
isUnix - (7 ms in self) | | | | |
readFile - (0.31 sec in self) | .CI/cache/Dockerfile | | | |
sh - (14 sec in self) | docker build -t 61e2e37a0cd1a952ee6d1ba9527b05907be4cafe --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (3.9 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (3.3 sec in block) | | | | |
sh - (2.8 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (4 min 27 sec in block) | | | | |
withDockerContainer block - (4 min 24 sec in block) | | | | |
withEnv - (4 min 23 sec in block) | LIBRARIES, COMPLIANCEEXTRAREPORTFLAGS, COMPLIANCEPREFIX | | | |
withEnv block - (4 min 23 sec in block) | | | | |
script - (4 min 23 sec in block) | | | | |
script block - (4 min 22 sec in block) | | | | |
isUnix - (95 ms in self) | | | | |
echo - (5 ms in self) | ryzen-5950x-2-2 | | | |
isUnix - (6 ms in self) | | | | |
sh - (0.92 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5.2 sec in self) | omc-clang | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.4 sec in self) | test ! -z '/cache/omlibrary' | | | |
sh - (0.33 sec in self) | cp -f null/master/runtest.db.* testsuite/ || cp -f null/master/runtest.db.* testsuite/ || true | | | |
sh (Create directory for omlibrary cache) - (0.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 - (6 ms in self) | | | | |
isUnix - (6 ms in self) | | | | |
sh - (0.33 sec in self) | sed -i.bak -e "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," -e "s,--prefix=[A-Za-z0-9./_-]*,--prefix=`pwd`/install," config.status OMCompiler/config.status | | | |
sh - (25 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (0.59 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (0.33 sec in self) | ./config.status | | | |
sh - (0.34 sec in self) | touch omc.skip | | | |
lock - (6.5 sec in block) | ryzen-5950x-2 | | | |
lock block - (6.3 sec in block) | | | | |
sh - (6.2 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
sh - (3 min 38 sec in self) | HOME=$PWD/libraries/ build/bin/omc -g=MetaModelica build/share/doc/omc/testmodels/ComplianceSuite.mos | | | |
sh - (0.32 sec in self) | mv compliance.html compliance-current.html | | | |
sh - (0.37 sec in self) | test -f compliance.xml | | | |
isUnix - (8 ms in self) | | | | |
sh - (0.33 sec in self) | build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*" | | | |
sh - (0.36 sec in self) | cp -p compliance-current.html compliance-v1.22.0-dev.310+g33a5a2f.html | | | |
sh - (0.37 sec in self) | test ! 'master' = 'master' || rm -f compliance-current.html | | | |
stash - (0.15 sec in self) | compliance | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.32 sec in self) | build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*" | | | |
archiveArtifacts - (0.19 sec in self) | compliance*v1.22.0-dev.310+g33a5a2f.html, compliance.failures | | | |
sh - (0.45 sec in self) | sed -i.bak 's/%/\%/g' compliance.ignore.xml && sed -i.bak 's/[^[:print:]]/ /g' compliance.ignore.xml | | | |
junit - (0.13 sec in self) | compliance.ignore.xml | | | |
parallel block (Branch: build-gui-clang-qt5) - (2 ms in block) | | | | |
stage - (1 hr 24 min in block) | build-gui-clang-qt5 | | | |
stage block (build-gui-clang-qt5) - (1 hr 24 min in block) | | | | |
node - (1 hr 24 min in block) | linux | | | |
node block - (7 min 24 sec in block) | | | | |
checkout - (4.7 sec in self) | | | | |
withEnv - (7 min 19 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 19 sec in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.53 sec in block) | JD_TO_PULL | | | |
withEnv block - (0.39 sec in block) | | | | |
sh - (0.31 sec in self) | docker pull "$JD_TO_PULL" | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.53 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.38 sec in block) | | | | |
sh - (0.31 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (7 min 17 sec in block) | | | | |
withDockerContainer block - (7 min 15 sec in block) | | | | |
script - (6 min 17 sec in block) | | | | |
script block - (6 min 16 sec in block) | | | | |
isUnix - (36 ms in self) | | | | |
echo - (41 ms in self) | intel-5820k-1 | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.57 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5.1 sec in self) | omc-clang | | | |
sh - (0.53 sec in self) | autoconf | | | |
isUnix - (11 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 - (31 sec in self) | echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2 | | | |
sh - (40 sec in self) | touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip && make -j6 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 - (4 min 53 sec in self) | make -j6 --output-sync=recurse | | | |
sh - (0.96 sec in self) | make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//' | | | |
sh - (0.67 sec in self) | uname | | | |
sh (install) - (2.2 sec in self) | HOME='/var/lib/jenkins/ws/OpenModelica_PR-8355' make -j6 --output-sync=recurse install | | | |
stash - (57 sec in self) | omedit-testsuite-clang | | | |
parallel block (Branch: build-usersguide) - (1 ms in block) | | | | |
stage - (1 hr 24 min in block) | build-usersguide | | | |
stage block (build-usersguide) - (1 hr 24 min in block) | | | | |
node - (1 hr 24 min in block) | linux | | | |
node block - (6 min 35 sec in block) | | | | |
checkout - (49 sec in self) | | | | |
withEnv - (5 min 45 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 45 sec in block) | | | | |
isUnix - (7 ms in self) | | | | |
readFile - (72 ms in self) | .CI/cache/Dockerfile | | | |
sh - (2.3 sec in self) | docker build -t 61e2e37a0cd1a952ee6d1ba9527b05907be4cafe --pull -f ".CI/cache/Dockerfile" ".CI/cache" | | | |
isUnix - (9 ms in self) | | | | |
withEnv - (0.56 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 42 sec in block) | | | | |
withDockerContainer block - (5 min 40 sec in block) | | | | |
withCredentials - (5 min 40 sec in block) | | | | |
withCredentials block - (5 min 39 sec in block) | | | | |
withEnv - (5 min 39 sec in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (5 min 39 sec in block) | | | | |
script - (43 sec in block) | | | | |
script block - (43 sec in block) | | | | |
echo - (35 ms in self) | ripper2-3 | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.6 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5 sec in self) | omc-clang | | | |
isUnix - (13 ms in self) | | | | |
sh - (0.32 sec in self) | test ! -z '/cache/omlibrary' | | | |
sh - (0.32 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.32 sec in self) |
mkdir -p '/cache/omlibrary/om-pkg-cache'
# Remove the symbolic link, or if it's a directory there... the entire thing
rm 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.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 - (28 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.36 sec in self) | ./config.status | | | |
sh - (0.36 sec in self) | touch omc.skip | | | |
lock - (6.2 sec in block) | ripper2 | | | |
lock block - (6.1 sec in block) | | | | |
sh - (6 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
sh - (4 min 24 sec in self) |
export OPENMODELICAHOME=$PWD/build
test ! -d $PWD/build/lib/omlibrary
cp -a libraries/.openmodelica/libraries $PWD/build/lib/omlibrary
for target in html pdf epub; do
if ! make -C doc/UsersGuide $target; then
killall omc || true
exit 1
fi
done
| | | |
sh - (4.4 sec in self) | tar --transform 's/^html/OpenModelicaUsersGuide/' -cJf OpenModelicaUsersGuide-latest.html.tar.xz -C doc/UsersGuide/build html | | | |
sh - (0.33 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 - (1.3 sec in self) | OpenModelicaUsersGuide-latest*.* | | | |
stash - (1.2 sec in self) | usersguide | | | |
sh - (23 sec in self) | make -C doc | | | |
stash - (0.63 sec in self) | doc-tarball | | | |
parallel block (Branch: testsuite-clang-parmod) - (11 ms in block) | | | | |
stage - (1 hr 22 min in block) | testsuite-clang-parmod | | | |
stage block (testsuite-clang-parmod) - (1 hr 22 min in block) | | | | |
node - (1 hr 22 min in block) | linux | | | |
node block - (42 sec in block) | | | | |
checkout - (4 sec in self) | | | | |
withEnv - (38 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 - (9 ms in self) | | | | |
withEnv - (1.2 sec in block) | JD_TO_PULL | | | |
withEnv block - (0.6 sec in block) | | | | |
sh - (0.4 sec in self) | docker pull "$JD_TO_PULL" | | | |
isUnix - (9 ms in self) | | | | |
withEnv - (0.94 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.59 sec in block) | | | | |
sh - (0.5 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (35 sec in block) | | | | |
withDockerContainer block - (31 sec in block) | | | | |
script - (30 sec in block) | | | | |
script block - (29 sec in block) | | | | |
echo - (33 ms in self) | intel-3930k-1 | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.69 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5.8 sec in self) | omc-clang | | | |
isUnix - (0.1 sec in self) | | | | |
sh - (0.66 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 - (20 sec in self) | #!/bin/bash -x
ulimit -t 1500
ulimit -v 6291456 # Max 6GB per process
cd testsuite/partest
./runtests.pl -j6 -partition=1/1 -nocolour -with-xml -j1 -parmodexp
CODE=$?
test $CODE = 0 -o $CODE = 7 || exit 1
| | | |
junit - (1.5 sec in self) | testsuite/partest/result.xml | | | |
parallel block (Branch: testsuite-clang-metamodelica) - (2 ms in block) | | | | |
stage - (1 hr 23 min in block) | testsuite-clang-metamodelica | | | |
stage block (testsuite-clang-metamodelica) - (1 hr 23 min in block) | | | | |
node - (1 hr 23 min in block) | linux | | | |
node block - (31 sec in block) | | | | |
checkout - (4.1 sec in self) | | | | |
withEnv - (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 - (26 sec in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.87 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.57 sec in block) | | | | |
sh - (0.42 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (25 sec in block) | | | | |
withDockerContainer block - (20 sec in block) | | | | |
script - (1 sec in block) | | | | |
script block - (0.82 sec in block) | | | | |
echo - (5 ms in self) | intel-3930k-1 | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.72 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5.8 sec in self) | omc-clang | | | |
sh - (12 sec in self) | make -C testsuite/metamodelica/MetaModelicaDev test-error | | | |
parallel block (Branch: testsuite-matlab-translator) - (2 ms in block) | | | | |
stage - (1 hr 24 min in block) | testsuite-matlab-translator | | | |
stage block (testsuite-matlab-translator) - (1 hr 24 min in block) | | | | |
node - (1 hr 24 min in block) | linux | | | |
node block - (1 min 0 sec in block) | | | | |
checkout - (4.2 sec in self) | | | | |
withEnv - (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 - (54 sec in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (1 sec in block) | JD_TO_PULL | | | |
withEnv block - (0.56 sec in block) | | | | |
sh - (0.4 sec in self) | docker pull "$JD_TO_PULL" | | | |
isUnix - (7 ms in self) | | | | |
withEnv - (0.84 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.58 sec in block) | | | | |
sh - (0.43 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (52 sec in block) | | | | |
withDockerContainer block - (50 sec in block) | | | | |
script - (39 sec in block) | | | | |
script block - (39 sec in block) | | | | |
echo - (35 ms in self) | intel-3930k-1 | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.62 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (5.8 sec in self) | omc-clang | | | |
isUnix - (38 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 - (30 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (0.85 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (0.33 sec in self) | ./config.status | | | |
sh - (10 sec in self) | make -C testsuite/special/MatlabTranslator/ test | | | |
parallel block (Branch: test-clang-icon-generator) - (1 hr 25 min in block) | | | | |
stage - (1 hr 25 min in block) | test-clang-icon-generator | | | |
stage block (test-clang-icon-generator) - (1 hr 25 min in block) | | | | |
node - (1 hr 25 min in block) | linux | | | |
node block - (1 min 2 sec in block) | | | | |
checkout - (4.3 sec in self) | | | | |
withEnv - (57 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 - (57 sec in block) | | | | |
isUnix - (9 ms in self) | | | | |
withEnv - (0.61 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.43 sec in block) | | | | |
sh - (0.34 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (56 sec in block) | | | | |
withDockerContainer block - (53 sec in block) | | | | |
withEnv - (53 sec in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (53 sec in block) | | | | |
script - (48 sec in block) | | | | |
script block - (48 sec in block) | | | | |
echo - (36 ms in self) | intel-3930k-1 | | | |
isUnix - (14 ms in self) | | | | |
sh - (0.6 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (6.8 sec in self) | omc-clang | | | |
isUnix - (7 ms in self) | | | | |
sh - (0.65 sec in self) | test ! -z '/cache/omlibrary' | | | |
sh - (0.35 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 - (40 ms in self) | | | | |
isUnix - (8 ms in self) | | | | |
sh - (0.4 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 - (30 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (0.79 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (0.33 sec in self) | ./config.status | | | |
sh - (0.39 sec in self) | touch omc.skip | | | |
sh - (7.2 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
sh - (4.5 sec in self) | make -C testsuite/openmodelica/icon-generator test | | | |
stage - (3 min 29 sec in block) | fmuchecker + OMEdit testsuite | | | |
stage block (fmuchecker + OMEdit testsuite) - (3 min 29 sec in block) | | | | |
parallel - (3 min 29 sec in block) | | | | |
parallel block (Branch: linux-wine-fmuchecker) - (2 ms in block) | | | | |
stage - (43 sec in block) | linux-wine-fmuchecker | | | |
stage block (linux-wine-fmuchecker) - (43 sec in block) | | | | |
node - (43 sec in block) | linux | | | |
node block - (42 sec in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.61 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 - (42 sec in block) | | | | |
withDockerContainer block - (32 sec in block) | | | | |
echo - (7 ms in self) | r630-1-1 | | | |
sh - (0.32 sec in self) | rm -rf testsuite/ | | | |
unstash - (0.37 sec in self) | cross-fmu | | | |
unstash - (0.12 sec in self) | cross-fmu-extras | | | |
sh - (20 sec in self) |
export HOME="$PWD"
cd testsuite/special/FmuExportCrossCompile/
./single-fmu-run.sh linux64 `cat VERSION`
./single-fmu-run.sh linux32 `cat VERSION`
./single-fmu-run.sh win64 `cat VERSION`
./single-fmu-run.sh win32 `cat VERSION`
| | | |
stash - (8.6 sec in self) | cross-fmu-results-linux-wine | | | |
parallel block (Branch: osx-fmuchecker) - (2 ms in block) | | | | |
stage - (11 sec in block) | osx-fmuchecker | | | |
stage block (osx-fmuchecker) - (11 sec in block) | | | | |
node - (11 sec in block) | osx | | | |
node block - (10 sec in block) | | | | |
echo - (6 ms in self) | mac00286 | | | |
sh - (0.42 sec in self) | rm -rf testsuite/ | | | |
unstash - (0.83 sec in self) | cross-fmu | | | |
unstash - (1.6 sec in self) | cross-fmu-extras | | | |
sh - (5.9 sec in self) |
cd testsuite/special/FmuExportCrossCompile/
./single-fmu-run.sh darwin64 `cat VERSION` /usr/local/bin/fmuCheck.darwin64
| | | |
stash - (1.6 sec in self) | cross-fmu-results-osx | | | |
parallel block (Branch: arm-fmuchecker) - (3 ms in block) | | | | |
stage - (25 sec in block) | arm-fmuchecker | | | |
stage block (arm-fmuchecker) - (25 sec in block) | | | | |
node - (25 sec in block) | linux-arm32 | | | |
node block - (25 sec in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (1.5 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 - (23 sec in block) | | | | |
withDockerContainer block - (19 sec in block) | | | | |
echo - (6 ms in self) | arm64-1-1 | | | |
sh - (0.58 sec in self) | rm -rf testsuite/ | | | |
unstash - (0.65 sec in self) | cross-fmu | | | |
unstash - (0.13 sec in self) | cross-fmu-extras | | | |
sh - (6.1 sec in self) |
cd testsuite/special/FmuExportCrossCompile/
./single-fmu-run.sh arm-linux-gnueabihf `cat VERSION` /usr/local/bin/fmuCheck.arm-linux-gnueabihf
| | | |
stash - (12 sec in self) | cross-fmu-results-armhf | | | |
parallel block (Branch: clang-qt5-omedit-testsuite) - (3 min 28 sec in block) | | | | |
stage - (3 min 28 sec in block) | clang-qt5-omedit-testsuite | | | |
stage block (clang-qt5-omedit-testsuite) - (3 min 28 sec in block) | | | | |
node - (3 min 28 sec in block) | linux | | | |
node block - (3 min 28 sec in block) | | | | |
checkout - (5.7 sec in self) | | | | |
withEnv - (3 min 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 - (3 min 22 sec in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.95 sec in block) | JD_TO_PULL | | | |
withEnv block - (0.73 sec in block) | | | | |
sh - (0.59 sec in self) | docker pull "$JD_TO_PULL" | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.59 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.44 sec in block) | | | | |
sh - (0.36 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (3 min 20 sec in block) | | | | |
withDockerContainer block - (3 min 17 sec in block) | | | | |
withEnv - (3 min 16 sec in block) | LIBRARIES, RUNTESTDB | | | |
withEnv block - (3 min 16 sec in block) | | | | |
script - (3 min 16 sec in block) | | | | |
script block - (3 min 16 sec in block) | | | | |
isUnix - (9 ms in self) | | | | |
echo - (34 ms in self) | asap-1 | | | |
isUnix - (6 ms in self) | | | | |
sh - (0.57 sec in self) | git clean -ffdx && git submodule foreach --recursive git clean -ffdx | | | |
unstash - (16 sec in self) | omedit-testsuite-clang | | | |
sh - (0.56 sec in self) | autoconf | | | |
isUnix - (9 ms in self) | | | | |
sh - (0.33 sec in self) | sed -i.bak -e "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," -e "s,--prefix=[A-Za-z0-9./_-]*,--prefix=`pwd`/install," config.status OMCompiler/config.status | | | |
sh - (45 sec in self) | echo ./configure `./config.status --config` > config.status.2 && bash ./config.status.2 | | | |
isUnix - (8 ms in self) | | | | |
sh - (0.34 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.33 sec in self) |
mkdir -p '/cache/omlibrary/om-pkg-cache'
# Remove the symbolic link, or if it's a directory there... the entire thing
rm 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.33 sec in self) | sed -i.bak -e "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," -e "s,--prefix=[A-Za-z0-9./_-]*,--prefix=`pwd`/install," config.status OMCompiler/config.status | | | |
sh - (36 sec in self) | make -C OMCompiler/Compiler/Template/ -f Makefile.in OMC=$PWD/build/bin/omc | | | |
sh - (0.83 sec in self) | cd OMCompiler && ./config.status | | | |
sh - (0.31 sec in self) | ./config.status | | | |
sh - (0.32 sec in self) | touch omc.skip | | | |
lock - (3.6 sec in block) | asap | | | |
lock block - (3.4 sec in block) | | | | |
sh - (3.3 sec in self) | make -j32 --output-sync=recurse libs-for-testing ReferenceFiles omc-diff ffi-test-lib | | | |
sh - (42 sec in self) | touch omc.skip omc-diff.skip ReferenceFiles.skip omsimulator.skip omedit.skip omplot.skip && make -j6 omc omc-diff ReferenceFiles omsimulator omedit omplot omparser | | | |
sh - (23 sec in self) | make -j6 --output-sync=recurse omedit-testsuite | | | |
sh (RunOMEditTestsuite) - (24 sec in self) |
HOME="$PWD/libraries"
cd build/bin
xvfb-run ./RunOMEditTestsuite.sh
| | | |
stage - (3 min 3 sec in block) | check-and-upload | | | |
stage block (check-and-upload) - (3 min 3 sec in block) | | | | |
parallel - (3 min 2 sec in block) | | | | |
parallel block (Branch: fmuchecker-results) - (2 ms in block) | | | | |
stage - (1 min 4 sec in block) | fmuchecker-results | | | |
stage block (fmuchecker-results) - (1 min 3 sec in block) | | | | |
node - (1 min 3 sec in block) | linux | | | |
node block - (1 min 3 sec in block) | | | | |
isUnix - (9 ms in self) | | | | |
withEnv - (0.5 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.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 - (1 min 2 sec in block) | | | | |
withDockerContainer block - (31 sec in block) | | | | |
echo - (6 ms in self) | r630-1-1 | | | |
sh - (0.3 sec in self) | rm -rf build/ testsuite/ | | | |
unstash - (6.8 sec in self) | omc-clang | | | |
unstash - (68 ms in self) | cross-fmu-extras | | | |
unstash - (2.5 sec in self) | cross-fmu-results-linux-wine | | | |
unstash - (0.68 sec in self) | cross-fmu-results-osx | | | |
unstash - (0.74 sec in self) | cross-fmu-results-armhf | | | |
sh - (6.1 sec in self) | cd testsuite/special/FmuExportCrossCompile && ../../../build/bin/omc check-files.mos | | | |
sh - (6.8 sec in self) | cd testsuite/special/FmuExportCrossCompile && tar -czf ../../../Test_FMUs.tar.gz Test_FMUs | | | |
archiveArtifacts - (7.2 sec in self) | Test_FMUs.tar.gz | | | |
parallel block (Branch: upload-compliance) - (3 ms in block) | | | | |
stage - (0.27 sec in block) | upload-compliance | | | |
stage block (upload-compliance) - (0.12 sec in block) | | | | |
parallel block (Branch: upload-doc) - (1 ms in block) | | | | |
stage - (0.32 sec in block) | upload-doc | | | |
stage block (upload-doc) - (0.12 sec in block) | | | | |
parallel block (Branch: make-source-tarball) - (3 min 2 sec in block) | | | | |
stage - (3 min 2 sec in block) | make-source-tarball | | | |
stage block (make-source-tarball) - (3 min 2 sec in block) | | | | |
node - (3 min 2 sec in block) | linux | | | |
node block - (3 min 1 sec in block) | | | | |
checkout - (6.1 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 55 sec in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (0.52 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 - (8 ms in self) | | | | |
withEnv - (0.53 sec in block) | JD_ID, JD_TO_RUN | | | |
withEnv block - (0.38 sec in block) | | | | |
sh - (0.32 sec in self) | docker inspect -f . "$JD_TO_RUN" | | | |
withDockerContainer - (2 min 54 sec in block) | | | | |
withDockerContainer block - (2 min 50 sec in block) | | | | |
echo - (6 ms in self) | asap-1 | | | |
unstash - (0.44 sec in self) | doc-tarball | | | |
unstash - (7.3 sec in self) | omc-clang | | | |
sh - (0.31 sec in self) | cat REVISION | | | |
sh - (0.31 sec in self) | ./config.status | | | |
sh - (0.31 sec in self) | touch configure config.status Makefile | | | |
sh - (2 min 33 sec in self) | make source-dist | | | |
archiveArtifacts - (8.1 sec in self) | openmodelica_*.tar.xz | | | |
stage - (0.89 sec in block) | publish | | | |
stage block (publish) - (0.8 sec in block) | | | | |
parallel - (0.7 sec in block) | | | | |
parallel block (Branch: push-to-master) - (2 ms in block) | | | | |
stage - (0.32 sec in block) | push-to-master | | | |
stage block (push-to-master) - (0.14 sec in block) | | | | |
parallel block (Branch: push-bibliography) - (0.51 sec in block) | | | | |
stage - (0.41 sec in block) | push-bibliography | | | |
stage block (push-bibliography) - (0.15 sec in block) | | | | |