Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 5 sec in block)
Success
node - (3 min 5 sec in block)
Success
node block - (3 min 4 sec in block)
Success
stage - (1 sec in block)Declarative: Checkout SCM
Success
stage block (Declarative: Checkout SCM) - (0.79 sec in block)
Success
checkout - (0.66 sec in self)
Success
withEnv - (3 min 3 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
Success
withEnv block - (3 min 3 sec in block)
Success
stage - (33 sec in block)Standard
Success
stage block (Standard) - (33 sec in block)
Success
updateGitlabCommitStatus - (0.73 sec in self)
Success
sh - (31 sec in self)#!/bin/bash set -x set -e module purge module load gnu_comp/7.3.0 module load llvm/10.0.1 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure make -j 2 make check make clean
Success
updateGitlabCommitStatus - (0.37 sec in self)
Success
stage - (35 sec in block)Python
Success
stage block (Python) - (35 sec in block)
Success
updateGitlabCommitStatus - (0.39 sec in self)
Success
sh - (34 sec in self)#!/bin/bash set -x set -e module purge module load gnu_comp/7.3.0 module load llvm/10.0.1 module load python/3.6.5 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure --with-python make -j 2 make check make clean
Success
updateGitlabCommitStatus - (0.35 sec in self)
Success
stage - (32 sec in block)No OpenMP
Success
stage block (No OpenMP) - (32 sec in block)
Success
updateGitlabCommitStatus - (0.34 sec in self)
Success
sh - (31 sec in self)#!/bin/bash set -x set -e module purge module load gnu_comp/7.3.0 module load python/3.8.7-C8 # For coverage module load llvm/10.0.1 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure --disable-openmp make -j 2 make check make clean
Success
updateGitlabCommitStatus - (0.3 sec in self)
Success
stage - (53 sec in block)Debugging/Coverage
Success
stage block (Debugging/Coverage) - (53 sec in block)
Success
updateGitlabCommitStatus - (0.48 sec in self)
Success
sh - (52 sec in self)#!/bin/bash set -x set -e module purge module load gnu_comp/7.3.0 module load python/3.8.7-C8 # For coverage module load llvm/10.0.1 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./coverage.sh -c -r -i make clean
Success
updateGitlabCommitStatus - (0.51 sec in self)
Success
step - (0.22 sec in self)
Success
stage - (27 sec in block)Intel
Success
stage block (Intel) - (27 sec in block)
Success
updateGitlabCommitStatus - (0.31 sec in self)
Success
sh - (27 sec in self)#!/bin/bash set -x set -e module purge module load intel_comp/2018 module load llvm/10.0.1 export CLANG_FORMAT_CMD="clang-format" git clean -fdx ./autogen.sh ./configure --enable-debugging-checks make -j 2 make check make clean
Failed