Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
423 Discussions

2022.1.0.214 install hangs on x84_64 CentOS 8 Stream please help

rouberol
Beginner
1,441 Views

Hi

when trying to install 2022.1.0.214 version on (up to date) CentOS 8 Stream

on a custom install dir (/softs/intelpython/intelpython3-2022.1.0.214), installs never finishes

In interactive mode it stays displaying:

Installing 15 of 16: Intel Distribution for Python*
###########################################################-------------- 81%

 

The processes are:

root 2387720 2198795 0 16:30 pts/1 00:00:00 | \_ /bin/sh /softs/_packs/intel/l_pythoni39_oneapi_p_2022.1.0.214_offline.sh -a -c
root 2388018 2387720 0 16:30 pts/1 00:00:00 | \_ /bin/sh /scratch/l_pythoni39_oneapi_p_2022.1.0.214_offline/install.sh -c
root 2388024 2388018 0 16:30 pts/1 00:00:03 | \_ /scratch/l_pythoni39_oneapi_p_2022.1.0.214_offline/bootstrapper -c
root 2388062 2388024 99 16:30 pts/1 00:06:53 | \_ /opt/intel/oneapi/installer/installer -c --log-dir /tmp/root/intel_oneapi_installer/2022.05.24.16.30.36.721 --product-id intel.oneapi.lin.python3.product --product-ver 2022.1.0-214 --package-path /scratch/l_pythoni39_oneapi_p_2022.1.0.214_offline/packages
root 2390897 2388062 3 16:34 pts/1 00:00:07 | \_ /opt/intel/packagemanager/1.0/packagemanager --action install --component-manifest /var/intel/installercache/downloadcache/intel.oneapi.lin.python3,v=2022.1.0-214/manifest.json --download-cache /var/intel/installercache/downloadcache --install-dir /softs/intelpython/intelpython3-2022.1.0.214 --install-dir-id default_oneapi_installdir_2021 --installer-cache /var/intel/installercache/intel.installer.oneapi.linux.installer/intel.oneapi.lin.pythoni39_oneapi.package,v=2022.1.0-214 --installer-id intel.installer.oneapi.linux.installer --log-dir /tmp/root/intel_oneapi_installer/2022.05.24.16.30.36.721 --package-id i
root 2391767 2390897 0 16:34 pts/1 00:00:00 | \_ /bin/sh /var/intel/installercache/downloadcache/intel.oneapi.lin.python3,v=2022.1.0-214/exec_script.sh /softs/intelpython/intelpython3-2022.1.0.214
root 2392783 2391767 0 16:35 pts/1 00:00:00 | \_ xargs /bin/sh
root 2392784 2392783 0 16:35 pts/1 00:00:00 | \_ /bin/sh /softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/setup_scripts/.setup_ipy.sh
root 2402708 2392784 6 16:36 pts/1 00:00:01 | \_ /softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/bin/python bin/conda create -y --prefix /softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/envs/2022.1.0 -c /softs/intelpython/intelpython3-2022.1.0.214/conda_channel --override-channels --offline --file ./setup_scripts/.intelpython3_2022.1.0_ipy_pkgs_env_support.txt

 

The 2402708 blocked process strace gives:

strace -p 2402708
strace: Process 2402708 attached
rt_sigaction(SIGABRT, {sa_handler=0x5593aa13338b, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f0126701ce0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, = 0
rt_sigaction(SIGINT, {sa_handler=0x5593aa13338b, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f0126701ce0}, {sa_handler=0x5593aa13338b, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f0126701ce0}, = 0
rt_sigaction(SIGTERM, {sa_handler=0x5593aa13338b, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f0126701ce0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, = 0
rt_sigaction(SIGQUIT, {sa_handler=0x5593aa13338b, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f0126701ce0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, = 0
stat("/softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/lib/python3.9/multiprocessing", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/lib/python3.9/multiprocessing/synchronize.py", {st_mode=S_IFREG|0664, st_size=11610, ...}) = 0
stat("/softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/lib/python3.9/multiprocessing/synchronize.py", {st_mode=S_IFREG|0664, st_size=11610, ...}) = 0
openat(AT_FDCWD, "/softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/lib/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc", O_RDONLY|O_CLOEXEC) = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=11381, ...}) = 0
ioctl(7, TCGETS, 0x7ffe5fa81150) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR) = 0
lseek(7, 0, SEEK_CUR) = 0
fstat(7, {st_mode=S_IFREG|0664, st_size=11381, ...}) = 0
read(7, "a\r\r\n\0\0\0\0\260_\37bZ-\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 11382) = 11381
read(7, "", 1) = 0
close(7) = 0
getpid() = 2402708
getrandom("\x08\x9d\x16\xa1\x8d\x1c\xeb\x2f\xdc\x26\xc9\xf6\xd2\xb5\xd4\x08\xfc\xa7\x1b\x6f\xf7\x89\xb3\xb6\x42\x03\x60\xc0\x0d\xcf\x04\x16"..., 2496, GRND_NONBLOCK) = 2496
statfs("/dev/shm/", {f_type=TMPFS_MAGIC, f_bsize=4096, f_blocks=8195922, f_bfree=8195918, f_bavail=8195918, f_files=8195922, f_ffree=8195917, f_fsid={val=[0, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_NOSUID|ST_NODEV}) = 0
futex(0x7f012690e3b0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getpid() = 2402708
lstat("/dev/shm/g3x2UI", 0x7ffe5fa81880) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/dev/shm/g3x2UI", O_RDWR|O_CREAT|O_EXCL, 0600) = 7
write(7, "\1\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 32, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) = 0x7f0126d53000
link("/dev/shm/g3x2UI", "/dev/shm/sem.mp-xg1b9jrk") = 0
fstat(7, {st_mode=S_IFREG|0600, st_size=32, ...}) = 0
unlink("/dev/shm/g3x2UI") = 0
close(7) = 0
unlink("/dev/shm/sem.mp-xg1b9jrk") = 0
clone(child_stack=0x7f0123425fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[2403732], tls=0x7f0123426700, child_tidptr=0x7f01234269d0) = 2403732
futex(0x5593aa4c7e48, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x5593aa4c7e50, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x5593aac04990, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x5593aa4c7e4c, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=4999754}) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x5593aa4c7e50, FUTEX_WAKE_PRIVATE, 1) = 0
stat("/softs/intelpython/intelpython3-2022.1.0.214/intelpython/python3.9/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/lib/python3.9", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
stat("/softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/lib/python3.9/lib-dynload", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
stat("/softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/lib/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so", {st_mode=S_IFREG|0775, st_size=75632, ...}) = 0
openat(AT_FDCWD, "/softs/intelpython/intelpython3-2022.1.0.214/intelpython/latest/lib/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0775, st_size=75632, ...}) = 0
mmap(NULL, 28984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f01227c8000
mmap(0x7f01227ca000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x2000) = 0x7f01227ca000
mmap(0x7f01227cc000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7f01227cc000
mmap(0x7f01227ce000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x5000) = 0x7f01227ce000
close(7) = 0
mprotect(0x7f01227ce000, 4096, PROT_READ) = 0
ioctl(1, TIOCGWINSZ, 0x7ffe5fa82430) = -1 ENOTTY (Inappropriate ioctl for device)
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0122282000
write(1, "conda_channel/linux-64::lzo-2.10"..., 4047

 

When exiting (Cancel + ^C) following log is given:

/tmp/root/intel_oneapi_installer/2022.05.24.16.30.36.721/installer.install.intel.oneapi.lin.python3.product\,v\=2022.1.0-214.2022.05.24.16.30.40.277607.log
05/24/2022 16:30:40:356 : 2388062 : MESSAGE : /opt/intel/oneapi/installer/installer is run with arguments: -c --log-dir /tmp/root/intel_oneapi_installer/2022.05.24.16.30.36.721 --product-id intel.oneapi.lin.python3.product --product-ver 2022.1.0-214 --package-path /scratch/l_pythoni39_oneapi_p_2022.1.0.214_offline/packages
05/24/2022 16:30:40:356 : 2388062 : MESSAGE : Installer is started in CLI mode
05/24/2022 16:30:40:356 : 2388062 : MESSAGE : Installer executable location is /opt/intel/oneapi/installer/installer, version is 4.1.1.0-291
05/24/2022 16:30:40:356 : 2388062 : MESSAGE : Package manager executable location is /opt/intel/packagemanager/1.0/packagemanager, version is 4.1.5-296
05/24/2022 16:30:40:356 : 2388062 : MESSAGE : Product is set to intel.oneapi.lin.python3.product,v=2022.1.0-214. Mode is set to install.
05/24/2022 16:30:40:432 : 2388067 : MESSAGE : PreRequisite for other install successfully checked
05/24/2022 16:30:40:432 : 2388067 : MESSAGE : PreRequisite for other Intel install successfully checked
05/24/2022 16:30:40:432 : 2388067 : MESSAGE : PreRequisite for check installer location successfully checked
05/24/2022 16:30:40:434 : 2388067 : MESSAGE : All checks for preRequisite for supported operation system are passed
05/24/2022 16:30:40:442 : 2388067 : MESSAGE : PreRequisite for temporary folder successfully checked
05/24/2022 16:30:40:443 : 2388067 : MESSAGE : PreRequisite for host architecture successfully checked
05/24/2022 16:31:33:822 : 2388063 : MESSAGE : Changed installation directory from '/opt/intel/oneapi' to '/softs/intelpython/intelpython3-2022.1.0.214'.
05/24/2022 16:31:36:816 : 2388063 : MESSAGE : PreRequisite for free disk space passed
05/24/2022 16:31:36:816 : 2388063 : MESSAGE : PreRequisite for permissions passed
05/24/2022 16:31:36:816 : 2388063 : MESSAGE : PreRequisite for other install successfully checked
05/24/2022 16:31:36:816 : 2388063 : MESSAGE : PreRequisite for other Intel install successfully checked
05/24/2022 16:31:36:819 : 2388062 : MESSAGE : ISIP consent status is 'No'
05/24/2022 16:31:36:819 : 2388062 : MESSAGE : Product installation directory is /softs/intelpython/intelpython3-2022.1.0.214
05/24/2022 16:31:36:819 : 2388062 : MESSAGE : Product installation size required: 10929843928 bytes
05/24/2022 16:31:36:819 : 2388062 : MESSAGE : Product will be (un)integrated with the following IDEs:
05/24/2022 16:31:36:820 : 2388062 : MESSAGE : End of IDE list.
05/24/2022 16:31:36:820 : 2388063 : MESSAGE : Graph State Dump.
----------------------------------------------------------------------------------------------------
intel.oneapi.lin.python3.product,v=2022.1.0-214, Enabled, Selected, Not Installed
intel.oneapi.lin.python3,v=2022.1.0-214, Enabled, Selected, Not Installed
intel.oneapi.lin.dal.daal4py,v=2021.6.0-915, Enabled, Selected, Not Installed
intel.oneapi.lin.oneapi-common.vars,v=2022.1.0-161, Enabled, Selected, Not Installed
intel.oneapi.lin.oneapi-common.licensing,v=2022.1.0-161, Enabled, Selected, Not Installed
intel.oneapi.lin.condaindex,v=2022.1.0-155, Enabled, Selected, Not Installed
intel.oneapi.lin.dal.scikitlearnintelex,v=2021.6.0-915, Enabled, Selected, Not Installed
intel.oneapi.lin.dal.runtime,v=2021.6.0-915, Enabled, Selected, Not Installed
intel.oneapi.lin.tbb.devel,v=2021.6.0-835, Enabled, Selected, Not Installed
intel.oneapi.lin.tbb.runtime,v=2021.6.0-835, Enabled, Selected, Not Installed
intel.oneapi.lin.dpcpp-cpp-common.runtime,v=2022.1.0-3768, Enabled, Selected, Not Installed
intel.oneapi.lin.compilers-common.runtime,v=2022.1.0-3768, Enabled, Selected, Not Installed
intel.oneapi.lin.openmp,v=2022.1.0-3768, Enabled, Selected, Not Installed
intel.oneapi.lin.mpi.runtime,v=2021.6.0-602, Enabled, Selected, Not Installed
intel.oneapi.lin.mkl.runtime,v=2022.1.0-223, Enabled, Selected, Not Installed
intel.oneapi.lin.ipp.runtime,v=2021.6.0-626, Enabled, Selected, Not Installed
----------------------------------------------------------------------------------------------------

05/24/2022 16:31:36:822 : 2388063 : MESSAGE : Operations dump.
----------------------------------------------------------------------------------------------------
Updating package state...
Preparing installation...
Protecting installation location...
Finalizing removal. It may take up to 5 minutes...
Install intel.oneapi.lin.oneapi-common.vars,v=2022.1.0-161
Install intel.oneapi.lin.oneapi-common.licensing,v=2022.1.0-161
Install intel.oneapi.lin.condaindex,v=2022.1.0-155
Install intel.oneapi.lin.dal.daal4py,v=2021.6.0-915
Install intel.oneapi.lin.dal.scikitlearnintelex,v=2021.6.0-915
Install intel.oneapi.lin.tbb.runtime,v=2021.6.0-835
Install intel.oneapi.lin.tbb.devel,v=2021.6.0-835
Install intel.oneapi.lin.openmp,v=2022.1.0-3768
Install intel.oneapi.lin.compilers-common.runtime,v=2022.1.0-3768
Install intel.oneapi.lin.dpcpp-cpp-common.runtime,v=2022.1.0-3768
Install intel.oneapi.lin.dal.runtime,v=2021.6.0-915
Install intel.oneapi.lin.mpi.runtime,v=2021.6.0-602
Install intel.oneapi.lin.mkl.runtime,v=2022.1.0-223
Install intel.oneapi.lin.ipp.runtime,v=2021.6.0-626
Install intel.oneapi.lin.python3,v=2022.1.0-214
Install intel.oneapi.lin.python3.product,v=2022.1.0-214
Finalizing. It may take up to 10 minutes or more to integrate with your system, please do not interrupt the install process...
Updating package state...
----------------------------------------------------------------------------------------------------

05/24/2022 16:31:36:878 : 2388063 : MESSAGE : Start install/modify sequence execution.
05/24/2022 16:31:36:879 : 2388063 : MESSAGE : Starting execution of operation 'update_state.operation.intel.sessionmanifest.1653402696820881'.
05/24/2022 16:31:36:879 : 2388063 : MESSAGE : Operation 'update_state.operation.intel.sessionmanifest.1653402696820881' execution is finished with status Success.
05/24/2022 16:31:36:879 : 2388063 : MESSAGE : Starting execution of operation 'prepare.operation.intel.sessionmanifest.1653402696820881'.
05/24/2022 16:31:36:880 : 2388063 : MESSAGE : Operation 'prepare.operation.intel.sessionmanifest.1653402696820881' execution is finished with status Success.
05/24/2022 16:31:36:880 : 2388063 : MESSAGE : Starting execution of operation 'protect.operation.intel.sessionmanifest.1653402696820881'.
05/24/2022 16:31:36:880 : 2388063 : MESSAGE : Operation 'protect.operation.intel.sessionmanifest.1653402696820881' execution is finished with status Success.
05/24/2022 16:31:36:880 : 2388063 : MESSAGE : Starting execution of operation 'complete.operation.intel.sessionmanifest.1653402696820883'.
05/24/2022 16:31:36:880 : 2388063 : MESSAGE : Operation 'complete.operation.intel.sessionmanifest.1653402696820883' execution is finished with status Success.
05/24/2022 16:31:36:885 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.oneapi-common.vars,v=2022.1.0-161'.
05/24/2022 16:31:36:978 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.oneapi-common.vars,v=2022.1.0-161' execution is finished with status Success.
05/24/2022 16:31:36:978 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.oneapi-common.licensing,v=2022.1.0-161'.
05/24/2022 16:31:37:088 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.oneapi-common.licensing,v=2022.1.0-161' execution is finished with status Success.
05/24/2022 16:31:37:088 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.condaindex,v=2022.1.0-155'.
05/24/2022 16:31:37:264 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.condaindex,v=2022.1.0-155' execution is finished with status Success.
05/24/2022 16:31:37:533 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.dal.daal4py,v=2021.6.0-915'.
05/24/2022 16:32:03:195 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.dal.daal4py,v=2021.6.0-915' execution is finished with status Success.
05/24/2022 16:32:03:195 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.dal.scikitlearnintelex,v=2021.6.0-915'.
05/24/2022 16:32:03:726 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.dal.scikitlearnintelex,v=2021.6.0-915' execution is finished with status Success.
05/24/2022 16:32:03:726 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.tbb.runtime,v=2021.6.0-835'.
05/24/2022 16:32:04:746 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.tbb.runtime,v=2021.6.0-835' execution is finished with status Success.
05/24/2022 16:32:04:746 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.tbb.devel,v=2021.6.0-835'.
05/24/2022 16:32:05:671 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.tbb.devel,v=2021.6.0-835' execution is finished with status Success.
05/24/2022 16:32:05:671 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.openmp,v=2022.1.0-3768'.
05/24/2022 16:32:42:994 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.openmp,v=2022.1.0-3768' execution is finished with status Success.
05/24/2022 16:32:42:994 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.compilers-common.runtime,v=2022.1.0-3768'.
05/24/2022 16:32:57:294 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.compilers-common.runtime,v=2022.1.0-3768' execution is finished with status Success.
05/24/2022 16:32:57:294 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.dpcpp-cpp-common.runtime,v=2022.1.0-3768'.
05/24/2022 16:33:00:482 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.dpcpp-cpp-common.runtime,v=2022.1.0-3768' execution is finished with status Success.
05/24/2022 16:33:00:482 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.dal.runtime,v=2021.6.0-915'.
05/24/2022 16:33:11:085 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.dal.runtime,v=2021.6.0-915' execution is finished with status Success.
05/24/2022 16:33:11:085 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.mpi.runtime,v=2021.6.0-602'.
05/24/2022 16:33:16:700 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.mpi.runtime,v=2021.6.0-602' execution is finished with status Success.
05/24/2022 16:33:16:700 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.mkl.runtime,v=2022.1.0-223'.
05/24/2022 16:33:51:851 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.mkl.runtime,v=2022.1.0-223' execution is finished with status Success.
05/24/2022 16:33:51:851 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.ipp.runtime,v=2021.6.0-626'.
05/24/2022 16:34:10:723 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.ipp.runtime,v=2021.6.0-626' execution is finished with status Success.
05/24/2022 16:34:10:723 : 2388063 : MESSAGE : Starting execution of operation 'intel.oneapi.lin.python3,v=2022.1.0-214'.
05/24/2022 16:41:35:076 : 2388063 : ERROR : Installation of component has failed.
Component id: intel.oneapi.lin.python3, name: Intel® Distribution for Python*, version: 2022.1.0-214.
05/24/2022 16:41:35:077 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.python3,v=2022.1.0-214' execution is finished with status Fail.
05/24/2022 16:41:35:077 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.ipp.runtime,v=2021.6.0-626'.
05/24/2022 16:41:39:979 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.ipp.runtime,v=2021.6.0-626' rollback is finished with status Success.
05/24/2022 16:41:39:979 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.mkl.runtime,v=2022.1.0-223'.
05/24/2022 16:41:45:693 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.mkl.runtime,v=2022.1.0-223' rollback is finished with status Success.
05/24/2022 16:41:45:693 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.mpi.runtime,v=2021.6.0-602'.
05/24/2022 16:41:49:740 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.mpi.runtime,v=2021.6.0-602' rollback is finished with status Success.
05/24/2022 16:41:49:740 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.dal.runtime,v=2021.6.0-915'.
05/24/2022 16:41:54:061 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.dal.runtime,v=2021.6.0-915' rollback is finished with status Success.
05/24/2022 16:41:54:061 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.dpcpp-cpp-common.runtime,v=2022.1.0-3768'.
05/24/2022 16:41:54:373 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.dpcpp-cpp-common.runtime,v=2022.1.0-3768' rollback is finished with status Success.
05/24/2022 16:41:54:373 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.compilers-common.runtime,v=2022.1.0-3768'.
05/24/2022 16:41:55:419 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.compilers-common.runtime,v=2022.1.0-3768' rollback is finished with status Success.
05/24/2022 16:41:55:419 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.openmp,v=2022.1.0-3768'.
05/24/2022 16:41:59:604 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.openmp,v=2022.1.0-3768' rollback is finished with status Success.
05/24/2022 16:41:59:604 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.tbb.devel,v=2021.6.0-835'.
05/24/2022 16:42:02:195 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.tbb.devel,v=2021.6.0-835' rollback is finished with status Success.
05/24/2022 16:42:02:195 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.tbb.runtime,v=2021.6.0-835'.
05/24/2022 16:42:04:716 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.tbb.runtime,v=2021.6.0-835' rollback is finished with status Success.
05/24/2022 16:42:04:716 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.dal.scikitlearnintelex,v=2021.6.0-915'.
05/24/2022 16:42:07:128 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.dal.scikitlearnintelex,v=2021.6.0-915' rollback is finished with status Success.
05/24/2022 16:42:07:128 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.dal.daal4py,v=2021.6.0-915'.
05/24/2022 16:42:09:600 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.dal.daal4py,v=2021.6.0-915' rollback is finished with status Success.
05/24/2022 16:42:09:601 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.condaindex,v=2022.1.0-155'.
05/24/2022 16:42:09:704 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.condaindex,v=2022.1.0-155' rollback is finished with status Success.
05/24/2022 16:42:09:704 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.oneapi-common.licensing,v=2022.1.0-161'.
05/24/2022 16:42:09:805 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.oneapi-common.licensing,v=2022.1.0-161' rollback is finished with status Success.
05/24/2022 16:42:09:805 : 2388063 : MESSAGE : Starting rollback of operation 'intel.oneapi.lin.oneapi-common.vars,v=2022.1.0-161'.
05/24/2022 16:42:09:899 : 2388063 : MESSAGE : Operation 'intel.oneapi.lin.oneapi-common.vars,v=2022.1.0-161' rollback is finished with status Success.
05/24/2022 16:42:09:899 : 2388063 : MESSAGE : Starting rollback of operation 'complete.operation.intel.sessionmanifest.1653402696820883'.
05/24/2022 16:42:09:979 : 2388063 : MESSAGE : Operation 'complete.operation.intel.sessionmanifest.1653402696820883' rollback is finished with status Success.
05/24/2022 16:42:09:979 : 2388063 : MESSAGE : Starting rollback of operation 'protect.operation.intel.sessionmanifest.1653402696820881'.
05/24/2022 16:42:09:979 : 2388063 : MESSAGE : Operation 'protect.operation.intel.sessionmanifest.1653402696820881' rollback is finished with status Success.
05/24/2022 16:42:09:979 : 2388063 : MESSAGE : Starting rollback of operation 'prepare.operation.intel.sessionmanifest.1653402696820881'.
05/24/2022 16:42:09:979 : 2388063 : MESSAGE : Operation 'prepare.operation.intel.sessionmanifest.1653402696820881' rollback is finished with status Success.
05/24/2022 16:42:09:979 : 2388063 : MESSAGE : Starting rollback of operation 'update_state.operation.intel.sessionmanifest.1653402696820881'.
05/24/2022 16:42:09:980 : 2388063 : MESSAGE : Operation 'update_state.operation.intel.sessionmanifest.1653402696820881' rollback is finished with status Success.
05/24/2022 16:42:09:980 : 2388063 : ERROR : Install sequence execution status: Cancel
05/24/2022 16:42:09:980 : 2388062 : MESSAGE : ----------------------------------------------------------------------------------------------------
05/24/2022 16:42:09:980 : 2388062 : MESSAGE : Anonymous statistics fields:
05/24/2022 16:42:09:980 : 2388062 : MESSAGE : EventId = 'install-min'
05/24/2022 16:42:09:980 : 2388062 : MESSAGE : EventTime = ''
05/24/2022 16:42:09:980 : 2388062 : MESSAGE : Id = 'intel.oneapi.lin.python3.product,v=2022.1.0-214'
05/24/2022 16:42:09:980 : 2388062 : MESSAGE : Message = '{ \"product_name\":\"[Linux] Intel® Distribution for Python* 2022.1.0\", \"lic_type\":\"\", \"support_code\":\"\", \"install_status\":\"4642\", \"product_tag\":\"\" }'
05/24/2022 16:42:09:980 : 2388062 : MESSAGE : ProductId = '[Linux] Intel® Distribution for Python* 2022.1.0'
05/24/2022 16:42:09:980 : 2388062 : MESSAGE : ----------------------------------------------------------------------------------------------------
[root@imaster ~]#

 

Same problem in silent mode.

Same problem with oneAPI installer (l_BaseKit_p_2022.2.0.262_offline.sh)

 

TIA

 

0 Kudos
3 Replies
rouberol
Beginner
1,357 Views

Hi

replying myself for further reference:

install problem disappeared with CentOS 8 Stream updated with new kernel 4.18.0-394.el8.x86_64

Best!

0 Kudos
Louise-Linaro
Beginner
809 Views

I am also observing this with both the python installer and the AI toolkit installer with 2023.2.0. 

 

My rhel-8 kernel (4.18.0-372.9.1.el8.x86_64) is older than the mentioned fix. 

0 Kudos
Louise-Linaro
Beginner
804 Views

Can confirm also fixed by upgrading the kernel to a later version.

0 Kudos
Reply