Step | Arguments | Status | |
---|---|---|---|
Start of Pipeline - (1 hr 40 min in block) | ![]() | ||
Allocate node : Start - (1 hr 40 min in block) | MacPro | ![]() | ![]() |
Allocate node : Body : Start - (1 hr 40 min in block) | ![]() | ||
Stage : Start - (2 min 28 sec in block) | Checkout | ![]() | ![]() |
Checkout - (2 min 28 sec in block) | ![]() | ||
Change current directory : Start - (2 min 27 sec in block) | llvm-project | ![]() | ![]() |
Change current directory : Body : Start - (2 min 27 sec in block) | ![]() | ||
Check out from version control - (2 min 27 sec in self) | ![]() | ![]() | |
Change current directory : Start - (1.3 sec in block) | llvm-zorg | ![]() | ![]() |
Change current directory : Body : Start - (1.3 sec in block) | ![]() | ||
Check out from version control - (1.2 sec in self) | ![]() | ![]() | |
Stage : Start - (1 hr 34 min in block) | Build | ![]() | ![]() |
Build - (1 hr 34 min in block) | ![]() | ||
Enforce time limit : Start - (1 hr 34 min in block) | 300 | ![]() | ![]() |
Enforce time limit : Body : Start - (1 hr 34 min in block) | ![]() | ||
Shell Script - (1 hr 34 min in self) | set -u rm -rf build.properties cd llvm-project git tag -a -m "First Commit" first_commit 97724f18c79c7cc81ced24239eb5e883bf1398ef || true git_desc=$(git describe --match "first_commit") export GIT_DISTANCE=$(echo ${git_desc} | cut -f 2 -d "-") sha=$(echo ${git_desc} | cut -f 3 -d "-") export GIT_SHA=${sha:1} cd - export PATH=$PATH:/usr/bin:/usr/local/bin rm -rf clang-build clang-install *.tar.gz python llvm-zorg/zorg/jenkins/monorepo_build.py cmake all --assertions --cmake-flag='-DLLVM_ENABLE_EXPENSIVE_CHECKS=ON' --projects='clang;clang-tools-extra;compiler-rt;libcxx' --cmake-flag='-DLIBCXX_ENABLE_SHARED=OFF' --cmake-flag='-DLIBCXX_ENABLE_STATIC=OFF' --cmake-flag='-DLIBCXX_INCLUDE_TESTS=OFF' | ![]() | ![]() |
Stage : Start - (3 min 13 sec in block) | Test | ![]() | ![]() |
Test - (3 min 13 sec in block) | ![]() | ||
Enforce time limit : Start - (3 min 13 sec in block) | 120 | ![]() | ![]() |
Enforce time limit : Body : Start - (3 min 13 sec in block) | ![]() | ||
Shell Script - (3 min 13 sec in self) | set -u export PATH=$PATH:/usr/bin:/usr/local/bin cd clang-build export SANITIZER_IOSSIM_TEST_DEVICE_IDENTIFIER="iPhone 6" ./bin/llvm-lit -v --xunit-xml-output=asan-IOSSimX86_64Config.xunit.xml ./tools/clang/runtime/compiler-rt-bins/test/asan/IOSSimX86_64Config/ ./bin/llvm-lit -v --xunit-xml-output=asan-IOSSimI386Config.xunit.xml ./tools/clang/runtime/compiler-rt-bins/test/asan/IOSSimI386Config/ ./bin/llvm-lit -v --xunit-xml-output=tsan-IOSSimX86_64Config.xunit.xml ./tools/clang/runtime/compiler-rt-bins/test/tsan/IOSSimX86_64Config/ | ![]() | ![]() |