D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-mpi4py-3.1.5-2.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8vGezb + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf mpi4py-3.1.5 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/3.1.5.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd mpi4py-3.1.5 + rm -rf /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r docs/source ++ find ++ grep runtests.bat + for file in $(find | grep runtests.bat) + sed -i 's/\r//' ./demo/init-fini/runtests.bat + for file in $(find | grep runtests.bat) + sed -i 's/\r//' ./demo/mpi-ref-v1/runtests.bat + for file in $(find | grep runtests.bat) + sed -i 's/\r//' ./demo/reductions/runtests.bat + for file in $(find | grep runtests.bat) + sed -i 's/\r//' ./demo/sequential/runtests.bat + for file in $(find | grep runtests.bat) + sed -i 's/\r//' ./demo/nxtval/runtests.bat + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pMXu3o + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mpi4py-3.1.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security' + mkdir -p /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + TMPDIR=/home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/pyproject-wheeldir Processing /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5 Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) running dist_info creating /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-modern-metadata-g_5u6ej_/mpi4py.egg-info writing /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-modern-metadata-g_5u6ej_/mpi4py.egg-info/PKG-INFO writing dependency_links to /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-modern-metadata-g_5u6ej_/mpi4py.egg-info/dependency_links.txt writing top-level names to /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-modern-metadata-g_5u6ej_/mpi4py.egg-info/top_level.txt writing manifest file '/home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-modern-metadata-g_5u6ej_/mpi4py.egg-info/SOURCES.txt' dependency src/mpi4py.MPI.c won't be automatically included in the manifest: the path doesn't exist reading manifest file '/home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-modern-metadata-g_5u6ej_/mpi4py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.rst' writing manifest file '/home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-modern-metadata-g_5u6ej_/mpi4py.egg-info/SOURCES.txt' creating '/home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-modern-metadata-g_5u6ej_/mpi4py-3.1.5.dist-info' Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: mpi4py Building wheel for mpi4py (pyproject.toml): started Running command Building wheel for mpi4py (pyproject.toml) running bdist_wheel running build running build_src :576: DeprecationWarning: dep_util is Deprecated. Use functions from setuptools instead. :547: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. using Cython version 3.0.9 cythonizing 'mpi4py/MPI.pyx' -> 'mpi4py.MPI.c' warning: mpi4py/MPI/atimport.pxi:46:62: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/atimport.pxi:200:34: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/atimport.pxi:213:37: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' or 'noexcept' will be disallowed in a future version of Cython. warning: mpi4py/MPI/atimport.pxi:219:26: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/atimport.pxi:225:24: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/atimport.pxi:265:48: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' or 'noexcept' will be disallowed in a future version of Cython. warning: mpi4py/MPI/atimport.pxi:270:34: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/atimport.pxi:286:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asstring.pxi:15:49: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asstring.pxi:22:50: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asstring.pxi:26:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asstring.pxi:30:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asdlpack.pxi:53:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asdlpack.pxi:64:76: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asdlpack.pxi:108:65: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asdlpack.pxi:111:70: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asdlpack.pxi:122:67: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asdlpack.pxi:155:74: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asdlpack.pxi:169:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/ascaibuf.pxi:26:75: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/ascaibuf.pxi:55:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asbuffer.pxi:355:30: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asbuffer.pxi:358:67: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asbuffer.pxi:368:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asbuffer.pxi:393:70: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asbuffer.pxi:399:70: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asbuffer.pxi:405:74: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asbuffer.pxi:412:67: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asbuffer.pxi:422:54: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asmemory.pxi:36:28: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asmemory.pxi:46:62: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asmemory.pxi:60:74: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:7:50: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:10:62: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:20:61: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:30:63: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:42:55: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:64:37: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:69:49: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:79:58: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:89:59: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:99:71: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:106:71: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/asarray.pxi:128:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:27:49: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:34:49: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:44:50: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:49:50: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:54:46: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/reqimpl.pxi:12:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/reqimpl.pxi:148:67: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/reqimpl.pxi:158:46: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/reqimpl.pxi:166:63: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:137:47: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:142:44: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:152:47: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:157:44: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:3:39: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:10:39: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:17:39: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:21:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:25:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:29:39: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:33:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:37:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:41:39: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:45:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:49:42: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:63:42: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:77:43: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:81:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:89:71: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:93:62: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:109:66: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:124:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:127:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:130:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:133:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:136:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:139:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:142:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:145:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:148:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:151:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:154:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:157:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:160:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:163:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:166:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:169:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:172:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:175:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:178:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:181:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:184:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:187:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:190:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:193:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:196:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:199:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:202:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:205:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:208:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:211:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:214:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:217:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/opimpl.pxi:220:52: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:171:32: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:191:34: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:215:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:220:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:228:42: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:235:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:241:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/commimpl.pxi:14:48: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/commimpl.pxi:35:53: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/commimpl.pxi:39:46: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/commimpl.pxi:42:49: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/commimpl.pxi:45:71: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/commimpl.pxi:111:56: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/commimpl.pxi:120:48: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/commimpl.pxi:138:56: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:254:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:259:48: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:264:48: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:269:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:283:35: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:288:36: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/drepimpl.pxi:140:11: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/drepimpl.pxi:156:11: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/drepimpl.pxi:169:11: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:300:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:305:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:315:56: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/helpers.pxi:320:50: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/attrimpl.pxi:38:19: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/attrimpl.pxi:147:42: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/attrimpl.pxi:162:52: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/attrimpl.pxi:173:15: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/attrimpl.pxi:185:18: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/mpierrhdl.pxi:3:56: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' or 'noexcept' will be disallowed in a future version of Cython. warning: mpi4py/MPI/mpierrhdl.pxi:11:54: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' or 'noexcept' will be disallowed in a future version of Cython. warning: mpi4py/MPI/mpierrhdl.pxi:19:56: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' or 'noexcept' will be disallowed in a future version of Cython. warning: mpi4py/MPI/msgbuffer.pxi:13:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:23:36: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:29:43: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:32:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:35:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:54:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:97:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:101:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:122:31: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:160:32: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:275:32: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:384:29: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:453:65: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:458:67: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:883:36: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:955:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:1109:36: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:1147:49: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgbuffer.pxi:1152:50: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:117:70: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:125:63: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:129:42: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:135:42: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:144:65: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:150:51: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:155:87: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:172:74: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:181:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:186:64: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:194:64: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:202:37: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:218:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:234:38: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:254:63: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:287:63: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:310:63: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:337:57: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:348:60: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:364:61: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:380:61: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:396:60: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:425:61: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:434:53: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:446:54: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:460:65: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:476:62: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:497:73: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:518:45: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:535:56: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:554:46: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:582:46: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:613:58: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:618:59: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:624:66: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:638:67: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:652:65: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:671:68: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:689:40: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:694:60: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:737:65: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:788:66: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:839:58: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:878:57: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:919:67: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:955:66: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:994:52: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1003:50: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1011:52: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1019:55: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1023:75: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1027:70: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1032:72: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1039:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1046:71: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1056:59: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1070:45: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1085:64: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1100:52: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1140:50: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1171:52: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1251:55: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1257:55: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1280:75: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1286:75: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1299:70: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1304:72: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1311:61: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' or 'noexcept' will be disallowed in a future version of Cython. warning: mpi4py/MPI/msgpickle.pxi:1318:76: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1327:69: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1336:64: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/msgpickle.pxi:1343:66: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:5:51: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:17:48: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:34:49: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:46:49: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:58:39: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:70:45: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:82:43: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:94:55: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:106:43: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:137:41: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/CAPI.pxi:149:43: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. warning: mpi4py/MPI/typestr.pxi:12:68: Implicit noexcept declaration is deprecated. Function declaration should contain 'noexcept' keyword. running build_py creating build creating build/lib.linux-x86_64-cpython-312 creating build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/__main__.py -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/run.py -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/__init__.py -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/bench.py -> build/lib.linux-x86_64-cpython-312/mpi4py creating build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/_lib.py -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/pool.py -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/server.py -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/__main__.py -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/__init__.py -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/_core.py -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/aplus.py -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/_base.py -> build/lib.linux-x86_64-cpython-312/mpi4py/futures creating build/lib.linux-x86_64-cpython-312/mpi4py/util copying src/mpi4py/util/pkl5.py -> build/lib.linux-x86_64-cpython-312/mpi4py/util copying src/mpi4py/util/dtlib.py -> build/lib.linux-x86_64-cpython-312/mpi4py/util copying src/mpi4py/util/__init__.py -> build/lib.linux-x86_64-cpython-312/mpi4py/util copying src/mpi4py/__init__.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/bench.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/run.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/dl.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/__main__.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/MPI.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/py.typed -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/MPI.pxd -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/__init__.pxd -> build/lib.linux-x86_64-cpython-312/mpi4py copying src/mpi4py/libmpi.pxd -> build/lib.linux-x86_64-cpython-312/mpi4py creating build/lib.linux-x86_64-cpython-312/mpi4py/include creating build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi4py.h -> build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi4py.MPI.h -> build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi4py.MPI_api.h -> build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi4py.i -> build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi.pxi -> build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py copying src/mpi4py/futures/__init__.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/aplus.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/pool.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/__main__.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/server.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/_core.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/futures/_lib.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/futures copying src/mpi4py/util/__init__.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/util copying src/mpi4py/util/dtlib.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/util copying src/mpi4py/util/pkl5.pyi -> build/lib.linux-x86_64-cpython-312/mpi4py/util running build_clib MPI configuration: [mpi] from 'mpi.cfg' MPI C compiler: /usr/bin/mpicc MPI C++ compiler: /usr/bin/mpicxx MPI F compiler: /usr/bin/mpifort MPI F90 compiler: /usr/bin/mpif90 MPI F77 compiler: /usr/bin/mpif77 checking for library 'lmpe' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -llmpe -o _configtest /usr/bin/ld: cannot find -llmpe: No such file or directory collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o building 'mpe' dylib library creating build/temp.linux-x86_64-cpython-312 creating build/temp.linux-x86_64-cpython-312/src creating build/temp.linux-x86_64-cpython-312/src/lib-pmpi /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c src/lib-pmpi/mpe.c -o build/temp.linux-x86_64-cpython-312/src/lib-pmpi/mpe.o creating build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi /usr/bin/mpicc -shared -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -Wl,--no-as-needed build/temp.linux-x86_64-cpython-312/src/lib-pmpi/mpe.o -o build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi/libmpe.so checking for library 'vt-mpi' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -lvt-mpi -o _configtest /usr/bin/ld: cannot find -lvt-mpi: No such file or directory collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o checking for library 'vt.mpi' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -lvt.mpi -o _configtest /usr/bin/ld: cannot find -lvt.mpi: No such file or directory collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o building 'vt' dylib library /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c src/lib-pmpi/vt.c -o build/temp.linux-x86_64-cpython-312/src/lib-pmpi/vt.o /usr/bin/mpicc -shared -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -Wl,--no-as-needed build/temp.linux-x86_64-cpython-312/src/lib-pmpi/vt.o -o build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi/libvt.so checking for library 'vt-mpi' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -lvt-mpi -o _configtest /usr/bin/ld: cannot find -lvt-mpi: No such file or directory collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o checking for library 'vt.mpi' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -lvt.mpi -o _configtest /usr/bin/ld: cannot find -lvt.mpi: No such file or directory collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o building 'vt-mpi' dylib library /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c src/lib-pmpi/vt-mpi.c -o build/temp.linux-x86_64-cpython-312/src/lib-pmpi/vt-mpi.o /usr/bin/mpicc -shared -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -Wl,--no-as-needed build/temp.linux-x86_64-cpython-312/src/lib-pmpi/vt-mpi.o -o build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi/libvt-mpi.so checking for library 'vt-hyb' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -lvt-hyb -o _configtest /usr/bin/ld: cannot find -lvt-hyb: No such file or directory collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o checking for library 'vt.ompi' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -lvt.ompi -o _configtest /usr/bin/ld: cannot find -lvt.ompi: No such file or directory collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o building 'vt-hyb' dylib library /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -c src/lib-pmpi/vt-hyb.c -o build/temp.linux-x86_64-cpython-312/src/lib-pmpi/vt-hyb.o /usr/bin/mpicc -shared -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -Wl,--no-as-needed build/temp.linux-x86_64-cpython-312/src/lib-pmpi/vt-hyb.o -o build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi/libvt-hyb.so running build_ext MPI configuration: [mpi] from 'mpi.cfg' MPI C compiler: /usr/bin/mpicc MPI C++ compiler: /usr/bin/mpicxx MPI F compiler: /usr/bin/mpifort MPI F90 compiler: /usr/bin/mpif90 MPI F77 compiler: /usr/bin/mpif77 checking for dlopen() availability ... checking for header 'dlfcn.h' ... gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o success! checking for library 'dl' ... gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -ldl -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'dlopen' ... gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -ldl -o _configtest success! removing: _configtest.c _configtest.o _configtest building 'mpi4py.dl' extension gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -I/usr/include/python3.12 -c src/dynload.c -o build/temp.linux-x86_64-cpython-312/src/dynload.o gcc -shared -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security build/temp.linux-x86_64-cpython-312/src/dynload.o -Lbuild/temp.linux-x86_64-cpython-312 -ldl -lpython3.12 -o build/lib.linux-x86_64-cpython-312/mpi4py/dl.cpython-312-x86_64-linux-gnu.so checking for MPI compile and link ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for missing MPI functions/symbols ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o checking for function 'MPI_Type_create_f90_integer' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'MPI_Type_create_f90_real' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'MPI_Type_create_f90_complex' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'MPI_Status_c2f' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'MPI_Status_f2c' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for symbol 'MPI_LB' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o _configtest.c: In function ‘main’: _configtest.c:5:23: error: ‘MPI_LB’ undeclared (first use in this function); did you mean ‘MPI_FT’? 5 | MPI_Datatype s; s = MPI_LB; (void)s; | ^~~~~~ | MPI_FT _configtest.c:5:23: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o checking for symbol 'MPI_UB' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o _configtest.c: In function ‘main’: _configtest.c:5:23: error: ‘MPI_UB’ undeclared (first use in this function); did you mean ‘MPI_FT’? 5 | MPI_Datatype s; s = MPI_UB; (void)s; | ^~~~~~ | MPI_FT _configtest.c:5:23: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o checking for dlopen() availability ... checking for header 'dlfcn.h' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o success! checking for library 'dl' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -ldl -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'dlopen' ... /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -I/usr/include/python3.12 -c _configtest.c -o _configtest.o /usr/bin/mpicc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security _configtest.o -Lbuild/temp.linux-x86_64-cpython-312 -ldl -o _configtest success! removing: _configtest.c _configtest.o _configtest building 'mpi4py.MPI' extension /usr/bin/mpicc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security -fPIC -DPyMPI_MISSING_MPI_LB=1 -DPyMPI_MISSING_MPI_UB=1 -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -I/usr/include/python3.12 -c src/MPI.c -o build/temp.linux-x86_64-cpython-312/src/MPI.o /usr/bin/mpicc -shared -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wno-error=format-security build/temp.linux-x86_64-cpython-312/src/MPI.o -Lbuild/temp.linux-x86_64-cpython-312 -ldl -lpython3.12 -o build/lib.linux-x86_64-cpython-312/mpi4py/MPI.cpython-312-x86_64-linux-gnu.so writing build/lib.linux-x86_64-cpython-312/mpi4py/mpi.cfg installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/__init__.pyi -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/MPI.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/mpi.cfg -> build/bdist.linux-x86_64/wheel/mpi4py creating build/bdist.linux-x86_64/wheel/mpi4py/lib-pmpi copying build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi/libvt-hyb.so -> build/bdist.linux-x86_64/wheel/mpi4py/lib-pmpi copying build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi/libmpe.so -> build/bdist.linux-x86_64/wheel/mpi4py/lib-pmpi copying build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi/libvt-mpi.so -> build/bdist.linux-x86_64/wheel/mpi4py/lib-pmpi copying build/lib.linux-x86_64-cpython-312/mpi4py/lib-pmpi/libvt.so -> build/bdist.linux-x86_64/wheel/mpi4py/lib-pmpi copying build/lib.linux-x86_64-cpython-312/mpi4py/bench.pyi -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/run.pyi -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/dl.pyi -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/dl.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/__main__.pyi -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/__main__.py -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/MPI.pxd -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/run.py -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/MPI.pyi -> build/bdist.linux-x86_64/wheel/mpi4py creating build/bdist.linux-x86_64/wheel/mpi4py/include creating build/bdist.linux-x86_64/wheel/mpi4py/include/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py/mpi4py.i -> build/bdist.linux-x86_64/wheel/mpi4py/include/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py/mpi4py.h -> build/bdist.linux-x86_64/wheel/mpi4py/include/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py/mpi.pxi -> build/bdist.linux-x86_64/wheel/mpi4py/include/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py/mpi4py.MPI.h -> build/bdist.linux-x86_64/wheel/mpi4py/include/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/include/mpi4py/mpi4py.MPI_api.h -> build/bdist.linux-x86_64/wheel/mpi4py/include/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/__init__.py -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/bench.py -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/py.typed -> build/bdist.linux-x86_64/wheel/mpi4py copying build/lib.linux-x86_64-cpython-312/mpi4py/__init__.pxd -> build/bdist.linux-x86_64/wheel/mpi4py creating build/bdist.linux-x86_64/wheel/mpi4py/util copying build/lib.linux-x86_64-cpython-312/mpi4py/util/pkl5.py -> build/bdist.linux-x86_64/wheel/mpi4py/util copying build/lib.linux-x86_64-cpython-312/mpi4py/util/__init__.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/util copying build/lib.linux-x86_64-cpython-312/mpi4py/util/dtlib.py -> build/bdist.linux-x86_64/wheel/mpi4py/util copying build/lib.linux-x86_64-cpython-312/mpi4py/util/dtlib.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/util copying build/lib.linux-x86_64-cpython-312/mpi4py/util/__init__.py -> build/bdist.linux-x86_64/wheel/mpi4py/util copying build/lib.linux-x86_64-cpython-312/mpi4py/util/pkl5.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/util copying build/lib.linux-x86_64-cpython-312/mpi4py/libmpi.pxd -> build/bdist.linux-x86_64/wheel/mpi4py creating build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/__init__.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/_lib.py -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/pool.py -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/aplus.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/pool.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/server.py -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/__main__.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/__main__.py -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/server.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/_core.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/__init__.py -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/_core.py -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/_lib.pyi -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/aplus.py -> build/bdist.linux-x86_64/wheel/mpi4py/futures copying build/lib.linux-x86_64-cpython-312/mpi4py/futures/_base.py -> build/bdist.linux-x86_64/wheel/mpi4py/futures running install_egg_info running egg_info creating src/mpi4py.egg-info writing src/mpi4py.egg-info/PKG-INFO writing dependency_links to src/mpi4py.egg-info/dependency_links.txt writing top-level names to src/mpi4py.egg-info/top_level.txt writing manifest file 'src/mpi4py.egg-info/SOURCES.txt' reading manifest file 'src/mpi4py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.rst' writing manifest file 'src/mpi4py.egg-info/SOURCES.txt' Copying src/mpi4py.egg-info to build/bdist.linux-x86_64/wheel/mpi4py-3.1.5-py3.12.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/mpi4py-3.1.5.dist-info/WHEEL creating '/home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir/pip-wheel-06hioio8/.tmp-25jd37sd/mpi4py-3.1.5-cp312-cp312-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'mpi4py/MPI.cpython-312-x86_64-linux-gnu.so' adding 'mpi4py/MPI.pxd' adding 'mpi4py/MPI.pyi' adding 'mpi4py/__init__.pxd' adding 'mpi4py/__init__.py' adding 'mpi4py/__init__.pyi' adding 'mpi4py/__main__.py' adding 'mpi4py/__main__.pyi' adding 'mpi4py/bench.py' adding 'mpi4py/bench.pyi' adding 'mpi4py/dl.cpython-312-x86_64-linux-gnu.so' adding 'mpi4py/dl.pyi' adding 'mpi4py/libmpi.pxd' adding 'mpi4py/mpi.cfg' adding 'mpi4py/py.typed' adding 'mpi4py/run.py' adding 'mpi4py/run.pyi' adding 'mpi4py/futures/__init__.py' adding 'mpi4py/futures/__init__.pyi' adding 'mpi4py/futures/__main__.py' adding 'mpi4py/futures/__main__.pyi' adding 'mpi4py/futures/_base.py' adding 'mpi4py/futures/_core.py' adding 'mpi4py/futures/_core.pyi' adding 'mpi4py/futures/_lib.py' adding 'mpi4py/futures/_lib.pyi' adding 'mpi4py/futures/aplus.py' adding 'mpi4py/futures/aplus.pyi' adding 'mpi4py/futures/pool.py' adding 'mpi4py/futures/pool.pyi' adding 'mpi4py/futures/server.py' adding 'mpi4py/futures/server.pyi' adding 'mpi4py/include/mpi4py/mpi.pxi' adding 'mpi4py/include/mpi4py/mpi4py.MPI.h' adding 'mpi4py/include/mpi4py/mpi4py.MPI_api.h' adding 'mpi4py/include/mpi4py/mpi4py.h' adding 'mpi4py/include/mpi4py/mpi4py.i' adding 'mpi4py/lib-pmpi/libmpe.so' adding 'mpi4py/lib-pmpi/libvt-hyb.so' adding 'mpi4py/lib-pmpi/libvt-mpi.so' adding 'mpi4py/lib-pmpi/libvt.so' adding 'mpi4py/util/__init__.py' adding 'mpi4py/util/__init__.pyi' adding 'mpi4py/util/dtlib.py' adding 'mpi4py/util/dtlib.pyi' adding 'mpi4py/util/pkl5.py' adding 'mpi4py/util/pkl5.pyi' adding 'mpi4py-3.1.5.dist-info/LICENSE.rst' adding 'mpi4py-3.1.5.dist-info/METADATA' adding 'mpi4py-3.1.5.dist-info/WHEEL' adding 'mpi4py-3.1.5.dist-info/top_level.txt' adding 'mpi4py-3.1.5.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for mpi4py (pyproject.toml): finished with status 'done' Created wheel for mpi4py: filename=mpi4py-3.1.5-cp312-cp312-linux_x86_64.whl size=3553951 sha256=e9701c55a7853094048401be2e5ea9a0398dbb0292cf029e10acfa2a87130827 Stored in directory: /home/pterjan/.cache/pip/wheels/60/28/5c/be5ecde266cdce7e5d0a712fdc03a37b301e076f9a9f31a218 Successfully built mpi4py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ICA9CT + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64 + cd mpi4py-3.1.5 + '[' 1 -eq 1 ']' ++ xargs basename --multiple ++ ls /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/pyproject-wheeldir/mpi4py-3.1.5-cp312-cp312-linux_x86_64.whl ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' + specifier=mpi4py==3.1.5 + TMPDIR=/home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/.pyproject-builddir + /usr/bin/python3 -m pip install --root /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64 --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/pyproject-wheeldir mpi4py==3.1.5 Using pip 24.0 from /usr/lib/python3.12/site-packages/pip (python 3.12) Looking in links: /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/pyproject-wheeldir Processing ./pyproject-wheeldir/mpi4py-3.1.5-cp312-cp312-linux_x86_64.whl Installing collected packages: mpi4py Successfully installed mpi4py-3.1.5 + '[' -d /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/bin ']' + rm -f /home/pterjan/rpmbuild/BUILD/python-mpi4py-3.1.5-2.mga10.x86_64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib/python3.12/site-packages ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages '!=' /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib/python3.12/site-packages ']' + '[' -d /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages ']' + site_dirs+=("/usr/lib64/python3.12/site-packages") + for site_dir in ${site_dirs[@]} + for distinfo in /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64$site_dir/*.dist-info + echo '%ghost /usr/lib64/python3.12/site-packages/mpi4py-3.1.5.dist-info' + sed -i s/pip/rpm/ /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py-3.1.5.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64 --record /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py-3.1.5.dist-info/RECORD --output /home/pterjan/rpmbuild/BUILD/python-mpi4py-3.1.5-2.mga10.x86_64-pyproject-record + rm -fv /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py-3.1.5.dist-info/RECORD removed '/home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py-3.1.5.dist-info/RECORD' + rm -fv /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py-3.1.5.dist-info/REQUESTED removed '/home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py-3.1.5.dist-info/REQUESTED' ++ wc -l /home/pterjan/rpmbuild/BUILD/python-mpi4py-3.1.5-2.mga10.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + rm -f /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py/mpi.cfg + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 3.1.5-2.mga10 --unique-debug-suffix -3.1.5-2.mga10.x86_64 --unique-debug-src-base python-mpi4py-3.1.5-2.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py/MPI.cpython-312-x86_64-linux-gnu.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py/dl.cpython-312-x86_64-linux-gnu.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py/lib-pmpi/libmpe.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py/lib-pmpi/libvt-hyb.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py/lib-pmpi/libvt-mpi.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12/site-packages/mpi4py/lib-pmpi/libvt.so original debug info size: 8860kB, size after compression: 8640kB /usr/bin/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 16789 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib64/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/lib/debug/usr/lib64/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python-mpi4py-doc-3.1.5-2.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1jjls5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mpi4py-3.1.5 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/share/doc/python-mpi4py-doc + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/share/doc/python-mpi4py-doc + cp -pr /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/test /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/share/doc/python-mpi4py-doc + cp -pr /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/demo /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/share/doc/python-mpi4py-doc + cp -pr /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5/docs /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64/usr/share/doc/python-mpi4py-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-mpi4py-doc = 3.1.5-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-mpi4py-3.1.5-2.mga10.x86_64 Provides: libmpe.so()(64bit) libvt-hyb.so()(64bit) libvt-mpi.so()(64bit) libvt.so()(64bit) python-mpi4py = 3.1.5-2.mga10 python3-mpi4py = 3.1.5-2.mga10 python3-mpi4py(x86-64) = 3.1.5-2.mga10 python3.12-mpi4py = 3.1.5-2.mga10 python3.12dist(mpi4py) = 3.1.5 python3dist(mpi4py) = 3.1.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libmpi.so.40()(64bit) libpython3.12.so.1.0()(64bit) python(abi) = 3.12 Obsoletes: python-mpi4py < 3.1.5-2.mga10 Processing files: python3-mpi4py-devel-3.1.5-2.mga10.x86_64 Provides: python-mpi4py-devel = 3.1.5-2.mga10 python3-mpi4py-devel = 3.1.5-2.mga10 python3-mpi4py-devel(x86-64) = 3.1.5-2.mga10 python3.12-mpi4py-devel = 3.1.5-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-mpi4py-debugsource-3.1.5-2.mga10.x86_64 Provides: python-mpi4py-debugsource = 3.1.5-2.mga10 python-mpi4py-debugsource(x86-64) = 3.1.5-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-mpi4py-debuginfo-3.1.5-2.mga10.x86_64 Provides: debuginfo(build-id) = 181901ee922f17861fc9d925026859ee37fb60a2 debuginfo(build-id) = 35418b916f45daad20cc666ecdd870aa67ac970f debuginfo(build-id) = 597c730437eb2889fffdd9664e4f0316a18497d6 debuginfo(build-id) = 6af59effbd6d3a42f2bbc18f62502689b4b91bde debuginfo(build-id) = 9afcc0bba0f4745c44ff851a124ed324a7fbd435 debuginfo(build-id) = b2185d8f8956a65639d1ec81de5a86059f7b038a python-mpi4py-debuginfo = 3.1.5-2.mga10 python3-mpi4py-debuginfo = 3.1.5-2.mga10 python3-mpi4py-debuginfo(x86-64) = 3.1.5-2.mga10 python3.12-mpi4py-debuginfo = 3.1.5-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-mpi4py-debugsource(x86-64) = 3.1.5-2.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-mpi4py-devel-3.1.5-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python-mpi4py-doc-3.1.5-2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-mpi4py-3.1.5-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-mpi4py-debuginfo-3.1.5-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python-mpi4py-debugsource-3.1.5-2.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.in393v + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mpi4py-3.1.5 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-mpi4py-3.1.5-2.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6ETpNa + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/mpi4py-3.1.5-SPECPARTS + rm -rf mpi4py-3.1.5 mpi4py-3.1.5.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!