| Step | Arguments | | Status |
|---|
| Start of Pipeline - (2 hr 58 min in block) | | | |
| withEnv - (2 hr 58 min in block) | CCACHE_CPP2, CCACHE_DIR, CCACHE_MAXSIZE | | |
| withEnv block - (2 hr 58 min in block) | | | |
| timeout - (2 hr 58 min in block) | | | |
| timeout block - (2 hr 58 min in block) | | | |
| stage - (34 sec in block) | Clang-Format | | |
| stage block (Clang-Format) - (34 sec in block) | | | |
| node - (34 sec in block) | nvidia-docker || docker | | |
| node block - (34 sec in block) | | | |
| checkout - (1.8 sec in self) | | | |
| withEnv - (32 sec in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (32 sec in block) | | | |
| isUnix - (9 ms in self) | | | |
| readFile - (22 ms in self) | scripts/docker/Dockerfile.clang | | |
| sh - (0.39 sec in self) | docker build -t f3f293462975e18cb9101e4175cac7097c133b76 -f "scripts/docker/Dockerfile.clang" "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 - (31 sec in block) | | | |
| withDockerContainer block - (27 sec in block) | | | |
| sh - (27 sec in self) | ./scripts/docker/check_format_cpp.sh | | |
| stage - (32 min in block) | Build-1 | | |
| stage block (Build-1) - (32 min in block) | | | |
| parallel - (32 min in block) | | | |
| parallel block (Branch: GCC-8.4.0) - (2 ms in block) | | | |
| stage - (30 min in block) | GCC-8.4.0 | | |
| stage block (GCC-8.4.0) - (30 min in block) | | | |
| node - (30 min in block) | docker | | |
| node block - (30 min in block) | | | |
| checkout - (6.5 sec in self) | | | |
| withEnv - (30 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (30 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (24 ms in self) | scripts/docker/Dockerfile.gcc | | |
| sh - (0.79 sec in self) | docker build -t 08f604780b2d55af813a659d0b51090cfa30474a -f "scripts/docker/Dockerfile.gcc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.34 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.3 sec in block) | | | |
| sh - (0.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (30 min in block) | | | |
| withDockerContainer block - (30 min in block) | | | |
| withEnv - (30 min in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PROC_BIND, OMP_NESTED, OMP_NUM_THREADS | | |
| withEnv block - (30 min in block) | | | |
| sh - (30 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 - (0.11 sec in self) | | | |
| parallel block (Branch: HIP-ROCm-5.7-C++20) - (1 ms in block) | | | |
| stage - (32 min in block) | HIP-ROCm-5.7-C++20 | | |
| stage block (HIP-ROCm-5.7-C++20) - (32 min in block) | | | |
| node - (32 min in block) | rocm-docker | | |
| node block - (32 min in block) | | | |
| checkout - (0.87 sec in self) | | | |
| withEnv - (32 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (32 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (20 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.53 sec in self) | docker build -t 8c45ff4700c594f204457f469f851d9267ca74da --build-arg BASE=rocm/dev-ubuntu-22.04:5.7.1-complete@sha256:fc6abb843a4cb2b3e5d8e9225ed0db1450e063dbcc347f44b43252264134485d -f "scripts/docker/Dockerfile.hipcc" "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.27 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (32 min in block) | | | |
| withDockerContainer block - (32 min in block) | | | |
| sh - (4 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 - (64 ms in self) | | | |
| parallel block (Branch: CUDA-11.0-NVCC-RDC) - (8 min 2 sec in block) | | | |
| stage - (8 min 2 sec in block) | CUDA-11.0-NVCC-RDC | | |
| stage block (CUDA-11.0-NVCC-RDC) - (8 min 2 sec in block) | | | |
| node - (8 min 1 sec in block) | nvidia-docker && (volta || ampere) | | |
| node block - (8 min 1 sec in block) | | | |
| checkout - (1.5 sec in self) | | | |
| withEnv - (8 min 0 sec in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (8 min 0 sec in block) | | | |
| isUnix - (5 ms in self) | | | |
| readFile - (22 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.69 sec in self) | docker build -t e6141a1868f798d9bad131853cdacbc66dabeb41 --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.37 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 - (7 min 59 sec in block) | | | |
| withDockerContainer block - (7 min 53 sec in block) | | | |
| withEnv - (7 min 53 sec in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, NVCC_WRAPPER_DEFAULT_COMPILER, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (7 min 53 sec in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (7 min 53 sec in self) | | | |
| sh - (0.37 sec in self) | ccache --show-stats | | |
| xunit - (72 ms in self) | | | |
| stage - (2 hr 25 min in block) | Build-2 | | |
| stage block (Build-2) - (2 hr 25 min in block) | | | |
| parallel - (2 hr 25 min in block) | | | |
| parallel block (Branch: OPENACC-NVHPC-CUDA-12.2) - (2 ms in block) | | | |
| stage - (35 min in block) | OPENACC-NVHPC-CUDA-12.2 | | |
| stage block (OPENACC-NVHPC-CUDA-12.2) - (35 min in block) | | | |
| node - (35 min in block) | nvidia-docker && volta && large_images | | |
| node block - (25 min in block) | | | |
| checkout - (1.7 sec in self) | | | |
| withEnv - (25 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (25 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (27 ms in self) | scripts/docker/Dockerfile.nvhpc | | |
| sh - (0.3 sec in self) | docker build -t e44642b8e33f2e1a8907a30e16f8263676bf75b1 -f "scripts/docker/Dockerfile.nvhpc" "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 - (25 min in block) | | | |
| withDockerContainer block - (25 min in block) | | | |
| withEnv - (25 min in block) | NVHPC_CUDA_HOME | | |
| withEnv block - (25 min in block) | | | |
| sh - (25 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.1 sec in self) | | | |
| parallel block (Branch: CUDA-12.2-NVHPC-AS-HOST-COMPILER) - (1 ms in block) | | | |
| stage - (1 hr 55 min in block) | CUDA-12.2-NVHPC-AS-HOST-COMPILER | | |
| stage block (CUDA-12.2-NVHPC-AS-HOST-COMPILER) - (1 hr 55 min in block) | | | |
| node - (1 hr 55 min in block) | nvidia-docker && large_images && volta | | |
| node block - (1 hr 19 min in block) | | | |
| checkout - (1.5 sec in self) | | | |
| withEnv - (1 hr 19 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (1 hr 19 min in block) | | | |
| isUnix - (8 ms in self) | | | |
| readFile - (27 ms in self) | scripts/docker/Dockerfile.nvhpc | | |
| sh - (0.29 sec in self) | docker build -t e44642b8e33f2e1a8907a30e16f8263676bf75b1 -f "scripts/docker/Dockerfile.nvhpc" "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 - (1 hr 19 min in block) | | | |
| withDockerContainer block - (1 hr 19 min in block) | | | |
| withEnv - (1 hr 19 min in block) | OMP_MAX_ACTIVE_LEVELS, NVHPC_CUDA_HOME, OMP_PLACES, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (1 hr 19 min in block) | | | |
| sh - (1 hr 19 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.13 sec in self) | | | |
| parallel block (Branch: SYCL-OneAPI) - (2 ms in block) | | | |
| stage - (47 min in block) | SYCL-OneAPI | | |
| stage block (SYCL-OneAPI) - (47 min in block) | | | |
| node - (47 min in block) | nvidia-docker && ampere | | |
| node block - (47 min in block) | | | |
| checkout - (3.2 sec in self) | | | |
| withEnv - (47 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (47 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (48 ms in self) | scripts/docker/Dockerfile.sycl | | |
| sh - (0.59 sec in self) | docker build -t 4fd106d8e3c78fcf69f9845b3d4b8e4a38dde5bd -f "scripts/docker/Dockerfile.sycl" "scripts/docker" | | |
| isUnix - (9 ms in self) | | | |
| withEnv - (0.36 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 - (47 min in block) | | | |
| withDockerContainer block - (47 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (47 min in self) | | | |
| sh - (0.36 sec in self) | ccache --show-stats | | |
| xunit - (0.12 sec in self) | | | |
| parallel block (Branch: HIP-ROCm-5.3) - (2 ms in block) | | | |
| stage - (35 min in block) | HIP-ROCm-5.3 | | |
| stage block (HIP-ROCm-5.3) - (35 min in block) | | | |
| node - (35 min in block) | rocm-docker | | |
| node block - (35 min in block) | | | |
| checkout - (1.2 sec in self) | | | |
| withEnv - (35 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (35 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (28 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.29 sec in self) | docker build -t 9c8dfacb4ae5976b99b03d8d586d0b7098a63216 --build-arg BASE=rocm/dev-ubuntu-20.04:5.3.3-complete@sha256:bac114b9d09e61d88b45fbeb40a15a315c2a78a203223c9b4ed7263b05ff3977 -f "scripts/docker/Dockerfile.hipcc" "scripts/docker" | | |
| isUnix - (9 ms in self) | | | |
| withEnv - (0.36 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 - (35 min in block) | | | |
| withDockerContainer block - (35 min in block) | | | |
| withEnv - (35 min in block) | OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, OMP_PROC_BIND, OMP_NUM_THREADS | | |
| withEnv block - (35 min in block) | | | |
| sh - (0.31 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 - (35 min in self) | | | |
| sh - (0.32 sec in self) | ccache --show-stats | | |
| xunit - (1.8 sec in self) | | | |
| parallel block (Branch: HIP-ROCm-6.0-amdclang) - (2 ms in block) | | | |
| stage - (14 min in block) | HIP-ROCm-6.0-amdclang | | |
| stage block (HIP-ROCm-6.0-amdclang) - (14 min in block) | | | |
| node - (14 min in block) | rocm-docker | | |
| node block - (14 min in block) | | | |
| checkout - (1.2 sec in self) | | | |
| withEnv - (14 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (14 min in block) | | | |
| isUnix - (11 ms in self) | | | |
| readFile - (26 ms in self) | scripts/docker/Dockerfile.hipcc | | |
| sh - (0.53 sec in self) | docker build -t ac20445d5d162e1a42be08fe4ea58c795147b102 --build-arg BASE=rocm/dev-ubuntu-22.04:6.0-complete@sha256:29582288ec330d1c915091eb2be7857327fe71a73a174c4173b0bb4794dce7c8 -f "scripts/docker/Dockerfile.hipcc" "scripts/docker" | | |
| isUnix - (10 ms in self) | | | |
| withEnv - (0.91 sec in block) | JD_ID, JD_TO_RUN | | |
| withEnv block - (0.88 sec in block) | | | |
| sh - (0.85 sec in self) | docker inspect -f . "$JD_TO_RUN" | | |
| withDockerContainer - (14 min in block) | | | |
| withDockerContainer block - (14 min in block) | | | |
| withEnv - (14 min in block) | GTEST_FILTER | | |
| withEnv block - (14 min in block) | | | |
| sh - (0.29 sec in self) | ccache --zero-stats | | |
| sh - (14 min in self) | | | |
| sh - (0.28 sec in self) | ccache --show-stats | | |
| xunit - (40 ms in self) | | | |
| parallel block (Branch: OPENMPTARGET-Clang) - (2 ms in block) | | | |
| stage - (1 hr 7 min in block) | OPENMPTARGET-Clang | | |
| stage block (OPENMPTARGET-Clang) - (1 hr 7 min in block) | | | |
| node - (1 hr 7 min in block) | nvidia-docker && volta | | |
| node block - (42 min in block) | | | |
| checkout - (2.7 sec in self) | | | |
| withEnv - (42 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (42 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (28 ms in self) | scripts/docker/Dockerfile.openmptarget | | |
| sh - (0.28 sec in self) | docker build -t 1977d679d413a7f629442ab3e27897942828156d -f "scripts/docker/Dockerfile.openmptarget" "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 - (42 min in block) | | | |
| withDockerContainer block - (42 min in block) | | | |
| sh - (0.29 sec in self) | ccache --zero-stats | | |
| sh - (42 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.33 sec in self) | ccache --show-stats | | |
| xunit - (0.12 sec in self) | | | |
| parallel block (Branch: CUDA-11.8-Clang-15) - (2 ms in block) | | | |
| stage - (1 hr 13 min in block) | CUDA-11.8-Clang-15 | | |
| stage block (CUDA-11.8-Clang-15) - (1 hr 13 min in block) | | | |
| node - (1 hr 13 min in block) | nvidia-docker && volta | | |
| node block - (46 min in block) | | | |
| checkout - (3.6 sec in self) | | | |
| withEnv - (46 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (46 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (38 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.28 sec in self) | docker build -t 68c32be34a37dc38e576690ceec0cd806f0a93c4 --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 - (9 ms in self) | | | |
| withEnv - (0.36 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 - (46 min in block) | | | |
| withDockerContainer block - (45 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (45 min in self) | | | |
| sh - (0.36 sec in self) | ccache --show-stats | | |
| xunit - (37 ms in self) | | | |
| parallel block (Branch: CUDA-12.5.1-Clang-17-RDC) - (1 ms in block) | | | |
| stage - (2 hr 25 min in block) | CUDA-12.5.1-Clang-17-RDC | | |
| stage block (CUDA-12.5.1-Clang-17-RDC) - (2 hr 25 min in block) | | | |
| node - (2 hr 25 min in block) | nvidia-docker && volta | | |
| node block - (1 hr 34 min in block) | | | |
| checkout - (9.5 sec in self) | | | |
| withEnv - (1 hr 34 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (1 hr 34 min in block) | | | |
| isUnix - (6 ms in self) | | | |
| readFile - (29 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (3 min 17 sec in self) | docker build -t 1cfe4ce2973a04f900dc29f4f900791edf33f664 --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 - (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 31 min in block) | | | |
| withDockerContainer block - (1 hr 31 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (1 hr 31 min in self) | | | |
| sh - (0.36 sec in self) | ccache --show-stats | | |
| xunit - (2.3 sec in self) | | | |
| parallel block (Branch: CUDA-11.6-NVCC-DEBUG) - (3 ms in block) | | | |
| stage - (1 hr 3 min in block) | CUDA-11.6-NVCC-DEBUG | | |
| stage block (CUDA-11.6-NVCC-DEBUG) - (1 hr 3 min in block) | | | |
| node - (1 hr 3 min in block) | nvidia-docker && (volta || ampere) | | |
| node block - (1 hr 3 min in block) | | | |
| checkout - (8.9 sec in self) | | | |
| withEnv - (1 hr 3 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (1 hr 3 min in block) | | | |
| isUnix - (9 ms in self) | | | |
| readFile - (31 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.74 sec in self) | docker build -t 8803a171b585312d1162f9d9e000cb3386d9ef64 --build-arg BASE=nvcr.io/nvidia/cuda:11.6.2-devel-ubuntu20.04@sha256:d95d54bc231f8aea7fda79f60da620324584b20ed31a8ebdb0686cffd34dd405 -f "scripts/docker/Dockerfile.nvcc" "scripts/docker" | | |
| isUnix - (8 ms in self) | | | |
| withEnv - (0.37 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 3 min in block) | | | |
| withDockerContainer block - (1 hr 3 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (1 hr 3 min in self) | | | |
| sh - (0.34 sec in self) | ccache --show-stats | | |
| xunit - (0.11 sec in self) | | | |
| parallel block (Branch: CUDA-11.7-NVCC) - (2 hr 8 min in block) | | | |
| stage - (2 hr 8 min in block) | CUDA-11.7-NVCC | | |
| stage block (CUDA-11.7-NVCC) - (2 hr 8 min in block) | | | |
| node - (2 hr 8 min in block) | nvidia-docker && volta | | |
| node block - (1 hr 1 min in block) | | | |
| checkout - (3.1 sec in self) | | | |
| withEnv - (1 hr 1 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL | | |
| withEnv block - (1 hr 1 min in block) | | | |
| isUnix - (7 ms in self) | | | |
| readFile - (28 ms in self) | scripts/docker/Dockerfile.nvcc | | |
| sh - (0.29 sec in self) | docker build -t 21f5351ccdcc6a54cdcdea272f6ea8de3ed6e3f3 --build-arg BASE=nvcr.io/nvidia/cuda:11.7.1-devel-ubuntu20.04@sha256:fc997521e612899a01dce92820f5f5a201dd943ebfdc3e49ba0706d491a39d2d -f "scripts/docker/Dockerfile.nvcc" "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 - (1 hr 1 min in block) | | | |
| withDockerContainer block - (1 hr 0 min in block) | | | |
| sh - (0.28 sec in self) | ccache --zero-stats | | |
| sh - (1 hr 0 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.34 sec in self) | ccache --show-stats | | |