Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 30 sec in block)
withEnv - (1 min 30 sec in block)CACHE_DIR
withEnv block - (1 min 30 sec in block)
stage - (0.16 sec in block)check
stage block (check) - (73 ms in block)
stage - (1 min 29 sec in block)build
stage block (build) - (1 min 29 sec in block)
parallel - (1 min 29 sec in block)
parallel block (Branch: linux64) - (2 ms in block)
stage - (1 min 29 sec in block)linux64
stage block (linux64) - (1 min 28 sec in block)
node - (1 min 28 sec in block)linux
node block - (1 min 28 sec in block)
checkout - (12 sec in self)
withEnv - (1 min 15 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 - (7 ms in self)
readFile - (63 ms in self).CI/cache/Dockerfile
sh - (0.36 sec in self)docker build -t 05d7b2e87549871472f9ccb89e90133502e94e2c --pull -f ".CI/cache/Dockerfile" ".CI/cache"
isUnix - (8 ms in self)
withEnv - (0.53 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.4 sec in block)
sh - (0.31 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (1 min 14 sec in block)
withDockerContainer block - (1 min 11 sec in block)
withEnv - (1 min 11 sec in block)RUNTESTDB, NPROC
withEnv block - (1 min 11 sec in block)
isUnix - (7 ms in self)
echo - (30 ms in self)running on node: ripper2-1
sh - (0.37 sec in self)uname
sh - (0.36 sec in self)lscpu -p | egrep -v "^#" | sort -u -t, -k 2,4 | wc -l
sh - (0.53 sec in self)git fetch --tags
sh - (8.5 sec in self)cmake -S . -B build/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install/ -DOM_OMS_ENABLE_TESTSUITE:BOOL=ON
sh - (24 sec in self)cmake --build build/ --parallel 16 --target install -v
echo - (7 ms in self)cache: true, asan: null, running on node: ripper2-1
sh - (9 sec in self) make -C testsuite difftool resources cp -f "/cache/runtest//"* testsuite/ || true
sh - (0.53 sec in self)find testsuite/ -name "*.lua" -exec sed -i /teardown_command/d {} ";"
sh - (0.3 sec in self)uname
sh - (0.31 sec in self)lscpu -p | egrep -v "^#" | sort -u -t, -k 2,4 | wc -l
sh - (6.8 sec in self)#!/bin/bash -x ulimit -t 1500 cd testsuite/partest ./runtests.pl -j16 -nocolour -with-xml CODE=$? test $CODE = 0 -o $CODE = 7 || exit 1 if test $CODE = 0; then mkdir -p "/cache/runtest//" cp ../runtest.db.* "/cache/runtest//" fi
junit - (56 ms in self)testsuite/partest/result.xml
sh - (0.84 sec in self)(cd install/ && tar czf "../OMSimulator-linux-amd64-`git describe --tags --abbrev=7 --match=v*.* --exclude=*-dev | sed 's/-/.post/'`.tar.gz" *)
sh - (17 sec in self)cmake --build build/ --target install-docs
sh - (0.56 sec in self)(cd install/share/doc && zip -r "../../../OMSimulator-doc-`git describe --tags --abbrev=7 --match=v*.* --exclude=*-dev | sed 's/-/.post/'`.zip" *)
archiveArtifacts - (0.47 sec in self)
stash - (0.2 sec in self)amd64-zip
stash - (0.37 sec in self)docs
parallel block (Branch: linux64-asan) - (1 ms in block)
stage - (1.1 sec in block)linux64-asan
stage block (linux64-asan) - (0.96 sec in block)
stage - (0.39 sec in block)build
stage block (build) - (43 ms in block)
stage - (0.3 sec in block)test
stage block (test) - (86 ms in block)
parallel block (Branch: alpine) - (2 ms in block)
stage - (26 sec in block)alpine
stage block (alpine) - (25 sec in block)
node - (25 sec in block)linux
node block - (24 sec in block)
checkout - (24 sec in self)
parallel block (Branch: linux-arm32) - (2 ms in block)
stage - (1 sec in block)linux-arm32
stage block (linux-arm32) - (0.86 sec in block)
stage - (0.2 sec in block)cross-compile
stage block (cross-compile) - (15 ms in block)
stage - (0.44 sec in block)test
stage block (test) - (29 ms in block)
parallel block (Branch: arm64-macOS) - (2 ms in block)
stage - (27 sec in block)arm64-macOS
stage block (arm64-macOS) - (27 sec in block)
stage - (12 sec in block)build
stage block (build) - (12 sec in block)
node - (12 sec in block)M1
node block - (11 sec in block)
checkout - (3.1 sec in self)
withEnv - (8.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 - (8.2 sec in block)
withEnv - (8.1 sec in block)PATH
withEnv block - (8 sec in block)
isUnix - (7 ms in self)
echo - (23 ms in self)running on node: mac00914
sh - (0.34 sec in self)uname
sh - (0.34 sec in self)sysctl hw.physicalcpu_max | cut -d" " -f2
sh - (0.89 sec in self)git fetch --tags
sh - (2.9 sec in self)cmake -S . -B build/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install/ -DOM_OMS_ENABLE_TESTSUITE:BOOL=ON
sh - (2.2 sec in self)cmake --build build/ --parallel 8 --target install -v
sh - (0.58 sec in self) (cd install/ && zip -r "../OMSimulator-osx-`git describe --tags --abbrev=7 --match=v*.* --exclude=*-dev | sed 's/-/.post/'`.zip" *)
archiveArtifacts - (0.16 sec in self)OMSimulator-osx-*.zip
stash - (0.11 sec in self)osx-zip
stash - (0.38 sec in self)osx-install
stage - (14 sec in block)test
stage block (test) - (13 sec in block)
node - (13 sec in block)M1
node block - (12 sec in block)
checkout - (2.5 sec in self)
withEnv - (10 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.9 sec in block)
unstash - (0.24 sec in self)osx-install
withEnv - (9.5 sec in block)RUNTESTDB
withEnv block - (9.1 sec in block)
echo - (8 ms in self)cache: true, asan: null, running on node: mac00914
sh - (9 sec in self) make -C testsuite difftool resources cp -f "/Users/jenkins/jenkins-cache/runtest//"* testsuite/ || true
parallel block (Branch: mingw64-gcc) - (2 ms in block)
stage - (27 sec in block)mingw64-gcc
stage block (mingw64-gcc) - (27 sec in block)
stage - (27 sec in block)build
stage block (build) - (26 sec in block)
node - (26 sec in block)omsimulator-windows
node block - (25 sec in block)
checkout - (9.7 sec in self)
withEnv - (15 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 - (14 sec in block)
withEnv - (14 sec in block)PATH, CC, CXX, MSYSTEM, OMDEV, VERBOSE
withEnv block - (14 sec in block)
bat - (0.33 sec in self)hostname
isUnix - (9 ms in self)
bat - (13 sec in self) set OMDEV=C:\OMDev echo on ( echo export MSYS_WORKSPACE="`cygpath 'c:\dev\jenkins\ws\OMSimulator_master'`" echo echo MSYS_WORKSPACE: ${MSYS_WORKSPACE} echo cd ${MSYS_WORKSPACE} echo export MAKETHREADS=-j%NUMBER_OF_PROCESSORS% echo set -ex echo git fetch --tags echo cmake -S . -B build/ -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install/ -DOM_OMS_ENABLE_TESTSUITE:BOOL=ON echo cmake --build build/ --parallel %NUMBER_OF_PROCESSORS% --target install -v ) > buildOMSimulatorWindows.sh set MSYSTEM=MINGW64 set MSYS2_PATH_TYPE=inherit %OMDEV%\tools\msys\usr\bin\sh --login -c "cd `cygpath 'c:\dev\jenkins\ws\OMSimulator_master'` && chmod +x buildOMSimulatorWindows.sh && ./buildOMSimulatorWindows.sh && rm -f ./buildOMSimulatorWindows.sh"
stage - (0.38 sec in block)test
stage block (test) - (0.17 sec in block)
parallel block (Branch: mingw32-gcc) - (1 ms in block)
stage - (27 sec in block)mingw32-gcc
stage block (mingw32-gcc) - (26 sec in block)
stage - (25 sec in block)build
stage block (build) - (25 sec in block)
node - (24 sec in block)omsimulator-windows
stage - (0.85 sec in block)test
stage block (test) - (0.37 sec in block)
parallel block (Branch: mingw64-clang) - (2 ms in block)
stage - (27 sec in block)mingw64-clang
stage block (mingw64-clang) - (26 sec in block)
node - (26 sec in block)omsimulator-windows
node block - (25 sec in block)
checkout - (15 sec in self)
withEnv - (10 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 - (10 sec in block)
withEnv - (9.7 sec in block)PATH, CC, CXX, VERBOSE
withEnv block - (9.3 sec in block)
isUnix - (10 ms in self)
bat - (9.3 sec in self) set OMDEV=C:\OMDev echo on ( echo export MSYS_WORKSPACE="`cygpath 'c:\dev\jenkins\ws\OMSimulator_master'`" echo echo MSYS_WORKSPACE: ${MSYS_WORKSPACE} echo cd ${MSYS_WORKSPACE} echo export MAKETHREADS=-j%NUMBER_OF_PROCESSORS% echo set -ex echo git fetch --tags echo cmake -S . -B build/ -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install/ -DOM_OMS_ENABLE_TESTSUITE:BOOL=ON echo cmake --build build/ --parallel %NUMBER_OF_PROCESSORS% --target install -v ) > buildOMSimulatorWindows.sh set MSYSTEM=MINGW64 set MSYS2_PATH_TYPE=inherit %OMDEV%\tools\msys\usr\bin\sh --login -c "cd `cygpath 'c:\dev\jenkins\ws\OMSimulator_master'` && chmod +x buildOMSimulatorWindows.sh && ./buildOMSimulatorWindows.sh && rm -f ./buildOMSimulatorWindows.sh"
parallel block (Branch: msvc64) - (27 sec in block)
stage - (27 sec in block)msvc64
stage block (msvc64) - (26 sec in block)
stage - (25 sec in block)build
stage block (build) - (25 sec in block)
node - (22 sec in block)omsimulator-windows
stage - (0.89 sec in block)test
stage block (test) - (0.37 sec in block)
stage - (0.58 sec in block)upload
stage block (upload) - (0.51 sec in block)
parallel - (0.43 sec in block)
parallel block (Branch: upload-doc) - (2 ms in block)
stage - (0.14 sec in block)upload-doc
stage block (upload-doc) - (60 ms in block)
parallel block (Branch: upload-artifacts) - (0.27 sec in block)
stage - (0.18 sec in block)upload-artifacts
stage block (upload-artifacts) - (62 ms in block)