Dear all,
I get the following errors in Ubuntu 18.04 when running
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS...
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
wget https://apt.repos.intel.com/setup/intelproducts.list -O /etc/apt/sources.list.d/intelproducts.list
# The previous three work without problems, but the following line has the issue:
apt-get update && apt-get install -y --no-install-recommends intel-mkl-64bit-2018.3
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:4 https://apt.repos.intel.com/intelpython binary/ InRelease [1403 B]
Get:5 https://apt.repos.intel.com/mkl all InRelease [4422 B]
Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:7 https://apt.repos.intel.com/ipp all InRelease [4416 B]
Get:8 https://apt.repos.intel.com/tbb all InRelease [4400 B]
Get:9 https://apt.repos.intel.com/daal all InRelease [4414 B]
Get:10 https://apt.repos.intel.com/mpi all InRelease [4358 B]
Get:11 https://apt.repos.intel.com/intelpython binary/ Packages [1853 B]
Get:12 https://apt.repos.intel.com/mkl all/main amd64 Packages [39.3 kB]
Err:12 https://apt.repos.intel.com/mkl all/main amd64 Packages
File has unexpected size (45690 != 39339). Mirror sync in progress? [IP: 23.67.128.143 443]
Hashes of expected file:
- Filesize:39339 [weak]
- SHA512:6c55f783460cb6b09e2006fd85ad9c10d9abb0226de4f96d2c2ee3558ce3b593ddaa470170dfde7187271bbeae2f843e5bacce4095f7cb2ac0adac853096f99b
- SHA256:0ecd4a8ec38322c936789aefd423fd0c562aa2088a0baa20b0cabc7824f9032e
- SHA1:aa20c4f4f9944676a1421c22b794cde84b054ee2 [weak]
- MD5Sum:439ae5cfb5a4584eeaec01f13f2acc63 [weak]
Release file created at: Thu, 15 Mar 2018 11:31:06 +0000
Get:13 https://apt.repos.intel.com/mkl all/main all Packages [13.0 kB]
Err:13 https://apt.repos.intel.com/mkl all/main all Packages
Get:14 https://apt.repos.intel.com/ipp all/main all Packages [6740 B]
Get:15 https://apt.repos.intel.com/ipp all/main amd64 Packages [18.0 kB]
Get:16 https://apt.repos.intel.com/tbb all/main all Packages [5967 B]
Get:17 https://apt.repos.intel.com/tbb all/main amd64 Packages [8200 B]
Get:18 https://apt.repos.intel.com/daal all/main all Packages [6028 B]
Get:19 https://apt.repos.intel.com/daal all/main amd64 Packages [10.5 kB]
Get:20 https://apt.repos.intel.com/mpi all/main all Packages [791 B]
Get:21 https://apt.repos.intel.com/mpi all/main amd64 Packages [1725 B]
Fetched 83.3 kB in 2s (53.7 kB/s)
Reading package lists... Done
W: Conflicting distribution: https://apt.repos.intel.com/intelpython binary/ InRelease (expected binary/ but got )
E: Failed to fetch https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages.gz File has unexpected size (45690 != 39339). Mirror sync in progress? [IP: 23.67.128.143 443]
Hashes of expected file:
- Filesize:39339 [weak]
- SHA512:6c55f783460cb6b09e2006fd85ad9c10d9abb0226de4f96d2c2ee3558ce3b593ddaa470170dfde7187271bbeae2f843e5bacce4095f7cb2ac0adac853096f99b
- SHA256:0ecd4a8ec38322c936789aefd423fd0c562aa2088a0baa20b0cabc7824f9032e
- SHA1:aa20c4f4f9944676a1421c22b794cde84b054ee2 [weak]
- MD5Sum:439ae5cfb5a4584eeaec01f13f2acc63 [weak]
Release file created at: Thu, 15 Mar 2018 11:31:06 +0000
E: Failed to fetch https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages.gz
E: Some index files failed to download. They have been ignored, or old ones used instead.
It worked multiple times on Sunday, but that was still 2018.2, and it worked once today for 2018.3, but failed about 5 times today already. It appears as if one mirror is ok and another is in a broken state. Can anyone confirm this? Any ideas how to resolve this?
Thanks and best regards,
Jonathan