| Step | Arguments | | Status |
|---|
| Start of Pipeline - (3 hr 50 min in block) | | | |
| withEnv - (3 hr 50 min in block) | CCACHE_CPP2, CCACHE_DIR, CCACHE_MAXSIZE | | |
| withEnv block - (3 hr 50 min in block) | | | |
| timeout - (3 hr 50 min in block) | | | |
| timeout block - (3 hr 50 min in block) | | | |
| stage - (40 sec in block) | Clang-Format | | |
| stage block (Clang-Format) - (40 sec in block) | | | |
| node - (40 sec in block) | nvidia-docker || docker | | |
| node block - (40 sec in block) | | | |
| checkout - (2.4 sec in self) | | | |
| withEnv - (37 sec in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (37 sec in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (18 ms in self) | scripts/docker/Dockerfile.clang | | |
| sh - (0.58 sec in self) | docker build -t f9bf2d64a9ef192ad8c4aa7ddaa8c766fbad30dd -f "scripts/docker/Dockerfile.clang" "scripts/docker" | | |
| isUnix - (6 ms in self) | | | |
| withEnv - (0.34 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.29 sec in block) | | | |
| sh - (0.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (36 sec in block) | | | |
| withDockerContainer block - (32 sec in block) | | | |
| sh - (32 sec in self) | ./scripts/docker/check_format_cpp.sh | | |
| stage - (1 hr 30 min in block) | Build-1 | | |
| stage block (Build-1) - (1 hr 30 min in block) | | | |
| parallel - (1 hr 30 min in block) | | | |
| parallel block (Branch: GCC-8.4.0) - (2 ms in block) | | | |
| stage - (28 min in block) | GCC-8.4.0 | | |
| stage block (GCC-8.4.0) - (28 min in block) | | | |
| node - (28 min in block) | docker | | |
| node block - (28 min in block) | | | |
| checkout - (2.1 sec in self) | | | |
| withEnv - (28 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (28 min in block) | | | |
| isUnix - (5 ms in self) | | | |
| readFile - (20 ms in self) | scripts/docker/Dockerfile.gcc | | |
| sh - (0.56 sec in self) | docker build -t 4f794af8948eaf177593b7b327397e75daa56059 -f "scripts/docker/Dockerfile.gcc" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.33 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.29 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (28 min in block) | | | |
| withDockerContainer block - (28 min in block) | | | |
| withEnv - (28 min in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PROC_BIND, OMP_NESTED, OMP_NUM_THREADS | | |
| withEnv block - (28 min in block) | | | |
| sh - (28 min in self) | rm -rf build && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_LIBQUADMATH=ON -DKokkos_ENABLE_SERIAL=ON .. && make -j8 && ctest --no-compress-output -T Test --verbose && gcc -I$PWD/../core/src/ ../core/unit_test/tools/TestCInterface.c | | |
| xunit - (1.7 sec in self) | | | |
| parallel block (Branch: HIP-ROCm-5.7-C++20) - (2 ms in block) | | | |
| stage - (1 hr 30 min in block) | HIP-ROCm-5.7-C++20 | | |
| stage block (HIP-ROCm-5.7-C++20) - (1 hr 30 min in block) | | | |
| node - (1 hr 30 min in block) | rocm-docker | | |
| node block - (31 min in block) | | | |
| checkout - (12 sec in self) | | | |
| withEnv - (31 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (31 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (18 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.53 sec in self) | docker build -t e74c8f27eee685dcc06ab626345bca884f68961c --build-arg BASE=rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d -f "scripts/docker/Dockerfile.hipcc" "scripts/docker" | | |
| isUnix - (6 ms in self) | | | |
| withEnv - (0.32 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.29 sec in block) | | | |
| sh - (0.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (31 min in block) | | | |
| withDockerContainer block - (31 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (31 min in self) | rm -rf build && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS="-Werror -Wno-unused-command-line-argument" -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON .. && make -j16 && ctest --no-compress-output -T Test --verbose | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (95 ms in self) | | | |
| parallel block (Branch: CUDA-11.0-NVCC-RDC) - (21 min in block) | | | |
| stage - (21 min in block) | CUDA-11.0-NVCC-RDC | | |
| stage block (CUDA-11.0-NVCC-RDC) - (21 min in block) | | | |
| node - (21 min in block) | nvidia-docker && (volta || ampere) | | |
| node block - (21 min in block) | | | |
| checkout - (4.7 sec in self) | | | |
| withEnv - (21 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (21 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (23 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.57 sec in self) | docker build -t 95f9616d99a7f8e72230f095dbd599c05274eb23 --build-arg BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 --build-arg ADDITIONAL_PACKAGES="g++-8 gfortran clang" --build-arg CMAKE_VERSION=3.17.3 -f "scripts/docker/Dockerfile.nvcc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.36 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.32 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (21 min in block) | | | |
| withDockerContainer block - (21 min in block) | | | |
| withEnv - (21 min in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, NVCC_WRAPPER_DEFAULT_COMPILER, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (21 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (21 min in self) | | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (84 ms in self) | | | |
| stage - (2 hr 19 min in block) | Build-2 | | |
| stage block (Build-2) - (2 hr 19 min in block) | | | |
| parallel - (2 hr 19 min in block) | | | |
| parallel block (Branch: OPENACC-NVHPC-CUDA-12.2) - (2 ms in block) | | | |
| stage - (1 hr 18 min in block) | OPENACC-NVHPC-CUDA-12.2 | | |
| stage block (OPENACC-NVHPC-CUDA-12.2) - (1 hr 18 min in block) | | | |
| node - (1 hr 18 min in block) | nvidia-docker && volta && large_images | | |
| node block - (28 min in block) | | | |
| checkout - (14 sec in self) | | | |
| withEnv - (27 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (27 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (27 ms in self) | scripts/docker/Dockerfile.nvhpc | | |
| sh - (0.28 sec in self) | docker build -t 72794f8f68610a079a0dd4247dce9756ed48725a -f "scripts/docker/Dockerfile.nvhpc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.55 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.5 sec in block) | | | |
| sh - (0.48 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (27 min in block) | | | |
| withDockerContainer block - (27 min in block) | | | |
| withEnv - (27 min in block) | NVHPC_CUDA_HOME | | |
| withEnv block - (27 min in block) | | | |
| sh - (27 min in self) | rm -rf build && mkdir -p build && cd build && /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON .. && make -j8 && ctest --no-compress-output -T Test --verbose | | |
| xunit - (0.12 sec in self) | | | |
| parallel block (Branch: CUDA-12.2-NVHPC-AS-HOST-COMPILER) - (1 ms in block) | | | |
| stage - (2 hr 19 min in block) | CUDA-12.2-NVHPC-AS-HOST-COMPILER | | |
| stage block (CUDA-12.2-NVHPC-AS-HOST-COMPILER) - (2 hr 19 min in block) | | | |
| node - (2 hr 19 min in block) | nvidia-docker && large_images && volta | | |
| node block - (1 hr 28 min in block) | | | |
| checkout - (17 sec in self) | | | |
| withEnv - (1 hr 28 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (1 hr 28 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (25 ms in self) | scripts/docker/Dockerfile.nvhpc | | |
| sh - (0.28 sec in self) | docker build -t 72794f8f68610a079a0dd4247dce9756ed48725a -f "scripts/docker/Dockerfile.nvhpc" "scripts/docker" | | |
| isUnix - (6 ms in self) | | | |
| withEnv - (0.36 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.32 sec in block) | | | |
| sh - (0.29 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (1 hr 28 min in block) | | | |
| withDockerContainer block - (1 hr 28 min in block) | | | |
| withEnv - (1 hr 28 min in block) | OMP_MAX_ACTIVE_LEVELS, NVHPC_CUDA_HOME, OMP_PLACES, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (1 hr 28 min in block) | | | |
| sh - (1 hr 28 min in self) | rm -rf build && mkdir -p build && cd build && /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS="-Werror --diag_suppress=implicit_return_from_non_void_function" -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_OPENMP=ON .. && make -j8 && ctest --no-compress-output -T Test --verbose | | |
| xunit - (0.31 sec in self) | | | |
| parallel block (Branch: SYCL-OneAPI) - (2 ms in block) | | | |
| stage - (41 min in block) | SYCL-OneAPI | | |
| stage block (SYCL-OneAPI) - (41 min in block) | | | |
| node - (41 min in block) | nvidia-docker && ampere | | |
| node block - (41 min in block) | | | |
| checkout - (10 sec in self) | | | |
| withEnv - (41 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (41 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (26 ms in self) | scripts/docker/Dockerfile.sycl | | |
| sh - (0.29 sec in self) | docker build -t 598807212b4febe9215850606f33056ea3adbd8d -f "scripts/docker/Dockerfile.sycl" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.36 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.31 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (41 min in block) | | | |
| withDockerContainer block - (39 min in block) | | | |
| sh - (0.3 sec in self) | ccache --zero-stats | | |
| sh - (39 min in self) | | | |
| sh - (0.34 sec in self) | ccache --show-stats | | |
| xunit - (86 ms in self) | | | |
| parallel block (Branch: HIP-ROCm-5.3) - (2 ms in block) | | | |
| stage - (1 hr 23 min in block) | HIP-ROCm-5.3 | | |
| stage block (HIP-ROCm-5.3) - (1 hr 23 min in block) | | | |
| node - (1 hr 23 min in block) | rocm-docker | | |
| node block - (32 min in block) | | | |
| checkout - (1 sec in self) | | | |
| withEnv - (32 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (32 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (24 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.28 sec in self) | docker build -t a0ab6f96f8c2b34a2b8a37a5b72e22ddb2e0e5fe --build-arg BASE=rocm/dev-ubuntu-20.04:5.3.3-complete@sha256:bac114b9d09e61d88b45fbeb40a15a315c2a78a203223c9b4ed7263b05ff3977 -f "scripts/docker/Dockerfile.hipcc" "scripts/docker" | | |
| isUnix - (10 ms in self) | | | |
| withEnv - (0.35 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (32 min in block) | | | |
| withDockerContainer block - (32 min in block) | | | |
| withEnv - (32 min in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (32 min in block) | | | |
| sh - (0.32 sec in self) | ccache --zero-stats | | |
| sh - (0.28 sec in self) | echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig | | |
| sh - (32 min in self) | | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (88 ms in self) | | | |
| parallel block (Branch: HIP-ROCm-6.0-amdclang) - (1 ms in block) | | | |
| stage - (2 hr 1 min in block) | HIP-ROCm-6.0-amdclang | | |
| stage block (HIP-ROCm-6.0-amdclang) - (2 hr 1 min in block) | | | |
| node - (2 hr 1 min in block) | rocm-docker | | |
| node block - (38 min in block) | | | |
| checkout - (0.89 sec in self) | | | |
| withEnv - (38 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (38 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (32 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.53 sec in self) | docker build -t e3d3904a8d9556cdb0a33dce262abeeb58c27f27 --build-arg BASE=rocm/dev-ubuntu-22.04:6.0-complete@sha256:29582288ec330d1c915091eb2be7857327fe71a73a174c4173b0bb4794dce7c8 -f "scripts/docker/Dockerfile.hipcc" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.35 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (38 min in block) | | | |
| withDockerContainer block - (38 min in block) | | | |
| withEnv - (38 min in block) | GTEST_FILTER | | |
| withEnv block - (38 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (38 min in self) | | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (0.11 sec in self) | | | |
| parallel block (Branch: OPENMPTARGET-Clang) - (2 ms in block) | | | |
| stage - (59 min in block) | OPENMPTARGET-Clang | | |
| stage block (OPENMPTARGET-Clang) - (59 min in block) | | | |
| node - (59 min in block) | nvidia-docker && volta | | |
| node block - (39 min in block) | | | |
| checkout - (13 sec in self) | | | |
| withEnv - (39 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (39 min in block) | | | |
| isUnix - (4 ms in self) | | | |
| readFile - (27 ms in self) | scripts/docker/Dockerfile.openmptarget | | |
| sh - (0.28 sec in self) | docker build -t 90bdc93e1050a257706ea7891e34e292772790ec -f "scripts/docker/Dockerfile.openmptarget" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.35 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (39 min in block) | | | |
| withDockerContainer block - (39 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (39 min in self) | rm -rf build && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS="-Wno-unknown-cuda-version -Werror -Wno-undefined-internal -Wno-pass-failed" -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DKokkos_ARCH_VOLTA70=ON -DCMAKE_CXX_STANDARD=17 .. && make -j8 && ctest --no-compress-output -T Test --verbose | | |
| sh - (0.32 sec in self) | ccache --show-stats | | |
| xunit - (82 ms in self) | | | |
| parallel block (Branch: CUDA-11.8-Clang-15) - (1 ms in block) | | | |
| stage - (2 hr 3 min in block) | CUDA-11.8-Clang-15 | | |
| stage block (CUDA-11.8-Clang-15) - (2 hr 3 min in block) | | | |
| node - (2 hr 3 min in block) | nvidia-docker && volta | | |
| node block - (1 hr 12 min in block) | | | |
| checkout - (11 sec in self) | | | |
| withEnv - (1 hr 12 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (1 hr 12 min in block) | | | |
| isUnix - (9 ms in self) | | | |
| readFile - (0.14 sec in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.28 sec in self) | docker build -t a0189dd6e2c97d1210dc29cdebcbc7896194996e --build-arg BASE=nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu22.04 --build-arg ADDITIONAL_PACKAGES="clang-15 clang-tidy-15" -f "scripts/docker/Dockerfile.nvcc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.35 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (1 hr 12 min in block) | | | |
| withDockerContainer block - (1 hr 11 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (1 hr 11 min in self) | | | |
| sh - (0.32 sec in self) | ccache --show-stats | | |
| xunit - (2.3 sec in self) | | | |
| parallel block (Branch: CUDA-12.5.1-Clang-17-RDC) - (2 ms in block) | | | |
| stage - (1 hr 44 min in block) | CUDA-12.5.1-Clang-17-RDC | | |
| stage block (CUDA-12.5.1-Clang-17-RDC) - (1 hr 44 min in block) | | | |
| node - (1 hr 44 min in block) | nvidia-docker && volta | | |
| node block - (51 min in block) | | | |
| checkout - (16 sec in self) | | | |
| withEnv - (51 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (51 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (34 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.63 sec in self) | docker build -t 62dd18cf9bf99a546633b5572eb48d9f6ec05544 --build-arg BASE=nvcr.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 --build-arg ADDITIONAL_PACKAGES="clang-17 clang-tidy-17" -f "scripts/docker/Dockerfile.nvcc" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.38 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.32 sec in block) | | | |
| sh - (0.29 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (50 min in block) | | | |
| withDockerContainer block - (50 min in block) | | | |
| sh - (0.29 sec in self) | ccache --zero-stats | | |
| sh - (50 min in self) | | | |
| sh - (0.3 sec in self) | ccache --show-stats | | |
| xunit - (2.4 sec in self) | | | |
| parallel block (Branch: CUDA-11.6-NVCC-DEBUG) - (1 ms in block) | | | |
| stage - (38 min in block) | CUDA-11.6-NVCC-DEBUG | | |
| stage block (CUDA-11.6-NVCC-DEBUG) - (38 min in block) | | | |
| node - (38 min in block) | nvidia-docker && (volta || ampere) | | |
| node block - (38 min in block) | | | |
| checkout - (15 sec in self) | | | |
| withEnv - (38 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (38 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (15 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.28 sec in self) | docker build -t 85f5f455c8a4fd78c26fd8ae9bad75f064044f6a --build-arg BASE=nvcr.io/nvidia/cuda:11.6.2-devel-ubuntu20.04@sha256:d95d54bc231f8aea7fda79f60da620324584b20ed31a8ebdb0686cffd34dd405 -f "scripts/docker/Dockerfile.nvcc" "scripts/docker" | | |
| isUnix - (7 ms in self) | | | |
| withEnv - (0.38 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.34 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (38 min in block) | | | |
| withDockerContainer block - (38 min in block) | | | |
| sh - (0.29 sec in self) | ccache --zero-stats | | |
| sh - (38 min in self) | | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (71 ms in self) | | | |
| parallel block (Branch: CUDA-11.7-NVCC) - (1 hr 41 min in block) | | | |
| stage - (1 hr 41 min in block) | CUDA-11.7-NVCC | | |
| stage block (CUDA-11.7-NVCC) - (1 hr 41 min in block) | | | |
| node - (1 hr 41 min in block) | nvidia-docker && volta | | |
| node block - (41 min in block) | | | |
| checkout - (1.5 sec in self) | | | |
| withEnv - (41 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | | |
| withEnv block - (41 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (46 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.31 sec in self) | docker build -t 9e7e73ae0dfa4fed1ec015dec204bea506f259cf --build-arg BASE=nvcr.io/nvidia/cuda:11.7.1-devel-ubuntu20.04@sha256:fc997521e612899a01dce92820f5f5a201dd943ebfdc3e49ba0706d491a39d2d -f "scripts/docker/Dockerfile.nvcc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.35 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.31 sec in block) | | | |
| sh - (0.28 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (41 min in block) | | | |
| withDockerContainer block - (41 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (41 min in self) | rm -rf build && mkdir -p build && cd build && ../gnu_generate_makefile.bash --with-options=compiler_warnings --cxxflags="-Werror -Werror=all-warnings" --cxxstandard=c++17 --with-cuda --with-cuda-options=enable_lambda --arch=Volta70 && make test -j8 | | |
| sh - (0.29 sec in self) | ccache --show-stats | | |