oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.

OneAPI apt repository once more broken.

LucasVisscher
Beginner
1,416 Views

As requested a new post, but the problem is already addressed elsewhere as well. 

 

For automatic testing of our DIRAC software with OneAPI we create an Ubuntu image and download the OneAPI according  as:

 

ubuntu_intel_mkl_int64-check:

  only:

    - merge_requests

  image: ubuntu:20.04

  before_script:

    - apt-get -qq update

    - apt-get -qq -y install cmake git

    - apt-get -qq -y install python python3-pip

    - apt-get -qq -y install python-is-python3

    - apt-get install -y wget build-essential pkg-config ca-certificates gnupg

    - 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" > /etc/apt/sources.list.d/oneAPI.list

    - apt-get -qq update

    - apt-get -qq -y install intel-oneapi-dpcpp-cpp-compiler intel-oneapi-ifort intel-oneapi-mkl

    - set +e

    - . /opt/intel/oneapi/setvars.sh

    - set -e

 

This worked fine until this week, the error is given below and very similar to what is reported multiple times earlier on this forum. Suppose this is a mirror synchronization issue that I hope you can easily fix:

 

2021-10-07 09:31:52 (103 MB/s) - 'GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB' saved [3796/3796]
819$ apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
820Warning: apt-key output should not be parsed (stdout is not a terminal)
821OK
822$ echo "deb https://apt.repos.intel.com/oneapi all main" > /etc/apt/sources.list.d/oneAPI.list
823$ apt-get -qq update
824E: Failed to fetch https://apt.repos.intel.com/oneapi/dists/all/main/binary-amd64/Packages.gz File has unexpected size (123241 != 123327). Mirror sync in progress? [IP: 23.192.87.240 443]
825 Hashes of expected file:
826 - Filesize:123327 [weak]
827 - SHA512:80dc8b45c540634a5db5954efd0463bad4b7ba0eef2110674bb9da0b47e2a8ba7eba4d5262ef2cda8dd850af56edf6fc358d9957c64ccb1d2eb8c0d8c4be1830
828 - SHA256:79ab9a0cf8d5250ae692d076518bca3dbf5bc4c53f21447c7e1111cbc6d4542a
829 - SHA1:da79a68c2d2bfa824e3bba9d7da4f63009ee8010 [weak]
830 - MD5Sum:085e03ee4b8e19577834b31fdb155692 [weak]
831 Release file created at: Tue, 05 Oct 2021 04:36:41 +0000
833E: Some index files failed to download. They have been ignored, or old ones used instead.
0 Kudos
3 Replies
ArpanB_Intel
Moderator
1,378 Views

Hi Lucas, we will have to work internally on this query. We will get back to you within 3-4 business days with an update on your issue. Meanwhile, we appreciate your patience.


0 Kudos
ArpanB_Intel
Moderator
1,309 Views

Lucas, the broken repository has been fixed now. Please try the installation again and let us know if you encounter any issues.


0 Kudos
ArpanB_Intel
Moderator
1,236 Views

Lucas, we assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel®.


0 Kudos
Reply