Skip to content
StepArgumentsStatus
Start of Pipeline - (51 min in block)
withEnv - (51 min in block)LC_ALL
withEnv block - (51 min in block)
stage - (9.6 sec in block)Environment
stage block (Environment) - (9.5 sec in block)
node - (9.4 sec in block)linux
node block - (9.2 sec in block)
checkout - (3.7 sec in self)
withEnv - (5.3 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.3 sec in block)
script - (5.2 sec in block)
script block - (5.1 sec in block)
milestone - (0.29 sec in self)5
milestone - (0.29 sec in self)6
load - (0.34 sec in block)/var/lib/jenkins1/ws/OpenModelica_PR-12580/.CI/common.groovy
load block (/var/lib/jenkins1/ws/OpenModelica_PR-12580/.CI/common.groovy) - (58 ms in block)
echo - (0.81 sec in self)isPR: true
echo - (0.75 sec in self)shouldWeBuildUCRT: true
echo - (0.75 sec in self)shouldWeDisableAllCMakeBuilds: false
echo - (0.71 sec in self)shouldWeEnableMacOSCMakeBuild: false
echo - (1 sec in self)shouldWeEnableUCRTCMakeBuild: true
echo - (9 ms in self)shouldWeRunTests: true
stage - (51 min in block)setup
stage block (setup) - (51 min in block)
parallel - (51 min in block)
parallel block (Branch: gcc) - (3 ms in block)
stage - (14 min in block)gcc
stage block (gcc) - (14 min in block)
node - (14 min in block)linux
node block - (14 min in block)
checkout - (3.6 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.52 sec in block)JD_TO_PULL
withEnv block - (0.39 sec in block)
sh - (0.32 sec in self)docker pull "$JD_TO_PULL"
isUnix - (9 ms in self)
withEnv - (0.57 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.49 sec in block)
sh - (0.42 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 - (35 ms in self)intel-4930k-1
isUnix - (7 ms in self)
sh - (11 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (7 ms in self)
sh - (57 sec in self)autoreconf --install
sh - (23 sec in self)./configure CC='gcc' CXX='g++' FC=gfortran CFLAGS=-Os --with-cppruntime --without-omc --without-omlibrary --with-omniORB --enable-modelica3d --prefix=`pwd`/install
isUnix - (7 ms in self)
sh - (0.36 sec in self)uname
sh - (0.47 sec in self)lscpu -p | egrep -v "^#" | sort -u -t, -k 2,4 | wc -l
sh - (0.38 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (build) - (11 min in self)HOME='/var/lib/jenkins/ws/OpenModelica_PR-12580' make -j6 --output-sync=recurse omc omc-diff omsimulator
sh - (0.54 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (3.6 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.32 sec in self) cd .sanity-check # do not do this on Mac as it doesn't work yet # test `uname` = Darwin || ../build.sanity-check/bin/omc --simCodeTarget=Cpp testSanity.mos # test `uname` = Darwin || ./M # test `uname` = Darwin || ls M.fmu # test `uname` = Darwin || rm -rf ./M* ./OMCppM* cd .. mv build.sanity-check build rm -rf .sanity-check
sh - (10 sec in self)cd OMCompiler/Compiler/boot && ./find-unused-import.sh ../*/*.mo
stash - (36 sec in self)omc-gcc
parallel block (Branch: clang) - (1 ms in block)
stage - (20 min in block)clang
stage block (clang) - (20 min in block)
node - (20 min in block)linux
node block - (20 min in block)
checkout - (3.9 sec in self)
withEnv - (20 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 - (20 min in block)
isUnix - (8 ms in self)
withEnv - (1.4 sec in block)JD_TO_PULL
withEnv block - (0.5 sec in block)
sh - (0.32 sec in self)docker pull "$JD_TO_PULL"
isUnix - (15 ms in self)
withEnv - (0.73 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.54 sec in block)
sh - (0.48 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (20 min in block)
withDockerContainer block - (19 min in block)
script - (19 min in block)
script block - (19 min in block)
echo - (5 ms in self)asap-2
isUnix - (5 ms in self)
sh - (56 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (6 ms in self)
sh - (23 sec in self)autoreconf --install
sh - (41 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.37 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (clean) - (1.2 sec in self)HOME='/var/lib/jenkins2/ws/OpenModelica_PR-12580' make -j6 --output-sync=recurse clean
sh - (0.37 sec in self)make --version | grep -o -E '[0-9]+' | head -1 | sed -e 's/^0\+//'
sh (build) - (16 min in self)HOME='/var/lib/jenkins2/ws/OpenModelica_PR-12580' make -j6 --output-sync=recurse omc omc-diff omsimulator
sh - (0.84 sec in self)find build/lib/*/omc/ -name "*.so" -exec strip {} ";"
sh - (4.7 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.34 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
isUnix - (8 ms in self)
sh - (0.3 sec in self)build/bin/omc --version | grep -o "v[0-9]\+[.][0-9]\+[.][0-9]\+[^ ]*"
sh - (2.8 sec in self)cp -Lr build build.new && rm -rf build && mv build.new build
stash - (27 sec in self)omc-clang
parallel block (Branch: Win/UCRT64) - (2 ms in block)
stage - (51 min in block)Win/UCRT64
stage block (Win/UCRT64) - (51 min in block)
node - (51 min in block)windows-no-release
node block - (51 min in block)
checkout - (1 min 15 sec in self)
withEnv - (50 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 - (50 min in block)
withEnv - (50 min in block)LIBRARIES, RUNTESTDB
withEnv block - (50 min in block)
script - (50 min in block)
script block - (50 min in block)
withEnv - (50 min in block)OMDEV, PATH
withEnv block - (50 min in block)
bat - (1.6 sec in self)echo PATH: %PATH%
bat - (0.67 sec in self) set HOME=C:\dev\ REM taskkill /F /IM omc.exe /T || ECHO.>NUL REM taskkill /F /IM perl.exe /T || ECHO.>NUL echo Current directory: %CD% echo OMDEV: %OMDEV% If Defined LOCALAPPDATA (echo LOCALAPPDATA: %LOCALAPPDATA%) Else (Set "LOCALAPPDATA=C:\Users\OpenModelica\AppData\Local") if not exist "%OMDEV%" ( echo Checkout %OMDEV% cd c:\ git clone https://gitlab.liu.se/OpenModelica/OMDevUCRT.git OMDevUCRT cd %OMDEV% git checkout master call SETUP_OMDEV.bat )
echo - (6 ms in self)w.r7950.win.2.maas
isUnix - (8 ms in self)
echo - (7 ms in self)PATH: null\tools\msys\usr\bin;C:\Program Files\TortoiseSVN\bin;c:\bin\jdk\bin;c:\bin\nsis\;C:\Program Files\Microsoft\jdk-21.0.1.12-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\Program Files\PuTTY\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;c:\bin\git\bin;
bat - (1.6 sec in self)git clean -ffdx -e OMSetup && git submodule foreach --recursive "git clean -ffdx"
isUnix - (6 ms in self)
bat - (50 min in self)
parallel block (Branch: cmake-jammy-gcc) - (2 ms in block)
stage - (7 min 39 sec in block)cmake-jammy-gcc
stage block (cmake-jammy-gcc) - (7 min 39 sec in block)
node - (7 min 39 sec in block)linux
node block - (7 min 38 sec in block)
checkout - (17 sec in self)
withEnv - (7 min 20 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 20 sec in block)
isUnix - (8 ms in self)
withEnv - (57 sec in block)JD_TO_PULL
withEnv block - (56 sec in block)
sh - (56 sec in self)docker pull "$JD_TO_PULL"
isUnix - (8 ms in self)
withEnv - (1.4 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.98 sec in block)
sh - (0.79 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (6 min 21 sec in block)
withDockerContainer block - (6 min 18 sec in block)
script - (6 min 17 sec in block)
script block - (6 min 17 sec in block)
echo - (98 ms in self)Running on: ryzen-5950x-2-3
echo - (6 ms in self)ryzen-5950x-2-3
isUnix - (6 ms in self)
sh - (0.71 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
isUnix - (6 ms in self)
sh - (0.53 sec in self)mkdir ./build_cmake
sh - (0.32 sec in self)cmake --version
sh - (36 sec in self)cmake -S ./ -B ./build_cmake -DCMAKE_BUILD_TYPE=Release -DOM_USE_CCACHE=OFF -DCMAKE_INSTALL_PREFIX=build
sh - (5 min 39 sec in self)cmake --build ./build_cmake --parallel 6 --target install
parallel block (Branch: cmake-macos-arm64-gcc) - (2 ms in block)
stage - (0.35 sec in block)cmake-macos-arm64-gcc
stage block (cmake-macos-arm64-gcc) - (0.2 sec in block)
parallel block (Branch: cmake-OMDev-gcc) - (2 ms in block)
stage - (15 min in block)cmake-OMDev-gcc
stage block (cmake-OMDev-gcc) - (15 min in block)
node - (15 min in block)windows-no-release
node block - (15 min in block)
checkout - (1 min 15 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)
script - (14 min in block)
script block - (14 min in block)
echo - (9 ms in self)Running on: w3.openmodelica.org
withEnv - (14 min in block)OMDEV, PATH
withEnv block - (14 min in block)
bat - (1.7 sec in self)echo PATH: %PATH%
bat - (0.81 sec in self) set HOME=C:\dev\ REM taskkill /F /IM omc.exe /T || ECHO.>NUL REM taskkill /F /IM perl.exe /T || ECHO.>NUL echo Current directory: %CD% echo OMDEV: %OMDEV% If Defined LOCALAPPDATA (echo LOCALAPPDATA: %LOCALAPPDATA%) Else (Set "LOCALAPPDATA=C:\Users\OpenModelica\AppData\Local") if not exist "%OMDEV%" ( echo Checkout %OMDEV% cd c:\ git clone https://gitlab.liu.se/OpenModelica/OMDevUCRT.git OMDevUCRT cd %OMDEV% git checkout master call SETUP_OMDEV.bat )
echo - (10 ms in self)w3.openmodelica.org
isUnix - (9 ms in self)
echo - (6 ms in self)PATH: C:\OMDev\}tools\msys\usr\bin;C:\Program Files\TortoiseSVN\bin;c:\bin\jdk\bin;c:\bin\nsis\;C:\Program Files\Java\bin;C:\Program Files\Microsoft MPI\Bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\dotnet\;C:\Program Files (x86)\IncrediBuild;C:\Program Files (x86)\Microsoft Emulator Manager\1.0\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\WindowsPowerShell\Scripts\HP.ClientScriptLibrary;C:\Program Files\PowerShell\7\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Users\adrpo33\AppData\Local\Microsoft\WindowsApps;c:\bin\git\bin;
bat - (18 sec in self)git clean -ffdx -e OMSetup && git submodule foreach --recursive "git clean -ffdx"
isUnix - (81 ms in self)
isUnix - (11 ms in self)
bat - (13 min in self) If Defined LOCALAPPDATA (echo LOCALAPPDATA: %LOCALAPPDATA%) Else (Set "LOCALAPPDATA=C:\Users\OpenModelica\AppData\Local") echo on ( echo export MSYS_WORKSPACE="`cygpath 'c:\dev\jenkins\ws\OpenModelica_PR-12580'`" echo echo MSYS_WORKSPACE: ${MSYS_WORKSPACE} echo cd ${MSYS_WORKSPACE} echo set -ex echo mkdir build_cmake echo cmake --version echo cmake -S ./ -B ./build_cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=build -G "MSYS Makefiles" echo time cmake --build ./build_cmake --parallel 2 --target install ) > buildOMCWindows.sh set MSYSTEM=UCRT64 set MSYS2_PATH_TYPE=inherit %OMDEV%\tools\msys\usr\bin\sh --login -i -c "cd `cygpath 'c:\dev\jenkins\ws\OpenModelica_PR-12580'` && chmod +x buildOMCWindows.sh && ./buildOMCWindows.sh && rm -f ./buildOMCWindows.sh"
parallel block (Branch: checks) - (1 min 55 sec in block)
stage - (1 min 55 sec in block)checks
stage block (checks) - (1 min 55 sec in block)
node - (1 min 54 sec in block)linux
node block - (1 min 54 sec in block)
checkout - (5.7 sec in self)
withEnv - (1 min 47 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 47 sec in block)
isUnix - (14 ms in self)
withEnv - (11 sec in block)JD_TO_PULL
withEnv block - (11 sec in block)
sh - (11 sec in self)docker pull "$JD_TO_PULL"
isUnix - (8 ms in self)
withEnv - (0.57 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.33 sec in block)
sh - (0.31 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (1 min 35 sec in block)
withDockerContainer block - (36 sec in block)
script - (2 sec in block)
script block - (0.81 sec in block)
echo - (6 ms in self)r630-1-2
isUnix - (6 ms in self)
sh - (0.76 sec in self)git clean -ffdx && git submodule foreach --recursive git clean -ffdx
sh - (0.59 sec in self)! git submodule foreach --recursive git diff 2>&1 | grep CRLF
isUnix - (6 ms in self)
sh - (0.58 sec in self)uname
sh - (0.5 sec in self)lscpu -p | egrep -v "^#" | wc -l
sh - (26 sec in self)make -f Makefile.in -j32 --output-sync=recurse bom-error utf8-error thumbsdb-error spellcheck
sh - (4.2 sec in self) cd doc/bibliography mkdir -p openmodelica.org-bibgen sh generate.sh "$PWD/openmodelica.org-bibgen"
stash - (0.2 sec in self)bibliography
stage - (3.2 sec in block)tests
stage block (tests) - (3 sec in block)
parallel - (2.9 sec in block)
parallel block (Branch: 07 cross-build-fmu) - (2 ms in block)
stage - (0.38 sec in block)07 cross-build-fmu
stage block (07 cross-build-fmu) - (0.16 sec in block)
parallel block (Branch: 04 testsuite-clang 1/3) - (2 ms in block)
stage - (0.43 sec in block)04 testsuite-clang 1/3
stage block (04 testsuite-clang 1/3) - (0.16 sec in block)
parallel block (Branch: 05 testsuite-clang 2/3) - (2 ms in block)
stage - (0.48 sec in block)05 testsuite-clang 2/3
stage block (05 testsuite-clang 2/3) - (0.16 sec in block)
parallel block (Branch: 06 testsuite-clang 3/3) - (1 ms in block)
stage - (0.53 sec in block)06 testsuite-clang 3/3
stage block (06 testsuite-clang 3/3) - (0.16 sec in block)
parallel block (Branch: 01 testsuite-gcc 1/3) - (2 ms in block)
stage - (0.58 sec in block)01 testsuite-gcc 1/3
stage block (01 testsuite-gcc 1/3) - (0.18 sec in block)
parallel block (Branch: 02 testsuite-gcc 2/3) - (2 ms in block)
stage - (0.64 sec in block)02 testsuite-gcc 2/3
stage block (02 testsuite-gcc 2/3) - (0.18 sec in block)
parallel block (Branch: 03 testsuite-gcc 3/3) - (2 ms in block)
stage - (0.69 sec in block)03 testsuite-gcc 3/3
stage block (03 testsuite-gcc 3/3) - (0.18 sec in block)
parallel block (Branch: 08 testsuite-compliance) - (2 ms in block)
stage - (0.75 sec in block)08 testsuite-compliance
stage block (08 testsuite-compliance) - (0.18 sec in block)
parallel block (Branch: 10 build-gui-clang-qt5) - (2 ms in block)
stage - (0.79 sec in block)10 build-gui-clang-qt5
stage block (10 build-gui-clang-qt5) - (0.18 sec in block)
parallel block (Branch: 09 build-usersguide) - (1 ms in block)
stage - (0.83 sec in block)09 build-usersguide
stage block (09 build-usersguide) - (0.18 sec in block)
parallel block (Branch: 11 testsuite-clang-parmod) - (2 ms in block)
stage - (0.88 sec in block)11 testsuite-clang-parmod
stage block (11 testsuite-clang-parmod) - (0.18 sec in block)
parallel block (Branch: 12 testsuite-clang-metamodelica) - (2 ms in block)
stage - (0.95 sec in block)12 testsuite-clang-metamodelica
stage block (12 testsuite-clang-metamodelica) - (0.18 sec in block)
parallel block (Branch: 13 testsuite-matlab-translator) - (2 ms in block)
stage - (1 sec in block)13 testsuite-matlab-translator
stage block (13 testsuite-matlab-translator) - (0.18 sec in block)
parallel block (Branch: 14 test-clang-icon-generator) - (1.3 sec in block)
stage - (1 sec in block)14 test-clang-icon-generator
stage block (14 test-clang-icon-generator) - (0.18 sec in block)
stage - (1.2 sec in block)fmuchecker + FMPy + OMEdit testsuite
stage block (fmuchecker + FMPy + OMEdit testsuite) - (1.1 sec in block)
parallel - (1 sec in block)
parallel block (Branch: linux-wine-fmuchecker) - (2 ms in block)
stage - (0.22 sec in block)linux-wine-fmuchecker
stage block (linux-wine-fmuchecker) - (92 ms in block)
parallel block (Branch: linux-FMPy) - (1 ms in block)
stage - (0.27 sec in block)linux-FMPy
stage block (linux-FMPy) - (93 ms in block)
parallel block (Branch: osx-fmuchecker) - (2 ms in block)
stage - (0.32 sec in block)osx-fmuchecker
stage block (osx-fmuchecker) - (92 ms in block)
parallel block (Branch: arm-fmuchecker) - (2 ms in block)
stage - (0.38 sec in block)arm-fmuchecker
stage block (arm-fmuchecker) - (93 ms in block)
parallel block (Branch: clang-qt5-omedit-testsuite) - (0.57 sec in block)
stage - (0.43 sec in block)clang-qt5-omedit-testsuite
stage block (clang-qt5-omedit-testsuite) - (0.1 sec in block)
stage - (1.1 sec in block)check-and-upload
stage block (check-and-upload) - (0.99 sec in block)
parallel - (0.88 sec in block)
parallel block (Branch: fmuchecker-results) - (2 ms in block)
stage - (0.18 sec in block)fmuchecker-results
stage block (fmuchecker-results) - (87 ms in block)
parallel block (Branch: upload-compliance) - (2 ms in block)
stage - (0.24 sec in block)upload-compliance
stage block (upload-compliance) - (87 ms in block)
parallel block (Branch: upload-doc) - (0.42 sec in block)
stage - (0.3 sec in block)upload-doc
stage block (upload-doc) - (87 ms in block)
stage - (0.75 sec in block)publish
stage block (publish) - (0.62 sec in block)
parallel - (0.53 sec in block)
parallel block (Branch: push-to-master) - (2 ms in block)
stage - (0.16 sec in block)push-to-master
stage block (push-to-master) - (74 ms in block)
parallel block (Branch: push-bibliography) - (0.34 sec in block)
stage - (0.22 sec in block)push-bibliography
stage block (push-bibliography) - (74 ms in block)
stage - (0.95 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0.87 sec in block)
script - (0.77 sec in block)
script block - (0.68 sec in block)
emailext - (0.63 sec in self)