Skip to content

Console Output

+ docker build -t d9501d19a1625a7f52d832fb96d3ecbb3bf97c7b -f scripts/docker/Dockerfile.sycl scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  22.02kB

Step 1/16 : ARG BASE=nvidia/cuda:11.7.1-devel-ubuntu22.04
Step 2/16 : FROM $BASE
 ---> 28a6f693c19c
Step 3/16 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> c3a3b8c4159d
Step 4/16 : RUN apt-get update && apt-get install -y         bc         wget         ccache         ninja-build         python3         git         libomp-dev         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 4aedf99c964d
Step 5/16 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
 ---> Using cache
 ---> f4918d309920
Step 6/16 : ARG CMAKE_VERSION=3.23.2
 ---> Using cache
 ---> c92a9c0830fa
Step 7/16 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> ea720f897ab3
Step 8/16 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm cmake*
 ---> Using cache
 ---> 38cec5a43a54
Step 9/16 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 19689b118c3b
Step 10/16 : RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB &&     apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB &&     echo "deb https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list &&     apt-get update -o Dir::Etc::sourcelist="sources.list.d/oneAPI.list" -o APT::Get::List-Cleanup="0" &&     apt-get install -y intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.0.0 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> d75e7f39624a
Step 11/16 : RUN wget https://cloud.cees.ornl.gov/download/oneapi-for-nvidia-gpus-2023.0.0-linux.sh &&     chmod +x oneapi-for-nvidia-gpus-2023.0.0-linux.sh &&     ./oneapi-for-nvidia-gpus-2023.0.0-linux.sh -y &&     rm oneapi-for-nvidia-gpus-2023.0.0-linux.sh
 ---> Using cache
 ---> 872db32325ae
Step 12/16 : RUN wget https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh &&    chmod +x ./l_oneDPL_p_2022.0.0.25335.sh &&     ./l_oneDPL_p_2022.0.0.25335.sh -a -s --eula accept &&     rm l_oneDPL_p_2022.0.0.25335.sh
 ---> Running in 1170f499e06c
--2024-06-25 21:01:15--  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Resolving registrationcenter-download.intel.com (registrationcenter-download.intel.com)... 23.220.246.42, 23.220.246.25
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18747976 (18M) [application/octet-stream]
Saving to: 'l_oneDPL_p_2022.0.0.25335.sh'

     0K .......... .......... .......... .......... ..........  0% 3.07M 6s
    50K .......... .......... .......... .......... ..........  0% 8.67M 4s
   100K .......... .......... .......... .......... ..........  0% 4.28M 4s
   150K .......... .......... .......... .......... ..........  1% 12.5M 3s
   200K .......... .......... .......... .......... ..........  1% 9.06M 3s
   250K .......... .......... .......... .......... ..........  1% 15.9M 3s
   300K .......... .......... .......... .......... ..........  1% 10.3M 3s
   350K .......... .......... .......... .......... ..........  2%  952K 5s
   400K .......... .......... .......... .......... ..........  2% 29.1M 4s
   450K .......... .......... .......... .......... ..........  2% 41.2M 4s
   500K .......... .......... .......... .......... ..........  3% 2.27M 4s
   550K .......... .......... .......... .......... ..........  3% 39.4M 4s
   600K .......... .......... .......... .......... ..........  3% 28.6M 4s
   650K .......... .......... .......... .......... ..........  3% 4.16M 4s
   700K .......... .......... .......... .......... ..........  4% 32.8M 3s
   750K .......... .......... .......... .......... ..........  4% 3.50M 3s
   800K .......... .......... .......... .......... ..........  4% 37.0M 3s
   850K .......... .......... .......... .......... ..........  4% 42.9M 3s
   900K .......... .......... .......... .......... ..........  5% 2.76M 3s
   950K .......... .......... .......... .......... ..........  5% 58.1M 3s
  1000K .......... .......... .......... .......... ..........  5% 11.4M 3s
  1050K .......... .......... .......... .......... ..........  6% 26.1M 3s
  1100K .......... .......... .......... .......... ..........  6% 37.4M 3s
  1150K .......... .......... .......... .......... ..........  6% 2.60M 3s
  1200K .......... .......... .......... .......... ..........  6% 64.1M 3s
  1250K .......... .......... .......... .......... ..........  7% 31.5M 3s
  1300K .......... .......... .......... .......... ..........  7% 8.75M 3s
  1350K .......... .......... .......... .......... ..........  7% 36.3M 3s
  1400K .......... .......... .......... .......... ..........  7% 5.71M 3s
  1450K .......... .......... .......... .......... ..........  8% 61.5M 2s
  1500K .......... .......... .......... .......... ..........  8% 55.2M 2s
  1550K .......... .......... .......... .......... ..........  8% 15.2M 2s
  1600K .......... .......... .......... .......... ..........  9% 40.3M 2s
  1650K .......... .......... .......... .......... ..........  9% 47.1M 2s
  1700K .......... .......... .......... .......... ..........  9% 41.9M 2s
  1750K .......... .......... .......... .......... ..........  9% 46.9M 2s
  1800K .......... .......... .......... .......... .......... 10% 35.4M 2s
  1850K .......... .......... .......... .......... .......... 10% 36.8M 2s
  1900K .......... .......... .......... .......... .......... 10% 44.3M 2s
  1950K .......... .......... .......... .......... .......... 10% 43.5M 2s
  2000K .......... .......... .......... .......... ........   11% 44.4M=0.2s

2024-06-25 21:01:19 (8.43 MB/s) - Connection closed at byte 2097152. Retrying.

--2024-06-25 21:01:20--  (try: 2)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:01:24--  (try: 3)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:01:29--  (try: 4)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:01:36--  (try: 5)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:01:44--  (try: 6)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:01:52--  (try: 7)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:02:01--  (try: 8)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:02:12--  (try: 9)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:02:23--  (try:10)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:02:35--  (try:11)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:02:48--  (try:12)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2024-06-25 21:03:01--  (try:13)  https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.220.246.42|:443... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Sending interrupt signal to process
Terminated
script returned exit code 143