StepArgumentsStatus
Start of Pipeline - (54 min in block)
Allocate node : Start - (54 min in block)green-dragon-23Console Output
Allocate node : Body : Start - (3 min 17 sec in block)
Stage : Start - (0.48 sec in block)Declarative: Checkout SCMConsole Output
Declarative: Checkout SCM - (0.47 sec in block)
Check out from version control - (0.45 sec in self)Console Output
Set environment variables : Start - (3 min 16 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URLConsole Output
Set environment variables : Body : Start - (3 min 16 sec in block)
Stage : Start - (3.2 sec in block)CheckoutConsole Output
Checkout - (3.2 sec in block)
Enforce time limit : Start - (3.2 sec in block)30Console Output
Enforce time limit : Body : Start - (3.2 sec in block)
Change current directory : Start - (2.9 sec in block)llvm-projectConsole Output
Change current directory : Body : Start - (2.9 sec in block)
Check out from version control - (2.9 sec in self)Console Output
Change current directory : Start - (0.22 sec in block)llvm-zorgConsole Output
Change current directory : Body : Start - (0.21 sec in block)
Check out from version control - (0.2 sec in self)Console Output
Stage : Start - (9.7 sec in block)FetchConsole Output
Fetch - (9.7 sec in block)
Enforce time limit : Start - (9.7 sec in block)90Console Output
Enforce time limit : Body : Start - (9.6 sec in block)
Shell Script - (9.6 sec in self) python llvm-zorg/zorg/jenkins/monorepo_build.py fetch Console Output
Stage : Start - (43 sec in block)Clang BuildConsole Output
Clang Build - (43 sec in block)
Enforce time limit : Start - (43 sec in block)90Console Output
Enforce time limit : Body : Start - (43 sec in block)
Shell Script - (43 sec 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 python llvm-zorg/zorg/jenkins/monorepo_build.py cmake build --assertions --noupload --projects="clang;libcxx;libcxxabi" --cmake-flag="-DLLVM_INSTALL_UTILS=On" --cmake-flag="-DLLVM_INSTALL_TOOLCHAIN_ONLY=Off" --cmake-flag="-DLLVM_TARGETS_TO_BUILD=X86" Console Output
Stage : Start - (13 sec in block)Ninja Standalone Build (build tree)Console Output
Ninja Standalone Build (build tree) - (13 sec in block)
Enforce time limit : Start - (13 sec in block)90Console Output
Enforce time limit : Body : Start - (13 sec in block)
Shell Script - (13 sec 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 export LLDB_STANDALONE_TYPE="build-tree" python $WORKSPACE/llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-standalone build --assertions --cmake-type=Release Console Output
Stage : Start - (16 sec in block)Ninja Standalone Build (install tree)Console Output
Ninja Standalone Build (install tree) - (16 sec in block)
Enforce time limit : Start - (15 sec in block)90Console Output
Enforce time limit : Body : Start - (15 sec in block)
Shell Script - (15 sec 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 export LLDB_STANDALONE_TYPE="install-tree" python $WORKSPACE/llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-standalone build --assertions --cmake-type=Release Console Output
Stage : Start - (25 sec in block)Xcode Standalone Build (build tree)Console Output
Xcode Standalone Build (build tree) - (25 sec in block)
Enforce time limit : Start - (25 sec in block)90Console Output
Enforce time limit : Body : Start - (25 sec in block)
Shell Script - (25 sec 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 python $WORKSPACE/llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-xcode build --assertions --cmake-type=Release Console Output
Stage : Start - (1 min 26 sec in block)Xcode Standalone Test (build tree)Console Output
Xcode Standalone Test (build tree) - (1 min 26 sec in block)
Enforce time limit : Start - (1 min 25 sec in block)30Console Output
Enforce time limit : Body : Start - (1 min 25 sec in block)
Shell Script - (1 min 25 sec in self) set -u export PATH=$PATH:/usr/bin:/usr/local/bin python $WORKSPACE/llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-xcode test --assertions --cmake-type=Release Console Output